@charset "utf-8";

/* load setting -------------------------- */

/* p.jaTtl { */

	/* color: #fff; */

	/* text-align:center; */

	/* font-size: 11px; */

/* } */

/* .lbBody .roomTtl { */

	/* text-align: center; */

	/* font-size: 11px; */

	/* margin:-30px 0 40px 0; */

/* } */


/* ------------------------------------- */

#mainContent {
	position: relative;
	z-index: 1;
	padding-top: 0;
	margin-top: 25px;
	background: url("./imgs/bg.png") repeat-y center;
	
}

#mainContent::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background: #FFF;
	background: linear-gradient(90deg, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 100%) 34%, rgb(249 249 249 / 100%) 34.1%, rgb(249 249 249 / 100%) 54%, rgb(255 255 255 / 100%) 54.1%, rgb(255 255 255 / 100%) 100%);
}

#mainContent .wrap {
	position: relative;
}

#mainContent .wrap--lead::before {
	position: absolute;
	top: 0;
	right: 0;

	width: 100%;
	max-width: 106px;
	height: 377px;
	margin: 0 auto;
	content: "";
	background: rgb(33 28 20 / 90%);
}


@media only screen and (max-width: 960px) {
	#mainContent {
		padding-top: 45px;
		background-size: 100% 100%;
	}
	
	#mainContent .wrap--lead {
		position: unset !important;

	}

	#mainContent .wrap--lead::before {
		max-width: 85%;
	}
}
@media only screen and (max-width: 640px) {
	#mainContent .wrap::before {
		height: 4.5%;
	}
}

.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(33 28 20 / 90%);
}

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

#lead h2 {
	position: absolute;
	top: 25%;
	left: 7%;
	width: 100%;
	text-align: left;

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

	#lead p {

	}

	#lead h2 {
		top: 25%;
	}

}
@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;
}

/* .blockTitle:after { */

	/* position: absolute; */

	/* bottom: 0; */

	/* left: 0; */

	/* width: 0px; */

	/* height: 4px; */

	/* content: ""; */

	/* background-color: #000; */

	/* transition: all 0.5s; */

/* } */

/* .blockTitle.on:after { */

	/* width: 55px; */

/* } */



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

		/* font-size: 24px; */

		/* line-height: 28px; */

	/* } */

	/* .blockTitle:after { */

		/* height: 2px; */

	/* } */

	/* .blockTitle.on:after { */

		/* width: 30px; */

	/* } */
}





.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: 14px !important;
	}

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

	.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: 62%;
	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; */
}

@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: -25%;

	/* width: 54.5%; */
}

.block2 p.blind {
	top: 8%;

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

@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;
	padding-left: 9%;
	margin-top: 100px;
	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: 100px;
	}

	.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;

	/* width: 100%; */
	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%;
	}

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

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





/* @media only screen and (max-width: 640px) { */

	/* #contentSpecial h3 { */

		/* font-size: 30px; */

	/* } */

/* } */

/* #contentSpecial .colmn { */

	/* margin: 45px auto 0 auto; */

	/* !*max-width: 1000px;*! */

/* } */

/* #contentSpecial .colmn > div { */

	/* display: inline-block; */

	/* width: 500px; */

	/* margin: 0; */

	/* vertical-align: top; */

	/* text-align: center; */

/* } */

/* #contentSpecial .colmn .logo { */

	/* margin-top: 30px; */

/* } */

/* #contentSpecial .colmn h4 { */

	/* color: #222; */

	/* font-size: 26px; */

	/* margin-top: 30px; */

	/* text-align: center; */

	/* font-weight: 600; */

/* } */

/* #contentSpecial .colmn .txt { */

	/* margin-top: 15px; */

	/* line-height: 1.8; */

/* } */

/* #contentSpecial .colmn a.btn { */

	/* display: inline-block; */

	/* border: 1px solid #222; */

	/* box-sizing: border-box; */

	/* width: 200px; */

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

	/* font-style: italic; */

	/* font-size: 14px; */

	/* line-height: 40px; */

	/* color: #222; */

	/* text-decoration: none; */

	/* transition: all 0.3s; */

	/* margin-top: 30px; */

/* } */

/* #contentSpecial .colmn a.btn:hover { */

	/* background-color: #222; */

	/* color: #FFF; */

/* } */

/* @media only screen and (max-width: 640px) { */

	/* #contentSpecial .colmn > div { */

		/* margin: 0 15px 50px 15px; */

		/* max-width: 500px; */

		/* width: auto; */

	/* } */

/* } */

/* #contentSpecial .pht a img { */

	/* transition: all 0.3s; */

	/* transform: scale(1); */

/* } */

/* #contentSpecial .pht a:hover img { */

	/* transform: scale(1.03); */

/* } */

/* #contentSpecial .sp { */

	/* display: none; */

/* } */

/* @media only screen and (max-width: 440px) { */

	/* #contentSpecial .sp { */

		/* display: block; */

	/* } */

/* } */



/* -------------------------- MEMBER ------------------------------- */

/* #contentMember { */

	/* background-color: #FFF; */

	/* padding: 100px 0; */

/* } */


/* #contentMember h3 { */

	/* text-align: center; */

	/* color: #222; */

	/* font-size: 40px; */

	/* font-family: "Brown-Bold",sans-serif; */

	/* letter-spacing:  0.1em; */

/* } */

/* #contentMember h3 span { */

	/* display: inline-block; */

	/* font-size: 11px; */

	/* font-family: 'Work Sans','Noto Sans Japanese',sans-serif; */

	/* margin-top: 5px; */

/* } */

/* @media only screen and (max-width: 640px) { */

	/* #contentMember h3 { */

		/* font-size: 30px; */

	/* } */

/* } */

/* #contentMember .colmn { */

	/* margin: 45px auto 0 auto; */

	/* text-align: center; */

	/* max-width: 1000px; */

/* } */

/* #contentMember .colmn > div { */

	/* display: inline-block; */

	/* width: 320px; */

	/* margin: 0; */

	/* vertical-align: top; */

	/* padding-bottom: 80px; */

/* } */

/* #contentMember .colmn h4 { */

	/* color: #222; */

	/* margin-top: 10px; */

	/* font-weight: 600; */

	/* text-align: center; */

	/* font-family: 'Work Sans','Noto Sans Japanese',sans-serif; */

	/* letter-spacing: 0.05em; */

/* } */

/* #contentMember .colmn p { */

	/* font-size: 11px; */

	/* color: #666; */

/* } */


/* @media only screen and (max-width: 640px) { */

	/* #contentMember .colmn > div { */

		/* margin: 0; */

		/* padding-bottom: 60px; */

		/* width: 50%; */

		/* letter-spacing: 1.1px; */

	/* } */

/* } */




/* -------------------------------------- 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;
	}
}



