/* Scss Document */
#key {
	background: url(../img/scene/kv.jpg) no-repeat center;
	background-size: cover;
}

@media screen and (min-width: 767px) {
#key {
	background: url(../img/scene/kv.jpg) no-repeat center;
	background-size: cover;
}
}
#sec1 {
	position: relative;
	padding-bottom: 14vw;
}
#sec1::before {
    content: "";
    background: url(../img/shared/key_deco.jpg);
    clip-path: polygon(100% 87%, 0 0, 0 100%);
    opacity: .5;
    position: absolute;
    top: -42vw;
    left: 0;
    width: 54%;
    height: 308vw;
    z-index: 2;
}

#sec1::after {
    content: "";
    background: url(../img/scene/sec1_bg.jpg) no-repeat top center;
    background-size: cover;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: -41px;
    right: 0;
    left: calc(50% - 100px);
    height: 90vw;
	z-index: -2;
}

#sec1 h2 {
	position: relative;
	margin-bottom: 14vw;
	z-index: 3;
}
#sec1 .txt {
	margin-bottom: 9vw;
	position: relative;
	z-index: 3;
}
#sec1 .photo {
	max-width: 418px;
	width: 100%;
	margin: 0 auto 9vw;
	position: relative;
	z-index: 3;
}
#sec1 .btn-shared {
    width: 80%;
    margin: 0 auto;
}
@media screen and (min-width: 767px) {
#sec1 {
	padding-bottom: 123px;
	padding-top: 170px;
}
#sec1::before {
    clip-path: polygon(100% 80%, 0 0, 0 100%);
    position: absolute;
    top: -549px;
    left: 0;
    width: 41%;
    height: 1950px;
    z-index: 3;
    opacity: 0.5;
}	
	
#sec1::after {
	clip-path: polygon(26% 0, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	top: -150px;
	right: 0;
	left: calc(50% - 100px);
	z-index: -2;
}
#sec1 h2 {
	top: -440px;
	right: -2px;
	position: absolute;
	margin-bottom: 0;
	width: 499px;
}
#sec1 .txt {
	width: 448px;
	height: 600px;
	margin-bottom: 9px;
}
#sec1 .photo {
	width: 418px;
	position: absolute;
	margin: 0;
	top: -395px;
	left: 81px;
}
	#sec1 .photo.line::before {
		border:5px solid rgba(255, 255, 255, 0.5);
	}
	#sec1 .btn-shared {
    margin: 0 0 0 -19px;
    width: 370px;
    max-width: 400px;
}
}
#sec2 {
	position: relative;
	background: url(../img/shared/bg02.jpg);
	color: #494241;
	padding-bottom: 13vw;
}
#sec2::before {
	content: "";
	border-left: 2px solid #a6937c;
	border-bottom: 2px solid #a6937c;
	position: absolute;
	top: 489px;
	left: 10px;
	right: 10px;
	bottom: 20px;
	z-index: 3;
}
#sec2::after {
	content: "";
	background: #a6937c;
	position: absolute;
	top: 413px;
	right: 10px;
	bottom: 20px;
	z-index: 2;
	width: 2px;
}
#sec2 .outside::after {
	content: "";
	background: url(../img/concept/sec1_deco02.png);
	position: absolute;
	bottom: 0;
	left: 0;
	top: 200px;
	right: calc(50% + 280px);
	clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
}
#sec2 .outside > * {
	position: relative;
	z-index: 2;
}
#sec2 .set1 {
	margin-bottom: 0;
	position: relative;
}

#sec2 .set1::before,
#sec2 .set1::after {
	content: "";
	background-color: #141414;
	height: 2px;
	top: 11px;
	left: 15%;
	right: 0;
	position: absolute;
	z-index: 2;
}
#sec2 .set1::after {
	content: "";
	background-color: #141414;
	height: 7px;
	top: 0px;
	left: 0%;
	right: 0;
	position: absolute;
	z-index: 2;
}
#sec2 .set1 .bg-parallax {
	height: 500px;
}
#sec2 .set2 {
	position: relative;
	padding: 0 5vw 10vw;
}
#sec2 .set2::before {
	content: "";
	background: url(../img/scene/sec2_deco01.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	max-width: 567px;
	height: 255px;
	position: absolute;
	top: 49vw;
	right: -10vw;
	width: 57%;
}
#sec2 .set2::after {
	content: "";
	background: url(../img/shared/sec5_deco03_sp.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -147px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 343px;
}
#sec2 .set2 > * {
	position: relative;
	z-index: 2;
}
#sec2 .set1 .note {
	color: #fff;
	position: absolute;
	z-index: 2;
	text-align: center;
	left: 0;
	right: 0;
	top: 10px;
}
#sec2 .set2 .photo {
	position: absolute;
	z-index: 3;
	top: -26vw;
	width: 90%;
}
#sec2 .set2 .photo span {
	display: block;
	position: absolute;
	top: -55px;
	left: 0;
	color: #fff;
	
}
#sec2 .set2 .photo::before {
	content: "";
	top: -20px;
	left: -20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #b0adac;
	position: absolute;
	z-index: 2;
	opacity: .5;
}
#sec2 .set2 .box {
	position: relative;
	top: 0;
	right: 0;
	z-index: 2;
	padding-top: 44vw;
}
#sec2 .set2 .box h2 {
	color: #494241;
	font-size: 8vw;
	letter-spacing: 1px;
	margin-bottom: 6vw;
	text-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
	line-height: 1.5;
}
#sec2 .set2 .box h2 span {
	display: block;
	padding-left: 45px;
}
#sec2 .set3 {
	position: relative;
	z-index: 3;
	margin-bottom: 9vw;
}
#sec2 .set3 h3 {
	position: relative;
	top: 0;
	z-index: 2;
	width: 120%;
	margin-left: -36vw;
	margin-bottom: -18vw;
}
#sec2 .set3 .photo-group {
	position: relative;
	margin-left: 0;
	margin-right: -31vw;
}
#sec2 .set3 .photo-group .photo01 {
position: relative;
    top: 0;
    width: 100%;
    height: 245px;
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
    margin-right: 0;
    margin-left: 5vw;
    margin-bottom: 5vw;
}
#sec2 .set3 .photo-group .photo02 {
	margin-left: -14vw;
	width: 55%;
	display: none;
}
#sec2 .set3 .note01 {padding: 0 5vw;}
#sec2 .set3 .note02 {
    padding: 0 5vw;
}
#sec2 .set4 {
	position: relative;
}
#sec2 .set4 h3 {
	width: 80%;
	margin: 0 auto;
}
#sec2 .set4 .photo {
	position: relative;
	margin-right: -3vw;
	margin-bottom: -10vw;
}
#sec2 .set4 dl {
    line-height: 1.5;
    padding: 0 5vw;
	text-align: center;
}
#sec2 .set4 dl dt {
	font-size: 8vw;
}
#sec2 .set4 dl dt span {
	display: block;
}

#sec2 .set4 dl dd {
	font-size: 7vw;
}
#sec2 .set4 dl dd small {
	font-size: 5vw;
}
#sec2 .set4 .txt {
	padding: 5vw 5vw 0;
	text-align: justify;
}

@media screen and (min-width: 767px) {
#sec2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sec2::before {
	border-left: 4px solid #a6937c;
	border-bottom: 4px solid #a6937c;
	position: absolute;
	top: 560px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
#sec2::after {
	background: #a6937c;
	position: absolute;
	top: 519px;
	right: 20px;
	bottom: 21px;
	width: 4px;
}
#sec2 .outside::after {
	background: url(../img/concept/sec1_deco02.png);
	position: absolute;
	bottom: 0;
	left: 0;
	top: 200px;
	right: calc(50% + 280px);
	clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
}
#sec2 .set1 {
	margin-bottom: 0;
}
	
#sec2 .set1::before,
#sec2 .set1::after {
	height: 2px;
}
#sec2 .set1::after {
	height: 7px;
}
	
#sec2 .set1 .bg-parallax {
	height: 683px;
}
#sec2 .set2 {
	position: relative;
	padding: 0 0 52px;
}
#sec2 .set2::before {
	width: 567px;
	height: 255px;
	position: absolute;
	top: 82px;
	right: 0;
	left: calc(50% + 245px);
	z-index: 2;
}
#sec2 .set2::after {
	background: url(../img/index/sec5_deco03.png) no-repeat top center;
	left: 0;
	height: 656px;
	position: absolute;
	top: -288px;
	right: 0;
}
#sec2 .set1 .note {
	margin-bottom: 0;
	top: 23px;
}
#sec2 .set2 .photo {
	left: -40px;
	top: -182px;
	width: 597px;
}
#sec2 .set2 .photo::before {
	top: -50px;
	left: -50px;
	right: 50px;
	bottom: 50px;
	border: 1px solid #b0adac;
}
	#sec2 .set2 .photo span {
		top: -40px;
	}
#sec2 .set2 .box {
	margin-right: -106px;
	width: 510px;
	z-index: 2;
	padding-top: 0;
	position: relative;
	margin-left: auto;
}
#sec2 .set2 .box h2 {
	font-size: 54px;
	letter-spacing: 1px;
	margin-bottom: 44px;
	line-height: 76px;
}
#sec2 .set2 .box h2 span {
	display: block;
	padding-left: 58px;
}
	#sec2 .set2 .box .txt {
		padding-left: 13px;
	}
#sec2 .set3 {
	position: relative;
	margin-bottom: -80px;
	min-height: 870px;
}
#sec2 .set3 h3 {
	top: 28px;
	width: 1186px;
	right: calc(50% - 190px);
	z-index: 2;
	margin: 0;
	position: absolute;
}
#sec2 .set3 .photo-group {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	padding-top: 477px;
}
#sec2 .set3 .photo-group .photo01 {
	position: absolute;
	left: calc(50% - 81px);
	top: 91px;
	width: 100%;
	height: 667px;
	clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
	margin: 0;
}
#sec2 .set3 .photo-group .photo02 {
	margin-left: -140px;
	width: 826px;
	display: block;
}
#sec2 .set3 .note01 {
	position: absolute;
	top: 761px;
	right: 49px;
	width: 335px;
	padding: 0;
}
#sec2 .set3 .note02 {
	position: absolute;
	text-align: center;
	top: 398px;
	left: 0;
	width: 420px;
	padding: 0;
}
#sec2 .set4 {
	padding-bottom: 188px;
}
#sec2 .set4 h3 {
	width: 562px;
	margin: 0 0 -38px 28px;
}
#sec2 .set4 .photo {
	position: absolute;
	top: 78px;
	left: calc(50% - 83px);
	margin: 0;
	width: 953px;
}
	#sec2 .set4 dl {
    padding: 0 0 24px 59px;
    position: relative;
    width: 390px;
	text-align: left;
}
#sec2 .set4 dl dt {
	font-size: 55px;
	line-height: 78px;
}
	#sec2 .set4 dl dt span {}
	
#sec2 .set4 dl dd {
	font-size: 45px;
	text-align: right;
}
#sec2 .set4 dl dd small {
	font-size: 37px;
}
#sec2 .set4 .txt {
	width: 400px;
	padding: 0 0 0 60px;
}
}
#sec3 {
	position: relative;
	padding-bottom: 15vw;
}
#sec3 .set1 {
	position: relative;
}
#sec3 .set1::before {
	content: "";
	background: url(../img/scene/sec3_deco01.png) no-repeat top center;
	max-width: 601px;
	height: 289px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 17vw;
    right: 0vw;
	z-index: 1;
	width: 55%;
}
#sec3 .set1 h2 {
	position: absolute;
	top: 11vw;
	right: 0;
	z-index: 2;
	font-size: 8vw;
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	left: 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#sec3 .set1 h2 small {
	font-size: 7vw;
}
#sec3 .set1 h2 span {
	display: block;
	text-align: center;
}
#sec3 .set1 .bg-parallax {
	height: 500px;
}
#sec3 .set2 {
	position: relative;
	margin-bottom: 10vw;
}
#sec3 .set2::before {
	content: "";
	background: url(../img/shared/sec5_deco03_b_sp.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -155px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 343px;
}
#sec3 .set2 > * {
	position: relative;
	z-index: 2;
}
#sec3 .set2 h3 {
	width: 80%;
	margin: 0 auto 5vw;
	position: relative;
	z-index: 2;
}
#sec3 .set2 .photo {
	position: relative;
	height: 320px;
	margin-right: -10vw;
	margin-left: 5vw;
	margin-bottom: 8vw;
}
#sec3 .set2 .photo::before {
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	top: -20px;
	right: -20px;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}
#sec3 .set2 dl {
	position: relative;
	max-width: 500px;
	width: 61%;
	margin: 0 auto 6vw;
}
#sec3 .set2 dl dd {
	font-size: 6vw;
	position: absolute;
	bottom: -1vw;
	right: 4vw;
}
#sec3 .set2 dl dd small {
	font-size: 5vw;
}
#sec3 .set2 .txt {
}
#sec3 .set3 {
	position: relative;
	margin-bottom: 0;
}
#sec3 .set3 .photo01 {
	top: 0;
	height: 500px;
	clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	position: relative;
	margin-left: -6vw;
	margin-bottom: -15vw;
}
#sec3 .set3 .photo02 {
	position: relative;
	bottom: 0;
	right: 0;
	z-index: 2;
	max-width: 622px;
	margin-left: auto;
	width: 50%;
	margin-right: -6vw;
	margin-bottom: -11vw;
}
#sec3 .set3 .box {
	max-width: 627px;
}
#sec3 .set3 .box h3 {
	margin-bottom: 0;
	width: 70%;
	max-width: 627px;
	margin-left: -3vw;
}
#sec3 .set3 .box .price {
	padding-left: 0;
	font-size: 7vw;
	font-weight: 700;
}
#sec3 .set3 .box .price small {
	font-size: 5vw;
}
#sec3 .set3 .box .txt {
}

@media screen and (min-width: 767px) {
#sec3 {
	position: relative;
}
#sec3 .set1 {
	position: relative;
}
#sec3 .set1::before {
	width: 601px;
	height: 289px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 399px;
	left: calc(50% + 151px);
	z-index: 2;
}
#sec3 .set1 h2 {
	position: absolute;
	top: 62px;
	right: 0;
	z-index: 2;
	font-size: 64px;
	width: 190px;
	height: 462px;
	left: calc(50% + 255px);
	letter-spacing: 4px;
}
#sec3 .set1 h2 small {
	font-size: 53px;
}
#sec3 .set1 h2 span {
	display: block;
	text-align: right;
}
#sec3 .set1 .bg-parallax {
	height: 719px;
}
#sec3 .set2 {
	margin-bottom: 28px;
}
#sec3 .set2::before {
	background: url(../img/scene/sec3_bg02.png) no-repeat;
	position: absolute;
	top: -267px;
	height: 452px;
	left: 0;
	right: 0;
}
#sec3 .set2 h3 {
	margin: 0 0 0 -121px;
	width: 653px;
}
#sec3 .set2 .photo {
	position: absolute;
	left: calc(50% - 132px);
	top: 41px;
	height: 567px;
	width: 107%;
	margiN: 0;
}
#sec3 .set2 .photo::before {
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	top: -62px;
	right: -47px;
	bottom: 64px;
	left: 60px;
}
#sec3 .set2 dl {
	position: relative;
	width: 500px;
	margin: 0 0 0 27px;
}
#sec3 .set2 dl dd {
	font-size: 48px;
	position: absolute;
	bottom: 25px;
	right: 61px;
}
#sec3 .set2 dl dd small {
	font-size: 39px;
}
#sec3 .set2 .txt {
	position: absolute;
	bottom: 18px;
	right: 0;
	width: 480px;
}
#sec3 .set3 {
	margin-bottom: 44px;
}
#sec3 .set3 .photo01 {
	right: calc(50% - 121px);
	top: -51px;
	width: 108%;
	height: 1129px;
	clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 100%);
	position: absolute;
	margin: 0;
}
#sec3 .set3 .photo02 {
	position: absolute;
	top: 919px;
	right: -100px;
	z-index: 2;
	width: 622px;
	margin: 0;
	bottom: auto;
}
	#sec3 .set3 .photo02::before {
		border: 10px solid rgba(255, 255, 255, 0.5);
	}
#sec3 .set3 .box {
	width: 627px;
	margin-left: auto;
	margin-right: -118px;
}
#sec3 .set3 .box h3 {
	margin-bottom: 20px;
	width: 627px;
	margin-left: 0;
	margin-right: 0;
}
#sec3 .set3 .box .price {
	padding-left: 183px;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 29px;
}
#sec3 .set3 .box .price small {
	font-size: 39px;
}
#sec3 .set3 .box .txt {
	width: 330px;
	padding-left: 188px;
}
}
#sec4 {
	position: relative;
}
#sec4 .set1 {
	position: relative;
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}
#sec4::before {
	content: "";
	background: url(../img/scene/sec3_deco02.png) no-repeat center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	max-width: 1129px;
	height: 1061px;
	position: absolute;
	top: -13vw;
	width: 85%;
	z-index: 1;
	left: -30vw;
}
#sec4 h2 {
	position: absolute;
	top: 20vw;
	z-index: 21;
	max-width: 163px;
	width: 18%;
	left: 10vw;
}
#sec4 .outside {
	position: relative;
	background: url(../img/shared/bg02.jpg);
	color: #494241;
	padding-bottom: 6vw;
}
#sec4 .outside::before {
	content: "";
	border-left: 2px solid #a6937c;
	border-bottom: 2px solid #a6937c;
	position: absolute;
	top: -22px;
	left: 10px;
	right: 10px;
	bottom: 20px;
	z-index: 3;
}
#sec4 .outside::after {
	content: "";
	background: #a6937c;
	position: absolute;
	top: -94px;
	right: 10px;
	bottom: 20px;
	width: 2px;
	z-index: 3;
}
#sec4 .set2 {
	position: relative;
	margin-bottom: 15vw;
}
#sec4 .set2::before {
	content: "";
	background: url(../img/shared/sec5_deco03_sp.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 343px;
}
#sec4 .set2::after {
	content: "";
	background: url(../img/scene/sec4_deco02.png) no-repeat top center;
	position: absolute;
	top: -50vw;
	right: -9vw;
	z-index: 5;
	max-width: 314px;
	height: 568px;
	width: 36%;
	background-size: 100% auto;
}
#sec4 .set2 > * {
	position: relative;
	z-index: 3;
}
#sec4 .set2 .photo {
	position: relative;
}
#sec4 .set2 .photo::before {
	content: "";
	border: 1px solid #494241;
	position: absolute;
	top: -40px;
	right: -40px;
	bottom: 40px;
	left: 40px;
	opacity: .5;
	z-index: 1;
}
#sec4 .set2 .box {padding: 10vw 5vw 0;}
#sec4 .set2 .box dl {
	font-weight: 700;
	margin-bottom: 4vw;
	line-height: 1;
}
#sec4 .set2 .box dl dt {
	font-size: 8vw;
	margin-bottom: 2vw;
}
#sec4 .set2 .box dl dd {
	font-size: 7vw;
	text-align: right;
}
#sec4 .set2 .box dl dd small {
	font-size: 6vw;
}
#sec4 .set2 .box .txt {
}
#sec4 .set3 {
	position: relative;
}
#sec4 .set3::after {
	content: "";
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 33% 100%);
	background: url(../img/concept/sec1_deco02.png);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1232px;
	left: calc(50% + 280px);
	z-index: 3;
}
#sec4 .set3 .wrap::before {
	content: "";
	background: url(../img/scene/sec4_deco03.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	max-width: 873px;
	height: 301px;
	position: absolute;
	top: -3vw;
	left: -6vw;
	width: 90%;
}
#sec4 .set3 > * {
	position: relative;
	z-index: 2;
}
#sec4 .set3 h3 {
	font-weight: 700;
	text-align: center;
	font-size: 8vw;
	margin-bottom: 5vw;
	position: relative;
	z-index: 2;
}
#sec4 .set3 .note {
	text-align: center;
	margin-bottom: 6vw;
}
#sec4 .set3 .row {
	max-width: 880px;
	margin: 0 5vw;
}
#sec4 .set3 .row .col {
}
#sec4 .set3 .row .col .inside {
	margin-bottom: 40px;
}
#sec4 .set3 .row .col h4 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 1;
	padding: 15px 0;
	background-color: #494241;
	font-weight: 700;
}
#sec4 .set3 .row .col dl {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #756f6e;
	font-weight: 600;
}
#sec4 .set3 .row .col dl dt {
	width: 75%;
}
#sec4 .set3 .row .col dl dd {
	width: 25%;
	text-align: right;
}

@media screen and (min-width: 767px) {
#sec4 {
	position: relative;
}
#sec4 .set1 {
	position: relative;
	clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
}
#sec4::before {
	width: 1129px;
	height: 1061px;
	position: absolute;
	top: -262px;
	right: calc(50% + 7px);
	left: auto;
}
	#sec4 .set1 .bg-parallax {
		height: 879px;
	}
#sec4 h2 {
	position: absolute;
	right: calc(50% + 288px);
	top: 287px;
	left: auto;
	width: 163px;
}
#sec4 .outside {
	margin-bottom: 0;
	padding-bottom: 91px;
}
#sec4 .outside::before {
	border-left: 4px solid #a6937c;
	border-bottom: 4px solid #a6937c;
	position: absolute;
	top: -92px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 3;
}
#sec4 .outside::after {
	top: -130px;
	right: 20px;
	bottom: 20px;
	width: 4px;
}
#sec4 .set2 {
	margin-bottom: 248px;
}
#sec4 .set2::before {
	background: url(../img/scene/sec4_bg01.png) no-repeat top center;
	position: absolute;
	top: -230px;
	height: 1620px;
	left: 0;
	right: 0;
	z-index: 2;
}
#sec4 .set2::after {
	top: -359px;
	right: 0px;
	z-index: 2;
	width: 314px;
	height: 568px;
	left: calc(50% + 500px);
}
#sec4 .set2 .photo {
	position: absolute;
	top: -23px;
	right: -171px;
}
#sec4 .set2 .photo::before {
	content: "";
	border: 1px solid #494241;
	position: absolute;
	top: -79px;
	right: -59px;
	bottom: 77px;
	left: 106px;
	opacity: 1;
}
#sec4 .set2 .box {
	width: 385px;
	padding: 191px 0 0 9px;
}
#sec4 .set2 .box dl {
	margin-bottom: 31px;
}
#sec4 .set2 .box dl dt {
	font-size: 55px;
	margin-bottom: 17px;
}
#sec4 .set2 .box dl dd {
	font-size: 45px;
	text-align: right;
}
#sec4 .set2 .box dl dd small {
	font-size: 36px;
}
#sec4 .set2 .box .txt {
	width: 385px;
	padding-left: 9px;
}
#sec4 .set3 {
	position: relative;
}
#sec4 .set3::after {
        clip-path: polygon(0 17%, 100% 0, 100% 100%, 65% 100%);
        background: url(../img/concept/sec1_deco02.png);
        position: absolute;
        bottom: -91px;
        right: 0;
        left: calc(50% + 479px);
        z-index: 3;
}
#sec4 .set3 .wrap::before {
	background: url(../img/scene/sec4_deco03.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 873px;
	height: 301px;
	top: -149px;
	left: -106px;
}
#sec4 .set3 h3 {
	font-size: 60px;
	margin-bottom: 59px;
}
#sec4 .set3 .note {
	margin-bottom: 36px;
}
#sec4 .set3 .row {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec4 .set3 .row .col {
	width: 48%;
	max-width: 404px;
}
#sec4 .set3 .row .col .inside {
	margin-bottom: 62px;
}
#sec4 .set3 .row .col h4 {
	font-size: 25px;
	letter-spacing: 0.5px;
	line-height: 1;
	padding: 18px 0;
}
#sec4 .set3 .row .col dl {
	padding: 16px 0;
	font-size: 20px;
}
#sec4 .set3 .row .col dl dt {
	width: 78%;
}
#sec4 .set3 .row .col dl dd {
	width: 22%;
	text-align: right;
}
}



@media screen and (min-width: 767px) and (max-width: 1399px) {
	
	#sec1::after {
		clip-path: polygon(26% 0, 100% 11%, 100% 100%, 0% 100%);
		top: -125px;
		left: calc(50% - 100px);
		height: 116%;
	}
	
	
	#sec1 h2 {
		width: 400px;
	}
	#sec1 .photo {
		left: 186px;
	}
	#sec1 .txt {
		width: 409px;
	}
	#sec1 .btn-shared {
		margin: 0 0 0 20px;
	}
	#sec4 .outside::before,
	#sec2::before {
		border-left: none;
		border-right: none;
		left: 0;
		right: 0;
	}
	#sec4 .outside::after,
	#sec2::after {
		display: none;
	}
	#sec2 .set2 .box {
		margin-right: -40px;
	}
	#sec2 .set2 .photo {
		left: -82px;
	}
	#sec2 .set3 h3 {
		right: calc(50% - 222px);
	}
	#sec3 .set2 h3 {
		margin: 0 0 0 -44px;
	}
	#sec3 .set3 .box {
		margin-right: 0;
	}

	#sec3 .set3 .photo01 {
		right: calc(50% - 29px);
		top: -51px;
		width: 70%;
		height: 1043px;
		clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 100%);
	}
	
}











