@charset "UTF-8";
body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #0F0F0F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	margin: 0;
}
p{
	padding-bottom: 1em;
}
:root{
	--clr-main: #FF8000;
	--clr-dor: #FF6500;
	--clr-bk: #0F0F0F;
	--clr-bl: #3EA5FF;
}
a:hover{
	opacity: .8;
}
.f_wh{
	color: #fff;
}
.f_or{
	color: var(--clr-main);
	line-height: 1;
}
.f_dor{
	color: var(--clr-dor);
}
.f_big{
	font-size: 40px;
	line-height: 1.4;
}
.f_mdl{
	font-size: 28px;
}
.inner{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}
.link_wrap{
	margin-top: 30px;
}
.link_wrap_r{
	text-align: right;
	margin-bottom: 40px;
}
.sp_left{
	text-align: center;
}
@media(max-width: 760px){
	body{
		font-size: 15px;
	}
	.f_big{
		font-size: 36px;
		line-height: 1.3;
	}
	.f_mdl{
		font-size: 24px;
	}
	.link_wrap_r{
	text-align:center;
	margin-bottom: 30px;
	}
	.sp_left{
		text-align: left;
	}
}
h2{
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}

/*背景*/
.section {
	padding: 100px 0 120px;
}
.sec01{
	background: url(../../../images/front_guest/renew02/bg_01.jpg) no-repeat center / cover;
}
.sec02,.sec04,.sec06{
	background: url(../../../images/front_guest/renew02/bg_bk.jpg) repeat center / cover;
}
.sec03,.sec05,.sec07,.sec09{
	background: url(../../../images/front_guest/renew02/bg_wh.jpg) repeat-Y center top;
}
.sec08{
	background: url(../../../images/front_guest/renew02/bg_or.jpg) no-repeat center /cover;
}
.sec10{
	background: url(../../../images/front_guest/renew02/bg_02.jpg) no-repeat center /cover;
	color: #fff;
	padding-bottom: 50px;
}
footer{
	background: url(../../../images/front_guest/renew02/bg_f.jpg) no-repeat center;
	background-size: cover;
}

/*ヘッダー*/
header{
	width: 100%;
	background-color: rgba(255,255,255,0);
	position:fixed;
	top: 0;
	transition: .2s;
	z-index: 100;
	border-top: 10px solid var(--clr-dor);
}
.is-animation{
	background-color: rgba(255,255,255,.8);
	box-shadow: 0 3px 4px -3px #bababa;
}
.header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding:15px 70px 15px 15px;
}
.header_inner p{
        font-size: 12px;
        margin: 0 0 0 1rem;
        padding: 0;
        line-height: 1.3;
        }
h1{
	font-size: 14px;
	margin: 0 0 0 1rem;
	padding: 0;
	}
#menu{
	position: fixed;
	z-index: -100;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(34,34,34,.9);
	transition: .5s;
}
#menu.panelactive{
	opacity: 1;
	z-index: 200;
}
#menu ul{
	display: none;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
}
#menu.panelactive ul{
	display: block;
	}
#menu a{
	color: #fff;
}
#menu a:hover{
	color: var(--clr-main);
}
#menu ul li{
	margin-bottom: 18px;
}
.menubtn{
	position: fixed;
	z-index: 300;
	top: 60px;
	right: 10px;
	width: 50px;
	height: 50px;
}
.menubtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	background: var(--clr-bk);
	width: 45%;
	}
.menubtn span:nth-of-type(1) {
	top:15px;
}
.menubtn span:nth-of-type(2) {
	top:23px;
}
.menubtn span:nth-of-type(3) {
	top:31px;
}
.menubtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background: #fff;
}
.menubtn.active span:nth-of-type(2) {
	opacity: 0;
}
.menubtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background: #fff;
}
.btn_bk{
	background: var(--clr-bk);
	margin-right: 10px;
}
.btn_or{
	background: var(--clr-main);
}
.btn_bk,.btn_or{
	color: #fff;
	border-radius: 5px;
	padding: 0 20px 0 10px;
	display: inline-block;
	font-weight: bold;
	max-width: 135px;
	height: 45px;
	line-height: 45px;
	position: relative;
}
.btn_bk:after,.btn_or:after{
	content: "\f0da";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	position: absolute;
	font-size: 26px;
	right: 6px;
	top: 0;
}
.btn_wrap{
	text-align: center;
	margin: 30px auto 0;
}
.btn_wrap a{
	background: var(--clr-main);
	color: #fff;
	border-radius: 5px;
	padding: 15px;
	display: inline-block;
	font-weight: bold;
	width: 280px;
	height: 50px;
	line-height: 1;
	position: relative;
}
.btn_wrap a:after{
	content: "\f0da";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	position: absolute;
	font-size: 32px;
	right: 14px;
	top: 8px;
}
.h_sp,.sp{
	display: none;
}
.pc{
	display: block;
}
.sp_h1{
/*	display: none;*/
	display: block;
	background: var(--clr-dor);
	color: #fff;
	padding: 5px;
	text-align: center;
}
@media(max-width: 920px){
	nav{
		display: flex;
	}
	.h_logo{
		padding: 10px;
		max-width: 150px;
	}
	.header_inner{
		padding: 0 50px 0 15px;
	}
	h1{
		font-size: 12px;
		line-height: 1.3;
	}
	.menubtn{
		background: #fff;
		top: 37px;
		right: 0;
	}
	.menubtn.active{
		background: none;
	}
	.h_sp{
		display: block;
	}
	.btn_bk:after,.btn_or:after{
		content: "";
	}
	.btn_bk,.btn_or{
	border-radius: 0;
	padding: 5px;
/*	width: 90px;*/
	height: 51.5px;
	line-height: 1.2;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	}
	.btn_bk{
	margin-right: 0;
	}
	header{
/*		height: 60px;*/
	}
}
@media(max-width: 580px){
	.pc{
		display: none;
	}
	.header_inner {
    padding: 0 50px 0 0px;
	}
	.header_inner p{
		display: none;
	}
	.h_logo{
		padding: 5px 10px 5px 15px;
	}
	h1{
		font-size: 9px;
		margin: 0 .5em;
	}
	header{
		border: none;
		height: 73px;
	}
	.sp_h1{
		display: block;
		background: var(--clr-dor);
		color: #fff;
		padding: 5px;
		text-align: center;
	}
	.menubtn{
		top: 23px;
	}
}

/*kv*/
.kv{
	background: url(../../../images/front_guest/renew02/bg_kv.jpg)no-repeat center /cover;
	padding-top: 90px;
}
.kv .inner{
/*	padding: 85px 380px 150px 90px;*/
	background: url(../../../images/front_guest/renew02/top_img.png)no-repeat bottom right / contain;
}
.kv .inner>p:first-child {
	padding: 90px 350px 0px 90px;
}
.kv .inner>p:last-child{
	padding-bottom: 120px;
}
.kv .inner>p:last-child img {
	width: 60%;
	margin: 0 auto;
}

@media(max-width: 760px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.kv .inner{
		background: none;
		padding: 0 0 0 15px;
	}
	.section {
	padding: 40px 0 80px;
	}
	.section {
	padding: 40px 0 80px;
	}
	.section.sec01 {
	padding: 100px 0 80px;
	}
	.kv .inner .sp{
		margin: 0 auto;
	}
	.kv .inner>p:first-child {
		padding: 0px 380px 0px 90px;
	}
	.kv .inner>p:last-child{
		padding: 0;
		margin: 0;
	}
	.kv .inner>p:last-child img {
		width: 100%;
		max-width: 451px;
	}
	.sec03,.sec05,.sec07,.sec09{
		background-size: cover;
	}
}
@media(max-width: 470px){
	.kv .inner>p:last-child img {
		width: 100%;
	}	
}
.sec01 .bnr_wrap{
/*	margin: 0 auto 80px;*/
}
.cast_slider li{
	margin-right: 10px;
}
.cast_slider li img{
	border-radius: 10px;
}
.cast_slider{
	margin: 60px 0 0;
	padding: 0;
	line-height: 0;
	height: 200px;
}
.photo_slide{
	margin: -160px 0 -145px;
}
.sec03 h2{
/*	margin-top: 100px;*/
}
.sec03 .bnr_wrap{
/*	margin-top: 80px;*/
}
@media(max-width: 760px){
	.sec01 .bnr_wrap{
/*	margin: 60px auto 80px;
	padding: 0 15px;*/
	}
	.sec02 .f_mdl.center{
		text-align: left;
		font-size: 22px;
	}
	.photo_slide{
	margin: -100px 0 -161px;
	}
}
@media(max-width: 420px){
	.sec01 .bnr_wrap{
/*	margin: 50px auto 80px;*/
	}
}
table{
	text-align: left;
	width: 100%;
	margin-bottom: 80px;
	border-collapse:collapse;
	box-shadow: 0px 0px 8px 0px #f0f0f0;
}
th{
	background: var(--clr-bk);
	color: #fff;
}
th,td{
	padding: 15px 20px;
	border: 1px solid #F1F1F1;
}
th{
	font-size: 20px;
}
th span{
	font-size: 16px;
}
td{
	font-size: 18px;
	font-weight: bold;
	background: #fff;
}
td span{
	font-size: 28px;
}
.bnr_wrap{
/*	margin: 0 auto 30px;*/
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 1rem 0;
}
.bnr_wrap img {
	width: 95%;
	max-width: 550px;
}
@media(max-width: 760px){
	.bnr_wrap img {
		max-width: 385px;
	}
}
@media(max-width: 475px){
	.bnr_wrap img {
		width: 75%;
		max-width: 300px;
	}
}
.tbl_01 td{
	width: 60%;
}
.tbl_02 td{
	width: 35%;
}
.td_01{
	background: #FCFCFC;
}
.tr_or th{
	background: var(--clr-main);
	border-top: 5px solid var(--clr-main);
  border-bottom: 5px solid var(--clr-main);
  border-left: 2px solid var(--clr-main);
}
.tr_or .td_01{
	border-top:5px solid var(--clr-main);
	border-bottom:5px solid var(--clr-main);
}
.tr_or .td_02{
	border-top:5px solid var(--clr-main);
	border-bottom:5px solid var(--clr-main);
	border-right: 5px solid var(--clr-main);
}
@media(max-width: 760px){
	table{
	margin-bottom: 50px;
}
	th{
	font-size: 15px;
	}
	th span {
    font-size: 14px;
    font-weight: normal;
	}
	td{
		font-size: 14px;
	}
	td span{
		font-size: 24px;
	}
	.tbl_01 td,.tbl_02 td{
		width: 50%;
	}
	th,td{
		padding: 8px;
	}

}
.set04_step{
	display: flex;
	justify-content: space-between;
	margin-bottom:100px ;
}
.set04_step li{
	width: 22%;
	position: relative;
}
.set04_step li span{
	border: 1px solid #fff;
	font-size: 26x;
	padding: 0.5rem 1rem;
}
.set04_step li p,.set04_step li span{
	position: absolute;
	color: #fff;
	background: var(--clr-bk);
}
.set04_step li p{
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-size: 13px;
}
.set04_step li:not(:last-child):after{
	position: absolute;
	content: "";
	width: 0;
  	height: 0;
  	border-style: solid;
  	border-top: 11px solid transparent;
  	border-bottom: 11px solid transparent;
  	border-left: 12px solid var(--clr-main);
  	border-right: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	right: -25px;
}
@media(max-width: 760px){
	.sec04 .inner,
	.sec06 .inner,
	.sec07 .inner {
		max-width: 480px;
	}
	.set04_step{
		display: block;
	}
	.set04_step li{
	width:80%;
	margin: 0 auto 60px;
	}
	.set04_step li img{
		width: 100%;
	}
	.set04_step li:not(:last-child):after{
  	border-right: 15px solid transparent;
  	border-left: 15px solid transparent;
  	border-top: 15px solid var(--clr-main);
  	border-bottom: 0;
  	top: auto;
  	right: auto;
  	bottom: -40px;
  	left: 50%;
  	transform: translateX(-50%);
	}
	.set04_step li p{
		font-size: 18px;
	}
}
.sec04_scene{
	display: grid;
	gap: 15px;
	grid-template-columns:1fr 1fr;
	margin-bottom: 100px;
}
.sec04_scene li{
	display: flex;
	align-items: start;
}
.sec04_type h3{
	margin-bottom: .8em;
}
.sec04_type li{
	margin-bottom: 60px;
}
.sec04_scene li img{
	margin-right: 30px;
}
.sec04_scene li span,.type_bell_ttl span{
	background: var(--clr-main);
	font-size: 14px;
	padding: 8px 15px;
	margin-right: 10px;
}
.scene_ttl{
	font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    padding-bottom: 8px;
}
.sec04_type{
	display: flex;
	align-items: start;
	margin-bottom: 50px;
	grid-gap: 2rem;
}
.sec04_type img{
	position: relative;
	width: 100%;
	max-width: 350px;
}
.type_num{
	position: absolute;
	background: var(--clr-bk);
	border: 1px solid #fff;
	text-align: center;
	font-size: 34px;
	line-height: 100px;
	width: 100px;
	height: 100px;
	z-index: 10;
}
.type_bell{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.type_bell>div{
	width: 30%;
}
.type_bell_ttl{
	height: 70px;
	display: flex;
	align-items: center;
	line-height: 1.4;
	text-align: left;
}
.type_bell img{
	width: 100%;
	max-width: 300px;
}
.link_bl{
	color: var(--clr-bl);
	text-align: right;
	text-decoration: underline;
}
@media(max-width: 760px){
	.sec04_scene{
	grid-template-columns:1fr;
	}
	.sec04_scene li img{
		width: 130px;
	}
	.sec04_type,.type_bell{
	display: block;
	}
	.sec04_type img {
	    max-width: 450px;
	}
	.type_bell>div{
	width: 80%;
	margin: 0 auto 40px;
	text-align: center;
	}
	.scene_ttl{
	font-size: 18px;
	}
	.sec04_type img{
		margin-bottom: 30px;
	}
	.type_num{
		font-size: 32px;
		line-height:80px;
		width: 80px;
		height: 80px;
	}
}
.sec05_area{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.sec05_area p{
	font-size: 22px;
	font-weight: bold;
}
.sec05_area h3{
	background: var(--clr-main);
	color: #fff;
	border-radius: 10px;
	font-size: 28px;
	padding: 2px 14px;
	margin-right: 10px;
	display: inline-block;
}
.sec05 .inner{
	padding-top: 100px;
	height: 500px;
	background: url(../../../images/front_guest/renew02/area_img.png)no-repeat right center/ contain;
}
@media(max-width: 760px){
	.sec05 .inner{
		padding-top: 0;
		background: url(../../../images/front_guest/renew02/area_img.png)no-repeat right bottom 10% / 70%;
	}
	.section.sec05{
		padding: 50px 0 20px;
	}
	.sec05_area h3{
	font-size: 22px;
	padding: 0 10px;
	}
	.sec05 .bnr_wrap{
/*		padding: 0 15px;*/
	}
}
.sec06_recommend{
	background: url(../../../images/front_guest/renew02/recommend_img.jpg)no-repeat center/ cover;
	padding: 90px 150px;
	margin-bottom: 100px;
}
.sec06_recommend ul{
	background: rgba(0, 0, 0, .8);
	border: 5px solid #2e2e2e;
	padding: 50px;
	color: #fff;
}
.sec06_recommend li{
	font-size: 18px;
	position: relative;
	padding:0 0 15px 34px;
}
.sec06_recommend li:before{
	content: "";
	position: absolute;
	background: url(../../../images/front_guest/renew02/check.png)no-repeat center / cover;
	width: 28px;
	height: 28px;
	left: 0;
	top: 10px;
}
.sec06_recommend li:not(:last-child){
	border-bottom: 1px dashed #2a2a2a;
	margin-bottom: 20px;
}
.sec06_recommend li span{
	display: inline;
	font-size: 22px;
	color: var(--clr-dor);
	font-weight: bold;
}
.sec06_safety li{
	display: flex;
	grid-gap: 2rem;
	align-items: center;
	margin-bottom: 50px;
}
.sec06_safety li img,.sec06_safety div{
	width: 50%;
}
.sec06_safety li img{
 border-radius:6px;
/* margin-right: 60px;*/
}
.sec06_safety li h3{
	line-height: 1.5;
	margin-bottom: .8em;
}
@media(max-width: 760px){
	.sec06_recommend{
		padding: 50px 32px;
		background: url(../../../images/front_guest/renew02/recommend_img_sp.jpg)no-repeat center/ cover;
	}
	.sec06_recommend ul{
		padding: 40px 30px;
	}
	.sec06_recommend li{
		font-size:16px;
		line-height: 1.5;
 	}
 	.sec06_recommend li:before {
 		top: 5px;
 	}
 	.sec06_recommend li span{
		font-size:18px;
 }
	.sec06_safety li{
	display: block;
	}
	.sec06_safety li img,.sec06_safety div{
	width: 100%;
	}
	.sec06_safety li img{
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.sec07_reason li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
	gap: 40px;
	}
.sec07_reason li img{
	width: 50%;
	}
.sec07_reason li div{
	width: 45%;
	}
.sec07_reason li:nth-child(2n){
	flex-direction: row-reverse;
}
.sec07_reason h3{
	color: var(--clr-main);
	display: flex;
	font-size: 22px;
	align-items: start;
	line-height: 1.3;
	margin-bottom: 1em;
	position: relative;
	padding-left: 76px;
}
.sec07_reason h3:before{
	position: absolute;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	left: 0;
	top: 3px;
	background: var(--clr-main);
}
.reason_01:before{
	content: "1";
}
.reason_02:before{
	content: "2";
}
.reason_03:before{
	content: "3";
}
.reason_04:before{
	content: "4";
}
@media(max-width: 760px){
	.sec07_reason li{
	display: block;
	width: 100%;
	margin-bottom: 40px;
	}
	.sec07_reason li img{
		margin-bottom: 20px;
	}
	.sec07_reason li img,.sec07_reason li div{
	width: 100%;
	}
	.sec07_reason h3{
	min-height: 60px;
	}
}
.sec08_voice li{
	background: #fff;
	padding: 20px;
	margin: 0 20px;
	max-height: 550px;
}
.sec08_voice li h3{
	font-size: 12px;
	text-align: center;
}
.sec08_voice .slick-dots li {
	background: none!important;
	padding: 0;
	margin: 0;
	height: 20px;
}
.slick-dots{
	bottom: -40px!important;
}
.voice_ttl{
	padding-bottom: 20px;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
}
.voice_ttl p{
	width: 70%;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 0;
}
.voice_img{
	width: 110px;
	margin-right: 15px;
}
.voice_img img{
	width: 100%;
	margin-bottom: 5px;
}
.slick-dots li button{
	position: ;
}
.slick-dots li button:before{
    font-size: 20px;
}
.section.sec09 .bnr_wrap {
/*    margin-bottom: 60px;*/
}
.sec09_faq h3{
	background: var(--clr-bk);
	color: #fff;
	min-height: 80px;
	position: relative;
	padding: 0 100px;
	display: flex;
	align-items: center;
	margin-top: 15px;
	cursor: pointer;
}
.sec09_faq h3:before,.sec09_faq h3:after,.faq_a:before{
	position: absolute;
}
.sec09_faq h3:before,.faq_a:before{
	font-size: 36px;
	top: 0;
	left: 30px;
	font-weight: 900;
}
.sec09_faq h3:before{
	content: "Q";
}
.faq_a:before{
	content: "A";
}
.sec09_faq h3.open:after,.sec09_faq h3:after{
	font-family: 'Font Awesome 5 free';
	font-weight: bold;
	right: 30px;
	font-size: 30px;
}
.sec09_faq h3:after{
	content: "\f067";
}
.sec09_faq h3.open:after{
	content: "\f068";
}
.faq_a{
	display: none;
	position: relative;
	padding: 20px 100px;
	background: #fff;
}
@media(max-width: 760px){
	.sec09_faq h3{
		font-size: 18px;
		padding: 10px 65px;
		line-height: 1.3;
	}
	.sec09_faq h3:before,.faq_a:before{
		font-size: 30px;
		top: 18px;
		left: 18px;
		}
	.faq_a{
		padding: 20px 55px;
		background: #fff;
	}
	.sec09_faq h3.open:after,.sec09_faq h3:after{
	right: 22px;
	font-size: 26px;
}
}
.sec10_inner{
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 50px;
}
@media(max-width: 760px){
	.sec10{
		background: url(../../../images/front_guest/renew02/bg_02.jpg) no-repeat right 35% top /cover;
	}
	.sec10 h2{
		font-size: 28px;
	}
}
@media(max-width: 480px){
	.sec10_inner{
		padding: 0 15px;
	}
}
/*footer*/
footer{
	padding: 50px 15px 15px;
	font-size: 12px;
}
footer a{
	color: #fff;

	}
.f_link{
	max-width: 500px;
	margin: 50px auto 20px;
}
.f_link li{
	width: 25%;
	margin-bottom: 1em;
	text-align: left;
}
.f_link02{
	max-width: 600px;
	margin: 50px auto;
	justify-content: center;
	text-decoration: underline;
	grid-gap: 1rem;
}
.f_link02 li:not(:last-child){
	border-right: 2px solid #fff;
}
.f_link02 li{
	padding:0 15px;
}
.f_logo{
	margin-bottom: 20px;
}
.f_sns{
	gap: 20px;
}
@media(max-width: 760px){
	.voice_ttl p{
		font-size: 16px;
	}
	.f_link li{
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	}
	.f_link li a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
	}
	.f_link li a:hover{
		padding: 5px;
	}
}
@media(max-width: 450px){
	.f_link02 li:not(:last-child){
	border-right: none;
	}
}

/*ページトップボタン*/
#page-top a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--clr-dor);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
}
#page-top{
	position: fixed;
	right: 20px;
	z-index: 95;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.mt30 {
	margin-top:30px;
}
.mb10 {
	margin-bottom:10px;
}
.txt--bold {
	font-weight: 900;
}
.meetsnow {
	text-align: center;
	margin-top: 30px;
}
.meetsnow h2 {
	width: 100%;
	margin-bottom: .5rem;
}

.video-box {
	margin: 0 auto 3rem;
	width: 100%;
	max-width: 3rem;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: -13%;
}

.videowrapper iframe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60%;
    height: 60%;
}
@media(max-width: 650px){
	.videowrapper {
	    margin-bottom: 30px;
	}
	.videowrapper iframe {
	    position: absolute;
	    width: 75%;
	    height: 75%;
	}
}
@media(max-width: 420px){
	.videowrapper iframe {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	}
}
.cast_slider li.slick-slide {
  max-width: 110px; /* 画像の最大幅を100pxに設定 */
}

.cast_slider .slick-slide img {
  max-width: 110px; /* 画像の最大幅を100pxに設定 */
  max-height: 110px; /* 画像の最大高さを100pxに設定 */
}
@media(max-width: 500px){
	.cast_slider li.slick-slide {
	  max-width: 100px;
	}
	.slick-slide img {
	  max-width: 100px;
	  max-height: 100px;
	}
}

.on_sp {
	display: none;
}
@media(max-width: 425px){
	.on_sp {
		display: inline-block;
	}
}

.slick-dots li {
	width: 40px;
}

.main_bg{
	background: #05080b;
}
#fixied_cvbtn.bnr_wrap {
	bottom: 0;
	position: sticky;
	z-index: 90;
	text-align: center;
}
@media(max-width: 475px){
	#fixied_cvbtn.bnr_wrap {
		padding-left: 1rem;
		text-align: left;
	}
}