@charset "utf-8";

/* main */
.news{
	width: var(--cont_w);
	margin: auto;
	padding: 5rem 0;
	display: flex;
}
.news h2{
	font-size: 3rem;
	padding: 0 0 0 4rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.news h2::before{
	content: '';
	width: 1rem;
	aspect-ratio: 10/94;
	background: url(../images/icon02.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news h2 span{
	margin: .5rem 0 0;
	font-size: 1.6rem;
	font-family: var(--font_en);
	font-weight: 600;
	color: var(--fc_sub);
}
.news ul{
	width: 74.5rem;
	margin: 0 5rem 0 auto;
	display: flex;
	gap: 5.75rem;
}
.news ul li{
	width: 21rem;
}
.news ul li em{
	font-size: 1rem;
	margin: 0 0 1.5rem;
	display: block;
	font-weight: 400;
	color: var(--fc_sub);
}
.news ul li span{
	font-size: 1.4rem;
	line-height: 1.5em;
	text-decoration: underline;
	font-weight: bold;
	font-feature-settings: "palt";
}

.news .btn{
	width: 20rem;
	height: 4rem;
	font-size: 1.4rem;
}

.slider{
	width: 100%;
}
.slider img{
	width: 100%;
	padding: 0 1rem;
}

.about{
	padding: var(--cont_bottom) var(--cont_m);
	display: flex;
	position: relative;
}
.about::after{
	content: '';
	width: 49rem;
	aspect-ratio: 490/339;
	background: url(../images/about.jpg) no-repeat center/contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.about div{
	margin: -5rem 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about div > span{
	width: 9.4rem;
	font-size: 1.6rem;
	margin: 0 0 2rem;
	padding: 0 0 1.6rem;
	font-family: var(--font_en);
	color: var(--fc_sub);
	letter-spacing: .15em;
	display: block;
	text-align: center;
	position: relative;
}
.about div > span::before{
	content: '';
	width: 100%;
	aspect-ratio: 94/10;
	background: url(../images/icon01.png) no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about div h2{
	writing-mode: vertical-rl;
	font-size: 3.4rem;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
}
.about div h2 span{
	color: #888;
}
.about section{
	width: 81.6rem;
	margin: 0 calc(50% - 40.8rem) 0 auto;
	padding: 6rem;
	background: #fff;
	box-shadow: 0px 0px 188px 0px rgba(211, 211, 211, 0.66);
	position: relative;
	z-index: 10;
}
.about section h3{
	font-size: 2rem;
	color: var(--fc_sub);
	margin: 0 0 1rem;
	font-weight: bold;
}
.about section strong{
	margin: 0 0 4rem;
	font-size: 2.6rem;
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}
.about section p{
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: bold;
	color: var(--fc_sub);
}
.amenity{
	padding: 6rem var(--cont_m);
	background: #eee url(../images/amenity.jpg) no-repeat calc(50% - 21rem) center/46.3rem;
	display: flex;
	align-items: center;
}
.amenity h2{
	font-size: 3.4rem;
	line-height: 1.4em;
	font-weight: bold;
}
.amenity h2 span{
	color: #888;
}

.amenity .tel{
	background: #fff;
}
.amenity .form{
	background: #666;
}
.amenity .form strong{
	color: #fff;
	border: 2px solid #fff;
	border-radius: .5rem;
}
.amenity .form span{
	color: #fff;
}
.amenity .form span::before{
	background: url(../images/contact.png) no-repeat center/contain;
}
.contents{
	padding: var(--cont_bottom) var(--cont_m);
}
.tit{
	margin: 0 0 8rem;
	padding: 0 0 0 3.5rem;
	height: 9.4rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tit::before{
	content: '';
	width: 1rem;
	aspect-ratio: 10/94;
	background: url(../images/icon02.png) no-repeat center/contain;
	position: absolute;
	top: 0;
	left: 0;
}
.tit h2{
	font-size: 3rem;
	margin: 0 0 1rem;
	font-weight: bold;
}
.tit span{
	font-size: 1.6rem;
	font-family: var(--font_en);
	color: var(--fc_sub);
}
.feature{
	margin: 0 auto var(--cont_bottom);
}
.feature > ul{
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 6.25%;
}
.feature :is(.campaign,.new){
	width: 46.875%;
}
.feature > ul > li{
	width: calc(87.5%/3);
}
.feature h3{
	font-size: 2.4rem;
	padding: 0 0 2rem 3.4rem;
	border-bottom: 1px solid var(--bg_menu);
	position: relative;
	font-weight: bold;
}
.feature h3::before{
	content: '';
	width: 2rem;
	aspect-ratio: 20/10;
	background: url(../images/icon03.png) no-repeat center/contain;
	position: absolute;
	top: calc(50% - 1rem);
	transform: translateY(-50%);
	left: 0;
}
.campaign li{
	padding: 2.8rem 2rem;
	border-bottom: 1px solid var(--bg_menu);
}
.campaign li a{
	display: flex;
	align-items: center;
	gap: 2rem;

}
.campaign li span{
	width: 6.5rem;
	height: 2.2rem;
	font-size: 1rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.campaign li em{
	font-size: 1rem;
	color: var(--fc_sub);
	font-weight: bold;
}
.campaign li p{
	font-size: 1.8rem;
	line-height: 1.2em;
	color: #666;
	font-weight: bold;
}
.campaign li.finish span{
	background: #666;
}
.campaign li.open span{
	background: #a28b53;
}
.campaign li.schedule span{
	background: #80a471;
}

.new{
	overflow: hidden;
}
.new ul{
	width: 108.333%;
	margin: 2rem 0 0;
}
.new li{
	padding: 0 1rem 0 0;
}
.new li img{
	width: 100%;
}

.ranking a{
	margin: 2rem 0 0;
	display: flex;
	position: relative;
}
.ranking a::before{
	content: '';
	width: 2.5rem;
	height: 1px;
	background: var(--fc_sub);
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}
.ranking a::after{
	content: '';
	width: .8rem;
	height: 1px;
	background: var(--fc_sub);
	position: absolute;
	bottom: 2.3rem;
	right: 2rem;
	transform: rotate(42deg);
}
.ranking a img{
	width: 16rem;
}
.ranking a div{
	background: #fafafa;
	width: 100%;
	padding: 0 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ranking a div em{
	width: 3.6rem;
	height: 1.6rem;
	margin: 0 0 1.4rem;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background: #a28b53;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ranking a div p{
	font-size: 1.2rem;
	line-height: 1.6em;
	font-weight: bold;
}

.itemfeature a{
	margin: 2rem 0 0;
	display: block;
}
.itemfeature a img{
	width: 100%;
}

.pickup a{
	margin: 2rem 0 0;
	height: 16rem;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pickup a img{
	width: 16rem;
}

.brand{
	margin: 0 0 var(--cont_bottom);
}
.brand .slide h3{
	width: 40rem;
	aspect-ratio: 1/1;
	background: url(../images/frame.png) no-repeat center/contain;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.brand .slide{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 4rem 6rem 0;
	position: relative;
}
.brand .slide .item{
	width: 102rem;
}
.brand .slide > div{
	width: 100%;
	overflow: hidden;
}
.brand .slide::after{
	content: '';
	height: 40rem;
	aspect-ratio: 100/400;
	background: url(../images/frame_right.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -4rem;
}
.brand .item li img{
	padding: 0 1rem;
	width: 100%;
}

.bnr{
	margin: 0 0 4rem;
	display: flex;
	justify-content: space-between;
}
.bnr li{
	width: 40rem;
}
.bnr li img{
	width: 100%;
}
.brand .btn{
	width: 35.8rem;
	aspect-ratio: 358/60;
	font-size: 1.4rem;
	margin: auto;
}
.brand section + section{
	margin: 10rem 0 0;
}

.ninki{
	margin: 0 0 var(--cont_bottom);
	overflow: hidden;
}
.ninki ol{
	width: calc(100% + 2rem);
	margin: 0 0 0 -1rem;
	display: flex;
	justify-content: space-between;
}
.ninki .slick-track{
	width: 100%;
}
.ninki ol li img{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
	margin: 0 0 2rem;
}
.ninki ol li em{
	width: 3.6rem;
	margin: 0 0 1.5rem;
	aspect-ratio: 36/16;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ninki ol .no1{
	background: #a28b53;
}
.ninki ol .no2{
	background: #adbbc1;
}
.ninki ol .no3{
	background: #bb8572;
}
.ninki ol li span{
	font-size: 1.2rem;
	line-height: 1.6em;
	color: var(--fc_sub);
	font-weight: bold;
}
.ninki ol li{
	width: 100%;
	padding: 0 1rem;
}

.product > ul{
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.product > ul > li{
	display: flex;
	justify-content: space-between;
}
.product > ul > li:nth-child(2n){
	flex-direction: row-reverse;
}
.product .title{
	width: 50%;
	height: 25rem;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.product .title img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.product .title h3{
	font-size: 3.2rem;
	font-family: var(--font_en);
	font-weight: 600;
	margin: 0 0 .8rem;
	position: relative;
	z-index: 10;
}
.product .title span{
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.product .list{
	width: 49%;
	display: flex;
	overflow: hidden;
}
.product > ul > li:nth-child(2n) .list ul{
	margin: 0 0 0 -2rem;
}
.product > ul > li:nth-child(2n) .list{
	width: calc(49% - 1rem);
}
.product .list ul{
	min-width: 80rem;
}
.product .list li img{
	padding: 0 1rem;
	width: 100%;
}



@media screen and (max-width:769px) {

	.news{
		flex-wrap: wrap;
		align-items: center;
	}
	.news h2{
		margin: 0 0 4rem;
		height: 9.4rem;
		font-size: 3.6rem;
		order: 10;
	}
	.news h2 span{
		font-size: 2.4rem;
	}
	.news ul{
		margin: 0;
		order: 30;
		gap: unset;
		justify-content: space-between;
	}
	.news ul li{
		width: 50%;
	}
	.news ul li:nth-child(3){
		display: none;
	}
	.news ul li em{
		font-size: 1.8rem;
	}
	.news ul li span{
		font-size: 2rem;
	}
	.news .btn{
		width: 18rem;
		order: 20;
		font-size: 2.4rem;
		margin: 0 0 4rem auto;
		border: none;
		font-weight: 500;
		justify-content: flex-start;
	}
	.news .btn:hover{
		color: var(--fc_sub);
		background: none;
	}
	.news .btn:hover::after,.news .btn:hover::before{
		background: var(--fc_sub);
	}
	.news .btn::before{
		width: 3rem;
	}
	.news .btn::after{
		width: 1rem;
	}
	.about{
		display: block;
	}
	.about div{
		flex-direction: row;
		position: relative;
		height: 17.4rem;
		margin: 0 0 4rem;
		padding: 0 0 0 4rem;
	}
	.about div::before{
		content: '';
		width: 1rem;
		aspect-ratio: 10/174;
		background: url(../images/icon02_sp.png) no-repeat center/contain;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.about div h2{
		writing-mode: unset;
		font-size: 4rem;
		margin: 0 0 3rem;
	}
	.about div > span::before{
		display: none;
	}
	.about div{
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: center;
		position: relative;
		z-index: 20;
	}
	.about div > span{
		font-size: 2.4rem;
		margin: 0;
		padding: 0;
	}
	.about section{
		width: 100%;
		margin: 0 auto;
	}
	.about section h3{
		font-size: 2.4rem;
	}
	.about section strong{
		font-size: 3rem;
	}
	.about section p{
		font-size: 2rem;
	}
	.about::after{
		bottom: auto;
		top: 10rem;
	}
	.amenity{
		background: #eee url(../images/amenity.jpg) no-repeat 30rem -1rem/46.3rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.amenity h2{
		width: 100%;
		font-size: 4rem;
		margin: 0 0 6rem;
	}
	.amenity .tel{
		margin: 0;
		width: 48%;
	}
	.amenity .form{
		margin: 0;
		width: 48%;
	}
	.amenity .form strong{
		border: 1px solid #fff;
	}
	.contents{
		padding: var(--cont_bottom) 0;
	}
	.feature,.product{
		width: 92%;
	}
	.feature :is(.campaign,.new){
		width: 100%;
	}
	.feature > ul > li{
		width: 100%;
	}
	.ranking a img{
		width: 40%;
	}
	.ranking a div em{
		width: 6rem;
		height: 2.6rem;
		font-size: 2rem;
	}
	.ranking a div p{
		font-size: 2.4rem;
	}
	.brand .tit{
		margin: 0 0 8rem 4%;
	}
	.brand .slide h3{
		width: 92%;
		margin: 0 auto 6rem;
		aspect-ratio: 670/200;
		background: url(../images/frame_sp.png) no-repeat center/contain;
	}
	.brand .slide h3 img{
		height: 4rem;
	}
	.brand .slide::after{
		display: none;
	}
	.brand .slide{
		flex-wrap: wrap;
		margin: auto;
	}
	.brand .slide .item{
		width: 100%;
		display: flex;
	}
	.brand .slide > div{
		margin: 0 0 6rem;
	}
	.bnr{
		width: 94%;
		margin: 0 auto 4rem;
	}
	.bnr img{
		padding: 0 1.5rem;
	}
	.brand .btn{
		width: 50rem;
		height: 8.4rem;
		font-size: 2rem;
	}
	.ninki .tit{
		margin: 0 0 8rem 4%;
	}
	.ninki ol li img{
		margin: 0 0 4rem;
	}
	.ninki ol li em{
		width: 8rem;
		font-size: 2rem;
	}
	.ninki ol li span{
		font-size: 2.4rem;
	}
	.product > ul > li{
		display: block;
	}
	.product{
		margin: auto;
	}
	.product .title{
		width: 100%;
		aspect-ratio: 64/25;
		height: auto;
		margin: 0 0 2rem;
	}
	.product .list{
		width: 100%;
	}
	.product > ul > li:nth-child(2n) .list ul{
		margin: 0;
	}
	.product > ul > li:nth-child(2n) .list{
		width: 100%;
	}
}