html {
  font-size: 16px;
}

body {
  margin: 0;
  background: #44C0F0;
}

div,p,h1,h2,h3,h4,h5,h6,ul,li,img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
h2 {
  font-size: 2rem;
  font-weight: bold;
}
h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

img {
max-width: 100%;
}

header {
background: #F9E055;
display: flex;
align-items: end;
}
.header-bg {
width: 100%;
max-width: 1458px;
/* height: 100%; */
position: relative;
margin: 0 auto;
display: flex;
justify-content: center;
}

.header-bg img {
position: absolute;
width: 100%;
height: 100%;
aspect-ratio: 650/411;
object-fit: contain;
object-position: center bottom;
bottom: 0;
z-index: 1;
}

.header-bg .title.aos-animate {
opacity: 0;
z-index: 2;
animation: curtainOpen 1.6s cubic-bezier(.77,0,.18,1) 0.5s forwards;
}

@keyframes curtainOpen {
0% {
  opacity: 0;
  clip-path: inset(0 50% 0 50%);
}
30% {
  opacity: 1;
  clip-path: inset(0 50% 0 50%);
}
100% {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
}

.header-bg .title.sp {
display: none;
}

.header-bg .title.sp img {
aspect-ratio: 1458 / 2102;
}

.header-bg .title.pc {
display: block;
}

body.loading {
overflow: hidden;
height: 100vh;
}

div.loading {
background: #F9E055;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
z-index: 1000;
}

div.loading img {
width: 100px;
height: auto;
animation: floating 2s ease-in-out infinite;
}

@keyframes floating {
0% { transform: translateY(0); }
50% { transform: translateY(-24px); }
100% { transform: translateY(0); }
}

.main {
background: #44C0F0;
}

.container {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}

.message {
padding: 150px 0 350px 0;
background-image:url(../images/message-back@2x.png);
background-position:bottom center;
background-repeat:no-repeat;
background-size: cover;
text-align: center;
}

.message img{
margin: 0px auto 0 auto;
}

.message img.pc{
  display: block;
}

.message img.sp{
  display: none;
}

.heartrate {
padding-top: 30px;
}

.heartrate h1 {
max-width: 650px;
height: 411px;
margin: 30px auto;
position: relative;
display: flex;
justify-content: center;
}

.heartrate h1 img {
position: absolute;
width: 100%;
height: 100%;
}

.title.curtain-open-left.aos-animate {
opacity: 0;
z-index: 2;
animation: curtainOpenLeft 1.6s cubic-bezier(.77,0,.18,1) 0.5s forwards;
}

@keyframes curtainOpenLeft {
0% {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
30% {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
}
100% {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
}

.heartrate .text1 {
max-width: 584px;
height: auto;
aspect-ratio: 584 / 154;
margin: 0 auto;
}

.heartrate .text1 img {
height: 100%;
}

.heartrate .graph {
max-width: 800px;
margin: 80px auto;
}

.heartrate .graph.pc {
display: block;
}

.heartrate .graph.sp {
display: none;
}

.heartrate .text2 {
max-width: 724px;
margin: 0 auto;
}

.experience h2 {
max-width: 1050px;
height: auto;
margin: 200px auto 0px;
position: relative;
aspect-ratio: 205 / 184;
}

.experience h2 img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: contain;
}

.experience h3[class*="title"] {
max-width: 898px;
}

.experience .title1 {
margin: 120px auto 40px;
}

.experience .title2 {
margin: 200px auto 40px;
}

.experience .title3 {
margin: 200px auto 60px;
}

.experience .video-player {
max-width: 655px;
height: auto;
aspect-ratio: 640 / 368;
margin: 10px auto;
border-radius: 20px;
border: 5px solid #fff;
}

.experience .graph1,
.experience .graph2 {
max-width: 800px;
margin: 80px auto;
}

.experience .text-group {
position: relative;
max-width: 1309px;
margin: 0 auto 100px;
}

.experience .text-group [class*="text"] {
line-height: 0;
}

.experience .text-group .text1 {
max-width: 467px;
}

.experience .text-group .text2 {
max-width: 800px;
right: 0;
}

.experience .text-group .text3 {
  max-width: 802px;
  left: 62px;
  bottom: 95px;
}

.experience .text-group .text3 .sp{
  display: none;
}

.experience .text-group .text4 {
max-width: 337px;
left: 153px;
bottom: 214px;
}

.experience .text-group .text5 {
max-width: 337px;
right: 72px;
bottom: 0
}

.dolphin{
height: 1614px;
background: url(../images/dolphin-back.png) no-repeat center;
background-size: 2700px;
}

.turtle{
height: 2307px;
background: url(../images/turtle-back.svg) no-repeat center;
background-size: 5000px;
}

.experience-box{
width: 1040px;
margin: auto;
text-align: center;
}

.dolphin .experience-box{
  padding-top: 150px;
}

.turtle .experience-box{
  padding-top: 570px;
}

.dolphin-heart-rate{
  margin: 20px auto 0 auto;
}

.dolphin-heart-rate img{
  margin: 0 0 0 100px;
}

.dolphin-heart-rate img.sp{
  display: none;
}

.dolphin-box{
  position: relative;
  width: 1040px;
  margin: 40px auto 0 auto;
}

.dolphin-box img{
  display: block;
  position: absolute;
}

.dolphin-animal{
  margin: 24px 0 0 19px;
}

.dolphin-text{
  margin: 413px 0 0 45px;
}

.dolphin-text.curtain-open-left.aos-animate {
opacity: 0;
animation: curtainOpenLeft 1.6s cubic-bezier(.77,0,.18,1) 0.5s forwards;
}

.dolphin-graph{
  margin: 0 0 0 493px;
}

.dolphin-fukidashi{
  margin: 536px 0 0 473px;
}

.turtle-heart-rate{
  margin: 20px auto 0 auto;
}

.turtle-heart-rate img{
  margin: 0 0 0 98px;
}

.turtle-heart-rate img.sp{
  display: none;
}

.turtle-box{
  position: relative;
  width: 1040px;
  margin: 60px auto 0 auto;
}

.turtle-box img{
  display: block;
  position: absolute;
}

.turtle-animal{
  margin: 30px 0 0 15px;
}

.turtle-text{
  margin: 365px 0 0 24px;
}

.turtle-text.curtain-open-left.aos-animate {
opacity: 0;
animation: curtainOpenLeft 1.6s cubic-bezier(.77,0,.18,1) 0.5s forwards;
}

.turtle-graph{
  margin: 0px 0 0 453px;
}

.turtle-fukidashi{
  margin: 540px 0 0 499px;
}

.movie-btn{
position: absolute;
display: flex;
align-items: center;
justify-content: space-between;
}

.dolphin .movie-btn{
width: 348px;
margin: 411px 0 0 547px;
}

.turtle .movie-btn{
width: 490px;
margin: 400px 0 0 508px;
}

.movie-btn li{
list-style: none;
padding: 0 10px;
}

.movie-btn img{
  position: relative;
  cursor: pointer;
}

button {
background: none;
border: none;
padding: 0;
margin: 0;
outline: none;
box-shadow: none;
cursor: pointer;
}

.quiz {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}


.quiz-video,
.quiz-quiz,
.quiz-commentary {
position: relative;
width: 1116px;
height: 636px;
flex-direction: column;
align-items: center;
justify-content: center;
display: none;
pointer-events: none;
}

.quiz-video {
background: url(../images/quiz-frame1.png) no-repeat center;
background-size: contain;
}

.quiz-quiz {
background: url(../images/quiz-frame2.png) no-repeat center;
background-size: contain;
}

.video-player {
width: 585px;
height: auto;
aspect-ratio: 640 / 360;
position: relative;
border-radius: 16px;
overflow: hidden;
margin: 80px auto 0;
}

.video-player video {
object-fit: contain;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.video-player video:fullscreen,
.video-player video:-webkit-full-screen {
width: 100vw;
height: 100vh;
background: #000;
}

.video-player .controls {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
cursor: pointer;
z-index: 100;
}
.video-player.playing .controls {
display: none;
}
.video-player .controls img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.video-player video {
width: 100%;
height: 100%;
}
.quiz-result {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
display: none;
opacity: 1;
transition: opacity 0.5s;
}
.quiz-result.fade-out {
opacity: 0;
}
.quiz-result .icon {
width: 240px;
height: 240px;
}
.quiz-result .icon.correct {
background: url(../images/quiz-result-correct.png) no-repeat center;
background-size: contain;

}

.quiz-result .icon.incorrect {
background: url(../images/quiz-result-incorrect.png) no-repeat center;
background-size: contain;
}

.quiz-answer {
width: 334px;
height: 160px;
}

.quiz-answer.answer1 {
background: url(../images/quiz-answer1.png) no-repeat center;
background-size: contain;
}

.quiz-answer.answer2 {
background: url(../images/quiz-answer2.png) no-repeat center;
background-size: contain;
}

.quiz-answer.answer1:hover {
background: url(../images/quiz-answer1-on.png) no-repeat center bottom;
background-size: contain;
}

.quiz-answer.answer2:hover {
background: url(../images/quiz-answer2-on.png) no-repeat center bottom;
background-size: contain;
}

.quiz-content {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}

.quiz-commentary {
background: url(../images/quiz-frame3.png) no-repeat center;
background-size: contain;
}

.quiz-back {
position: absolute;
bottom: 70px;
width: 183px;
height: 29px;
}

.quiz-video.active,
.quiz-quiz.active,
.quiz-commentary.active {
display: flex;
z-index: 100;
pointer-events: auto;
}

.closing h2 {
max-width: 882px;
margin: 240px auto 0;
padding-bottom: 90px;
}

.closing2  {
text-align: center;
padding: 0 20px 220px 20px;
}

.closing2 img {
  max-width: 800px;
  width: 100%;
  margin: 0px auto 0;
}

.closing2 img.sp {
  display: none;
}
      
footer {
height: 500px;
background: #44C0F0 url(../images/footer-bg.png) no-repeat center top;
background-size: cover;
background-color: #f9e055;
padding: 53px 110px;
}

footer .link {
display: flex;
height: 194px;
}

footer .link a {
width: 302px;
aspect-ratio: 116 / 97;
}
footer .link a img {
width: 100%;
height: 100%;
object-fit: contain;
}

footer .link ul {
display: flex;
list-style: none;
justify-content: flex-end;
align-items: end;
gap: 5px;
margin: 0;
padding: 0 0 36px 30px;
}

footer .link ul li {
width: 29px;
margin: 0;
padding: 0;
}

footer .copyright {
width: 42%;
display: flex;
flex-direction: column;
align-items: end;
padding-bottom: 36px;
margin-top: -60px;
box-sizing: border-box;
}

footer .copyright img.production-text {
width: 100%;
max-width: 663px; 
height: auto;
margin-bottom: 60px;
object-fit: contain;
}

footer .copyright img.copyright-text {
width: 100%;
max-width: 195px; 
height: auto;
object-fit: contain;
}

/* 動画下の白丸を完全に消す */
.video-player video {
background: transparent !important;
}

@media screen and (max-width: 1320px) {
.message {
height: auto;
padding: 100px 20px 300px 20px;
}
}

@media screen and (max-width: 1200px) {
header img.pc {
  display: none;
}
header img.sp {
  display: block;
  align-items: center;
  margin-top: 20vh;
  width: 90%;
}
}

@media screen and (max-width: 1600px) and (orientation:landscape) {
header img.pc {
  display: block;
}
header img.sp {
  display: none;
}
}

@media screen and (max-width: 1200px) {
  .dolphin{
    height: 1208px;
    background-size: 2076px;
  }
  
  .turtle{
    height: 1495px;
    background-size: 3640px;
  }
  
  .experience-box{
    width: 760px;
  }
  
  .dolphin .experience-box{
      padding-top: 84px;
  }
  
  .turtle .experience-box{
      padding-top: 320px;
  }

  .dolphin-heart-rate{
    margin: 10px auto 0 auto;
  }
  
  .dolphin-heart-rate img{
    width: 593px;
    margin: 0 0 0 73px;
  }
  
  .dolphin-box{
      width: 760px;
      margin: 12px auto 0 auto;
  }
  
  .dolphin-animal{
      margin: 17px 0 0 14px;
      width: 302px;
  }
  
  .dolphin-text{
      margin: 302px 0 0 33px;
      width: 302px;
  }
  
  .dolphin-graph{
      margin: 0 0 0 361px;
      width: 327px;
  }
  
  .dolphin-fukidashi{
      margin: 405px 0 0 349px;
      width: 366px;
  }

  .turtle-heart-rate{
    margin: 10px auto 0 auto;
  }
  
  .turtle-heart-rate img{
    width: 587px;
    margin: 0 0 0 72px;
  }
  
  .turtle-box{
      width: 760px;
      margin: 29px auto 0 auto;
  }
  
  .turtle-animal{
      margin: 31px 0 0 11px;
      width: 351px;
  }
  
  .turtle-text{
      margin: 276px 0 0 17px;
      width: 304px;
  }
  
  .turtle-graph{
      margin: 0px 0 0 323px;
      width: 429px;
  }
  
  .turtle-fukidashi{
      margin: 402px 0 0 366px;
      width: 352px;
  }
  
  .dolphin .movie-btn{
    width: 271px;
    margin: 300px 0 0 394px;
  }
  
  .turtle .movie-btn{
    width: 375px;
    margin: 292px 0 0 356px;
  }
  
  .movie-btn li{
    padding: 0 8px;
  }
  }

  @media screen and (max-width: 769px) {
    .dolphin{
      height: 1450px;
      background-size: cover;
        padding: 0 0 0px 0;
    }
    
    .turtle{
      height: 1600px;
      background-size: 4300px;
      background-position: top -300px center;
      margin-top: -120px;
        padding: 0px 0 0px 0;
    }
    
    .experience-box{
      position: relative;
    }
    
    .dolphin .experience-box{
        padding-top: 60px;
    }
    
    .turtle .experience-box{
        padding-top: 240px;
    }

    .dolphin-heart-rate{
      margin: 10px auto 20px auto;
    }
    
    .dolphin-heart-rate img{
      max-width: 60%;
      margin: 0 auto 0 auto;
    }
    
    .dolphin-heart-rate img.pc{
      display: none;
    }

    .dolphin-heart-rate img.sp{
      display: block;
    }

    .dolphin-box{
        position: relative;
      width: 500px;
        margin: 10px auto 0 auto;
    }

    .turtle-heart-rate{
      margin: 10px auto 20px auto;
    }
    
    .turtle-heart-rate img{
      max-width: 60%;
      margin: 0 auto 0 auto;
    }
    
    .turtle-heart-rate img.pc{
      display: none;
    }

    .turtle-heart-rate img.sp{
      display: block;
    }

    .turtle-box{
        position: relative;
      width: 500px;
        margin: 40px auto 0 auto;
    }
    
    .dolphin-box img{
        width: 100%;
    }
    
    .dolphin-box img.sp-relative{
        position: relative;
    }
    
    .dolphin-box img.dolphin-animal{
        width: 70%;
        margin: 20px auto 0 auto;
    }
    
    .dolphin-text{
        margin: 0px 0 0 0px;
    }
    
    .dolphin-graph{
        margin: 0px 0 0 0px;
    }
    
    .dolphin-box img.dolphin-fukidashi{
        width: 80%;
        margin: 20px auto 0 auto;
    }
    
    .dolphin-text-box{
        position: relative;
        width: 70%;
        margin: 20px auto 50px auto;
    }
    
    .dolphin-graph-box{
        position: relative;
        width: 100%;
        margin: auto;
    }
    
    .turtle-box img{
        width: 100%;
    }
    
    .turtle-box img.sp-relative{
        position: relative;
    }
    
    .turtle-box img.turtle-animal{
        width: 70%;
        margin: 40px auto 0 auto;
    }

    .turtle-text{
        margin: 0px 0 0 0px;
    }
    
    .turtle-graph{
        margin: 0px 0 0 0px;
    }
    
    .turtle-box img.turtle-fukidashi{
        width: 80%;
        margin: 20px auto 0 auto;
    }
    
    .turtle-text-box{
        position: relative;
        width: 70%;
        margin: 20px auto 40px auto;
    }
    
    .turtle-graph-box{
        position: relative;
        width: 100%;
        margin: auto;
    }
    
    .movie-btn{
      position: relative;
    }
    
    .dolphin .movie-btn{
      width: 380px;
      margin: -35px auto 0 auto;
    }
    
    .turtle .movie-btn{
      width: 430px;
      margin: -30px auto 0 auto;
    }
    
    .movie-btn{
      position: relative;
    }
    
    .movie-btn li{
      list-style: none;
      padding: 0 10px;
    }
    
    .movie-btn img{
        width: 75px;
    }
    .closing2  {
      padding: 0 40px 150px 40px;
    }
    
      .closing2 img {
        max-width: 500px;
      }

      .closing2 img.pc {
        display: none;
      }
      
      .closing2 img.sp {
        display: block;
      }
}
    
@media screen and (max-width: 820px) and (orientation:portrait) {
.quiz .video-player {
  width: 450px;
  height: auto;
}
.quiz-video,
.quiz-quiz,
.quiz-commentary {
  width: 800px;
}
.quiz-answer {
  width: 250px;
  height: 120px;
}
.quiz-back {
  bottom: 140px;
}
.closing {
  padding-left: 20px;
  padding-right: 20px;
}

footer .link a {
  width: 232px;
}
footer .copyright {
  width: auto;
}
}

@media screen and (max-width: 820px) and (orientation:portrait) and (max-aspect-ratio: 1024/768) and (min-aspect-ratio: 768/1024) {
.header-bg .title {
  bottom: -15vh;
}
}

@media screen and (max-width: 768px) {
.loading img {
  width: 60px;
}
.header-bg .title.sp {
  display: block;
}
.header-bg .title.pc {
  display: none;
}
.message {
padding: 30px 10px 150px 10px;
}
.message img.pc{
  display: none;
}

.message img.sp{
  display: block;
  max-width: 500px;
  width: 100%;
}

.experience .video-player {
  box-sizing: border-box;
  width: 340px;
  height: auto;
  margin: 20px auto 0;
}
.experience .graph1,
.experience .graph2 {
  margin: 40px auto 0;
}
.heartrate h1 {
  width: 65%;
  aspect-ratio: 650 / 447;
  height: auto;
  margin: 10px auto;
}
.heartrate .graph.pc {
  display: none;
}
.heartrate .graph.sp {
  display: block;
  background: url(../images/heartrate-content2-bg@2x.png) no-repeat center;
  width: 355px;
  height: 505px;
  background-size: cover;
  padding: 90px 20px 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.heartrate .graph-scroll {
  width: 100%;
  height: 200px;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
}
.heartrate .graph-scroll img {
  height: 100%;
  width: 543px;
  max-width: none;
}
.heartrate .text2 {
  padding-right: 20px;
}

.experience-box{
width: 450px;
}
    
.dolphin-heart-rate img{
  max-width: 350px;
}
    
.turtle-heart-rate img{
  max-width: 350px;
}

.dolphin-box{
width: 350px;
}

.turtle-box{
width: 350px;
}

.dolphin-text-box{
  margin: 20px auto 30px auto;
}

.turtle-text-box{
  margin: 20px auto 35px auto;
}

.dolphin .movie-btn{
width: 270px;
margin: -25px auto 0 auto;
}

.turtle .movie-btn{
width: 310px;
margin: -20px auto 0 auto;
}

.movie-btn img{
  width: 55px;
}

.experience h2 {
  margin-top: 40px;
  height: auto;
}
.experience .title1 {
  margin: 40px auto 0;
}
.experience .title2 {
  margin: 80px auto 0;
}
.experience .title3 {
  margin: 80px auto 0;
}
.experience .text-group .text1 {
  width: 80%;
  margin: 20px auto 0;
}
.experience .text-group .text3 {
  width: 80%;
  margin: 15px auto 0 auto;
}

.experience .text-group .text3 .pc{
  display: none;
}
 
.experience .text-group .text3 .sp{
  display: block;
}
   
.experience .text-group .text4,
.experience .text-group .text5 {
  width: 180px;
  margin: 10px auto 0;
}
.experience .title1 img {
  object-fit: contain;
}
.container,
.text-group {
  padding: 0 20px;
}
.quiz {
  padding-top: 40px;
}
.quiz-video,
.quiz-quiz,
.quiz-commentary {
  width: 355px;
  height: 368px;
}
.quiz-video {
  background: url(../images/quiz-frame1-sp.png) no-repeat center;
  background-size: contain;
}
.quiz-quiz {
  background: url(../images/quiz-frame2-sp.png) no-repeat center;
  background-size: contain;
}
.quiz-commentary {
  background: url(../images/quiz-frame3-sp.png) no-repeat center;
  background-size: contain;
}
.quiz-content {
  gap: 10px
}
.quiz-answer {
  width: 155px;
  height: 74px;
}
.quiz-video .video-player {
  width: 335px;
}
.quiz-result .icon {
  width: 120px;
  height: 120px;
}
.quiz-back {
  width: 107px;
  height: 18px;
  bottom: 15px
}
.closing h2 {
  padding: 0 20px 80px;
  margin-top: 120px;
}
.closing2  {
  padding: 0 30px 50px 30px;
}
footer {
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  background-color: #f9e055;
}
footer .link {
  align-items: flex-end;
  justify-content: space-between;
  height: 150px;
}
footer .link a {
  width: 152px;
}
footer .link ul {
  padding-bottom: 0;
}
footer .copyright {
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer .copyright img {
  height: auto;
}

footer .copyright img.copyright-text {
max-width: 150px; 
}
}

@media screen and (max-width: 900px) and (orientation:landscape) {
.header-bg img {
  height: 100%;
}
.heartrate h1 {
  max-width: 60%;
}
.quiz .video-player {
  width: 450px;
}
.closing h2 {
  max-width: 80%;
}
footer .link a {
  width: 232px;
}
footer .copyright {
  width: auto;
}
}
@media screen and (min-width:769px) {
.experience .text-group {
  height: 733px;
}
.experience .text-group [class*="text"] {
  position: absolute;
}
footer {
  display: flex;
  display: flex;
justify-content: space-between;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation:portrait) {
.header-bg .title.sp {
  display: block;
  margin-bottom: -15vh;
}
.header-bg .title.pc {
  display: none;
}
}

@media screen and (min-width: 769px) and (orientation:landscape) {
.quiz {
  height: 100vh; 
}
}

@media screen and (max-width: 1309px) and (min-width: 769px) {
.experience .text-group {
  max-width: 804px;
  height: 460px;
}
.experience .text-group .text1 {
  max-width: 38%;
}
.experience .text-group .text2 {
  max-width: 60%;
}
.experience .text-group .text3 {
  max-width: 70%;
  left: 4%;
  bottom: 0;
}
.experience .text-group .text4 {
  max-width: 26%;
  left: 10%;
  bottom: 80px;
}
.experience .text-group .text5 {
  max-width: 26%;
  right: 3%;
  bottom: 10px;
}
footer {
  padding: 0 40px;
}
}

@media screen and (min-width: 900px) and (max-width:1000px) and (orientation:landscape) {
.video-player {
  width: 450px;
}
.quiz-answer {
  width: 250px;
  height: 120px;
}
.quiz-back {
  bottom: 110px;
}
}

@media screen and (max-width: 768px) and (orientation:landscape) {
.header-bg .title.sp {
  display: none;
}
.header-bg .title.pc {
  display: block;
}
.quiz .video-player {
  width: 334px;
}
}

@media screen and (min-width:769px) and (max-width: 900px) and (orientation:landscape) {
.quiz-answer {
  width: 260px;
  height: 125px;
}
.quiz-back {
  bottom: 130px;
  width: 120px;
  height: 20px;
}
}


@media screen and (max-width: 470px){
.experience-box{
width: 350px;
}
}

@media screen and (max-width: 375px){
.header-bg .title.sp {
  bottom: -7.5vh;
}
.container {
  padding: 0 10px;
}
}

@media screen and (max-aspect-ratio: 6/4) and (min-aspect-ratio: 4/6) {
header .title {
  bottom: 0;
}
}


/**************************\
Basic Modal Styles
\**************************/

.modal {
z-index: 999;
position: fixed; 
font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
display: flex;
justify-content: center;
align-items: center;
}

.modal__container {
position: relative;
overflow-y: auto;
box-sizing: border-box;
width: 828px;
}

.modal__close {
z-index: 1;
position: absolute;
display: block;
width: 56px;
height: 56px;
right: 0;
cursor: pointer;
}

.modal__content {
display: block;
background-color: #fff;
width: 780px;
height: auto;
margin: 32px auto;
padding: 10px 0;
border-radius: 10px;
}

.modal_movie {
overflow: hidden;
display: block;
width: 760px;
height: auto;
margin: 0px 10px;
border-radius: 5px;
}

@media screen and (max-width: 1000px) {
.modal__container {
width: 624px;
}

.modal__content {
width: 580px;
margin: 28px auto;
}

.modal_movie {
width: 560px;
}

.modal__close {
  width: 46px;
  height: 46px;
}
}

@media screen and (max-width: 768px) {
.modal__container {
width: 438px;
}

.modal__content {
width: 400px;
margin: 20px auto;
padding: 4px 0;
border-radius: 8px;
}

.modal_movie {
width: 392px;
margin: 0px 4px;
border-radius: 4px;
}

.modal__close {
width: 30px;
height: 30px;
}
}

@media screen and (max-width: 480px) {
.modal__container {
max-height: 90vh;
max-width: 362px;
}

.modal__content {
width: 332px;
margin: 16px auto;
}

.modal_movie {
width: 324px;
}

.modal__close {
width: 26px;
height: 26px;
}
}

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
display: none;
}

.micromodal-slide.is-open {
display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}