@charset "utf-8";

.content_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content_wrapper img {
	vertical-align: bottom;
}
/* red under line */
h2.xLine_red {
	font-size: 26px;
	position: relative;
	z-index: 2;
}
h2.xLine_red::after {
	position: absolute;
	z-index: 2;
	content: "";
	background-color: #C00;
	width: 88px;
	height: 2px;
	bottom: -16px;
	left:  0;
}


/* youtube movie */
.youtube_movie * {
	margin: 0;
	padding: 0;
}

.youtube_movie {
	/* position: relative; */
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	max-height: 551px;
	/* padding-bottom: 56.25%; */
	/* overflow: hidden; */
}


/* .youtube_movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
} */

/* .main-title-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */


@media screen and (max-width: 1366px) {
	.youtube_movie {
    position: relative;
    width: 100%;
	}
}
/* .youtube_movie{
  width: 980px;
	margin: 0 auto;
} */
/* レスポンシブ */
@media screen and (max-width : 768px){
	.youtube_movie{
    position: relative;
		z-index: 1;
    width: 100%;
		height: 100%;
		max-height: 56.25vw;
		padding-top: 56.25%;
	}
	.youtube_movie iframe{
		position: absolute;
		z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
		aspect-ratio: 16 / 9;

	}

	/* .html5-video-player .video-click-tracking, .html5-video-player .video-stream{
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.html5-video-player .video-click-tracking, .html5-video-player .video-stream iframe{
		width: 100%;
		height: 100%;
	} */
}

.section.s_01 img{
	display: inline;
	margin-bottom: 14px;
}
.section.s_01 .accordion_header img,
.section.s_01  h2 img{
	margin-bottom: 0px;
}

/* ***** 動画ページヘッダー *** */
.main_area_header{
	/* min-width: 980px; */
	max-width: 980px;
	margin: 0 auto;
	padding: 112px 0 8px;
}
.top_h2{
	font-size: 28px;
	position: relative;
	z-index: 2;
	margin-bottom: 32px;
	text-align: center;
}
.top_h2::before{
	position: absolute;
	z-index: 2;
	content: "";
	background-color: #C00;
	width: 1px;
	height: 60px;
	top: -70px;
	left: 50%;
}

.main_area_header div{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.main_area_header_logo{
	width: 120px;
	display: inline-block;
}
.main_area_header_logo.emotional{
	width: 178px;
}
.main_area_header_title{
	font-size: 28px;
}
/* ******** */
/* 動画 */
.movie-content-section{
	max-width: 980px;
	margin: 0 auto;
}
.movie-content-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
	/* margin: 0 auto; */
	/* max-width: 1080px; */
}
.movie-content-wrap:hover{
	opacity: 0.8;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.movie-content-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	/* border: 1px solid #aaa; */
}
.sp-spacer {
	display: none;
	width: 1px;
	height: 1px;
}

.recommend_box{
	position: relative;
	z-index: 2;
}
.recommend_box h4,
.recommend_box p,
.recommend_box .icon_arrow{
	color: #444;
	position: absolute;
	z-index: 3;
}
.recommend_box p{
	font-size: 18px;
}

/* =common / recommend_cta.css 44 */
.recommend_box h4{
	font-size: 14px;
	top: 180px;
	left: 26px;
}



@media screen and (max-width: 768px) {
	.sp-spacer {
		display: block;
	}
}

.bg_gray{
	background-color: #f0f0f0;
	margin-top: 64px;
	padding: 40px 0;
}
/* こちらもおすすめ：スライダー */
.recommend{
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0 30px 0px;
}
.recommend h2{
	font-size: 26px;
	margin-bottom: 34px;
}
.recommend a{
	display: block;
	margin-right: 20px;
}

.slider_title{
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}
.slick-slide img.toDetail_icon{
	width: 1em;
	height: 1em;
}
.toDetail_icon{
	width: 1em;
	height: 1em;
}

/* スタイル比較／フォトギャラリー */
.style_photo{
	font-size: 28px;
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 0 30px;
	align-items: center;
	justify-content: space-between;
}
.style_photo .box{
	width: 49%;
}
.style_photo .box img{
	width: 100%;
}

.style_photo h3{
	font-size: 15.5px;
	margin: 30px 0 12px 0;
	line-height: 1.2;
	text-align: justify;
}

/* ページ下部　注釈 */
.annotation{
	font-size: 13px;
	max-width: 980px;
	margin: 0 auto;
}
.annotation li{
	position: relative;
	z-index: 2;
	padding-left: 1.1em;
	line-height: 1.3;
	margin: 4px 0;
}
.annotation li::before{
	position: absolute;
	z-index: 2;
	content: "";
	background-color: #444;
	width: 1em;
	height: 1em;
	border-radius: 10px;
	top: 0;
	left: 0;
}


@media print, screen and (min-width : 769px){

	br.sp {display: none;}

	.for_sp { display: none; }

	#cta_fix{
		display: none;
	}
	.content_wrapper {
		min-width: 1100px;
		margin: 0 auto;
		padding: 0 0 20px;
	}


	/* index.html */
	.content_wrapper.HL_top {
		width: 100%;
		min-width: 980px;
	}

	/* top_h_banners */
	.top_h_banners {
		min-width: 980px;
		max-width: 980px;
		margin: 54px auto 25px;
	}

	.top_h_banners .h_banner {
		margin: 0 auto 50px;
	}
	.top_h_banners .h_banner img,
	.top_f_banners .f_banner img,
	.sa_event_box img,
	.sec_banner img {
		width: 100%;
		height: auto;
	}
	.top_h_banners .h_banner div{
		margin: 20px 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_h_banners .h_banner .cp_caption {
		font-size: 20px;
		text-align: left;
	}
	.top_h_banners .h_banner .btn_cp_entry {
		margin: 0;
		text-align: center;
		margin-right: 20px;
	}
	.top_h_banners .h_banner .btn_cp_entry a {
		display: inline-block;
		padding: 0.7em 2em;
		background-color: #c00;
		color: #fff !important;
		font-size: 18px;
		letter-spacing: .2em;
		text-align: center;
	}

	/* modal */
	.modal_wrapper {
		box-sizing: border-box;
		position: relative;
		background: #fff;
		padding: 20px;
		width: auto;
		max-width: 900px;
		margin: 20px auto;
	}

	/* magnificPopup */
	.mfp-bg {
		z-index: 70000;
		background-color: #efefef;
	}
	.mfp-wrap {
		z-index: 70001;
	}
	.mfp-close {
		font-size: 42px;
	}

	/* requirements_wrapper */
	.requirements_wrapper {
		line-height: 1.5;
	}
	.requirements_wrapper h2 {
		margin: 0 0 .5em;
		font-size: 20px;
		font-weight: bold;
	}
	.requirements_wrapper dl {
		margin-bottom: 2em;
	}
	.requirements_wrapper dl dt {
		margin-top: 1em;
		font-size: 16px;
		font-weight: bold;
	}
	.requirements_wrapper dl dd {
		margin: .5em 0 1em;
		font-size: 14px;
	}
	.requirements_wrapper h3 {
		margin: 0 0 .5em;
		font-size: 20px;
		font-weight: bold;
	}
	.requirements_wrapper .inquiry_txt {
		margin-bottom: 1em;
	}



	/* sa_event_wrapper */
	.sa_event_wrapper {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.sa_event_wrapper:before {
		content: "";
		display: block;
		width: 200px;
		height: 1px;
		margin: 0 auto  80px;
		border-top: 1px solid #2b2b2b;
	}
	.sa_event_box {
		background-color: #78d5f9;
		margin-bottom: 35px;
	}
	.sa_event_wrapper .link_detail {
		line-height: 20px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	.sa_event_wrapper .link_detail span {
		padding-right: 26px;
		background: url(../img/link_arrow.png) no-repeat right center;
		background-size: 13px auto;
	}

	/* top_main_area */
	/* .top_main_area {
		padding-bottom: 146px;
	} */

	/* top_section */
	.top_section {
		width: 100%;
		min-width: 980px;
		max-width: 980px;
		margin: 0 auto;
	}
	.top_section + .top_section {
		margin-top: 80px;
	}
	.top_section + .top_section:before {
		content: "";
		display: block;
		width: 200px;
		height: 1px;
		margin: 0 auto  80px;
		border-top: 1px solid #2b2b2b;
	}
	.heading_type01 {
		margin-bottom: 16px;
		font-size: 38px;
		font-weight: bold;
		text-align: center;
	}
	.lead_type01 {
		margin-bottom: 46px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}


	.mov_block {
		min-width: 980px;
		max-width: 1080px;
		margin: 0 auto;
		padding: 0px 25px 30px;
		background-color: #fff;
	}
	.mov_block .mov_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mov_block .mov_list .mov_item {
		margin-bottom: 30px;
		/* width: 48.7804878%; */
		width: 100%;
		/* max-width: 500px; */
	}
	.mov_block .mov_list .mov_item .thumb img {
		width: 100%;
		height: auto;
	}

	.mov_block .mov_list .mov_item .modal_mov_open a::after {
		content: none;
	}

	/* ------------------------------
	#movie_modal
	------------------------------ */
	#movie_modal{
		width: 100%;
		height: 100%;
		display: none;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 65535;
	}

	#movie_modal .movie_overlay{
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}

	#movie_modal .movie_btn_close{
		width: 30px;
		height: 30px;
		margin: 0 0 0 0;
		background-image:url(../img/parts_modal_close.png);
		background-repeat: no-repeat;
		background-size: 30px;
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 2;
		cursor: pointer;
		transition: opacity .1s ease;
	}

	#movie_modal .movie_btn_close:hover{
		opacity: .7;
	}

	#movie_modal_inner{
		margin: 0 auto;
		opacity: 0;
		text-align: center;
		position: fixed;
		top: 0;
		z-index: 2;
	}

	#movie_modal {
		position: fixed;
		text-align: center;
		white-space: nowrap;
	}
	#movie_modal::after,
	#movie_modal_inner {
		display: inline-block;
		vertical-align: middle;
	}
	#movie_modal::after {
		content: '';
		width: 0;
		height: 100%;
	}
	#movie_modal_inner {
		position: relative;
		width: 90%;
		max-width: 800px;
	}
	#movie_modal_data {
		position: relative;
		padding-top: 56.25%;
	}
	#movie_modal_data iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}


	/* top_f_banners */
	.top_f_banners {
		margin-bottom: 100px;
	}
	.top_f_banners .next_update_wrapper {
		background-color: #4c5ca6;
		padding: 25px 0;
	}
	.top_f_banners .next_update_wrapper .next_inner {
		min-width: 980px;
		max-width: 1080px;
		margin: 0 auto;
	}
	.top_f_banners .next_update_wrapper .next_inner .next_text01 {
		font-size: 56px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin-bottom: 8px;
	}
	.top_f_banners .next_update_wrapper .next_inner .next_text02 {
		font-size: 24px;
		color: #fff;
		text-align: center;
		line-height: 1.4;
	}

	.top_f_banners .f_banner {
		width: 100%;
		min-width: 980px;
		max-width: 1080px;
		margin: 146px auto 26px;
	}



}
