@charset "utf-8";
/* iplus..CSS Document */
/*  General CSS*/


/* contents
------------------------------------------------------------*/
#wrapper {
	display: block;
	width: 100%;
}
#wrapper-single {
	display: block;
	max-width: 750px;
  width: 100%;
	border-bottom: 30px solid #003591;
	/* padding-bottom: 5vw; */
	padding-bottom: 140px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 5px rgba(3,0,0,0.1);
}
@media screen and (max-width: 750px) {
  #wrapper-single {
    padding-bottom: 17vw;
	}
}

#wrapper-single .wrapper-shadow{
  overflow: hidden;
}

#wrapper-single .header img{
  max-width: 100px;
  width: 20%;
  margin: 20px auto;
  display: block;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
	display: block;
}
#page-top img {
	transition: .8s;
}
#page-top:hover img {
	transform: rotateY( 360deg );
}
@media screen and (max-width: 750px) {
	#page-top {
		width: 40px;
    position: fixed;
    bottom: 20px;
    right: 5px;
	}
}

.cv_button01, .cv_button02, .cv_button03{
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
}
.cv_button03{
  display: block;
  padding: 40px 0 30px;
}

.cv_button a:hover{
    opacity: 0.7;
      }

.cv01, .cv02, .cv03, .fvarea, .sec03, .sec07, .sec09, .sec13, .sec16{
  max-width: 750px;
  width: 100%;
  margin: 0 auto;  
  position: relative;
}

.cv01 {
    height: 1137px;
  }

.cv02 {
    height: 710px;
  }




  
.cv_button01, .cv_button02 {
    position: absolute;
    bottom: 110px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .cv_button a{
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .t01{
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  .t02{
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0;
    margin: auto;
    z-index: 2;
  }

  .fv-mv{
    position: absolute;
    width: 100%;
    top: 293px;
    right: 0;
    margin: auto;
    z-index: 1;
  }


  .sec03_gif{
    position: absolute;
    max-width: 580px;
    width: 80%;
    bottom: 546px;
    right: 0;
    left: 0;
    margin: auto;
  }



  .sec09{
    height: 1845px;
  }

  .sec13{
    height: 1016px;
  }

  .sec07_gif{
    position: absolute;
    width: 100%;
    max-width: 237px;
    bottom: 190px;
    right: 20px;
    margin: auto;
  }

  .sec09_gif{
    position: absolute;
    width: 85%;
    bottom: 45px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .sec13_gif{
    position: absolute;
    width: 85%;
    bottom: 250px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .sec16_gif{
    position: absolute;
    width: 80%;
    bottom: 60px;
    right: 0;
    left: 0;
    margin: auto;
  }


  .insta_btn{
    margin: 40px auto;
    text-align: center;
    width: 80%;
    max-width: 449px;
  }

  .float_btn {
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    z-index: 999;
    width: 100%;
    max-width: 700px;
    padding: 5px 0;
}

.float_btn a {
    display: block;
    margin: 0 auto;
    max-width: 700px;
}
  
 

  @media screen and (max-width: 750px) {
    #wrapper-single .header img{
      margin: 10px auto;
    }

    .cv01, .cv02, .cv03, .sec03, .sec07, .sec09, .sec13, .sec16{
    height: auto;
  }

    .cv_button01{
      width: 90%;
      bottom: 22.5%;
    }
    .cv_button02{
      width: 90%;
      bottom: 16%;
    }

    .fv-mv{
      width: 100%;
      top: 28%;
      }

    .sec03_gif{
    width: 78%;
    bottom: 44%;
    }

    .sec07_gif{
      width: 40%;
      bottom: 22%;
      right: 10px;
    }

    .sec09_gif{
      bottom: 1%;
    }

    .sec13_gif{
      bottom: 24%;
    }

    .sec16_gif{
      bottom: 6%;
    }

    .float_btn a {
      width: 94%;
  }
    
}

.insta-btn{
  margin-top: 30px;
}

.insta-btn a {
	display: block;
	width: 27%;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 750px) {
	.insta-btn  {
		width: 60%;
		margin: 30px auto 0;
	}
	.insta-btn a {
		width: 100%;
	}
}
.insta-btn a img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	opacity: 1;
	transition: .6s;
}
.insta-btn a:hover img:nth-child(2) {
	opacity: 0;
	transition: .6s;
}

.wrapper-footer-link {
  display: flex;
  justify-content: center;
  width: 100%;
}
.wrapper-footer-link .link_law {
  text-align: center;
  text-decoration: underline;
}