@charset "UTF-8";
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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;
}

.fadein {
  opacity: 0;
  transform: translateY(10vh);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadein.faded {
  opacity: 1;
  transform: translateY(0);
}

/* base */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  color: #fff;
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 20px;
  }
}

body {
  background: #7d622e url(../img/page-bg-sp@1x.png) 50% 0/auto 378px no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 375px) {
  body {
    background-size: auto 115vw;
    background-size: auto 431px;
  }
}
@media screen and (min-width: 576px) {
  body {
    background-size: auto 548px;
  }
}
@media screen and (min-width: 768px) {
  body {
    background-image: url(../img/page-bg-pc@1x.png);
    background-size: auto 836px;
  }
}
@media screen and (min-width: 1360px) {
  body {
    background-size: contain;
  }
}

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;
}

picture {
  display: block;
}
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

* {
  letter-spacing: calc(var(--ls) * -0.01em);
}

/* --------------------
  basic-classes
-------------------- */
.page__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cmn-content-width {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .cmn-content-width {
    width: 536px;
  }
}
@media screen and (min-width: 768px) {
  .cmn-content-width {
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .cmn-content-width {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-content-width {
    width: 1060px;
  }
}

/* --------------------
  utility-classes
-------------------- */
.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: 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;
}

/* header */
header > .psp-header {
  display: flex;
  height: 28px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  header > .psp-header {
    height: 3.8rem;
    justify-content: space-between;
    padding-left: 2.2rem;
    padding-right: 2.55rem;
  }
}
@media screen and (min-width: 768px) {
  header > .psp-header > a {
    transition: filter 0.15s linear;
  }
  header > .psp-header > a:hover, header > .psp-header > a:active {
    filter: drop-shadow(0 0 3px #ffffff);
  }
}
header > .psp-header .phr-logo {
  background: url(../img/logo-kpsp@2x.png) 0 12px/contain no-repeat;
  display: block;
  height: 100%;
  width: 180px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  header > .psp-header .phr-logo {
    background-position: 0 50%;
    width: 15.1rem;
  }
}
header > .psp-header .sgr-logo {
  display: none;
}
@media screen and (min-width: 576px) {
  header > .psp-header .sgr-logo {
    background: url(../img/logo-sbgr@2x.png) 0 50%/contain no-repeat;
    display: block;
    height: 100%;
    width: 5.7rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* footer */
footer {
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 6rem;
  }
}
footer .sns-links {
  margin: 2.3rem 0 1.7rem;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 40px;
  justify-content: center;
}
footer .sns-links li {
  height: 28px;
  width: 28px;
}
footer .sns-links li > a {
  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 li > a {
    transition: filter 0.15s linear;
  }
  footer .sns-links li > a:hover, footer .sns-links li > a:active {
    filter: drop-shadow(0 0 4px #fff);
  }
}
footer .sns-links li > a.tw {
  background-image: url(../img/sns-tw-w.svg);
}
footer .sns-links li > a.fa {
  background-image: url(../img/sns-fa-w.svg);
}
footer .sns-links li > a.in {
  background-image: url(../img/sns-in-w.svg);
}
footer .colophon {
  font-size: 0.6rem;
  letter-spacing: 0.01em;
  text-align: center;
}

/*===== title__sect =====*/
.title__sect {
  font-size: 11.5px;
  padding-bottom: 7.2em;
  padding-top: 4.08em;
}
@media screen and (min-width: 375px) {
  .title__sect {
    font-size: 13.3px;
  }
}
@media screen and (min-width: 576px) {
  .title__sect {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .title__sect {
    font-size: 25px;
  }
}

.title__head {
  background: url(../img/title@2x.png) 50% 0/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 13.08em;
  margin-bottom: 1.92em;
}

.title__lead {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  letter-spacing: -0.03em;
  margin: 0 auto;
  padding: 0.42em 0;
  text-align: center;
  width: 24.16em;
}
@media screen and (min-width: 768px) {
  .title__lead {
    border-bottom-width: 2px;
    border-top-width: 2px;
  }
}

/*===== store__sect =====*/
.store__sect {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 2em;
  position: relative;
}
@media screen and (min-width: 375px) {
  .store__sect {
    font-size: 13px;
  }
}
@media screen and (min-width: 576px) {
  .store__sect {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .store__sect {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 3em;
    display: block;
    font-size: 16px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .store__sect {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .store__sect {
    font-size: 20px;
  }
}

.store__item {
  margin-bottom: 7.2em;
}
@media screen and (min-width: 768px) {
  .store__item {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 7.75em;
    position: relative;
  }
}
.store__item .item-label {
  background-color: #382e2c;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1;
  margin: 0 10px 0 auto;
  padding: 0.2826086957em 0;
  position: relative;
  text-align: center;
  width: 15.5217391304em;
  z-index: 2;
}
.store__item .item-label span {
  display: inline-block;
}
.store__item .item-label span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 0.4em;
  padding-left: 0.4em;
}
.store__item figure {
  margin-top: -1em;
  position: relative;
}
.store__item figure > img {
  display: block;
  height: auto;
  width: 100%;
}
.store__item .item-main {
  background-color: #382e2c;
  padding: 0.9em 1.5em 1.3em;
}
.store__item .item-main .main-head {
  align-items: center;
  display: flex;
  gap: 1em;
}
.store__item .item-main .main-head .area {
  align-items: center;
  background-color: #7d622e;
  border-radius: 50%;
  display: flex;
  font-size: 1.05em;
  height: 2.380952381em;
  justify-content: center;
  line-height: 1;
  width: 2.380952381em;
}
.store__item .item-main .main-head h2 {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  word-break: keep-all;
}
.store__item .item-main .main-body {
  letter-spacing: -0.03em;
  margin-top: 0.5em;
  text-align: justify;
}
.store__item .item-main .main-more {
  font-size: 0.8em;
  margin-top: 1.125em;
}
.store__item .item-main .main-more > a {
  background-color: transparent;
  border: 1px solid #7d622e;
  color: #7d622e;
  display: block;
  line-height: 1.8125;
  margin: 0 auto;
  text-align: center;
  transition: background 0.15s ease-in, color 0.15s ease;
  width: 7em;
}
.store__item .item-main .main-more > a:hover {
  background-color: #7d622e;
  color: #382e2c;
}

.store__item.herno {
  order: 1;
}
.store__item.karui {
  order: 2;
}
@media screen and (min-width: 768px) {
  .store__item.karui {
    padding-top: 6.2em;
  }
}
.store__item.shins {
  order: 3;
}
.store__item.kenzo {
  order: 4;
}
.store__item.coleh {
  order: 5;
}
.store__item.estna {
  order: 6;
}
.store__item.dsqua {
  order: 7;
}
.store__item.lasta {
  order: 8;
}
.store__item.polor {
  order: 9;
}
