@charset "UTF-8";
main::before {
	content: '';
	display: block;
	position: fixed;
	top: 4.5rem;
	left: 0;
	right: 0;
	height: 80rem;
	background: url(../../img/index/bg.png) no-repeat center top / auto 100%;
	z-index: 0;
}
@media only screen and (max-width: 768px) {
	main::before {
		top: 0rem;
        height: 550rem;
		background-image: url(../../img/index/bg-sp.png);
	}
}
/* mv
----------------------------------------*/
.mv {
	z-index: 3;
}
.mv figure img {
	width: 100%;
	height: 78.7rem;
	object-fit: cover;
	max-height: 100vh;
}
.mv figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(29, 29, 29, .3);
	z-index: 2;
}
.mv_ttl {
	position: absolute;
	left: 6.1rem;
	bottom: 6.5rem;
	color: #fff;
	z-index: 1000;
}
.mv_ttl h1 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 1.9rem;
}
.mv_ttl h1 .en {
	display: block;
	font-size: 3.6rem;
	letter-spacing: .4em;
	margin-top: 1rem;
}
.mv_ttl .inter {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.8182;
	letter-spacing: .08em;
}
.mv_scroll {
	height: 28.6rem;
	position: absolute;
	left: calc(50% + 64.3rem);
	bottom: -13.4rem;
	border-left: .1rem solid #fff;
	color: #fff;
	z-index: 4;
}
.mv_scroll::before {
	content: '';
	display: block;
	width: .7rem;
	height: .7rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -.4rem;
	animation-fill-mode: forwards;
	animation-duration: 4s;
	animation-name: mv_scroll;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.mv_scroll span {
	writing-mode: vertical-rl;
	font-size: 1.1rem;
	letter-spacing: .11em;
	display: block;
	margin-left: .8rem;
}
@keyframes mv_scroll {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(28.6rem);
	}
}
@media only screen and (max-width: 768px) {
	.mv figure img {
		height: auto;
	}
	.mv_ttl {
		left: 2.5rem;
		bottom: 3.4rem;
	}
	.mv_ttl h1 {
		font-size: 1.4rem;
		margin-bottom: 1.2rem;
	}
	.mv_ttl h1 .en {
		font-size: 2.6rem;
		line-height: 1.6154;
		margin-top: .3rem;
	}
	.mv_ttl .inter {
		width: 31.5rem;
	}
	.mv_scroll {
		display: none;
	}
}

/* intro
----------------------------------------*/
.intro {
	padding: 12rem 0 8rem;
	letter-spacing: 0.1em;
}
.intro_box {
	max-width: 115.8rem;
	margin: 0 auto;
}
.intro_txt p {
	text-align: center;
	line-height: 2.14;
}
.intro_anchor {
	margin-top: 10rem;
}
.intro_anchor ul {
	display: flex;
	border-left: 1px solid #D8CABA;
}
.intro_anchor ul li {
	display: flex;
	justify-content: space-between;
	width: 50%;
	font-size: 1.6rem;
	border-right: 1px solid #D8CABA;
	padding: 3rem 6rem 3rem 8rem;
}
.intro_anchor ul li span {
	display: block;
}
.intro_anchor ul li .gray {
	font-size: 1.3rem;
	color: #929292;
	margin-top: 1rem;
}
.intro_anchor ul li a {
	display: block;
	width: 4rem;
	height: 4rem;
	background-color: #F7F3EB;
}
.intro_anchor ul li a::after {
	content: '';
	display: block;
	width: 1.4rem;
	height: .7rem;
	background: url(../../img/waso/arrow_anchor.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
@media only screen and (max-width: 768px) {
	.intro {
		padding: 8rem 0;
	}
	.intro_box {
		width: 33.8rem;
	}
	.intro_txt p {
		font-size: 1.3rem;
		line-height: 2.153;
	}
	.intro_anchor {
		margin-top: 8rem;
	}
	.intro_anchor ul {
		display: block;
		border-left: none;
		border-top: 1px solid #D8CABA;
	}
	.intro_anchor ul li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #D8CABA;
		padding: 4rem 0 3.5rem;
	}
	.intro_anchor ul li .gray {
		margin-top: 0.6rem;
	}
}


/* item
----------------------------------------*/
.item {
	padding: 12rem 0 16rem;
	background-color: #F7F3EB;
	letter-spacing: 0.1em;
}
.item_box {
	max-width: 128rem;
	margin: 0 auto;
}
.item_box h2 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 4rem;
}
.item_box h2 span {
	font-size: 2.6rem;
	letter-spacing: 0.4em;
	color: #776F4F;
}
.item_box h2 small {
	font-size: 1.3rem;
	display: block;
}
.item_txt {
	font-size: 1.3rem;
	line-height: 2.153;
text-align: center;
	margin: 0 auto 6rem;
}
.item_txt small {
	font-size: 1.2rem;
	display: block;
	text-align: center;
}
#boys {
	padding-top: 10rem;
	margin-top: 17rem;
	border-top: 1px solid #D8CABA;
}
.tab-menu {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	margin: 0 auto 6rem;
	text-align: center;
}
.tab-menu-item {
    margin-right: 10px;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 6rem;
	width: calc((100% - 14px) / 3);
	background-color: #FFF9ED;
	color: #776F4F;
	transition: .4s;
}
.tab-menu-item:hover,
.tab-menu-item.is-active {
	background-color: #776F4F;
	color: #FFF9ED;
	font-weight: 400;
}
.tab-content {
	display: none;
}
.tab-content.is-active {
	display: block;
}
@media only screen and (max-width: 768px) {
	.item {
		padding: 8.5rem 0 10rem;
	}
	.item_box {
		max-width: 37.8rem;
	}
	.item_box h2 {
		margin-bottom: 5rem;
	}
	.item_box h2 span {
		font-size: 2.2rem;
	}
	.item_txt {
		max-width: 33.8rem;
		margin: 0 auto 5rem;
	}
	.item_txt small {
		text-align: left;
		margin-top: 2rem;
	}
	#boys {
		width: 37.8rem;
		padding-top: 8rem;
		margin: 16rem auto 0;
		border-top: 1px solid #D8CABA;
	}
	.tab-menu {
		display: block;
	}
	.tab-menu-item {
		line-height: 5rem;
		width: 33.8rem;
		margin: 0 auto .5rem;
	}
}


/* item_slider
----------------------------------------*/
.item_slider {
	max-width: 128rem;
	margin: 0 auto;
}
.item_slider .slick-list {
	overflow: hidden;
}
.item_slider figure {
	width: 25rem;
	float: left;
	margin-right: 1rem;
	position: relative;
}
.item_slider figure::after {
	content: "";
	position: absolute;
	right: 1.5rem;
	bottom: 1.3rem;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../../img/waso/icon_magnification.svg) center no-repeat;
	background-size: contain;
}
.item_slider .slick-prev,
.item_slider .slick-next {
	appearance: none;
	position: absolute;
	left: 50%;
	bottom: -7rem;
	width: 5rem;
	height: 5rem;
	border-radius: 0;
	border: 0;
	overflow: hidden;
	text-indent: -99rem;
	background: #B0AA91;
	margin-left: 15.6rem;
	z-index: 99;
}
.item_slider .slick-prev {
	bottom: -7rem;
	right: 50%;
	left: auto;
	transform: scale(-1, 1);
	margin: 0 15.6rem 0 0;
}
.item_slider .slick-prev::before,
.item_slider .slick-next::before {
	content: '';
	display: block;
	width: .9rem;
	height: .9rem;
	border-top: .1rem solid #F7F3EB;
	border-right: .1rem solid #F7F3EB;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: -.6rem;
	right: 0;
	bottom: 0;
	margin: auto;
}
.item_slider .slick-dots {
	bottom: -4.7rem;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 3rem;
}
.item_slider .slick-dots button {
	display: block;
	appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: .5rem;
	height: .5rem;
	margin: 0;
	border-radius: 50%;
	background: #B0AA91;
	overflow: hidden;
	text-indent: -99rem;
}
.item_slider .slick-dots .slick-active button {
	background: #776F4F;
}
@media only screen and (max-width: 768px) {
	.item_slider {
		width: 37.8rem;
	}
	.item_slider figure {
		margin-right: 0.6rem;
	}
	.item_slider figure::after {
		right: 0.8rem;
		bottom: 1rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	.item_slider .slick-prev,
	.item_slider .slick-next {
		left: auto;
		right: 0;
		bottom: -6rem;
		width: 4rem;
		height: 4rem;
		margin-left: 0;
	}
	.item_slider .slick-prev {
		bottom: -6rem;
		right: auto;
		left: 0;
		margin: 0;
	}
	.item_slider .slick-prev::before,
	.item_slider .slick-next::before {
		width: .7rem;
		height: .7rem;
	}
	.item_slider .slick-dots {
		bottom: -4.2rem;
	}
}


/* next_item
----------------------------------------*/
.next_item{
	background: url(../../img/waso/bg_next.png) center no-repeat;
	background-size: 100% auto;
	padding: 12rem 0 14rem;
}
.next_box {
	max-width: 41rem;
	margin: 0 auto;
}
.next_box p {
	text-align: center;
	letter-spacing: 0.1em;
	margin: 2.5rem 0 2rem;
}
.next_box p .mincho {
	font-size: 2rem;
}
.next_box p .inter {
	font-size: 1.2rem;
	color: #776F4F;
}
.next_box a {
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.next_item{
		background: url(../../img/waso/bg_next-sp.png) left 27.5rem no-repeat;
		background-size: 100% auto;
		padding: 8rem 0 10.5rem;
	}
	.next_box figure {
		max-width: 27rem;
		margin: 0 auto;
	}
	.next_box p {
		margin: 1.5rem 0 2rem;
	}
	.next_box p .mincho {
		font-size: 1.6rem;
	}
}
