@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


i㎎ {
	width: 100%;
	height: auto;
}

html {
	width: 100%;
	height: 100%;
	scroll-snap-type: none;
}

html,
body {
	padding: 0;
	margin: 0;
	background: #F0F0F0;
}

html.snap {
	scroll-snap-type: y mandatory;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

#container {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
}

#container>div {
	margin: 0 auto;
	position: relative;
}

/* HEADER */
header {
	aspect-ratio: 750/75;
	position: relative;
}

.header_logo {
	position: absolute;
	width: 47.466%;
	left: 6.666%;
	top: 33.333%
}

.header_sns {
	position: absolute;
	right: 4.4%;
	top: 24%;
	display: flex;
	justify-content: end;
	gap: 6%;
	width: 20%;

}

.header_sns a {
	width: 25.3%;
	aspect-ratio: 1/1;
}

/* COUPON */
.coupon {
	padding: 0 6.666%;
	aspect-ratio: 750/1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* SETSALE */
.setsale .setsale_title{
	position: relative;
	z-index: 2;
}
.setsale .swiper-container{
	margin-top: -6%;
}
.setsale .swiper-container .swiper-slide{
	margin-right: 0 !important;
}
.setsale .swiper-button-next,
.setsale .swiper-button-prev{
	justify-content: center !important;
}
.setsale .swiper-button-next img,
.setsale .swiper-button-prev img{
	width: auto;
    height: 100%;
}
/* SHOPLIST */
.shoplist {
	position: relative;
	width: 100%;
	aspect-ratio: 750/658;
	padding: calc(11.81% * 658 / 750) 6.666% calc(4.4% * 658 / 750);
}

.shoplist_title {
	display: flex;
	justify-content: center;
	padding-bottom: 3.07%;
}

.shoplist_items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2%;
	padding-bottom: 1.07%;
	border-bottom: 1px solid #404040;
}

.shoplist_items a {
	width: 48.615%;
	margin-bottom: 2%;
}

.shoplist_items_online {
	padding-top: 3.07%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2%;
}

.shoplist_items_online a {
	width: 48.615%;
}

.shoplist_suiteroom {
	padding-top: 3.07%;
	width: 100%;
}

.shoplist_sns {
	width: 27.69%;
	margin-top: 9.23%;
	display: flex;
	justify-content: start;
	gap: 5%;
}

.shoplist_sns img {
	width: 100%;
}

.shoplist_banner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 52.9333%;
}

/* COORDINATES */
.cooordinates {
	width: 100%;
}

.cooordinates .coordinate {
	height: 100vh;
	width: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.coordinate_illust {
	font-size: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.coordinate_illust img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	aspect-ratio: 750/1266;
	object-position: center;
}

.coordinate_list {
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: 750/589;
	padding: calc(6.7911% * 589 / 750) 6.9%;
	background-color: #fff;
}

.size_title {
	margin-bottom: 3.9%;
}

.swiper-container {
	position: relative;
}

.coordinate_swiper {
	width: 86.6666%;
	font-size: 30px;
	position: relative;
}

.coordinate_swiper:not(:last-child) {
	margin-bottom: 7.1%;
}

.coordinate_swiper .swiper-wrapper {
	margin: 0 auto;
	position: relative;
}

.coordinate_swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* aspect-ratio: 171/128; */
}

.coordinate_swiper .swiper-slide a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	line-height: 1.2;
}

.coordinate_swiper .swiper-slide img{
	margin-bottom: 5px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	font-size: 15px;
	width: 6.153% !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	display: none;
}

.swiper-button-next {
	right: -0 !important;
	justify-content: right !important;
}

.swiper-button-prev {
	left: -0 !important;
	justify-content: left !important;
}

.swiper-pagination {
	bottom: -20px !important;
}

.swiper-pagination-bullet-active {
	background: #000 !important;
}

.swiper-pagination-bullet {
	height: 11px;
	width: 11px;
}

.cooordinates .coordinate:nth-child(1) {
	background-color: #ffe3ea;
}

.cooordinates .coordinate:nth-child(2) {
	background-color: #f5e4ff;
}

.cooordinates .coordinate:nth-child(3) {
	background-color: #ffd4d5;
}

.cooordinates .coordinate:nth-child(4) {
	background-color: #ffdab2;
}

.cooordinates .coordinate:nth-child(5) {
	background-color: #afdcff;
}


/* OTHER ITEMS */
.other_items {
	background: #000;
	width: 100%;
	aspect-ratio: 750/169;
	padding: calc(20.1% * 169 / 750)6.666%;
}

.other_items_title {
	margin-bottom: calc(15.4% * 169 / 750);
}

.other_items_list {
	display: flex;
	width: 100%;
	gap: 5%;
	justify-content: space-between;
}

/* movie */
.special_movie{
	position: relative;
}
.special_movie_area{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 56.45%;
	width: 76%;
}
.special_movie_areaIn{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 56.25%;
	width: 100%;

}
.special_movie_area iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

/* モーダル */
[id^="modal_"] {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	overflow-y: auto;
}

[id^="modal_"] .modal_content {
	position: relative;
	max-width: 750px;
	max-height: 90%;
	margin: 5% auto;
	background: #fff;
	overflow-y: auto;
}

.modal_close {
	position: absolute;
	top: 32px;
	right: 22px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	z-index: 10000;
}


.modal_content img.modal_image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	aspect-ratio: 750/1400;
	object-position: center;
}

/* 720px以上 */
@media screen and (min-width: 750px) {

	html {
		scroll-snap-type: none !important;
	}

	.cooordinates .coordinate {
		height: auto;
		scroll-snap-align: none !important;
		scroll-snap-stop: normal !important;
	}
	.coordinate_illust {
		height: auto;
		display: block;
	}
	.coordinate_illust img {
		width: 100%;
		height: auto;
		aspect-ratio: 750/1266;
		object-position: center;
	}
	.coordinate_swiper .swiper-slide a {
    font-size: 16px;
	}
}
/* iPad専用（タッチデバイスで幅が大きい場合） */
@supports (-webkit-touch-callout: none) {
	@media screen and (min-width: 768px) {
		html {
			scroll-snap-type: none !important;
		}

		.cooordinates .coordinate {
			scroll-snap-align: none !important;
			scroll-snap-stop: normal !important;
		}
}
}