@charset "UTF-8";
.top {
  position: relative;
}

.l-content {
  overflow: visible;
}

.bgWrap {
  background: url(/asset/img/common/bg01.webp) repeat left top;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .bgWrap {
    background: url(/asset/img/common/bg01_sp.webp) repeat left top;
    background-size: 100% auto;
  }
}

p + p {
  -webkit-margin-before: unset;
          margin-block-start: unset;
}

img {
  width: 100%;
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.kv .kv-visual {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv .kv-visual .swiper-slide {
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
  position: relative;
}
.kv .kv-visual .swiper-slide .txt {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.5s 0s, -webkit-filter 0.5s 0s;
  transition: opacity 0.5s 0s, -webkit-filter 0.5s 0s;
  transition: opacity 0.5s 0s, filter 0.5s 0s;
  transition: opacity 0.5s 0s, filter 0.5s 0s, -webkit-filter 0.5s 0s;
}
.kv .kv-visual .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity 0.75s 0.75s ease-out, -webkit-filter 0.75s 0.75s ease-out;
  transition: opacity 0.75s 0.75s ease-out, -webkit-filter 0.75s 0.75s ease-out;
  transition: opacity 0.75s 0.75s ease-out, filter 0.75s 0.75s ease-out;
  transition: opacity 0.75s 0.75s ease-out, filter 0.75s 0.75s ease-out, -webkit-filter 0.75s 0.75s ease-out;
}
.kv .kv-visual .swiper-slide picture,
.kv .kv-visual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: opacity;
}
@media screen and (max-width: 768px) {
  .kv .kv-visual .swiper-slide .caption {
    right: auto;
    left: min(2.667vw, 12px);
  }
}
.kv .kv-visual {
  /* Pagination */
}
.kv .kv-visual .swiper-pagination {
  z-index: 10;
  position: relative;
  bottom: min(2.666vw, 44.4px);
  margin: 0;
  cursor: unset;
}
@media screen and (max-width: 768px) {
  .kv .kv-visual .swiper-pagination {
    bottom: min(6.133vw, 27.6px);
  }
}
.kv .kv-visual .swiper-pagination-bullet {
  width: min(1.441vw, 24px);
  height: min(1.441vw, 24px);
  background-color: #c9bda8;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .kv .kv-visual .swiper-pagination-bullet {
    width: min(3.2vw, 14.4px);
    height: min(3.2vw, 14.4px);
  }
}
.kv .kv-visual .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.kv .kv-visual {
  /* Navigation Buttons */
}
.kv .kv-visual .swiper-button-prev,
.kv .kv-visual .swiper-button-next {
  color: #fff;
  width: min(2.882vw, 48px);
  height: min(2.882vw, 48px);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 768px) {
  .kv .kv-visual .swiper-button-prev,
  .kv .kv-visual .swiper-button-next {
    width: min(8vw, 36px);
    height: min(8vw, 36px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.kv .kv-visual .swiper-button-prev:after, .kv .kv-visual .swiper-button-prev:before,
.kv .kv-visual .swiper-button-next:after,
.kv .kv-visual .swiper-button-next:before {
  content: none;
}
.kv .kv-visual .swiper-button-prev {
  right: auto;
  left: min(2.882vw, 48px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .kv .kv-visual .swiper-button-prev {
    left: min(5.333vw, 24px);
  }
}
.kv .kv-visual .swiper-button-next {
  right: min(2.882vw, 48px);
  left: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .kv .kv-visual .swiper-button-next {
    right: min(5.333vw, 24px);
  }
}
.kv .visual01 .txt {
  position: absolute;
  top: 54%;
  right: 16%;
  left: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: min(4.035vw, 67.2px);
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
  letter-spacing: 0.1em;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .kv .visual01 .txt {
    top: unset;
    right: min(6.667vw, 30px);
    bottom: min(6.667vw, 30px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: min(8.533vw, 38.4px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: unset;
  }
}
.kv .visual02 .txt {
  position: absolute;
  top: auto;
  left: 5%;
  bottom: 7%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .kv .visual02 .txt {
    top: 10%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(3.733vw, 16.8px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.kv .visual02 .txt img {
  width: min(50.432vw, 840px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .kv .visual02 .txt img {
    -webkit-filter: drop-shadow(0 0 0.5em rgb(0, 0, 0));
            filter: drop-shadow(0 0 0.5em rgb(0, 0, 0));
  }
}
@media screen and (max-width: 768px) {
  .kv .visual02 .txt img {
    display: block;
    margin-inline: auto;
    width: 83.7333333333vw;
  }
}
.kv .visual02 .txt span {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: min(1.441vw, 24px);
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .kv .visual02 .txt span {
    text-shadow: 0 0 0.5em rgb(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .kv .visual02 .txt span {
    font-size: 2.6666666667vw;
    color: #3e3a39;
  }
}

.kv-opening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv-bg picture, .kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv-skip {
  display: block;
  position: absolute;
  z-index: 11;
  right: min(1.801vw, 30px);
  bottom: min(2.882vw, 48px);
  font-family: "trajan-pro-3", serif;
  font-weight: 500;
  font-size: clamp(20px, 1.801vw, 30px);
  line-height: 1;
  background-color: #c9bda8;
  color: #fff;
  padding: min(1.081vw, 18px) min(1.441vw, 24px) min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .kv-skip {
    right: min(4vw, 18px);
    bottom: auto;
    top: calc(100dvh - min(17.333vw, 78px));
    font-size: clamp(16px, 5.333vw, 24px);
    padding: min(3.2vw, 14.4px) min(4.267vw, 19.2px) min(2.133vw, 9.6px);
  }
}

.kv-opening-inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: min(2.594vw, 43.2px);
  padding: min(1.441vw, 24px);
}
.kv-opening-inner svg {
  overflow: visible;
  width: min(10.951vw, 182.4px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .kv-opening-inner {
    gap: min(5.867vw, 26.4px);
    padding: min(3.2vw, 14.4px);
  }
  .kv-opening-inner svg {
    width: min(28.533vw, 128.4px);
  }
}

.kv-opening-mark {
  opacity: 0;
}

.kv-opening-copy {
  display: -ms-grid;
  display: grid;
  gap: min(0.432vw, 7.2px);
  justify-items: center;
  -webkit-margin-before: clamp(-19.2px, -1.729vw, -28.8px);
          margin-block-start: clamp(-19.2px, -1.729vw, -28.8px);
  color: #a7892c;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .kv-opening-copy {
    gap: min(0vw, 0px);
    -webkit-margin-before: clamp(-1.6px, -0.533vw, -2.4px);
            margin-block-start: clamp(-1.6px, -0.533vw, -2.4px);
  }
}

.kv-opening-copy__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-margin-end: -1.9em;
          margin-inline-end: -1.9em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(25.6px, 2.305vw, 38.4px);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  color: #a7892c;
}
.kv-opening-copy__lead .trajan3 {
  font-family: "trajan-pro-3", serif;
  font-weight: 500;
  font-size: clamp(48px, 4.323vw, 72px);
  letter-spacing: 0.1em;
  line-height: 1;
}
.kv-opening-copy__lead .note {
  display: block;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .kv-opening-copy__lead {
    display: block;
    -webkit-margin-end: unset;
            margin-inline-end: unset;
    font-size: clamp(19.2px, 6.4vw, 28.8px);
    line-height: 1;
  }
  .kv-opening-copy__lead .trajan3 {
    margin: 0 -0.075em 0 0.05em;
    font-size: clamp(43.2px, 3.89vw, 64.8px);
    line-height: 1;
  }
  @supports (-webkit-hyphens: none) {
    .kv-opening-copy__lead .trajan3 {
      position: relative;
      top: 0.15em;
    }
  }
  .kv-opening-copy__lead .note {
    -webkit-margin-before: clamp(-1.6px, -0.533vw, -2.4px);
            margin-block-start: clamp(-1.6px, -0.533vw, -2.4px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto -0.25em;
    font-size: clamp(8px, 2.667vw, 12px);
    line-height: 1;
  }
}

.kv-opening-copy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(20.8px, 1.873vw, 31.2px);
  letter-spacing: 0.075em;
  line-height: 1.44;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv-opening-copy__body {
    display: block;
    -webkit-margin-before: clamp(4.8px, 1.6vw, 7.2px);
            margin-block-start: clamp(4.8px, 1.6vw, 7.2px);
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    line-height: 1.46;
  }
}

.kv-opening-copy__line {
  display: block;
  overflow: hidden;
}

.meritBox {
  max-width: min(87.32vw, 1454.4px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .meritBox {
    max-width: min(83.467vw, 375.6px);
  }
}
.meritBox picture {
  display: block;
}
.meritBox picture + picture {
  -webkit-border-before: 1px solid #3e3a39;
          border-block-start: 1px solid #3e3a39;
}

.entryBox {
  position: relative;
  padding-block: min(5.548vw, 92.4px) min(4.971vw, 82.8px);
}
@media screen and (max-width: 768px) {
  .entryBox {
    padding-block: min(7.2vw, 32.4px) min(10.667vw, 48px);
    padding-inline: min(8.8vw, 39.6px);
  }
}
.entryBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8b987b), to(#536946));
  background: linear-gradient(#8b987b 0%, #536946 100%);
  mix-blend-mode: multiply;
}
.entryBox .ttl {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(40px, 3.602vw, 60px);
  letter-spacing: 0.04em;
  line-height: 1.44;
  text-align: center;
  color: #e9e3e0;
}
@media screen and (max-width: 768px) {
  .entryBox .ttl {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
    line-height: 1.46;
  }
}
.entryBox .ttl + p {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #e9e3e0;
  -webkit-margin-before: min(1.441vw, 24px);
          margin-block-start: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .entryBox .ttl + p {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    line-height: 2.23;
    -webkit-margin-before: min(4.533vw, 20.4px);
            margin-block-start: min(4.533vw, 20.4px);
  }
}
.entryBox p + p {
  position: relative;
}
.entryBox p + p .c-button {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(19.2px, 1.729vw, 28.8px);
  letter-spacing: 0.1em;
  line-height: 1.46;
  text-align: center;
  color: #e9e3e0;
  padding-inline: clamp(64px, 5.764vw, 96px);
  height: min(7.061vw, 117.6px);
  -webkit-margin-before: min(2.233vw, 37.2px);
          margin-block-start: min(2.233vw, 37.2px);
}
@media screen and (max-width: 768px) {
  .entryBox p + p .c-button {
    font-size: clamp(12px, 4vw, 18px);
    line-height: 1.4;
    padding-inline: 0;
    max-width: min(82.667vw, 372px);
    width: 100%;
    height: min(17.867vw, 80.4px);
    -webkit-margin-before: min(2.933vw, 13.2px);
            margin-block-start: min(2.933vw, 13.2px);
  }
}
.entryBox p + p .c-button::after {
  right: 7%;
  width: 0.75em;
  height: 0.75em;
}

.information {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min(5.259vw, 87.6px) 1fr;
  grid-template-columns: auto 1fr;
  gap: min(5.259vw, 87.6px);
  max-width: min(74.928vw, 1248px);
  margin-inline: auto;
  padding-inline: min(0.72vw, 12px) min(2.882vw, 48px);
  padding-block: min(3.89vw, 64.8px) min(3.963vw, 66px);
}
@media screen and (max-width: 768px) {
  .information {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(6.667vw, 30px);
    max-width: 100%;
    padding-inline: min(6.667vw, 30px);
    padding-block: min(8.267vw, 37.2px) min(9.067vw, 40.8px);
  }
}
.information .ttl {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: clamp(24px, 2.161vw, 36px);
  line-height: 1;
  color: #3d5a47;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
@media screen and (max-width: 768px) {
  .information .ttl {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    text-align: center;
  }
}
.information .ttknews {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  line-height: 1.75;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .information .ttknews {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    line-height: 2;
  }
}
.information .ttknews ul {
  display: -ms-grid;
  display: grid;
}
.information .ttknews ul li {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .information .ttknews ul li {
    padding-inline: min(5.333vw, 24px);
  }
}
.information .ttknews ul li + li {
  -webkit-margin-before: min(2.666vw, 44.4px);
          margin-block-start: min(2.666vw, 44.4px);
}
@media screen and (max-width: 768px) {
  .information .ttknews ul li + li {
    -webkit-border-before: 1px solid #707070;
            border-block-start: 1px solid #707070;
    -webkit-padding-before: min(6.667vw, 30px);
            padding-block-start: min(6.667vw, 30px);
    -webkit-margin-before: min(5.333vw, 24px);
            margin-block-start: min(5.333vw, 24px);
  }
}

.memory {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(/asset/img/top/memori_p01.webp) no-repeat center center;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/asset/img/top/memori_p01.webp) no-repeat center center;
  background-size: cover;
  padding-block: min(7.925vw, 132px) min(3.602vw, 60px);
}
@media screen and (max-width: 768px) {
  .memory {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url(/asset/img/top/memori_p01_sp.webp) no-repeat center center;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/asset/img/top/memori_p01_sp.webp) no-repeat center center;
    background-size: cover;
    padding-block: min(19.467vw, 87.6px) min(14.933vw, 67.2px);
  }
}
.memory .js-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: min(2.882vw, 48px);
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .memory .js-vertical {
    gap: min(5.333vw, 24px);
  }
}
.memory .js-vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.memory .js-vertical-text:has(span > span) {
  display: -ms-grid;
  display: grid;
  gap: min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .memory .js-vertical-text:has(span > span) {
    display: inline;
  }
}
.memory .js-vertical-text:not(:has(span[style])) {
  display: -ms-grid;
  display: grid;
  gap: min(2.882vw, 48px);
}
.memory .js-vertical-text:first-of-type {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(44.8px, 4.035vw, 67.2px);
  letter-spacing: 0.15em;
  line-height: 1;
  color: #3e3a39;
  -webkit-margin-after: min(4.323vw, 72px);
          margin-block-end: min(4.323vw, 72px);
}
@media screen and (max-width: 768px) {
  .memory .js-vertical-text:first-of-type {
    font-size: clamp(24px, 8vw, 36px);
    -webkit-margin-after: min(5.333vw, 24px);
            margin-block-end: min(5.333vw, 24px);
  }
}
.memory .js-vertical-text:not(:first-of-type) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(24px, 2.161vw, 36px);
  letter-spacing: 0.14em;
  line-height: 1;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .memory .js-vertical-text:not(:first-of-type) {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    letter-spacing: 0.13em;
  }
}
.memory .js-vertical-text:nth-of-type(4) {
  -webkit-margin-after: min(2.882vw, 48px);
          margin-block-end: min(2.882vw, 48px);
}

.book .book-section {
  height: 400vh !important;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .book .book-section {
    height: 600vh !important;
  }
}
.book .sticky-wrapper {
  position: sticky;
  top: clamp(59.2px, 5.331vw, 88.8px);
  height: calc(100vh - clamp(59.2px, 5.331vw, 88.8px));
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .book .sticky-wrapper {
    top: clamp(36px, 12vw, 54px);
    height: calc(100vh - clamp(36px, 12vw, 54px));
  }
}
.book .arrowBtns {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-inline: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .book .arrowBtns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(6.667vw, 30px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 3.5%;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .book .arrowBtns::before {
    content: "";
    display: block;
    width: min(12.8vw, 57.6px);
    height: min(12.8vw, 57.6px);
    background-color: rgba(255, 255, 255, 0.43);
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-block: auto;
    margin-inline: auto;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.book .bookArrow {
  width: 5%;
  aspect-ratio: 93/40;
  display: -ms-grid;
  display: grid;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .book .bookArrow {
    aspect-ratio: unset;
    width: 100%;
  }
}
.book .bookArrow.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .book .bookArrow.bookPrev {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.book .bookArrow.bookNext {
  rotate: 180deg;
}
@media screen and (max-width: 768px) {
  .book .bookArrow.bookNext {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.book .bookArrow::before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 1;
  grid-row: 1/1;
  margin-inline: auto;
  margin-block: auto;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .book .bookArrow::before {
    display: none;
  }
}
.book .bookArrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/asset/img/top/book_arrow01.svg) no-repeat center center/100% auto;
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 1;
  grid-row: 1/1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .book .bookArrow::after {
    background: url(/asset/img/top/book_arrow01_sp.svg) no-repeat center center/100% auto;
    aspect-ratio: 12/77;
    width: min(3.2vw, 14.4px);
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .book .bookArrow:hover::before {
    scale: 1.2;
  }
}
.book .book-container {
  width: 100vw !important;
  min-width: 100% !important;
  margin: 0 auto;
  -webkit-border-before: clamp(5.6px, 0.504vw, 8.4px) solid #aca275;
          border-block-start: clamp(5.6px, 0.504vw, 8.4px) solid #aca275;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .book .book-container {
    border-block-start-width: clamp(4px, 1.333vw, 6px);
    width: 100% !important;
    min-width: 100% !important;
  }
}
.book li {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(#EFEADE), color-stop(50%, #EDE8E1), to(#F0EBE2));
  background: #fff linear-gradient(#EFEADE 0%, #EDE8E1 50%, #F0EBE2 100%);
}
.book li::before {
  content: "";
  display: block;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 150%;
  height: 150%;
  background: url(/asset/img/top/book_bg01.webp) no-repeat left top;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  pointer-events: none;
  will-change: transform;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.book li:nth-of-type(odd) {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.book li:nth-of-type(odd)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: min(4.899vw, 81.6px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(62, 58, 57, 0.2)));
  background: linear-gradient(90deg, transparent 0%, rgba(62, 58, 57, 0.2) 100%);
  -webkit-border-end: 1px solid #3e3a39;
          border-inline-end: 1px solid #3e3a39;
}
@media screen and (max-width: 768px) {
  .book li:nth-of-type(odd)::after {
    display: none;
  }
}
.book li:nth-of-type(even) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .book li:nth-of-type(even) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.book li:nth-of-type(even)::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .book li:nth-of-type(even)::before {
    display: block;
  }
}
.book .is-move li::before {
  -webkit-animation: airySwaySubtle 3s infinite ease-in;
          animation: airySwaySubtle 3s infinite ease-in;
}
@-webkit-keyframes airySwaySubtle {
  0% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  35% {
    -webkit-transform: rotate(0.2deg) skewX(-0.3deg);
            transform: rotate(0.2deg) skewX(-0.3deg);
  }
  65% {
    -webkit-transform: rotate(-0.2deg) skewX(0.3deg);
            transform: rotate(-0.2deg) skewX(0.3deg);
  }
  100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
}
@keyframes airySwaySubtle {
  0% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  35% {
    -webkit-transform: rotate(0.2deg) skewX(-0.3deg);
            transform: rotate(0.2deg) skewX(-0.3deg);
  }
  65% {
    -webkit-transform: rotate(-0.2deg) skewX(0.3deg);
            transform: rotate(-0.2deg) skewX(0.3deg);
  }
  100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
}
.book section {
  position: relative;
  height: 100%;
  max-height: calc(100vh - clamp(59.2px, 5.331vw, 88.8px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .book section {
    max-height: calc(100vh - clamp(36px, 12vw, 54px));
    padding-inline: min(12.8vw, 57.6px) 0;
  }
}
.book section .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min(1.297vw, 21.6px) auto;
  grid-template-columns: repeat(2, auto);
  gap: min(1.297vw, 21.6px);
}
@media screen and (max-width: 768px) {
  .book section .item {
    gap: min(4.533vw, 20.4px) min(2.4vw, 10.8px);
  }
}
.book section .ttl {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(24px, 2.161vw, 36px);
  letter-spacing: 0.14em;
  line-height: 1;
  color: #3e3a39;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .book section .ttl {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    letter-spacing: 0.13em;
  }
}
.book section figure {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: relative;
  width: min(29.107vw, 484.8px);
}
@media screen and (max-width: 768px) {
  .book section figure {
    width: min(61.867vw, 278.4px);
  }
}
.book section p {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 0.25em auto;
  grid-template-columns: repeat(2, auto);
  gap: 0.25em;
  overflow: hidden;
}
.book section p::before {
  content: "";
  display: block;
  width: min(11.383vw, 189.6px);
  height: 1px;
  background-color: #662b36;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
@media screen and (max-width: 768px) {
  .book section p::before {
    width: min(24.267vw, 109.2px);
  }
}
.book section p a {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: clamp(13.6px, 1.225vw, 20.4px);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #662b36;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .book section p a {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}

.series {
  padding-block: min(4.539vw, 75.6px) 0;
}
@media screen and (max-width: 768px) {
  .series {
    padding-block: min(12.8vw, 57.6px) 0;
  }
}
.series .l-inner {
  max-width: min(86.599vw, 1442.4px);
  -webkit-margin-after: min(2.882vw, 48px);
          margin-block-end: min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .series .l-inner {
    max-width: 100%;
    -webkit-margin-after: min(6.667vw, 30px);
            margin-block-end: min(6.667vw, 30px);
  }
}
.series .l-inner > p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(28px, 2.522vw, 42px);
  letter-spacing: 0.07em;
  line-height: 1.46;
  text-align: center;
  color: #6b7b57;
}
@media screen and (max-width: 768px) {
  .series .l-inner > p {
    font-size: clamp(16px, 5.333vw, 24px);
    line-height: 1.45;
  }
}
.series .l-inner > p span {
  display: inline-block;
}
.series ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(1.873vw, 31.2px) 1fr min(1.873vw, 31.2px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.873vw, 31.2px);
  -webkit-margin-before: min(2.738vw, 45.6px);
          margin-block-start: min(2.738vw, 45.6px);
  margin-inline: auto;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .series ul {
    -ms-grid-columns: 1fr min(4.267vw, 19.2px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(5.333vw, 24px) min(4.267vw, 19.2px);
    -webkit-margin-before: min(4.267vw, 19.2px);
            margin-block-start: min(4.267vw, 19.2px);
    max-width: unset;
  }
}
.series li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto min(0.648vw, 10.8px) 1fr;
  grid-template-rows: auto 1fr;
  gap: min(0.648vw, 10.8px);
}
@media screen and (max-width: 768px) {
  .series li {
    gap: min(1.333vw, 6px);
  }
}
@media screen and (max-width: 768px) {
  .series li:last-of-type {
    grid-column: 1/-1;
    width: calc(50% - min(2.133vw, 9.6px));
    margin-inline: auto;
  }
}
.series li p span {
  display: block;
}
.series li p span:nth-of-type(1) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(16px, 1.441vw, 24px);
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-align: center;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .series li p span:nth-of-type(1) {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    line-height: 1.42;
  }
}
.series li p span:nth-of-type(2) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(12px, 1.081vw, 18px);
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .series li p span:nth-of-type(2) {
    font-size: clamp(6.4px, 2.133vw, 9.6px);
    line-height: 1.38;
    -webkit-margin-before: min(0.533vw, 2.4px);
            margin-block-start: min(0.533vw, 2.4px);
  }
}
.series__pickup {
  background-color: #fff;
  padding-block: min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .series__pickup {
    padding-block: min(6.667vw, 30px);
  }
}
.series__pickup > div {
  max-width: min(86.599vw, 1442.4px);
  margin-inline: auto;
  padding-inline: min(2.882vw, 48px);
}
@media screen and (max-width: 768px) {
  .series__pickup > div {
    max-width: 100%;
    padding-inline: min(8vw, 36px);
  }
}
.series__pickup a {
  display: block;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .series__pickup a {
    max-width: 100%;
  }
}
/*# sourceMappingURL=top.css.map */