@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*/
.wrap_05 {
    margin: 0 auto;
    border: 2px #06174a solid;
}
/*保証→ベージュ色背景のwrap*/
.wrap_06 {
    margin: 0 auto;
    border: 2px #5e071d solid;
}
.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;
}

/*---------------------
* box
---------------------*/
.box_01{
	border: 2px solid #022a66; 
	background-color: #ebf2ff;
}

.box {
    border-style: solid;
    border-width: 3px;
    margin: 0 50px 50px;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
}

.box_inside_container{
	background-color: #fff;
    margin: 0 40px 40px;
}
@media only screen and (max-width: 767px) {
	.box_inside_container{
		margin: 0 10px 10px;
	}
}

.end {
  margin: 0 50px 0;
}

p.box-txt {
  padding: 40px;
  font-size: 25px;
  line-height: 1.7;
}

.box_img {
  padding: 0 40px 0;
}
@media only screen and (max-width: 767px) {
	.box_img {
	  padding: 0 10px 0;
	}
}

@media only screen and (max-width: 1024px) {
  .box_title img {
    border-radius: 0;
  }
}

.box_img img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.box{
		border-style: solid;
		border-width: 2px;
		margin: 0px 15px 15px;
		border-radius: 0; 
		overflow: hidden; 
		text-align: justify;
	}

  .end {
    margin: 0 15px 0;
  }

  p.box-txt {
    padding: 10px;
    font-size: 21px;
    line-height: 1.7;
	white-space: pre-line;
  }

  div.box-txt > p {
    font-size: 21px;
    line-height: 1.7;
    white-space: pre-line;
  }

  .box_title img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
	
  .box_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .img_bottom {
	margin-bottom: 15px;
  }
}
/* ---------------------------------------------------
 * セクションの背景
/* ---------------------------------------------------*/
/*fv*/
#section-fv-01,
#section-fv-02,
#section-fv-03,
#section-fv-04{
    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-fv-03 {
    background: url(../images/section-fv_03.webp) no-repeat center;
}

#section-fv-04 {
    background: url(../images/section-fv_04.webp) no-repeat 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;
}

#section-02_bg {
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#section-02_bg {
		padding-bottom: 0;
	}
}

#section-03_bg {
	background-size: cover;
    background-image: url(../images/section-03_bg.webp);
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
	#section-03_bg {
		background-image: url(../images/section-03_bg.webp);
		padding-bottom: 0;
		padding-top: 0;
	}
}

#section-04_bg.section_bg { 
    padding: 0;
}

#section-01_bg,
#section-02_bg,
#section-04_bg,
#section-19_bg{
    background-size: cover;
}

#section-01_bg,#section-02_bg,#section-04_bg,#section-19_bg {
    background-image: url(../images/section_bg_main.webp);
}
/* 特典の画像背景 */
#section-05_bg{
	background: url(../images/section-05_bg.webp) top center;
}
#section-07_bg{
	background: url(../images/section-07_bg.webp) top center;
}
#section-09_bg{
	background: url(../images/section-09_bg.webp) top center;
}
#section-11_bg{
	background: url(../images/section-11_bg.webp) top center;
}
#section-05_bg,#section-07_bg,#section-09_bg,#section-11_bg{
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	background-color: #fff;
	padding: 50px 0 30px;
}
/* 特典の赤色背景 */
#section-06_bg,#section-08_bg,#section-10_bg,#section-12_bg{
	background: linear-gradient(to bottom, #BF002E, #880021);
	padding: 50px 0 30px;
}
@media only screen and (max-width: 767px) {
	#section-06_bg,#section-08_bg,#section-10_bg,#section-12_bg{
		padding-top: 20px;
		padding-bottom: 0;
	}
}

#section-03_bg,#section-04_bg,#section-13_bg,#section-19_bg{
	padding-top: 50px !important;
}
/*保証背景*/
#section-13_bg,#section-14_bg,#section-15_bg,#section-16_bg,#section-17_bg,#section-18_bg{
	background-color: #decdb6;
}
#section-13_bg,#section-14_bg,#section-15_bg,#section-16_bg,#section-17_bg,#section-18_bg{
	padding-top: 30px;
}
#section-18_bg{
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#section-03_bg,#section-04_bg,#section-13_bg{
		padding-top: 20px !important;
	}
	#section-14_bg,#section-15_bg,#section-16_bg,#section-17_bg,#section-18_bg{
		padding-top: 0;
		padding-bottom: 0;
	}
}

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

.kakko{
	color: #545454;
}

span.kakko_small{
	font-size: 23px !important;
}

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;
}

p.photo_caption{
	font-size: 20px !important;
	line-height: 1.6 !important;
	margin-top: 9px;
	text-align: center;
	color: #808080 !important;
	white-space: pre-line;
}
@media only screen and (max-width: 767px) {
    p.photo_caption {
        font-size: 18px !important;
        margin-top: 5px;
    }
}

strong {
    font-weight: 900;
}

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

.fsb_00 {
    font-size: 35px;
}

.fsb_01 {
    font-size: 25px;
}

/*カラー*/
.tc1 {
    color: #de1738;
}

/*---------------------
* 余白調整
---------------------*/
#section-03_contents-box,#section-03_contents-box_02,#section-03_contents-box_03,#section-04_contents-box,#section-05_bg_contents-box,#section-06_bg_contents-box,#section-07_bg_contents-box,#section-08_bg_contents-box,#section-09_bg_contents-box{
    margin-top: 50px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
	#section-03_contents-box{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#section-03_contents-box_02,#section-03_contents-box_03{
		margin-top: 40px;
	}
	#section-04_contents-box{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (max-width: 767px) {
	#section-03_contents-box,#section-03_contents-box_02,#section-03_contents-box_03{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.lp_p {
    padding: 0 50px;
}

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

.image-container_02 {
    width: 70%;
    margin: 38px auto 0;
}

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

.sec_02_01{
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.sec_02_01{
		margin-bottom: 20px;
	}
}

.ca_sec_01 {
    padding-bottom: 990px !important;
}
@media only screen and (max-width: 1024px) {
	.ca_sec_01 {
		padding-bottom: 88vw !important;
	}
}
.ca_sec_19 {
    padding-bottom: 18% !important;
}
@media (min-width: 1025px) and (max-width: 1400px) {
	.ca_sec_19 {
		padding-bottom: 29% !important;
	}
}
@media only screen and (max-width: 1024px) {
	.ca_sec_19 {
		padding-bottom: 30% !important;
	}
}

.sec_03_29{
	padding-top: 40px;
}
@media only screen and (max-width: 767px) {
.sec_03_29{
	padding-top: 30px !important;
}
}

.sec_01_02,.sec_03_09,.sec_11_01,.sec_19_01 {
	text-align: center;
}
.sec_01_02 img,.sec_03_09 img,.sec_11_01 img,.sec_19_01 img{
	width: 50%;
}

.sec_04_08,.sec_04_17  {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.sec_04_08,.sec_04_17 {
		margin-top: 10px;
	}
}

.sec_05_02 {
	padding-top: 80px;
}

.sec_10_05_01,.sec_03_14{
	padding-top: 50px;
}

.box-txt_slider-bottom{
	padding-top: 30px !important;
}

.padding-top_0{
	padding-top: 0 !important;
}
/* ---------------------------------------------------
 * 動画
/* ---------------------------------------------------*/
.youtube_container {
    position: relative;
}

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

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

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


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

.video_line_container{
	position: relative;
}
.video_line {
	width: 90%;
}
.video_line_box {
	width: 100%;
}
.video_line,.video_line_box {
	position: absolute;
	top: 0; 
	left: 50%; 
	transform: translateX(-50%);
    border-style: solid;
    border-width: 2px;
    border-color: #043962;
	box-sizing: border-box;
	z-index: 999;
    padding: 0;      
    margin: 0;        
    line-height: 0; 
}
@media only screen and (max-width: 767px) {
.video_line {
	width: 91%;
}
.video_line_box {
	width: 99.5%;
}
.video_line,.video_line_box {
    border-width: 1px;
}
}

.video_container_01,.video_container_02,.video_container_03,.video_container_06,.video_container_07,.video_container_05,.video_container_06,.video_container_08,.video_container_09,.video_container_10,.video_container_11 {
    position: relative;
}
.video_container_01 {
    margin-bottom: -2.5%;
}
.video_container_02 {
    margin-bottom: 77.5%;
}
.video_container_03 {
    margin-bottom: 67%;
}
@media only screen and (max-width: 767px) {
.video_container_01 {	
	margin-top: 82%;
	margin-bottom: 0;
}
.video_container_02 {
	margin-top: 1%;
	margin-bottom: 80%;
}
.video_container_03 {
	margin-top: 1%;
	margin-bottom: 69%;
}
}
	
.video_container_05,.video_container_04,.video_container_06 {
    margin-bottom: 69%;
}
.video_container_07 {
    margin-bottom: 67.5%;
}
@media only screen and (max-width: 767px) {
.video_container_05,.video_container_04,.video_container_06 {
	margin-top: 1%;
	margin-bottom: 69%;
}
.video_container_07 {
	margin-top: 0;
	margin-bottom: 68%;
}
}

.video_container_08 {
    margin-bottom: 50%;
}

.video_container_09 {
    margin-bottom: 80%;
}

.video_container_10 {
    margin-top: 5%;
    margin-bottom: 72%;
}
@media only screen and (max-width: 767px) {
.video_container_10 {
	margin-top: 4%;
	margin-bottom: 68%;
}
}

.video_container_11 {
    margin-bottom: 63%;
}
@media only screen and (max-width: 767px) {
.video_container_11 {
	margin-top: 0;
	margin-bottom: 63%;
}
}

@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;
	}
	
	/*---------------------
	* テキスト関係
	---------------------*/
	p,.b>p {
		font-size: 21px;
		line-height: 1.6;
		white-space: pre-line;
	}

	/*---------------------
	* セクション内レター
	---------------------*/
	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;
	}
	
	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-fv-03 {
        background: url(../images/section-fv_in_03_sp.webp) no-repeat top center;
    }
	
    #section-fv-04 {
        background: url(../images/section-fv_in_04_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,
	#section-02_bg,
	#section-04_bg,
	#section-19_bg{
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: scroll;
        padding: 20px 0 0;
    }
	
	/* 特典の画像背景 */
	#section-05_bg{
		background: url(../images/section-05_bg_sp.webp) top center;
    }
	#section-07_bg{
		background: url(../images/section-07_bg_sp.webp) top center;
    }
	#section-09_bg{
		background: url(../images/section-09_bg_sp.webp) top center;
    }
	#section-11_bg{
		background: url(../images/section-11_bg_sp.webp) top center;
    }
	/* 特典の赤色背景 */
	#section-05_bg,#section-07_bg,#section-09_bg,#section-11_bg{
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: scroll;
		background-color: #fff;
        padding: 20px 0 0;
    }

	@media only screen and (max-width: 767px) {
	#section-01_bg,#section-02_bg,#section-04_bg,#section-19_bg {
			background: none;
			font-size: 25px;
			line-height: 1.6;
		}

		#section-01_bg::after,#section-02_bg::after,#section-04_bg::after,#section-19_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;
		}	
	}
	/*---------------------
	* イメージの説明
	---------------------*/
	.image-container_02 {
		padding-bottom: 14px;
	    width: 100%;
	}
	
	.cta_btn {
		margin: 0 15px 0;
		width: 90%;
	}
}

@media only screen and (max-width: 644px) {
    .fsb_00 {
        font-size: 28px;
    }
    .fsb_01 {
        font-size: 21px;
    }

/*---------------------
* 余白調整
---------------------*/
	.section-04ca_sec{
		padding-bottom: 20px !important;
	}
	
    .lp_p {
        padding: 0 15px;
    }
	
    .ca_sec_01 {
        padding-bottom: 100% !important;
    }
	
	.sec_03_13_photo_caption{
		padding: 0 10px 0;
	}
	
	.sec_01_33_a{
		padding-bottom: 25px;
	}
	
	.sec_04_16{
        padding-bottom: 20px;
    }
	
	.sec_05_02 {
		padding-top: 20px;
	}
	
	.sec_10_05_01,.sec_03_14{
		padding-top: 20px;
	}

	.box-txt_slider-bottom{
		padding-top: 20px !important;
	}
/* ---------------------------------------------------
 * 動画
/* ---------------------------------------------------*/
	.youtube_box {
        width: 89%;
        top: 60%;
    }

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

	/*---------------------	
	* 動画	
	---------------------*/
		.video_container_08 {	
			margin-top: 28%;
			margin-bottom: 53%;
		}
	
		.video_container_09 {
			margin-top: 0;
			margin-bottom: 80%;
		}

		.video_box {	
			width: 99%;	
			left: 50%;	
			transform: translate(-50%, -50%);	
		}	
}

.hukidasi_container {
	margin: 0 auto;
	text-align: center;
}

img.hukidasi {
    margin: 0 auto;
	width: 85%;
}
._sp.hukidasi{
	display: none;
}
@media only screen and (max-width: 644px) {
	img.hukidasi {
		width: 100%;
	}
	._pc.hukidasi{
		display: none;
	}
}

.img_70{
	text-align: center;
}
.img_70 img{
	width: 70%;
}
@media only screen and (max-width: 644px) {
	.img_70 img{
		width: 100%;
	}
}
.img_88{
	text-align: center;
}
.img_88 img{
	width: 88%;
	margin: 0 auto;
}
@media only screen and (max-width: 644px) {
	.img_88 img{
		width: 100%;
	}
}

/*---------------------
* list
---------------------*/
.list {
    border-style: solid;
    border-width: 2px;
    border-color: #043962;
	background-color: #fff;
    padding: 0 1% 0 0;
    clear: both;
    line-height: 1.8;
    list-style-type: none;
    position: relative;
}
.list_01_00,.list_01_01,.list_01_02,.list_01_03,.list_01_04,.list_01_05,.list_02_01,.list_02_02,.list_02_03{
    margin: 0 50px 0;
}
.list_01_00 {
    width: 55%;
}
.list_01_01 {
    width: 82%;
}
.list_01_02 {
    width: 82%;
}
.list_01_03 {
    width: 84%;
}
.list_01_04 {
    width: 89%;
}
.list_01_05 {
    width: 55%;
}

.list_02_01 {
    width: 90%;
}
.list_02_02 {
    width: 58%;
}
.list_02_03 {
    width: 90%;
}
@media only screen and (max-width: 644px){
	.list {
		padding: 3px 10px 1px 1px;
		margin: 0 15px 0;
	}
	.list_01_01,.list_01_02,.list_01_03,.list_01_04,.list_01_05,.list_02_01,.list_02_02,.list_02_03 {
		margin: 0 auto !important;
	}
	.list_01_00,.list_01_01,.list_01_02,.list_01_03,.list_01_04,.list_01_04,.list_01_05,.list_02_01,.list_02_02,.list_02_03 {
		width: 92.5%;
	}
}

.list ul {
    font-size: 25px;
    font-weight: 500;
    color: #1a1a1a;
    counter-reset: number;
    list-style-type: none !important;
    margin: 14px 0 0 0;
}
@media only screen and (max-width: 644px){
	.list ul {
		font-size: 22px;
		margin: 10px 0 6px 0;
	}
}

.list ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 6px;
    padding-bottom: 15px;
}
.list ul li.sonoue {
    padding-top: 15px;
    padding-bottom: 30px;
}

.list ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: -25px;
    text-align: center;
}

.check:before {
    background-image: url(../images/check.png);
    width: 25px;
    height: 25px;
    top: 12px !important;
}

.number01:before {
    background-image: url(../images/number01.png);
}
.number02:before {
    background-image: url(../images/number02.png);
}
.number03:before {
    background-image: url(../images/number03.png);
}
.number01:before,.number02:before,.number03:before {
    width: 25px;
    height: 25px;
    top: 11px !important;
}
@media only screen and (max-width: 644px){
	.list ul li {
		position: relative;
		line-height: 1.8;
		padding-left: 0;
	}

	.list ul li:before {
		width: 20px;
		height: 20px;
		top: 1px;
	}
}

.cta_btn {
	margin: 0 88px 25px;
	width: 81%;
}
@media only screen and (max-width: 767px) {
	.cta_btn {
		margin: 0 15px 0;
		width: 90%;
	}
}

.sec_02_01{
	position: relative;
}
#dateDisplay {
    position: absolute;
    text-align: center;
    font-size: 68px;
    font-weight: 900;
    color: #1a1a1a;
    max-width: 800px;
    width: 100%;
    max-height: 100px;
    height: 9%;
    left: 50%;
    top: 31.5%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
    #dateDisplay {
        font-size: 6.5vw;
        width: 100%;
        max-height: 100px;
        height: 9%;
        left: 50%;
        top: 32%;
        transform: translate(-50%, -50%);
    }
}

.form_01 {
	transform: translate(-50%, 350%);
}
.form_02 {
	transform: translate(-50%, 09%);
}
.form {
    width: 81%;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media only screen and (max-width: 1024px){
	.form_01 {
		transform: translate(-50%, 65vw);
	}
	.form_02 {
		transform: translate(-50%, -2vw);
	}
}
@media only screen and (max-width: 644px){
	.form_01 {
		transform: translate(-50%, 327%);
	}
	.form_02 {
		transform: translate(-50%, 13%);
	}
	.form_01,.form_02 {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
	}
}