@charset "utf-8";
html {
	scroll-behavior: smooth;
}


/* ////////////////////////////////////////////////// ライフスタイル一覧ページ ////////////////////////////////////////////////// */
/* ==================================================
ファーストビュー
================================================== */
.lifestyle_fv{
	width: 100%;
	margin: 1rem 0 12rem 0;
}
.lifestyle_fv_main{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.lifestyle_fv_main_img{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: left;
}
.lifestyle_fv_main_img.bottom{
	justify-content: right;
}
.lifestyle_fv_main_img_left{
	width: 40%;
	min-height: 49rem;
	aspect-ratio: 380 / 490;
	margin-right: 1rem;
}
.lifestyle_fv_main_img_left p{
	width: 100%;
	height: 100%;
	margin: 0;
}
.lifestyle_fv_main_img_left p img{
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	object-fit: cover;
	object-position: center;
}
.lifestyle_fv_main_img:first-of-type .lifestyle_fv_main_img_left p img{
	object-position: 60% center;
}
.lifestyle_fv_main_img:first-of-type .lifestyle_fv_main_img_right p:first-of-type img{
	object-position: 90% center;
}
.lifestyle_fv_main_img:nth-of-type( 2 ) .lifestyle_fv_main_img_left p img{
	object-position: 90% center;
}

.lifestyle_fv_main_img_right{
	width: 40%;
}
.lifestyle_fv_main_img_right p{
	width: 100%;
	aspect-ratio: 380 / 240;
	min-height: 24rem;
	margin: 0;
}
.lifestyle_fv_main_img_right p:first-of-type{
	margin-bottom: 1rem;
}
.lifestyle_fv_main_img_right p img{
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	object-fit: cover;
	object-position: center;
}

.lifestyle_fv_main_copy{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}
.lifestyle_fv_main_copy h2{
	margin-bottom: 4rem;
}
.lifestyle_fv_main_copy p{
	margin: 0;
	color: #FEA32D;
	font-size: 2rem;
	line-height: 1.8;
}
.lifestyle_fv_illust{
	width: 100%;
	height: 11rem;
	margin: -2.5rem 0 6rem 0;
	position: relative;
	z-index: 1;
}
.lifestyle_fv_illust img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.lifestyle_fv_txt p{
	font-size: 2rem;
	line-height: 2;
}



/* ==================================================
お客様の事例紹介
================================================== */
.lifestyle_case{
	margin-bottom: 12rem;
	text-align: left;
	overflow: hidden;
}

.lifestyle_case_ttl{
	margin-bottom: 15rem;
	text-align: center;
}
.lifestyle_case_ttl h3{
	margin-bottom: 1rem;
}
.lifestyle_case_ttl p{
	font-size: 2rem;
}

.lifestyle_case_con{
	width: 100%;
	margin-bottom: 22rem;
}
.lifestyle_case_con:last-of-type{
	margin-bottom: 5rem;
}
.lifestyle_case_con_inner{
	display: flex;
	align-items: center;
}
.lifestyle_case_con_img{
	width: 50%;
	aspect-ratio: 950 / 600;
	min-height: 60rem;
	position: relative;
}
.lifestyle_case_con_img::before{
	content: '';
	width: calc( 100% + 5rem );
	height: calc( 100% + 10rem );
	background: #FEA32D;
	border-radius: 0 16rem 16rem 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY( -50% );
}
.lifestyle_case_con_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0 12rem 12rem 0;
	position: relative;
	z-index: 1;
}
.lifestyle_case_con_exp{
	width: calc( 50% - 21rem );
	margin: 0 8rem 0 13rem;
	position: relative;
}
.lifestyle_case_con_exp::before{
	content: '01';
	color: #FFEBD2;
	font-size: 24rem;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	line-height: 1;
	position: absolute;
	left: 13rem;
	top: -10rem;
	z-index: -1;
}
.case02 .lifestyle_case_con_exp::before{
	content: '02';
}
.case03 .lifestyle_case_con_exp::before{
	content: '03';
}
.case04 .lifestyle_case_con_exp::before{
	content: '04';
}
.lifestyle_case_con_exp h4{
	margin-bottom: 2rem;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.3;
}
.lifestyle_case_con_exp p{
	margin-bottom: 4rem;
	color: #FEA32D;
	font-size: 3rem;
	line-height: 1.3;
}
.lifestyle_case_con_exp h5{
	margin-bottom: 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	position: relative;
}
.lifestyle_case_con_exp h5::before{
	content: '';
	width: 100%;
	height: .1rem;
	background: #000;
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
	opacity: .5;
}
.lifestyle_case_con_exp h5 span{
	background: #fff;
	padding-right: 1rem;
	position: relative;
	z-index: 1;
}
.lifestyle_case_con_exp ul{
	margin-bottom: 6rem;
}
.lifestyle_case_con_exp ul li{
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.5;
	list-style: none;
	display: flex;
	align-items: center;
}
.lifestyle_case_con_exp ul li:last-of-type{
	margin-bottom: 0;
}
.lifestyle_case_con_exp ul li span{
	width: 4rem;
	height: 4rem;
	aspect-ratio: 1 / 1;
	margin-right: 1rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	border-radius: 50%;
	background: #FEA32D;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lifestyle_case_con_exp a{
	width: min( 100%, 40rem );
	aspect-ratio: 400 / 70;
	color: #000 !important;
	font-size: 2.4rem;
	font-weight: 700;
	border: solid .5rem #000;
	border-radius: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .3s;
}
.lifestyle_case_con_exp a:hover{
	opacity: .5;
	transition: .3s;
}
.lifestyle_case_con_exp a::before{
	content: '';
	width: 1rem;
	height: 1rem;
	color: #000;
	line-height: 1;
	border: .2rem solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate( -25%, -50% ) rotate( 45deg );
}

.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_inner{
	flex-direction: row-reverse;
}
.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_img::before{
	border-radius: 16rem 0 0 16rem;
	left: auto;
	right: 0;
}
.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_img img{
	border-radius: 12rem 0 0 12rem;
}
.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_exp{
	margin: 0 13rem 0 8rem;
}
.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_exp::before{
	left: auto;
	right: 13rem;
}





/* ////////////////////////////////////////////////// ライフスタイル詳細 ////////////////////////////////////////////////// */
/* ==================================================
ケースタイトル
================================================== */
.case_ttl{
	width: min( calc( 90% - 12rem ), 164rem );
	margin: 4rem auto 14rem auto;
	padding: 4rem 8rem 4rem 4rem;
	color: #fff;
	text-align: left;
	background: #FEA32D;
	border-radius: 12rem;
}
.case_ttl_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.case_ttl_img{
	width: calc( 50% - 4rem );
	aspect-ratio: 2 / 1;
	min-height: 40rem;
}
.case_ttl_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10rem 0 0 10rem;
}
.case_ttl_exp{
	width: 50%;
	padding-top: 5rem;
}
.case_ttl_exp_num{
	margin-bottom: 4rem;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	position: relative;
}
.case_ttl_exp_num span{
	padding: 1rem 3rem;
	border: solid .1rem #fff;
	border-radius: 3rem;
	background: #FEA32D;
	position: relative;
	z-index: 1;
}
.case_ttl_exp_num::before{
	content: '';
	width: 100%;
	height: .1rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY( -50% );
}
.case_ttl_exp h2{
	margin-bottom: 2rem;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}
.case_ttl_exp_txt{
	margin: 0;
	font-size: 3rem;
	line-height: 1.3;
}



/* ==================================================
ケースコンテンツ
================================================== */
.case_contents{
	margin-bottom: 13rem;
}
.case_contents_inner{
	width: min( 90%, 140rem );
	margin: 0 auto;
}

.case_contents h3{
	margin-bottom: 5rem;
}

.case_contents_li {
	text-align: left;
	display: flex;
	justify-content: center;
}
.case_contents_li li{
	width: 45rem;
	margin-right: 2.5rem;
	list-style: none;
	border-radius: 2rem;
	background: #FEA32D;
	box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, .16);
}
.case_contents_li li:last-of-type{
	margin-right: 0;
}
.case_contents_li li a{
	width: calc( 100% - 2rem );
	height: calc( 100% - 2rem );
	padding: 1rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.case_contents_li_img{
	width: 15rem;
	aspect-ratio: 1 / 1;
}
.case_contents_li_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 1.5rem 0 0 1.5rem;
}
.page-lifestyle_adult .case_contents_li li:first-of-type .case_contents_li_img img{
	object-position: right;
}
.case_contents_li_exp{
	width: calc( 100% - 17rem );
	padding-top: 1rem;
}
.case_contents_li_exp p{
	margin-bottom: 1rem;
	padding: .3rem 1.3rem;
	color: #FEA32D;
	font-size: 1.6rem;
	background: #fff;
	border-radius: 2rem;
	display: inline-block;
}
.case_contents_li_exp h4{
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}



/* ==================================================
エピソード
================================================== */
.episode{
	margin-bottom: 12rem;
}

.episode_con_wrapper{
	margin-bottom: 13rem;
}
.episode_num{
	width: min( 90%, 140rem );
	margin: 0 auto 6rem auto;
	position: relative;
}
.episode_num::before{
	content: '';
	width: 100%;
	height: .1rem;
	background: #000;
	opacity: .5;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY( -50% );
}
.episode_num p{
	margin: 0;
	padding: 1rem 6rem;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	border: solid .1rem #7F7F7F;
	border-radius: 3rem;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.episode{
	width: 100%;
}

.episode_con{
	width: 100%;
}
.episode_con_inner{
	display: flex;
	align-items: flex-start;
}
.episode_con_img{
	width: calc( 50% - 6rem );
	height: 64rem;
}
.episode_con_img img{
	width: 100%;
	height: 100%;
	border-radius: 0 12rem 12rem 0;
	object-fit: cover;
	object-position: center;
}
.page-lifestyle_adult .episode_con_wrapper:first-of-type .episode_con_img img{
	object-position: right;
}
.episode_con_exp{
	width: 70rem;
	text-align: left;
	padding: 4rem 5% 0 6rem;
}
.episode_con_exp h4{
	margin-bottom: 3rem;
	color: #FEA32D;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.66;
}
.episode_con_exp .episode_con_exp_txt{
	margin-bottom: 4rem;
	font-size: 2rem;
	line-height: 2;
}
.episode_con_exp_info{
	padding: 4rem;
	background: rgba(0, 0, 0, .05);
	border-radius: 2rem;
}
.episode_con_exp_info dl{
	margin: 0;
	display: flex;
	align-items: center;
}
.episode_con_exp_info dl:first-of-type{
	margin-bottom: 2rem;
}
.episode_con_exp_info dl dt{
	width: 16rem;
	aspect-ratio: 4 / 1;
	margin-right: 2rem;
	color: #FEA32D;
	font-size: 2rem;
	border-radius: 3rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.episode_con_exp_info dl dd{
	font-size: 2rem;
	line-height: 1.5;
}

.episode_con_wrapper:nth-child( even ) .episode_con_inner{
	justify-content: right;
	flex-direction: row-reverse;
}
.episode_con_wrapper:nth-child( even ) .episode_con_img img{
	border-radius: 12rem 0 0 12rem;
}
.episode_con_wrapper:nth-child( even ) .episode_con_exp{
	padding: 4rem 6rem 0 5%;
}






/* ////////////////////////////////////////////////// 共通 ////////////////////////////////////////////////// */
/* ==================================================
html, body
================================================== */
html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 2rem;
}



/* ==================================================
ページタイトル
================================================== */
.page-ttl{
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%;
	padding: 2rem 0;
	background: #ce0100;
	color: #fff;
	text-align: center;
}



/* ==================================================
バナー
================================================== */
.lifestyle_banner{
	width: min( 90%, 140rem );
	margin: 0 auto 20rem auto;
}
.lifestyle_banner_img{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

}
.lifestyle_banner_img a{
	width: calc( 50% - 2rem );
	display: block;
	transition: .3s;
}
.lifestyle_banner_img a:hover{
	opacity: .5;
	transition: .3s;
}
.lifestyle_banner_img a img{
	width: 100%;
}

.lifestyle_banner_btn{
	width: min( 100%, 48rem );
	margin: 12rem auto 0 auto;
	aspect-ratio: 480 / 70;
	color: #000 !important;
	font-size: 2.4rem;
	font-weight: 700;
	border: solid .5rem #000;
	border-radius: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .3s;
}
.lifestyle_banner_btn:hover{
	opacity: .5;
	transition: .3s;
}
.lifestyle_banner_btn::before{
	content: '';
	width: 1rem;
	height: 1rem;
	color: #000;
	line-height: 1;
	border: .2rem solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate( -25%, -50% ) rotate( 45deg );
}





/* ////////////////////////////////////////////////// メディアクエリ ////////////////////////////////////////////////// */
/* ==================================================
横幅 - 1540px以下
================================================== */
@media( max-width : 1540px ){
	/* ライフスタイル一覧ページ */
	.lifestyle_case_con_exp {
		width: calc( 50% - 17rem );
		margin: 0 6rem 0 11rem;
	}
	.lifestyle_case_con_exp::before{
		left: 0;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_exp {
		margin: 0 13rem 0 8rem;
	}
	.lifestyle_case_con_exp h4{
		font-size: 5rem;
	}
	.lifestyle_case_con_exp p{
		font-size: 2.5rem;
	}
	.lifestyle_case_con_exp h5 span{
		font-size: 2rem;
	}
	.lifestyle_case_con_exp ul li{
		font-size: 1.8rem;
	}
	.lifestyle_case_con_exp ul li span {
		width: 3rem;
		height: 3rem;
		color: #fff;
		font-size: 2rem;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_exp::before{
		right: 0;
	}
	.lifestyle_case_con_exp a{
		font-size: 2rem;
	}

	/* ライフスタイル詳細ページ */
	.case_contents_li_img{
		width: 13rem;
	}
	.case_contents_li_exp{
		width: calc( 100% - 14rem );
	}
	.case_contents_li_exp h4{
		font-size: 1.8rem;
	}

	.episode_con_img{
		height: 60rem;
	}
	.page-lifestyle_adult .episode_con_wrapper:nth-of-type(2) .episode_con_img img{
		object-position: 80% center;
	}
	.page-lifestyle_adult .episode_con_wrapper:nth-of-type(3) .episode_con_img img{
		object-position: 55% center;
	}
	.page-lifestyle_old .episode_con_wrapper:first-of-type .episode_con_img img{
		object-position: 70% center;
	}
}

@media screen and (max-width: 1279px) and (min-width: 1000px){
	html {
		font-size: .78125vw;
	}
}



/* ==================================================
横幅 - 1000px以下
================================================== */
.max1000{
	display: none;
}
@media ( max-width : 1000px ){
	.min1000{
		display: none !important;
	}
	.max1000{
		display: block;
	}
	/* ライフスタイル一覧ページ */
	.lifestyle_fv_main{
		overflow: hidden;
		display: block;
	}
	.lifestyle_fv_main_img{
		width: calc( 100% + 10rem );
		display: flex;
		position: relative;
		left: 50%;
		transform: translateX( -50% );
	}
	.lifestyle_fv_main_img p{
		width: max( 32%, 16rem );
		aspect-ratio: 160 / 100;
		margin-right: 1rem;
	}
	.lifestyle_fv_main_img p:last-of-type{
		margin-right: 0;
	}
	.lifestyle_fv_main_img p img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 1rem;
	}
	.lifestyle_fv_main_img.bottom p:first-of-type img{
		object-position: center 20%;
	}

	.lifestyle_fv_main_copy{
		width: min( 90%, 40rem );
		margin: 2rem auto;
		position: static;
		transform: none;
	}
	.lifestyle_fv_main_copy h2{
		width: 100%;
	}
	.lifestyle_fv_main_copy h2 img{
		width: 100%;
	}
	.lifestyle_fv_txt{
		width: 90%;
		margin: 0 auto;
	}
	.lifestyle_fv_txt p br{
		display: none;
	}


	.lifestyle_case{
		margin-bottom: 0;
	}
	.lifestyle_case_con_inner{
		display: block !important;
	}
	.lifestyle_case_con_exp{
		width: 90%;
		margin: 0 auto !important;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_exp {
		width: 90%;
		margin: 0 auto 11rem auto;
	}
	.lifestyle_case_con_exp::before{
		top: -5rem;
		left: auto !important;
		right: 0 !important;
	}
	.lifestyle_case_con_exp a{
		margin: 0 auto;
	}
	.lifestyle_case_con_img{
		width: calc( 95% - 3rem );
		min-height: auto;
		margin-bottom: 6rem;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_img{
		margin-left: auto;
	}
	.lifestyle_case_con_img::before{
		width: calc( 100% + 3rem );
		height: calc( 100% + 6rem );
		border-radius: 0 7rem 7rem 0;
	}
	.lifestyle_case_con_img img{
		border-radius: 0 6rem 6rem 0;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_img::before{
		border-radius: 7rem 0 0 7rem;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_img img{
		border-radius: 6rem 0 0 6rem;
	}

	.lifestyle_banner_img{
		display: block;
	}
	.lifestyle_banner_img a{
		width: min( 80rem, 90% );
		margin: 0 auto 4rem auto;
	}
	.lifestyle_banner_img a:last-of-type{
		margin-bottom: 0;
	}

	/* ライフスタイル詳細ページ */
	.case_ttl{
		width: 90%;
		margin-bottom: 10rem;
		padding: 0;
		border-radius: 6rem;
	}
	.case_ttl_inner{
		padding: 2rem 4rem 2rem 2rem;
	}
	.case_ttl_img{
		width: calc( 50% - 2rem );
		min-height: 25rem;
	}
	.case_ttl_img img{
		border-radius: 5rem 0 0 5rem;
	}
	.case_ttl_exp{
		width: 50%;
		padding-top: 2rem;
	}
	.case_ttl_exp_num span{
		padding: .8rem 2rem;
		font-size: 1.8rem;
	}
	.case_ttl_exp_num{
		margin-bottom: 2rem;
	}
	.case_ttl_exp h2{
		font-size: 3rem;
	}
	.case_ttl_exp_txt{
		font-size: 2rem;
	}

	.case_contents{
		margin-bottom: 10rem;
	}
	.case_contents_li li a{
		padding: 1rem 1rem 2rem 1rem;
		display: block;
	}
	.case_contents_li_img{
		width: 100%;
		aspect-ratio: 1 / .8;
	}
	.case_contents_li_img img{
		border-radius: 1rem;
	}
	.case_contents_li_exp{
		width: 100%;
	}
	
	.episode_con_inner{
		display: block;
	}
	.episode_con_wrapper:nth-child( even ) .episode_con_inner{
		flex-direction: column-reverse;
	}
	.episode_con_exp{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.episode_con_wrapper:nth-child( even ) .episode_con_exp{
		padding: 0;
	}
	.episode_con_img{
		width: 95%;
		height: auto;
		aspect-ratio: 8 / 6;
		margin-bottom: 2rem;
	}
	.episode_con_wrapper:nth-child( even ) .episode_con_img{
		margin-left: auto;
	}
	.episode_con_img img{
		border-radius: 0 6rem 6rem 0;
	}
	.episode_con_wrapper:nth-child( even ) .episode_con_img img{
		border-radius: 6rem 0 0 6rem;
	}
}



@media screen and (max-width: 768px) and (min-width: 668px){
	html {
		font-size: 1.30208vw;
	}
}



@media ( max-width : 668px ){
	.page-ttl{
		font-size: 2rem;
		padding: 1.5rem 0;
	}

	/* ライフスタイル一覧ページ */
	.lifestyle_fv{
		margin-bottom: 6rem;
	}
	.lifestyle_fv_main_img_left{
		aspect-ratio: 380 / 240;
		min-height: auto;
	}	
	.lifestyle_fv_main_img_right p{
		min-height: auto;
	}
	.lifestyle_fv_main_copy h2{
		margin-bottom: 2rem;
	}
	.lifestyle_fv_main_copy p{
		font-size: 1.6rem;
	}
	.lifestyle_fv_txt p{
		font-size: 1.6rem;
	}
	.lifestyle_fv_illust{
		margin-bottom: 4rem;
	}

	.lifestyle_case_ttl{
		width: min( 90%, 40rem );
		margin: 0 auto 6rem auto;
	}
	.lifestyle_case_ttl h3{
		width: 100%;
	}
	.lifestyle_case_ttl h3 img{
		width: 100%;
	}
	.lifestyle_case_ttl p{
		font-size: 1.6rem;
	}
	.lifestyle_case_con{
		margin-bottom: 12rem;
	}
	.lifestyle_case_con_exp,
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_exp{
		margin-bottom: 7rem;
	}
	.lifestyle_case_con_exp::before{
		font-size: 12rem;
		top: -5rem;
	}
	.lifestyle_case_con_exp h4{
		font-size: 3rem;
		margin-bottom: 1rem;
	}
	.lifestyle_case_con_exp p{
		font-size: 1.8rem;
		margin-bottom: 2rem;
		word-break: keep-all;
	}
	.lifestyle_case_con_exp h5{
		margin-bottom: 1rem;
	}
	.lifestyle_case_con_exp h5 span{
		font-size: 1.6rem;
	}
	.lifestyle_case_con_exp ul{
		margin-bottom: 4rem;
	}
	.lifestyle_case_con_exp ul li{
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.lifestyle_case_con_exp ul li span{
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.4rem;
	}
	.lifestyle_case_con_exp a{
		width: 30rem;
		border: solid .3rem #000;
		font-size: 1.6rem;
	}
	.lifestyle_case_con_img{
		width: calc( 95% - 2rem );
	}
	.lifestyle_case_con_img::before{
		width: calc( 100% + 2rem );
		height: calc( 100% + 4rem );
		border-radius: 0 5rem 5rem 0;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_img::before{
		border-radius: 5rem 0 0 5rem;
	}
	.lifestyle_case_con_img img{
		border-radius: 0 4rem 4rem 0;
	}
	.lifestyle_case_con:nth-child( odd ) .lifestyle_case_con_img img{
		border-radius: 4rem 0 0 4rem;
	}

	.lifestyle_banner{
		margin-bottom: 12rem;
	}
	.lifestyle_banner_img a{
		width: 100%;
		margin-bottom: 2rem;
	}

	/* ライフスタイル詳細ページ */
	.case_ttl{
		border-radius: 4rem;
	}
	.case_ttl_inner{
		padding: 2rem;
		flex-direction: column-reverse;
	}
	.case_ttl_exp{
		width: 100%;
		margin-bottom: 2rem;
		padding-top: 1rem;
	}
	.case_ttl_img{
		width: 100%;
	}
	.case_ttl_img img{
		border-radius: 2rem;
	}

	.case_contents{
		margin-bottom: 6rem;
	}
	.case_contents h3{
		width: min( 100%, 35.649rem );
		margin: 0 auto 2rem auto;
	}
	.case_contents h3 img{
		width: 100%;
	}
	.case_contents_li{
		display: block;
	}
	.case_contents_li li{
		width: min( calc( 100% - 2rem ), 40rem );
		margin: 0 auto 2rem auto;
	}
	.case_contents_li li:last-of-type {
		margin-right: auto;
	}
	.case_contents_li li a{
		padding: 1rem;
		display: flex;
	}
	.case_contents_li_img{
		width: 13rem;
	}
	.case_contents_li_exp{
		width: calc( 100% - 14rem );
	}
	.case_contents_li_exp p{
		margin-bottom: .5rem;
		padding: .5rem 1rem;
		font-size: 1.2rem;
		line-height: 1;
	}
	.case_contents_li_exp h4{
		font-size: 1.4rem;
	}

	.episode_num{
		margin-bottom: 2rem;
	}
	.episode_num p{
		padding: 1rem 4rem;
		font-size: 1.8rem;
	}
	.episode_con_wrapper{
		margin-bottom: 6rem;
	}
	.episode_con_img img{
		border-radius: 0 4rem 4rem 0;
	}
	.episode_con_wrapper:nth-child( even ) .episode_con_img img{
		border-radius: 4rem 0 0 4rem;
	}
	.episode_con_exp h4{
		margin-bottom: 1rem;
		font-size: 2.4rem;
	}
	.episode_con_exp .episode_con_exp_txt{
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	.episode_con_exp_info{
		padding: 2rem;
		border-radius: 1rem;
	}
	.episode_con_exp_info dl:first-of-type{
		margin-bottom: 1rem;
	}
	.episode_con_exp_info dl dt{
		width: 12rem;
		margin-right: 1rem;
		font-size: 1.6rem;
	}
	.episode_con_exp_info dl dd{
		width: calc( 100% - 13rem );
		font-size: 1.6rem;
	}

	.lifestyle_banner_btn{
		margin-top: 4rem;
		font-size: 1.8rem;
		border: solid .3rem #000;
	}
}



@media screen and (max-width: 414px){
	html {
		font-size: 2.41546vw;
	}
}