@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;
}

.secmovie .movie-area {
	width: 100%;
	background-image: url("../img/movie-bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 235px 80px 20px;
}


.secmovie .movie-area .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.secmovie .movie-area .youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
	.secmovie .movie-area {
		width: 100%;
		background-image: url("../img/movie-bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
    padding: 30% 10% 0;
	}
	.secmovie .movie-area .youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.secmovie .movie-area .youtube iframe {
		width: 100%;
		height: 100%;
	}
		
}

#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;
	}
}


/*掘起しLP追加css*/

.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, .sec04, .sec11{
  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;
  }

  .sec04_gif{
    position: absolute;
    max-width: 580px;
    width: 80%;
    bottom: 515px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .sec11{
    height: 1545px;
  }

  .sec11_gif{
    position: absolute;
    width: 85%;
    bottom: 80px;
    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, .sec04, .sec11{
    height: auto;
  }

    .cv_button01{
      width: 90%;
      bottom: 22.5%;
    }
    .cv_button02{
      width: 90%;
      bottom: 16%;
    }

    .sec04_gif{
    width: 78%;
    bottom: 42%;
    }

    .sec11_gif{
      bottom: 4%;
    }

    .float_btn a {
      width: 94%;
  }
    
}

.insta-btn a {
	display: block;
	width: 27%;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 750px) {
	.insta-btn  {
		width: 60%;
		margin: auto;
	}
	.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%;
  margin-top: 2em;
}
.wrapper-footer-link .link_law {
  text-align: center;
  text-decoration: underline;
}

/* ピアスAD追記 */
.annotation {
	width: 97%;
	margin: 0 auto;
}
.annotation li {
	padding-left: 1em;
	text-indent: -1em;
}
.annotation .emphasis {
	color: #cc0000;
}