@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600&display=swap');



.LP-img {
	display: block;
}


/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.LP-img {
	width:100vw;
	display: block;
}

}


.LP-fairway-box {
	margin-top: 0px;
}


.LP_header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.LP_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}


.LP_textBOX{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding:3.0rem 0;
}




.LP_text {
	font-size: 1.8rem;
	font-weight:bold;
	color:#fff;
	text-align: center;
	line-height: 3.6rem;
}

.LP_text_b {
	font-size: 1.8rem;
	font-weight:bold;
	color:#000;
	text-align: center;
	line-height: 3.6rem;
}

.LP_textBOX_sub {
	width:730px;
	margin-right: auto;
	margin-left: auto;
	padding:1.0rem 0;
}


.LP_text_sub {
	font-size: 1.1rem;
	font-weight:bold;
	color:#fff;
	text-align: left;
	line-height: 1.8rem;
}

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {

.LP_textBOX{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding:0.5rem 0;
}


.LP_text {
	font-size: 1.0rem;
	font-weight:bold;
	color:#fff;
	text-align: center;
	line-height: 1.75rem;
}


.LP_text_b {
	font-size: 0.95rem;
	font-weight:bold;
	color:#000;
	text-align: center;
	line-height: 1.75rem;
}

.LP_textBOX_sub {
	width:90%;
	padding:1.0rem 0;
}

.LP_text_sub {
	font-size: 0.8rem;
	font-weight:bold;
	color:#fff;
	text-align: left;
	line-height: 1.4rem;
}

}


.mg_t_1 { margin-top:1.0rem;}
.mg_t_2 { margin-top:2.0rem;}
.mg_t_3 { margin-top:3.0rem;}
.mg_t_4 { margin-top:4.0rem;}

.mg_b_4 { margin-bottom:4.0rem;}


.pd_movie { padding:3.0rem;}


/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.pd_movie { padding:0.6rem;}

}



.Wrapper_yellow {
background: #E6E400;
}


.LP_hr {
width: 100vw;
height: auto;
display: block;
}


.cta a:hover img {
	opacity: 0.7;
}


.video_box {
width:800px;
margin:0 auto;

}


/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.video_box {
width:90%;
margin:0 auto;

}

}



.video {
    position: relative;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
	margin-top: 1.0rem;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}