@charset "UTF-8";
/* CSS Document */

 *{
	box-sizing: border-box;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	vertical-align: bottom;
}


a{
	 text-decoration: none;
	
}

ol,ul{
	text-indent: -1em;
    padding-left: 1em;
}

body{
	margin: 0;
}

img {
width:100%;
max-width: 100%;
height: auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.txt {
	font-size: 17px;
}

.small-14{font-size: 14px;}

.line-btn{
	max-width: 300px;
    background: #000;
    margin: 35px auto 15px;
    padding: 15px;
    color: #fff;
    border-radius: 15px;
    letter-spacing: 2px;
	box-shadow: #00000036 5px 5px;
	border: 2px solid;
	display: block;
}

.contents{
	padding: 70px 20px 30px;
    text-align: center;
	max-width: 1020px;
    margin: 0px auto;
	overflow: hidden;
	font-size: 14px;
}

.movie_blk .sp{
    width: 100%;
    height: 760px;
    position: relative;
}

.movie_blk .pc{
    width: 100%;
    height: 680px;
    position: relative;
}

.movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  /*  position: absolute;*/
    top: 0;
    left: 0;
}
/*.movie_blk p {
    font-size: 20px;
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}*/

#audition{
	margin: 16px auto;
	text-align: center;
	display: block;
}

#audition .txt{

	font-size: 17px;
    line-height: 50px;
}

#audition .contents{
	padding: 50px 20px 0px;
}

#cm video{
	max-width: 100%;
}

#slider {
  width: 100%;       /* 幅をコンテナいっぱいに広げる */
  max-width: 600px; /* 必要であれば最大幅を制限 */
  margin: 50px auto 0;    /* 左右中央に配置する */
}

.swiper-container{
  text-align: center;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}
.swiper-container .swiper-slide:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.swiper-container .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  max-width: 600px;
}
#thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
}
#thumbs .swiper-slide:before {
  content:none;
}
#thumbs .swiper-slide-active {
  opacity: 1;
}



/* 動画を囲うdiv */
#slider .video-wrap .video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
#slider iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ttl{
	font-size: 25px;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 3px solid;
    padding-bottom: 10px;
    margin-bottom: 50px;
}



#period .midashi{
	font-size: 20px;
}

#period .sns-area{
	margin: 40px auto 20px;
}

#cta-area{
	background: #000;
    color: #fff;
}

#cta-area .contents{

    padding: 45px 20px 30px;
}

#cta-area .line-btn{
	margin: 20px auto;
    background: #fff;
    border: none;
    color: #000;
    outline: 1px solid #000000;
    outline-offset: -3px;
}

/*.background{
	background-image: url("../img/bg.png");
	background-size: cover;
}*/

.midashi{
	font-size: 17px;
    font-weight: 700;
    margin: 20px auto;
}

.txt{
	margin-bottom: 15px;
}

#overview .main-txt{
	font-size: 23px;
    font-weight: 900;
	margin-top: 30px;
}

#overview .overview-inner{
	border: 2px solid;
    padding: 40px 20px;
	max-width: 600px;
    margin: 0 auto;
}

.whiteline {
	max-width: 150px;
    margin-top: 40px;
}

.sns-area{
	display: flex;
    max-width:  300px;
    justify-content: center;
    margin: 0 auto 40px;
    flex-wrap: wrap;
    align-items: center;
}

.sns-item{
	margin: 10px;
}

.x{
	max-width: 30px;
}

.youtube{
	max-width: 40px;
}

.instagram{
	max-width: 31px;
}

.tiktok{
	max-width: 31px;
}

.hp{
	max-width: 150px;
}


#affiliated-group .txt{
	font-size: 14px;
}

.group-box{
	border: 3px solid #000;
    max-width: 600px;
    margin: 0 auto;
}

.group-box-inner{
	padding: 30px;
}

.ttl_background {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.ttl_background::after {
  content: '';
  background-color: #fff;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 80%;
  height: 500px;
}

.group-box img{
	max-width: 600px;
}

.howto-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.howto-img{
	margin: 15px;
}

#howto .midashi{
	max-width: 700px;
    border: solid 2px;
    padding: 10px;
	font-size: 16px;
}

.howto-img video{
	max-width: 250px;
	border: 2px solid;
	vertical-align: bottom;
}
.howto-txt{
	background: #000;
	color: #fff;
	padding: 10px;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.right-arrow::before{
	left: 4px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #000;
}

.qualification-area{
	border: 2px solid;
    max-width: 700px;
    margin: 0 auto;
	padding: 20px;
	background: #fff;
}

.qualification-area h2{
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    padding: 5px 0;
}
.qualification-item{
	border-bottom: 1px solid #cccccc;
	display: flex;
	padding: 10px;
}

.process-area{
	max-width: 700px;
    margin: auto;
}

.qualification-item:last-child{
	border-bottom: none;
}

.triangle {
  display: inline-block;
    width: 65.5px;
    height: 25px;
  background: #000000;
  clip-path: polygon(0 -5.1%, 50% -5.1%, 50% 0, 50% 0, 50% -5.1%, 100% -5.1%, 50% 100%);
margin: -2px 0 20px;
}
.process-midashi{
    background: #000;
    padding: 10px;
    color: #fff;
    max-width: 250px;
    margin: 10px auto;
    font-size: 18px;
}
.results{
    font-size: 14px;
    margin: 10px 0 40px;
    line-height: 20px;
}

.date{
	font-size: 16px;
	font-weight: 600;
}

.place{
	margin-top: 10px;
}

.process{
	border-bottom: 2px dotted;
}

.q-item img{
	max-width: 30px;
}

.q-item h2{
	line-height: 30px;
    margin-left: 15px;
}

.prosess-area{
	max-width: 500px;
	margin: auto;
}

.process:last-child {
     border-bottom:none;
}

.precautions-area{
    max-width: 700px;
    margin: auto;
    text-align: left; 
	    list-style-position: inside;
}

.precautions-wrap{
background: #fff;
    border: 1px solid #000;
    padding: 30px 30px 30px 50px;
    max-width: 700px;
    margin: auto;
    line-height: 25px;
}


/*FAQ*/

.accordion {
	margin: 4rem auto;
	max-width: 80%;
}

.toggle {
	display: none;
}

.faq {
	position: relative;
	margin-bottom: 1rem;
}

.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question {
	border: solid 1px #999;
	padding: 1rem 2.2rem 1rem 1rem;
	display: block;
	color: #333;
	text-align: left;
}

.question span,.anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    line-height: 0;
}

.question:after,.question:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
  bottom: 0;
  margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #999;
	transition: all 0.3s;
}

.question:after {
	transform: rotate(90deg);
}

.anser {
	max-height: 0;
	overflow: hidden;
}

.anser div {
	margin: 0;
	padding: 2rem 1rem 2rem;
	line-height: 1.8;
	text-align: left;
}

.toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}

.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}

.footer{
	background: #000;
    color: #fff;
    text-align: center;
	padding: 30px 30px 100px;
}
.float-button__wrap {
    display: none;/*最初は隠す*/
    width: 80px;
    height: 45px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #0069b3 ;
    color: #fff;
}

.footer p{
	font-size: 12px;
}

.footer a{
	color: #ffffff;
	margin-bottom: 10px;
}

/*float_btn*/
/*#fixnav {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 9999;
    text-align: right;
    max-width: 100px;
}*/

#fix-nav{
	position: fixed;
    bottom: 0px;
    background-color: #000;
    width: 100%;
	z-index: 9999;
	border-top: 1px solid #fff;
}

#fix-nav a{
	display: block;
}

#fix-nav .sp{
	max-width: 350px;
    margin: 0px auto;
	padding: 10px 10px 5px;
}

#fix-nav .pc{
	max-width: 600px;
    margin: 0px auto;
    padding: 10px 10px 0px;
}

@media all and (max-width: 770px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	
	.q-item{
		margin-right: 15px;
	}
	.q-item h2{
		margin-left: 0px;
		
	}

	.qualification-area h2{
		font-size: 15px;
	}
	.q-item span{
		font-size: 13px;
	}
	.precautions-wrap{
		 padding: 20px 20px 20px 30px;
	}
	.accordion{
		max-width: 100%;
	}
	.group-box-inner{padding: 10px;}
	.qualification-area{padding: 10px;}
	
	.swiper-button-prev{
		left: var(--swiper-navigation-sides-offset,0%)!important;
	}

	.swiper-button-next{
		right: var(--swiper-navigation-sides-offset,0%)!important;
	}
	#affiliated-group .contents{
		padding-bottom: 30px;
	}

}

@media screen and (min-width:769px) and ( max-width:1024px){
	
	.swiper-button-prev{
	left: var(--swiper-navigation-sides-offset,5%)!important;
}

.swiper-button-next{
	right: var(--swiper-navigation-sides-offset,5%)!important;
}

	
	
}