@charset "UTF-8";
.inner {
	padding-left: 5vw;
	padding-right: 5vw;
}
@media screen and (min-width: 501px) {
	.inner {
		max-width: calc(1100px + 6rem);
		margin: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 1367px) {
	.inner {
		max-width: 1400px;
	}
}
.section.--newslist {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

@media screen and (min-width: 501px) {
	.section {
		padding-top: 18rem;
		padding-bottom: 15rem;
	}
	.section.--newslist {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
.block {
	margin-bottom: 3rem;
}

.main {
	padding-bottom: 6rem;
}
.main.--wht {
	color: #383B4C;
	background-color: #fff;
	padding-top: 7rem;
	padding-bottom: 8rem;
}
.main.--wht.--about, .main.--wht.--news, .main.--wht.--dresscode, .main.--wht.--detail {
	padding-top: 3rem;
}
@media screen and (min-width: 501px) {
	.main.--wht.--about, .main.--wht.--news, .main.--wht.--dresscode, .main.--wht.--detail {
		padding-top: 7rem;
	}
}
.main.--wht.--sitemap, .main.--wht.--company, .main.--wht.--alliance {
	padding-top: 4rem;
}
@media screen and (min-width: 501px) {
	.main.--wht.--sitemap, .main.--wht.--company, .main.--wht.--alliance {
		padding-top: 7rem;
	}
}
.main__inner {
	padding-left: 5vw;
	padding-right: 5vw;
}
@media screen and (min-width: 501px) {
	.main__inner {
		max-width: calc(1100px + 6rem);
		margin: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 1367px) {
	.main__inner {
		max-width: 1400px;
	}
}
@media screen and (min-width: 501px) {
	.main {
		padding-bottom: 8rem;
	}
}
.main.--contact,
.main.--restaurant,
.main.--charge {
	padding-top: 0;
}

.mv {
	height: calc(100svh - 3.5em);
}
@media screen and (min-width: 501px) {
	.mv {
		height: 100vh;
		margin-bottom: 3rem;
	}
	.mv:before {
		content: "";
		width: 55%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url("/assets/img/home/mv__obj.png");
		background-repeat: no-repeat;
		background-size: 120%;
		background-position: right 10rem top -7rem;
		z-index: -1;
	}
}
.mv__inner {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 1;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 10vh;
}
@media screen and (min-width: 501px) {
	.mv__inner {
		height: 100vh;
		padding-left: 6rem;
	}
}
@media screen and (min-width: 1367px) {
	.mv__inner {
		max-width: 1600px;
		padding-left: 8rem;
	}
}
.mv__body {
	display: none;
}
@media screen and (min-width: 501px) {
	.mv__body {
		display: block;
	}
}
.mv__body-sp {
	padding-top: 4rem;
	padding-bottom: 5rem;
	text-align: center;
	display: block;
	position: relative;
}
.mv__body-sp:before {
	content: "";
	width: 85%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -15vw;
	background-image: url("/assets/img/home/mv__obj.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: left -10vw top -4rem;
	z-index: -1;
}
@media screen and (min-width: 501px) {
	.mv__body-sp {
		display: none;
	}
}
.mv__title {
	position: relative;
	padding-top: 200px;
}
@media screen and (min-width: 501px) {
	.mv__title {
		padding-top: 6rem;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 1367px) {
	.mv__title {
		padding-top: 10rem;
		margin-bottom: 3em;
		width: 800px;
	}
}
.mv__title .mv__name {
	display: block;
	height: auto;
	position: relative;
	width: 55%;
	padding-left: 6vw;
}
@media screen and (min-width: 1367px) {
	.mv__title .mv__name {
		padding-top: 1.8em;
		margin-top: 1.8em;
	}
}
@media screen and (min-width: 501px) {
	.mv__title .mv__name {
		padding-left: 0;
		width: 280px;
		padding-top: 2em;
		margin-top: 3.5em;
	}
	.mv__title .mv__name:before {
		content: "";
		width: 1.4em;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}
}
.mv__title:before {
	content: "";
	width: 111vw;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	left: -2vw;
	background-image: url("/assets/img/home/mv__copy-sp.png");
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (min-width: 501px) {
	.mv__title:before {
		left: -0.5em;
		width: 500px;
		height: 155px;
		background-image: url("/assets/img/home/mv__copy.png");
	}
}
@media screen and (min-width: 1367px) {
	.mv__title:before {
		width: 655px;
		height: 155px;
		left: -0.75em;
	}
}
.mv .swiper-slide img {
	width: 100%;
	will-change: transform;
}

@-webkit-keyframes widthchange {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes widthchange {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.swiper-pagination.--mv {
	position: absolute;
	z-index: 5;
	padding-bottom: 1.5em;
	text-align: left;
	padding-left: 5vw;
	padding-right: 4rem;
	padding-top: 1em;
}
@media screen and (min-width: 501px) {
	.swiper-pagination.--mv {
		padding-bottom: 1em;
		padding-left: 0;
		text-align: right;
	}
}
.swiper-pagination.--mv:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#31546459));
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #31546459 100%);
	mix-blend-mode: multiply;
	z-index: 5;
}
.swiper-pagination.--mv .swiper-pagination-bullet {
	background-color: #fff;
	height: 1px;
	width: 25px;
	margin: 0 3px;
	font-size: 0;
	opacity: 0.7;
}
@media screen and (min-width: 501px) {
	.swiper-pagination.--mv .swiper-pagination-bullet {
		width: 35px;
		margin: 0 5px;
	}
}
.swiper-pagination.--mv .swiper-pagination-bullet-active {
	opacity: 1;
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
}
.swiper-pagination.--mv .swiper-pagination-bullet-active:before {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	top: -1px;
	-webkit-animation: widthchange 5.5s linear 0s normal both;
	        animation: widthchange 5.5s linear 0s normal both;
}
@media screen and (min-width: 501px) {
	.swiper-pagination.--mv .swiper-pagination-bullet-active:before {
		height: 4px;
	}
}

.mv__slide {
	height: calc( (var(--vh) * 100) - 3.5em );
	width: 100%;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
@media screen and (min-width: 501px) {
	.mv__slide {
		padding-top: 90px;
		height: 95vh;
		padding-left: 20%;
	}
}
@media screen and (min-width: 1367px) {
	.mv__slide {
		height: 95vh;
	}
}
.mv__slide img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center bottom;
	   object-position: center bottom;
	height: 100%;
	will-change: auto;
}

.mv__scroll {
	display: block;
	position: absolute;
	left: auto;
	right: 5vw;
	bottom: 4.5em;
	padding-bottom: 90px;
	font-family: "Cinzel", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	font-size: 0.95rem;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
}
@media screen and (min-width: 501px) {
	.mv__scroll {
		right: auto;
		left: 3rem;
		bottom: 0;
		padding-bottom: 110px;
	}
}
.mv__scroll:after {
	content: "";
	width: 1px;
	height: 80px;
	background: #4a6f80;
	background: -webkit-gradient(linear, left bottom, left top, from(#4a6f80), color-stop(5%, #4a6f80), color-stop(57%, white), to(white));
	background: linear-gradient(0deg, #4a6f80 0%, #4a6f80 5%, white 57%, white 100%);
	position: absolute;
	left: 45%;
	-webkit-transform: translateX(-55%);
	        transform: translateX(-55%);
	bottom: 0;
	display: block;
}
@media screen and (min-width: 501px) {
	.mv__scroll:after {
		height: 100px;
	}
}

.swiper-container.--mv {
	width: 100%;
}

.home-topics {
	margin-bottom: 4rem;
}
@media screen and (min-width: 501px) {
	.home-topics {
		margin-bottom: 8rem;
	}
}
.home-topics .swiper-controller {
	height: auto;
	top: 40%;
}
.home-topics .swiper-button-next, .home-topics .swiper-button-prev {
	top: 40%;
}
.home-topics .swiper-button-next {
	right: 0vw;
}
@media screen and (min-width: 501px) {
	.home-topics .swiper-button-next {
		right: 25px;
	}
}
.home-topics .swiper-button-next:after {
	background-image: url("../img/common/arr-alph-r.png");
}
@media screen and (min-width: 501px) {
	.home-topics .swiper-button-next:after {
		background-image: url("../img/common/slidearr-r.png");
	}
}
.home-topics .swiper-button-prev {
	left: 0vw;
}
@media screen and (min-width: 501px) {
	.home-topics .swiper-button-prev {
		left: 25px;
	}
}
.home-topics .swiper-button-prev:after {
	background-image: url("../img/common/arr-alph-l.png");
}
@media screen and (min-width: 501px) {
	.home-topics .swiper-button-prev:after {
		background-image: url("../img/common/slidearr-l.png");
	}
}

.home-topics__item a {
	color: #fff;
	padding: 1em 1.2em;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 160px;
	background-color: #383B4C;
}
.home-topics__item a .button__arr {
	right: 1.5em;
	bottom: 0.6em;
}
.home-topics__item a .button__arr:before {
	background-color: #fff;
}
.home-topics__item a img {
	-webkit-transform: scale(1.01);
	        transform: scale(1.01);
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.home-topics__item a:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}
.home-topics__item .head {
	text-align: left;
	font-size: 1.3rem;
}
.home-topics__item .head:after {
	margin-top: 0.8em;
	padding-left: 0.2em;
	font-size: 0.7em;
}
@media screen and (min-width: 501px) {
	.home-topics__item .head:after {
		margin-top: 0.7em;
	}
}
.home-topics__item .home-topics__pic {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-news {
	padding-bottom: 5rem;
}
@media screen and (min-width: 501px) {
	.home-news {
		padding-left: 3rem;
		padding-right: 3rem;
		padding-bottom: 8rem;
	}
}
@media screen and (min-width: 1023px) {
	.home-news {
		padding-left: 6rem;
		padding-right: 6rem;
		padding-bottom: 8rem;
	}
}
.home-news .head {
	margin-bottom: 1.5rem;
	border-top: 0.6px solid #fff;
	padding-top: 4rem;
}
@media screen and (min-width: 501px) {
	.home-news .head {
		margin-bottom: 2.4em;
		text-align: left;
		padding-top: 0.4em;
		border-top: 0;
	}
}
.home-news__inner {
	padding-left: 5vw;
	padding-right: 5vw;
}
@media screen and (min-width: 501px) {
	.home-news__inner {
		max-width: calc(1100px + 6rem);
		margin: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 1367px) {
	.home-news__inner {
		max-width: 1400px;
	}
}
@media screen and (min-width: 501px) {
	.home-news__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.home-news__head .button {
	display: none;
}
@media screen and (min-width: 501px) {
	.home-news__head {
		padding-right: 8rem;
	}
	.home-news__head .button {
		display: inline-block;
	}
}
.home-news__content {
	width: 100%;
}
.home-news .news__meta {
	font-size: 0.9em;
}
.home-news .news__item {
	padding-top: 1em;
}
.home-news .news__item time {
	position: absolute;
	opacity: 0.7;
	font-family: "Cinzel", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.home-news .news__list a {
	color: #fff;
	display: block;
	padding-bottom: 1.1em;
	padding-top: 2em;
	position: relative;
}
.home-news .news__list a .button__arr {
	right: 0.4em;
	bottom: 1.3em;
}
@media screen and (min-width: 501px) {
	.home-news .news__list a .button__arr {
		bottom: 1em;
	}
}
.home-news .news__list a .button__arr:before {
	background-color: #fff;
}
.home-news .only-xs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 5vw;
}
.home-news .only-xs .button {
	margin-left: auto;
	margin-top: 3rem;
}
@media screen and (min-width: 501px) {
	.home-news .only-xs {
		display: none;
	}
}

.home-course {
	background-color: #fff;
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.home-course .button__arr {
	opacity: 0;
}
@media screen and (min-width: 501px) {
	.home-course {
		padding-bottom: 8rem;
	}
	.home-course .button__arr {
		opacity: 1;
	}
}
.home-course__inner > .head {
	color: #383B4C;
}
.home-course * {
	color: #fff;
	text-align: center;
}
.home-course .grid .head {
	padding-top: 1.3em;
	margin-bottom: 1em;
}
.home-course .grid .head:after {
	position: absolute;
	left: -10vw;
	top: 1em;
	line-height: 1;
	margin-top: 0;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	font-size: 0.6em;
}
@media screen and (min-width: 501px) {
	.home-course .grid .head:after {
		left: -1em;
		font-size: 0.45em;
	}
}
@media screen and (min-width: 1023px) {
	.home-course .grid .head:after {
		left: -2em;
		top: 1em;
	}
}
.home-course__inner {
	padding-left: 5vw;
	padding-right: 5vw;
}
@media screen and (min-width: 501px) {
	.home-course__inner {
		max-width: calc(1100px + 6rem);
		margin: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 1367px) {
	.home-course__inner {
		max-width: 1400px;
	}
}
.home-course__item {
	position: relative;
	z-index: 0;
	padding-bottom: 3rem;
	padding-left: 13vw;
	padding-right: 13vw;
	background-color: #383B4C;
	overflow: hidden;
}
@media screen and (min-width: 501px) {
	.home-course__item {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 6rem;
	}
}
@media screen and (min-width: 1023px) {
	.home-course__item {
		padding-bottom: 5rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.home-course__par {
	display: block;
	font-weight: normal;
	font-size: 1.5rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 1em;
	font-family: "Cinzel", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.home-course__body {
	line-height: 2;
	font-family: "Yu Gothic UI", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo";
}
.home-course__pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.7;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.home-course a:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.03);
	        transform: scale(1.03);
}
.home-course .button__arr {
	margin-top: 1.4rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.home-course .button__arr:before {
	background-color: #fff;
}
@media screen and (min-width: 501px) {
	.home-course .grid.--3 {
		gap: 1em;
		grid-template-columns: repeat(auto-fill, minmax(min(30%, 100%), 1fr));
	}
}

.home-facility {
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin-bottom: 3rem;
	background-color: black;
}
@media screen and (min-width: 501px) {
	.home-facility {
		margin-bottom: 2rem;
	}
}
.home-facility:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("/assets/img/home/facility__pic.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0.6;
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.home-facility:hover:after {
	opacity: 0.5;
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}
.home-facility a {
	color: #fff;
}
.home-facility__inner {
	padding-left: 5vw;
	padding-right: 5vw;
	position: relative;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 4rem;
	padding-bottom: 10rem;
}
@media screen and (min-width: 501px) {
	.home-facility__inner {
		max-width: calc(1100px + 6rem);
		margin: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 1367px) {
	.home-facility__inner {
		max-width: 1400px;
	}
}
@media screen and (min-width: 1023px) {
	.home-facility__inner {
		padding: 3rem;
		padding-bottom: 5rem;
	}
}
.home-facility .head {
	margin-bottom: 2em;
}
@media screen and (min-width: 501px) {
	.home-facility .head {
		text-align: left;
	}
}
.home-facility__body {
	font-family: "Yu Gothic UI", "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo";
}
.home-facility__body br {
	display: none;
}
@media screen and (min-width: 501px) {
	.home-facility__body br {
		display: block;
	}
}
@media screen and (min-width: 501px) {
	.home-facility__body {
		text-align: left;
	}
}
.home-facility .button.--more {
	position: absolute;
	right: 50%;
	bottom: 3rem;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
}
@media screen and (min-width: 501px) {
	.home-facility .button.--more {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		right: 4rem;
		bottom: 3rem;
	}
}

.home-cta {
	padding-left: 5vw;
	padding-right: 5vw;
	padding-bottom: 4rem;
}
@media screen and (min-width: 501px) {
	.home-cta {
		max-width: calc(1100px + 6rem);
		margin: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 1367px) {
	.home-cta {
		max-width: 1400px;
	}
}
.home-photogallery {
	margin-bottom: 8rem;
}
.home-photogallery a {
	display: block;
	padding: 3rem 5vw;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-color: black;
}
@media screen and (min-width: 501px) {
	.home-photogallery a {
		padding: 3rem;
		padding-bottom: 6rem;
	}
}
.home-photogallery a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("/assets/img/home/photogallery__pic.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0.6;
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.home-photogallery a:hover:after {
	opacity: 0.5;
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}
.home-photogallery__inner {
	padding-left: 5vw;
	padding-right: 5vw;
	padding-left: 0rem;
	padding-right: 0rem;
}
@media screen and (min-width: 501px) {
	.home-photogallery__inner {
		max-width: calc(1100px + 6rem);
		margin: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 1367px) {
	.home-photogallery__inner {
		max-width: 1400px;
	}
}
.home-photogallery .head {
	text-align: left;
	color: #fff;
}
.home-photogallery .button.--more {
	position: absolute;
	right: 7vw;
	bottom: 2.5rem;
}
@media screen and (min-width: 501px) {
	.home-photogallery .button.--more {
		bottom: 3rem;
		right: 4rem;
	}
}

.home-news .button__arr,
.home-facility .button__arr,
.home-photogallery .button__arr {
	right: -1em;
	bottom: 1em;
}
.home-news .button__arr:before,
.home-facility .button__arr:before,
.home-photogallery .button__arr:before {
	background-color: #fff;
}
.home-news .button__arr path:last-child,
.home-facility .button__arr path:last-child,
.home-photogallery .button__arr path:last-child {
	fill: #fff;
}

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

初期状態

---------------*/
.topics__tizer {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.topics__tizer .button__arr {
	display: none;
}
.topics__tizer .home-topics__item {
	width: 90%;
}
@media screen and (min-width: 501px) {
	.topics__tizer .home-topics__item {
		width: 397px;
	}
}
.topics__tizer a {
	/*pointer-events: none;*/
	width: 397px;
	height: 179px;
	background-image: url("/assets/img/home/topics__thumb.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	background-color: transparent;
}
@media screen and (min-width: 501px) {
	.topics__tizer a {
		width: 397px;
		height: 179px;
	}
}
.topics__tizer a img {
	display: none;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.topics__tizer a:hover img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.home-topics .swiper-slide a {
	/*pointer-events: none;*/
}
/*# sourceMappingURL=home.css.map */