@charset "utf-8";
/* CSS Document */

#luty_about .sp_only {
	display: none;
}

#luty_about .sp_only_2 {
	display: none;
}

#luty_about h1 {
	font-size: 85px;
	text-align: left;
	padding: 1.0em 0 1.0em;
	font-family: "cormorant-garamond", serif;
    font-weight: 400;
    font-style: normal;
}

#luty_about h1 span {
	display: block;
	font-size: 25%;
	margin-top: 2.0em;
}

/*#luty_about #about_01 {
	padding-top: 10px;
}*/

#luty_about #about_01 .pc_only {
	max-width: 1600px;
	text-align: left;
    width: 90%;
}

#luty_about #about_01 .box_1,#luty_about #about_01 .box_2 {
	width: 48%;
	text-align: left;
}

#luty_about #about_01 .comm_flex02 {
	align-items: flex-start;
	padding: 5.0em 0;
}

#luty_about #about_01 .box_1 h2 {
	font-size: clamp(2.5rem, 0.129rem + 4.5vw, 4rem);
	line-height: 1.8;
	margin-top: -0.3em;
}

#luty_about #about_01 .box_2 p {
	line-height: 2.0;
}

#luty_about #about_01 video {
	width: 100%;
}


#luty_about #about_02 {
	background: #b7b7b7;
	color: #FFFFFF;
	padding: 6.0em 0;
}

#luty_about #about_02 h2 {
	padding-left: 15%;
	text-align: left;
	font-size: 90%;
}

#luty_about #about_02 h2 span {
	display: block;
	margin-top: 5.0em;
	font-size: 160%;
}

#luty_about #about_02 .box {
	border-bottom: 1px solid;
	padding-top: 6.0em;
}

#luty_about #about_02 .box .comm_flex {
	justify-content: flex-start;
	align-items: flex-start;
}

#luty_about #about_02 .box picture {
	width: 30%;
	margin-right: 5%;
	max-width: 500px;
	line-height: 0;
}

#luty_about #about_02 .box .box_text {
	width: 60%;
	padding-bottom: 2.0em;
}

#luty_about #about_02 .box .box_text dt {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

#luty_about #about_02 .box .box_text dt span {
	display: block;
	font-size: 60%;
	margin-bottom: 1.0em;
}

#luty_about #about_02 .box .box_text dd {
	padding-left: 10%;
	line-height: 2.0;
}

#luty_about #about_02 .box_01 {
	width: 90%;
}

#luty_about #about_02 .box_02 {
	width: 90%;
	margin-left: 5%;
}

#luty_about #about_02 .box_03 {
	width: 90%;
	margin-left: 10%;
}

#luty_about #about_03 {
	border-bottom: 1px solid;
}

#luty_about #about_03 .comm_flex {
	align-items: normal;
}

#luty_about #about_03 .box_1 {
	width: 45%;
	/*max-width: 750px;*/
}

#luty_about #about_03 .box_1 img {
	display: block;
}

#luty_about #about_03 .box_2 {
	width: 50%;
	margin-left: 5%;
	box-sizing: border-box;
	position: relative;
}

#luty_about #about_03 .box_2 h2 {
	font-size: 90%;
	position: absolute;
	top: 5.0em;
	/*left: 5%;*/
	
}

#luty_about #about_03 .box_2 dl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5.0em;
	width: 100%;
}

#luty_about #about_03 .box_2 dt {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 2.0em;
}

#luty_about #about_03 .box_2 dd {
	line-height: 2.0;
}


@media only screen and (max-width: 798px) {
	#luty_about h1 {
		font-size: 50px;
		/*padding-top: 3.5em;*/
	}
	
	#luty_about #about_02 .box .box_text dt {
    font-size: 25px;
    margin-bottom: 1.0em;
}
	#luty_about #about_02 .box {
		padding-bottom: 1.5em;
	}
	#luty_about .pc_only {
		display: none;
	}
	
/*		#luty_about .sp_only {
		display: block;
	}*/
	#luty_about #about_01 .pc_only{
        width: 100%;
        display: block;
    }
	
	#luty_about #about_01 .comm_flex02 {
		flex-direction: column;
	}
	#luty_about #about_01 .box_1, #luty_about #about_01 .box_2 {
		width: 100%;
	}
	#luty_about #about_01 .box_1 h2 {
		margin-bottom: 1.5em;
	}
	#luty_about #about_02 .box .comm_flex {
		flex-direction: column;
	}
	#luty_about #about_02 .box picture {
		width: 95%;
		max-width: none;
	}
	
	#luty_about #about_02 .box_02,#luty_about #about_02 .box_03 {
		margin-left: 0;
		width: 100%;
	}
	
	#luty_about #about_02 h2 {
    padding-left: 5%;
}
	#luty_about #about_02 h2 span {
    margin-top: 2.0em;
}
	#luty_about #about_02 .box .box_text {
    width: 90%;
    margin-left: 5%;
    padding-top: 2.0em;
}
	#luty_about #about_02 .box .box_text dd {
		padding-left: 0;
	}
	
	#luty_about #about_02 .box_01 {
		width: 100%;
	}
	
	#luty_about #about_03 .box_2 h2 {
    top: 2.0em;
    left: 10%;
}
	#luty_about #about_03 .box_2 dt {
    font-size: 25px;
    margin-bottom: 1.0em;
}
	/*#luty_about #about_03 .box_2 dl {
    left: 60%;
}*/
	/*#luty_about #about_03 .box_1 {
    width: 100%;
}*/
	
	#luty_about #about_03 .comm_flex {
		flex-direction: column;
	}
	#luty_about #about_03 .box_2 {
		position: unset;
		width: 100%;
        margin-left: 0;
	}
	
	#luty_about #about_03 .box_2 h2 {
	position: unset;
	text-align: left;
	padding: 3.0em 5%;
}

#luty_about #about_03 .box_2 dl {
	position: unset;
	transform: none;
	width: 60%;
	margin: 2.0em auto;
	
}
	/*#luty_about #about_03 .box_2 dt {
		padding-top: 3.0rem;
		font-size: 20px;
	}*/
	
	#luty_about #about_03 .box_2 dd {
		padding-bottom: 3.0rem;
	}
	
	#luty_about #about_03 .box_1 img {
	display: none;
}
}


@media only screen and (max-width: 480px) {
	#luty_about h1 {
	font-size: 38px;
}
	#luty_about #about_02 {
    padding: 3.0em 0;
}
	#luty_about .sp_only_2 {
	display: block;
}
	#luty_about #about_02 .box {
    border-bottom: none;
	border-top: 1px solid;
    padding-top: 0;
	padding-bottom: 2.0em;
}
	#luty_about #about_02 h2 {
		padding-bottom: 2.0em;
	}
	
	    #luty_about #about_03 .box_2 dt {
        font-size: 20px;
    }

	
}
