@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
font
---------------------------------------------*/
html {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg {
  font-family: "cy", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*---------------------------------------------
layout
---------------------------------------------*/
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.left,
.right {
  background: #dfe4f2;
  min-width: 0;
  padding: 16px;
  /* ↓これが重要:
     overflow: auto や position: fixed を指定しない。
     指定すると left/right が独立スクロール領域になり、
     その上でホイールしても center(=bodyのスクロール)が動かなくなる。 */
}

.center {
  background: #fff;
  overflow: hidden;
}
.center .fv {
  background-image: url(../images/c1/1_bg.webp);
  background-size: cover;
  height: 110vh;
}
.center .fv .logo {
  width: 80%;
  margin: 40px auto 0;
}
.center .fv .fv_arrow {
  height: 16%;
  width: auto;
  position: absolute;
  bottom: 0%;
  left: 15%;
}
.center #chapter-1 .img_wrap {
  position: relative;
}
.center #chapter-1 .img_wrap .img1 {
  width: 63%;
  margin-top: 50px;
}
.center #chapter-1 .img_wrap .img2 {
  width: 75%;
  margin-left: auto;
  margin-top: -58px;
}
.center #chapter-1 .img_wrap .img3 {
  width: 100%;
  margin-top: 50px;
}
.center #chapter-1 .img_wrap .heart2 {
  position: absolute;
  width: 20%;
  top: 10%;
  right: 0;
}
.center #chapter-1 .img_wrap .but1 {
  position: absolute;
  width: 20%;
  top: 50%;
  left: 0;
}
.center #chapter-1 .img_wrap .toge1 {
  position: absolute;
  width: 20%;
  bottom: -15%;
  right: -5%;
}
.center #chapter-1 .staff_wrap {
  padding: 16px;
}
.center #chapter-1 .staff_wrap .staff {
  position: relative;
}
.center #chapter-1 .staff_wrap .staff img {
  width: 50%;
}
.center #chapter-1 .staff_wrap .staff .img1 {
  width: 60%;
  margin-top: 50px;
}
.center #chapter-1 .staff_wrap .staff .disp {
  position: absolute;
  width: 20%;
  bottom: 10%;
  left: -5%;
}
.center #chapter-1 .staff_wrap .staff .heart1 {
  position: absolute;
  bottom: initial;
  left: initial;
  top: 0;
  right: 0;
  z-index: -1;
  width: 10%;
}
.center #chapter-1 .staff_wrap .staff .toge_pu {
  position: absolute;
  bottom: initial;
  left: initial;
  top: -10%;
  left: 0;
  z-index: -1;
  width: 10%;
}
.center #chapter-1 .staff_wrap .staff .but2 {
  position: absolute;
  top: 6%;
  left: 39%;
  z-index: -1;
  width: 10%;
}
.center #chapter-1 .staff_wrap .staff .credit {
  position: relative;
  top: -340px;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .center #chapter-1 .staff_wrap .staff .credit {
    top: -480px;
  }
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 20px;
  text-align: left;
  border: 1px solid #000000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box::after, .center #chapter-1 .staff_wrap .staff .credit .arrow_box::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 38%;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 5px;
  margin-top: -10px;
  border-right-color: #FFFFFF;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-right-width: 6px;
  margin-top: -10px;
  margin-right: 1px;
  border-right-color: #000000;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box2::after, .center #chapter-1 .staff_wrap .staff .credit .arrow_box2::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: initial;
  left: 100%;
  top: 28%;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box2::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-top: -5px;
  border-left-color: #FFFFFF;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box2::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-top: -6px;
  margin-left: 1px;
  border-left-color: #000000;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box3 {
  margin-top: 14%;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box5 {
  margin-top: 20%;
}
.center #chapter-1 .staff_wrap .staff .credit .arrow_box11 {
  margin-top: 30px;
}
.center #chapter-1 .staff_wrap .staff .credit ul {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .center #chapter-1 .staff_wrap .staff .credit ul {
    font-size: 14px;
  }
}
.center #chapter-1 .staff_wrap .staff .credit ul a {
  color: #000;
  text-decoration: none;
}
.center #chapter-1 .staff_wrap .staff .credit ul a li span {
  text-decoration: underline;
  margin-left: 5px;
  line-height: 2;
}
.center #chapter-1 .staff_wrap .staff .credit2 {
  left: 0;
}
.center #chapter-1 .staff_wrap .staff2 {
  position: relative;
  margin-top: -78%;
}
.center #chapter-1 .staff_wrap .staff2 .img2 {
  margin-left: auto;
}
.center #chapter-1 .staff_wrap .staff2 .credit2 {
  position: absolute;
  left: 10%;
  top: 56%;
}
.center #chapter-1 .staff_wrap .credit4 {
  top: 36% !important;
}
.center #chapter-1 .staff_wrap .credit9 {
  left: 40% !important;
}
.center #chapter-1 .staff_wrap .img3 {
  width: 60% !important;
}
.center #chapter-1 .staff_wrap .img4,
.center #chapter-1 .staff_wrap .img6,
.center #chapter-1 .staff_wrap .img8,
.center #chapter-1 .staff_wrap .img10 {
  margin-left: auto;
}
.center #chapter-1 .staff_wrap .img4 {
  width: 67% !important;
}
.center #chapter-1 .staff_wrap .img5 {
  width: 60% !important;
}
.center #chapter-1 .staff_wrap .img6 {
  width: 55% !important;
}
.center #chapter-1 .staff_wrap .img7 {
  width: 65% !important;
}
.center #chapter-1 .staff_wrap .img8 {
  width: 43% !important;
}
.center #chapter-1 .staff_wrap .img9 {
  width: 55% !important;
}
.center #chapter-1 .staff_wrap .img11 {
  width: 55% !important;
}

/* ---- sp: 〜768px → centerのみ1カラム ---- */
@media screen and (max-width: 768px) {
  .layout {
    display: block;
  }
  .left,
  .right {
    display: none;
  }
  .center {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
/* ---- pc: 769px〜 → まずleft+centerの2カラムがベース ---- */
@media screen and (min-width: 769px) {
  .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
  }
  .center {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .right {
    display: none;
  }
}
/* ---- xl: 1200px〜 → rightも表示して3カラムに ---- */
@media screen and (min-width: 1200px) {
  .left,
  .right {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; /* center以外の残り幅を均等に分け合う */
  }
  .center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    width: 600px;
  }
}
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

/*---------------------------------------------
chapter page (fv / index / sp bottom nav)
---------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  color: #fff;
}
.fv_bg {
  position: absolute;
  inset: 0;
}
.fv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
}
.fv_body {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px;
  text-align: right;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
}
.fv_logo {
  font-family: "Arial Black", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(28px, 6vw, 56px);
  letter-spacing: 0.02em;
}
.fv_sub {
  margin-top: 8px;
  font-size: clamp(13px, 2.2vw, 16px);
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.circle_toggle_btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
  cursor: pointer;
}
.circle_toggle_btn_bar {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #2B2B2B;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.circle_toggle_btn_bar__top {
  top: 17px;
}
.circle_toggle_btn_bar__middle {
  top: 23px;
}
.circle_toggle_btn_bar__bottom {
  top: 29px;
}
.circle_toggle_btn.is_open .circle_toggle_btn_bar__top {
  top: 23px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.circle_toggle_btn.is_open .circle_toggle_btn_bar__middle {
  opacity: 0;
}
.circle_toggle_btn.is_open .circle_toggle_btn_bar__bottom {
  top: 23px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

#jsIndexBtn.circle_toggle_btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 60;
  opacity: 0;
  border: 1px solid #000;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#jsIndexBtn.circle_toggle_btn.is_visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  #jsIndexBtn.circle_toggle_btn {
    display: none;
  }
}

.index_panel {
  background: #dfe4f2;
}
.index_panel_inner {
  padding: 0 0 40px;
}
.index_panel_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .index_panel_head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.index_panel_title {
  display: none;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .index_panel_title {
    display: none;
  }
}
.index_panel .circle_close_btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .index_panel .circle_close_btn {
    display: none;
  }
}
.index_panel .circle_close_btn::before, .index_panel .circle_close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #2B2B2B;
  border-radius: 2px;
}
.index_panel .circle_close_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.index_panel .circle_close_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.index_panel_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 12px;
}
@media screen and (min-width: 769px) {
  .index_panel_grid {
    grid-template-columns: repeat(3, 3fr);
    padding: 0 30px;
    gap: 12px;
  }
}
.index_panel_sns {
  display: block;
  margin: 70px auto 30px;
  max-width: 68%;
}
@media screen and (min-width: 769px) {
  .index_panel_sns {
    margin: 30px auto;
  }
}
.index_panel_all {
  display: block;
  margin: 16px auto 0;
  max-width: 200px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #1FAE81;
  border-radius: 4px;
  font-size: 13px;
  color: #1FAE81;
  text-decoration: none;
  font-family: "cy", sans-serif;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.index_panel_all:hover {
  background: #1FAE81;
  color: #fff;
}

.chapter_card {
  display: block;
  text-decoration: none;
  color: #2B2B2B;
}
.chapter_card_thumb {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .chapter_card_thumb {
    aspect-ratio: 3.5/4;
  }
}
.chapter_card_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .chapter_card_thumb img {
    height: auto;
  }
}
.chapter_card_label {
  display: block;
  margin-top: 6px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: "cy", sans-serif;
}
.chapter_card__1 .chapter_card_label {
  color: #1FAE81;
}
.chapter_card__2 .chapter_card_label {
  color: #691FAE;
}
.chapter_card__3 .chapter_card_label {
  color: #E9FA76;
}
.chapter_card__4 .chapter_card_label {
  color: #0E0D74;
}
.chapter_card__5 .chapter_card_label {
  color: #A483D0;
}
.chapter_card__6 .chapter_card_label {
  color: #EF5F5F;
}
.chapter_card__7 .chapter_card_label {
  color: #C53883;
}
.chapter_card__8 .chapter_card_label {
  color: #4FA5BF;
}
.chapter_card.is_current .chapter_card_thumb {
  outline: 2px solid #2B2B2B;
  outline-offset: 2px;
}
.chapter_card.is_current .chapter_card_label {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .index_panel {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86%, 360px);
    z-index: 70;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    -webkit-box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
            box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
  }
  .index_panel.is_open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .index_overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 65;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .index_overlay.is_open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  .index_panel {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .index_overlay {
    display: none;
  }
}
/*---------------------------------------------
center: main content
---------------------------------------------*/
.center {
  background: transparent;
}

.chapter_bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.chapter_bg.chapter_bg__1 {
  background-image: url(../images/c1/1_bg.webp);
}
.chapter_bg.chapter_bg__2 {
  background-image: url(../images/c2/2_bg.webp);
}
.chapter_bg.chapter_bg__3 {
  background-image: url(../images/c3/3_bg.webp);
}
.chapter_bg.chapter_bg__4 {
  background-image: url(../images/c4/4_bg.webp);
}
.chapter_bg.chapter_bg__5 {
  background-color: #f9e7b7;
  background-image: linear-gradient(90deg, rgba(141, 121, 25, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(141, 121, 25, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 41px 41px;
  background-repeat: repeat;
}
.chapter_bg.chapter_bg__6 {
  background-image: url(../images/c6/6_bg.webp);
}
.chapter_bg.chapter_bg__7 {
  background-color: #fedede;
  background-image: radial-gradient(circle, #c53883 2px, transparent 2px), radial-gradient(circle, #c53883 2px, transparent 2px);
  background-position: 0 0, 17px 34px;
  background-size: 34px 68px;
  background-repeat: repeat;
}
.chapter_bg.chapter_bg__8 {
  background-image: url(../images/c8/8_bg.webp);
}
@media screen and (min-width: 769px) {
  .chapter_bg {
    left: 50%;
    right: auto;
    width: min(100%, 600px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.chapter_section {
  padding: 40px 0 56px;
}
@media screen and (min-width: 769px) {
  .chapter_section {
    padding: 30px;
    margin-bottom: -150px;
  }
}
.chapter_section_no {
  font-weight: 900;
  font-size: 26px;
  margin-left: 16px;
  letter-spacing: 0.02em;
  font-family: "cy", sans-serif;
}
@media screen and (min-width: 769px) {
  .chapter_section_no {
    font-size: 40px;
    margin-left: 28px;
  }
}
.chapter_section_no__1 {
  color: #1FAE81;
}
.chapter_section_no__2 {
  color: #691FAE;
}
.chapter_section_no__3 {
  color: #E9FA76;
}
.chapter_section_no__4 {
  color: #0E0D74;
}
.chapter_section_no__5 {
  color: #A483D0;
}
.chapter_section_no__6 {
  color: #EF5F5F;
}
.chapter_section_no__7 {
  color: #C53883;
}
.chapter_section_no__8 {
  color: #4FA5BF;
}
.chapter_section_catch {
  margin-top: 14px;
  margin-left: 2px;
  font-size: 15px;
  font-family: "Give You Glory", cursive;
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .chapter_section_catch {
    margin-left: 30px;
    font-size: 20px;
  }
}
.chapter_section_catch__1 {
  color: #1FAE81;
}
.chapter_section_catch__2 {
  color: #691FAE;
}
.chapter_section_catch__3 {
  color: #E9FA76;
}
.chapter_section_catch__4 {
  color: #0E0D74;
}
.chapter_section_catch__5 {
  color: #A483D0;
}
.chapter_section_catch__6 {
  color: #EF5F5F;
}
.chapter_section_catch__7 {
  color: #C53883;
}
.chapter_section_catch__8 {
  color: #4FA5BF;
}
.chapter_section_photo {
  margin-top: 50px;
}
.chapter_section_photo .thumb {
  width: 30%;
  display: block;
  margin-left: auto;
}
.chapter_section_photos {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.chapter_section_photos img {
  width: 100%;
  display: block;
}
.chapter_section_photos--1 {
  grid-template-columns: 1fr;
}
.chapter_section_photos--2 {
  grid-template-columns: repeat(2, 1fr);
}
.chapter_section_photos--3 {
  grid-template-columns: repeat(3, 1fr);
}
.chapter_section .chapter_photo_fade {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-top: 20px;
}
.chapter_section .chapter_photo_fade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.chapter_section .chapter_photo_fade .img1 {
  width: 80%;
}
.chapter_section .chapter_photo_fade .img2 {
  width: 90%;
}
.chapter_section .chapter_photo_fade_base {
  z-index: 1;
}
.chapter_section .chapter_photo_fade_overlay {
  z-index: 2;
  opacity: 0;
  -webkit-animation: chapterPhotoFadeLoop 6s ease-in-out infinite;
          animation: chapterPhotoFadeLoop 6s ease-in-out infinite;
}
@-webkit-keyframes chapterPhotoFadeLoop {
  0%, 15% {
    opacity: 0;
  }
  35%, 65% {
    opacity: 1;
  }
  85%, 100% {
    opacity: 0;
  }
}
@keyframes chapterPhotoFadeLoop {
  0%, 15% {
    opacity: 0;
  }
  35%, 65% {
    opacity: 1;
  }
  85%, 100% {
    opacity: 0;
  }
}

/*---------------------------------------------
#chapter-2
---------------------------------------------*/
#chapter-2 .top_img_wrap {
  margin-top: 40px;
}
#chapter-2 .top_img_wrap .img2 {
  width: 55%;
  margin-left: auto;
  margin-top: -20px;
  margin-right: 10px;
}
#chapter-2 .top_img_wrap .img3 {
  width: 70%;
  margin-top: -60px;
}
#chapter-2 .top_img_wrap .img4 {
  width: 80%;
  margin-top: -70px;
  margin-left: auto;
  margin-right: 6%;
}
#chapter-2 .credit {
  position: relative;
}
#chapter-2 .credit .enve {
  position: relative;
  width: 54%;
  margin-left: auto;
  margin-top: -108px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #chapter-2 .credit .enve {
    width: 47%;
  }
}
#chapter-2 .credit ul {
  position: absolute;
  top: 40%;
  right: 13%;
  font-size: 12px;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 769px) {
  #chapter-2 .credit ul {
    font-size: 14px;
  }
}
#chapter-2 .credit ul li {
  line-height: 1.6;
}
#chapter-2 .credit ul li a {
  color: #fff;
  margin-left: 30px;
}
#chapter-2 .pora {
  position: relative;
  margin-top: 10%;
  margin-bottom: 50%;
}
@media screen and (min-width: 769px) {
  #chapter-2 .pora {
    margin-bottom: 20%;
  }
}
#chapter-2 .pora ul {
  position: absolute;
  bottom: 8%;
  right: 13%;
  font-size: 12px;
  color: #000;
  text-align: right;
}
@media screen and (min-width: 769px) {
  #chapter-2 .pora ul {
    font-size: 14px;
    bottom: 12%;
  }
}
#chapter-2 .pora ul li {
  line-height: 1.6;
}
#chapter-2 .pora ul li a {
  color: #000;
}

.chapter_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.chapter_links a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #2B2B2B;
  border: 1px solid #2B2B2B;
  border-radius: 3px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .chapter_links a {
    font-size: 14px;
  }
}
.chapter_links a:hover {
  background: #2B2B2B;
  color: #fff;
}

.logo_fixed {
  display: none;
}
@media screen and (min-width: 769px) {
  .logo_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.logo_fixed img, .logo_fixed .logo_fixed_mark {
  max-width: 260px;
}
.logo_fixed_mark {
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.sp_bottom_nav {
  z-index: 55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .sp_bottom_nav {
    margin-right: 30px !important;
    margin-bottom: 50px !important;
  }
}
body[data-chapter-id="1"] .sp_bottom_nav_next {
  color: #691FAE;
}

body[data-chapter-id="2"] .sp_bottom_nav_next {
  color: #E9FA76;
}

body[data-chapter-id="3"] .sp_bottom_nav_next {
  color: #0E0D74;
}

body[data-chapter-id="4"] .sp_bottom_nav_next {
  color: #A483D0;
}

body[data-chapter-id="5"] .sp_bottom_nav_next {
  color: #EF5F5F;
}

body[data-chapter-id="6"] .sp_bottom_nav_next {
  color: #C53883;
}

body[data-chapter-id="7"] .sp_bottom_nav_next {
  color: #4FA5BF;
}

body[data-chapter-id="8"] .sp_bottom_nav_next {
  color: #1FAE81;
}

.sp_bottom_nav.is_visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.sp_bottom_nav a, .sp_bottom_nav button {
  display: block;
  border-radius: 999px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .sp_bottom_nav a, .sp_bottom_nav button {
    font-size: 30px;
  }
}
.sp_bottom_nav_next span {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .sp_bottom_nav_next span {
    font-size: 24px;
  }
}
.sp_bottom_nav_select {
  background: none;
  color: #2B2B2B;
  border: 1px solid #2B2B2B;
}
@media screen and (min-width: 769px) {
  .sp_bottom_nav_select {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_bottom_nav {
    position: fixed;
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .sp_bottom_nav {
    margin: 32px 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
}

/*---------------------------------------------
#chapter-3
---------------------------------------------*/
#chapter-3 .chapter_photo_fade {
  left: 5%;
}
#chapter-3 .chapter_photo_fade .img1 {
  width: 90%;
}
#chapter-3 .chapter_photo_fade .img2 {
  width: 93%;
}
#chapter-3 .chapter_photo_fade_2 {
  margin-top: 15%;
  margin-bottom: -30px;
}
#chapter-3 .chapter_photo_fade_2 .img7, #chapter-3 .chapter_photo_fade_2 .img8 {
  width: 80%;
}
#chapter-3 .chapter_photo_fade_2 .img8 {
  top: 10%;
  left: 15%;
}
#chapter-3 .chapter_section_photo .img3 {
  position: relative;
  z-index: 5;
  width: 50%;
  margin-left: 5%;
}
#chapter-3 .chapter_section_photo .img4 {
  width: 50%;
  margin-top: -66%;
  margin-left: auto;
  margin-right: -5%;
}
#chapter-3 .chapter_section_photo .img5 {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: auto;
  margin-right: 2%;
  margin-top: -5%;
}
#chapter-3 .chapter_section_photo .img6 {
  width: 80%;
  margin: auto;
}
#chapter-3 .chapter_section_photo .img13 {
  width: 80%;
  margin: 0 auto;
}
#chapter-3 .chapter_section_photo .credit {
  position: relative;
  margin-top: -6%;
}
#chapter-3 .chapter_section_photo .credit img {
  width: 50%;
  margin-left: auto;
  margin-right: 14%;
}
#chapter-3 .chapter_section_photo .credit ul {
  position: absolute;
  z-index: 15;
  top: 17%;
  right: 27%;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #chapter-3 .chapter_section_photo .credit ul {
    font-size: 14px;
    top: 24%;
    right: 30%;
  }
}
#chapter-3 .chapter_section_photo .credit ul a {
  color: #fff;
}
#chapter-3 .chapter_section_photo .credit2 ul {
  top: 23%;
}
@media screen and (min-width: 769px) {
  #chapter-3 .chapter_section_photo .credit2 ul {
    top: 30%;
  }
}
#chapter-3 .chapter_section_photo .img9 {
  width: 47%;
  margin-left: auto;
  margin-right: 3%;
}
#chapter-3 .chapter_section_photo .img10 {
  width: 70%;
  margin-top: -30%;
}
#chapter-3 .chapter_section_photo .img11 {
  width: 50%;
  margin-left: auto;
  margin-top: -40%;
}
#chapter-3 .chapter_section_photo .img12 {
  width: 60%;
  margin-left: 5%;
  margin-top: -11%;
}
#chapter-3 .chapter_section_photo2 .credit {
  margin-bottom: 50%;
}
@media screen and (min-width: 769px) {
  #chapter-3 .chapter_section_photo2 .credit {
    margin-bottom: 24%;
  }
}

/*---------------------------------------------
#chapter-4
---------------------------------------------*/
#chapter-4 .chapter_section_photo {
  margin-top: 40px;
}
#chapter-4 .chapter_section_photo .img_wrap {
  position: relative;
}
#chapter-4 .chapter_section_photo .img_wrap .img1 {
  width: 90%;
  margin: auto;
}
#chapter-4 .chapter_section_photo .img_wrap .img2, #chapter-4 .chapter_section_photo .img_wrap .img4, #chapter-4 .chapter_section_photo .img_wrap .img5 {
  position: absolute;
}
#chapter-4 .chapter_section_photo .img_wrap .img2 {
  width: 20%;
  bottom: -2%;
  left: 9%;
}
#chapter-4 .chapter_section_photo .img_wrap .img3 {
  width: 60%;
  margin-left: auto;
  margin-top: -18%;
  margin-right: 1%;
}
#chapter-4 .chapter_section_photo .img_wrap .img10 {
  width: 70%;
  margin: auto;
}
#chapter-4 .chapter_section_photo .img_wrap .roller {
  position: absolute;
  width: 20%;
  left: 5%;
  bottom: -27%;
}
#chapter-4 .chapter_section_photo .img_wrap2 {
  position: relative;
}
#chapter-4 .chapter_section_photo .img_wrap2 .img4 {
  width: 17%;
  bottom: 48%;
  left: 29%;
}
#chapter-4 .chapter_section_photo .img_wrap2 .img5 {
  width: 25%;
  bottom: -9%;
  left: 33%;
}
#chapter-4 .chapter_section_photo .img_wrap3 {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) {
  #chapter-4 .chapter_section_photo .img_wrap3 {
    margin-bottom: 100px;
  }
}
#chapter-4 .swiper_outer {
  position: relative;
}
@media screen and (min-width: 769px) {
  #chapter-4 .swiper_outer {
    height: 60vh;
  }
}
#chapter-4 .swiper_outer .btn3 {
  position: absolute;
  width: 14%;
  z-index: 10;
  top: -82%;
  right: 20%;
}
@media screen and (min-width: 769px) {
  #chapter-4 .swiper_outer .btn3 {
    top: -49%;
  }
}
#chapter-4 .swiper_outer .credit {
  position: relative;
}
#chapter-4 .swiper_outer .credit .bg {
  position: absolute;
  z-index: 10;
  width: 53%;
  bottom: -170px;
  left: -10%;
}
@media screen and (min-width: 769px) {
  #chapter-4 .swiper_outer .credit .bg {
    bottom: -298px;
  }
}
#chapter-4 .swiper_outer .credit .parts1 {
  position: absolute;
  width: 13%;
  z-index: 15;
  left: 9%;
}
@media screen and (min-width: 769px) {
  #chapter-4 .swiper_outer .credit .parts1 {
    top: 74px;
  }
}
#chapter-4 .credit {
  position: relative;
}
#chapter-4 .credit ul {
  position: absolute;
  bottom: -116px;
  left: 6%;
  font-size: 12px;
  color: #000;
  text-align: center;
  z-index: 15;
}
@media screen and (min-width: 769px) {
  #chapter-4 .credit ul {
    font-size: 14px;
    bottom: -218px;
  }
}
#chapter-4 .credit ul li {
  line-height: 1.6;
}
#chapter-4 .credit ul li a {
  color: #000;
}
#chapter-4 .credit3 ul {
  left: initial;
  right: 17%;
  top: 126px;
  color: #fff;
}
#chapter-4 .credit3 ul li a {
  color: #fff;
}

/*---------------------------------------------
swiper
---------------------------------------------*/
.swiper_outer2 {
  margin-top: 350px;
}
.swiper_outer2 .credit .flower {
  position: absolute;
  z-index: 10;
  width: 53%;
  left: -10%;
  bottom: -200px;
}
@media screen and (min-width: 769px) {
  .swiper_outer2 .credit .flower {
    width: 49%;
    bottom: -340px;
  }
}

.swiper_outer3 {
  margin-top: 400px;
  margin-bottom: 300px;
}
.swiper_outer3 .wap2 {
  position: absolute;
  width: 28%;
  z-index: 10;
  top: -92%;
  left: 5%;
}
@media screen and (min-width: 769px) {
  .swiper_outer3 .wap2 {
    top: -53%;
  }
}
.swiper_outer3 .ribbon2 {
  position: absolute;
  width: 35%;
  z-index: 10;
  top: -94%;
  right: 3%;
}
@media screen and (min-width: 769px) {
  .swiper_outer3 .ribbon2 {
    top: -56%;
  }
}
.swiper_outer3 .credit .kiss {
  position: absolute;
  z-index: 15;
  width: 60%;
  right: -3%;
  bottom: -190px;
}
@media screen and (min-width: 769px) {
  .swiper_outer3 .credit .kiss {
    bottom: -220px;
  }
}

.swiper_outer {
  position: relative;
}
.swiper_outer .btn3 {
  position: absolute;
  width: 20%;
}

.swiper {
  width: 100%;
  max-width: 900px;
  padding: 40px 0;
  overflow: visible !important;
  margin-top: 200px;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
}

.swiper-slide {
  position: relative;
  z-index: 1;
}

.swiper-slide-active {
  z-index: 2;
}

/* Swiper puts its own translate3d transform inline on .swiper-slide,
   so scaling must happen on this inner wrapper instead, or it gets overwritten. */
.slide-inner {
  opacity: 0.8;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.swiper-slide-active .slide-inner {
  opacity: 1;
  -webkit-transform: scale(2.3);
          transform: scale(2.3);
}

.slide-inner img {
  width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: block;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

/*---------------------------------------------
#chapter-5
---------------------------------------------*/
#chapter-5 .chapter_section_photo .credit {
  position: relative;
}
@media screen and (min-width: 769px) {
  #chapter-5 .chapter_section_photo .credit {
    height: 100%;
  }
}
#chapter-5 .chapter_section_photo .credit ul {
  position: absolute;
  line-height: 1.5;
  text-align: center;
  font-size: 12px;
  color: #000;
}
@media screen and (min-width: 769px) {
  #chapter-5 .chapter_section_photo .credit ul {
    font-size: 14px;
  }
}
#chapter-5 .chapter_section_photo .credit ul li a {
  color: #000;
}
#chapter-5 .img_wrap1 .img2 {
  margin-top: -20px;
}
#chapter-5 .img_wrap2 {
  position: relative;
  height: 185vw;
}
@media screen and (min-width: 769px) {
  #chapter-5 .img_wrap2 {
    height: 67vw;
  }
}
#chapter-5 .img_wrap2 img {
  position: absolute;
}
#chapter-5 .img_wrap2 .img3 {
  width: 55%;
  top: 5%;
}
#chapter-5 .img_wrap2 .img4 {
  width: 55%;
  right: 0;
}
#chapter-5 .img_wrap2 .img5 {
  width: 60%;
  top: 36%;
  right: 3%;
}
#chapter-5 .credit2 {
  top: -220px;
}
#chapter-5 .credit2 .paper {
  top: -260px;
  width: 60%;
  bottom: 0;
}
#chapter-5 .credit2 ul {
  bottom: 33%;
  left: 20%;
}
@media screen and (min-width: 769px) {
  #chapter-5 .credit2 ul {
    bottom: 39%;
    left: 20%;
  }
}
#chapter-5 .img_wrap3 {
  position: relative;
  height: 120vw;
  margin-top: -150px;
}
@media screen and (min-width: 769px) {
  #chapter-5 .img_wrap3 {
    height: 77vh;
  }
}
#chapter-5 .img_wrap3 img {
  position: absolute;
}
#chapter-5 .img_wrap3 .book {
  width: 30%;
  top: 0;
  right: 0;
  z-index: 15;
}
#chapter-5 .img_wrap3 .img6 {
  width: 76%;
  top: 10%;
  left: 5%;
}
#chapter-5 .img_wrap3 .img7 {
  width: 50%;
  bottom: 0;
  right: 7%;
}
#chapter-5 .img_wrap4 {
  position: relative;
  height: 200vw;
}
@media screen and (min-width: 769px) {
  #chapter-5 .img_wrap4 {
    height: 70vw;
  }
}
#chapter-5 .img_wrap4 img {
  position: absolute;
}
#chapter-5 .img_wrap4 .img8 {
  width: 55%;
}
#chapter-5 .img_wrap4 .img9 {
  width: 62%;
  right: -5%;
  top: 5%;
}
#chapter-5 .img_wrap4 .img10 {
  left: 5%;
  width: 60%;
  top: 38%;
}
#chapter-5 .credit4 .paper {
  position: absolute;
  right: -10%;
  width: 60%;
  top: -360px;
}
@media screen and (min-width: 769px) {
  #chapter-5 .credit4 .paper {
    top: -460px;
  }
}
#chapter-5 .credit4 ul {
  bottom: 255px;
  left: initial;
  right: 12%;
}
@media screen and (min-width: 769px) {
  #chapter-5 .credit4 ul {
    bottom: 312px;
  }
}
#chapter-5 .img_wrap5 {
  position: relative;
  height: 178vw;
  margin-top: -50px;
}
@media screen and (min-width: 769px) {
  #chapter-5 .img_wrap5 {
    height: 100vh;
  }
}
#chapter-5 .img_wrap5 img {
  position: absolute;
}
#chapter-5 .img_wrap5 .record {
  width: 50%;
  top: 9%;
  left: 12%;
}
#chapter-5 .img_wrap5 .img11 {
  width: 50%;
  right: -3%;
  z-index: 15;
}
#chapter-5 .img_wrap5 .img12 {
  width: 58%;
  top: 43%;
  left: 6%;
}
#chapter-5 .img_wrap6 {
  position: relative;
  height: 177vw;
  margin-top: 0;
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  #chapter-5 .img_wrap6 {
    height: 70vw;
  }
}
#chapter-5 .img_wrap6 img {
  position: absolute;
}
#chapter-5 .img_wrap6 .img13 {
  width: 61%;
  left: -3%;
}
#chapter-5 .img_wrap6 .img14 {
  width: 55%;
  right: 1%;
  top: 10%;
}
#chapter-5 .img_wrap6 .img15 {
  width: 58%;
  top: 47%;
  left: 6%;
}
#chapter-5 .credit6 {
  top: -420px;
}
@media screen and (min-width: 769px) {
  #chapter-5 .credit6 {
    top: initial;
    bottom: 110%;
  }
}
#chapter-5 .credit6 .paper {
  right: -10%;
  width: 60%;
  top: 73%;
}
@media screen and (min-width: 769px) {
  #chapter-5 .credit6 .paper {
    top: 70.7%;
  }
}
#chapter-5 .credit6 ul {
  bottom: -115px;
  left: initial;
  right: 12%;
}
@media screen and (min-width: 769px) {
  #chapter-5 .credit6 ul {
    bottom: initial;
    top: 78%;
  }
}

/*---------------------------------------------
#chapter-6
---------------------------------------------*/
#chapter-6 .img_wrap {
  position: relative;
  height: 92vh;
}
@media screen and (min-width: 769px) {
  #chapter-6 .img_wrap {
    height: 61vw;
  }
}
#chapter-6 .img_wrap img {
  position: absolute;
}
#chapter-6 .img_wrap .img1 {
  width: 100%;
}
#chapter-6 .img_wrap .img2 {
  width: 68%;
  top: 36%;
  left: 2%;
}
#chapter-6 .img_wrap .phone {
  width: 38%;
  right: 11%;
  bottom: 0;
}
#chapter-6 .fade_wrap .chapter_photo_fade {
  left: 5%;
}
#chapter-6 .fade_wrap .chapter_photo_fade .img3 {
  width: 90%;
}
#chapter-6 .fade_wrap .chapter_photo_fade .img4 {
  width: 85%;
  top: 11%;
}
#chapter-6 .fade_wrap .credit {
  position: relative;
  height: 25vw;
}
@media screen and (min-width: 769px) {
  #chapter-6 .fade_wrap .credit {
    height: 9vw;
  }
}
#chapter-6 .fade_wrap .credit .paper {
  position: absolute;
  width: 65%;
  left: 0;
  z-index: 20;
  top: -50%;
}
#chapter-6 .fade_wrap .credit ul {
  position: absolute;
  top: -20%;
  left: 20%;
  font-size: 12px;
  z-index: 25;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 769px) {
  #chapter-6 .fade_wrap .credit ul {
    font-size: 14px;
    top: 1%;
    left: 21%;
  }
}
#chapter-6 .fade_wrap .credit ul li {
  line-height: 1.5;
}
#chapter-6 .fade_wrap .credit ul li a {
  color: #000;
}
#chapter-6 .fade_wrap .credit1 ul {
  top: 0;
  left: 23%;
}
@media screen and (min-width: 769px) {
  #chapter-6 .fade_wrap .credit1 ul {
    top: 10%;
    left: 23%;
  }
}
#chapter-6 .img_wrap2 {
  margin-top: 100px;
  height: 168vw;
}
@media screen and (min-width: 769px) {
  #chapter-6 .img_wrap2 {
    height: 65vw;
  }
}
#chapter-6 .img_wrap2 .img5 {
  width: 70%;
  left: 5%;
}
#chapter-6 .img_wrap2 .headphone {
  width: 23%;
  z-index: 15;
  top: 36%;
  right: 8%;
}
#chapter-6 .img_wrap2 .img6 {
  width: 40%;
  top: 48%;
  right: 7%;
}
#chapter-6 .img_wrap2 .img7 {
  width: 40%;
  top: 62%;
  left: 18%;
}
#chapter-6 .fade_wrap2 .chapter_photo_fade {
  width: 100%;
}
#chapter-6 .fade_wrap2 .chapter_photo_fade .img8 {
  width: 80%;
  left: 10%;
}
#chapter-6 .fade_wrap2 .chapter_photo_fade .img9 {
  width: 80%;
  left: 10%;
  top: 10%;
}
#chapter-6 .fade_wrap2 .credit {
  position: relative;
  height: 42vw;
  width: 65%;
  margin-left: auto;
  margin-top: -90px;
}
@media screen and (min-width: 769px) {
  #chapter-6 .fade_wrap2 .credit {
    height: 16vw;
  }
}
#chapter-6 .fade_wrap2 .credit .paper {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 20;
}
#chapter-6 .fade_wrap2 .credit .flower {
  position: absolute;
  width: 90%;
  left: -85%;
  top: -64%;
  z-index: 15;
}
#chapter-6 .fade_wrap2 .credit ul {
  position: absolute;
  font-size: 12px;
  z-index: 25;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 769px) {
  #chapter-6 .fade_wrap2 .credit ul {
    font-size: 14px;
  }
}
#chapter-6 .fade_wrap2 .credit ul li {
  line-height: 1.5;
}
#chapter-6 .fade_wrap2 .credit ul li a {
  color: #000;
}
#chapter-6 .fade_wrap3 .img10 {
  width: 80%;
}
#chapter-6 .fade_wrap3 .img11 {
  width: 80%;
  left: 15%;
  top: 10%;
}
#chapter-6 .fade_wrap3 .credit {
  position: relative;
  height: 42vw;
  width: 65%;
  margin-left: auto;
  margin-top: -90px;
}
@media screen and (min-width: 769px) {
  #chapter-6 .fade_wrap3 .credit {
    height: 17vw;
  }
}
#chapter-6 .fade_wrap3 .credit .paper {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 20;
}
#chapter-6 .fade_wrap3 .credit .flower {
  position: absolute;
  width: 70%;
  left: -31%;
  top: -64%;
  z-index: 15;
}
#chapter-6 .fade_wrap3 .credit ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 12px;
  z-index: 25;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #chapter-6 .fade_wrap3 .credit ul {
    font-size: 14px;
  }
}
#chapter-6 .fade_wrap3 .credit ul li {
  line-height: 1.5;
}
#chapter-6 .fade_wrap3 .credit ul li a {
  color: #000;
}
#chapter-6 .img_wrap3 {
  height: 100vw;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #chapter-6 .img_wrap3 {
    height: 25vw;
  }
}
#chapter-6 .img_wrap3 .img12 {
  position: initial;
  width: 80%;
  margin: auto;
}

/*---------------------------------------------
#chapter-7
---------------------------------------------*/
#chapter-7 .chapter_section_photo {
  margin-top: 0;
}
#chapter-7 .img_wrap .text {
  width: 67%;
  margin-left: 21%;
}
#chapter-7 .img_wrap .img1 {
  width: 90%;
  margin-left: 8px;
}
#chapter-7 .gift {
  background-image: url(../images/c7/pk_bg.webp);
  background-size: cover;
  padding: 20px;
  margin: 60px 20px 200px;
}
#chapter-7 .gift .bg_wh {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 5px;
}
#chapter-7 .gift .bg_wh .title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #chapter-7 .gift .bg_wh .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#chapter-7 .gift .bg_wh .text {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #chapter-7 .gift .bg_wh .text {
    font-size: 15px;
  }
}
#chapter-7 .gift .bg_wh ul {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #chapter-7 .gift .bg_wh ul {
    font-size: 12px;
  }
}
#chapter-7 .gift .bg_wh ul li {
  line-height: 1.3;
  margin-bottom: 10px;
}

/*---------------------------------------------
#chapter-8
---------------------------------------------*/
#chapter-8 .photo_grid {
  width: 90%;
  margin: 0 auto 200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media screen and (min-width: 769px) {
  #chapter-8 .photo_grid {
    margin-bottom: 0;
  }
}
#chapter-8 .grid_cell {
  position: relative;
}
#chapter-8 .person_photo {
  display: block;
  width: 100%;
  aspect-ratio: 5/5.5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#chapter-8 .doodle_photo {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  height: auto;
}
#chapter-8 .cell_1 .doodle_photo {
  top: 5%;
  left: -11%;
  width: 100%;
}
#chapter-8 .cell_2 .doodle_photo {
  width: 50%;
  bottom: -6%;
  left: 8%;
}
#chapter-8 .cell_3 .doodle_photo {
  width: 39%;
  top: 5%;
  right: -4%;
}
#chapter-8 .cell_4 .doodle_photo {
  top: -11%;
  right: -4%;
  width: 100%;
}
#chapter-8 .cell_5 .doodle_photo {
  top: -13%;
  left: 1%;
  width: 100%;
}
#chapter-8 .cell_7 .doodle_photo {
  top: 6%;
  left: -4%;
  width: 38%;
}
#chapter-8 .cell_8 .doodle_photo {
  top: -8%;
  left: -4%;
  width: 111%;
}
#chapter-8 .cell_9 .doodle_photo {
  top: -4%;
  left: 1%;
  width: 100%;
}
#chapter-8 .cell_10 .doodle_photo {
  top: -13%;
  left: 1%;
  width: 100%;
}
#chapter-8 .cell_11 .doodle_photo {
  top: 1%;
  left: 0%;
  width: 109%;
}/*# sourceMappingURL=style.css.map */