@charset "UTF-8";
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 14px;
  line-height: 1.55;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 20px;
  }
}

html {
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -ms-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}

* {
  letter-spacing: calc(var(--ls) * 0.01em);
}

picture,
picture > img {
  display: block;
}

.page__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sect-container {
  margin: 0 auto;
  max-width: 1070px;
  position: relative;
  width: 100%;
}

.sr-only {
  display: none;
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .ssm-only {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .ssm-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .ssm-sm {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .xs-sm,
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-xxl,
  .sm-over {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .xs-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.no-bullet {
  list-style: none;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.ps-header {
  height: 35px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ps-header {
    height: 70px;
  }
}
.ps-header .phr-logo,
.ps-header .sgr-logo {
  height: 100%;
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ps-header .phr-logo,
  .ps-header .sgr-logo {
    -webkit-transition: opacity 0.15s linear 0s;
    -moz-transition: opacity 0.15s linear 0s;
    -ms-transition: opacity 0.15s linear 0s;
    -o-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s;
  }
  .ps-header .phr-logo:hover,
  .ps-header .sgr-logo:hover {
    opacity: 0.7;
  }
}
.ps-header .phr-logo {
  background: url(../img/base/ph-logo-kpsp-bk85@2x.png) center center/160px auto no-repeat;
  display: block;
}
@media screen and (min-width: 576px) {
  .ps-header .phr-logo {
    background-size: 262px auto;
  }
}
@media screen and (min-width: 768px) {
  .ps-header .phr-logo {
    background-position: left 35px center;
    background-size: 256.7px auto;
    float: left;
    width: 324.7px;
  }
}
@media screen and (min-width: 1200px) {
  .ps-header .phr-logo {
    background-position: left 35px center;
    background-size: 302px auto;
    float: left;
    width: 382px;
  }
}
.ps-header .sgr-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .ps-header .sgr-logo {
    background: url(../img/base/ph-logo-sgrp-c@2x.png) left center/96.9px auto no-repeat;
    display: block;
    float: right;
    width: 130.9px;
  }
}
@media screen and (min-width: 1200px) {
  .ps-header .sgr-logo {
    background-size: 114px auto;
    width: 154px;
  }
}

.page-header {
  position: relative;
  z-index: 10;
}

/*========== intro__sect ==========*/
.intro__sect {
  border-bottom: 3px solid #BE9052;
  margin-top: -35px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intro__sect {
    margin-top: -70px;
  }
}

.intro__bg {
  background: #fff url(../img/common/title-bg@1x.jpg) 22.5% 51.3889vw/139.757vw auto no-repeat;
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .intro__bg {
    background-image: url(../img/common/title-bg@2x.jpg);
    background-position: 22.5% 296px;
    background-size: 805px auto;
  }
}
@media screen and (min-width: 768px) {
  .intro__bg {
    background-position-x: min(59.1912vw - 516.81px, 0px);
    background-position-y: 0;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .intro__bg {
    background-position-x: min(59.1912vw - 685.86px, 0px);
  }
}
@media screen and (min-width: 1200px) {
  .intro__bg {
    background-position-x: min(59.1912vw - 805px, 0px);
  }
}
@media screen and (min-width: 1360px) {
  .intro__bg {
    background-position-x: 0;
  }
}

.intro__sect .sect-container {
  padding-bottom: 6.5972vw;
  padding-top: 12.3264vw;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .intro__sect .sect-container {
    padding-bottom: 38px;
    padding-top: 71px;
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .intro__sect .sect-container {
    padding-bottom: 32.1px;
    padding-top: 75.756px;
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .intro__sect .sect-container {
    padding-bottom: 42.6px;
    padding-top: 100.536px;
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__sect .sect-container {
    padding-bottom: 50px;
    padding-top: 118px;
    width: 1070px;
  }
}

.intro__title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/common/title@2x.png) 50% 0/contain no-repeat;
  height: 50.6944vw;
}
@media screen and (min-width: 576px) {
  .intro__title {
    height: 292px;
  }
}
@media screen and (min-width: 768px) {
  .intro__title {
    background-position: right 19.26px top 0;
    height: 238.824px;
  }
}
@media screen and (min-width: 992px) {
  .intro__title {
    background-position: right 25.56px top 0;
    height: 316.944px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__title {
    background-position: right 30px top 0;
    height: 372px;
  }
}

.intro__body {
  text-align: center;
}
.intro__body h2, .intro__body p {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  filter: drop-shadow(0 0 4px rgb(255, 255, 255)) drop-shadow(0 0 2px rgb(255, 255, 255)) drop-shadow(0 0 1px rgb(255, 255, 255));
}
.intro__body h2 {
  color: #359652;
  font-size: clamp(13px, 4.8611vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2.0714285714em;
}
@media screen and (min-width: 768px) {
  .intro__body h2 {
    font-size: 23.112px;
    margin-top: 2em;
  }
}
@media screen and (min-width: 992px) {
  .intro__body h2 {
    font-size: 30.672px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__body h2 {
    font-size: 36px;
  }
}
.intro__body p {
  color: #231815;
  font-size: clamp(13px, 3.2986vw, 19px);
  letter-spacing: 0.01em;
  line-height: 1.6315789474;
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro__body p {
    font-size: 16.05px;
  }
}
@media screen and (min-width: 992px) {
  .intro__body p {
    font-size: 21.3px;
  }
}
@media screen and (min-width: 1200px) {
  .intro__body p {
    font-size: 25px;
  }
}

/*========== page__nav ページ内ナビ ==========*/
.page__nav {
  margin: 0 auto;
  padding-top: 6.0747663551vw;
  position: relative;
  width: calc(100% - 40px);
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .page__nav {
    padding-top: 31.33px;
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .page__nav {
    padding-top: 41.73px;
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .page__nav {
    padding-top: 55.38px;
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .page__nav {
    padding-top: 65px;
    width: 1070px;
  }
}
.page__nav > ul {
  display: grid;
  gap: 4.3925233645vw 0;
  grid-template-areas: "bene club" "sale sale";
  grid-template-columns: repeat(2, 50%);
  list-style: none;
  margin: 0 auto;
  max-width: 862px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .page__nav > ul {
    gap: 22.654px 0;
    grid-template-areas: ". bene club ." "sale sale sale sale";
    grid-template-columns: 1fr 41% 41% 1fr;
    width: 80.5607476636%;
  }
}
@media screen and (min-width: 768px) {
  .page__nav > ul {
    gap: 30.174px 0;
  }
}
@media screen and (min-width: 992px) {
  .page__nav > ul {
    gap: 40.044px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page__nav > ul {
    gap: 47px 0;
  }
}
.page__nav > ul > li > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: block;
  transition: filter 0.15s ease-out;
}
.page__nav > ul > li > a:hover {
  filter: brightness(1.3);
}
.page__nav > ul > li.item {
  aspect-ratio: 355/200;
  border-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #000 50%, #000 100%) 1;
  border-left: 1px solid transparent;
}
.page__nav > ul > li.item > a {
  background-position: 50%;
  background-size: contain;
  height: 87.5%;
  margin: 0 auto;
  width: 51%;
}
.page__nav > ul > li.bene {
  grid-area: bene;
}
.page__nav > ul > li.bene > a {
  background-image: url(../img/common/nav_index-on@2x.png);
}
.page__nav > ul > li.club {
  border-right: 1px solid transparent;
  grid-area: club;
}
.page__nav > ul > li.club > a {
  background-image: url(../img/common/nav_club@2x.png);
}
.page__nav > ul > li.sale {
  aspect-ratio: 862/85;
  grid-area: sale;
}
.page__nav > ul > li.sale > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #E12C6D url(../img/common/nav_sale@2x.png) 50% 50%/auto 54.1176% no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

.page-footer {
  background-color: #7D622E;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-footer {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .page-footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .page-footer {
    font-size: 14px;
  }
}
@media screen and (min-width: 1360px) {
  .page-footer {
    font-size: 16px;
  }
}

.page-footer .sect-container {
  font-size: inherit;
  margin: 0 auto;
  padding: 4.849vw 0 6.167vw;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .page-footer .sect-container {
    padding: 17px 0 31px;
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .sect-container {
    padding: 23px 0 41px;
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .page-footer .sect-container {
    padding: 31px 0 55px;
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .page-footer .sect-container {
    padding: 36px 0 64px;
    width: 1070px;
  }
}

.footer__notes {
  line-height: 1.75;
  text-align: center;
}

.footer__sns-links {
  display: flex;
  height: 39px;
  list-style: none;
  margin: 2.85rem auto 1.6rem;
  padding-left: 0;
  width: 210px;
}

.footer__sns-links > .item {
  height: 39px;
  width: 71px;
}

.footer__sns-links > .item > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer__sns-links > .item > a {
    -webkit-transition: filter 0.15s linear 0s;
    -moz-transition: filter 0.15s linear 0s;
    -ms-transition: filter 0.15s linear 0s;
    -o-transition: filter 0.15s linear 0s;
    transition: filter 0.15s linear 0s;
  }
  .footer__sns-links > .item > a:hover {
    filter: drop-shadow(0px 2px 2px rgb(87.7192982456, 68.7719298246, 32.2807017544)) drop-shadow(0px -2px 2px rgba(255, 255, 255, 0.5));
  }
}

.footer__sns-links > .tw > a {
  background-image: url(../img/base/sns-tw-w.svg);
}

.footer__sns-links > .fa > a {
  background-image: url(../img/base/sns-fa-w.svg);
}

.footer__sns-links > .in > a {
  background-image: url(../img/base/sns-in-w.svg);
}

.footer__colophon {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__colophon {
    font-size: 12px;
  }
}

.mainmenu {
  font-size: 1.15em;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .mainmenu {
    width: 360px;
  }
}

.mainmenu__btn {
  background: rgba(0, 0, 0, 0.45) url(../img/base/menubtn-up-label-w@2x.png) center center/48.5714% auto no-repeat;
  cursor: pointer;
  height: 48px;
  left: 15px;
  pointer-events: all;
  position: absolute;
  top: 15px;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
@media screen and (min-width: 768px) {
  .mainmenu__btn {
    left: 35px;
    top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mainmenu__btn {
    height: 70px;
    width: 70px;
  }
  .mainmenu__btn:hover {
    background-color: #7D622E;
  }
}

.mainmenu.active .mainmenu__btn {
  background-image: url(../img/base/menubtn-dn-label-w@2x.png);
}
@media screen and (min-width: 768px) {
  .mainmenu.active .mainmenu__btn:hover {
    background-color: #7D622E;
  }
}

.mainmenu__list {
  background-color: #fff;
  height: 100vh;
  left: -100%;
  list-style: none;
  margin: 0;
  top: 0;
  padding-left: 80px;
  pointer-events: all;
  position: absolute;
  width: 100%;
  -webkit-transition: left 0.15s linear 0s;
  -moz-transition: left 0.15s linear 0s;
  -ms-transition: left 0.15s linear 0s;
  -o-transition: left 0.15s linear 0s;
  transition: left 0.15s linear 0s;
}
@media screen and (min-width: 768px) {
  .mainmenu__list {
    padding-left: 110px;
  }
}

.mainmenu.active .mainmenu__list {
  left: 0;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.25);
}

.mainmenu__list a {
  color: #222;
  display: block;
  height: 100%;
  line-height: 1;
  padding: 1.25em 0 1.25em 1em;
  width: 100%;
}

.mainmenu__list .current a {
  color: #7D622E;
}

@media screen and (min-width: 768px) {
  .mainmenu__list a,
  .mainmenu__list .current a {
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
  }
  .mainmenu__list a:hover,
  .mainmenu__list .current a:hover {
    background-color: #7D622E;
    color: #fff;
  }
}

.mainmenu__list .item.preparing a {
  cursor: default;
  opacity: 0.15;
}
@media screen and (min-width: 768px) {
  .mainmenu__list .item.preparing a:hover {
    background-color: inherit;
  }
}

.page__main {
  padding-bottom: 80px;
  position: relative;
}

.mnhead__sect .sect-container {
  margin: 0 auto;
  max-width: 1070px;
  width: calc(100% - 40px);
}
