@charset "UTF-8";

/*---------------------
* 表示関係
---------------------*/
._pc {
	display: block;
}

._sp {
    display: none;
}

/* ---------------------------------------------------
 * body
/* ---------------------------------------------------*/
body {
    overflow: hidden;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 500;
}


/*フッター*/
#footer {
	text-align: center;
	font-size: 15px;
	padding: 15px;
	line-height: 26.25px;
	background-color: #333;
	color: #fff;
}

/*---------------------
* 内包
---------------------*/
.wrap {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 92%;
    }
}

/*---------------------
* セクション内レター
---------------------*/
article.content_article.wrap {
    position: relative;
}

/*セクション内レターの分離*/
article.content_article.leave_sec div.ca_sec {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

/*セクション内レターの段落*/
article.content_article div.ca_sec > p {
    padding: 50px 50px;
    font-size: 25px;
    line-height: 1.7;
}
article.content_article div.ca_sec > p.caution {
    padding: 100px 50px 50px;
    font-size: 25px;
    line-height: 1.7;
}
article.content_article div.ca_sec > p.p_bottom {
    padding: 50px 50px 310px;
    font-size: 25px;
    line-height: 1.7;
}

  .img_bottom {
	margin-bottom: 15px;
  }

/* ---------------------------------------------------
 * セクションの背景
/* ---------------------------------------------------*/
/*fv*/
#section-fv-01,
#section-fv-02{
    background-size: cover;
}

#section-fv-01 {
    background: url(../images/section-fv_01.webp) no-repeat center;
}

#section-fv-02 {
    background: url(../images/section-fv_02.webp) no-repeat top center;
}

/* section_bg */
.section_bg {
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    width: 100%;
    height: auto; 
    padding: 30px 0 0;
    overflow: hidden;
    display: block;
	background-image: url(../images/section_bg_main.webp);
	background-size: cover;
}

/*---------------------
* テキスト関係
---------------------*/
.center{
	text-align: center;
}

.kakko{
	color: #545454;
}

p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    color: #1a1a1a;
    font-family: notosans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    white-space: pre-line;
}

strong {
    font-weight: 900;
}

/*文字サイズ*/
.fsb_00,
.fsb_01,
.fsb_02,
.fsb_03{
    font-weight: 900;
}

.fsb_00 {
    font-size: 50px !important;
}

.fsb_01 {
    font-size: 40px !important;
}

.fsb_02 {
    font-size: 35px !important;
}

.fsb_03 {
    font-size: 25px !important;
}

em{
    font-style: normal !important;
}


/*---------------------
* 余白調整
---------------------*/
.lp_p {
    padding: 0 50px;
}

@media only screen and (max-width: 1024px) {
    .lp_p {
        padding: 0 60px;
    }
}

.sec_01_01 {
    padding-top: 50px;
}
.sec_01_11 {
    padding-top: 10%;
	padding-bottom: 5%;
}
.sec_01_15 {
    padding-top: 100px;
}

.sec_01_01,.sec_01_02,.sec_01_03,.sec_01_04,.sec_01_05,.sec_01_06,.sec_01_07,.sec_01_08,.sec_01_09,.sec_01_10 {
	text-align: center;
}

.sec_01_01 img,.sec_01_02 img,.sec_01_03 img,.sec_01_04 img,.sec_01_05 img,.sec_01_06 img,.sec_01_07 img,.sec_01_08 img,.sec_01_09 img,.sec_01_10 img {
    width: 88%;
}

.cta_btn {
	margin: 0 88px 25px;
	width: 81%;
}

/* ---------------------------------------------------
 * YOUTUBE
/* ---------------------------------------------------*/
.youtube_container {
    position: relative;
}

.youtube_box {
    position: absolute;
    z-index: 999;
    width: 63.6%;
    height: auto;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.youtube_box .movie_msk {
    width: 100%;
    height: 100%;
    position: absolute;
}

.youtube_box::after {
    content: "";
    display: block;
    padding-top: 56.3%;
}

@media only screen and (max-width: 767px) {
	/*---------------------
	* 表示関係
	---------------------*/
	._pc {
		display: none !important;
	}

	._sp {
		display: block !important;
	}

	body {
		font-size: 21px;
		line-height: 1.6;
		overflow: hidden;
    	font-weight: 500;
    	color: #1a1a1a;
	}
	
    .wrap {
        width: 92%;
    }

	/*フッター*/
	#footer {
		text-align: center;
		font-size: 12px;
		padding: 15px;
		line-height: 21px;
		background-color: #333;
		color: #fff;
	}

	/*---------------------
	* セクション内レター
	---------------------*/
	article.content_article.wrap {
		position: relative;
	}

	article.content_article.leave_sec div.ca_sec {
		margin-bottom: 20px;
	}
	article.content_article div.ca_sec > p {
		padding: 20px 16px;
		font-size: 22px;
	}
	article.content_article div.ca_sec > p.caution {
		padding: 30px 16px 25px !important;
		font-size: 22px;
	}
	article.content_article div.ca_sec > p.p_bottom {
		padding: 20px 16px 160px;
		font-size: 22px;
	}
	
	span.kakko_small{
		font-size: 20px !important;
	}
	
    .img_bottom {
        margin-bottom: 12px;
    }
	
    #section-fv-01 {
        background: url(../images/section-fv_in_01_sp.webp) no-repeat center;
    }
	
    #section-fv-02 {
        background: url(../images/section-fv_in_02_sp.webp) no-repeat top center;
    }
	
    .section_bg {
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: fixed;
        padding: 20px 0 0;
    }

	/*image*/
	#section-01_bg {
        background: none;
        font-size: 25px;
        line-height: 1.6;
    }
	
	#section-01_bg::after {
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url(../images/section_bg_main.webp);
        background-size: cover;
        background-position: center;
        z-index: -1;
    }	
	
	/*---------------------
	* イメージの説明
	---------------------*/
	.cta_btn {
		margin: 0 15px 0;
		width: 90%;
	}
	
    .fsb_00.caution {
        font-size: 9vw !important;
    }
    .fsb_00 {
        font-size: 6.5vw !important;
    }
    .fsb_01 {
        font-size: 35px;
    }
    .fsb_02 {
        font-size: 5.5vw !important;
    }
    .fsb_03 {
        font-size: 21px;
    }
}

/*---------------------
* 動画
---------------------*/
.video_container {
    position: relative;
}

.video_box {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    pointer-events: none;
}

video {
    display: block;   
    width: 100%;      
}

.video_container_01,.video_container_02,.video_container_03 {
    position: relative;
}
.video_container_01 {
    margin-bottom: 56%;
}
.video_container_02 {
    margin-bottom: 112%;
}
.video_container_03 {
    margin-bottom: 161.5%;
}
@media only screen and (max-width: 767px) {
	.video_container_01 {	
		margin-top: 28%;
		margin-bottom: 88%;
	}
	.video_container_02{
		margin-top: -1%;
		margin-bottom: 147%;
	}
	.video_container_03 {	
		margin-top: 3%;
		margin-bottom: 183%;
	}
}

@media only screen and (max-width: 644px) {
	/*---------------------
	* 余白調整
	---------------------*/
    .lp_p {
        padding: 0 15px;
    }
	
	.sec_01_01 {
		padding-top: 20px;
	}
	
	.sec_01_01 img,.sec_01_02 img,.sec_01_03 img,.sec_01_04 img,.sec_01_05 img,.sec_01_06 img,.sec_01_07 img,.sec_01_08 img,.sec_01_09 img,.sec_01_10 img {
		width: 100%;
	}
	
	.sec_01_15 {
		padding-top: 0;
	}
	
	/* ---------------------------------------------------
	 * YOUTUBE
	/* ---------------------------------------------------*/
	.youtube_box {
        width: 89%;
        top: 50.5%;
    }

	.youtube_box .movie_msk {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	
	/*---------------------	
	* 動画	
	---------------------*/
	.video_box {	
		width: 100%;	
		left: 50%;	
		transform: translate(-50%, -50%);	
	}	
}