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 {
	border-bottom: 1.25rem solid #cc0000;
	padding-top: 1.875rem;
	position: relative;
}

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

.fare {
	background-color: #faebeb;
	border-bottom: 1.25rem solid #cc0000;
	padding-bottom: 2.8125rem;
	padding-top: 4.75rem;
}

.fare__body {
	margin-top: 2.125rem;
	position: relative;
	z-index: 1;
}

.fare__map {
	margin: 3.125rem auto 0;
	max-width: 18.125rem;
}

.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%;
}

.link-label {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 22.5rem;
	padding: 2rem 0;
	width: 100%;
}

.link-label p {
	font-size: 1.25rem;
	font-weight: 700;
}

.link-label__btn {
	max-width: 8.75rem;
	width: 100%;
}

.link-labels {
	margin: 1.875rem auto 0;
	max-width: 48.75rem;
}

.link-labels__flex {
	border-bottom: 0.1875rem dotted #cc0000;
	border-top: 0.1875rem dotted #cc0000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.link-labels__flex + .link-labels__flex {
	border-top: none;
}

.link-labels__item:nth-child(even) {
	border-top: 0.1875rem dotted #cc0000;
}

.main-contents {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	overflow: scroll;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.mv {
	max-width: 30.625rem;
}

.mv__top {
	height: 3.75rem;
	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;
}

.picks {
	border-bottom: 1.25rem solid #cc0000;
	padding-top: 4.75rem;
}

.picks__list {
	margin-top: 3.125rem;
}

.picks__link {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
}

.picks__link::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;
}

.picks__bottom {
	padding-bottom: 8.3125rem;
	position: relative;
}

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

.picks__bottom .picks__link {
	padding: 3.3125rem 18px 0;
}

.reason {
	background-color: #faebeb;
	border-bottom: 1.25rem solid #cc0000;
	padding-bottom: 5rem;
	padding-top: 4.875rem;
	position: relative;
}

.reason__list {
	margin-top: 3.125rem;
}

.reason__item + .reason__item {
	margin-top: 1.875rem;
}

.search {
	border-bottom: 1.25rem solid #cc0000;
	padding-bottom: 6.25rem;
	padding-top: 2.75rem;
	position: relative;
}

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

.search__title {
	margin-bottom: 4.5625rem;
}

.search__list {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 1fr 1fr;
}

.search__item:last-child {
	grid-column: 1/-1;
}

.search__link {
	border-radius: 0.625rem;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
}

.search__link::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;
}

.search__note {
	font-size: 0.75rem;
	margin-top: 1.875rem;
}

.what {
	border-bottom: 1.25rem solid #cc0000;
	padding-bottom: 5.1875rem;
	padding-top: 4.6875rem;
	position: relative;
}

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

.what__title {
	margin-bottom: 3.3125rem;
}

.btn {
	background-color: #fff;
	border: 0.125rem solid #cc0000;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.375rem 0.625rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.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;
}

.btn span {
	color: #cc0000;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding-right: 0.5rem;
}

.btn span::before {
	background: transparent url(../images/common/arrow-red.svg) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 0.875rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

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

footer {
	padding-bottom: 6.375rem;
	padding-top: 2.375rem;
}

footer > figure {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.6875rem;
}

.header-hamburger {
	background-color: #fff;
	border: 0.125rem solid #cc0000;
	border-radius: 0.625rem;
	height: 3.5rem;
	position: fixed;
	right: 0.625rem;
	top: 0.625rem;
	transition: 0.3s;
	width: 3.5rem;
	z-index: 9999;
}

.header-hamburger:hover {
	opacity: 0.7;
}

.header-hamburger span {
	color: #cc0000;
	display: inline-block;
	left: 24%;
	position: absolute;
	transition: all 0.3s ease 0s;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2) {
	background-color: #cc0000;
	height: 0.125rem;
	width: 1.875rem;
}

.header-hamburger span:nth-child(1) {
	top: 25%;
}

.header-hamburger.js-open span:nth-child(1) {
	top: 36%;
	transform: rotate(-20deg);
}

.header-hamburger span:nth-child(2) {
	top: 45%;
}

.header-hamburger.js-open span:nth-child(2) {
	top: 36%;
	transform: rotate(20deg);
}

.header-hamburger span:nth-child(3),
.header-hamburger span:nth-child(4) {
	color: #cc0000;
	font-family: "Montserrat", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	left: 21%;
	text-transform: uppercase;
	top: 62%;
}

.header-hamburger.js-open > span:nth-child(3) {
	display: none;
}

.header-hamburger span:nth-child(4) {
	display: none;
}

.header-hamburger.js-open > span:nth-child(4) {
	display: block;
}

.header {
	background-color: #cc0000;
	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__nav {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	width: 28.1944444444%;
}

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

.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%;
}

.pc-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 15.625rem;
	transition: all 0.01s ease 0s;
}

.pc-nav__item + .pc-nav__item {
	margin-top: 1.125rem;
}

.pc-nav__item a {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
}

.pc-nav__en {
	display: block;
	font-family: "Montserrat", sans-serif;
	padding-left: 0.1875rem;
	position: relative;
}

.pc-nav__ja {
	display: block;
	line-height: 1.5;
	padding-left: 0.1875rem;
}

.pc-nav__en::after {
	border-bottom: 1px solid #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 7.5rem;
}

.sp-nav {
	background-color: #cc0000;
	height: 100vh;
	left: 50%;
	opacity: 0;
	overflow: scroll;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 1001;
}

.sp-nav.js-open {
	opacity: 1;
	visibility: visible;
}

.sp-nav__items {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

.sp-nav__item {
	border-top: 1px solid #fff;
}

.sp-nav__item:first-of-type {
	border-top: none;
}

.sp-nav__item a {
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	padding-bottom: 1.0625rem;
	padding-left: 2.625rem;
	padding-top: 1.0625rem;
	position: relative;
}

.sp-nav__item a::before {
	background: transparent url(../images/common/arrow-white.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.sp-nav__item a span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}

.sp-nav__item a:hover {
	opacity: 0.7;
}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.link-label {
	max-width: none;
	max-width: initial;
}

.link-label p {
	font-size: 1.1875rem;
}

.link-labels__flex {
	flex-direction: column;
	padding: 0 0.375rem 0 0.5rem;
}

.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) {

.fare__inner.contents-inner {
	padding: 0 10px;
}

}

@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;
}

}

@keyframes shine {

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

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

}


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