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

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

body{
  position: relative;
}

ul {
    padding-left: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
li {
    list-style: none;
}

html{
  height: 100%;
}
body {
    background-color:#000;
    color: #d9d1d1;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.06em;
    margin: 0;
    font-weight:500;
    text-align: center;
    height: 100%;

    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }

@media screen and (max-width: 450px){
  body{
    font-size:14px;
    line-height: 1.8em;
  }
}

a {
    color: orange;
    text-decoration: none;
}


img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  height: auto;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

div{
  max-width:100%;
  box-sizing: border-box;
}



.clear {
    clear: both;
}


.underline {
    text-decoration: underline;
}

.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    width: auto;
    height: 100%;
    color: #131212;
    background-color: #000;
    z-index: 1100;

    display: flex;
    justify-content: center;
    align-items: center;
}


.hide{
  opacity: 0;
}

.sp{
  display: none;
}

@media screen and (max-width : 768px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}

.a_absolute{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.op0{
  opacity: 0;
}

.op1{
  opacity: 1;
}

.m0{
  margin-top: 0 !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ローディング
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.loading-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  width: auto;
  height: 100%;
  background-color:#000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 2000;
}

.loading-content {
  text-align: center;
  width: 100%;
  max-width: 100%; /* PCのときに幅が広すぎないよう制限 */
}


.progress-bar-background {
  width: 100%;
  height: 6px;
  background-color: #000;
  overflow: hidden;
  margin-top: 20px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #cf413b;
  transition: width 0.3s ease;
}

/* フェードアウト用 */
.loading_fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
TOP
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.top_wrap{
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image:url(../img/main.jpg);
  background-position:top center;
  background-size:100% auto;
  background-repeat:no-repeat;
}
.top_wrap::before {
  display: block;
  content: '';
  padding-top: 56%;
}



@media screen
/*  and (max-width: 768px)*/
  and (max-aspect-ratio: 14/10) {
  .top_wrap{
    background-size:contain;
    height: auto;
  }
  .top_wrap::before {
    padding-top: 56%;
  }
}

@media screen
/*  and (max-width: 768px)*/
  and (min-aspect-ratio: 2/1) {
  .top_wrap{
    background-position:center center;
    height: 100vh;
  }
}

@media screen and ((max-width: 450px) or (max-aspect-ratio: 1/1.75)){
  .top_wrap{
    height: 100vh;

    background-image:url(../img/main_sp.jpg);
    background-size:cover;
    background-position:center;
  }
}

/*.top_width{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-image:url(../img/top.jpg);
  background-position:center;
  background-size:cover;
}


.top_width::before{
  content: "";
  display: block;
  padding-top: 91%;
}*/

@media screen and (max-width: 450px) {
  .top_sp_grd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1.0) 100%);
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
LOGO
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.top_width{
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform:translateX(-50%);
  width: calc(62% - 130px);
  max-width: 450px;
}

@media screen and (max-width: 1440px) {
  .top_width{
    width: calc(50% - 110px);
    max-width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .top_width{
    width: calc(38% - 80px);

  }
}
@media screen and (max-width: 450px) {
  .top_width{
    width: 80%;
    max-width: 220px;
    height: auto;
  }
}


@media screen and (max-aspect-ratio: 14/10) {
  .top_width{
    bottom: 12%;
    left: 50%;
    transform:translateX(-50%);
    width: calc(40% - 80px);
    max-width: 400px;
  }
}


@media screen and ((max-width: 450px) or (max-aspect-ratio: 1/1.75)){
  .top_width{
    width: 62%;
    height: auto;
  }
}


/*@media screen and (max-width : 450px) {
   .top_width imgread_width{
    position: relative;
    width: 100%;
    padding: 0px 26px;
    margin: 0 auto;
  }
}*/



.blend{
  mix-blend-mode: color-burn;
}

.top_width{
  filter: drop-shadow(5px 5px 26px rgb(0, 0, 0, 0.5));
}

.top_logo{
  width: 100%;
  height: 100%;
}

.logo_anm_1{
  animation-name: logo_move;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
}
.logo_anm_2{
  animation-name: logo_move;
  animation-timing-function: ease-in-out;
  animation-duration: 1.8s;
}

@keyframes logo_move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
READ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.read_wrap{
  position: relative;
  width: 100%;
}

 .read_width{
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 0px 58px;
  margin: 0 auto;
}


@media screen and (max-width: 450px){
  .read_width{
    padding: 0 26px;
  }
}

@media screen and (min-width: 1024px){
  .read_width{
    width: 85%;
    max-width: 1100px;
  }
}



.slider_box{
  margin: 0 auto;
  max-width:1200px;
}

.click-area{
  position: absolute;
  top: 0;
  left: 50%;
  width: 30%;
  height: 100%;
  transform:translateX(-100%);
}


.read_l{
  margin-top: calc(80px - 36px);
  font-size:26px;
  line-height: 1em;
  font-weight: 700;
}


@media screen and (max-width : 768px) {
  .read_l{
    margin-top: 36px;
    font-size:calc(4.1vw - 3px);
  }
}

@media screen and (max-width : 450px) {
  .read_l{
    margin-top: 16px;
    font-size:16px;
  }
}



.read_m{
  padding: 68px 0;
  padding-top: 32px;
}


@media screen and (max-width : 450px) {
  .read_m{
    padding: 36px 0;
    padding-top: 32px;
  }
}


.read_m2{
  padding: 68px 0;
}

@media screen and (max-width : 450px) {
  .read_m2{
    padding: 36px 0;
    padding-bottom: 50px;
  }
}

.line_back{
  position: absolute;
  top: 20px;
  left: 50%;
  width: 50%;
  aspect-ratio: 2 / 3;
  opacity: 0;
  filter: blur(50px);
  transition: all 2s ease;
  transform:translateX(20%);

}



@media screen and (max-aspect-ratio: 2/3) {
  .line_back{
    top: 0px;
    left: 50%;
    width: 100%;
    transform:translateX(-50%);
  }
}

@media screen and (min-aspect-ratio: 3/2) {
  .line_back{
    left: 50%;
    width: 38%;
    transform:translateX(20%);
  }
}

.line_back img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;

  animation: unstable 8s ease-in-out infinite;
}

@keyframes unstable {
  0%   { transform: translate(0); }
  20%  { transform: translate(2px, -2px); }
  47%  { transform: translate(-3px, 2px); }
  73%  { transform: translate(2px, 3px); }
  100% { transform: translate(0); }
}

.line_active{
  opacity: 0.2;
  filter: blur(0);
}



        .slider_box{
          position: relative;
          width: 100%;
        }

        .slider-container {
            width: 100%;
            position: relative;
            max-width: 100vw;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .swiper {
            width: 100%;
            height: auto;
            overflow: visible;
        }

        .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .swiper-slide img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        /* グラデーションオーバーレイ - 矢印より下のレイヤー */
        .gradient-overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            pointer-events: none;
            z-index: 5;
        }

        .gradient-left {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 30%;
            background: linear-gradient(to right, #350c0b 0%, rgba(53, 12, 11, 0.8) 50%, transparent 100%);
            z-index: 5;
        }

        .gradient-right {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 30%;
            background: linear-gradient(to left, #350c0b 0%, rgba(53, 12, 11, 0.8) 50%, transparent 100%);
            z-index: 5;
        }

        /* 画面幅に応じてグラデーション幅を調整 */
        @media (max-width: 1200px) {
            .gradient-left,
            .gradient-right {
                width: 25%;
            }
        }

        @media (max-width: 768px) {
            .gradient-left,
            .gradient-right {
                width: 20%;
            }
        }

        @media (max-width: 480px) {
            .gradient-left,
            .gradient-right {
                width: 15%;
            }
        }

        /* ナビゲーション矢印 */
        .swiper-button-prev,
        .swiper-button-next {
            width: 60px;
            height: 60px;
            background-color: transparent;
            z-index: 15;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .swiper-button-prev {
            left: 20px;
            z-index: 5;
        }

        .swiper-button-next {
            right: 20px;
            z-index: 5;
        }

        .swiper-button-prev::after,
        .swiper-button-next::after {
            content: '';
            position: relative;
            width: 0;
            height: 0;
        }

        /* 左矢印 */
        .swiper-button-prev::after {
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 25px solid #d9d1d1;
            animation: bounce-left 1.5s ease-in-out infinite;
        }

        /* 右矢印 */
        .swiper-button-next::after {
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 25px solid #d9d1d1;
            animation: bounce-right 1.5s ease-in-out infinite;
        }

        /* 左矢印のアニメーション（左方向に小さく揺れる） */
        @keyframes bounce-left {
            0%, 100% {
                transform: translateX(0);
            }
            25% {
                transform: translateX(-5px);
            }
            50% {
                transform: translateX(0);
            }
            75% {
                transform: translateX(-5px);
            }
        }

        /* 右矢印のアニメーション（右方向に小さく揺れる） */
        @keyframes bounce-right {
            0%, 100% {
                transform: translateX(0);
            }
            25% {
                transform: translateX(5px);
            }
            50% {
                transform: translateX(0);
            }
            75% {
                transform: translateX(5px);
            }
        }

        .swiper-button-prev:hover::after,
        .swiper-button-next:hover::after {
            opacity: 0.8;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .swiper-button-prev,
            .swiper-button-next {
                width: 50px;
                height: 50px;
            }

            .swiper-button-prev {
                left: 10px;
            }

            .swiper-button-next {
                right: 10px;
            }

            .swiper-button-prev::after {
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-right: 20px solid #d9d1d1;
            }

            .swiper-button-next::after {
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 20px solid #d9d1d1;
            }
        }



 .swiper-slide-active img {
    animation: swiperimganm 0.8s ease-in-out;
  }

  @keyframes swiperimganm {
    0% {
      scale:0.95;
    }
    100% {
      scale:1;
    }
  }


 .swiper-slide-prev img {
    scale:0.95;
  }

 .swiper-slide-next img {
    scale:0.95;
  }

.swiper-slide img{
  border-top:1px solid rgba(255, 255, 255, 0.2);
  border-left:1px solid rgba(255, 255, 255, 0.2);
  border-right:1px solid rgba(35, 13, 11, 0.7);
  border-bottom:1px solid rgba(35, 13, 11, 0.7);
}


.place_wrap{
  position: relative;
  width: 100%;
  height: auto;
  padding:80px 58px;
  background-color:#350c0b;
  overflow:hidden;
}

@media screen and (max-width: 768px){
  .place_wrap{
    padding: 10vw 36px;
  }
}

@media screen and (max-width: 450px){
  .place_wrap{
    padding: 42px 26px;
  }
}

.place_wrap_back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;

  inset: 0;
  transform: translate3d(0,0,0);
  will-change: transform;

  background-image:url(../img/g12.jpg);
  background-position:top center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity: 0.3;
}

 .place_width{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.place_top{
  display: inline-block;
  position: relative;
  padding: 10px 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  letter-spacing:0.6em;
  background-color:rgba(35, 13, 11, 0.3);
  border-radius: 16px 16px 0 0;
}

@media screen and (min-width: 1024px){
  .place_top{
    display: inline-block;
    position: relative;
    padding: 12px 22px;
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    letter-spacing:0.6em;
    background-color:rgba(35, 13, 11, 0.3);
    border-radius: 20px 20px 0 0;
  }
}


@media screen and (max-width: 768px){
  .place_top{
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.6vw;
    line-height: 1em;
    letter-spacing:0.6em;
    background-color:rgba(35, 13, 11, 0.3);
    border-radius: 16px 16px 0 0;
  }
}

.place{
  position: relative;
  display: inline-flex;
  gap:8px;
  margin: 0 auto;
  padding: 10px;
  background-color:rgba(35, 13, 11, 0.3);
  border-radius:120px;
}

.place_inner{
  position: relative;
  padding: 16px 26px;
  font-size:18px;
  text-align: center;
  line-height: 1em;
  letter-spacing:0.15em;
  background-color:#350c0b;
  border-radius:120px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
}

@media screen and (max-width: 768px){
  .place_inner{
    position: relative;
    padding: 12px 22px;
    font-size:2.4vw;
    text-align: center;
    line-height: 1em;
    letter-spacing:0.15em;
    background-color:#350c0b;
    border-radius:120px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
  }
}

@media screen and (min-width: 1024px){
  .place_inner{
    display: inline-block;
    margin: 8px 8px;
    padding: 20px 32px;
    font-size:20px;
    text-align: center;
    line-height: 1em;
    letter-spacing:0.15em;
    background-color:#350c0b;
    border-radius:120px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}


.fade_off, .fade_off_3{
  transform :translateY(26px);
  opacity: 0;
  transition: all 0.5s;
}

.fade_active{
  transform :translateY(0px);
  opacity: 1;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ACCORDION
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

    .accordion {
      overflow: hidden;
    }


    .accordion-header {
      padding: 26px;
      padding-top: 26px;
      font-size:10px;
      line-height: 1em;
      cursor: pointer;
      position: relative;
      user-select: none;
      transition: background-color 0.3s;
    }

  .h_top_add {
    animation: acc_top 0.8s ease-in-out;
  }

  @keyframes acc_top {
    0% {
      padding-top: 26px;
    }

    100% {
      padding-top: 42px;
    }
  }


  @media screen and (max-width: 450px){
    .accordion-header{
      font-size:  10px;
      padding: 26px;
    }
  }


  @media screen and (min-width: 1440px){
    .accordion-header{
      font-size:  10px;
      padding: 32px;
    }
  }

  .m_img{
    width: auto;
    height: 22px;
  }

  @media screen and (min-width: 1440px){
    .m_img{
      width: auto;
      height: 26px;
    }
  }

    .ac1{ 
      background-color: #350c0b;
    }
    .ac2{ 
      background-color: #230d0c;
    }

    .ac3{
      background-color:#000;
      color: #fff;
    }

    .accordion-button {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 1em;
      font-weight: bold;
      color: #333;
      transition: transform 0.3s;
    }

    .accordion-content {
      position: relative;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
    }

    .accordion-content-inner {
      position: relative;
      margin: 0 auto;
      padding: 0px;
      text-align: center;

    }




  @media screen and (max-width: 450px){
      .accordion-content-inner {
        padding: 0px;
/*        padding-top: 20px;*/
      }
  }

    .accordion.active .accordion-content {
      max-height: 5000px;
    }

    .accordion.active .accordion-button::before {
      color: #fff;
      content: '−';
    }

    .accordion-button::before {
      color: #fff;
      content: '+';
    }


.cast_table{
  margin: 0 auto;
  text-align: left;
}

.tdc{
    padding-right: 16px;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
CHARA
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.chara_wrap{
  position: relative;
  width: 100%;
}

 .chara_width{
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 0px 58px;
  padding-bottom: 68px;
  margin: 0 auto;
}

@media screen and (max-width: 450px){
  .chara_width{
    padding: 0 26px;
    padding-bottom: 58px;
  }
}

/*
@media screen and (min-width: 1024px){
  .chara_width{
    width: 85%;
    max-width: 1200px;
  }
}*/


.chara_flex{
  position: relative;
  width: 100%;
  margin: 68px 0 42px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 450px){
  .chara_flex{
    margin-top: 12vw;
    display: block;
    width: 100%;
  }
}

.chara_flex_top{
  margin-top: 16px;
}

@media screen and (max-width: 450px){
  .chara_flex_top{
    margin-top: 0;
    margin-bottom: 7vw;
  }
}


.chara_flex_bottom{
  margin-bottom: 0px;
}

.chara_section_l{
  display: inline-block;
  position: relative;
  width: 42%;
  
}

@media screen and (max-width: 450px){
  .chara_section_l{
    display: block;
    width: 100%;
  }
}

.chara_section_r{
  display: inline-block;
  position: relative;
  width: 54%;
  
}

@media screen and (max-width: 450px){
  .chara_section_r{
    width: 100%;
  }
}


.chara_profile{
  position: relative;
  width: 100%;
  height: auto;
}


.chara_section_tate{
  position: relative;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: column;
}

@media screen and (max-width: 450px){
  .chara_section_tate{
    display: block;
    width: 100%;
  }
}

.chara_section_ue{
  position: relative;
  height: 86%;
  margin: 0 auto;
}

@media screen and (max-width: 450px){
  .chara_section_ue{
    width: 50%;
    height: auto;
  }
}

.chara_section_shita{
  position: relative;
  height: 13%;
  margin: 0 auto;
}

@media screen and (max-width: 450px){
  .chara_section_shita{
    width: 62%;
    margin-top: 4vw;
    height: auto;
  }
}



.chara_name{
  position: absolute;
  width: 58%;
  bottom:0;
  left: 0;
  display: inline-block;
  font-size:1vw;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
}


.name_img{
  width: 100%;
  height: auto;
}

.img_skew{
  display:block;
  width:100%;
  height:auto;
  transform: skewX(0deg) translateX(0px);
  transition: transform .65s ease-in-out;
/*  transform-origin: bottom;*/
}

/* 発火：右方向に傾ける（平行四辺形っぽい歪み） */
.img_skew.skew_right{
  transform: skewX(-12deg) translateX(6px);
}

/* 発火：左方向に弱く傾ける */
.img_skew.skew_left{
  transform: skewX(6deg) translateX(0px);
}


.fade_scale{
  scale:0.7;
  transition: all .4s ease-in-out;
}

.scale_active{
  scale:1;
}



.fade_slide{
  opacity: 0;
  transform:translateX(-36px);
  transition: all .4s ease-in-out;
}

.slide_active{
  opacity: 1;
  transform:translateX(0px);
  slide:1;
}


@media screen and (max-width: 450px){
  .chara_3{
    width: 100%;
    margin-top: 9vw;
    height: auto;
  }
}




/* 手書き風 */
.chara_fuchi {
   padding: 20px 26px;   /* 内側余白 */
   border-radius: 30px 60px / 60px 40px;  /* 角をランダムに丸めて手書き風に */
   border: solid 3px #d9d1d1;   /* 太めの枠線（8px、色: #d9d1d1） */
   max-width: 800px; /* 最大幅 */
   background-color:rgba(35, 13, 18, 0.7);

}

/* ボックス内の段落 */
.chara_fuchi p { margin:0; }


@media screen and (max-width: 450px){
  .chara_fuchi {
    font-size:3.2vw;
    line-height: 1.6em;
  }
}

.chara_fuchi_sub{
  margin-top: 0;
}


.chara_section_mari{
  position: relative;
  width: 61%;
  text-align: left;
}


@media screen and (max-width: 450px){
  .chara_section_mari{
    width: 100%;
  }
}

.mari_wrap {
  position: relative; /* ::after の基準点 */
  display: inline-block;
}

.mari_wrap img {
  display: block;
}

.chara_mari_2{
  position: absolute;
  top: -16px;
  right: 0px;
  width: 40%;
  height: auto;
}


@media screen and (max-width: 450px){
  .chara_mari_2{
    top: -6vw;
    width: 44%;
    height: auto;
  }
}


@media screen and (max-width: 800px) {
  .chara_mari_2{
    top: -2vw;
  }
}


.mari_space{
  aspect-ratio: 20 / 1;
}

.ongr_space{
  aspect-ratio: 10 / 1;
}

.mari_space_2{
  aspect-ratio: 10 / 1;
}

.ongr_space_2{
  aspect-ratio: 6 / 1;
}


@media screen and (max-width: 450px){
  .obgr_space{
    aspect-ratio: 20 / 1;
  }

  .ongr_space_2{
    aspect-ratio: 10 / 1;
  }
}

/*.name_mari{
  margin-top: 14px;
}
*/

.chara_section_ongr{
  width: 35%;
  text-align: center;
}

@media screen and (max-width: 450px){
  .chara_section_ongr{
    margin-top: 12vw;
    width: 100%;
    text-align: center;
  }
}

.chara_section_ongr img{
  width: auto;
  height: auto;
  margin: 0 auto;
}


  .ongr_sp{
    display: none;
  }
  .ongr_pc{
    display: block;
  }

@media screen and (max-width:450px) {
  .ongr_sp{
    display: block;
  }
  .ongr_pc{
    display: none;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
MOVIE
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.movie_wrap{
  position: relative;
  width: 100%;
  padding-bottom: 68px;
}

@media screen and (max-width:1024px){
  .movie_wrap{
    padding-bottom: 6vw;
  }
}

@media screen and (max-width:450px){
  .movie_wrap{
    padding-bottom: 7.5vw;
  }
}

.movie_width{
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 58px;
}


@media screen and (max-width:1024px){
  .movie_width{
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width:450px){
  .movie_width{
    padding: 0 26px;
  }
}

/*.deco_movie{
  margin-top: 68px;
  width: 58px;
  height: auto;
}

@media screen and (max-width: 450px){
    .deco_movie{
      margin-top: 50px;
      width: 50px;
      height: auto;
    }
}

@media screen and (max-width: 450px){
    .deco_movie{
      margin-top: 50px;
      width: 50px;
      height: auto;
    }
}
*/


.movie_yt_wrap{
  position: relative;
  margin-top: 36px;
  box-sizing:border-box;
  border-radius:8px;
  overflow:hidden;
}

.movie_mt{
  margin-top: 26px;
}

.movie_yt_wrap::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

@media screen and (max-width:450px){
  .movie_yt_wrap{
    margin-top: 26px;
  }
  .movie_mt{
    margin-top: 16px;
  }
}


.movie_yt_inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.movie_yt_inner iframe{
  width: 100%;
  height: 100%;
}

.yt_thumb{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform:translateX(0) translateY(-50%);
}

.yt_play_box{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform:translateX(-50%) translateY(-50%);
  transition: all .3s ease;
  cursor: pointer;
}

.yt_button{
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform:translateX(-50%) translateY(-50%);
  background-color:#fff;
  border-radius:100px;
  opacity: 0.7;
}

.yt_play {
  width: 0;
  height: 0;
  border-left: 20px solid #350c0b;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}

.yt_play_box:hover{
  transform:translateX(-50%) translateY(-50%) scale(1.16);
}

.youtube{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width:768px;
  height: auto;
  transform:translateX(-50%) translateY(-50%);
}


.youtube::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.yt_modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.yt_modal_click{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.youtube::after{
  content:url(../img/close.svg);
  display: block;
  position: absolute;
  top: -50px;
  right: 0px;
  width: 36px;
  height: 36px;
  pointer-events: none;
}

@media screen and (max-width: 768px){
  .youtube::after{
    margin-right: 16px;
  }
}

@media screen and (max-width: 450px){
  .youtube::after{
    top: -36px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
CAST
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.cast_wrap{
  position: relative;
  width: 100%;
  padding-bottom: 94px;
}

@media screen and (max-width:768px){
  .cast_wrap{
    padding-bottom: 12vw;
  }
}

.cast_width{
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 58px;
}


@media screen and (max-width:450px){
  .cast_width{
    padding: 0 36px;
  }
}

.cast_box{
  margin-bottom: 36px;
}

.cast_l{
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  font-size:16px;
  font-weight: 700;
  line-height: 1em;
  background: linear-gradient(to right, transparent 0%, rgba(53, 12, 11, 1) 20%, rgba(53, 12, 11, 1) 80%, transparent 100%);
}

.cv_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:0px;
}

.cv_section{
  display: inline-block;
  text-align: left;
}

.studio_logo{
  margin-top: 50px;
  width: 50%;
  max-width:300px;
}

@media screen and (max-width: 450px) {
  .studio_logo{
    margin-top: 12vw;
    width: 50%;
    max-width:300px;
  }
}

.cast_flex{
  margin: 0;
  width: 100%;
  display: flex;
  gap:10px;
}

.cast_flex_2{
  width: 100%;
  display: block;
  gap:0;
}

@media screen and (max-width: 500px) {
  .cast_flex_2{
    width: 100%;
    display: flex;
    gap:10px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 500px) {
  
  .cast_flex{
    display: block;
    margin: 26px 0;
    padding: 0;
  }
}

.cast_section{
  flex: 1;
  min-width: 0;
}

.textleft{
  text-align: left;
}

.cast_last{
  margin-top: 36px;
}

@media screen and (max-width:450px){
  .cast_last{
    margin-top: 36px;
    padding: 0 36px;
  }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
FOOTER
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.ft{
  position: relative;
  width: 100%;
  height: 34vw;
  min-height: 200px;
  max-height: 410px;
  background-image:url(../img/ft.png);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}


@media screen and ((max-width: 450px) and (min-aspect-ratio: 1/1.5)){

  .ft{
    background-size:cover;
  }
}

@media screen and ((max-width: 450px) and (max-aspect-ratio: 1/1.5)){

  .ft{
    
    background-size:152% auto;
  }


}

.play_wrap{
  display: block;
  position: fixed;
  bottom: 36px;
  left: 36px;
  z-index: 1000;
}

@media screen and (max-width: 768px){
  .play_wrap{
    bottom: 26px;
    left: 26px;
  }
}




    .audio-button {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #350c0b;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s, transform 0.1s;
      box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
      touch-action: manipulation;
    }

    .audio-button:hover {
      background-color: #350c0b;
      transform: scale(1.05);
    }

    .audio-button:active {
      transform: scale(0.95);
    }

    .play-icon {
      width: 0;
      height: 0;
      border-left: 20px solid white;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      margin-left: 5px;
    }

    .stop-icon {
      width: 20px;
      height: 20px;
      background-color: white;
      display: none;
    }

    .audio-button.playing .play-icon {
      display: none;
    }

    .audio-button.playing .stop-icon {
      display: block;
    }

    .audio-button.playing {
      background-color: #350c0b;
    }

    .audio-button.playing:hover {
      background-color: #350c0b;
    }


@media screen and (max-width: 1024px){

    .audio-button {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background-color: #350c0b;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s, transform 0.1s;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .audio-button:hover {
      background-color: #350c0b;
      transform: scale(1.05);
    }

    .audio-button:active {
      transform: scale(0.95);
    }

    .play-icon {
      width: 0;
      height: 0;
      border-left: 16px solid white;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      margin-left: 5px;
    }

    .stop-icon {
      width: 16px;
      height: 16px;
      background-color: white;
      display: none;
    }

}

.audio-button,
.audio-button * {
  pointer-events: none;
}

.audio-button {
  pointer-events: auto !important;
}



/*.lineimg{
  position: fixed;
  top: 0%;
  left: 50%;
  width: 62%;
  height: 100%;
  transform:translateX(-50%) translateY(0%);

  background-image:url(../img/lineimg.png);
  background-position: center top;
  background-attachment: fixed;
  background-size:contain;
}
*/

