@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;
}

/* basic-tags */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  width: 100%;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 375px) {
  html, body {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 576px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1360px) {
  html, body {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  color: #7d622e;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: filter 0.15s linear;
  }
  a:hover {
    filter: brightness(1.5);
  }
}

picture {
  display: block;
}

picture > img,
figure > img {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------------
  common-classes
-------------------- */
.cmn-contentWidth {
  margin: 0 auto;
  width: 90vw;
}
@media screen and (min-width: 576px) {
  .cmn-contentWidth {
    width: 518px;
  }
}
@media screen and (min-width: 768px) {
  .cmn-contentWidth {
    width: 744px;
  }
}
@media screen and (min-width: 992px) {
  .cmn-contentWidth {
    width: 952px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-contentWidth {
    width: 1080px;
  }
}
@media screen and (min-width: 1360px) {
  .cmn-contentWidth {
    width: 1080px;
  }
}

span {
  letter-spacing: calc(-1em * var(--ls));
}

.fadein {
  opacity: 0;
  transform: translateY(5vh);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadein.faded {
  opacity: 1;
  transform: translateY(0);
}
.fadein.later {
  transition-delay: 1s;
}

/* --------------------
  utility-classes
-------------------- */
.sr-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    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-over {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.no-bullet {
  list-style: none;
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

.inblock {
  display: inline-block;
}

header {
  align-items: center;
  background-color: #7d622e;
  display: flex;
  height: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  header {
    height: 60px;
  }
}
header a {
  background: url(../img/logo-psp@2x.png) 50% 50%/contain no-repeat;
  display: block;
  height: 27px;
  width: 222px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  header a {
    height: 54px;
    transition: opacity 0.15s ease-in;
    width: 395px;
  }
  header a:hover {
    opacity: 0.55;
  }
}

/*  footer: 共通設定  */
footer {
  background-color: #7d622e;
  padding: 20px 0;
}
footer .copyright {
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 576px) {
  footer .copyright {
    font-size: 12px;
  }
}

/*===== title-sect =====*/
.title__sect {
  position: relative;
}
@media screen and (min-width: 576px) {
  .title__sect {
    margin: 2.09375em auto 0;
    width: 518px;
  }
}
@media screen and (min-width: 768px) {
  .title__sect {
    margin-top: 4.1875em;
    width: 744px;
  }
}
@media screen and (min-width: 992px) {
  .title__sect {
    width: 952px;
  }
}
@media screen and (min-width: 1200px) {
  .title__sect {
    width: 1080px;
  }
}

.title__content {
  background: url(../img/title-img@2x.jpg) 0 0/contain no-repeat;
  height: 0;
  position: relative;
  padding-top: 61.2037037037%;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*===== nav__main =====*/
nav.nav__main {
  color: #7d622e;
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 700;
  gap: 0.5em;
  margin-bottom: 2.2916666667em;
  margin-top: 1.0416666667em;
}
@media screen and (min-width: 576px) {
  nav.nav__main {
    margin-top: 2.0833333333em;
  }
}
@media screen and (min-width: 768px) {
  nav.nav__main {
    gap: 1.25em;
  }
}

/*===== detai__sect =====*/
.detai__sect {
  margin-bottom: 5em;
}

.detai__head {
  margin-bottom: 1.5625em;
}
.detai__head::after {
  background: linear-gradient(148deg, #3d2608 50%, #7d622e 50%);
  content: "";
  display: block;
  height: 0.4375em;
  margin-top: 0.875em;
}
.detai__head .head-content {
  color: #7d622e;
}
@media screen and (min-width: 768px) {
  .detai__head .head-content {
    align-items: center;
    display: flex;
    gap: 1.4375em;
  }
}
.detai__head .limited {
  font-size: 1.3125em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .detai__head .limited {
    margin-bottom: 0;
  }
}
.detai__head .limited > strong {
  border: 1px solid #7d622e;
  border-radius: 0.4761904762em;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.4285714286em 0.5em 0.5238095238em;
}
.detai__head h2 {
  font-size: 1.625em;
}

@media screen and (min-width: 768px) {
  .detai__main {
    display: grid;
    grid-template-areas: "lead lead" "benef fig";
    grid-template-columns: 50% 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
.detai__main .main-lead {
  font-size: 1.3125em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .detai__main .main-lead {
    grid-area: lead;
  }
}

@media screen and (min-width: 768px) {
  .detai__benef {
    grid-area: benef;
  }
}
.detai__benef .benef-post + .benef-post {
  margin-top: 1.5em;
}
.detai__benef .benef-post .post-head {
  align-items: center;
  background-color: #7d622e;
  border-radius: 0.9375em;
  color: #fff;
  display: grid;
  grid-template-columns: 6.875em 1fr;
  padding: 0.8125em 0;
}
.detai__benef .benef-post .post-head .head-label {
  font-size: 1.640625em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .detai__benef .benef-post .post-head .head-label {
    font-size: 1.3125em;
  }
}
.detai__benef .benef-post .post-head h3 {
  border-left: 1px solid #fff;
  font-size: 1.640625em;
  padding: 0.4047619048em 0 0.4047619048em 1em;
}
@media screen and (min-width: 576px) {
  .detai__benef .benef-post .post-head h3 {
    font-size: 1.3125em;
  }
}
.detai__benef .benef-post .post-head h3 span {
  display: block;
}
.detai__benef .benef-post .post-head h3 .lead {
  font-size: 0.7619047619em;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.375em;
}
@media screen and (min-width: 576px) {
  .detai__benef .benef-post .post-head h3 .lead {
    font-size: 0.7619047619em;
    line-height: 1;
    margin-bottom: 0.625em;
  }
}
.detai__benef .benef-post .post-head h3 .body {
  font-weight: 600;
}
.detai__benef .benef-post dl {
  font-size: 1.25em;
  margin: 0.5em 0;
}
@media screen and (min-width: 576px) {
  .detai__benef .benef-post dl {
    font-size: 1em;
  }
}
.detai__benef .benef-post dl > dd {
  margin-left: 0;
}
.detai__benef .benef-post dl > dd ul {
  margin: 0;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .detai__benef .benef-post dl > dd ul {
    padding-left: 1.15em;
  }
}
.detai__benef .benef-post dl.exclusion-list {
  font-size: 0.9375em;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .detai__benef .benef-post dl.exclusion-list {
    font-size: 0.75em;
  }
}

.detai__fig {
  margin: 1em auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .detai__fig {
    grid-area: fig;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .detai__fig > img {
    position: absolute;
  }
}

.detai__sect.prince .detai__fig > img {
  left: 6.5em;
  top: 1.1875em;
  width: 26.6875em;
}

.detai__sect.platinum .detai__fig > img {
  left: 6.4375em;
  top: -0.875em;
  width: 24.75em;
}

.detai__book h3 {
  border-bottom: 1px solid #7d622e;
  color: #7d622e;
  font-size: 1.484375em;
  font-weight: 500;
  margin-bottom: 1.1578947368em;
  margin-top: 1.1578947368em;
  padding-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .detai__book h3 {
    font-size: 1.1875em;
  }
}
@media screen and (min-width: 768px) {
  .detai__book h3 {
    margin-top: 2em;
  }
}
.detai__book ul.book-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detai__book ul.book-list li + li {
  margin-top: 1.25em;
}
.detai__book ul.book-list .book-name {
  font-size: 1.09375em;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .detai__book ul.book-list .book-name {
    font-size: 0.875em;
    line-height: 1.75;
  }
}
.detai__book ul.book-list .book-link {
  font-size: 1.25em;
  margin-top: 0.125em;
}
.detai__book ul.book-list .book-link a::before {
  content: "▶";
  display: inline-block;
  font-size: 0.5625em;
  margin-right: 1em;
  vertical-align: middle;
}
/*# sourceMappingURL=style.css.map */
