
/** slide **/

#slide{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 0;
	background: #faf6ef;
}
#slide .slick-slide{
	transform: scale(1);
	transition: 0.4s linear;
	margin: 0 -30px;
}
#slide .slick-slide:not(.slick-center) {
	transform: scale(0.85);
	opacity: 0.5;
	transition: 0.4s linear;
}
@media screen and (max-width: 500px) {
	#slide .slick-slide:not(.slick-center) {
		transform: scale(1);
		opacity: 1;
	}
}

#slide li img{
	width: 100%;
	max-width: 1100px;
	height: auto;
}

.slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: -25px;
	left: 0;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slick-dots li button{
	width: 80px;
	height: 5px;
	border: none;
	outline: none;
	border-radius: 2.5px;
	background: rgba(192, 154, 90, 0.2);
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.slick-dots li.slick-active button{	background: rgba(192, 154, 90, 1);}

.slick-prev,
.slick-next{
	width: 50px;
	height: 50px;
	border: 0;
	outline: 0;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: calc(50% - 25px);
}

.slick-prev{	left: calc(50% - 565px);}
.slick-prev:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: calc(50% - 5px);
	right: calc(50% - 8px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.slick-next{	right: calc(50% - 565px);}
.slick-next:after{
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 8px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
@media screen and (max-width: 650px) {
	#slide .slider img{
		width: 100%;
		height: auto;
	}
	.slick-dots{
		bottom: -13px;
		left: 0;
	}
	.slick-dots li button{
		width: 40px;
		height: 3px;
		border: none;
		outline: none;
		border-radius: 1.5px;
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
}

.st1, .st2{	fill: #c09a5a;}
.mask-line{
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 15px;
	stroke-dasharray: 4000;
	stroke-dashoffset: 4000;
	animation: none;
}
.is-visible .mask-line {
	animation: handwriting 2s linear forwards;
}
@keyframes handwriting{
	to {
		stroke-dashoffset: 0;
	}
}


/** mess1 **/

#mess1{
	padding: 0 0 100px 0;
	background: #faf6ef;
}
.mess1_ch{
	position: relative;
	z-index: 2;
	text-align: center;
	margin-bottom: -180px;
}
.mess1_ch .txt{
	font-family: "FontA";
	font-size: 120px;
	line-height: 150px;
}
.mess1_ch .txt p{
	overflow: hidden;
}
.mess1_ch .txt p:nth-of-type(2){
	position: relative;
	top: -120px;
}
.mess1_ch .txt span{
	display: inline-block;
	vertical-align: top;
	padding-top: 150px;
}
.mess1_ch .txt.is-active span{
	transform: translateY(150px);
	animation: textanimation 1s forwards;
}

.mess1_ch .txt p:nth-of-type(1) span:nth-child(1) {
	animation-delay: 0.1s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(2) {
	animation-delay: 0.15s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(3) {
	animation-delay: 0.2s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(4) {
	animation-delay: 0.25s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(5) {
	animation-delay: 0.3s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(6) {
	animation-delay: 0.35s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(7) {
	animation-delay: 0.4s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(8) {
	animation-delay: 0.45s
}
.mess1_ch .txt p:nth-of-type(1) span:nth-child(9) {
	animation-delay: 0.5s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(1) {
	animation-delay: 0.55s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(2) {
	animation-delay: 0.6s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(3) {
	animation-delay: 0.65s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(4) {
	animation-delay: 0.7s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(5) {
	animation-delay: 0.75s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(6) {
	animation-delay: 0.8s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(7) {
	animation-delay: 0.85s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(8) {
	animation-delay: 0.9s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(9) {
	animation-delay: 1.0s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(10) {
	animation-delay: 1.05s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(11) {
	animation-delay: 1.1s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(12) {
	animation-delay: 1.15s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(13) {
	animation-delay: 1.2s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(14) {
	animation-delay: 1.25s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(15) {
	animation-delay: 1.3s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(16) {
	animation-delay: 1.35s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(17) {
	animation-delay: 1.4s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(18) {
	animation-delay: 1.45s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(19) {
	animation-delay: 1.5s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(20) {
	animation-delay: 1.55s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(21) {
	animation-delay: 1.6s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(22) {
	animation-delay: 1.65s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(23) {
	animation-delay: 1.7s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(24) {
	animation-delay: 1.75s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(25) {
	animation-delay: 1.8s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(26) {
	animation-delay: 1.85s
}
.mess1_ch .txt p:nth-of-type(2) span:nth-child(27) {
	animation-delay: 1.9s
}
.mess1_ch > p{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	width: 100%;
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 3px;
	color: #c09a5a;
	position: absolute;
	top: 290px;
	left: 0;
}

.mess1_img{
	position: relative;
	/* z-index: -1; */
	width: 1100px;
	height: 500px;
	margin: 0 auto;
}
.parallax {
	position: absolute;
}

@keyframes parallax-large-anim {
	from {
		transform: translateY(100px);
	}
	to {
		transform: translateY(-400px);
	}
}
.large {
	width: 700px;
	height: auto;
	top: 0;
	left: calc(50% - 350px);
	animation: parallax-large-anim linear;
	animation-timeline: scroll();
}

@keyframes parallax-medium-anim {
	from {
		transform: translateY(-200px);
	}
	to {
		transform: translateY(600px);
	}
}
.medium {
	width: 350px;
	height: auto;
	top: 100px;
	right: 0;
	animation: parallax-medium-anim linear;
	animation-timeline: scroll();
}

@keyframes parallax-small-anim {
	from {
		transform: translateY(200px);
	}
	to {
		transform: translateY(-600px);
	}
}
.small {
	width: 350px;
	height: auto;
	top: 100px;
	left: 0;
	animation: parallax-small-anim linear;
	animation-timeline: scroll();
}

.mess1_txt{
	width: 650px;
	text-align: center;
	margin: 0 auto;
}
.mess1_txt svg{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	top: -100px;
}
.mess1_txt p:nth-of-type(1){
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 3px;
	color: #c09a5a;
	margin: -50px 0 40px 0;
}
.mess1_txt p:nth-of-type(2){
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 3px;
}


/** mess2 **/

#mess2{
	position: relative;
	padding: 0 0 100px 0;
	overflow-x: hidden;
}
#mess2:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 100vw 0px 0px;
	border-color: #faf6ef transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#mess2:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 100vw 0px 0px;
	border-color: transparent #faf6ef transparent transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
#mess2 > div{
	position: relative;
	z-index: 2;
}
.mess2_ch .txt{
	font-family: "FontA";
	font-size: 120px;
	line-height: 150px;
}
.mess2_ch .txt p{
	overflow: hidden;
}
.mess2_ch .txt p:nth-of-type(2){
	position: relative;
	top: -120px;
}
.mess2_ch .txt span{
	display: inline-block;
	vertical-align: top;
	padding-top: 150px;
}
.mess2_ch .txt.is-active span{
	transform: translateY(150px);
	animation: textanimation 1s forwards;
}

.mess2_ch .txt p:nth-of-type(1) span:nth-child(1) {
	animation-delay: 0.1s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(2) {
	animation-delay: 0.15s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(3) {
	animation-delay: 0.2s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(4) {
	animation-delay: 0.25s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(5) {
	animation-delay: 0.3s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(6) {
	animation-delay: 0.35s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(7) {
	animation-delay: 0.4s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(8) {
	animation-delay: 0.45s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(9){
	animation-delay: 0.5s
}
.mess2_ch .txt p:nth-of-type(1) span:nth-child(10){
	animation-delay: 0.55s
}
#mess2 svg{
	display: block;
	width: 1100px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#mess2 svg.is-visible .mask-line{
	animation: handwriting 4.0s linear forwards;
}
.mess2_in{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.mess2_l{
	width: 480px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.mess2_l img{
	width: 400px;
	height: auto;
}
.mess2_r{
	position: relative;
	flex: 1;
	text-align: left;
	padding: 80px 70px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.mess2_r p:nth-of-type(1),
.mess2_r p:nth-of-type(4){
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 3px;
	color: #c09a5a;
	margin: 0 0 40px 0;
}
.mess2_r p:nth-of-type(1) span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 35px;
}
.mess2_r p:nth-of-type(1) span:before,
.mess2_r p:nth-of-type(1) span:after{
	content: "";
	width: 20px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 23px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mess2_r p:nth-of-type(1) span:before{	right: 0;}
.mess2_r p:nth-of-type(1) span:after{	left: 0;}

.mess2_r p:nth-of-type(2),
.mess2_r p:nth-of-type(3),
.mess2_r p:nth-of-type(5){
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 3px;
}
.mess2_r p:nth-of-type(2),
.mess2_r p:nth-of-type(3){	margin-bottom: 40px;}


/** mess3 **/

#mess3{
	background: #faf6ef;
	padding: 0 0 50px 0;
}
.mess3_ch{
	position: relative;
	top: -60px;
	text-align: center;
}
.mess3_ch .txt{
	display: inline-flex;
	overflow: hidden;
	font-family: "FontA";
	font-size: 120px;
	line-height: 150px;
}
.mess3_ch .txt p{
	padding-top: 150px;
}
.mess3_ch .txt.is-active p{
	transform: translateY(150px);
	animation: textanimation 1s forwards;
}
.mess3_ch .txt p:nth-child(1) {
	animation-delay: 0.1s
}
.mess3_ch .txt p:nth-child(2) {
	animation-delay: 0.15s
}
.mess3_ch .txt p:nth-child(3) {
	animation-delay: 0.2s
}
.mess3_ch .txt p:nth-child(4) {
	animation-delay: 0.25s
}
.mess3_ch .txt p:nth-child(5) {
	animation-delay: 0.3s
}
.mess3_ch .txt p:nth-child(6) {
	animation-delay: 0.35s
}
.mess3_ch .txt p:nth-child(7) {
	animation-delay: 0.4s
}
.mess3_ch .txt p:nth-child(8) {
	animation-delay: 0.45s
}
.mess3_ch .txt p:nth-child(9) {
	animation-delay: 0.5s
}
.mess3_ch .txt p:nth-child(10) {
	animation-delay: 0.55s
}
.mess3_ch .txt p:nth-child(11) {
	animation-delay: 0.6s
}
.mess3_ch .txt p:nth-child(12) {
	animation-delay: 0.65s
}
.mess3_ch .txt p:nth-child(13) {
	animation-delay: 0.7s
}
.mess3_ch .txt p:nth-child(14) {
	animation-delay: 0.75s
}
.mess2_ch > p,
.mess3_ch > p{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 3px;
	color: #c09a5a;
}

@keyframes textanimation {
	0% {
		transform: translateY(150px);
	}
	100% {
		transform: translateY(0);
	}
}


/** item **/

#item{}
#item .itbox{
	font-size: 0;
	line-height: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#item .itbox:nth-of-type(1){
	background: #efdfc0;
}
#item .itbox:nth-of-type(2){
	background: #e0cabc;
}
#item .itbox_in{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
#item .itbox .txt{
	width: 50%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#item .itbox .txt .it1{
	width: 100%;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}
#item .itbox .txt .it2{
	width: 100%;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 30px 0;
}
#item .itbox:nth-of-type(1) .txt .it2{
	color: #af9264;
}
#item .itbox:nth-of-type(2) .txt .it2{
	color: #ad8a79;
}
#item .itbox .txt .it3{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}
#item .itbox .txt .point{
	width: 100%;
	margin: 0 0 25px 0;
}
#item .itbox .txt .point span{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	border-radius: 12px;
	margin: 0 2.5px 5px 2.5px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#item .itbox:nth-of-type(1) .txt .point span{
	background: #cdb38a;
}
#item .itbox:nth-of-type(2) .txt .point span{
	background: #cdad9d;
}
.pc_itemimg{
	width: 1200px;
	height: auto;
}
.sp_itemimg{	display: none;}


/** info **/

#info{
	padding: 100px 0;
	background: #fff;
}
#info .info_in{
	width: 640px;
	margin: 0 auto;
}
#info li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#info li a{
	display: flex;
	font-size: 16px;
	line-height: 20px;
	color: currentColor;
	letter-spacing: 1px;
	text-align: left;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#info li a span{
	width: 125px;
}
#info li a p{
	flex: 1;
}


/** qa **/

#qa{
	padding: 100px 0;
	background: #faf6ef;
}
.qa_in{
	width: 900px;
	margin: 0 auto;
}
.qabox{
	position: relative;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.qabox .acdbt{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	padding: 32.5px 30px 32.5px 33px;
	cursor: pointer;
}
.qabox .acdbt:before{
	content: 'Q';
	width: 25px;
	font-family: "FontA";
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #c09a5a;
	border-radius: 50%;
	position: absolute;
	top: 32.5px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.qabox .acdbt:after{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/index/qa.png) no-repeat;
	background-size: 20px auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	position: absolute;
	top: 35px;
	right: 0;
}
.qabox .acdbt.open:after{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.qabox .acdbox{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 0 32.5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


#info h2,
#qa h2{
	font-family: "FontA";
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 70px 0;
}
.more_link{
	font-size: 13px;
	line-height: 20px;
	text-align: right;
	margin: 20px 0 0 0;
}
.more_link a{	color: currentColor;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#slide{
		overflow: hidden;
		padding-bottom: 15px;
	}

	#slide .slick-slide{
		margin: 0 0;
	}

	/** mess1 **/
	#mess1{
		padding: 0 0 30px 0;
	}
	.mess1_ch{
		position: relative;
		text-align: center;
		margin-bottom: -60px;
	}
	.mess1_ch .txt{
		font-size: 38px;
		line-height: 50px;
		transform: translateY(50px);
		animation: textanimation 1s forwards;
	}
	.mess1_ch .txt p{
		overflow: hidden;
	}
	.mess1_ch .txt p:nth-of-type(2){
		position: relative;
		top: -40px;
	}
	.mess1_ch .txt span{
		display: inline-block;
		vertical-align: top;
		padding-top: 50px;
		transform: translateY(50px);
	}
	.mess1_ch > p{
		font-size: 13px;
		line-height: 25px;
		letter-spacing: 3px;
		color: #c09a5a;
		position: absolute;
		top: 92px;
		left: 0;
	}

	.mess1_img{
		position: relative;
		width: auto;
		height: 180px;
		margin: 0 auto;
	}
	.parallax {
		position: absolute;
	}

	@keyframes parallax-large-anim {
		from {
			transform: translateY(20px);
		}
		to {
			transform: translateY(-120px);
		}
	}
	.large {
		width: 280px;
		top: 0;
		left: calc(50% - 140px);
		animation: parallax-large-anim linear;
		animation-timeline: scroll();
	}

	@keyframes parallax-medium-anim {
		from {
			transform: translateY(15px);
		}
		to {
			transform: translateY(250px);
		}
	}
	.medium {
		width: 100px;
		top: 0;
		 right: calc(50% - 165px);
		animation: parallax-medium-anim linear;
		animation-timeline: scroll();
	}

	@keyframes parallax-small-anim {
		from {
			transform: translateY(55px);
		}
		to {
			transform: translateY(-250px);
		}
	}
	.small {
		width: 100px;
		top: 0;
		left: calc(50% - 165px);
		animation: parallax-small-anim linear;
		animation-timeline: scroll();
	}

	.mess1_txt{
		width: auto;
		text-align: center;
		margin: 0 auto;
		padding: 0 20px;
	}
	.mess1_txt svg{
		display: block;
		width: 50%;
		height: auto;
		margin: 0 auto;
		position: relative;
		top: -10px;
	}
	.mess1_txt p:nth-of-type(1){
		font-size: clamp( 18px, calc( -27px + 12vw ), 21px );
		line-height: 1.5;
		letter-spacing: 3px;
		color: #c09a5a;
		margin: 0 0 15px 0;
	}
	.mess1_txt p:nth-of-type(2){
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 3px;
		text-align: left;
	}
	.mess1_txt .mask-line{
		animation-delay: 0.2s
	}


	/** mess2 **/
	#mess2{
		padding: 0 20px 60px 20px;
	}
	#mess2:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 100px 100vw 0px 0px;
		border-color: #faf6ef transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
	#mess2:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 100px 100vw 0px 0px;
		border-color: transparent #faf6ef transparent transparent;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#mess2 > div{
		position: relative;
		z-index: 2;
	}
	.mess2_ch{	margin-bottom: 20px;}
	.mess2_ch .txt{
		font-family: "FontA";
		font-size: 38px;
		line-height: 50px;
	}
	.mess2_ch .txt p{
		overflow: hidden;
	}
	.mess2_ch .txt p:nth-of-type(2){
		position: relative;
		top: -0;
	}
	.mess2_ch .txt span{
		display: inline-block;
		vertical-align: top;
		padding-top: 50px;
	}
	.mess2_ch .txt.is-active span{
		transform: translateY(50px);
		animation: textanimation 1s forwards;
	}
	.mess2_in{
		position: relative;
		display: block;
		width: auto;
		margin: 0;
	}
	.mess2_l{
		display: inline-block;
		width: auto;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mess2_l img{
		width: 90px;
		height: auto;
	}
	.mess2_r{
		padding: 10px 0 0 0;
	}
	#mess2 svg{
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.mess2_r p:nth-of-type(1),
	.mess2_r p:nth-of-type(4){
		font-size: clamp( 18px, calc( -27px + 12vw ), 21px );
		line-height: 1.5;
		letter-spacing: 2px;
		margin: 0 0 15px 0;
		padding: 0 0 0 105px;
	}
	.mess2_r p:nth-of-type(1) span{	padding: 0;}
	.mess2_r p:nth-of-type(1) span:before,
	.mess2_r p:nth-of-type(1) span:after{	display: none;}
	.mess2_r p:nth-of-type(4){	padding: 0;}
	.mess2_r p:nth-of-type(2),
	.mess2_r p:nth-of-type(3),
	.mess2_r p:nth-of-type(5){
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 3px;
		padding: 0 0 0 105px;
	}
	.mess2_r p:nth-of-type(3),
	.mess2_r p:nth-of-type(5){	padding: 0;}
	.mess2_r p:nth-of-type(2),
	.mess2_r p:nth-of-type(3){	margin-bottom: 25px;}

	.mess3_ch{
		text-align: center;
		top: -0;
	}
	.mess3_ch .txt{
		font-size: 38px;
		line-height: 50px;
		transform: translateY(50px);
		animation: textanimation 1s forwards;
	}
	.mess3_ch .txt p{
		padding-top: 50px;
		transform: translateY(50px);
	}
	.mess2_ch > p,
	.mess3_ch > p{
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 3px;
	}
	@keyframes textanimation {
		0% {
			transform: translateY(50px);
		}
		100% {
			transform: translateY(0);
		}
	}


	/** item **/
	#item{}
	#item .itbox{
		font-size: 0;
		line-height: 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	#item .itbox:nth-of-type(odd){
		background: #DECEB5;
		background: linear-gradient(90deg, rgba(252, 240, 210, 1) 0%, rgba(225, 209, 184, 1) 100%);
	}
	#item .itbox:nth-of-type(even){
		background: #DFCABF;
		background: linear-gradient(90deg, rgba(244, 223, 215, 1) 0%, rgba(223, 202, 191, 1) 100%);
	}
	#item .itbox_in{
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}
	#item .itbox .txt{
		position: static;
		width: 100%;
		padding: 50px 20px 0 20px;
	}
	#item .itbox .txt .it1{
		font-size: clamp( 14px, calc( -2px + 5vw ), 18px );
		line-height: 1.5;
		letter-spacing: 1px;
		margin: 0 0 10px 0;
	}
	#item .itbox .txt .it2{
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 20px 0;
	}
	#item .itbox .txt .it3{
		font-size: clamp( 16px, calc( 0px + 5vw ), 20px );
		line-height: 1.5;
		letter-spacing: 1px;
		margin: 0 0 10px 0;
	}
	.pc_itemimg{	display: none;}
	.sp_itemimg{
		display: block;
		width: 100%;
		height: auto;
	}


	/** info **/
	#info{
		padding: 50px 20px;
		background: #fff;
	}
	#info .info_in{
		width: auto;
		margin: 0;
	}
	#info li a{
		font-size: 14px;
		line-height: 1.5;
		padding: 20px 0;
	}
	#info li a span{
		width: 100px;
	}
	#info li a p{
		flex: 1;
	}


	/** qa **/

	#qa{
		padding: 50px 20px;
	}
	.qa_in{
		width: auto;
		margin: 0;
	}
	.qabox{
		position: relative;
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.qabox .acdbt{
		position: relative;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 1px;
		text-align: left;
		padding: 15px 20px 15px 33px;
		cursor: pointer;
	}
	.qabox .acdbt:before{
		content: 'Q';
		width: 25px;
		font-family: "FontA";
		font-size: 12px;
		font-weight: normal;
		line-height: 25px;
		text-align: center;
		color: #fff;
		background: #c09a5a;
		border-radius: 50%;
		position: absolute;
		top: 10px;
		left: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.qabox .acdbt:after{
		content: '';
		width: 15px;
		height: 15px;
		background: url(../img/index/qa.png) no-repeat;
		background-size: 15px auto;
		position: absolute;
		top: 15px;
		right: 0;
	}
	.qabox .acdbox{
		position: relative;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 1px;
		text-align: left;
		padding: 0 0 15px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}





	#info h2,
	#qa h2{
		font-size: 30px;
		margin: 0 0 20px 0;
	}
	.more_link{
		font-size: 13px;
		line-height: 20px;
		text-align: right;
		margin: 20px 0 0 0;
	}
	.more_link a{	color: currentColor;}
}