@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 =====*/
* {
  letter-spacing: calc(var(--ls) * 0.01em);
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  background-color: #c11920;
  color: #fff;
  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;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 1360px) {
  html {
    font-size: 25px;
  }
}

body {
  background-blend-mode: multiply;
  background-image: url(../img/body-bg-sp.q50@2x.webp), linear-gradient(to bottom, #da7478 0%, #c11920 56.65vw);
  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.q50@1x.webp), linear-gradient(to bottom, #da7478 0%, #c11920 48.63vw);
  }
}

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,
figure {
  display: block;
}
picture > img,
figure > img {
  display: block;
  height: auto;
  width: 100%;
}

.page__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
}

.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: 235.7333333333vw;
  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-container .page__bg-lower {
  background: #c11920 url(../img/bgtile-sp.q20@1x.webp) 50% 0/126.6666666667vw auto repeat-y;
  background-blend-mode: multiply;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page__bg-container .page__bg-lower {
    background-image: url(../img/bgtile-pc.q20@1x.webp);
    background-size: 126.4705882353vw auto;
  }
}

/*===== 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;
  }
}
header > .psp-header > a {
  transition-duration: 0.1s;
  transition-property: filter, transform;
  transition-timing-function: ease-out;
}
@media (pointer: fine) {
  header > .psp-header > a:hover {
    filter: drop-shadow(0 0 3px #ffffff);
  }
}
header > .psp-header > a:active {
  filter: drop-shadow(0 0 3px #ffffff);
  transform: scale(0.98);
}
header > .psp-header .phr-logo {
  background: url(../img/logo-kpsp-w@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-w@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 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/title-sp@3x.webp) 0 0/contain no-repeat;
  height: 61.3333333333vw;
  margin-top: -4px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .title__sect {
    background-image: url(../img/title-pc@2x.webp);
    background-position: 50% 0;
    background-size: auto 100%;
    height: 21.92rem;
  }
}
@media screen and (min-width: 768px) {
  .title__sect {
    height: 22.52rem;
  }
}
@media screen and (min-width: 992px) {
  .title__sect {
    height: 22.32rem;
  }
}
@media screen and (min-width: 1200px) {
  .title__sect {
    height: 22.72rem;
  }
}
@media screen and (min-width: 1360px) {
  .title__sect {
    height: 25.32rem;
  }
}

.links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.8666666667vw 3.7333333333vw;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 9.0666666667vw;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .links__list {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    margin-top: 3.2rem;
  }
}
.links__list > li {
  flex: 0 0 auto;
  height: 58.1333333333vw;
  width: 43.2vw;
}
@media screen and (min-width: 600px) {
  .links__list > li {
    height: 17.76rem;
    width: 12.64rem;
  }
}
.links__list > li > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  transition-property: filter, transform;
}
@media (pointer: fine) {
  .links__list > li > a:hover {
    filter: drop-shadow(0 0 0.2rem #fff);
  }
}
.links__list > li > a:active {
  transform: scale(0.98);
}
.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.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: 11.7333333333vw;
}
@media screen and (min-width: 600px) {
  main {
    margin-top: 4.8rem;
  }
}

.main__header h2 {
  background: url(../img/heading-sp@2x.png) 50% 0/contain no-repeat;
  height: 35.0666666667vw;
  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: 9.64rem;
  }
}
.main__header .cmn-content-width {
  font-size: 1rem;
  text-align: center;
  margin-top: 4.5333333333vw;
}
@media screen and (min-width: 600px) {
  .main__header .cmn-content-width {
    margin-top: 0.88rem;
  }
}
.main__header .cmn-content-width p {
  font-size: 0.7777777778rem;
  font-weight: 500;
  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: 500;
  line-height: 1.5;
  list-style: none;
  margin: 0.3888888889em 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: 6.9333333333vw;
}
@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 figure.post-fig {
  border: 1px solid #cbcbcb;
}
.main__articles article h3.post-catch {
  color: #e1c28b;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3125;
  margin-bottom: 0.5625em;
  margin-top: 0.46875em;
}
.main__articles article p.post-desc {
  font-size: 0.84rem;
  line-height: 1.6666666667;
  margin-top: 0.5714285714em;
}
.main__articles article dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 1.2rem;
}
.main__articles article dl dt {
  align-self: flex-start;
  background-color: #fff;
  color: #c11920;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 0.7222222222em 0.1111111111em;
  margin-bottom: 0.4166666667em;
}
.main__articles article dl dd {
  align-items: baseline;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0.3428571429em;
  margin-left: 0;
}
.main__articles article dl dd .price {
  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 a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (pointer: fine) {
  .main__articles article ul a:hover {
    filter: drop-shadow(0 0 3px #fff);
  }
}

/*===== footer =====*/
footer {
  padding-bottom: 2.32rem;
  padding-top: 7rem;
}
footer .notes {
  font-size: 0.64rem;
  line-height: 1.5;
  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;
  transition-duration: 0.1s;
  transition-property: filter, transform;
  transition-timing-function: ease-out;
}
@media (pointer: fine) {
  footer .sns-links li > a:hover {
    filter: drop-shadow(0 0 4px #fff);
  }
}
footer .sns-links li > a:active {
  transform: scale(0.95);
}
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.48rem;
  letter-spacing: 0.01em;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
