@charset "utf-8";
/* ===================================================
	appeal CSS
====================================================== */
/* ---------------------------------------------------
共通タイトル
------------------------------------------------------ */
.tit_block .num{
	margin-bottom: 20px;
	width: 96px; height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.tit_block .num::after{
	display: block; content: ''; width: 67px; height: 67px;
	top: calc( 50% - 33.5px); left: calc( 50% - 33.5px); position: absolute;
	background: #542653; transform: rotate(45deg);
}
.tit_block .num span{
	color: #fff; font-size: 34px; line-height: 1;
	white-space: nowrap; position: relative; z-index: 1;
}

.tit_block h2{
	display: flex; flex-direction: column-reverse;
	writing-mode: vertical-rl; font-feature-settings: 'palt' 0;
}
.tit_block h2 .ja{ font-size: 45px; line-height: 1.4;}
.tit_block h2 .ja .col{ color: #542653;}
.tit_block h2 .en{ color: #a2781d; font-size: 14px;}


@media screen and (max-width: 600px) {
	.tit_block h2{
		flex-direction: column;
		writing-mode: horizontal-tb; font-feature-settings: 'palt';
	}
	.tit_block h2 .ja{ font-size: 26px;}
}


/* ---------------------------------------------------
lead
------------------------------------------------------ */
#lead{ padding-bottom: 100px;}
#lead .txt{
	display: flex; justify-content: center;
	flex-direction: row-reverse;
}
#lead .txt p{
	text-align: left;
	writing-mode: vertical-rl; font-feature-settings: 'palt' 0;
}
#lead .txt p:not(:last-of-type){ margin-left: 30px;}
#lead .txt p:first-of-type{ margin-left: 60px; font-size: 18px;}

@media screen and (max-width: 600px) {
	#lead{ padding-bottom: 12vw;}
	#lead .txt{ flex-direction: column;}
	#lead .txt p{ writing-mode: horizontal-tb; font-feature-settings: 'palt';}
	#lead .txt p:not(:last-of-type){ margin: 0 0 5vw;}
	#lead .txt p:first-of-type{ margin: 0 0 7vw;}
}


/* ---------------------------------------------------
sec01
------------------------------------------------------ */
#sec01{ padding: 90px 0;}
#sec01 .tit_block{
	margin-bottom: 30px;
	text-align: center; position: relative;
}

#sec01 .tit_block .num{
	top: -138px; left: calc(50% - 48px);
	margin-bottom: 0; position: absolute;
}
#sec01 .tit_block h2{
	justify-content: center; flex-direction: column;
	writing-mode: horizontal-tb; font-feature-settings: 'palt';
}

#sec01 .slick_dots .slick-slide {
	margin: 0 15px; line-height: 1;
	opacity: .5; transition: opacity .8s;
}
#sec01 .slick_dots .slick-slide.slick-current { opacity: 1; }

#sec01 .flex_col{ margin-top: 30px; display: flex; justify-content: space-between;}
#sec01 .flex_col .txt_block{
	width: 475px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#sec01 .flex_col .txt_block h3{
	margin-bottom: 30px;
	font-size: 29px; line-height: 1.3;
}
#sec01 .flex_col .txt_block p:first-of-type{ margin-bottom: 35px;}
#sec01 .flex_col .photo_block{ width: calc(94% - 475px); height: 350px;}

@media screen and (max-width: 600px) {
	#sec01{ padding: 90px 0 10vw;}
	#sec01 .tit_block{ margin-bottom: 5vw;}
	#sec01 .flex_col{ flex-direction: column;}
	#sec01 .flex_col .txt_block{ margin-bottom: 7vw; width: 100%;}
	#sec01 .flex_col .txt_block h3{ margin-bottom: 5vw; font-size: 26px; text-align: center;}
	#sec01 .flex_col .txt_block p:first-of-type{ margin-bottom:5vw;}
	#sec01 .flex_col .photo_block{ width: 100%; height: 60vw;}
	#sec01 .slick_dots .slick-slide { margin: 0;}
}


/* ---------------------------------------------------
下記共通
------------------------------------------------------ */
.tit_left{ padding-left: calc(50% - 550px);}
.tit_right{ padding-right: calc(50% - 550px);}

@media screen and (max-width: 1304px) {
	.tit_left{ padding-left: 4vw;}
	.tit_right{ padding-right: 4vw;}
}
@media screen and (max-width: 600px) {
	.tit_left{ padding-left: 0;}
	.tit_right{ padding-right: 0;}
}


/* ---------------------------------------------------
sec02
------------------------------------------------------ */
#sec02{ padding: 80px 0 100px;}

#sec02 .tit_block{
	display: flex; align-items: center;
	flex-direction: column;
}

#sec02 h2{ margin-bottom: 60px;}

#sec02 .flex_col{
	display: flex; justify-content: space-between;
}

#sec02 .txt_block{ width: 260px;}

#sec02 .photo_block{
	width: calc(94% - 260px);
	display: flex; justify-content: space-between;
	flex-wrap: wrap;
}
#sec02 .photo_block li{
	margin-bottom: 10px; width: 49.5%; height: 320px;
	position: relative;
}
#sec02 .photo_block li span{
	color: #fff; font-size: 52px; line-height: 1;
	left: 15px; bottom: 20px; position: absolute;
}

@media screen and (max-width: 600px) {
	#sec02{ padding: 7vw 0 10vw;}
	#sec02 h2{ margin-bottom: 10vw; text-align: center;}
	#sec02 .flex_col{ flex-direction: column;}
	#sec02 .txt_block{ margin: 0 auto 7vw; width: 86%;}
	#sec02 .photo_block{ width: 100%;}
	#sec02 .photo_block li{ margin-bottom: 5px; height: 60vw;}
	#sec02 .photo_block li span{ font-size: 26px;}
}


/* ---------------------------------------------------
sec03
------------------------------------------------------ */
#sec03{ padding: 100px 0;}

#sec03 .flex_col{
	margin-bottom: 30px;
	display: flex; justify-content: space-between;
	flex-direction: row-reverse;
}

#sec03 .tit_block{
	width: 150px;
	display: flex; align-items: center;
	flex-direction: column;
}

#sec03 .photo_block{
	width: calc(96% - 150px); height: 650px;
}

#sec03 .sub_col{
	margin-bottom: 35px;
	display: flex; justify-content: space-between;
	position: relative;
}

#sec03 .sub_col .txt{ margin-bottom: 40px; width: calc(94% - 380px);}
#sec03 .sub_col .photo{ width: 380px; position: relative;}
#sec03 .sub_col .photo img{
	width: 380px; height: 250px;
	right: 0; bottom: 0; position: absolute;
}

@media screen and (max-width: 600px) {
	#sec03{ padding: 7vw 0 10vw;}
	#sec03 .flex_col{ margin-bottom: 7vw; flex-direction: column;}
	#sec03 .tit_block{ margin-bottom: 7vw; width: 100%;}
	#sec03 h2{ text-align: center;}
	#sec03 .photo_block{ width: 100%; height: 60vw;}
	#sec03 .sub_col{ margin-bottom: 7vw; flex-direction: column;}
	#sec03 .sub_col .txt{ margin-bottom: 7vw; width: 100%;}
	#sec03 .sub_col .photo{ width: 100%; height: 60vw;}
	#sec03 .sub_col .photo img{ width: 100%; height: 100%; position: static;}
}


/* ---------------------------------------------------
sec04
------------------------------------------------------ */
#sec04{ padding: 90px 0;}
#sec04 .flex_col{
	display: flex; justify-content: space-between;
	align-items: flex-start;
}

#sec04 .tit_block{
	width: 250px;
	display: flex; align-items: center;
	flex-direction: column; position: relative;
}
#sec04 .tit_block img{
	bottom: -120px; left: calc(50% - 129.5px);
	position: absolute; z-index: -1;
}

#sec04 .photo_block{ width: calc( 94% - 250px);}

#sec04 .photo_block ul{
	margin-bottom: 35px;
	display: flex; justify-content: space-between;
}

#sec04 .photo_block li{
	width: calc((100% - 10px) / 3);
	position: relative;
}
#sec04 .photo_block li:after{
	display: block; content: ''; width: 100%; height: 90px;
	left: 0; bottom: 0; position: absolute; z-index: 1;
	background: linear-gradient(rgba(0,0,0,.5),transparent);
	transform: scale(1, -1);
}

#sec04 .photo_block li span{
	color: #fff; font-size: 20px;
	left: 15px; bottom: 10px; position: absolute; z-index: 5;
}

#sec04 .photo_block p{
	margin-bottom: 40px;
	width: 72%; max-width: 770px;
}

#sec04 dl{
	padding: 20px 0; width: 92%; max-width: 1100px;
	display: flex; border: 1px solid #959595;
}
#sec04 dt{
	width: 390px; font-size: 25px; line-height: 1;
	display: flex;
	justify-content: center; align-items: center;
	border-right: 1px solid #959595;
}
#sec04 dt .col{ color: #ba3862;}

#sec04 dd{
	padding: 20px 40px 20px 60px;
	width: calc(100% - 390px);
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	#sec04{ padding: 7vw 0 10vw;}
	#sec04 .flex_col{ flex-direction: column;}
	#sec04 .tit_block{ margin-bottom: 0; width: 100%;}
	#sec04 h2{ text-align: center;}
	#sec04 .tit_block img{
		margin-top: -20px; width: 155.5px; height: 126px;
		position: static;
	}
	#sec04 .photo_block{ width: 100%;}
	#sec04 .photo_block ul{ margin-bottom: 7vw; flex-wrap: wrap;}
	#sec04 .photo_block li{ margin-bottom: 5px; width: 49.5%; height: 60vw;}
	#sec04 .photo_block li:last-of-type{ margin-bottom: 0;width: 100%;}
	#sec04 .photo_block li span{ font-size: 16px; left: 10px;}
	#sec04 .photo_block p{ margin: 0 auto 7vw; width: 86%;}
	#sec04 dl{
		margin: 0 auto; padding: 0 5vw; width: 86%;
		flex-direction: column; box-sizing: border-box;
	}
	#sec04 dt{
		padding: 5vw 0; width:100%; font-size: 20px;
		border-right: 0; border-bottom: 1px solid #959595;
	}
	#sec04 dd{ padding: 5vw 0; width: 100%;}
}


/* ---------------------------------------------------
sec05
------------------------------------------------------ */
#sec05{ padding: 125px 0 150px;}

#sec05 .flex_col{
	margin-bottom: 40px;
	display: flex; justify-content: space-between;
	flex-direction: row-reverse;
}

#sec05 .tit_block{
	width: 210px;
	display: flex; align-items: center;
	flex-direction: column; position: relative;
}

#sec05 .photo_block{
	width: calc(94% - 210px); height: 570px;
}

#sec05 .txt_block{ display: flex; flex-direction: column;}
#sec05 .txt_block dl,
#sec05 .txt_block p{ margin-left: auto; width: 92%; max-width: 1100px;}

#sec05 .txt_block dt,
#sec05 .txt_block dd{ padding-top: 20px; padding-bottom: 20px; line-height: 1.6;}

#sec05 .cmn_linkbtn_01{ margin: 75px auto 0; width: 440px; background: #beb090;}
#sec05 .cmn_linkbtn_01::after{
	border-right: 1px solid #beb090;
	border-bottom: 1px solid #beb090;
}


@media screen and (max-width: 600px) {
	#sec05{ padding: 7vw 0 12vw;}
	#sec05 .flex_col{ margin-bottom: 7vw; flex-direction: column;}
	#sec05 .tit_block{ margin-bottom: 7vw; width: 100%;}
	#sec05 h2{ text-align: center;}
	#sec05 .photo_block{ margin-bottom: 7vw; width: 100%; height: 60vw;}
	#sec05 .txt_block dl,
	#sec05 .txt_block p{ margin: 0 auto; width: 86%;}
	#sec05 .cmn_linkbtn_01{
		margin: 12vw auto 0; padding: 10px 0; width: 100%; height: auto;
		text-align: center; line-height: 1.4;
	}
}


