/**
 * 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: #fff;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.06em;
    margin: 0;
    font-family: "Noto Serif JP", serif;
    font-weight:500;
    text-align: center;
    height: 100%;
  }

@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;
}

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


.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: 1000;
}

.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{
  width: 100%;
  height: 100vh;
  background-color: #cf413b;
  background-image:url(../img/main.jpg);
  background-position:center;
  background-size:100% auto;
  background-repeat:no-repeat;
}

@media screen and (max-width: 450px){
  .top_wrap{
    height: 100vh;

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

/*.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%;
}
*/

.top_width{
  position: relative;
  height: 100%;
}

.top_logo{
  display: none;
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 40%;
  max-width:650px;
  height: auto;
  transform:translateX(-50%) translateY(-10%);
  filter: drop-shadow(5px 5px 26px rgb(0, 0, 0, 0.5));


  animation-name: logo_move;
  animation-timing-function: ease-in-out;
  animation-duration: 1.2s;
}

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

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 768px){
  .top_logo{
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 62%;
    max-width: 350px;
    height: auto;
    transform:translateX(-50%) translateY(0%);
  }
}


.prr_wrap{
  position: relative;
  width: 100%;
  height: 100vh;
  background-color:#000;
  overflow:hidden;
}

.prr_wrap_inner{
  width: 100%;
  height: 100%;
  background-image:url(../img/lineimg.png);
  background-position: center center;
  background-repeat:no-repeat;
  background-size:auto 138%;

}



@media screen and (max-width: 768px){
  .prr_wrap{
    height: 50vh;
    min-height: 500px;
  }
}

/*@media screen and (max-width: 768px){
  .prr_wrap_inner{
    background-size:auto 100%;
  }
}*/
@media screen and (max-width: 450px){
  .prr_wrap_inner{
    background-size:auto 100%;
  }
}

 .prr_wrap_inner.fade {
    animation: fadeTransition 0.8s ease-in-out;
  }

  @keyframes fadeTransition {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.info_top{
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  padding: 0 26px;
  transform:translateX(-50%);
}

.text{
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #fff;
}


@media screen and (max-width: 450px){
  .text{
    font-size: 3vw;
    line-height: 1.8em;
  }
}

.date{
  margin: 0 auto;
  width: 62%;
  max-width:800px;
}

@media screen and (max-width: 450px){
  .date{
    width: 90%;

  }

}

.left{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 85%;
  background-image:url(../img/left.png);
  background-position:center bottom;
  background-size:contain;
}

.right{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 85%;
  background-image:url(../img/right.png);
  background-position:center bottom;
  background-size:contain;
}


@media screen and (max-width: 768px){
  .left, .right{
    display: none;
  }
}

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


.light_wrap{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width:1440px;
  transform:translateX(-50%);
}

.left_l, .right_l{
  position: absolute;
  bottom: 0;
  width: 12%;
  max-width:178px;
  height: auto;
}

.left_l{
  left: 5%;
}
.right_l{
  right: 5%;
}

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

    .accordion {
      overflow: hidden;
    }


    .accordion-header {
      padding: 26px;
      font-size:22px;
      cursor: pointer;
      position: relative;
      user-select: none;
      transition: background-color 0.3s;
    }

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


/*    .accordion-header:hover {
      background-color: #300f0d;
    }
*/
    .ac1{ 
      background-color: #571311;
    }
    .ac2{ 
      background-color: #351312;
    }

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

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

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

    .accordion-content-inner {
      max-width:1000px;
      margin: 0 auto;
      padding: 68px 36px;
      padding-top: 26px;
      text-align: center;
    }


  @media screen and (max-width: 450px){
      .accordion-content-inner {
        padding: 42px 26px;
        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;
}

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




.cmt_wrap{
  width: 100%;
}

.cmt_width{
  width: 100%;
  max-width:1000px;
  margin: 0 auto;
  padding: 68px 36px;
  text-align: center;
}

.cmtimg{
  width: 38%;
  max-width:110px;
  margin: 26px auto;
  margin-top: 0;
  border-radius:200px;
  overflow:hidden;
}

.cmtimg img{
  width: 100%;
  height: auto;
}

.cmt{
  font-size:14px;
}


.play_wrap{
  display: block;
  position: fixed;
  top: 36px;
  left: 36px;
}


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

/*@media screen and (max-width: 1280px){
  .play_wrap{
    display: none;
  }
}*/


    .audio-button {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #571311;
      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);
      touch-action: manipulation;
    }

    .audio-button:hover {
      background-color: #4571311;
      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: #571311;
    }

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


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

    .audio-button {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background-color: #571311;
      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: #4571311;
      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;
}
*/

