@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角語Pro W3', 'メイリオ', 'Meiryo','MSPゴシック','sans-serif';
    
    text-align:left;
    color:#000;

}







p span{
    background: linear-gradient(transparent 50%,#fff059 50%);
    font-weight: 900;
}
h3 span{
    background: linear-gradient(transparent 50%,#fff059 50%);
}
strong{
    color:#6d00a5;
}

.cite{
  color: #696969;
  font-size: xx-small;
  text-align: right;
  text-align: center;
  
  
 
}



.br-sp{
    display: block;
}
.br-pc{
    display: none;
}


@media screen and (min-width:750px){
    .br-sp{
        display: none;
    }
    .br-pc{
        display: block;
    }
}





img.btn_animate01 {
    margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin:center;
    cursor: pointer;
    }
    @keyframes fuwafuwa {
    from {transform: scale(0.9,0.9);}
    to {transform: scale(1,1);}
    }


  
  .active{
    opacity: 1;
    visibility: visible;
   

  }
   

  
   /* 背景設定 */
  
  
  body{
       background-image: linear-gradient(346deg, #93bcfb 1%, #b400ff);
      background-size: contain;
      
      
      color: #333333;
      background-attachment: fixed;
      z-index: 1;
      font-family: 'Noto Sans JP', sans-serif;
      transition: .7s;
      
  }


   /* ナビ */


.nav_wrapper{
    position: fixed;
    z-index: 5;
    width: 130%;
    top: 40%;
    transform: translateY(-50%);
    
      .nav_fv{
      width:380px;
      position:absolute;
      top:50%;
      transform: translateY(-30%);
       right: calc((100% - 20px) / 3);
        z-index: 5;

    }
    @media screen and (max-width:1200px){
      display: none;
       
    }
}



	

/* コンテンツ */


.article{
    max-width: 500px;
    margin-left: 15%;
    margin-right:0;
    position: relative;
    @media screen and (max-width:768px){
        max-width: none;
        width: 100%;
        margin-left:0;
    }
    .section{
        padding: 20px;
        height: 1000px;
    }
}


		





/*--------- FV -----------*/



.fv{
  
   
   text-align: center;
   position: relative;

  
    
    
}


/*---------------- 矢印 ---------*/

.arrow img{
  position: absolute;
  
  width:30%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.arrow2 img{
  position: absolute;
  
  width:60%;
  right: 0;
  left: 0;
  margin: 0 auto;
}


/* アニメーションの設定：上下にふわふわと浮遊する動き */
@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);/* 中間点：上10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}

/* アニメーション対象の要素 */
.arrow img,.arrow2 img{
    animation: floatAnimation 2s infinite ease-in-out; /* 2秒周期でふわふわ移動 */
}


.top .arrow{
  padding:50px;
  
}




.top{
  background-image: url(..//images/mov-bg.webp);
  background-size: cover;
  padding:20px;
  text-align: center;
}

.top p{
  font-size: 0.58rem;
  line-height:1.5;
  text-align: center;
  padding:10px 0;

}

/* top video */

.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* 再生ボタン */
.saisei-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  background: rgba(240, 217, 248, 0.4)!important;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
  
  cursor: pointer;
  line-height: 1;
  animation: pulse 1.6s infinite;
  opacity: 0.4;
}
.saisei-btn img{
  opacity: 0.9;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}

/* 非表示 */
.play-btn.hidden {
  display: none;
}

.nextBtn.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.hidden {
  display: none;
}







.step-list{
  background-image: url(..//images/step-bg.webp);
  background-size: cover;
  padding:20px;
}

.step-list .title{
  padding:40px 40px 30px;

}


.step1{
  position: relative;
}
.mov-btn{
  position: absolute;
  width: 50%;
  bottom: 19%;
  right: 10px;
  box-shadow: 2px 2px 3px 3px rgba(255, 255, 255, 0.3);
}

.poyon img {
  animation: poyon 2.8s infinite;
}

.poyon-btn img {
  animation: poyon 2.8s infinite;
}

@keyframes poyon {
  0%, 75% { transform: scale(1); }
  85%    { transform: scale(1.04, 0.98); }
  95%    { transform: scale(0.99, 1.02); }
  100%   { transform: scale(1); }
}

.tokuten-btn{
  position: absolute;
  width: 57%;
  bottom: 15%;
  right: 10px;

}

.step, .step1{
  padding:8px 0;
}



.session .content{
  padding:30px 20px 70px;
  background-image: url(..//images/session-bg.webp);
}

.session .col{
  background-color: #fff;
  box-shadow: 4px 4px 10px rgb(205, 205, 205);
 
}

.session p{
  padding:20px 0;
}

.session .text{
  padding:20px;
}

.session .col{
  margin: 30px 0;
}
















/* chance */

.chance-box{
  background-image: url(..//images/chance-under-bg.webp);
  background-size: cover;
}


.chance-txt{
  padding:20px;
}

.item img{
  object-fit: contain;
  display: block;
  height:200px;
  
  width: 100%;}


/* speaker */

.speaker{
  background-image: url(..//images/cast-bg.webp);
  background-size: cover;
  padding:50px 30px;
}

.speaker .title{
  padding-bottom: 30px;
}


/* voice */

.voice{
  background-image: url(..//images/voice-bg.webp);
  background-size: cover;
  padding:20px 20px 100px;
}

.voice .title{
  padding:50px 10px 0px;
}
.voice .name{
  padding:60px 0 20px 0;
}




/* vimeo */

.video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}


/* topic */

.topic{
  background-image: url(..//images/topic-bg.webp);
  background-size: cover;
  padding:40px 15px 70px;
}



/* yoko */
.yoko{
  background-image: url(..//images/yoko-bg.jpg);
  background-size: cover;
  padding:40px 30px 70px;
}

.yoko .title{
  padding-bottom: 30px;
}










/*------------ faq --------*/

.faq{
  padding:40px 10px 60px;
  background-color: #fff;
}
.faq .title{
  width:30%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 50px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #4f1ca7;
}
.qa-list dl:first-child {
    border-top: 1px solid #4f1ca7;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #696969;
    border-right: 2px solid #696969;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    font-weight: bold;
    font-size: 18px;
    color:#2d2d2d;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color:#4f1ca7;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #333;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (min-width:750px) {
    
.qa-list dl {
    max-width: 800px;
    position: relative;
    padding: 20px 40px 20px 10px;
    text-align: center;
    margin: 0 auto;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}


/* tokuten */
.tokuten{
  background-image: url(..//images/tokuten-bg.webp);
  background-size: cover;
  padding:100px 0;

}

.present-txt{
  padding: 30px 30px;
}



.tokuten p{
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  padding:30px 0 3px;
}
  

 

.tokuten .btn_animate01{
  padding:100px 10px 0px;
}











  .privacy{
    text-align: center;
    padding:30px;
    background-color: #fff;

}
.privacy a{
    color:#696969;
    font-size: 13px;
    
    text-decoration: none;
}

