/* contents */

body {
	background: #fff;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

a {
	color: #000;
	transition: all .3s ease-out;
}

.fs14 {
	font-size: 14px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt30 {
	padding-top: 30px!important;
}

.pt40 {
	padding-top: 40px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pt60 {
	padding-top: 60px!important;
}

.pt70 {
	padding-top: 70px!important;
}

.pt80 {
	padding-top: 80px!important;
}

.pt90 {
	padding-top: 90px!important;
}

.pt100 {
	padding-top: 100px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.pb60 {
	padding-bottom: 60px!important;
}

.pb70 {
	padding-bottom: 70px!important;
}

.pb80 {
	padding-bottom: 80px!important;
}

.pb90 {
	padding-bottom: 90px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mt90 {
	margin-top: 90px!important;
}

.mt100 {
	margin-top: 100px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

@media only screen and (max-width:767px) {

	.pt20 {
		padding-top: 15px!important;
	}

	.pt30 {
		padding-top: 20px!important;
	}

	.pt40 {
		padding-top: 25px!important;
	}

	.pt50 {
		padding-top: 30px!important;
	}

	.pt60 {
		padding-top: 35px!important;
	}

	.pt70 {
		padding-top: 40px!important;
	}

	.pt80 {
		padding-top: 50px!important;
	}

	.pt90 {
		padding-top: 60px!important;
	}

	.pt100 {
		padding-top: 70px!important;
	}

	.pb20 {
		padding-bottom: 15px!important;
	}

	.pb30 {
		padding-bottom: 20px!important;
	}

	.pb40 {
		padding-bottom: 25px!important;
	}

	.pb50 {
		padding-bottom: 30px!important;
	}

	.pb60 {
		padding-bottom: 35px!important;
	}

	.pb70 {
		padding-bottom: 40px!important;
	}

	.pb80 {
		padding-bottom: 50px!important;
	}

	.pb90 {
		padding-bottom: 60px!important;
	}

	.pb100 {
		padding-bottom: 70px!important;
	}

	.mt20 {
		margin-top: 15px!important;
	}

	.mt30 {
		margin-top: 20px!important;
	}

	.mt40 {
		margin-top: 25px!important;
	}

	.mt50 {
		margin-top: 30px!important;
	}

	.mt60 {
		margin-top: 35px!important;
	}

	.mt70 {
		margin-top: 40px!important;
	}

	.mt80 {
		margin-top: 50px!important;
	}

	.mt90 {
		margin-top: 60px!important;
	}

	.mt100 {
		margin-top: 70px!important;
	}

	.mb20 {
		margin-bottom: 15px!important;
	}

	.mb30 {
		margin-bottom: 20px!important;
	}

	.mb40 {
		margin-bottom: 25px!important;
	}

	.mb50 {
		margin-bottom: 30px!important;
	}

	.mb60 {
		margin-bottom: 35px!important;
	}

	.mb70 {
		margin-bottom: 40px!important;
	}

	.mb80 {
		margin-bottom: 50px!important;
	}

	.mb90 {
		margin-bottom: 60px!important;
	}

	.mb100 {
		margin-bottom: 70px!important;
	}

}

@media screen and (min-width: 768px) {
	
	body {
		font-size: 13px;
	}
	
	.fs14 {
		font-size: 15px;
	}

}

/* common */


.inner {
	width: 100%;
	max-width: 940px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

.white-wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.white-inner {
	width: 100%;
	max-width: 940px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

.left-outer {
	background: #faf9f9;
	border-right: 50px solid #fff;
	padding-left: 50px;
}

.right-outer {
	background: #faf9f9;
	border-right: 50px solid #fff;
	padding-left: 50px;
}

.btn-buy a {
	padding: 8px 11px;
	line-height: 100%;
	background: #000;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-top: 10px;
}

.btn-buy a:hover {
	background: #ab874f;
}

@media screen and (max-width: 1100px) {
	.left-outer {
		background: #faf9f9;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.right-outer {
		background: #faf9f9;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1001px) {
	
	.white-wrap {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
	}

	.white-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

}

@media screen and (max-width: 939px) {
	
	.white-wrap {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.white-inner {
		padding-left: 4%;
		padding-right: 4%;
	}

}

@media screen and (max-width: 767px) {

	.inner {
		padding-left: 6%;
		padding-right: 6%;
	}

	.left-outer {
		background: #faf9f9;
		padding-left: 0;
	}

	.right-outer {
		background: #faf9f9;
		padding-left: 0;
	}

}


/* key */

#top {
	border: 20px solid #fff;
}

.inner-key {
	overflow: hidden;
	background: #faf9f9;
	position: relative;
}

.key-left {
	text-align: center;
	width: 40%;
	max-width: 462px;
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.img-key {
	width: 50%;
	float: right;
}

.key-logo {
	margin-bottom: 12.97%;
}

@media screen and (max-width: 767px) {
	
	#top {
		border: 3vw solid #fff;
	}

	.key-left {
		width: 100%;
		max-width: none;
		padding: 10vw 10% 12vw 10%;
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0);
		background: #faf9f9;
		z-index: 1;
	}

	.img-key {
		width: 100%;
		float: none;
		margin-top: -16%;
	}

	.key-logo {
		margin-bottom: 10%;
	}
	
}

/* lee */

h1 {
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

.lee01 {
	overflow: hidden;
}

.lee01 img {
	float: left;
	width: 47.62%;
}

.lee01 img:first-child {
	margin-right: 4.76%;
}

.block-lee .left-outer {
	margin-top: -100px;
	padding-top: 200px;
}

.block-lee .left-outer h2 {
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid #ddd;
}

.block-lee .left-outer .lee-tit {
	font-size: 15px;
}

.lee-color-box {
	overflow: hidden;
}

.lee-color-box .txt-color {
	text-align: right;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
}

.lee-color-box .detail-color span {
	font-weight: 700;
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
}

.block-lee .white-inner {
	overflow: hidden;
}

.block-lee .lee-color-box {
	float: left;
	width: 42.857%;
}

.block-lee .lee-color-box:first-child {
	margin-right: 14.286%;
}

@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 17px;
		line-height: 1.6;
	}
	
	.lee01 img {
		width: 50%;
	}

	.lee01 img:first-child {
		margin-right: 0;
	}

	.block-lee .left-outer {
		margin-top: -50px;
		padding-top: 100px;
	}
	.block-lee .left-outer h2 {
		font-size: 16px;
	}

	.block-lee .left-outer .lee-tit {
		font-size: 13px;
	}

	.lee-color-box .txt-color {
		text-align: right;
		font-size: 14px;
		padding-right: 18%;
	}

	.lee-color-box .detail-color span {
		padding-bottom: 3px;
		padding-top: 0;
	}

	.block-lee .white-inner {
		overflow: hidden;
	}

	.block-lee .lee-color-box {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.block-lee .lee-color-box:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.block-lee .lee-color-box img {
		padding-left: 18%;
		padding-right: 18%;
	}

	.block-lee .lee-color-box:first-child {
		margin-right: 14.286%;
	}

}

/* point */

.tit-point {
	text-align: center;
}

.block-point h2 {
	padding: 16px 40px;
	line-height: 100%;
	border-top: 1px solid #ab874f;
	border-bottom: 1px solid #ab874f;
	text-align: center;
	color: #ab874f;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	transform: translateY(-50%);
}

.wrap-img-point {
	overflow: hidden;
	position: relative;
	padding-top: 140px;
	padding-bottom: 290px;
}

.img-point {
	position: relative;
	float: left;
	width: 33.333%;
}

.img-point img:last-child {
	position: absolute;
}

.point-img01 img:last-child {
	width: 17.5%;
	left: 7.5%;
	top: 7.5%;
	transform: translateY(-100%);
}

.point-img02 img:last-child {
	width: 11.43%;
	left: 4.64%;
	bottom: 10%;
	transform: translateY(100%);
}

.point-img03 img:last-child {
	width: 28.21%;
	right: 13.21%;
	bottom: 7.14%;
	transform: translateY(100%);
}

.detail-point {
	position: absolute;
}

.detail-point dd:first-child {
	font-size: 115%;
	font-weight: 700;
	color: #ab874f;
}

.detail-point dt {
	font-size: 115%;
	font-weight: 700;
}

.detail-point01 {
	left: 11.0%;
	top: 0;
	width: 78.33%;
}

.detail-point02 {
	left: 11.0%;
	bottom: 130px;
	width: 42.86%;
}

.detail-point03 {
	right: 0;
	bottom: 100px;
	width: 42.86%;
}

@media screen and (max-width: 767px) {

	.block-point h2 {
		padding: 13px 30px;
		font-size: 16px;
	}

	.wrap-img-point {
		padding-top: 10px;
		padding-bottom: 60px;
	}

	.point-img01, .point-img02, .point-img03 {
		width: 50%;
	}
	
	.point-img03 {
		margin-left: 25%;
		margin-right: 25%;
	}

	.img-point img:last-child {
		position: absolute;
	}

	.point-img01 img:last-child {
		width: 17.5%;
		left: 7.5%;
		top: 7.5%;
		transform: translateY(-100%);
	}

	.point-img02 img:last-child {
		width: 11.43%;
		left: 4.64%;
		bottom: 10%;
		transform: translateY(100%);
	}

	.point-img03 .is-sp {
		position: absolute;
		width: 11.43%;
		right: 8.24%;
		bottom: 8%;
		transform: translateY(100%) scaleX(-1) rotate(-30deg);
	}

	.detail-point {
		position: relative;
	}

	.detail-point dd:first-child {
		font-size: 115%;
		font-weight: 700;
		color: #ab874f;
	}

	.detail-point dt {
		font-size: 115%;
		font-weight: 700;
	}

	.detail-point01 {
		left: auto;
		top: auto;
		width: 100%;
		padding-left: 20%;
		padding-bottom: 30px;
	}

	.detail-point02 {
		left: auto;
		bottom: auto;
		width: 100%;
		padding-right: 20%;
		padding-top: 18px;
		clear: both;
		padding-bottom: 25px;
	}

	.detail-point03 {
		right: auto;
		bottom: auto;
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 18px;
		clear: both;
	}

}

/* last area */

.lee-last-box {
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.lee-last-box dt {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
}

.lee-last-box:nth-child(odd) .last-box-img {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 47.62%;
}

.lee-last-box:nth-child(odd) dl {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 52.38%;
}

.lee-last-box:nth-child(odd) dt, .lee-last-box:nth-child(odd) dd {
	padding-left: 40px;
}

.lee-last-box.up {
	margin-top: -260px;
	overflow: hidden;
}

.lee-last-box:nth-child(even) .last-box-img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 47.62%;
}

.lee-last-box:nth-child(even) dl {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 52.38%;
}

.lee-last-box.up dl {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	width: 52.38%;
	transform: translateY(350px);
}

.lee-last-box:nth-child(even) dt, .lee-last-box:nth-child(even) dd {
	padding-right: 40px;
}

.wrap-lee-last .txt-left {
	text-align: left;
}

.right-outer .lee-last-box:not(:last-child) {
	margin-bottom: 60px;
}

@media screen and (max-width: 939px) {
	.lee-last-box.up {
		margin-top: 30px;
	}
	
	.lee-last-box dl {
		padding-top: 40px;
	}
	
	.lee-last-box.up dl {
		transform: translateY(0);
	}

}

@media screen and (max-width: 767px) {
	
	.lee-last-box {
		display: block;
	}

	.lee-last-box dt {
		font-size: 16px;
	}

	.wrap-lee-last .lee-last-box .last-box-img {
		width: 100%;
		padding-left: 18%;
		padding-right: 18%;
	}
	
	.wrap-lee-last .lee-last-box dl {
		width: 100%;
	}

	.lee-last-box:nth-child(odd) dt, .lee-last-box:nth-child(odd) dd {
		padding-left: 0;
	}

	.lee-last-box:nth-child(even) dt, .lee-last-box:nth-child(even) dd {
		padding-right: 0;
	}
	
	.lee-last-box dl {
		padding-top: 15px;
	}
	
	.lee-last-box:not(:last-child) {
		margin-bottom: 40px;
	}

	.right-outer .lee-last-box:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.right-outer .wrap-lee-last .lee-last-box .last-box-img {
		padding-left: 6.9%;
		padding-right: 6.9%;
	}

}


	
/* foot */

.foot-wrap {
	position: relative;
}

.foot {
	margin-top: 10px;
	width: 100%;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(600px + 12%);
}

.foot_btn {
	display: block;
	margin: 0 auto;
	border: 1px solid #333;
	width: 322px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}

.foot_btn:hover {
	opacity: 0.7;
}

.foot_btn span {
	font-family: 'Noto Serif JP', serif;
}

.foot_russet {
	width: 146px;
	margin: 90px auto 0;
}

.foot_russet a:hover {
	opacity: 0.7;
}

.foot_copy {
	padding: 80px 0 30px;
	text-align: center;
	display: block;
	font-size: 12px;
}

#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -100px;
	right: 20px;
	border-radius: 50%;
	text-decoration: none!important;
	z-index: 999;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	border: 1px solid #333;
}

#page-top.act {
	bottom: 20px;
}

#page-top .pt-txt {
	display: inline-block;
	font-size: 20px;
	line-height: 47px;
	vertical-align: middle;
	transition: all 0.3s ease;
	transform: translate(0);
	color: #333;
}

#page-top:hover {
	border-color: #ab874f;
}

#page-top:hover .pt-txt {
	color: #d8a28f;
}

@media screen and (max-width: 767px) {

	.foot_btn {
		width: 100%;
	}
	
	#page-top {
		width: 40px;
		height: 40px;
		right: 15px;
	}
	
	#page-top.act {
		bottom: 15px;
	}

	#page-top .pt-txt {
		font-size: 16px;
		line-height: 36px;
	}

}

/* other */

@media screen and (max-width: 767px) {

	.is-pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {

	.is-sp {
		display: none;
	}
}


@media screen and (min-width: 999px) {
	
	#content-wrap::before {
		content: "";
		display: block;
		width: 8px;
		height: 100vh;
		background-image: url(../img/bg_decoration01.png);
		background-size: 8px 16px;
		position: fixed;
		right: 0;
		top: 0;
	}
	
	.foot-wrap::after {
		content: "";
		display: block;
		width: 20px;
		height: 100vh;
		background-image: url(../img/bg_decoration02.png);
		background-size: 20px 11px;
		position: fixed;
		left: 0;
		top: 0;
	}

}


