body{
  margin: auto;
  padding-top: 0px;
  font-family: "Philosopher",serif;
  line-height: 1.5;
  font-size: 16px;
  max-width: 500px;
  }

main {
  background-image: url("../img/background2.png");
  background-size: cover;
  max-width: 640px;
  margin: 0 auto;
  display: block;
}

  .header {
      width:100%;
  }
  
.header_video{
  padding-top:70px;
}

  .floating-banner {
      width: calc(100% / 5);
      /* 画面の1/3の幅 */
      position: fixed;
      /* 固定表示 */
      bottom: 1.5%;
      /* 画面下から16px */
      right: 23%;
      /* 画面の右から16px */
      z-index: 99999;
      /* 常に前面に出す */
      transition: 0.3s;
      /* ホバー時ゆっくり透過 */
      cursor: pointer;
      /* ホバー時カーソルがポインターに */
      display: none;
  }
  
  
.fukidashi{
  position: relative;
  max-width: 640px;
  margin: 0px auto 20px auto;
  display: block;
  width: 100%;
  z-index:100;
}

.body_img{ 
  max-width: 640px;
  margin: 60px auto 30px auto;
  display: block;
  width: 95%;
  
}

.body_img2{ 
  max-width: 640px;
  margin: 0px auto 30px auto;
  display: block;
  width: 95%;
  
}

.fv_botan_b{

  width: 85%;
  margin: 0px auto 0px auto;
  max-width: 640px;
  padding-bottom: 60px;

}

.fukidashi2{ 
  max-width: 650px;
  margin: 100px auto 0px auto;
  padding-bottom: 40px;
  display: block;
  width: 100%;
  
}

.fukidashi3{
  position: relative;
  max-width: 640px;
  margin: 0px auto 40px auto;
  display: block;
  width: 78%;
  z-index:100;
}

.btn_under_text{

    font-family: "Noto Sans JP";
    font-weight: 700;
    color: red;
    margin: 20px auto;
    font-size: 1.6rem;
    text-align: center;

}

.main_text{

    font-family: "Noto Sans JP";
    font-weight: 400;
    max-width: 640px;
    width: 90%;
    margin: 20px auto 30px auto;
    color: black;
    padding: 20px;
    font-size: 1.0rem;
    line-height: 1.8rem;
    text-align: left;
    background-color: rgba(255,255,255,0.7);

}

.shake_animation {
  animation: buruburu 1s linear infinite;
  scale: 1;
}

@keyframes buruburu {
  0% { transform: translate(0, 0)}
  10% { transform: translate(-10px)}
  20% { transform: translate(10px)}
  30% { transform: translate(-10px)}
  40% { transform: translate(10px)}
  50% { transform: translate(0, 0) }

}

.new__img img {
  max-width: 100%;
}

.fade-anime1{
    animation: fadeInLeft 0.5s ease-in-out forwards;
    transition: opacity 0.5s ease-in-out;
}

.fade-anime2{
    animation: fadeInLeft 0.4s ease-in-out forwards;
    transition: opacity 0.3ss ease-in-out;
}

.fade-anime3{
    animation: fadeInLeft 0.2s ease-in-out forwards;
    transition: opacity 1s ease-in-out;
}

.fade-anime4{
    animation: fadeInLeft 0.4s ease-in-out forwards;
    transition: opacity 1s ease-in-out;
}

.fade-anime5{
    animation: fadeInLeft 1.5s ease-in-out forwards;
    transition: opacity 1s ease-in-out;
}

.fade-anime6{
    animation: fadeInLeft 0.7s ease-in-out forwards;
    transition: opacity 1s ease-in-out;
    scale: 1;
}

.fade-anime7{
    animation: fadeInLeft 1.7s ease-in-out forwards;
    transition: opacity 1s ease-in-out;
    scale: 1;
}

.shake_Y_animation {
  animation: buruburu_tate 1s linear infinite;
  scale: 1;
}

@keyframes buruburu_tate {
 40%{transform:translateY(0)}
 47%{transform:translateY(-3px)}
 54%{transform:translateY(3px)}
 60%{transform:translateY(-4px)}
 68%{transform:translateY(4px)}
 80%{transform:translateY(-4px)}
 87%{transform:translateY(3px)}
 92%{transform:translateY(3px)}
 100%{transform:translatey(0px)}
}



.fade-anime8{
    animation: fadeIn 1.5s ease-in-out forwards;
    transition: opacity 1s ease-in-out;
}

.fade-anime9{
    animation: fadeIn 1.0s ease-in-out forwards;
    transition: opacity 1s ease-in-out;
}


#text1 {
    animation-delay: 0.7s;
}

#text2 {
    animation-delay: 0.3s;
}

#text3 {
    animation-delay: 2.0s;
}

#text4 {
    animation-delay: 2.3s;
}

#text5 {
    animation-delay: 2.5s;
}

#text6 {
    animation-delay: 4.5s;
}

#text7 {
    animation-delay: 10.0s;
}

#text8 {
    animation-delay: 7.0s;
}

#text9 {
    animation-delay: 5.0s;
}

#delay_anime {
    animation-delay: 1.0s;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.toku {
      background-color: transparent;
      color: #a5a2a2;
      text-align: center;
      font-size: 1.4rem;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 300;
      text-decoration: underline;
      margin-top: 120px;
  }

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

.btn_under_text{
    font-size: 1.6rem;
}

.toku {
  font-size: 10px;
  margin-top: 100px;
  margin-bottom: 20px;
}}  

.yyy{
  width:35% !important;
}

  ul{
  list-style: none;
}
  a{
    text-decoration: none;
    color:#a5a2a2;
  }
  a:hover{
    text-decoration: none;
    color:#a5a2a2;
  }
  img{
    width: 100%;
    height: auto;
  }

  .gray{
    width:100%;
    max-width: 640px;
    margin: 0px auto;
    padding: 70px 0 40px 0;
    text-align: center;
  }
  .point{
    margin-top: 30px;
    background-image: url(img/aoiro.png);
    background-size: cover;
  }

  .point-wrapper{
    position: relative;
    margin: auto;
    text-align: center;
  }
  span{
    color:red;
  }
  .aa{
    display: flex;
  }
  .point-photo{
    width: 26%;
  }
  .point-photo img{
    width: 66%;
  }
  .point-text{
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: white;
    font-size: 1.6rem;
    text-align: left;
  }

  .blue-text{
    margin-top: 40px;
    margin-bottom: 0px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #103F6F;
    font-size: 26px;
    text-align: center;
  }

  .blue-text p {
    margin-bottom: 0px;
  }

  .blue-text-2{
    margin-top: 0px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #103F6F;
    font-size: 32px;
    text-align: center;
  }
  .under{
    color: #103F6F;
    border-bottom: solid 2px #003366;
  }


.orange_txt{
  color: #fa8146;

}

  .you{
    margin-top: 5% !important;
    width: 80%;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 60px;
  }
  .youme{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .you img{
    height: 100%;
      position: absolute;
      top: 5%;
      left: 5%;
      z-index: 1;
  }
  .youme img{
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
  }
  .poin-wrapper{
    background-image: url(img/mizuiro.png);
    background-size: cover;
    text-align: center;
    padding-top: 30px;
  }
.poi-wrapper{
  background-image: url(img/aoiro.png);
  background-size: cover;
  text-align: center;
  padding-top: 30px;
}
.po-wrapper{
  background-image: url(img/mizuiro.png);
  background-size: cover;
  text-align: center;
  padding-top: 30px;
}
.botan{
  width: 100%;       /* 適当な幅を指定 */
  margin: 0 auto;
  text-align: center;
  height: 150px;      /* 適当な高さを指定 */
  position: relative; /* 基準位置とする */
}
.botan img {
  width: 100%;       /* 適当な幅を指定 */
  position: absolute; /* 相対位置に指定 */
  left: 0;
}

.botan .shu{
  left: 12%;
  width: 75% ;
  z-index: 10000;
}

.botan2{
  width: 100%;       /* 適当な幅を指定 */
  margin: 0px auto 20px auto;
  text-align: center;
  height: 150px;      /* 適当な高さを指定 */
  position: relative; /* 基準位置とする */
}
.botan2 img {
  width: 100%;       /* 適当な幅を指定 */
  position: absolute; /* 相対位置に指定 */
  left: 0;
}

.botan2 .shu{
  top: 10%;
  left: 12%;
  width: 75% ;
  z-index: 10000;
}

.line{
  width:70%;
  margin: 0 auto;
}
.line .syu{
  z-index: 10000;
  position: relative;
}
.message{
  margin-top:10%;
}
.message-wrapper img{
  width:50%;
  margin-bottom: 5%;
  margin-left: 5%;
}
h3{
  background-color: #003366;
  color: white;
  width:55%;
  margin: 0 auto;
  padding: 7px;
  text-align: center;
  margin-bottom: 7%;
  font-family: "Noto Sans JP";
  font-weight: 700;
  margin-top: 100px;
}
.new{
  margin-left: 5%;
  font-weight: bold;
  font-size:20px;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.jiji{
  padding-bottom: 4%;
  max-width:640px;
  width: 70%;
  margin: 0px auto;
}
.footer{
  margin-bottom:3%;
  z-index: 10000;
}

@media screen and (min-width:300px){
  .line{
    margin-top:50px;
  }
  .point-text{
    margin-right: 0;
    font-size: 1.3rem;
  }
  
  .btn-show{
   margin-top: 0px;
  }
  
}

@media screen and (min-width: 500px){
  .line{
    margin-top:50px;
  }
  .point-text{
    margin-right: 0;
    font-size: 1.9rem;
  }
  .btn-show{
   margin-top: 200px;
  }
  
  
}


@media screen and (max-width: 600px){
.fukidashi{
  margin: 0px auto 20px auto;
  width: 80%;
  
}

.btn_under_text{
    margin-top: -5px;
    font-size: 1.3rem;
}

.fukidashi2{ 
  margin: 40px auto 0px auto;
  
}

.fukidashi3{
  margin: 0px auto 20px auto;
  width: 80%;
  
}

.body_img{ 
  margin: 40px auto 20px auto;  
}

.botan2{
  margin: 0px auto 10px auto;
      height: 25vw;
}

.header_video{
  padding-top:40px;
}

}


@media screen and (min-width: 700px){
  .point-text{
    margin-right: 0;
    font-size: 2.4rem;
  }
  .line{
    margin-top:100px;
  }
 
  .btn-show{
   margin-top: 25%;
  }
  

}

@media screen and (min-width: 900px){

  .you{
    margin-bottom: 120px;
  }
  .point-photo img{
    width: 50%;
  }
  .point-text{
    margin-right: 0;
    font-size: 2.8rem;
  }
  h3{
    font-size: 44px;
    margin-top: 0px;
  }
  .new{
    font-size: 44px;
  }
  .jiji{
    font-size: 2vw;
  }
  .line{
    margin-top:80px !important;
    width:70%;
    margin: 0 auto;
  }

  .btn-show{
   margin-top: 250px;
  }
  

}

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

.header_video{
  padding-top:50px;
}

   .blue-text{
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #103F6F;
    font-size: 16px;
    text-align: center;
  }

  .blue-text p {
    margin-bottom: 0px;
  }

  .blue-text-2{
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: #103F6F;
    font-size: 20px;
    text-align: center;
  }
  .under{
    color: #103F6F;
    border-bottom: solid 2px #003366;
  } 

.gray{
    width:100%;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding: 50px 0 30px 0;
    overflow: hidden;
  }

.gray iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

h3{
    margin-top: 80px;
    width: 75%;
  }  

.botan {
  height: 150px;
}

}

.iframe_player_wrap.is-ended iframe{
  display: none;
}
.iframe_player_wrap:not(.is-ended) img{
  display: none;
}


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

.body_img{ 
  margin: 25px auto 20px auto;  
}

.btn_under_text{
    margin-top: -5px;
    font-size: 1.0rem;
}

}
/* ----------------------- CSS Information 
 Style Info: VIDEO
--------------------------------------- */
.video{background:#f6f6f5 url(../img/bg_01.webp) repeat center top;}
.video_wrapper{
position:relative;
width:100%;
max-width:1000px;
margin:0 auto;
padding: 70px 0 40px 0;
box-sizing:border-box;
}
#video01 .video_wrapper{margin:0 auto 0 auto;}
.video_balloon{
position:relative;
width:100%;
margin:0 auto 30px auto;
padding:0;
background:#ffffff;
border-radius:8px;
border:3px solid #069cb7;
box-sizing:border-box;
opacity:0;
transform:translateY(20px);
transition:all 0.3s linear 0s;
}
.video_balloon.scrollin{opacity:1;transform:translateY(0);}
.video_balloon:before{
content:"";
position:absolute;
display:block;
width:0;
height:0;
left:50%;
transform:translateX(-50%);
bottom:-15px;
border-top:15px solid #069cb7;
border-right:15px solid transparent;
border-left:15px solid transparent;
}
.video_balloon:after{
content:"";
position:absolute;
display:block;
width:0;
height:0;
left:50%;
transform:translateX(-50%);
bottom:-11px;
border-top:15px solid #ffffff;
border-right:15px solid transparent;
border-left:15px solid transparent;
}
.video_balloon img{
display:block;
width:100%;
max-width:690px;
margin:0 auto;
padding:0;
}
.video_box{
position:relative;
width:100%;
max-width:940px;
max-height:529px;
margin:0 auto; 
padding-top:56.25%;
background:#000000;
}
.voice_video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
max-width:940px;
max-height:529px;
box-sizing:border-box;
}
@media only screen and (max-width:750px){
.video{background:#f6f6f5 url(../img/bg_01.webp) repeat center top;background-size:100% auto;}
.video_wrapper{padding:0;}
#video01 .video_wrapper{margin:0 auto 0 auto;}
.video_balloon{margin:0 auto 20px auto;}
@keyframes voice_balloon{
0% {transform:translate(0, 0) rotate(0deg);}
50% {transform:translate(0, 10px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(0deg);}
}
.video_balloon:before{}
.video_balloon:after{}
.video_balloon img{}
.video_box{}
.video_box iframe{}
}


.gray{
    width:100%;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
  }

.gray iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.gray .mainvid {
  width: 100%;
}

.youme .mainvid {
  width: 100%;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.iframe_player_wrap.is-ended iframe{
  display: none;
}
.iframe_player_wrap:not(.is-ended) img{
  display: none;
}