@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 ease-out;
}
.fadein.faded {
  opacity: 1;
  transform: translateY(0);
}

/*===== base =====*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  color: #000;
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: auto;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  html, body {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 25px;
  }
}
@media screen and (min-width: 1360px) {
  html, body {
    font-size: 25px;
  }
}

html {
  background-color: #d0a14b;
}

body {
  background-image: url(../img/body-bg-sp@1x.png), linear-gradient(to bottom, #e1c28b 0%, #d0a14b 221.7vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  body {
    background-image: url(../img/body-bg-pc@05x.png), linear-gradient(to bottom, #e1c28b 0%, #d0a14b 86.96vw);
  }
}
@media screen and (min-width: 768px) {
  body {
    background-image: url(../img/body-bg-pc@1x.png), linear-gradient(to bottom, #e1c28b 0%, #d0a14b 86.96vw);
  }
}

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);
}

.page__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cmn-content-width {
  margin-left: auto;
  margin-right: auto;
  width: 90.4vw;
}
@media screen and (min-width: 600px) {
  .cmn-content-width {
    width: 560px;
  }
}
@media screen and (min-width: 768px) {
  .cmn-content-width {
    width: 668px;
  }
}
@media screen and (min-width: 992px) {
  .cmn-content-width {
    width: 872px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-content-width {
    width: 1040px;
  }
}

@media screen and (min-width: 600px) {
  .xs-ssm {
    display: none;
  }
}

.page__bg-container {
  height: 100%;
  left: 0;
  padding-top: 93.8666666667vw;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page__bg-container {
    padding-top: 753px;
  }
}
@media screen and (min-width: 768px) {
  .page__bg-container {
    padding-top: 898px;
  }
}
@media screen and (min-width: 992px) {
  .page__bg-container {
    padding-top: 1172px;
  }
}
@media screen and (min-width: 1200px) {
  .page__bg-container {
    padding-top: 1398px;
  }
}

.page__bg {
  background: url(../img/bgtile-sp@1x.png) 50% 0/126.6666666667vw auto repeat-y;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page__bg {
    background-image: url(../img/bgtile-pc@1x.png);
    background-position: 56% 0;
  }
}

/*===== header =====*/
header > .psp-header {
  display: flex;
  height: 9.0666666667vw;
  justify-content: center;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  header > .psp-header {
    height: 3.04rem;
    justify-content: space-between;
    margin-bottom: 2.32rem;
    padding-left: 1.76rem;
    padding-right: 2.04rem;
  }
}
@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-b@2x.png) 0 50%/contain no-repeat;
  display: block;
  height: 100%;
  width: 48vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  header > .psp-header .phr-logo {
    width: 12.08rem;
  }
}
header > .psp-header .sgr-logo {
  display: none;
}
@media screen and (min-width: 600px) {
  header > .psp-header .sgr-logo {
    background: url(../img/logo-sbgr-c@2x.png) 0 50%/contain no-repeat;
    display: block;
    height: 100%;
    width: 4.56rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/*===== title__sect =====*/
.title__sect {
  height: 60.2666666667vw;
  background: url(../img/title-sp@4x.png) 0 0/contain no-repeat;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .title__sect {
    background-image: url(../img/title-pc@2x.png);
    background-position: 50% 0;
    background-size: auto 100%;
    height: 20.04rem;
  }
}
@media screen and (min-width: 768px) {
  .title__sect {
    height: 20.64rem;
  }
}
@media screen and (min-width: 992px) {
  .title__sect {
    height: 20.44rem;
  }
}
@media screen and (min-width: 1200px) {
  .title__sect {
    height: 20.84rem;
  }
}
@media screen and (min-width: 1360px) {
  .title__sect {
    height: 23.44rem;
  }
}

.links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.6vw 6.1333333333vw;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 7.4666666667vw;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .links__list {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    margin-top: 4.32rem;
  }
}
.links__list > li {
  flex: 0 0 42.1333333333vw;
  height: 59.2vw;
  width: 42.1333333333vw;
}
@media screen and (min-width: 600px) {
  .links__list > li {
    flex-basis: 12.64rem;
    height: 17.76rem;
    width: 12.64rem;
  }
}
.links__list > li > a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.links__list > li > a.res {
  background-image: url(../img/bag-reserve@1x.png);
}
.links__list > li > a.pri {
  background-image: url(../img/bag-prior@1x.png);
}
.links__list > li > a.new {
  background-image: url(../img/bag-newyear@1x.png);
}
@media screen and (min-width: 768px) {
  .links__list > li > a {
    transition: filter 0.15s linear;
  }
  .links__list > li > a:hover {
    filter: drop-shadow(0 0 0.4rem #ffffff);
  }
  .links__list > li > a.res {
    background-image: url(../img/bag-reserve@2x.png);
  }
  .links__list > li > a.pri {
    background-image: url(../img/bag-prior@2x.png);
  }
  .links__list > li > a.new {
    background-image: url(../img/bag-newyear@2x.png);
  }
}

/*=== main ===*/
main {
  margin-top: 16.8vw;
}
@media screen and (min-width: 600px) {
  main {
    margin-top: 3.76rem;
  }
}

.main__header h2 {
  background: url(../img/heading-sp@2x.png) 50% 0/contain no-repeat;
  height: 25.6vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .main__header h2 {
    background-image: url(../img/heading-pc@2x.png);
    height: 8.4rem;
  }
}
.main__header .cmn-content-width {
  font-size: 1rem;
  text-align: center;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 600px) {
  .main__header .cmn-content-width {
    margin-top: 1rem;
  }
}
.main__header .cmn-content-width p {
  font-size: 0.8333333333rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .main__header .cmn-content-width p {
    font-size: 0.96rem;
  }
}
.main__header .cmn-content-width ul {
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
  margin: 0.5833333333em 0 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .main__header .cmn-content-width ul {
    font-size: 0.72rem;
  }
}
.main__header .comingsoon {
  font-size: 1.5rem;
  margin-top: 1.5em;
  opacity: 0.35;
}
@media screen and (min-width: 600px) {
  .main__header .comingsoon {
    font-size: 2rem;
  }
}

.main__articles {
  display: grid;
  gap: 12.2666666667vw;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-top: 10vw;
}
@media screen and (min-width: 600px) {
  .main__articles {
    gap: 2.52rem 3.04rem;
    grid-template-columns: repeat(2, 0.5fr);
    justify-content: space-between;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .main__articles {
    gap: 2.52rem 0;
    grid-template-columns: repeat(2, 19.2rem);
  }
}
.main__articles article h3 {
  color: #8d1920;
  font-size: 1.28rem;
  letter-spacing: 0.01em;
  line-height: 1.3125;
  margin-bottom: 0.5625em;
  margin-top: 0.59375em;
}
.main__articles article dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 1.12rem;
}
.main__articles article dl dt {
  align-self: flex-start;
  background-color: #8d1920;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  padding: 0 0.7222222222em 0.1111111111em;
  margin-bottom: 0.2777777778em;
}
.main__articles article dl dd {
  align-items: baseline;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  gap: 0.3142857143em;
  margin-left: 0;
}
.main__articles article dl dd .price {
  color: #8d1920;
  letter-spacing: 0.01em;
}
.main__articles article dl dd .worth {
  font-size: 0.5142857143em;
  letter-spacing: 0.03em;
}
.main__articles article ul {
  line-height: 1.32;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0.72rem;
  padding-left: 0;
}
.main__articles article ul .store-tel {
  letter-spacing: 0.02em;
  margin-top: 0.32rem;
}
.main__articles article ul a {
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .main__articles article ul a {
    transition: filter 0.15s linear;
  }
  .main__articles article ul a:hover, .main__articles article ul a:active {
    filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
  }
}

/*===== footer =====*/
footer {
  padding-bottom: 2.32rem;
  padding-top: 8.4rem;
}
footer .notes {
  font-size: 0.64rem;
  text-align: center;
}
footer .sns-links {
  margin: 2rem 0 1.36rem;
  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-k.svg);
}
footer .sns-links li > a.fa {
  background-image: url(../img/sns-fa-k.svg);
}
footer .sns-links li > a.in {
  background-image: url(../img/sns-in-k.svg);
}
footer .colophon {
  font-size: 0.48rem;
  letter-spacing: 0.01em;
  text-align: center;
}
