@charset "UTF-8";

/*================================================
 *  当社について
 ================================================*/

@media screen and (min-width: 767.1px) {
	article {
		padding-top: 10px;
	}
}


/*******メインエリア*******/
section#main_area {
	padding: 180px 0 120px;
	overflow: hidden;
}

section#main_area #main_bg_slider {
	position: absolute;
	bottom: 180px;
	left: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 180px);
	z-index: -1;
}


section#main_area ol.breadcrumb {
	position: absolute;
	top: 35px;
	right: 0;
	color: #fff;
	z-index: 1;
}

section#main_area h2 {
}
section#main_area h2 em {
	display: block;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 85px;
}
section#main_area h2 .img_title {
	max-width: 826px;
	margin: 0 auto;
}
section#main_area h2 .img_title > span {
	overflow: hidden;
	position: relative;
}
section#main_area h2 .img_title > span + span {
	margin-top: 38px;
}
section#main_area h2 .img_title > span img {
	transform: translate(0, 110%);
	transition: all 0.7s cubic-bezier(0.6, 0, 0.4, 1);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	max-width: 100%;
}
section#main_area h2.move .img_title > span img {
	transform: translate(0, 0);
}
section#main_area h2 .img_title > span img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	mix-blend-mode: soft-light;
}
section#main_area h2 .img_title > span img:last-child {
	position: relative;
	z-index: 11;
	mix-blend-mode: hard-light;
	opacity: 0.7;
}


section#main_area .inner {
	z-index: 10;
}
section#main_area .inner h3 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 2;
	margin: 130px 0 40px;
}
section#main_area .inner .notes {
	font-size: 20px;
	line-height: 2.75;
}


section#main_area [class*="img_list"] {
	z-index: 5;
}

section#main_area [class*="img_list"] .img01 {
	z-index: 2;
}

@media screen and (min-width: 1400.1px) {
	section#main_area .img_list01 {
		top: 120px;
		right: 50%;
		margin-right: 330px;
		width: 485px;
		height: 1100px;
	}
	section#main_area .img_list02 {
		top: 110px;
		left: 50%;
		margin-left: 365px;
		width: 450px;
		height: 1210px;
	}
	section#main_area [class*="img_list"] .img01 {
		top: 0;
		right: 0;
	}
	section#main_area [class*="img_list"] .img02 {
		top: 235px;
		left: 0;
		animation-delay: 0.6s;
	}
	section#main_area [class*="img_list"] .img03 {
		bottom: 0;
		right: 15px;
		animation-delay: 1.2s;
	}
	section#main_area [class*="img_list"] .img04 {
		top: 0;
		left: 80px;
		animation-delay: 0.3s;
	}
	section#main_area [class*="img_list"] .img05 {
		top: 570px;
		right: 0;
		animation-delay: 0.9s;
	}
	section#main_area [class*="img_list"] .img06 {
		bottom: 0;
		left: 0;
		animation-delay: 1.5s;
	}
}


@media screen and (max-width: 1630px) {
	section#main_area .img_list01 {
		right: auto;
		left: 0;
		margin: 0;
	}
	section#main_area .img_list02 {
		left: auto;
		right: 0;
		margin: 0;
	}
}
@media screen and (max-width: 1400px) {
	section#main_area {
		padding: 80px 30px 30px;
	}
	section#main_area .inner {
		padding: 60px 0 50px;
	}
	
	section#main_area [class*="img_list"] {
		position: relative;
		top: auto!important;
		left: auto!important;
		right: auto!important;
		max-width: 750px;
		width: 100%;
		margin: 0 auto!important;
	}
	section#main_area .img_list01 {
		height: 325px;
	}
	section#main_area .img_list02 {
		height: 440px;
	}
	
	section#main_area [class*="img_list"] img {
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	section#main_area [class*="img_list"] .img01 {
		top: 0;
		left: 30px;
		width: 160px;
	}
	section#main_area [class*="img_list"] .img02 {
		bottom: 0;
		right: 55px;
		animation-delay: 0.6s;
		width: 205px;
	}
	section#main_area [class*="img_list"] .img03 {
		top: 90px;
		left: 150px;
		animation-delay: 0.3s;
		width: 250px;
	}
	section#main_area [class*="img_list"] .img04 {
		bottom: 0;
		left: 50px;
		width: 230px;
	}
	section#main_area [class*="img_list"] .img05 {
		top: 180px;
		right: 20px;
		width: 310px;
		animation-delay: 0.6s;
	}
	section#main_area [class*="img_list"] .img06 {
		top: 0;
		right: 210px;
		width: 210px;
		animation-delay: 0.3s;
		z-index: 2;
	}
}



/*******スクロール*******/
article .m_d_scroll {
	display: block;
	height: 110px;
	width: 1px;
	overflow: hidden;
	margin: 0 auto 80px;
}
article .m_d_scroll::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background-color: currentColor;
	-webkit-animation: 3s cubic-bezier(0.8, 0, 0.1, 1) infinite scrollAnimeY;
	animation: 3s cubic-bezier(0.8, 0, 0.1, 1) infinite scrollAnimeY;
}





/*******詳細*******/
section#detail_area [class*="detail_box"]:nth-of-type(n+2) {
	margin-top: 130px;
}
section#detail_area [class*="detail_box"]:nth-of-type(even) {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#detail_area [class*="detail_box"] .unit_txt {
	padding-top: 50px;
	width: 50%;
}
section#detail_area [class*="detail_box"]:nth-of-type(even) .unit_txt {
	width: calc(50% - 40px);
}
section#detail_area [class*="detail_box"] .unit_txt h4 {
	font-size: 46px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin: -0.25em -1em 0.75em 0;
}
section#detail_area [class*="detail_box"] .unit_txt p {
	padding: 0 40px 0 20px;
}
section#detail_area [class*="detail_box"]:nth-of-type(even) .unit_txt p {
	padding-right: 0;
}

section#detail_area [class*="detail_box"] .unit_txt p,
section#detail_area [class*="detail_box"] .unit_img {
	animation-delay: 1s;
}

section#detail_area [class*="detail_box"] .unit_img {
	width: 50%;
	width: calc(50% - 50px);
}
section#detail_area [class*="detail_box"] .unit_img .img01 {
	width: 580px;
	width: calc(100% + 80px);
}
section#detail_area [class*="detail_box"]:nth-of-type(even) .unit_img .img01 {
	position: relative;
	left: -80px;
}

section#detail_area .detail_box01 .unit_img .deco01 {
	top: -45px;
	right: -150px;
}
section#detail_area .detail_box01 .unit_img .deco02 {
	left: -30px;
	bottom: -45px;
}
section#detail_area .detail_box02 .unit_img .deco01 {
	left: -90px;
	bottom: -125px;
}
section#detail_area .detail_box03 .unit_img .deco01 {
	right: -150px;
	bottom: -175px;
}

@media screen and (max-width: 1200px) and (min-width: 1000.1px) {
	section#detail_area [class*="detail_box"] .unit_txt h4 {
		font-size: clamp(2.25rem, -0.875rem + 5vw, 2.875rem);
	}
}
@media screen and (max-width: 1000px) {
	section#detail_area {
		max-width: 750px;
	}
	section#detail_area [class*="detail_box"] {
		display: block;
	}
	section#detail_area [class*="detail_box"]:nth-of-type(n+2) {
		margin-top: 230px;
	}
	section#detail_area [class*="detail_box"] .unit_txt {
		width: 600px!important;
		margin: 0 auto;
		padding: 0;
	}
	section#detail_area [class*="detail_box"] .unit_txt h4 {
		font-size: 50px;
	}
	section#detail_area [class*="detail_box"] .unit_txt p {
		padding: 0;
	}
	section#detail_area [class*="detail_box"] .unit_img {
		width: 638px!important;
		margin: 60px auto 0;
	}
	section#detail_area .detail_box01 .unit_img {
		margin-top: 100px;
	}
	section#detail_area [class*="detail_box"] .unit_img .img01 {
		width: 100%;
		left: auto!important;
	}
}







/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 767px) {


/*******メインエリア*******/
section#main_area {
	padding: 10vw 0 4vw;
}

section#main_area #main_bg_slider {
	bottom: auto;
	top: 0;
	left: 0;
	transform: none;
	height: 194.666vw;
}


section#main_area ol.breadcrumb {
	top: 0;
}


/*section#main_area .inner h2 em {
	font-size: 4vw;
	margin-bottom: 6vw;
}
section#main_area .inner h2 img {
	width: 88.6vw;
}*/

section#main_area h2 {
	padding-top: 8vw;
}
section#main_area h2 em {
	font-size: 4vw;
	margin-bottom: 5vw;
}
section#main_area h2 .img_title {
	max-width: inherit;
	width: 88.6vw;
}
section#main_area h2 .img_title > span + span {
	margin-top: 4vw;
}
section#main_area h2 .img_title > span img {
	width: 100%;
}


section#main_area .inner {
	padding: 0 0 6vw;
}

section#main_area .inner h3 {
	font-size: 5vw;
	line-height: 1.75;
	margin: 14vw 0 5vw;
}
section#main_area .inner .notes {
	font-size: 4vw;
	line-height: 2.25;
	width: 77vw;
	margin: 0 auto;
}


section#main_area .img_list01 {
	height: 43vw;
}
section#main_area .img_list02 {
	height: 58vw;
}
section#main_area [class*="img_list"] img {
	border-top-left-radius: 5.3vw;
	border-bottom-right-radius: 5.3vw;
}

section#main_area [class*="img_list"] .img01 {
	left: 4vw;
	width: 21vw;
}
section#main_area [class*="img_list"] .img02 {
	right: 7.3vw;
	width: 27vw;
}
section#main_area [class*="img_list"] .img03 {
	top: 12vw;
	left: 20vw;
	width: 33vw;
}
section#main_area [class*="img_list"] .img04 {
	left: 6.6vw;
	width: 30vw;
}
section#main_area [class*="img_list"] .img05 {
	top: 20vw;
	right: 2.6vw;
	width: 41vw;
}
section#main_area [class*="img_list"] .img06 {
	right: 28vw;
	width: 28vw;
}

/*******スクロール*******/
article .m_d_scroll {
	height: 14vw;
	margin: 0 auto 15vw;
}



/*******詳細*******/
section#detail_area [class*="detail_box"]:nth-of-type(n+2) {
	margin-top: 30vw;
}
section#detail_area [class*="detail_box"] .unit_txt {
	width: 80vw!important;
}
section#detail_area [class*="detail_box"] .unit_txt h4 {
	font-size: 6.6vw;
}
section#detail_area [class*="detail_box"] .unit_img {
	width: 85vw!important;
	margin-top: 8vw;
}
section#detail_area .detail_box01 .unit_img {
	margin-top: 13vw;
}

section#detail_area .detail_box01 .unit_img .deco01 {
	top: -6vw;
	right: -6vw;
	width: 50vw;
}
section#detail_area .detail_box01 .unit_img .deco02 {
	left: -3vw;
	bottom: -6vw;
	width: 40vw;
}
section#detail_area .detail_box02 .unit_img .deco01 {
	left: -2vw;
	bottom: -10vw;
	width: 57vw;
}
section#detail_area .detail_box03 {
	padding-bottom: 24vw;
}
section#detail_area .detail_box03 .unit_img .deco01 {
	right: -0;
	bottom: -24vw;
	width: 45vw;
}









}