@charset "UTF-8";
@import url("common.css");

/*MV*/
.mv_wrapp img{
	width: 100vw;
	height: auto;
}

/*ーーーーMVのスライダー（swiper）ーーーー*/

.mv_wrapp .swiper {
    padding-bottom: 0;
}


.mv_wrapp .swiper-horizontal>.swiper-pagination-bullets,
.mv_wrapp .swiper-pagination-bullets.swiper-pagination-horizontal,
.mv_wrapp .swiper-pagination-custom,
.mv_wrapp .swiper-pagination-fraction {
    bottom: 0px;
}

.mv_wrapp .swiper-pagination-bullet-active {
    background: #c9ab49;
}

.mv_wrapp .swiper-button-prev,
.mv_wrapp .swiper-button-next {
    left: 10px;
    right: auto;
    width: 30px;
    height: 30px;
    background: #c7f1e2;
    border-radius: 100px;
    color: #fff;
    opacity: 0.7;
	transform: translateY(-50%);
}

.mv_wrapp .swiper-button-next {
    right: 10px;
    left: auto;
}


@media (max-width : 768px) {
	.mv_wrapp .swiper-button-prev,
	.mv_wrapp .swiper-button-next {
	    width: 24px;
	    height: 24px;
	    border-radius: 10px;
	}
	.mv_wrapp .swiper-button-next:after,
	.mv_wrapp .swiper-button-prev:after {
	    font-size:10px;
	}
}

.mv_wrapp .swiper-button-next:after,
.mv_wrapp .swiper-button-prev:after {
    font-size: 18px;
}



/*ーーーーMVのスライダー＋動画ありーーーー*/
.indMv{
	width:100%;
	margin:0 auto;
	position: relative;
}
.indMv img{
	width:100%;
}
/*動画*/
#mvmovie{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*画像*/
.mv{}
/*ボタン*/
.moviebtn{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	bottom: 10px;
	right: 10px;
}
.moviebtn button{
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-family: serif;
	margin-left: 5px;
	transition-duration: 0.2s;
	cursor: pointer;
}
.moviebtn button:hover{
	opacity: 0.8;
}
/*スライダー*/
.indMv .swiper {
    padding-bottom: 0;
}
.indMv .swiper-horizontal>.swiper-pagination-bullets,
.indMv .swiper-pagination-bullets.swiper-pagination-horizontal,
.indMv .swiper-pagination-custom,
.indMv .swiper-pagination-fraction {
    bottom: 0px;
}

.indMv .swiper-pagination-bullet-active {
    background: #c9ab49;
}

.indMv .swiper-button-prev,
.indMv .swiper-button-next {
    left: 10px;
    right: auto;
    width: 30px;
    height: 30px;
    background: #c7f1e2;
    border-radius: 100px;
    color: #fff;
    opacity: 0.7;
	transform: translateY(-50%);
}

.indMv .swiper-button-next {
    right: 10px;
    left: auto;
}


@media (max-width : 768px) {
	.indMv .swiper-button-prev,
	.indMv .swiper-button-next {
	    width: 24px;
	    height: 24px;
	    border-radius: 10px;
	}
	.indMv .swiper-button-next:after,
	.indMv .swiper-button-prev:after {
	    font-size:10px;
	}
}

.indMv .swiper-button-next:after,
.indMv .swiper-button-prev:after {
    font-size: 18px;
}
/**/

/*MainCopy------------------------------*/
.mv_copy{
	padding:40px 5%;
	text-align:center;
	background-image:url(../image/top/bg01.jpg);
	background-size:100% auto;
	background-position: top center;
}
.mv_copy img{ 
	width:100%;
	max-width:1500px;
	margin:0 auto 20px;
}
.mv_copy .copy02{
	font-size:clamp(30px,5.3vw,53px);
	font-weight: bold;
}


/*SNS------------------------------*/
.snswrap{
	padding:40px 5%;
}
.snswrap .wrap01{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:5px;
}
.snswrap .wrap01 img{
	width:auto;
	height:35px;
	margin:0 10px;
}
.snswrap p{
	text-align:center;
	font-weight: bold;
	font-size:clamp(16px,2.4vw,30px);
	margin-bottom:10px;
}
@media(min-width:640px){
	.snswrap .wrap01 img{
		height:70px;
		margin:0 20px;
	}
}
@media(min-width:1000px){
	.snswrap{
	}
	.snswrap .wrap01{
		margin-bottom:0;
	}
}



/*Concept------------------------------*/
.concept{
	background-image: url(../image/top/bg02.jpg);
	background-size:cover;
	padding-top:clamp(30px,4.5vw,60px);
	padding-bottom:clamp(30px,4.5vw,60px);
	color:#333;
	box-shadow:;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.concept .wrap01{
	width:90%;
	margin:0 auto;
}
.concept .wrap01 .copy01{
	font-size:44px;
	font-size:clamp(22px,3.3vw,44px);
	font-weight: bold;
	text-align:center;
	margin-bottom:0.5em;
}
.concept .wrap01 .copy02{
	font-size:26px;
	font-size:clamp(13px,2vw,26px);
	text-align:center;
	line-height:1.7;
}



/*topMenu --------------------------------*/
.topMenu01{
	padding:50px 0;
}
.topMenu01 .imgwrap{
	width:90%;
	margin:0 auto;
}
.topMenu01 .imgwrap img{
	border-radius:1vw;
}
.topMenu01 .txtwrap{
	width:100%;
	text-align:center;
	padding:40px 5%;
}
.topMenu01.location .txtwrap{
	background-image: url(../image/top/location_bg.png);
	background-size:75% auto;
	background-position:left bottom;
	background-repeat: no-repeat;
}
.topMenu01.freeplan .txtwrap{
	background-image: url(../image/top/freeplan_bg.png);
	background-size:40% auto;
	background-position:right bottom;
	background-repeat: no-repeat;
}
.topMenu01 .txtwrap .ttlen{
	width:100%;
	margin:0 0 20px;
	text-align:center;
}
.topMenu01 .txtwrap .ttlen img{
	width:auto;
	height:12vw;
	max-height:90px;
}
.topMenu01 .txtwrap .ttljp{
	font-size:clamp(12px,2vw,20px);
	text-align:center;
	font-weight: bold;
	margin:0 0 20px;
}
.topMenu01 .txtwrap .copy01{
	font-size:clamp(20px,2.4vw,28px);
	margin-bottom:1em;
	font-weight: bold;
}
.topMenu01 .txtwrap .copy02{
	font-size:clamp(14px,1.7vw,20px);
	margin-bottom:2em;
}
.topMenu01 .txtwrap .cBtn01{
}
@media(min-width:768px){
	.topMenu01{
		display:flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: row-reverse;
	}
	.topMenu01.rvs{
		flex-direction: row;
	}
	.topMenu01 .txtwrap .ttlen{
		text-align:left;
	}
	.topMenu01 .imgwrap{
		width:50%;
		padding:50px;
		display:flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.topMenu01 .txtwrap{
		width:50%;
		margin:0;
		text-align:left;
		padding:50px 5%;
		display:flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
}
/*topMenu02 --------------------------------*/
.topMenu02{
	width:96%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.topMenu02 .unit{
	width:50%;
	padding:3%;
}
.topMenu02 .imgwrap{
	width:100%;
	margin-bottom:20px;
}
.topMenu02 .imgwrap img{
	border-radius:1vw;
}
.topMenu02 .txtwrap{
	width:100%;
	text-align:center;
}
.topMenu02 .txtwrap .cTtl01{
	width:100%;
	margin:0 0 10px;
	text-align:center;
	font-size:clamp(20px,3vw,35px);
	line-height:1.2;
}
.topMenu02 .txtwrap .ttljp{
	font-size:clamp(12px,2vw,16px);
	text-align:center;
	font-weight: bold;
	margin:0 0 20px;
}
.topMenu02 .txtwrap .copy01{
	font-size:clamp(12px,2vw,24px);
	margin-bottom:1em;
	font-weight: bold;
}
.topMenu02 .txtwrap .cBtn01{
	width:150px;
	height:40px;
	line-height:40px;
	font-size:16px;
	margin-bottom:10px;
}
@media(min-width:768px){
	.topMenu02 .unit{
		width:25%;
		padding:1%;
	}
}

/*Gallery --------------------------------*/
.menugallery{
	padding:50px 0;
}
.menugallery .wrap{
	width:100%;
	max-width:1310px;
	margin:0 auto;
}
.menugallery .imgwrap{
	width:90%;
	margin:0 auto;
}
.menugallery .txtwrap{
	width:100%;
	background-image: url(../image/top/gallery_sp_bg.png);
	background-size:100% auto;
	background-position:top center;
	background-repeat: no-repeat;
	padding-left:25%;
	padding-top:15vw;
}
.menugallery .txtwrap .ttljp{
	font-size:clamp(12px,2vw,16px);
	text-align:left;
	font-weight: bold;
	margin:0 0 20px;
}
.menugallery .txtwrap .copy01{
	font-size:clamp(18px,2.4vw,28px);
	margin-bottom:1em;
	font-weight: bold;
}
.menugallery .txtwrap .copy02{
	font-size:clamp(14px,1.7vw,20px);
	margin-bottom:2em;
}
.menugallery .txtwrap .cBtn01{
	margin-left:0;
	margin-bottom:20px;
}
@media(min-width:768px){
	.menugallery .wrap{
		position:relative;
	}
	.menugallery .imgwrap{
		width:100%;
	}
	.menugallery .txtwrap{
		position:absolute;
		left:0;
		top:0;
		background-image:none;
		padding-left:12%;
		padding-top:60px;
	}
}





/*SpecialContents --------------------------------*/

.specialWrap{
	width:100%;
	padding:0 0 0;
}
.specialWrap .ttlwrap{
	width:90%;
	margin:0 auto;
}
.specialList {
	position: relative;
	width: 100%;
	height: 500px;
}
.specialListWrap {
	position: absolute;
	top: 20px;
	left: 30px;
	display: flex;
}
.specialList .unit{
	width:260px;
	padding:0 20px;
	border-left:1px solid #333;
	position:relative;
}
.specialList .unit:last-of-type{
	border-right:1px solid #333;
	margin-right:60px;
}
.specialList .unit .comingsoon{
	width:234px;
	position:absolute;
	left:20px;
	top:-20px;
}
.specialList .unit a
.specialList .unit > span{
	display:block;
	width:220px;
	margin-bottom:20px;
}
.specialList .unit a img{
	border-radius:1vw;
}
.specialList .unit .txtwrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.specialList .unit .txtwrap p{
	font-size:14px;
	text-align:left;
}
.specialList .unit .txtwrap img{
	width:60px;
}

@media(min-width:768px){
	.specialWrap{
		max-width:1700px;
		padding:50px 0 0;
		margin:0 auto 50px;
		height: 750px;
		overflow: hidden;
	}
	.specialWrap .ttlwrap{}
	.specialListWrap {
		top: 50px;
}
	.specialList {
		height: 500px;
	}
	.specialList .unit{
		width:380px;
		padding:0 30px;
	}
	.specialList .unit:last-of-type{
		margin-right:60px;
	}
	.specialList .unit a{
		width:320px;
	}
}



.swiper5 .swiper-wrapper {
	transition-timing-function: linear;
	margin-top: 90px!important;
}


.nolink{
	pointer-events: none;
	opacity:0.3;
}


