@charset "utf-8";

#gHeader,
.containerBg,
#gHeaderId#SPMENU {
	background-color: #f9f9f9;
}

.containerBg {
	padding-top: 25px;
}

#mainContent {
	position: relative;
	padding-top: 0;
	background: url("../imgs/bg.png") repeat-y center;
	background: linear-gradient(90deg, rgb(249 249 249 / 100%) 0%, rgb(249 249 249 / 100%) 34%, rgb(255 255 255 / 100%) 34.1%, rgb(255 255 255 / 100%) 54%, rgb(249 249 249 / 100%) 54.1%, rgb(249 249 249 / 100%) 100%);
}



#mainContent .wrapBg {
	position: relative;
}

#mainContent .wrapBg::after {
	position: absolute;
	top: 0;
	right: 56px;
	z-index: 1;
	width: 4.2%;
	height: 30%;
	content: "";
	background: rgb(62 50 26 / 90%);
}
@media only screen and (max-width: 960px) {
	#mainContent {
		padding-top: 45px;
		background-size: 124%;
	}

	#mainContent .wrapBg::after {
		right: 10px;
	}
}
@media only screen and (max-width: 640px) {
	#mainContent .wrapBg::after {
		right: 0;
		width: 3.8%;
	}
}

.blockWraps {
	position: relative;
}

br.sp {
	display: none;
}

@media only screen and (max-width: 640px) {
	br.sp {
		display: inline;
	}
}

#lead {
	position: relative;
	z-index: 1;

	background-position: center;
	background-size: cover;
}

#lead::before {
	position: absolute;
	bottom: 0;
	left: -5%;
	width: 10%;
	height: 40%;
	content: "";
	background: rgb(62 50 26 / 90%);
}

#lead::after {
	position: absolute;
	top: 30%;
	right: 0;
	width: 5.4%;
	height: 30%;
	content: "";
	background: rgb(33 28 20 / 90%);
}

#lead h2 {
	position: absolute;
	top: 8%;
	right: 5%;
	text-align: right;

}
@media only screen and (max-width: 1168px) {
	#lead h2 {
		right: 4%;
		width: 55%;
	}
}
@media only screen and (max-width: 960px) {
	#lead h2 {
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	#lead {
		height: 300px;
		background-position: center;
	}

	#lead h2 {
		right: 0;
		width: 55%;
	}

	#lead p {
	
	}

	#lead::after {
		right: -10px;
	}

}
@media only screen and (max-width: 480px) {
	#lead {
		height: 200px;
	}
}

.topTitle {
	padding: 60px 0;
	text-align: center;
}


.blockTitle {
	position: relative;
	z-index: 100;
	padding-bottom: 10px;
	margin-top: 10px;
	font-family: Brown-Bold,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.blockTitle span {
	opacity: 0;
	transition: all 0.5s;
}

.blockTitle span.visible {
	opacity: 1;
}








.typewriter span {
	display: inline-block;
	opacity: 0;
	transition: all 0.6s;
}

.typewriter span.visible {
	opacity: 1;
}

h5.typewriter {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.typewriter br.SP {
	display: none;
}

@media only screen and (max-width: 640px) {
	.typewriter {
		font-size: 12px;
	}

	h5.typewriter {
		font-size: 16px;
	}

	.typewriter br.SP {
		display: inline;
	}
}

.blind {
	position: relative;
	z-index: 50;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity,transform;
	transform: translateY(30px);
}

.blind.subImage {
	z-index: 30;
	transition-property: opacity;
	transform: translateY(0);
}

.blind.visible {
	opacity: 1;
	transform: translateY(0);
}



.blind img.image {
	max-width: 100%;
	height: auto;
	opacity: 1;
}

.blind .mask {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #dbdfdf;
}

.blockText {
	z-index: 200;
	font-size: 14px;
}





/* content block ----------------------------- */

.blockWrap {
	position: relative;
	width: 48%;
}

.block0 {
	width: 60%;
	margin: 100px 20% 0;
}

.block0 p.typewriter  {
	font-size: 17px;
	line-height: 2.4;
}
@media only screen and (max-width: 960px) {
	.block0 {
		box-sizing: border-box;
		width: 100%;
		padding: 40px 5%;
		margin: 0;
	}

}
@media only screen and (max-width: 640px) {
	.block0 p.typewriter {
		font-size: 14px;
	}

}


.block1 {
	box-sizing: border-box;
	padding-left: 6%;
	margin-top: 100px;
}

.block1 p.blind {
	top: 8%;

	/* width: 38%; */
	margin-bottom: 25px;

	/* left: 0; */
}

.block1 .blockText {
	width: 92%;
}

@media only screen and (max-width: 960px) {
	.block1 {
		margin-top: 0;
	}

	.block1 p.typewriter {
		top: 3%;
		line-height: 20px;
	}
}


.blockWrap .base img.SP {
	display: none;
}

@media only screen and (max-width: 640px) {
	.blockWrap .base img.PC {
		display: none;
	}

	.blockWrap .base img.SP {
		display: inline-block;
	}

	.block1 {
		width: 100%;
		padding: 5%;
		margin-top: 20px;
	}

	.block1 p.typewriter,
	.block1 p.blind {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		margin-bottom: 30px;
	}

	.block1 p.blind {
		display: inline-block;

		/* width: 90%; */
	}
}



.block2 {
	position: absolute;
	right: 0;
	box-sizing: border-box;
	padding-right: 9%;
	margin-top: -35%;

	/* width: 54.5%; */
}

.block2 p.blind {
	top: 8%;

	/* width: 76%; */
	margin-bottom: 25px;
}

.block2 .blockText {
	width: 82%;
}

@media only screen and (max-width: 960px) {
	/* .block2 { */

		/* margin-top: 100px; */

		/* padding-right: 2%; */

	/* } */

	.block2 p.typewriter {
		top: 3%;
		line-height: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.block2 {
		position: relative;
		width: 100%;
		padding: 5%;
		margin-top: 0;
	}

	.block2 p.typewriter,
	.block2 p.blind {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		margin-bottom: 30px;
	}

	.block2 p.blind {
		display: inline-block;

		/* width: 90%; */
	}
}



.block3 {
	box-sizing: border-box;
	width: 68%;
	padding-left: 18%;
	margin-top: 30%;
	margin-bottom: 100px;
}

.block3 p.blind {
	top: 8%;
	left: 0;

	/* width: 38%; */
	margin-bottom: 25px;
}

@media only screen and (max-width: 960px) {
	.block3 {
		margin-top: 36%;
	}

	.block3 p.typewriter {
		top: 3%;
		line-height: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.block3 {
		width: 100%;
		padding: 5%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.block3 p.typewriter,
	.block3 p.blind {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		margin-bottom: 30px;
	}

	.block3 p.blind {
		display: inline-block;

		/* width: 90%; */
	}
}


/* -------------------------- SPECIAL ------------------------------- */

#contentSpecial {
	padding: 60px 0;
	background-color: #f5ecdc;
}

#contentSpecial .colmn {
	box-sizing: border-box;
	display: flex;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#contentSpecial .colmn img {
	max-width: inherit;
}

#contentSpecial .colmn .photobox {
	/* width: 240px; */
}

#contentSpecial .colmn .textbox {
	box-sizing: border-box;
	padding: 10px 0 10px 30px;
}

#contentSpecial .colmn .txt {
	font-size: 14px;
}

#contentSpecial h3 {
	font-size: 20px;
	line-height: 1.4;
	color: #222;
}

#contentSpecial h3 span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

@media only screen and (max-width: 960px) {
	#contentSpecial .colmn {
		padding: 0 10%;
	}

	#contentSpecial .colmn img {
		max-width: 240px;
	}
}
@media only screen and (max-width: 640px) {
	#contentSpecial {
		padding-bottom: 40px;
	}

	#contentSpecial .colmn {
		flex-direction: column;
		align-items: center;
	}

	#contentSpecial .colmn .textbox {
		width: 100%;
		padding: 10px 0;
	}

	#contentSpecial .colmn h3 {
		text-align: center;
	}

	#contentSpecial .colmn .txt {
		margin-top: 1em;
		font-size: 12px;
		line-height: 1.8;
	}
}






/* -------------------------------------- insta --------------------------------------- */

#insta {
	box-sizing: border-box;
	width: 100%;
	padding: 100px 10px;
	margin-bottom: 15px;
	color: #FFF;
	text-align: center;
	background-color: #36322a;
}

#insta .logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 740px;
	height: 450px;
	margin: 0 auto;

	background-position: center;
	background-size: cover;
}

#insta h3 {
	/* font-weight: 600; */
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 40px;
}

#insta .txt {
	margin-bottom: 20px;
	font-size: 18px;
}

#insta h3 br {
	display: none;
}

#insta h3 span {
	padding-right: 5px;
	font-size: 30px;
}



#insta a.btn {
	box-sizing: border-box;
	display: inline-block;
	width: 400px;
	margin-top: 30px;

	/* font-family: 'Libre Baskerville', serif; */

	/* font-style: italic; */
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	transition: all 0.3s;
}

#insta a.btn:hover {
	color: #333;
	background-color: #FFF;
}



@media only screen and (max-width: 640px) {
	#insta {
		padding: 10% 5%;
	}

	#insta .logo {
		height: 200px;
	}

	#insta h3 {
		font-size: 20px;
		line-height: 1.7;
	}

	#insta .txt {
		font-size: 13px;
		line-height: 1.7;
	}

	#insta a.btn {
		width: 70%;
	}

	#insta h3 br {
		display: inline;
	}
}



