@charset "UTF-8";

html {
    margin: 0 auto;
    /*max-width: 1080px;*/
    font-family: 'Noto Sans JP', sans-serif;
  
}

body{
  overflow-x: hidden;
  position: relative;
  width: 100%;
  /*background-color: #e60012;*/
}

img {
  vertical-align: bottom;
}

/* トップボタン */

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;

    right: 1%;
    bottom: 1%;
    opacity: 0.9;
    z-index: 999;
    background-color: white;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #3f98ef;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color : #3F98EF;
    line-height: 10px;
  }

a {
    text-decoration: none;
}

a:hover {
    opacity: 80%;
}


header img {
    vertical-align: bottom;
    line-height: 1.0em;
}

.btns {
    background: white;
    margin: 30px 0;

}

.btns ul{
    display:flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.btns ul li img {
    height: auto;
}

.full_contents {
  margin: 0 auto 0 auto;
  /*background-color: #C50018;99ff18*/
  width: 650px;
}

.content {
  text-align:center;
  margin: 0;
  width: 650px;/*
  background-image:url("../img/LP_4月BG.png");*/
}

.BGcolor{
  background-color: #00A9D3;
}

.BGcolor2{
  background-image: linear-gradient(90deg, #70eeff, #cdffff 35% 65%, #70eeff);
}

/**/
.BGcolor3{
  background-image:url("../img/BG02.png");
}


.space{
  margin: 10px 0;
}

.space2 img{
  margin: 20px 0 0 15px;
}

.space3 {
  margin-top: 1.5em;
}

.service1{
  position: absolute;
  bottom: 18em;
  z-index: 3;
}

.service1 img {
  margin: 0 auto;
}

.group1 , .group3 , .group4 {
  flex-direction: column;
  position:relative;
  margin: 0;
  padding: 0;
}

.group1 > img  , .group2 > img , .group3 > img , .group4 > img{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  vertical-align: bottom;
}

.group1{
  background-color: #e4004f;
  /*background-image:url("../img/LP_11月_BG01.png");*/
  padding-bottom: 1em;
}

.group2{

  background-color: #feebbe;
  /*
  width: 100%;background: linear-gradient(to bottom, #fbc518, #fff);
  padding-bottom: 1em;*/
}

.group3{/*
  background-size: contain;*/
  background-color: #A586BC;
  
}

.back2{
  margin-top: 0;
  /*background-color: #fff100;*/
}


.btn1 , .btn2 {
  display: inline-block;
  /*margin-bottom: -3em;*/

}

.btn1{
  position: relative;
  bottom: 2em;
}

.btn2 {
  position: relative;
  bottom: 1em;
}

.btn3{
  margin-bottom: 10px;
}

.btn_double{
  text-align: center;
}

/*点線*/
.dotted{
  border-bottom: dotted 4px #FFF;
  width: 90%;
  margin: 10px auto;
}

.dotted2{
  border-bottom: dotted 4px #000;
  width: 90%;
  margin: 10px auto;
}
/*
.line{
  border-bottom: dashed 4px #000;
  width: 80%;
  margin: 10px auto 0;
}
.line{
  border-bottom: solid 1px #000;
  width: 50%;
  margin: 5px auto;
}*/
/**/
.line{
  border-bottom: solid 5px #fff;
  width: 90%;
  margin: 5px auto;
}

hr{
  border: 1px solid transparent;
}

.continue{
  margin-top: -7px;
  }

.inline{
  width: 200px;
}

.fixed{
  position: fixed;
  top: 0;
}

.btn-show{
  position: fixed;
  bottom: 3.5em;
  right: 0.2em;
  z-index: 5;
}

.btn-show img {
  width: 100px;
  height: 100px;
}

.image-row {
  display: flex;
    gap: 10px; /* 画像間の隙間 */
}

  
  .btn_double {
  text-align: center;
    margin: 0 5%;
    padding-bottom: 20px;
}

.btn_content {
  position: relative;
}

.btn_overlay{
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}

#over1{
  bottom: 17%;
}

#over2{
  bottom: 8%;
}

#over3{
  bottom: -1em;
}

.content > img , .content > a img {
  text-align: center;
  max-width: 100%;
}

.btn-show img {
  width: 100px;
  height: 100px;
}


@media screen and (max-width: 650px){
  
  .full_contents , .content {
    width: 100%;
  }
  
  .continue{
  margin-top: -7px;
  }
  
  .movie{
    width: 90%;
    aspect-ratio: 16 / 9;
    margin: 5px auto;
  }
  
  .movie iframe{
    width: 100%;
    height: 100%;
  }

  .group1 , .group3 , .group4 {
    width: 100%;
  /*display: inline-flex;*/
  flex-direction: column;
  position:relative;
  margin: 0;
  padding: 0;
}
  
.group1 > img  , .group2 > img , .group3 > img , .group4 > img{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/*
.group2{
   background-color: #fdd23e;
  background-color: #fdd35e;
  margin-bottom: 5px;
}
*/

}




@media screen and (min-width: 501px) and ( max-width:650px){
  
  .line{
  border-bottom: solid 5px #fff;
  width: 90%;
  margin: 5px auto;
  }
  
  .ev{
    width: 92%;
  }
  
  .btn1 > a > img , .btn2 > a > img {
    width: 100%;
  }

  .btn1 , .btn2 {
  display: inline-block;
  /*width: 50px;*/
  width: 45%;
  margin: 0;
  padding: 0;
}  
  
.btn1{
  position: absolute;
  bottom: 3.5em;
  left: 10px;
}

.btn2 {
  position: absolute;
  bottom: 5.5em;
  left: 12px;
}
  
.btn-show img {
  width: 80px;
  height: 80px;
}
  
.space{
  margin: 5px 0;
}

.space3{
  margin-top: 3em;
}

}

@media screen and (min-width: 301px) and ( max-width:500px){
  
  .content > img , .content > a img {
    max-width: 100%;
    text-align: center;
    padding: 0;
}
  
  .btn_double img {
    margin: 0 auto;
    width: 95%;
  }
  
  .btn_double a img{
    margin: 0 auto;
    width: 95%;
  }
  /*
  .line{
  border-bottom: solid 5px #FFF;
  width: 90%;
  margin: 5px auto;
  }

  */
  .btn1 > a > img , .btn2 > a > img {
    width: 100%;
  }
  
  .btn1 , .btn2 {
  display: inline-block;
  /*width: 50px;*/
  width: 45%;
  margin: 0;
  padding: 0;
}

.btn1{
  position: absolute;
  bottom: 2.5em;
  left: 10px;
}

.btn2 {
  position: absolute;
  bottom: 15%;
  left: 12px;
}
  
.btn-show img {
  width: 80px;
  height: 80px;
}

.dotted {
  margin: 5px auto;
}

.space{
  margin: 5px 0;
}

.space2 img{
  margin: 14px 0 5px 7px;
}

.space3{
  margin-top: 1.6em;
}

/*トップページリンクボタン位置*/
#over1{
  bottom: 17%;
}

#over2{
  bottom: 8%;
}

#over3{
  bottom: -0.5em;
}


}

@media screen and (max-width: 300px){
  
  .btn_double img {
    margin: 0 auto;
    width: 95%;
  }
  
  .btn_double a img{
    margin: 0 auto;
    width: 95%;
  }
  /*
  .content > img , .content > a img , .ev > img {
    margin: 0 auto;
    width: 90%;
  }
  
  .btn1 > a > img , .btn2 > a > img {
    width: 100%;
  }
  */
  .btn1 , .btn2 {
  display: inline-block;
  /*width: 50px;*/
  width: 45%;
  margin: 0;
  padding: 0;
}
  
  .btn1{
  position: absolute;
  bottom: 1.5em;
  left: 12px;
}

.btn2 {
  position: absolute;
  bottom: 15%;
  left: 12px;
}
  
  /*
  .line{
  border-bottom: solid 5px #fff;
  width: 90%;
  margin: 5px auto;
  }*/
  
  .continue{
  margin-top: -7px;
  }
  
  .ev{
    width: 90%;
  }
  
  .btn-show img {
  width: 80px;
  height: 80px;
}

.space{
  margin: 0;
}

.space2 img {
  margin: 10px auto;
}

.space3 {
  margin-top: 1em;
}

/*トップページリンクボタン位置*/
#over1{
  bottom: 17%;
}

#over2{
  bottom: 8%;
}

#over3{
  bottom: -0.5em;
}

}




