@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

.fadein {
  opacity: 0;
  transform: translateY(10vh);
  transition: opacity 1s ease-out, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadein.faded {
  opacity: 1;
  transform: translateY(0);
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 14px;
  font-weight: 500;
  font-kerning: normal;
  font-variant-east-asian: proportional-width;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

body {
  background: #D2B467 url(../img/page-bg@0.5x.webp) 0 0/contain no-repeat;
  height: 100%;
  line-break: strict;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    background-image: url(../img/page-bg@1x.webp);
  }
}

main {
  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;
}

picture {
  display: block;
}
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

span {
  letter-spacing: calc(var(--ls) * 0.01em);
}

/* --------------------
  basic-classes
-------------------- */
.page__container {
  height: 100%;
  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
-------------------- */
@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

header {
  background-color: #7d622e;
}

header > .psp-header {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  header > .psp-header {
    height: 1.64125rem;
  }
}
@media screen and (min-width: 768px) {
  header > .psp-header {
    height: 2.10925rem;
  }
}
@media screen and (min-width: 992px) {
  header > .psp-header {
    height: 2.795rem;
  }
}
@media screen and (min-width: 1200px) {
  header > .psp-header {
    height: 3.25rem;
  }
}
@media (pointer: fine) {
  header > .psp-header > a {
    transition: filter 0.15s linear;
  }
  header > .psp-header > a:hover, header > .psp-header > a:active {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
}
header > .psp-header .phr-logo {
  background: url(../img/logo-psp-w.svg) 0 50%/contain no-repeat;
  display: block;
  height: 75%;
  width: 180px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  header > .psp-header .phr-logo {
    width: 10.93325rem;
  }
}
@media screen and (min-width: 768px) {
  header > .psp-header .phr-logo {
    width: 14.05085rem;
  }
}
@media screen and (min-width: 992px) {
  header > .psp-header .phr-logo {
    width: 18.619rem;
  }
}
@media screen and (min-width: 1200px) {
  header > .psp-header .phr-logo {
    width: 21.65rem;
  }
}

footer {
  margin-top: 4.4rem;
  padding-bottom: 4rem;
}
footer .sns-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .sns-links li {
  height: 28px;
  width: 28px;
}
footer .sns-links li > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}
@media (pointer: fine) {
  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 6px #ffffff);
  }
}
footer .sns-links li > a.tx {
  background-image: url(../img/sns-xt-333.svg);
}
footer .sns-links li > a.fa {
  background-image: url(../img/sns-fa-333.svg);
}
footer .sns-links li > a.in {
  background-image: url(../img/sns-in-333.svg);
}
footer .copyright {
  color: #333;
  font-size: max(0.6rem, 9px);
  margin-top: 1.7rem;
  text-align: center;
}

.title__sect {
  font-size: 11.5px;
  margin-bottom: 4.36em;
  padding-top: 2.86em;
  padding-bottom: 2.656em;
}
@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: 16.225px;
    padding-top: 4.4em;
    padding-bottom: 3.32em;
  }
}
@media screen and (min-width: 992px) {
  .title__sect {
    font-size: 21.5px;
  }
}
@media screen and (min-width: 1200px) {
  .title__sect {
    font-size: 25px;
  }
}

.title__head {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/title-head@1x.webp) 50% 0/contain no-repeat;
  height: 13.6em;
}
@media screen and (min-width: 768px) {
  .title__head {
    background-image: url(../img/title-head@2x.webp);
  }
}

.title__lead {
  background: url(../img/title-lead@1x.webp) 50% 0/contain no-repeat;
  height: 3.71em;
  margin-top: 2.08em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .title__lead {
    height: 4.24em;
  }
}
@media screen and (min-width: 768px) {
  .title__lead {
    background-image: url(../img/title-lead@2x.webp);
  }
}

.squirrels {
  background: url(../img/risu-tile-sp@1x.webp) 0 0/contain repeat-y;
  font-size: 11.5px;
  height: calc(100% - 27.7428em);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 27.7428em;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .squirrels {
    font-size: 13.3px;
    height: calc(100% - 27.288em);
    top: 27.288em;
  }
}
@media screen and (min-width: 576px) {
  .squirrels {
    font-size: 16px;
    height: calc(100% - 26.2268em);
    top: 26.2268em;
  }
}
@media screen and (min-width: 768px) {
  .squirrels {
    background-image: url(../img/risu-tile-pc@1x.webp);
    font-size: 16.225px;
    height: calc(100% - 30.32em);
    top: 30.32em;
  }
}
@media screen and (min-width: 992px) {
  .squirrels {
    font-size: 21.5px;
  }
}
@media screen and (min-width: 1200px) {
  .squirrels {
    font-size: 25px;
  }
}

.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: 2.8em;
}
@media screen and (max-width: 767px) {
  .store__item {
    order: var(--sp-order);
  }
}
@media screen and (min-width: 768px) {
  .store__item {
    margin-bottom: 3.5em;
    position: relative;
    break-inside: avoid;
  }
  .store__item.first-of-right-column {
    padding-top: 4em;
  }
}
.store__item .item-label {
  background-color: #E9DAB3;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 30.6%;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
}
.store__item .item-label span {
  padding: 0.380952381em 0;
}
.store__item .item-label span.type.new {
  background-color: #ec8e25;
}
.store__item .item-label span.type.renew {
  background-color: #30a0d1;
}
.store__item .item-label span.date {
  background-color: #7d622e;
}
.store__item figure {
  position: relative;
}
.store__item figure > img {
  display: block;
  height: auto;
  width: 100%;
}
.store__item .item-main {
  background-color: #E9DAB3;
  padding: 0.9em 1.5em 1.4em;
}
.store__item .item-main .main-head {
  align-items: baseline;
  display: flex;
  gap: 0.5em;
}
.store__item .item-main .main-head .area {
  align-items: center;
  background-color: #7d622e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 2.380952381em;
  font-size: 1.05em;
  height: 2.380952381em;
  justify-content: center;
  line-height: 1;
  width: 2.380952381em;
}
.store__item .item-main .main-head h2 {
  color: #7d622e;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.52;
  word-break: keep-all;
}
.store__item .item-main .main-body {
  letter-spacing: -0.05em;
  margin-top: 0.75em;
  margin-bottom: 1.2em;
  text-align: justify;
}
.store__item .item-main .main-more {
  font-size: 0.8em;
  margin-top: 1.5em;
}
.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;
  width: 7em;
}
@media (pointer: fine) {
  .store__item .item-main .main-more > a {
    transition: background-color 0.15s ease-in, color 0.15s ease;
  }
  .store__item .item-main .main-more > a:hover {
    background-color: #7d622e;
    color: #E9DAB3;
  }
}
/*# sourceMappingURL=style.css.map */
