@charset "UTF-8";
/* @use 'variables' as *; */
/* ビデオアニメーション */
@keyframes spin-slow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*----------------------------------------
    top page
------------------------------------------*/
/* fv
------------------------------------------*/
#fv {
  position: relative;
  display: block;
  width: 100%;
  width: var(--vw_px_even);
  height: auto;
  margin-bottom: calc(var(--main_distance) * 0.3);
}
#fv .kv_layer {
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  min-width: min(550px, var(--vw_px_even_sp_fv));
}
@media screen and (max-width: 835px) {
  #fv .kv_layer {
    min-width: unset;
    width: 100%;
  }
}
#fv .kv_layer img {
  display: block;
  width: 100%;
  height: auto;
}
#fv .kv_layer .bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#fv .kv_layer .talent {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#fv .kv_layer .sakura {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#fv .kv_layer .effect {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: plus-lighter;
}
#fv .main_layer .logo {
  position: absolute;
  top: min(35%, 39vh);
  transform: translateY(-50%);
  right: 12%;
  width: 42%;
  height: auto;
  top
}
@media screen and (max-width: 835px) {
  #fv .main_layer .logo {
    top: min(35%, 50vh);
  }
}
#fv .main_layer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#fv .main_layer .dateplace {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  /* width: 40%;
  bottom: 170px; */
  width: 60%;
  bottom: 200px;
  height: auto;height
}
#fv .main_layer .dateplace img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 835px) {
  #fv .main_layer {
    --main_layer_w: min(600px, 98vw);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(var(--main_layer_w) * 0.07);
    width: var(--main_layer_w);
    height: auto;
    margin: 0 auto;
    /* margin-top: calc(var(--main_layer_w) * -1 * 0.55); */
    /* margin-top: -270px; */
  }
  #fv .main_layer .logo {
    position: absolute;
    bottom: 310px;
    right: initial;
    transform: initial;
    width: 100%;
    height: auto;
    top: initial;
    bottom: calc(320 / 414 * 100vw);
  }
  #fv .main_layer .dateplace {
    position: absolute;
    bottom: calc(80 / 414 * 100vw);
    width: 100%;
    height: auto;
  }
  /* #fv .kv_layer .talent {
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - 355px);
    width: 100%;
    height: auto;
  } */
  /* .talent__img {
    aspect-ratio: 710 / 710;
    overflow: hidden;
    display: block;
    width: 100%;
    width: 710px;
  }
  .talent__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
}
/* @media only screen and (max-width: 414px) {
  #fv .kv_layer .talent {
    left: 15%;
    transform: translateX(-50%);
  }
  .talent__img {
    aspect-ratio: 710 / 710;
    overflow: hidden;
    display: block;
    width: 100%;
    width: calc(710 / 414 * 100vw);
  }
} */
/* news
-------------------------------*/
#news .cmn_h_title_outer {
  margin-bottom: calc(var(--cmn_h_title_size) * 0.4);
}

.cmn_news_list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}
@media only screen and (max-width: 835px) {
  .cmn_news_list {
    gap: 42px;
  }
}
.cmn_news_list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.cmn_news_list li .news_rack {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  width: 100%;
  height: auto;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.8em;
  padding: 2.2em 0;
  padding-right: 3em;
}
.cmn_news_list li .news_rack .date {
  position: relative;
  display: block;
  width: 4.5em;
  font-family: YakuHanJP, "Noto Serif Display", "Shippori Mincho",
    "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  white-space: nowrap;
  transition: 0.2s;
}
.cmn_news_list li .news_rack .date span {
  font-size: 0.6em;
}
.cmn_news_list li .news_rack .title {
  position: relative;
  display: block;
  width: calc(100% - 1em - 3em - 5em);
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 700;
  transition: 0.2s;
}
.cmn_news_list li .news_rack::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 0;
  width: 2em;
  height: 2em;
  background: no-repeat center url(../images/svg/parts_star_y.svg);
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.2s;
}
.cmn_news_list li .news_rack:hover {
  color: #ffde82;
}
.cmn_news_list li .news_rack:hover::after {
  transform: translateY(-50%) rotateZ(135deg) scale(1.4, 1);
}

@media only screen and (max-width: 835px) {
  .cmn_news_list li .news_rack {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5em 0;
    padding-right: 0;
    gap: 0.5em;
  }
  .cmn_news_list li .news_rack .date {
    width: 100%;
  }
  .cmn_news_list li .news_rack .title {
    width: 100%;
  }
  .cmn_news_list li .news_rack::after {
    top: 2.5em;
    transform: translateY(0);
  }
  .cmn_news_list li .news_rack:hover::after {
    transform: initial;
  }
  .cmn_news_list.sp_mb {
    margin-bottom: calc(var(--main_distance) * 0.4);
  }
}
/* album
-------------------------------*/
.cmn_album_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.cmn_album_flex .album_art_area {
  position: relative;
  display: block;
  width: 47.5%;
  height: auto;
}
.cmn_album_flex .album_art_area .album_art {
  display: block;
  width: 100%;
  height: auto;
}
.cmn_album_flex .album_art_area .album_art img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.cmn_album_flex .album_art_area .album_art:hover img {
  transform: scale(1.02);
}
.cmn_album_flex .text_area {
  position: relative;
  display: block;
  width: 47.5%;
  height: auto;
  color: #fff;
}
.cmn_album_flex .text_area .album_title_sub {
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: clamp(13px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  white-space: nowrap;
}
.cmn_album_flex .text_area .album_logo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--main_gap) * 2);
}
@media screen and (max-width: 835px) {
  .cmn_album_flex .text_area .album_logo {
    margin-bottom: calc(var(--main_gap) * 1.1);
  }
}
.cmn_album_flex .text_area .album_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cmn_album_flex .text_area .album_title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: calc(var(--main_gap) * 1);
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: clamp(25px, 8vw, 40px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.cmn_album_flex .text_area .album_title .main {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 0.1em;
}
.cmn_album_flex .text_area .album_title .small {
  font-size: 0.5em;
  line-height: 0.6em;
}
.cmn_album_flex .text_area .text_box {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 auto;
  margin-bottom: calc(var(--main_gap) * 1);

  color: #41307c;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 835px) {
  .cmn_album_flex .text_area .text_box {
  color: #41307C;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
}
}
.cmn_album_flex .text_area .link_btn_outer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cmn_album_flex.type_in_album {
  align-items: flex-start;
  margin-bottom: calc(var(--main_distance) * 0.7);
}
.cmn_album_flex.type_in_album .text_area {
  padding-top: calc(var(--main_gap) * 2);
}
.cmn_album_flex.type_in_album .text_area .text_box {
  width: 100%;
}
.cmn_album_flex.type_in_album .text_area .link_btn_outer {
  width: 100%;
  margin-bottom: calc(var(--main_gap) * 1);
}

@media only screen and (max-width: 835px) {
  .cmn_album_flex {
    flex-direction: column;
    gap: calc(var(--main_gap) * 3);
  }
  .cmn_album_flex .album_art_area {
    position: relative;
    z-index: 10;
    width: 90%;
    width: 100%;
    padding-inline: calc(11 / 414 * 100vw);
  }
  .cmn_album_flex .text_area {
    width: 90%;
    width: 100%;
    margin-bottom: calc(var(--main_gap) * -2);
  }
  .cmn_album_flex.type_in_album {
    align-items: center;
    gap: calc(var(--main_gap) * 0.7);
  }
  .cmn_album_flex.type_in_album .text_area {
    padding-top: 0;
  }
}
/* digital message board
-------------------------------*/
#d_m_board .dmb_bnr {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#d_m_board .dmb_bnr img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
#d_m_board .dmb_bnr:hover img {
  transform: scale(1.01);
}

@media only screen and (max-width: 835px) {
  #d_m_board .dmb_bnr {
    margin-bottom: calc(var(--main_gap) * 2);
  }
}
/* merch
-------------------------------*/
#merch .merch_bnr {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-inline: 20px;
}
#merch .merch_bnr img {
  display: block;
  width: 100%;
  max-width: 956px;
  height: auto;
  transition: 0.4s;
  margin-inline: auto;
  border: 1px solid #fff;
}
#merch .merch_bnr:hover img {
  transform: scale(1.01);
}

@media only screen and (max-width: 835px) {
  #merch .merch_bnr {
    margin-bottom: calc(var(--main_gap) * 2);
    padding-inline: 0;
  }

}
/* videos
-------------------------------*/
#videos .videos_swiper_outer {
  position: relative;
}
#videos .videos_swiper_outer .videos_swiper {
  position: relative;
}
#videos .videos_swiper_outer .videos_swiper .swiper-wrapper {
  margin-bottom: calc(var(--main_gap) * 8);
}
@media screen and (max-width: 835px) {
  #videos .videos_swiper_outer .videos_swiper .swiper-wrapper {
    margin-bottom: calc(var(--main_gap) * 4);
  }
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner {
  cursor: pointer;
  border-radius: clamp(8px, 1vw, 15px);
  overflow: hidden;
  transition: 0.2s;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner
  .content {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1000/562;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner
  .content
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0.8);
  transition: 0.2s;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner
  .content::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  transition: 0.2s;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner:hover
  .play_icon {
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .slide_inner
  .content
  img,
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-active
  .slide_inner
  .content
  img {
  filter: brightness(1) grayscale(0);
}
#videos .videos_swiper_outer .videos_swiper .swiper_controller {
  --swiper_button_size: clamp(80px, 20vw, 140px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  top: -80px;
}
@media screen and (max-width: 835px) {
  #videos .videos_swiper_outer .videos_swiper .swiper_controller {
    top: unset;
  }
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-button-prev,
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-button-next {
  display: block;
  width: var(--swiper_button_size);
  height: auto;
  aspect-ratio: 140/28;
  aspect-ratio: 49/46;
  background: no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
  max-width: 49px;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-button-prev {
  background-image: url(../images/svg/ookami02-daiya-right-white.svg);
  transform: rotateY(180deg);
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-button-prev:hover {
  transform: translateX(-5%) rotateY(180deg);
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-button-next {
  background-image: url(../images/svg/ookami02-daiya-right-white.svg);
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-button-next:hover {
  transform: translateX(5%);
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-pagination {
  position: relative;
  transform: initial;
  z-index: initial;
  bottom: initial;
  left: initial;
  width: auto;
  height: auto;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-pagination
  .swiper-pagination-bullet {
  background-color: initial;
  border: 1px solid #fff;
  opacity: 1;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper_controller
  .videos-swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media only screen and (max-width: 835px) {
  #videos .videos_swiper_outer {
    margin-bottom: calc(var(--main_gap) * 2);
  }
}

/* ▼ 共通：非アクティブなスライド（左右）用に黒背景 */
#videos
 .videos_swiper_outer
 .videos_swiper
 .swiper-wrapper
 .swiper-slide
 .slide_inner
 .content::after {
 position: absolute;
 display: block;
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 opacity: 0.6;
 transition: 0.2s;
}

/* ▼ アクティブ（中央）スライドだけ背景なし */
#videos
 .videos_swiper_outer
 .videos_swiper
 .swiper-wrapper
 .swiper-slide.swiper-slide-active
 .slide_inner
 .content::after,
#videos
 .videos_swiper_outer
 .videos_swiper
 .swiper-wrapper
 .swiper-slide.swiper-slide-duplicate-active
 .slide_inner
 .content::after {
 background-color: transparent;
 opacity: 0;
}

/* profile
-------------------------------*/
#profile {
  padding: calc(var(--main_distance) * 0) 0 calc(var(--main_distance) * 1.1);
}
@media screen and (max-width: 835px) {
  #profile {
    padding: calc(var(--main_distance) * 0) 0 calc(var(--main_distance) * 0);
  }
}

#profile .cmn_bg_layer .back_wave img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
}
#profile .cmn_main_layer {
  --profile_back_text_pc_h: min(270px, 14vw);
}
#profile .cmn_main_layer .profile_img_layer {
  position: relative;
}
#profile .cmn_main_layer .profile_img_layer .back_text_pc {
  position: absolute;
  top: calc(var(--profile_back_text_pc_h) * 0.5);
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: var(--profile_back_text_pc_h);
}
#profile .cmn_main_layer .profile_img_layer .back_text_pc img {
  display: block;
  width: auto;
  height: 100%;
  max-width: initial;
}
#profile .cmn_main_layer .profile_img_layer .profile_img {
  position: relative;
  left: 50%;
  transform: translateX(-63%);
  left: calc(50% - min(370px, calc(400 / 1920 * 100vw)));
  width: min(1151px, 71%);
  height: auto;
  z-index: 1;
  top: 130px;
}
@media screen and (max-width: 1750px) {
  #profile .cmn_main_layer .profile_img_layer .profile_img {
    width: min(1360px, 78%);
    width: min(1151px, 67%);
  }
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_img_layer .profile_img::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: calc(443 / 414 * 100vw);
    height: calc(443 / 414 * 100vw);
    background: no-repeat top center url(../images/webp/ookami02-full-moon.webp);
    background-size: cover;
    z-index: -1;
  }
}
#profile .cmn_main_layer .profile_img_layer .profile_img img {
  display: block;
  width: 100%;
  height: auto;
}

#profile .cmn_main_layer .profile_detail_layer .profile_detail_layer-heading {
  text-align: center;
}
#profile .cmn_main_layer .profile_detail_layer .name {
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 700;
  transform: scaleY(1.3) !important;
  transform-origin: bottom;
  margin-bottom: 90px;
  position: relative;
  font-size: clamp(48px, 4.5vw, 64px);
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .name {
    font-size: 40px;
    margin-bottom: 55px;
    color: #fff;
  }
}
#profile .cmn_main_layer .profile_detail_layer .name::before {
  content: "";
  position: absolute;
  background: no-repeat top center url(../images/svg/ookami02-profile-daia.svg);
  background-size: cover;
  z-index: 9999;
  left: 50%;
  bottom: -50px;
  width: 470px;
  height: 42px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  #profile .cmn_main_layer .profile_detail_layer .name::before {
    width: min(470px, calc(470 / 1440 * 100vw));
    height: min(42px, calc(42 / 1440 * 100vw));
  }
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .name::before {
    background: no-repeat top center url(../images/svg/ookami02-profile-daia-sp.svg);
    width: 284.2px;
    height: 31px;
    bottom: -34px;
  }
}
#profile .cmn_main_layer .profile_detail_layer .sns_links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .sns_links {
    gap: 1em;
    margin-bottom: 1em;
  }
}
#profile .cmn_main_layer .profile_detail_layer .sns_links li {
  width: 100%;
  max-width: 150px;
  text-align: center;
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .sns_links li {
    max-width: 105px;
  }
}
#profile .cmn_main_layer .profile_detail_layer .sns_links li a {
  display: inline-block;
  background-color: #fff;
  color: #ff7c8a;
  font-weight: 800;
  border: 1px solid #fff;
  border-radius: 9999px;
  transition: 0.2s;
  color: #41307c;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 25px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 100%;
  padding-block: 6px 8px;
}
#profile .cmn_main_layer .profile_detail_layer .sns_links li a:hover {
  background-color: #41307c;
  color: #fff;
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .sns_links li a {
    font-size: 14px;
    max-width: 105px;
    padding-block: 5px 7px;
  }
}
#profile .cmn_main_layer .profile_detail_layer .text_box {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .text_box {
    color: #fff;
font-size: 14px;
font-weight: 600;
line-height: 150%;
  }
}
#profile .cmn_main_layer .profile_detail_layer .text_box .lead_text {
  color: #41307c;
  text-shadow: 0px 0px 2px #fff;
  font-family: "Shippori Mincho";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
  word-break: auto-phrase;
}
@media screen and (max-width: 835px) {  
  #profile .cmn_main_layer .profile_detail_layer .text_box .lead_text {
    text-shadow: none;
    color: #fff;
    word-break: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
}
#profile .cmn_main_layer .profile_detail_layer .profile_grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  background-image: radial-gradient(circle, #41307c 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 2px;
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .profile_grid {
    grid-template-columns: 42% 58%;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  }
}
#profile .cmn_main_layer .profile_detail_layer .profile_grid p {
  display: block;
  padding: 0.4em 0.8em;
  margin-bottom: 0;
  background-image: radial-gradient(circle, #41307c 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 2px;
  font-size: 16px;
  word-break: auto-phrase;
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer .profile_grid p {
    color: #fff;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    color: #FFF;
    font-family: "Shippori Mincho";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.36px;
    word-break: none;
    padding: 0.5em 0.9em;
  }
}
#profile
  .cmn_main_layer
  .profile_detail_layer
  .profile_grid
  p:nth-last-of-type(1) {
  border-bottom: none;
}
#profile
  .cmn_main_layer
  .profile_detail_layer
  .profile_grid
  p:nth-last-of-type(2) {
  border-bottom: none;
}

@media only screen and (max-width: 835px) {
  #profile .cmn_bg_layer .back_wave {
    top: 75vw;
    min-width: min(1920px, 200vw);
    height: 50%;
    transform: translate(-50%) translateY(-50%);
  }
  #profile .cmn_main_layer .profile_img_layer {
    margin-bottom: -15%;
  }
  #profile .cmn_main_layer .profile_img_layer .back_text_sp {
    position: absolute;
    width: 30%;
  }
  #profile .cmn_main_layer .profile_img_layer .back_text_sp img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #profile .cmn_main_layer .profile_img_layer .back_text_sp.sakura {
    top: 0;
    right: 0;
    transform: translate(40%, -10vw);
  }
  #profile .cmn_main_layer .profile_img_layer .back_text_sp.miko {
    top: 0;
    left: 0;
    transform: translate(-40%, -10vw);
  }
  #profile .cmn_main_layer .profile_img_layer .profile_img {
    left: 50%;
    transform: translateX(-48%);
    width: min(1200px, 100vw);
    top: 0;
  }
  #profile .cmn_main_layer .profile_detail_layer {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.7em;
  }
  #profile .cmn_main_layer .profile_detail_layer .text_box .lead_text {
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 1em;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
}
/* poem
-------------------------------*/
#poem .cmn_bg_layer .bg_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#poem .cmn_bg_layer .bg_main span {
  position: absolute;
  display: block;
}
#poem .cmn_bg_layer .bg_main .wave_top {
  width: 100%;
  height: var(--cmn_section_bg_type2_wave_h);
  background: repeat-x center bottom url(../images/svg/poem_top_wave.svg);
  background-size: contain;
}
#poem .cmn_bg_layer .bg_main .center {
  top: calc(var(--cmn_section_bg_type2_wave_h) - 1px);
  left: 0;
  width: 100%;
  height: calc(100% - var(--cmn_section_bg_type2_wave_h) * 1 + 1px);
  background-color: #fff;
}
#poem .cmn_bg_layer .bottom_kv_bg {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
}
#poem .cmn_bg_layer .bottom_kv_bg img {
  display: block;
  width: 100%;
  height: auto;
}
#poem .cmn_bg_layer .petals_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: auto;
  transform: translate(-10%, -10%);
}
#poem .cmn_bg_layer .petals_01 img {
  display: block;
  width: 100%;
  height: auto;
}
#poem .cmn_bg_layer .petals_02 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25%;
  height: auto;
  transform: translate(20%, -50%);
}
#poem .cmn_bg_layer .petals_02 img {
  display: block;
  width: 100%;
  height: auto;
}
#poem .cmn_main_layer .poem_box {
  font-family: YakuHanJP, "Shippori Mincho", "Noto Serif Display",
    "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  color: #ff7c8a;
  text-align: center;
  font-size: min(57px, 3.5vw);
  line-height: 2.4em;
}
#poem .cmn_main_layer .poem_box p {
  white-space: nowrap;
  margin-bottom: 2.8em;
  margin-bottom: 1.4em;
}
#poem .cmn_main_layer .poem_box p span {
  display: inline-block;
}
#poem .cmn_main_layer .poem_box p .strong {
  font-weight: 800;
}
#poem .cmn_main_layer .poem_box p .small {
  font-size: 0.7em;
}
#poem .cmn_main_layer .poem_box p.mb_0 {
  margin-bottom: 0;
}
#poem .cmn_main_layer .poem_box p.super_strong {
  font-size: 1.3em;
  line-height: 1.7em;
}

@media only screen and (max-width: 835px) {
  #poem .cmn_bg_layer .petals_01 {
    width: 50%;
    transform: translate(-10%, -3%);
  }
  #poem .cmn_bg_layer .petals_02 {
    width: 40%;
    transform: translate(30%, -50%);
  }
  #poem .cmn_main_layer .poem_box {
    font-size: min(60px, 5.3vw);
    line-height: 2.4em;
  }
}
/*----------------------------------------
    in news
------------------------------------------*/
#in_news .news_article {
  margin-bottom: calc(var(--main_gap) * 2);
}
#in_news .news_article .title_area {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: calc(var(--main_gap) * 2);
  text-align: left;
  margin-bottom: calc(var(--main_gap) * 0.5);
}
#in_news .news_article .title_area .date {
  font-family: YakuHanJP, "Noto Serif Display", "Shippori Mincho",
    "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: clamp(12px, 2vw, 18px);
  line-height: 1em;
  white-space: nowrap;
  letter-spacing: 0.2em;
  color: #ff7c8a;
  font-weight: bold;
  margin-bottom: 0.8em;
}
#in_news .news_article .title_area .title {
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  color: #ff7c8a;
  font-weight: 800;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.4em;
  letter-spacing: 0.05em;
  transition: 0.2s;
}

/*----------------------------------------
    in tickets
------------------------------------------*/
#in_tickets .ticket_box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: calc(var(--main_distance) / 1.8);
}
#in_tickets .ticket_box .price_list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--main_gap) * 2);
}
@media screen and (max-width: 835px) {
  #in_tickets .ticket_box .price_list {
    margin-bottom: calc(var(--main_gap) * 1.5);
  }
}
#in_tickets .ticket_box .price_list .price {
  --price_font_size: clamp(26px, 6vw, 48px);
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-family: "Shippori Mincho";
  text-align: left;
  font-size: var(--price_font_size);
  line-height: 1.2em;
  padding: 0.3em 0.4em 0.2em;
  margin-bottom: calc(var(--main_gap) * 0.5);
  color: #000;
  background: #fff;
  border: 1px solid #000;
  /* border-radius: 10px; */
  font-weight: 700;
}
@media screen and (max-width: 835px) {
  #in_tickets .ticket_box .price_list .price {
    color: #201642;
    font-family: "Shippori Mincho";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 0.4em;
  }
}
#in_tickets .ticket_box .price_list .price span {
  position: relative;
}
#in_tickets .ticket_box .price_list .price .seat {
  display: inline-block;
  font-size: calc(var(--price_font_size) * 0.7);
  line-height: 1.4em;
  font-weight: 600;
  margin-right: 0.2em;
}
@media screen and (max-width: 835px) {  
  #in_tickets .ticket_box .price_list .price .seat {
    color: #201642;
    font-family: "Shippori Mincho";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
  }
}
#in_tickets .ticket_box .price_list .price .price_num {
  display: inline-block;
  font-size: var(--price_font_size);
  line-height: 1.2em;
  white-space: nowrap;
}
@media screen and (max-width: 835px) {
  #in_tickets .ticket_box .price_list .price .price_num {
    color: #201642;
    font-family: "Shippori Mincho";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
  }
}
#in_tickets .ticket_box .price_list .price .small {
  font-size: 0.5em;
  margin-left: -0.5em;
  font-weight: 600;
}
@media screen and (max-width: 835px) {
  #in_tickets .ticket_box .price_list .price .small {
    color: #201642;
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
#in_tickets .ticket_box .seat_map {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--main_gap) * 2);
  cursor: pointer;
}
#in_tickets .ticket_box .seat_map .seat_map_img {
  display: block;
  width: 100%;
  height: auto;
}
#in_tickets .ticket_box .ticket_playguide_list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--main_gap) * 2);
}

#in_tickets .ticket_box .ticket_playguide_list .playguide_rack {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: calc(var(--main_gap) * 0.9) calc(var(--main_gap) * 1);
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 2px;
}
#in_tickets
  .ticket_box
  .ticket_playguide_list
  .playguide_rack
  .playguide_title {
    color: #000;
    font-family: "Shippori Mincho";
  font-size: clamp(22px, 6vw, 32px);
  line-height: 1.2em;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 800;
}

#in_tickets .ticket_box .ticket_playguide_list .playguide_rack:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #41307c 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 5px 2px;
}

@media only screen and (max-width: 835px) {
  #in_tickets .ticket_box .ticket_playguide_list .playguide_rack {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: calc(var(--main_gap) * 1.2) 0 calc(var(--main_gap) * 1.5);
    padding: calc(var(--main_gap) * 1.7) 0 calc(var(--main_gap) * 1);
  }
  #in_tickets
    .ticket_box
    .ticket_playguide_list
    .playguide_rack
    .playguide_title {
    margin-bottom: 0.2em;
    letter-spacing: 0;
  }
  #in_tickets
    .ticket_box
    .ticket_playguide_list
    .playguide_rack
    .cmn_link_btn_b {
    width: 100%;
  }
}
/*----------------------------------------
    in album
------------------------------------------*/
#in_album .cmn_h_title_outer {
  margin-bottom: calc(var(--cmn_h_title_size) * 0.49);
}
#in_album .songs {
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  color: #fff;
  text-align: left;
  margin-bottom: calc(var(--main_distance) * 0.58);
}
#in_album .songs .section_title {
  font-size: clamp(26px, 8vw, 64px);
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.7em;
  transform: scaleY(1.2);
}
#in_album .songs .songs_list {
  border-top: 1px solid #41307C;
}
#in_album .songs .songs_list .song_rack {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(16px, 4vw, 20px);
  padding: 1.2em 0 1.1em;
  gap: 1em;
  border-bottom: 1px solid #41307C;
}
#in_album .songs .songs_list .song_rack .main {
  position: relative;
  display: block;
  padding-left: 2.7em;
}

#in_album .songs .songs_list .song_rack .main .song_title {
  font-weight: 700;
  line-height: 1.4em;
  transform: scaleY(1.2);
}
#in_album .songs .songs_list .song_rack .main .sub_info {
  margin-bottom: 0;
  font-size: 0.7em;
  line-height: 1.6em;
  margin-top: 4px;
}
#in_album .songs .songs_list .song_rack .links {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}
#in_album .songs .songs_list .song_rack .links a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #ff7c8a;
  white-space: nowrap;
  border-radius: 9999px;
  padding: 10px 30px 9px 20px;
  transition: 0.2s;

  color: #D7BA64;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 16px */
}
#in_album .songs .songs_list .song_rack .links a::after {
  position: absolute;
  display: block;
  content: "";
  top: 52%;
  right: 1.2em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: no-repeat center url(../images/svg/ookami02-link-icon.svg);
  background-size: contain;
}
#in_album .songs .songs_list .song_rack .links a:hover {
  background-color: #ffd4ec;
}
#in_album .songs .songs_list .song_rack .links a:last-child {
  padding: 10px 39px 9px 29px;
}
#in_album .songs .songs_list .song_rack .links a:last-child::after {
  right: 1.8em;
}

#in_album .benefits {
  margin-bottom: calc(var(--main_distance) * 0.54);
}
#in_album .benefits .benefits_box {
  margin-bottom: calc(var(--main_distance) / 2);
}
#in_album .spotify {
  margin-bottom: calc(var(--main_distance) * 0.7);
}
#in_album .spotify .spotify_iframe_outer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#in_album .spotify .spotify_iframe_outer iframe {
  width: 100%;
}

@media only screen and (max-width: 835px) {
  #in_album .songs .songs_list .song_rack {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7em;
  }
  #in_album .songs .songs_list .song_rack .links {
    width: 100%;
    justify-content: flex-start;
    padding-left: 2.8em;
  }
}
/*----------------------------------------
    in_merch
------------------------------------------*/
#in_merch .sales_period_box {
  position: relative;
  display: block;
  height: auto;
  padding: calc(var(--main_gap) * 3) calc(var(--main_gap) * 1)
    calc(var(--main_gap) * 3);
  margin-bottom: calc(var(--main_distance) / 4.3);
}
#in_merch .sales_period_box::before {
  position: absolute;
  display: block;
  content: "";
  top: 4px;
  left: 0;
  width: 100%;
  height: calc(100% - 8px);
  background-color: #ff7c8a;
  opacity: 0.5;
}
#in_merch .sales_period_box .title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.2em;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 800;
  color: #fff;
}
#in_merch .sales_period_box hr {
  border-top: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
#in_merch .sales_period_box .notes {
  font-weight: bold;
  font-size: min(18px, 3.5vw);
  line-height: 1.6em;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
}
#in_merch .sales_period_box .period {
  position: relative;
  display: block;
  margin: 0 auto 0.2em;
  font-size: min(42px, 5.8vw);
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 800;
  margin-bottom: calc(var(--main_gap) * 2);
  color: #fff;
}
#in_merch .sales_period_box .period span {
  font-size: 0.6em;
}
#in_merch .sales_period_box .sales_page_links {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: calc(var(--main_gap) * 1);
}
#in_merch .merch_list {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: calc(var(--main_distance) / 1.8);
}
#in_merch .merch_list .merch_bnr {
  margin-bottom: calc(var(--main_gap) * 2);
  cursor: pointer;
}

/*----------------------------------------
    in videos
------------------------------------------*/
#in_videos .videos_list {
  --grid_gap: calc(var(--main_gap) * 1.5);
  display: grid;
  grid-template-columns: repeat(3, calc((100% - var(--grid_gap) * 2) / 3));
  grid-row-gap: var(--grid_gap);
  grid-column-gap: var(--grid_gap);
  margin-bottom: calc(var(--main_gap) * 3.4);
}
#in_videos .videos_list li .videos_content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: #fff;
  padding: calc(var(--grid_gap) * 0.2);
  border-radius: var(--border_radius);
  text-align: left;
  font-size: clamp(11px, 1.5vw, 18px);
  line-height: 1.4em;
  transition: 0.2s;
  border: 1px solid transparent;
}
#in_videos .videos_list li .videos_content .num_date,
#in_videos .videos_list li .videos_content .title {
  display: block;
  height: auto;
  margin: 0 auto;
  color: #ff7c8a;
  font-family: YakuHanJP, "Zen Maru Gothic", "Noto Sans JP", "Noto Sans",
    "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 800;
}
#in_videos .videos_list li .videos_content .num_date {
  font-size: 0.9em;
  line-height: 1em;
  transition: 0.2s;
}
#in_videos .videos_list li .videos_content .title {
  margin-bottom: 0.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s;
}

@media only screen and (max-width: 835px) {
  #in_videos .videos_list {
    --grid_gap: calc(var(--main_gap) * 1);
    grid-template-columns: repeat(2, calc((100% - var(--grid_gap) * 1) / 2));
  }
}
/*----------------------------------------
    in information
------------------------------------------*/
#in_information .info_wrap {
  margin-bottom: calc(var(--main_distance) * 0.54);
}
#in_information .info_wrap .logo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto calc(var(--main_gap) * 4);
}
#in_information .info_wrap .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#in_information .info_wrap .dateplace {
  position: relative;
  display: block;
  width: 65%;
  height: auto;
  margin: 0 auto calc(var(--main_gap) * 4);
}
#in_information .info_wrap .dateplace img {
  display: block;
  width: 100%;
  height: auto;
}
#in_information .info_wrap .credits {
  display: block;
  text-align: center;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.6em;
  margin: 0 auto calc(var(--main_gap) * 4);
}
#in_information .info_wrap .credits .credits_rack {
  margin-bottom: 2em;
}
#in_information .info_wrap .credits .credits_rack .h {
  display: inline-block;
  color: #fff;
  margin-bottom: 0.8em;
  padding: 0.1em 1em 0.2em;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.09em;
  background: transparent;
}
#in_information .info_wrap .credits .credits_rack p {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#in_information .info_wrap .credits .credits_rack p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 835px) {
  #in_information .info_wrap .dateplace {
    width: 85%;
  }
}

#profile .cmn_top_section_inner {
  position: relative;
}

#profile .cmn_main_layer .profile_detail_layer {
  position: absolute;
  top: calc(
    var(--profile_back_text_pc_h) * 1.5 + var(--profile_back_text_pc_h) * 0.2
  );
  width: min(612px, 50%);
  text-align: left;
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: clamp(13px, 1.2vw, 18px);
  line-height: 150%;

  color: #41307c;
  text-shadow: 0px 0px 2px #fff;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  right: calc(50% - min(562px, 50%));
  top: 55.5%;
  transform: translateY(-50%);
  z-index: 70;
}

.profile_detail_layer {
  position: relative;
}

#profile .cmn_main_layer .profile_detail_layer {
  position: absolute;
  top: 55.5%;
  right: calc(50% - min(562px, 50%));
  transform: translateY(-50%);
  z-index: 0;
}

.profile_detail_layer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1050px;
  height: 1050px;
  background: no-repeat top center url(../images/webp/ookami02-full-moon.webp);
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.profile_img_layer {
  position: relative;
  z-index: 2; 
}
@media screen and (max-width: 1500px) {
  .profile_detail_layer::before {
    width: calc(1050 / 1500 * 100vw);
    height: calc(1050 / 1500 * 100vw);
  }
}

@media screen and (max-width: 1200px) {
  .profile_detail_layer::before {
    width: calc(1050 / 1200 * 100vw);
    height: calc(1050 / 1200 * 100vw);
  }
}

@media screen and (max-width: 1000px) {
  .profile_detail_layer::before {
    width: calc(950 / 1000 * 100vw);
    height: calc(950 / 1000 * 100vw);
  }
}

@media screen and (max-width: 835px) {
  .profile_detail_layer::before {
    display: none;
  }
}

@media screen and (max-width: 835px) {
  #profile .cmn_top_section_inner::before {
    display: none;
  }
}
@media screen and (max-width: 835px) {
  #profile .cmn_main_layer .profile_detail_layer {
    width: 100%;
    right: unset;
    position: unset;
    top: unset;
    transform: unset;
    text-shadow: none;
    margin-top: 28px;
    padding-inline: 14px;
  }
}

.p-news__button {
  text-align: center;
  margin-top: 65px;
}
.p-dmb__content {
  position: relative;
}
.p-dmb__button {
  margin-top: 70px;
}
.p-merch__button,
.p-album__button {
  margin-top: 90px;
}

@media screen and (max-width: 835px) {
  .p-news__button,
  .p-dmb__button,
  .p-album__button {
    text-align: center;
    margin-top: 48px;
  }
  .p-merch__button {
    margin-top: 60px;
  }
  .p-merch__button {
    margin-top: 44px;
  }
}

.p-dmb__content::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: 1300px;
  height: 1300px;
  border-radius: 1300px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5.949999809265137px);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .p-dmb__content::before {
    width: min(1300px, calc(1300 / 1200 * 100vw));
    height: min(1300px, calc(1300 / 1200 * 100vw));
    top: 50%;
  }
}
@media screen and (max-width: 835px) {
  .p-dmb__content::before {
    width: calc(565 / 414 * 100vw);
    height: calc(565 / 414 * 100vw);
  }
}

@media screen and (max-width: 835px) {
  .p-album.cmn_top_section.type_2 {
    padding: calc(var(--main_distance) * 1.2) 0 calc(var(--main_distance) * .4);
  }
}
.p-album::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1420px;
  background: url(../images/webp/ookami02-album-bg-white.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 835px) {
  .p-album::before {
    background: url(../images/webp/ookami02-album-bg-white-sp.webp);
    background-size: 100% 80%;
    background-position: center;
    background-repeat: no-repeat;
    top: 53%;
    height: calc(945 / 414 * 100vw);
  }
}
@media screen and (max-width: 600px) {
  .p-album::before {
    background: url(../images/webp/ookami02-album-bg-white-sp.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 53%;
    height: calc(945 / 414 * 100vw);
  }
}

.p-album__img_area {
  position: relative;
}

.p-album__img_area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: calc(100% + 40px);
  width: calc(100% + 40px);
  height: 100%;
  height: calc(100% + 40px);
  background: repeat center url(../images/webp/ookami02-album-bg.webp);
  z-index: 1;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 835px) {
  .p-album__img_area::before {
    width: calc(374 / 414 * 100vw);
    height: calc(374 / 414 * 100vw);
  }
}
.p-album p {
  margin-bottom: 0 !important;
}

/*=====================
 p-videos
=====================*/
.p-videos.cmn_top_section.type_1 {
  padding: calc(var(--main_distance) * 1.4) 0 0;
  padding-top: 19rem;
  padding-bottom: 5rem;
}
.p-videos::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(3542 / 1920 * 100vw);
  background-image: url(../images/webp/ookami02-video-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .p-videos::before {
    height: 3542px;
  }
}
@media screen and (max-width: 825px) {
  .p-videos::before {
    height: calc(1172 / 414 * 100vw);
    top: 0;
  }
}
@media screen and (max-width: 413px) {
  .p-videos::before {
    top: -20px;
  }
}
@media screen and (max-width: 835px) {
  .p-videos.cmn_top_section.type_1 {
    padding: calc(var(--main_distance) * 1) 0 0;
    margin-top: -4rem;
    padding-top: 9rem;
  }
}
.p-videos__img {
  display: block;
  aspect-ratio: 1000 / 562;
  width: 100%;
  background-color: #fff !important;
  mask-image: url(../images/svg/ookami02-video-msk.svg) !important;
  -webkit-mask-image: url(../images/svg/ookami02-video-msk.svg) !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-size: cover !important;
  -webkit-mask-size: cover !important;
  mask-position: center !important;
  -webkit-mask-position: center !important;
}
.p-videos__frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: no-repeat center url(../images/svg/ookami02-video-frame.svg);
  z-index: 1;
  background-size: cover;
  background-position: center;
  width: calc(100% + calc(48 / 1920 * 100vw));
  height: calc(100% + calc(48 / 1920 * 100vw));
}
@media screen and (max-width: 835px) {
  .p-videos__frame::before {
    width: calc(100% + 7vw);
    height: calc(100% + 4vw);
  }
}

.p-videos__frame::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6vw;
  transform: translateY(-50%);
  background: repeat center url(../images/svg/ookami02-video-star.svg);
  z-index: 1;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1300px) {
  .p-videos__frame::after {
    right: -6.3vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-videos__frame::after {
    right: -6.4vw;
  }
}
@media screen and (max-width: 1100px) {
  .p-videos__frame::after {
    right: -6.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-videos__frame::after {
    right: -6.6vw;
  }
}
@media screen and (max-width: 900px) {
  .p-videos__frame::after {
    right: -6.7vw;
  }
}
@media screen and (max-width: 835px) {
  .p-videos__frame::after { 
    display: none;
  }
}
@media screen and (max-width: 835px) {
  .p-videos__button {
    margin-top: 32px;
  }
}
.p-videos .cmn_h_title_outer .cmn_h_title {
  margin-left: -20px;
}
@media screen and (max-width: 835px) {
  .p-videos .cmn_h_title_outer .cmn_h_title {
    margin-left: 0;
  }
}

.p-videos .cmn_h_title_outer {
  margin: 0 auto calc(var(--cmn_h_title_size) * 0.95);
}
@media screen and (max-width: 835px) {
  .p-videos .cmn_h_title_outer {
    margin: 0 auto calc(var(--cmn_h_title_size) * 0.8);
  }
}
@media screen and (max-width: 835px) {
  .p-profile::before {
    display: none;
  }
  .p-profile__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.p-poem {
  padding-block: 344px 378px;
}
.p-poem::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(1920 / 1920 * 100vw);
  background: url(../images/webp/ookami02-poem-bg-02.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
  .p-poem::before {
    height: 1920px;
  }
}
.p-poem__content{
  position: relative;
}
.p-poem__content::before {
  position: absolute;
  content: "";
  top: 33%;
  left: calc(50% - min(1263px, 84%));
  transform: translateY(-50%);
  background: url(../images/webp/ookami02-poem-flower-left.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 853px;
  height: 996px;
  width: min(853px, calc(853 / 1920 * 100vw));
  height: min(996px, calc(996 / 1920 * 100vw));
}
.p-poem__content::after {
  position: absolute;
  content: "";
  top: 42%;
  right: calc(50% - min(960px, 64%));
  transform: translateY(-50%);
  background: url(../images/webp/ookami02-poem-flower-right.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: min(368px, calc(368 / 1920 * 100vw));
  height: min(1148px, calc(1148 / 1920 * 100vw));
}
.p-poem__text._01 {
  margin-bottom: 69px;
}
.p-poem__text._02 {
  margin-bottom: 126px;
}
.p-poem__text._03,
.p-poem__text._04 {
  margin-bottom: 48px;
}
.p-poem__text._05 {
  margin-bottom: 70px;
}
.p-poem__text._06 {
  margin-bottom: 203px;
}
@media screen and (max-width: 835px) {
  .p-poem {
    padding-block: 250px 143px;
  }
  .p-poem::before {
    height: 923px;
    height: calc(923 / 414 * 100vw);
    background: url(../images/webp/ookami02-poem-bg-sp.webp);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  .p-poem__content::before {
    position: absolute;
    content: "";
    top: 13%;
    left: -63px;
    transform: translateY(-50%);
    background: url(../images/webp/ookami02-poem-flower-left-sp.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: min(258px, calc(258 / 414 * 100vw));
    height: min(302px, calc(302 / 414 * 100vw));
  }
  .p-poem__content::after {
    position: absolute;
    content: "";
    top: 15%;
    right: -79px;
    transform: translateY(-50%);
    background: url(../images/webp/ookami02-poem-flower-right-sp.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: min(224px, calc(224 / 414 * 100vw));
    height: min(396px, calc(396 / 414 * 100vw));
    z-index: -1;
  }
  .p-poem__text._01 {
    margin-bottom: 15px;
  }
  .p-poem__text._02 {
    margin-bottom: 61px;
  }
  .p-poem__text._03,
  .p-poem__text._04,
  .p-poem__text._05 {
    margin-bottom: 18px;
  }
  .p-poem__text._06 {
    margin-bottom: 66px;
  }
}

.p-news::before {
  position: absolute;
  content: "";
  top: 43%;
  right: 0;
  transform: translateY(-50%);
  width: calc(1332 / 1920 * 100vw);
  height: calc(850 / 1920 * 100vw);
  background-image: url(../images/webp/ookami02-news-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 835px) {
  .p-news::before {
    background-image: url(../images/webp/ookami02-news-bg-sp.webp);
    width: calc(375 / 414 * 100vw);
    height: calc(239 / 414 * 100vw);
    top: 22%;
    right: -56px;
    transform: translateY(-50%);
  }
}


/*=====================
 p-news-lower
=====================*/
.p-news-lower.cmn_in_page_main {
  padding: calc(var(--main_distance) * 1.3) 0 calc(var(--main_distance) * 1.2);
}

.p-news-lower .cmn_h_title_outer {
  margin-bottom: calc(var(--main_distance) * 0.45);
}

.p-news-lower .cmn_news_list {
  gap: 40px;
}

.p-news-lower__button {
  margin-top: 70px;
}

@media screen and (max-width: 835px) {
  .p-news-lower .cmn_h_title_outer {
    margin-bottom: calc(var(--main_distance) * 0.75);
  }

  .p-news-lower .cmn_news_list {
    gap: 52px;
  }

  .p-news-lower__button {
    margin-top: 53px;
  }
}

/*=====================
 p-tickets-lower
=====================*/
.p-tickets-lower.cmn_in_page_main {
  padding: calc(var(--main_distance) * 1.3) 0 calc(var(--main_distance) * 1.21);
}
.p-tickets-lower .cmn_h_title_outer {
  margin-bottom: calc(var(--main_distance) * -0.28);
}
.p-tickets-lower .cmn_h_title_outer .cmn_h_title {
  margin-left: -20px;
}
.p-tickets-lower .cmn_section_title_a {
  margin-bottom: calc(var(--main_gap) * 2.1);
}
.p-tickets-lower h5 {
  position: relative;
  padding-left: 20px;
}
.p-tickets-lower h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 835px) {
  .p-tickets-lower .cmn_h_title_outer {
    margin-bottom: calc(var(--main_distance) * 0.5);
  }
  .p-tickets-lower .cmn_section_title_a {
    margin-bottom: calc(var(--main_gap) * 1);
  }
}

/* .cmn_white_box.in_page h3 {
  position: relative;
  display: block;
  padding-bottom: 0;
  margin-top: 0;
  line-height: 1.4em;
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-weight: 800;
  line-height: 150%;
}
@media screen and (max-width: 835px) {
  .cmn_h_title_outer {
    margin-bottom: 40px;
  }
  .cmn_h_title_outer .cmn_h_title {
    margin-left: -9px;
  }
} */

/* .cmn_white_box.in_page h3 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  padding-left: 14px;
  position: relative;
} */
/* .cmn_white_box.in_page h3::before  {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 100%;
  transform: translateY(-50%);
  background: #BDA355;
} */


/* .cmn_white_box.in_page h3:not(:first-child) {
  margin-top: 2em;
} */
/* @media screen and (max-width: 835px) {
  .cmn_white_box.in_page h3 {
    color: #BDA355;
    font-family: "Shippori Mincho";
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
  }
  .cmn_white_box.in_page h3:before {
    height: 130%;
    top: 44%;
  }
} */
/* .cmn_white_box.in_page h5 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}
@media screen and (max-width: 835px) {
  .cmn_white_box.in_page h5 {
    margin-bottom: 0;
    color: #BDA355;
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
  }
}
.cmn_white_box.in_page h5::before {
  height: 1.25em;
  width: 1.25em;
  top: 50%;
  left: -2px;
  transform: translateY(-50%) rotate(45deg);
  background: #BDA355;
} */
.p-tickets-lower__button {
  margin-top: -30px;
}
@media screen and (max-width: 835px) {
  .p-tickets-lower__button {
    margin-top: 56px;
  }
}

/*=====================
 p-album-lower
=====================*/
.p-album-lower .album_art.cmn_img_deco_1:before {
  display: none;
}
.p-album-lower ..cmn_album_flex .text_area .album_title .small {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.p-album-lower .cmn_album_flex .text_area .album_title {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  margin-top: -30px;
}
.p-album-lower .cmn_album_flex .text_area .text_box {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.p-album-lower__button {
  margin-bottom: 25px;
}
.p-album-lower__title.section_title {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 64px */
  letter-spacing: 6.4px;
  padding-inline: 55px;
  position: relative;
  width: fit-content;
}
.p-album-lower__title.section_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/svg/ookami02-star-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
.p-album-lower__title.section_title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/svg/ookami02-star-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
.p-album-lower__lists {
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(2px);
  padding: 50px;
}
.p-album-lower__songs.songs {
  margin-top: -12px;
}
.p-album-lower__songs .song_title {
  color: #41307C;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 2px;
}
.p-album-lower__songs .sub_info {
  color: #41307C;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}
.p-album-lower__heading {
  margin-bottom: 50px;
}
.p-album-lower__heading.cmn_section_title_a {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
#in_album .songs .songs_list .song_rack .main .num{
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 14px */
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
#in_album .songs .songs_list .song_rack .main .num:before {
  position: absolute;
  content: "";
  top: 32%;
  left: -14px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  background-color: #41307C;
  font-weight: 900;
  rotate: 45deg;
  z-index: -1;
}
@media screen and (max-width: 835px) {
  #in_album .songs .songs_list .song_rack .main .num:before {
  top: 27%;
  left: -13.5px;
  }
}
.p-album-lower .cmn_white_box.in_page h3 {
  margin-bottom: 20px;
}
.p-album-lower .cmn_white_box.in_page {
  color: #201642;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 40px;
}
.p-album-lower__button02 {
  margin-top: -65px;
}
.p-album-lower .cmn_album_flex.type_in_album {
  width: 100%;
  max-width: 940px;
}
.p-album-lower .cmn_album_flex .album_art_area {
  width: 73.5%;
  width: 67.5%;
}
.p-album-lower .cmn_album_flex.type_in_album .text_area {
  padding-top: 0;
}
.p-album-lower .cmn_album_flex {
  gap: 6%;
}
.p-album-lower .cmn_album_flex.type_in_album {
  margin-bottom: calc(var(--main_distance) * 0.56);
}
.p-album-lower .cmn_white_box p {
  line-height: 1.36;
}
.p-album-lower .cmn_white_box_outer {
  padding: calc(var(--main_gap) * 2.5) calc(var(--main_gap) * 2.5) calc(var(--main_gap) * 2);
}
.p-album-lower.cmn_in_page_main {
 padding: calc(var(--main_distance) * 1.3) 0 calc(var(--main_distance) * 1.24);
}

@media screen and (max-width: 835px) {
  .p-album-lower .cmn_album_flex .album_art_area {
    width: 100%;
  }
  .p-album-lower .cmn_album_flex .text_area .album_title {
    margin-top: 0;
  }
  .p-album-lower .cmn_album_flex .album_art_area {
    padding-inline: 0;
  }
  .p-album-lower .cmn_album_flex.type_in_album {
    padding-inline: calc(11 / 414 * 100vw);
  }
  .p-album-lower .cmn_album_flex .text_area .album_title .small {
    font-size: 0.4em;
    margin-top: 0;
    display: block;
    margin-top: 28px;
  }
  .p-album-lower .cmn_album_flex .text_area .album_title .main {
    display: block;
  }
  .p-album-lower .cmn_album_flex .text_area .album_title {
    margin-top: 0;
  }
  .p-album-lower .cmn_album_flex .text_area .text_box {
    margin-top: 20px;
  }
  .p-album-lower .cmn_album_flex.type_in_album {
    margin-bottom: calc(var(--main_distance) * 0.74);
  }
  #in_album .songs .section_title {
    font-size: clamp(26px, 9vw, 64px);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .p-album-lower__title.section_title::before,
  .p-album-lower__title.section_title::after {
    width: 15px;
    height: 15px;
  }
  .p-album-lower__title.section_title {
    padding-inline: 22px;
  }
  .p-album-lower__songs.songs {
    margin-top: 0;
  }
  .p-album-lower__lists {
    padding: 20px 15px;
  }
  .p-album-lower__songs .song_title {
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 1.4px;
  }
  #in_album .songs .songs_list .song_rack .links a {
    padding: 8px 26px 8px 15px;
    font-size: 14px;
  }
  #in_album .songs .songs_list .song_rack .links a:last-child {
    padding: 8px 31px 8px 20px;
  }
  #in_album .songs .songs_list .song_rack .main .num{
    top: 51%;
    left: 9px;
  }
  #in_album .songs .songs_list .song_rack {
    padding: 1.2em 0;
  }
  #in_album .songs .songs_list .song_rack .links a:last-child::after{
    right: 1.34em;
  }
  .p-album-lower .cmn_section_title_a .main {
    color: #FFF;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: 0.2px;
  }
  .p-album-lower .cmn_section_title_a {
    padding: 0.5em 0.2em;
  }
  .p-album-lower__heading {
    margin-bottom: 10px;
  }
  .p-album-lower .cmn_white_box_outer {
    padding: calc(var(--main_gap) * 1.7) calc(var(--main_gap) * 1) calc(var(--main_gap) * 0.6);
  }
  .p-album-lower .cmn_white_box.in_page {
    margin-top: 20px;
  }
  .p-album-lower .cmn_white_box.in_page h3 {
    color: #BDA355;
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
  }
  .p-album-lower .cmn_white_box p {
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 137%;
  }
  #in_album .benefits {
    margin-bottom: calc(var(--main_distance) * 0.7);
  }
  .p-album-lower__button02 {
    margin-top: -5px;
  }
}

/*=====================
 p-news-single
=====================*/
.p-news-single .cmn_h_title_outer {
  margin: 0 auto calc(var(--cmn_h_title_size) * 0.45);
}
.c-single__date {
  background: linear-gradient(
    293deg,
    rgba(249, 154, 170, 0.9) 14.71%,
    rgba(253, 180, 194, 0.9) 28.69%,
    rgba(255, 190, 203, 0.9) 42.66%,
    rgba(159, 213, 187, 0.9) 56.64%,
    rgba(0, 189, 176, 0.9) 70.61%,
    rgba(0, 167, 168, 0.9) 84.59%
  );
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 7px 40px 4px 25px;
}

.c-single__date-year {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  font-family: "Cinzel Decorative";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px
}

.c-single__date-month,
.c-single__date-day {
  color: #fff;
  font-family: "Cinzel Decorative";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}
#in_news .news_article .title_area {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 40px;
}
#in_news .news_article .title_area .title {
  color: #41307C;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.2px;
}
#in_news .news_article .title_area {
  padding: calc(var(--main_gap) * 1) calc(var(--main_gap) * 3.2);
  margin-bottom: calc(var(--main_gap) * 2.5);
}
.c-single .cmn_white_box.single h1 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  border-bottom: 1px solid #BDA355;
  /* margin-top: 42px; */
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.c-single .cmn_white_box.single h2 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 30px */
  padding-left: 13px;
  position: relative;
  padding-bottom: 0 !important;
  margin-top: 21px;
  letter-spacing: 0.007em;
}
.c-single .cmn_white_box.single h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #BDA355;
}
.c-single .cmn_white_box.single h3 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  padding-left: 23px;
  position: relative;
  margin-top: 24px;
}
.c-single .cmn_white_box.single h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%) ;
  width: 17px;
  height: 17px;
  background-color: #BDA355;
}
/* .c-single .cmn_white_box.single h4 {
  letter-spacing: 0.007em;
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-top: 24px;
} */
.c-single .cmn_white_box.single p {
  color: #41307c;
  margin-bottom: 0 !important;
  margin-top: 20px;
  line-height: 1.53;
}
.c-single .cmn_white_box.single a {
  color: #34BDB5;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 22.5px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  margin-top: 21px;
  transition: all 0.3s ease;
}

.c-single .cmn_white_box.single a:hover {
  color: #FD7F82;
}
.p-news-single__button {
  margin-top: 70px;
}
.p-news-single .cmn_white_box_outer {
  padding: calc(var(--main_gap) * 2.5) calc(var(--main_gap) * 2.5) calc(var(--main_gap) * 2.4);
}
.p-news-single .cmn_in_page_main {
  padding: calc(var(--main_distance) * 1.3) 0 calc(var(--main_distance) * 1.2);
}
.p-news-single__accent {
  display: flex;
}
.p-news-single__accent::before {
  content: attr(data-number);
  display: inline-block;
  width: 16px;
  flex-shrink: 0;
}
.p-news-single__wrapper p {
  margin-bottom: 0!important;
}
.p-news-single__wrapper a {
  margin-top: 0!important;
}

@media screen and (max-width: 835px) {
  #in_news .news_article .title_area {
    display: block;
    padding: calc(var(--main_gap) * 2.4) calc(var(--main_gap) * 1) calc(var(--main_gap) * 1);
    position: relative;
  }
  #in_news .news_article .title_area .title {
    color: #41307C;
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.14px;
  }
  .c-single__date {
    position: absolute;
    top: -22px;
    left: 0;
    padding-right: 30px;
  }
  .p-news-single .cmn_h_title_outer {
    margin: 0 auto calc(var(--cmn_h_title_size) * 0.94);
  }
  .p-news-single .cmn_white_box_outer {
    padding: calc(var(--main_gap) * 1.3) calc(var(--main_gap) * 1) calc(var(--main_gap) * 1.4);
    padding: 20px 15px;
  }
  .p-news-single .cmn_white_box_outer p:first-child {
    margin-top: 0!important;
  }

  .c-single .cmn_white_box.single h1 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .c-single .cmn_white_box.single h2 {
    font-size: 15px;
    margin-top: 18px;
  }
  .c-single .cmn_white_box.single h2::before {
    height: 74%;
  }
  .c-single .cmn_white_box.single h3 {
    font-size: 14px;
    padding-left: 18px;
    position: relative;
    margin-top: 14px;
  }
  .c-single .cmn_white_box.single h3::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 2px;
    width: 13px;
    height: 13px;
    background-color: #BDA355;
  }
  .c-single .cmn_white_box.single h4 {
    font-size: 14px;
    margin-top: 14px;
  }
  .c-single .cmn_white_box.single p {
    margin-top: 16px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .c-single .cmn_white_box.single a {
    font-size: 14px;
    margin-top: 16px;
  }
  .cmn_white_box img {
    margin-bottom: 1.1em;
  }
  .p-news-single__button {
    margin-top: 54px;
  }
}

/*=====================
 p-information-lower
 =====================*/
.p-information-lower.cmn_in_page_main {
  padding: calc(var(--main_distance) * 1.4) 0 calc(var(--main_distance) * 1);
}

.p-information-lower .cmn_h_title_outer { 
  margin: 0 auto calc(var(--cmn_h_title_size) * 0.5);
}

.p-information-lower .cmn_h_title {
  margin-left: -10px;
}
#in_information .info_wrap .logo {
  margin: 0 auto calc(var(--main_gap) * 0);
  max-width: 810px;
}
#in_information .info_wrap .dateplace {
  width: 90%;
  margin: 0 auto calc(var(--main_gap) * 2.7);
}
.p-information-lower .cmn_white_box .title {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 36px */
}
 .cmn_white_box .title_box {
  padding-bottom: 9px;
  border-bottom: 1px solid #BDA355;
  margin-bottom: 20px;
}
.p-information-lower h4 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.007em;
  position: relative;
  padding-left: 19px;
}
.p-information-lower h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #BDA355;
}

.p-information-lower .cmn_white_box_outer {
  padding: calc(var(--main_gap) * 2.5) calc(var(--main_gap) * 2.5) calc(var(--main_gap) * 2.4);
  margin-bottom: calc(var(--main_gap) * 2.5);
}

.p-information-lower h5 {
  position: relative;
}

.p-information-lower iframe {
  margin-top: 26px;
}
.p-information-lower .cmn_white_box strong {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-weight: 800;
}
.p-information-lower .cmn_white_box ul {
  margin-top: -20px;
}
.p-information-lower .cmn_white_box  li {
  line-height: 148%;
  margin-bottom: 0.09em;
  padding-left: 1.4em;
}
.p-information-lower .cmn_white_box p {
line-height: 150%;
}
.p-information-lower .cmn_white_box small {
font-size: 14px;
}
.p-information-lower__button {
  margin-top: 70px;
}
@media screen and (max-width: 835px) {
  .p-information-lower.cmn_in_page_main {
    padding: calc(var(--main_distance) * 1.3) 0 calc(var(--main_distance) * 1);
  }
  .p-information-lower .wrap_1100px {
    width: 83%;
  }
  #in_information .info_wrap .dateplace {
    width: 100%;
    margin: 0 auto calc(var(--main_gap) * 1.6);
  }
  #in_information .info_wrap .logo {
    margin: 0 auto calc(var(--main_gap) * 1.3);
  }
  #in_information .info_wrap .credits .credits_rack .h {
    font-size: 15px;
    padding: 0.1em 0.7em 0.1em;
    margin-bottom: 0.4em;
  }
  #in_information .info_wrap .credits .credits_rack p {
    font-size: 14px;
  }
  .p-information-lower .cmn_white_box .title {
    font-size: 16px;
  }
  .p-information-lower .cmn_white_box_outer {
    padding: calc(var(--main_gap) * 1.7) calc(var(--main_gap) * 1.1) calc(var(--main_gap) * 1.7);
    padding: 20px 15px;
  }
  .p-information-lower .cmn_white_box .title_box {
    margin-bottom: 16px;
  }
  .p-information-lower iframe {
    aspect-ratio: 334/168;
    width: 100%;
    height: 100%;
    margin-top: 12px;
  }
  .p-information-lower h4 {
    font-size: 14px;
    padding-left: 16px;
    margin-top: -4px;
  }
  .p-information-lower h4::before {
    width: 11px;
    height: 11px;
  }
  .p-information-lower .cmn_white_box strong {
    font-size: 14px;
  }
  .p-information-lower__button {
    margin-top: 53px;
  }
}

/*=====================
 p-merch-lower
=====================*/
.p-merch-lower .cmn_h_title_outer {
  margin: 0 auto calc(var(--cmn_h_title_size) * 0);
}
.p-merch-lower .cmn_h_title {
  margin-left: -20px;
}
.p-merch-lower .cmn_lang_switch {
  margin-top: -42px;
}
#in_merch .sales_period_box::before {
  display: none;
}
#in_merch .sales_period_box {
  padding: calc(var(--main_gap) * 2) calc(var(--main_gap) * 1) calc(var(--main_gap) * 3);
}
#in_merch .sales_period_box .title {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.08em;
  transform: scaleY(1.2);
  position: relative;
  margin-bottom: 0.8em;
}
#in_merch .sales_period_box .title:before,
#in_merch .sales_period_box .title:after {
  position: absolute;
  content: "";
  top: 58%;
  transform: translateY(-50%);
  background-image: url(../images/svg/ookami02-star-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
#in_merch .sales_period_box .title:before {
  left: -56px;
}
#in_merch .sales_period_box .title:after {
  right: -56px;
}
#in_merch .sales_period_box .period {
  color: #FFF;
  font-family: "Shippori Mincho";
  font-weight: 600;
  line-height: 100%; /* 24px */
}
#in_merch .sales_period_box .period {

}
.p-merch-lower .cmn_white_box .title {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}

.p-merch-lower .cmn_white_box .single h1 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  border-bottom: 1px solid #BDA355;
  margin-top: 42px;
  padding-bottom: 8px;
}
.p-merch-lower .cmn_white_box .single h2 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 30px */
  padding-left: 13px;
  position: relative;
  padding-bottom: 0 !important;
  margin-top: 21px;
  letter-spacing: 0.007em;
  margin-bottom: 20px;
}
.p-merch-lower .cmn_white_box .single h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #BDA355;
}
.p-merch-lower .cmn_white_box .single h3 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  padding-left: 19px;
  position: relative;
  margin-top: 24px;
}
.p-merch-lower .cmn_white_box .single h3::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 1px;
  transform: translateY(-50%) ;
  width: 14px;
  height: 14px;
  background-color: #BDA355;
}
.p-merch-lower .cmn_white_box .single h4 {
  letter-spacing: 0.007em;
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-top: 24px;
}
.p-merch-lower .cmn_white_box .p-news-single__wrapper p {
  line-height: 1.53;
  text-indent: -1em;
  padding-left: 1em;
}

.p-tickets-lower .cmn_white_box .p-news-single__wrapper p {
  /* margin-bottom: 0 !important; */
  line-height: 1.53;
  text-indent: -1em;
  padding-left: 1em;
}
.p-merch-lower__button {
  margin-top: 75px;
}
.p-merch-lower .cmn_white_box a {
  color: #34BDB5;
}
@media screen and (max-width: 835px) {
  .p-merch-lower.cmn_in_page_main {
    padding: calc(var(--main_distance) * 1.3) 0 calc(var(--main_distance) * 1.2);
 }
 .p-merch-lower .cmn_h_title {
  margin-left: -10px;
 }
 #in_merch .sales_period_box .title {
  font-size: 32px;
  margin-bottom: 0.7em;
 }
 .p-merch-lower .cmn_lang_switch {
  margin-top: 38px;
  margin-bottom: calc(var(--main_gap) * 0.7);
 }
 #in_merch .sales_period_box .period {
  letter-spacing: -0.02em;
  margin-bottom: calc(var(--main_gap) * 1.5);
 }
 #in_merch .merch_list .merch_bnr {
  margin-bottom: calc(var(--main_gap) * 2.5);
 }
 #in_merch .merch_list {
  margin-bottom: calc(var(--main_distance) / 1.4);
 }
 .p-merch-lower .cmn_white_box .single h2 {
  font-size: 15px;
  margin-top: 18px;
  }
  .p-merch-lower .cmn_white_box .single h2::before {
    height: 130%;
  }
  .p-merch-lower .cmn_white_box .single h3 {
    font-size: 14px;
    padding-left: 18px;
    position: relative;
    margin-top: 14px;
  }
  .p-merch-lower .cmn_white_box .single h3::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 2px;
    width: 13px;
    height: 13px;
    background-color: #BDA355;
  }
  .p-merch-lower .cmn_white_box .single h4 {
    font-size: 14px;
    margin-top: 14px;
  }
  .p-merch-lower .cmn_white_box .single p {
    line-height: 1.6;
  }
  .p-merch-lower .cmn_white_box .single a {
    font-size: 14px;
    margin-top: 16px;
  }
  .cmn_white_box img {
    margin-bottom: 1.1em;
  }
  .p-news-single__button {
    margin-top: 54px;
  }
  .p-merch-lower .cmn_white_box .title {
    font-size: 16px;
  }
  .p-merch-lower .cmn_white_box .title_box {
    margin-bottom: 15px;
  }
  .p-merch-lower .cmn_white_box_outer {
    padding: calc(var(--main_gap) * 1.6) calc(var(--main_gap) * 1.1);
  }
  .p-merch-lower .cmn_white_box_outer {
    padding: calc(var(--main_gap) * 1.6) calc(var(--main_gap) * 1.1) calc(var(--main_gap) * 0.4);
  }
  .p-merch-lower__button {
    margin-top: 54px;
  }
}

/*=====================
p-videos-lower
=====================*/
.p-videos-lower.cmn_in_page_main {
  padding: calc(var(--main_distance) * 1.2) 0 calc(var(--main_distance) * 1.2);
}
.p-videos-lower .cmn_h_title_outer {
  margin: 0 auto calc(var(--cmn_h_title_size) * 0);
}

.p-videos-lower .cmn_h_title {
  margin-left: -20px;
}
.p-videos-lower__content {
  margin-top: 98px;
}
#in_videos .videos_list {
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4em;
  gap: min(50px, calc(50 / 1920 * 100vw));
}
#in_videos .videos_list li {
  border-radius: 6px;
  position: relative;
}
#in_videos .videos_list li {
  position: relative;
  overflow: hidden;
 }
 
 /* #in_videos .videos_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
 } */
 
@media (any-hover: hover) {
  #in_videos .videos_list li:hover::before {
    opacity: 0;
  }
}
#in_videos .videos_list li .videos_content .num_date {
  color: #41307C;
  font-family: "Shippori Mincho";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
}
#in_videos .videos_list li .videos_content .title {
  color: #41307C;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
#in_videos .videos_list li .videos_content figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 0.6em;
  border-radius: calc(var(--border_radius) * 0.5);
  overflow: hidden;
}
#in_videos .videos_list li .videos_content figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#in_videos .videos_list li .videos_content figure::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36.5px;
  height: 27px;
  background: no-repeat center url(../images/svg/ookami02-video-arrow.svg);
  background-size: contain;
  z-index: 1;
}
#in_videos .videos_list li .videos_content figure::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: no-repeat center url(../images/svg/ookami02-video-circle.svg);
  background-size: contain;
  z-index: 0;
  transform: translate(-50%, -50%);
  animation: spin-slow 8s linear infinite;
  animation-play-state: running;
}
#in_videos .videos_list li .videos_content:hover figure::after {
  animation-play-state: paused;
}

@media screen and (max-width: 835px) {
  .p-videos-lower .cmn_h_title {
    margin-left: -2px;
  }
  .p-videos-lower.cmn_in_page_main {
    padding: calc(var(--main_distance) * 1.3) 0 calc(var(--main_distance) * 1.3);
  }
  .p-videos-lower__content {
    margin-top: 34px;
  }
  #in_videos .videos_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 15px;
  }
  #in_videos .videos_list li .videos_content .num_date,
  #in_videos .videos_list li .videos_content .title {
    font-size: clamp(10px, calc(10 / 375 * 100vw), 14px);
  }
  #in_videos .videos_list {
    margin-bottom: calc(var(--main_gap) * 4.4);
  }
  #in_videos .videos_list li .videos_content figure::before {
    width: 35.5px;
    height: 19px;
  }
  #in_videos .videos_list li .videos_content figure::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: no-repeat center url(../images/svg/ookami02-video-circle.svg);
    background-size: contain;
    z-index: 0;
    animation: spin-slow 8s linear infinite;
  }
}

#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner
  .play_icon::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 52px;
    background: no-repeat center url(../images/svg/ookami02-video-arrow.svg);
    background-size: contain;
    z-index: 1;
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner
  .play_icon::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  background: no-repeat center url(../images/svg/ookami02-video-circle.svg);
  background-size: contain;
  z-index: 0;
  transform: translate(-50%, -50%);
  animation: spin-slow 8s linear infinite;
  animation-play-state: running;
  width: min(192px, calc(192 / 1920 * 100vw));
  height: min(192px, calc(192 / 1920 * 100vw));

}
@media screen and (max-width: 835px) {
  #videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner
  .play_icon::before {
    width: 44px;
    height: 33px;
    width: calc(44 / 414 * 100vw);
    height: calc(33 / 414 * 100vw);
  }
  #videos
    .videos_swiper_outer
    .videos_swiper
    .swiper-wrapper
    .swiper-slide
    .slide_inner
    .play_icon::after {
    width: 120px;
    height: 120px;
    width: calc(120 / 414 * 100vw);
    height: calc(120 / 414 * 100vw);
  }
}
#videos
  .videos_swiper_outer
  .videos_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_inner:hover
  .play_icon::after {
  animation-play-state: paused;
}

/* トップページ 蝶々 */
.butterfly01 {
  position: absolute;
  top: 120px;
  right: min(60px, calc(60 / 1920 * 100vw));
  will-change: transform;
  z-index: 10;
}
.butterfly01__img {
  width: min(285px, calc(285 / 1920 * 100vw));
  height: auto;
}

.butterfly02 {
  position: absolute;
  bottom: -80px;
  left: min(83px, calc(83 / 1920 * 100vw));
  will-change: transform;
  z-index: 10;
}
.butterfly02__img {
  width: min(247px, calc(247 / 1920 * 100vw));
  height: auto;
}

.butterfly03 {
  position: absolute;
  top: 450px;
  right: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
}
.butterfly03__img {
  width: min(297px, calc(297 / 1920 * 100vw));
  height: auto;
}

.butterfly04 {
  position: absolute;
  bottom: -210px;
  left: min(21px, calc(21 / 1920 * 100vw));
  will-change: transform;
  z-index: 10;
}
.butterfly04__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}


.butterfly05 {
  position: absolute;
  top: 450px;
  right: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
  z-index: -1;
}
.butterfly05__img {
  width: min(247px, calc(247 / 1920 * 100vw));
  height: auto;
}

.butterfly06 {
  position: absolute;
  bottom: -340px;
  left: min(21px, calc(21 / 1920 * 100vw));
  will-change: transform;
  z-index: 10;
}
.butterfly06__img {
  width: min(258px, calc(258 / 1920 * 100vw));
  height: auto;
}


.butterfly07 {
  position: absolute;
  top: 350px;
  right: min(47px, calc(47 / 1920 * 100vw));
  will-change: transform;
}
.butterfly07__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}

.butterfly08 {
  position: absolute;
  bottom: -250px;
  left: 100px;
  will-change: transform;
  z-index: 10;
}
.butterfly08__img {
  width: min(297px, calc(297 / 1920 * 100vw));
  height: auto;
}

.butterfly09 {
  position: absolute;
  top: 90px;
  left: min(97px, calc(97 / 1920 * 100vw));
  will-change: transform;
  z-index: 10;
}
.butterfly09__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}

.butterfly10 {
  position: absolute;
  top: 700px;
  right: 157px;
  right: min(157px, calc(157 / 1920 * 100vw));
  will-change: transform;
  z-index: 1;
}
.butterfly10__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}

.butterfly11 {
  position: absolute;
  bottom: -130px;
  left: min(-10px, calc(-10 / 1920 * 100vw));
  will-change: transform;
}
.butterfly11__img {
  width: min(297px, calc(297 / 1920 * 100vw));
  height: auto;
}

@media screen and (max-width: 835px) {
  .butterfly01 {
    top: 40px;
    right: 0;
  }
  .butterfly01__img {
      width: calc(96 / 414 * 100vw);
  }
  .butterfly02 {
    left: 0;
    bottom: unset;
    top: 320px;
  }
  .butterfly02__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly03 {
    top: -120px;
    right: 0;
    z-index: -1;
  }
  .butterfly03__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly04 {
    left: auto;
    right: 0;
    bottom: unset;
    top: 100px;
  }
  .butterfly04__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly05 {
    position: absolute;
    top: 450px;
    right: 120px;
    will-change: transform;
    z-index: 10;
  }
  .butterfly05__img {
    width: calc(247 / 414 * 100vw);
  }
  .butterfly06 {
    top: 0;
    bottom: unset;
    left: 0;
    z-index: -1;
  }
  .butterfly06__img {
    width: calc(96 / 414 * 100vw);
  }
  .butterfly07 {
    position: absolute;
    top: 636px;
    right: 47px;
    will-change: transform;
    z-index: 10;
  }
  .butterfly07__img {
    width: calc(240 / 414 * 100vw);
  }
  .butterfly08 {
    position: absolute;
    bottom: 750px;
    left: auto;
    right: 0;
    will-change: transform;
    z-index: 10;
  }
  .butterfly08__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly09 {
    left: 0;
    right: unset;
  }
  .butterfly09__img {
    width: calc(96 / 414 * 100vw);
  }
  .butterfly10 {
    position: absolute;
    top: 340px;
    right: 0;
    z-index: -1;
  }
  .butterfly10__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly11 {
    position: absolute;
    bottom: 510px;
    left: 0;
    will-change: transform;
    z-index: -1;
  }
  .butterfly11__img {
      width: calc(110 / 414 * 100vw);
  }
}

/* 下層ページ 蝶々 */
.butterfly-lower01 {
  position: absolute;
  top: 350px;
  right: min(60px, calc(60 / 1920 * 100vw));
  will-change: transform;
}
.butterfly01__img {
  width: min(285px, calc(285 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower02 {
  position: absolute;
  top: 1050px;
  left: min(83px, calc(83 / 1920 * 100vw));
  will-change: transform;
}
.butterfly02__img {
  width: min(247px, calc(247 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower03 {
  position: absolute;
  top: 1611px;
  right: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
}
.butterfly03__img {
  width: min(297px, calc(297 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower04 {
  position: absolute;
  left: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
  top: 2356px;
}
.butterfly04__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower05 {
  position: absolute;
  top: 2858px;
  right: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
  z-index: -1;
}
.butterfly05__img {
  width: min(247px, calc(247 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower06 {
  position: absolute;
  top: 3675px;
  left: min(21px, calc(21 / 1920 * 100vw));
  will-change: transform;
}
.butterfly06__img {
  width: min(258px, calc(258 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower07 {
  position: absolute;
  top: 4169px;
  right: min(47px, calc(47 / 1920 * 100vw));
  will-change: transform;
}
.butterfly07__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower08 {
  position: absolute;
  top: 5139px;
  left: 100px;
  will-change: transform;
}
.butterfly08__img {
  width: min(297px, calc(297 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower09 {
  position: absolute;
  top: 5697px;
  right: min(60px, calc(60 / 1920 * 100vw));
  will-change: transform;
}
.butterfly09__img {
  width: min(285px, calc(285 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower10 {
  position: absolute;
  top: 6398px;
  left: min(83px, calc(83 / 1920 * 100vw));
  will-change: transform;
}
.butterfly10__img {
  width: min(247px, calc(247 / 1920 * 100vw));
  height: auto;
}

.butterfly-lower11 {
  position: absolute;
  top: 6958px;
  right: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
}
.butterfly11__img {
  width: min(297px, calc(297 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower12 {
  position: absolute;
  left: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
  top: 7703px;
}
.butterfly12__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower13 {
  position: absolute;
  top: 8205px;
  right: min(120px, calc(120 / 1920 * 100vw));
  will-change: transform;
  z-index: -1;
}
.butterfly13__img {
  width: min(247px, calc(247 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower14 {
  position: absolute;
  top: 9022px;
  left: min(21px, calc(21 / 1920 * 100vw));
  will-change: transform;
}
.butterfly14__img {
  width: min(258px, calc(258 / 1920 * 100vw));
  height: auto;
}
.butterfly-lower15 {
  position: absolute;
  top: 9516px;
  right: min(47px, calc(47 / 1920 * 100vw));
  will-change: transform;
}
.butterfly15__img {
  width: min(240px, calc(240 / 1920 * 100vw));
  height: auto;
}
@media screen and (max-width: 835px) {
  .butterfly-lower01 {
    top: 100px;
    right: 0;
  }
  .butterfly01__img {
      width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower02 {
    left: 0;
    bottom: unset;
    top: 346px;
  }
  .butterfly02__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower03 {
    top: 588px;
    right: 0;
  }
  .butterfly03__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower04 {
    left: 0;
    bottom: unset;
    top: 848px;
  }
  .butterfly04__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower05 {
    position: absolute;
    top: 986px;
    right: 0;
    will-change: transform;
  }
  .butterfly05__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower06 {
    top: 1228px;
    bottom: unset;
    left: 0;
  }
  .butterfly06__img {
    width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower07 {
    position: absolute;
    top: 1468px;
    right: 47px;
    will-change: transform;
  }
  .butterfly07__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower08 {
    position: absolute;
    top: 1706px;
    left: 0;
    will-change: transform;
  }
  .butterfly08__img {
    width: calc(110 / 414 * 100vw);
  }
  .butterfly-lower09 {
    top: 1966px;
    right: 0;
  }
  .butterfly01__img {
      width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower10 {
    left: 0;
    bottom: unset;
    top: 2212px;
  }
  .butterfly02__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower11 {
    top: 2454px;
    right: 0;
  }
  .butterfly03__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower12 {
    left: 0;
    bottom: unset;
    top: 2714px;
  }
  .butterfly04__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower13 {
    position: absolute;
    top: 2952px;
    right: 0;
    will-change: transform;
  }
  .butterfly05__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower14 {
    top: 3194px;
    bottom: unset;
    left: 0;
  }
  .butterfly06__img {
    width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower15 {
    position: absolute;
    top: 3434px;
    right: 47px;
    will-change: transform;
  }
  .butterfly07__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower16 {
    position: absolute;
    top: 3672px;
    left: 0;
    will-change: transform;
  }
  .butterfly08__img {
    width: calc(110 / 414 * 100vw);
  }
  .butterfly-lower17 {
    top: 4110px;
    right: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly01__img {
      width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower18 {
    left: 0;
    bottom: unset;
    top: 4352px;
    position: absolute;
    will-change: transform;
  }
  .butterfly02__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower19 {
    top: 4594px;
    right: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly03__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower20 {
    left: 0;
    bottom: unset;
    top: 4836px;
    position: absolute;
    will-change: transform;
  }
  .butterfly04__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower21 {
    position: absolute;
    top: 5078px;
    right: 0;
    will-change: transform;
    position: absolute;
  }
  .butterfly05__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower22 {
    top: 5320px;
    bottom: unset;
    left: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly06__img {
    width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower23 {
    position: absolute;
    top: 5562px;
    right: 47px;
    will-change: transform;
    position: absolute;
  }
  .butterfly07__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower24 {
    position: absolute;
    top: 5804px;
    left: 0;
    will-change: transform;
    position: absolute;
  }
  .butterfly08__img {
    width: calc(110 / 414 * 100vw);
  }
  .butterfly-lower25 {
    top: 6526px;
    right: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly01__img {
      width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower26 {
    left: 0;
    bottom: unset;
    top: 6768px;
    position: absolute;
    will-change: transform;
  }
  .butterfly02__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower27 {
    top: 7010px;
    right: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly03__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower28 {
    left: 0;
    bottom: unset;
    top: 7252px;
    position: absolute;
    will-change: transform;
  }
  .butterfly04__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower29 {
    position: absolute;
    top: 7494px;
    right: 0;
    will-change: transform;
    position: absolute;
  }
  .butterfly05__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower30 {
    top: 7736px;
    bottom: unset;
    left: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly06__img {
    width: calc(96 / 414 * 100vw);
  }
  .butterfly-lower31 {
    position: absolute;
    top: 7978px;
    right: 47px;
    will-change: transform;
    position: absolute;
  }
  .butterfly07__img {
    width: calc(89 / 414 * 100vw);
  }
  
  .butterfly-lower32 {
    position: absolute;
    top: 8220px;
    left: 0;
    will-change: transform;
    position: absolute;
  }
  .butterfly08__img {
    width: calc(110 / 414 * 100vw);
  }
  .butterfly-lower33 {
    top: 8462px;
    right: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly01__img {
      width: calc(96 / 414 * 100vw);
  }

  .butterfly-lower34 {
    left: 0;
    bottom: unset;
    top: 8704px;
    position: absolute;
    will-change: transform;
  }
  .butterfly02__img {
    width: calc(92 / 414 * 100vw);
  }
  
  .butterfly-lower35 {
    top: 8946px;
    right: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly03__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower36 {
    left: 0;
    bottom: unset;
    top: 9188px;
    position: absolute;
    will-change: transform;
  }
  .butterfly04__img {
    width: calc(89 / 414 * 100vw);
  }
  .butterfly-lower37 {
    position: absolute;
    top: 9430px;
    right: 0;
    will-change: transform;
    position: absolute;
  }
  .butterfly05__img {
    width: calc(92 / 414 * 100vw);
  }
  .butterfly-lower38 {
    top: 9742px;
    bottom: unset;
    left: 0;
    position: absolute;
    will-change: transform;
  }
  .butterfly06__img {
    width: calc(96 / 414 * 100vw);
  }
}
.cmn_white_box_outer p span {
  color: #BDA355 !important;
}
.c-single .cmn_white_box.single.information a {
  margin-top: 0;
  display: inline-block;
}

/* チケットページ */
.c-ticket-single .cmn_section_title_a p {
  margin-bottom: 0;
}

.c-single-merch h1 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  border-bottom: 1px solid #BDA355;
  /* margin-top: 42px; */
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.c-single-merch h2,
.c-ticket-single h2 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 30px */
  padding-left: 13px;
  position: relative;
  padding-bottom: 0 !important;
  margin-top: 21px;
  letter-spacing: 0.007em;
}

.c-single-merch h2::before,
.c-ticket-single h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #BDA355;
}

.c-single-merch h3,
.c-ticket-single h3 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  padding-left: 23px;
  position: relative;
  margin-top: 24px;
}

.c-single-merch h3::before,
.c-ticket-single h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%) ;
  width: 17px;
  height: 17px;
  background-color: #BDA355;
}

.c-single-merch h4,
.c-ticket-single h4 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.007em;
  position: relative;
  padding-left: 19px;
}

.c-single-merch h4::before,
.c-ticket-single h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #BDA355;
}
@media screen and (max-width: 835px) {
  .c-single-merch h3::before,
  .c-ticket-single h3::before {
    top: 2.5px;
    transform: none;
  }
}










.c-single-album .content_area.cmn_white_box_outer h1 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  border-bottom: 1px solid #BDA355;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-align: left;
}

.c-single-album .content_area.cmn_white_box_outer h2 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 30px */
  padding-left: 13px;
  position: relative;
  padding-bottom: 0 !important;
  margin-top: 21px;
  letter-spacing: 0.007em;
  text-align: left;
}

.c-single-album .content_area.cmn_white_box_outer h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #BDA355;
}

.c-single-album .content_area.cmn_white_box_outer h3 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.007em;
  padding-left: 23px;
  position: relative;
  margin-top: 24px;
  text-align: left;
}

.c-single-album .content_area.cmn_white_box_outer h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%) ;
  width: 17px;
  height: 17px;
  background-color: #BDA355;
}

.c-single-album .content_area.cmn_white_box_outer h4 {
  color: #BDA355;
  font-family: "Shippori Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.007em;
  position: relative;
  padding-left: 19px;
  text-align: left;
}

.c-single-album .content_area.cmn_white_box_outer h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #BDA355;
}
@media screen and (max-width: 835px) {
  .c-single-album .content_area.cmn_white_box_outer h3:before {
    top: 2.5px;
    transform: none;
  }
}