@charset "utf-8";

html{
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  /* scroll-snap-type: y proximity; 
  scroll-padding-top: 26.67vw;*/
}
body{
-webkit-print-color-adjust: exact;
background-color: #51142B;
color:#F8C6BD;
font-family: "Zen Old Mincho", serif;
font-size: clamp( 1.3rem, calc( 0.5666666666666667rem + 2.9333333333333336vw ), 3.5rem );
font-weight: 400;
-webkit-text-size-adjust: 100%;
line-height:1.5em;
text-align:center;
}

/* color */
.-color_maroon {
  color: #52162d;
}

/* リンク */
a:link{
color:#F8C6BD;
text-decoration: none;
}
a:visited{
color:#F8C6BD;
}
a {
transition: opacity .2s ease-in;
}
a:hover {
color:#F8C6BD;
opacity: .75;
}
a:active {
color:#F8C6BD;
}

b,strong {
  font-weight: 700;
  font-style: normal;
}

#wrapper{
  width:100%;
  overflow-x: hidden;
  padding-bottom: 60px;
}

.sp_br {
  display: block;
}
.pc_br {
  display: none;
}

.show{display: block !important;}
.hide{display: none !important;}
.align_left{text-align: left;}
.align_center{text-align: center;}
.align_right{text-align: right;}

.mt1em{margin-top: 1em !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt0{margin-top: 0 !important;}

/* btn */
.btn {
  display: inline-block;
  padding: 3px 30px;
  border: 1px solid #b8a072;
  border-radius: 20px;
  color: #b8a072;
  letter-spacing: .1em;
  line-height: 1.2;
  transition: all .2s ease-in;
}
.btn:hover {
  border-color: #52162d;
  background-color: #b8a072;
  color: #52162d;
}

@media screen and (min-width: 751px) {
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}

.btn {
  padding: 6px clamp( 40px, calc( 26.842105263157897px + 3.289473684210526vw ), 90px );
  border-width: 3px;
  border-radius: 35px;
}
}

/* ========================================================
#header
======================================================== */
#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.6rem;
  z-index: 10;
  display: flex;
  align-items: center;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  width: 100%;
}
.header_logo img {
  width: 13.64vw;
  height: auto;
}
#header .nav_toggle {
  position: relative;
  background: transparent;
  border: 2px solid #b8a072;
  border-radius: 10px;
  width: 9.07vw;
  height: 9.07vw;
  cursor: pointer;
  z-index: 9999;
}
#header .nav_toggle span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #b8a072;
  border-radius: 2px;
  height: 2px;
  width: 4.8vw;
  transform: translateX(-50%);
}
#header .nav_toggle span:nth-of-type(1) {
  transform: translate(-50%, calc(-50% - .65rem));
  transition: transform 0.5s ease;
}
#header .nav_toggle span:nth-of-type(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease;
}
#header .nav_toggle span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + .65rem));
  transition: transform 0.5s ease;
}

/* active */
#header .nav_toggle.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header .nav_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
#header .nav_toggle.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 751px) {
#header{
  padding: 2.6rem 2.2rem;
}
.header_logo img {
  height: 54px;
}
#header .nav_toggle {
  border-width: 3px;
  width: 54px;
  height: 54px;
}
#header .nav_toggle span {
  height: 3px;
  width: 30px;
}
#header .nav_toggle span:nth-of-type(1) {
  transform: translate(-50%, calc(-50% - 1rem));
}
#header .nav_toggle span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
#header .nav_toggle span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 1rem));
}
}

/* global-nav */
.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #52162d;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  /* visibility: hidden; */
}

/* active */
.global-nav.active {
  opacity: 1;
  /* visibility: visible; */
  pointer-events: auto;
}

ul.global-nav_inner {
  width: 100%;
  height: 100%;
  padding: 15rem 2rem 20.5vw;
  margin-bottom: 0;
  /* font-size: clamp( 1.6rem, calc( 0.8rem + 3.2vw ), 4rem ); */
}
ul.global-nav_inner li:not(:first-of-type) {
  margin-top: 3rem;
}

@media screen and (min-width: 751px) {
ul.global-nav_inner {
  padding: 180px 2rem;
}
ul.global-nav_inner a:hover {
  text-decoration: none;
}
}

/* ========================================================
#home
======================================================== */
/* kvSwiper */
#home {
  background-color: #51142B;
}
#home .slide_wrap {
  padding: 0 1.33vw;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.kv_wrap {
  position: relative;
  height: 50svh;
  margin-top: 10rem;
  overflow: hidden;
}
.kv_wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}
.kv_wrap picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.scroll_down_wrap {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25vw;
  z-index: 1;
}
.scroll_down {
  height: 8.5vw;
  font-size: 3.18vw;
  border-top: 1px solid #F8C6BD;
  position: relative;
  z-index: 1;
}
.scroll_down a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.scroll_down a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5vw;
  aspect-ratio: 1 /1;
  background-image: url("/story/memories/img/scroll_down.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.home_logo {
  margin: 0 auto;
  width: 70.45vw;
}
.home_copy_wrap {
  padding: 27.95vw 11.82vw 36.8vw;
}
.home_copy_sp {
  display: block;
  font-size: 4.1vw;
  line-height: 2.33;
  text-align: left;
}
.kv_sp {
  display: block;
}
.kv_pc {
  display: none;
}
.home_copy_pc {
  display: none;
}
.card_wrap {
  position: relative;
}
.card {
  border-radius: 13.6vw 13.6vw 0 0 ;
  background-color: #51142B;
}
.card_wrap:nth-child(1) { z-index: 1; } .card_wrap:nth-child(2) { z-index: 2; } .card_wrap:nth-child(3) { z-index: 3; } .card_wrap:nth-child(4) { z-index: 4; }
.card-inner {
  z-index: 1;
}

@media screen and (min-width: 751px) {
  /* kvSwiper */
  #home .slide_wrap {
    padding: 0;
  }

  .wrapper {
    width: min(1240px, 100% - 160px);
    margin: 0 auto;
  }

  .kv_wrap {
    position: relative;
    height: 100svh;
    margin-top: 0px;
    overflow: hidden;
  }
  .kv_wrap picture img {
    height: 100%;
  }

  .home_copy_wrap {
    padding: 13.4rem 0 8.8rem;
  }

  .scroll_down_wrap {
    right: 3.2rem;
    left: auto;
    width: 11rem;
    margin: 0 0 2rem;
    transform: none;
  }
  .scroll_down {
    height: 2.1rem;
    font-size: 1.2rem;
    line-height: 2.1;
    text-align: right;
  }
  .scroll_down a::after {
    left: 8px;
    width: 1.5rem;
  }
  .home_logo {
    margin: 0 auto;
  }
  .home_logo img {
    margin: 0 auto;
    max-width: 672px;
    width: 46.7vw;
  }
  .home_copy_sp {
    display: none;
  }
  .kv_sp {
    display: none;
  }
  .kv_pc {
    display: block;
  }
  .home_copy_pc {
    display: block;
    max-width: 1040px;
    margin: 0 auto 3.8rem;
  }
  .card {
    border-radius: 60px 60px 0 0 ;
  }
}

/* ========================================================
movie
======================================================== */
#movie {
  padding: 21.8vw 4.55vw 16.4vw;
  position: relative;
}
#movie.card {
  background-color: #310E19;

}

#movie .section_ttl {
  margin-bottom: 10.9vw;
}
.movie_wrap {
  margin-top: 8.53vw;
}
.movie_pc_wrap {
  display: none;
}
.section_ttl {
  font-size: 7.28vw;
  letter-spacing: 4%;
}
.movie_link {
  margin-top: 12.3vw;
}
.movie_link a {
  background: #F8C6BD;
  color: #51142B;
  font-size: 3.63vw;
  padding: .4rem 0;
  width: 100%;
  display: inline-block;
  position: relative;
}
.movie_link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.36vw;
  right: 1.36vw;
  width: 9px;
  aspect-ratio: 1 / 1;
  background-color: #51142B; 
  -webkit-mask-image: url(/story/memories/img/new_tab_icon.svg);
  mask-image: url(/story/memories/img/new_tab_icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (min-width: 751px) {
#movie {
  padding: 16.8rem 0 11.8rem;
  position: relative;
  z-index: 0;
  background-color: transparent !important;
  --bg-a: url("/story/memories/img/youtube_01.webp");
  --bg-b: url("/story/memories/img/youtube_01.webp");
}
#movie::before,
#movie::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-a) center / cover no-repeat;
  opacity: 0.15;
  transition: opacity 0.5s ease;
  will-change: opacity;
  pointer-events: none;
}
#movie::after {
  background-image: var(--bg-b);
  opacity: 0;
  z-index: 1;
}
#movie.show-b::before { opacity: 0; }
#movie.show-b::after  { opacity: 0.15; }

#movie > * {
  position: relative;
  z-index: 10;
}


#movie .slide_wrap {
  display: none;
}
#movie .section_ttl {
  font-size: clamp(2rem, -0.112rem + 2.9vw, 4rem);
  margin: -2.4rem 0 0;
  align-self: flex-start;
}
.movie_inner {
  display: flex;
  flex-direction: column-reverse;
  max-width: 990px;
  margin: 0 auto;
}
.movie_wrap {
  margin-top: 0;
}
.movie_pc_wrap {
  display: flex;
  gap: clamp(1rem, -2.1rem + 5.81vw, 5rem);
}
.movie_img_area {
  position: relative;
  max-width: 740px;
}
.movie_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
  border-radius: clamp(2rem, -1.992rem + 6.24vw, 5.8rem);
}
.movie_img.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.movie_img_cap {
  display: none;
  margin-top: 2.4rem;
  font-size: clamp(1rem, 0.216rem + 0.87vw, 1.6rem);
  text-align: right;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.movie_img_cap.active {
  display: block;
  line-height: 1;
}
.movie_btn_list {
  width: 20rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.movie_btn_list li {
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 2.5;
  transition: .2s ease-in;
  position: relative;
  border: 1.33px solid #f8c6bd;
  border-radius: 13.33px;
  transition: .2s ease-in;
  cursor: pointer;
}
.movie_btn_list li:hover::after,
.movie_btn_list li.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.2rem;
  width: 12px;
  height: 18px;
  background-image: url("/story/memories/img/btn_pin.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.movie_link {
  position: absolute !important; 
  right: 0;
  bottom: 0;
  margin: 0;
}
.movie_link a {
  font-size: 1.6rem;
  line-height: 2;
  width: auto;
  padding: .4rem 2.8rem;
}
.movie_link a::after {
  top: 6px;
  right: 6px;
}
}

/* ========================================================
modal
======================================================== */
.modal_content {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

/* close */
.modal_close {
  cursor: pointer;
  margin-top: 4rem;
}
.modal_close span {
  display: inline-block;
  padding: 3px 30px;
  border: 1px solid #b8a072;
  border-radius: 20px;
  letter-spacing: .1em;
  line-height: 1.5;
}
.modal_close:hover span {
  background-color: #b8a072;
  border-color: #52162d;
  color: #52162d;
}

/* modal_contentWrap */
.modal_contentWrap {
  overflow: auto;
  height: 100vh;
  padding: 2rem;
  position: absolute;
  width: 100%;
}
.modal_inner {
  border: 2px solid #b8a072;
  border-radius: 9.33vw;
  padding: 12vw 5.33vw;
}
.spacial_ttl {
  font-size: clamp( 18px, calc( 9.052631578947368px + 2.236842105263158vw ), 52px );
}
.modal_inner p {
  margin-top: 8.53vw;
  font-size: clamp( 13px, calc( 7.2105263157894735px + 1.4473684210526316vw ), 35px );
  letter-spacing: .275em;
}
.spacial_name {
  font-size: clamp( 16px, calc( 9.157894736842104px + 1.710526315789474vw ), 42px );
}

@media screen and (min-width: 751px) {
/* close */
.modal_close {
  margin-top: 4.17vw;
}
.modal_close span {
  padding: 6px clamp( 40px, calc( 26.842105263157897px + 3.289473684210526vw ), 90px );
  border-width: 3px;
  border-radius: 35px;
  font-size: clamp( 13px, calc( 7.2105263157894735px + 1.4473684210526316vw ), 35px );
  transition: all .2s ease-in;
}

/* modal_contentWrap */
.modal_contentWrap {
  padding: 4rem;
  top: 5rem;
  left: calc(50% - 39vw);
  height: 90vh;
  width: 78.13vw;
}
.modal_inner {
  border-width: 3px;
  border-radius: 70px;
  padding: 10rem 8rem;
}
.modal_inner p {
  margin-top: 4.17vw;
}
.spacial_txt {
  margin: 0 auto;
}
}

/* Swiper */
.movieSwiper {
  padding-bottom: 8.18vw;
}
.movieSwiper .swiper-slide {
  display: flex;
  flex-direction: column-reverse;
}
.movieSwiper .swiper-slide picture,
.movieSwiper .swiper-slide img {
  width: 100%;
  height: 56.8vw;
  object-fit: cover;
  border-radius: 6.81vw;
}
.movieSwiper .slide_message {
  padding: 4.55vw 0 0;
  margin: 0 auto;
  font-size: 4.09vw;
  text-align: center;
  line-height: 1.66;
}

.movieSwiper .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F8C6BD;
  opacity: 1;
  border: 1px solid #F8C6BD;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent; 
  border: 1px solid #F8C6BD;
}

/* arrow */
.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev {
  top: auto;
  bottom: 9.09vw;
  margin-top: 0;
}
.swiper-button-next,
.swiper-button-prev {
  width: 9.54vw;
  aspect-ratio: 1 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-button-next {
  right: 4.55vw;
  left: inherit;
}
.swiper-button-prev {
  left: 4.55vw;
  right: inherit;
}
.swiper-button-next::after {
  background-image: url("/story/memories/img/swiper_button_next.png");
}
.swiper-button-prev::after {
  background-image: url("/story/memories/img/swiper_button_prev.png");
}

@media screen and (min-width: 751px) {
.swiper-button-next,
.swiper-button-prev {
  padding: 6px clamp( 6px, calc( 2.315789473684211px + 0.9210526315789472vw ), 20px );
  border-width: 2px;
  border-radius: 30px;
}
.swiper-button-next {
  right: 35.42vw;
  padding-left: clamp( 10px, calc( 5.7894736842105265px + 1.0526315789473684vw ), 26px );
}
.swiper-button-prev {
  left: 35.42vw;
  padding-right: clamp( 10px, calc( 5.7894736842105265px + 1.0526315789473684vw ), 26px );
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: clamp( 12px, calc( 5.684210526315789px + 1.5789473684210527vw ), 36px );
}
}

/* ========================================================
#music
======================================================== */
#music {
  padding: 18.18vw 0;
  background-color: #51142B;
}
.line_area {
  border: 1px solid #f8c6bd;
  border-radius: 10px;
  margin: 0 4.55vw;
  position: relative;
}
.line_area_ttl {
  font-size: 4.55vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.96vw;
  z-index: 1;
}
.line_area_ttl::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 25.46vw;
  height: 9vw;
  background-color: #51142B;
  z-index: -1;
}
.line_area_item {
  padding: 7.27vw;
  text-align: left;
  font-size: 3.66vw;
  font-weight: 400;
  line-height: 1.63;
}.line_area_item.top {
  padding: 7.27vw 7.27vw 0;
}
.artist_name_pc {
  display: none;
}
.artist_name_sp {
  display: block;
  font-size: 27.3vw;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.line_area_item .artist_img {
  margin: 3.18vw 0;
}
.line_area_item.profile {
  border-bottom: 1px solid #F8C6BD;
}
.line_area_message {
  padding-bottom: 7.27vw;
}
.line_area_release {
  margin: 0 -7.27vw;
  background-color: #F8C6BD;
  padding: 4.55vw 6.36vw;
}
.line_area_link a {
  font-size: 3.40vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding: 7.27vw 0;
  text-align: center;
  width: 100%;
}
.line_area_link.music {
  position: relative;
}
.line_area_link.music::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.27vw;
  right: 2.27vw;
  width: 9px;
  aspect-ratio: 1 /1;
  background-image: url("/story/memories/img/new_tab_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 751px) {
#music {
  padding: 8rem 0;
}
.line_area {
  margin: 0;
}
.line_area_item {
  font-size: 1.6rem;
}
.line_area_ttl {
  font-size: 2rem;
  top: -10px;
}
.line_area_ttl::after {
  width: 132px;
  height: 20px;
}
.artist_name_img_wrap {
  display: flex;
  flex-flow: row-reverse;
}
.line_area_item.top {
  display: flex;
  align-items: flex-end;
  padding: clamp(2.4rem, -0.68rem + 4.64vw, 5.6rem);
}
.artist_detail_wrap {
  flex: 1;
  padding: 16px 0 0 3.4rem;
}
.artist_name_sp {
  display: none;
}
.artist_name_pc {
  display: block;
  font-size: clamp(6rem, -0.337rem + 8.71vw, 12rem);
  line-height: 1;
  margin-bottom: clamp(2rem, -1.202rem + 5.22vw, 5.6rem);
  display: block;
}
.line_area_item .artist_img {
  margin: 0;
  max-width: 564px;
  flex: 1;
}
.line_area_message {
  padding-bottom: 3.4rem;
}
.line_area_release {
  margin: 0 0 0 -3.4rem ;
  padding: clamp(1rem, -0.737rem + 2.9vw, 3rem) clamp(1rem, -1.01rem + 3.48vw, 3.4rem);
}
.line_area_item.profile {
  padding: 0 1.11vw clamp(2.4rem, -0.68rem + 4.64vw, 5.6rem) clamp(2.4rem, -0.68rem + 4.64vw, 5.6rem);
  border: none;
}
.artist_about_wrap {
  display: flex;
}
.line_area_link.music {
  margin: 3rem clamp(2.4rem, -0.68rem + 4.64vw, 5.6rem) 0 0;
}
.line_area_link.music a {
  font-size: 1.5rem;
  line-height: 1.26;
  padding: 0.83vw 0;
  border: 1px solid #f8c6bd;
  border-radius: 10px;
  width: 15rem;
}
.line_area_link.music::after {
  top: 8px;
  right: 8px;
}
}


/* ========================================================
#graphics
======================================================== */
#graphics {
  background-color: #310E19;
  padding: 21.82vw 0 24.09vw;
}
.graphics_top_img {
  margin: 8.18vw 0 9.09vw;
}
.graphics_btn_wrap {
  padding: 0 4.55vw;
}
.graphics_btn_wrap p {
  font-size: 4.1vw;
  margin-bottom: 4.55vw;
}
.graphics_btn_list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.18vw 2.73vw;
}
.graphics_btn_list.top {
  padding-bottom: 11.36vw;
  background-image: repeating-linear-gradient(90deg, #f8c6bd, #f8c6bd 2px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.graphics_btn_underText {
  padding-top: 11.36vw;
}
.graphics_btn_list.under {
  padding-top: 0;
}
.graphics_btn_list li {
  width: calc((100% - 2.73vw) / 2);
  box-sizing: border-box;
  font-size: 5vw;
  line-height: 3;
  border: 1.33px solid #f8c6bd;
  border-radius: 13.33px;
}

.graphics_modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  overflow-y: auto;
}
.graphics_modal_wrap.is-show {
  display: block;
}
.graphics_modal {
  background-color: #310E19;
  padding: 0 2.95vw;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.graphics_modal.is-show {
  display: flex;
}
.graphics_modal.is-show.is-active {
  opacity: 1;
}

.graphics_modal_inner {
  background-color: #51142B;
  padding: 10.2vw 8.18vw 4.09vw;
  position: relative;
  border-radius: 10px;
  height: 145vw;
}

.modal_ttl {
  text-align: left;
}
.modal_ttl img {
  max-height: 50px;
}
.modal_img {
  padding: 5.45vw 0;
}
.modal_text_area {
  display: flex;
  gap: 15.9vw;
  flex-direction: row-reverse;
  overflow: scroll;
  margin-left: -8.18vw;
  padding-left: 8.18vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal_text_area img {
  max-width: none;
  height: 60vw;
}
.modal_logo {
  position: absolute;
  bottom: 4.09vw;
  right: 8.18vw;
  width: 9.09vw;
  height: auto;
}
.modal_illustrated {
  width: 23.2vw;
  height: auto;
  position: absolute;
  bottom: 4.09vw;
}
.modal_close_btn {
  padding: 0;
  background: none;
  border: none;
  width: 6.36vw;
  height: auto;
  position: absolute;
  top: 2.27vw;
  right: 2.27vw;
}

.graphics_img_area {
  display: none;
}

@media screen and (min-width: 751px) {
#graphics {
  padding: 8rem 0;
}
.graphics_pc_flex {
  display: flex;
  justify-content: space-between;
  gap: clamp(4rem, -2.269rem + 10.16vw, 11rem);
}
.graphics_pc_btn_area {
  width: 23rem;
  margin: 0 auto;
}
.graphics_btn_wrap {
  padding: 0;
}
.section_ttl.graphics {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.graphics_btn_wrap p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.69vw;
}
.graphics_btn_list {
  gap: 1rem;
}
.graphics_btn_list li {
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 2.1;
  border-radius: 10px;
  transition: .2s ease-in;
  position: relative;
  cursor: pointer;
}
.graphics_btn_list li:hover {
  cursor: pointer;
  background: #51142B;
}
.graphics_btn_list li:hover::after,
.graphics_btn_list li.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.8rem;
  width: 12px;
  height: 18px;
  background-image: url("/story/memories/img/btn_pin.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.graphics_btn_list li.active {
  background: #51142B;
}
.graphics_btn_list.top {
  padding-bottom: 4rem;
}
.graphics_top_img {
  display: none;
}
.graphics_btn_underText {
  padding-top: 2rem;
}
.graphics_btn_list.under {
  padding-top: 0;
} 
.graphics_img_area {
  display: block;
  position: relative;
}
.graphics_img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.graphics_img.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.graphics_modal_wrap {
  display: none;
}
.graphics_modal_wrap.is-show {
    display: none;
}
.graphics_modal.is-show.is-active {
  display: none;
}
}

/* ========================================================
#illust
======================================================== */
#illust {
  padding: 21.8vw 0 16.4vw;
  background-color: #51142B;
}
.line_area_ttl.illust::after {
  width: 38.6vw;
}
.line_area_item.top.illust {
  padding: 0 7.27vw 7.27vw;
} 
.artist_name_sp.illust {
  font-size: 7rem;
  padding-top: 7.27vw;
}
.artist_img.illust {
  margin: 1.8vw auto 7.27vw;
  width: 52.3vw;
  height: auto;
}
.line_area_item.profile.illust {
  border-top: 1px solid #F8C6BD;
}
.line_area_link.illust a {
  padding: 3.64vw 0;
  gap: 3.86vw;
  align-items: center;
}
.line_area_link.illust a img {
  width: 8.18vw;
  height: auto;
}
.line_area_link_pc.illust {
  display: none;
}

@media screen and (min-width: 751px) {
  #illust {
    padding: 8rem 0;
  }
  .line_area_ttl.illust::after {
    width: 240px;
  }
  .line_area_item_flex {
    display: flex;
    flex-direction: row-reverse;
    padding: clamp(2.4rem, -0.68rem + 4.64vw, 5.6rem);
    gap: 2.5vw;
  }
  .line_area_item.top.illust {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 2.8rem 0;
  }
  .line_area_item.profile.illust {
    padding: 2.8rem 0 0 0;
  }
  .line_area_item_text_pc {
    flex: 1;
  }
  .artist_name_wrap {
    display: flex;
    gap: clamp(1rem, -0.737rem + 2.9vw, 3rem);
    align-items: baseline;
  }
  .line_area_link_pc.illust {
    display: block;
    margin-top: 2.63vw;
  }
  .line_area_link_pc.illust img {
    width: 26px;
    height: auto;
    margin-bottom: 3rem;
  }
  .artist_img.illust {
    flex: 1;
    max-width: 564px;
    margin: 0;
  }
  .line_area_item.profile.illust {
    padding: 2.8rem 0 0 0;
  }
  .line_area_link.illust {
    display: none;
  }
}

/* ========================================================
#campaign
======================================================== */
#campaign {
  padding-top: 13.33vw;
  background-color: #51142B;
}
.campaign_lead {
  font-size: 4.1vw;
  letter-spacing: 0;
  line-height: 1.67;
}
.campaign_lead span {
  border-bottom: 1px solid #F8C6BD;
  margin-right: 5px;
}
.campaign_notes {
  margin: 1.4rem 4.55vw 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.tl_wrap {
  margin: 8vw auto 0;
  width: 90vw;
  height: 59vw;
  border-radius: 10px;
  overflow: hidden;
}
.tl_wrap > div {
  height: 35rem;
}
.share_btn {
  margin: 7.27vw auto 0;
  width: 28.2vw;
}
.share_btn a {
  font-size: 3.64vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.63vw;
}
.share_btn a img {
  width: 11.6vw;
  height: auto;
}

@media screen and (min-width: 751px) {
#campaign {
  padding-top: 10rem;
  margin: 0;
}
.campaign_lead {
  font-size: 2.7rem;
}
.tl_wrap {
  margin: 4rem auto 0;
  max-width: 740px;
  max-height: 400px;
  width: 100%;
}
.tl_wrap > div {
  height: 50rem;
}
.share_btn {
  width: 124px;
  margin-top: 20px;
}
.share_btn a {
  font-size: 1.6rem;
  gap: 16px;
}
.share_btn a img {
  width: 51px;
}
}

/* ========================================================
#footer
======================================================== */
#footer {
  background-color: #51142B;
  padding: 35vw 0 1rem;
  position: relative;
}
.copyright {
  font-size: clamp( 10px, calc( 8.947368421052632px + 0.2631578947368421vw ), 14px );
  letter-spacing: .1em;
}

.page_top_wrap {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18vw;
  z-index: 1;
}
.page_top {
  height: 8.5vw;
  font-size: 3.18vw;
  border-top: 1px solid #F8C6BD;
  position: relative;
  z-index: 1;
}
.page_top a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.page_top a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(9px, 2.6vw, 12px);;
  aspect-ratio: 1 /1;
  background-image: url("/story/memories/img/page_top.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 751px) {
#footer {
  padding-top: 8rem;
}
.copyright {
  font-size: clamp( 10px, calc( 8.947368421052632px + 0.2631578947368421vw ), 14px );
  letter-spacing: .1em;
}
.page_top_wrap {
  right: 3.2rem;
  left: auto;
  width: 11rem;
  transform: none;
}
.page_top {
  height: 2.1rem;
  font-size: 1.2rem;
  line-height: 2.1;
  text-align: right;
  padding-right: 1.3rem;
}
.page_top a::after {
  left: 8px;
  width: 1.5rem;
}
}

/* ========================================================
#animatin
======================================================== */
.fadein {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all .8s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}