body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about {
	background-color: #ff0000;
	overflow: hidden;
	padding-bottom: 4.5625rem;
	padding-top: 2.8125rem;
	position: relative;
}

.about__inner {
	position: relative;
	z-index: 1;
}

.about__title {
	margin: 0 auto 1.875rem;
	max-width: 21.1875rem;
}

.about-slider__set {
	margin-bottom: 4rem;
}

.about-slider__set:last-child {
	margin-bottom: 0;
}

.about-slider__set__title {
	margin: 0 auto 1.25rem;
	max-width: 18.75rem;
}

.about-slider .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 340/395;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	display: block;
	object-fit: cover;
	width: 100%;
}

.about-slider-wrap {
	position: relative;
}

.about-slider__prev,
.about-slider__next {
	height: 2.1875rem;
	margin-top: -1.09375rem;
	position: absolute;
	width: 1rem;
	z-index: 2;
}

.about-slider__prev {
	left: -0.9375rem !important;
	right: auto !important;
}

.about-slider__next {
	left: auto !important;
	right: -0.9375rem !important;
}

.about-slider__prev::after,
.about-slider__next::after {
	content: none;
}

.about-slider__prev img,
.about-slider__next img {
	display: block;
	height: 100%;
	width: 100%;
}

.about-slider__prev img {
	transform: scaleX(-1);
}

.contents-inner {
	padding: 0 18px;
}

.fare__map {
	margin: 4.8125rem auto 2.5rem;
	max-width: 48.75rem;
	width: 80%;
}

.fare__wrap {
	aspect-ratio: 290/360;
	position: relative;
	z-index: 1;
}

.fare__wrap iframe {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.main-contents {
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	overflow: scroll;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.present {
	margin-top: 4rem;
}

.search--color {
	margin-top: 2.875rem;
}

.search--price .search__list {
	margin-top: 1.75rem;
}

.search--price .search__item + .search__item {
	margin-top: 1.5rem;
}

.search--color .search__list {
	grid-column-gap: 1.375rem;
	-moz-column-gap: 1.375rem;
	grid-row-gap: 1.25rem;
	column-gap: 1.375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 3.75rem;
	margin-top: 2.125rem;
	row-gap: 1.25rem;
}

.search__btn {
	margin-top: 0.9375rem;
}

.search__item {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.search__item::before {
	animation: shine 4s infinite ease-in-out;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -50%;
	position: absolute;
	top: 0;
	transform: skewX(45deg);
	width: 100%;
	z-index: 2;
}

.header {
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}

.header.js-active {
	opacity: 0;
}

.header__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.header__bg::after {
	background: transparent url(../images/common/header_bg.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.header__inner {
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding: 0;
}

.header__body {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	position: relative;
}

.header__left {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	width: 33.75%;
}

.header__left::before {
	aspect-ratio: 240/640;
	background: transparent url(../images/common/header-left-bg.webp) no-repeat left top/cover;
	content: "";
	left: 0;
	max-width: 21.25rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

.header__left figure {
	aspect-ratio: 313/213;
	margin-left: auto;
	margin-right: auto;
	max-width: 19.5625rem;
	position: relative;
	width: 77.2839506173%;
	z-index: 1;
}

.header__right {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	width: 33.75%;
}

.header__right::before {
	aspect-ratio: 240/640;
	background: transparent url(../images/common/header-right-bg.webp) no-repeat right top/cover;
	content: "";
	max-width: 21.25rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.header__right figure {
	aspect-ratio: 317/257;
	margin-left: auto;
	margin-right: auto;
	max-width: 19.8125rem;
	position: relative;
	width: 78.2716049383%;
	z-index: 1;
}

.header__logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 16.875rem;
	padding-top: 6.25%;
}

.header__nav-top {
	aspect-ratio: 252/120;
	margin: 0 auto 0.625rem 0;
	max-width: 15.75rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 286px;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}

.list-btn {
	background-color: #000;
	border: 0.1875rem solid #fff;
	border-radius: 2.5rem;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 700;
	overflow: hidden;
	padding: 0.625rem 0.625rem 0.6875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.list-btn::after {
	background: transparent url(../images/common/ico-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.list-btn::before {
	animation: shine 4s infinite ease-in-out;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -50%;
	position: absolute;
	top: 0;
	transform: skewX(45deg);
	width: 100%;
	z-index: 2;
}

.mv {
	max-width: 30.625rem;
}

.mv__top {
	align-items: center;
	display: flex;
	height: 3.75rem;
	justify-content: space-between;
	left: 50%;
	padding: 0 10px;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	width: 24.375rem;
	z-index: 999;
}

.mv__logo {
	margin-left: 0.625rem;
	max-width: 9.125rem;
}

.mv__btn {
	max-width: 10rem;
}

@media screen and (max-width: 1009px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.header__body.js-click {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

}

@media screen and (max-width: 913px) {

html {
	font-size: 16px;
}

.header__body {
	height: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 1001;
}

.inner {
	padding-left: 18px;
	padding-right: 18px;
}

}

@media screen and (max-width: 439px) {

.main-contents {
	box-shadow: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@media (max-width: 250px) {

html {
	font-size: 6.4vw;
}

}

@keyframes shine {

10% {
	left: 150%;
	opacity: 1;
}

100% {
	left: 150%;
	opacity: 0;
}

}

@keyframes shine {

10% {
	left: 150%;
	opacity: 1;
}

100% {
	left: 150%;
	opacity: 0;
}

}


/*# sourceMappingURL=style.css.map */
