body {
	color: #333333;
	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);
}
*/
/* フォームリセット */


button,
{
	-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;
}

.btn-wrap {
	margin-top: 3.75rem;
	text-align: center;
}

.btn {
	background-color: #EF0000;
	border: 2px solid #EF0000;
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	max-width: 363px;
	padding: 25px 50px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

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

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

.btn:hover {
	background-color: #fff;
	color: #EF0000;
}

.btn:hover::before {
	background-image: url(../images/red-arrow.svg);
}

.mv {
	position: relative;
}

.cta-btn {
	background-color: #EF0000;
	border-radius: 50%;
	bottom: 1.4vw;
	height: 7.6875rem;
	max-width: 7.6875rem;
	padding: 1.0625rem 1.1875rem;
	position: fixed;
	right: calc(50% - 230px - 215px);
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 50;
	cursor: pointer;
}

.cta-btn:hover {
	opacity: 0.7;
}

.cta-btn__btn {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.4117647059;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.cta-btn__btn::after {
	background-image: url(../images/bottom-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.375rem;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.9375rem;
}

.common-heading__title-en {
	color: #00368f;
	font-family: "Outfit", sans-serif;
	font-size: 3.6875rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.common-heading__title-line {
	background-image: radial-gradient(circle, #00368f 1.5px, transparent 1.5px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 6px 3px;
	display: inline-block;
	height: 10px;
	width: 100%;
}

.common-heading__title-ja {
	color: #00368f;
	font-size: 1.375rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 2;
	text-align: center;
}

.main-contents {
	background-color: #fff;
	box-shadow: 0 0 17px rgba(51, 51, 51, 0.3);
	left: 0;
	margin-left: 50%;
	overflow: scroll;
	overflow: hidden;
	position: relative;
	width: 460px;
	z-index: 2;
}

.about {
	background-color: #fff08c;
	padding-bottom: 4.0625rem;
}

.about__top {
	background-color: #fff;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.about__list {
	margin-top: 1.875rem;
}

.about__items:nth-of-type(1) {
	padding-top: 3.125rem;
}

.about__items + .about__items {
	padding-top: 3.125rem;
}

.about__items:nth-of-type(odd) {
	padding-bottom: 1.875rem;
}

.about__items:nth-of-type(even) {
	background-color: #fff;
	padding-bottom: 2.1875rem;
}

.about__items:last-of-type {
	padding-bottom: 0;
}

.about__bottomTl {
	margin-bottom: 1.875rem;
}

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

.about__shopname {
	margin-bottom: 2.1875rem;
	margin-top: 1.875rem;
}

.about__note {
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.2727272727;
	margin-top: 5rem;
	position: relative;
	text-align: justify;
	z-index: 1;
}

.about__note + .about__note {
	margin-top: 0.5rem;
}

.access {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.access__body {
	margin-top: 3.75rem;
}

.access__item-content {
	margin-top: 3.125rem;
}

.access__item-title {
	position: relative;
	background-color: #00368f;
	color: #fff;
	padding: 0.625rem 1.25rem;
	cursor: pointer;
	font-weight: 600;
	transition: opacity 0.3s;
}

.access__item-title:hover {
	opacity: 0.7;
}

.access__item-title::before,
.access__item-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    width: 1.25rem;
    height: 0.1875rem;
    background-color: #fff;
    transition: .3s;
}

.access__item-title::after {
    transform: rotate(90deg);
}

.access__item-heading.is-open .access__item-title::after {
    transform: rotate(0deg);
}

.access__list {
	margin-top: 1.875rem;
	counter-reset: access-counter;
	list-style: none;
	display: none;
}

.access__item:not(:last-child) {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 2.5rem;
}

.access__item:not(:first-child) {
	margin-top: 2.3125rem;
}

.access__label {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.access__pin-badge {
	align-items: center;
	background-image: url(../images/pin-badge.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 3.6875rem;
	justify-content: center;
	position: relative;
	width: 2.75rem;
}

.access__pin-badge::before {
	color: #EF0000;
	content: counter(access-counter);
	counter-increment: access-counter;
	font-size: 1.375rem;
	font-weight: 700;
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
}

.access__shop-name {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
}

.access__address {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.4375rem;
}

.access__tel {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.bg-dot {
	background-image: radial-gradient(#EDF6F7 30%, #fff 30%);
	background-position: 0px 0px;
	background-size: 8px 8px;
	height: auto;
	width: 100%;
}

.card__img {
	aspect-ratio: 370/200;
	display: block;
	max-height: 12.5rem;
	max-width: 23.125rem;
	width: 94.8717948718%;
}

.card__img img {
	-o-object-fit: cover;
	border-radius: 0 3.125rem 3.125rem 0;
	height: 100%;
	object-fit: cover;
}

.card__body {
	margin-top: 1.4375rem;
}

.card__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.card__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.625rem;
}

.card:nth-of-type(even) .card__img {
	margin-left: auto;
	margin-right: 0;
}

.card:nth-of-type(even) .card__img img {
	border-radius: 3.125rem 0 0 3.125rem;
}

.footer {
	background-color: #00368F;
	padding-bottom: 5.9375rem;
	padding-top: 3.8125rem;
}

.footer figure {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.6875rem;
}

.footer__copy {
	color: #fff;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 1.875rem;
	text-align: center;
	text-transform: uppercase;
}

.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__inner {
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding: 0;
}

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

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

.header__bg > div::before {
	background-image: url(../images/fv-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.header__contents-wrap {
	height: inherit;
	padding-right: 50%;
}

.header__contents {
	display: flex;
	flex-direction: column;
	height: inherit;
	/*justify-content: center;*/
	/*margin-left: 16.3vw;*/
	/*margin-right: 4.375rem;*/
	position: relative;
}

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

.header__title {
	/*margin-bottom: 50px;*/
	/*margin-bottom: 6.125rem;*/
	/*max-width: 22.5rem;*/
	margin: 0 auto;
    width: 70%;
}

.header__subtitle {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 1.375rem;
}

.header__bottom {
	margin-top: 1.875rem;
}

.header__img {
	max-width: 16rem;
}

.header__img + .header__img {
	margin-top: 1.125rem;
}

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

.lineup {
	margin-top: 5rem;
}

.mv__top {
	align-items: center;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	height: 49px;
	justify-content: space-between;
	left: 0;
	margin-left: 50%;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 460px;
	z-index: 999;
}

.mv__logo {
	margin-left: 0.9375rem;
	max-width: 9.5rem;
}

.mv__btn {
	max-width: 10rem;
}

.mv__title {
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 73px;*/
	/*max-width: 25rem;*/
}

.mv__img {
	margin-top: 8.5px;
}

.original-fair {
	background: #ebf7ff;
	margin-top: 1.875rem;
	padding-bottom: 5rem;
}

.original-fair__heading {
	margin-top: -4.375rem;
}

.original-fair__body {
	margin-top: 3.625rem;
}

.original-fair__list {
	grid-gap: 1.5625rem 0.875rem;
	display: grid;
	gap: 1.5625rem 0.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.original-fair__item a {
	transition: opacity 0.3s;
}

.original-fair__item a:hover {
	opacity: 0.7;
}

.original-fair__image {
	margin-top: 1rem;
}

.original-fair__item-title {
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 1.0625rem;
	text-align: center;
}

.original-fair__item-arrow {
	background-image: url(../images/blue-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8125rem;
	width: 0.9375rem;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.25rem;
	position: relative;
}

.original-fair-slider {
	margin-top: 60px;
	position: relative;
}

.original-fair-slider__img img {
	height: auto;
	width: 100%;
}

.original-fair-slider__nav {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
	gap: 1.5625rem;
}

.swiper-button-prev.original-fair-slider__prev,
.swiper-button-next.original-fair-slider__next {
	cursor: pointer;
	height: 55px;
	width: 55px;
	position: initial;
	transition: all 0.3s ease 0s;
	margin-top: unset;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #00368F;
	border-radius: 50%;
	border: 2px solid #00368F;
}

.swiper-button-prev.original-fair-slider__prev:hover,
.swiper-button-next.original-fair-slider__next:hover {
	background-color: #fff;
}

.swiper-button-prev.original-fair-slider__prev:before,
.swiper-button-next.original-fair-slider__next:before{
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.28125rem;
	height: 1.28125rem;
}
.swiper-button-prev.original-fair-slider__prev:before{
	background-image: url(../images/left-arrow.svg);

}

.swiper-button-next.original-fair-slider__next:before{
	background-image: url(../images/right-arrow.svg);
}



.swiper-button-prev.original-fair-slider__prev:hover::before{
	background-image: url(../images/left-arrow-reverse.svg);
}

.swiper-button-next.original-fair-slider__next:hover::before{
	background-image: url(../images/right-arrow-reverse.svg);
}


.swiper-button-prev.original-fair-slider__prev::after,
.swiper-button-next.original-fair-slider__next::after {
	content: none;
}

.original-fair-slider__title {
	color: white;
	font-size: 1.625rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 0.625rem 0.625rem 1.875rem;
	position: relative;
	text-align: center;
	z-index: 5;
}

.original-fair-slider__title::before {
	border: 2px solid #00368f;
	content: "";
	height: 80.6%;
	position: absolute;
	right: 0;
	top: 8.5px;
	width: 98.1%;
	z-index: -1;
}

.original-fair-slider__title::after {
	background-color: #00368f;
	content: "";
	height: 80.6%;
	left: 0;
	position: absolute;
	top: 0;
	width: 98.1%;
	z-index: -1;
}

.original-fair-slider__img {
	margin-top: 20px;
}

.original-fair__card-wrap {
	margin-top: 5.1875rem;
}

.original-fair__card-item {
	background-color: #fff;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.16);
	padding: 1.5625rem 1.5625rem 2.375rem;
}

.original-fair__card-item:not(:first-child) {
	margin-top: 2.3125rem;
}

.original-fair__card-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 23.125rem;
}

.original-fair__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 370/189;
	object-fit: cover;
	width: 100%;
}

.original-fair__card-content {
	margin-top: 1.875rem;
}

.original-fair__card-name {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2;
}

.original-fair__card-address {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1rem;
}

.original-fair__card-tel {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.original-fair__card-hours {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.original-fair__card-holiday {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
}

.original-fair__card-buttons {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.0625rem;
}

.original-fair__card-btn.btn {
	border-radius: 2.5rem;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.5294117647;
	padding: 0.75rem 1.25rem;
	text-align: center;
}

.original-fair__card-btn.btn::before {
	right: 12px;
	transform: translateY(-50%) rotate(-90deg);
}

.original-fair__card-btn.original-fair__card-btn--blue {
	background-color: #00368F;
	border-color: #00368F;
}

.original-fair__card-btn.original-fair__card-btn--blue:hover {
	background-color: #fff;
	color: #00368F;
}

.original-fair__card-btn.original-fair__card-btn--blue.btn:hover::before {
	background-image: url(../images/blue-arrow.svg);
}

.original-fair__card-btn.original-fair__card-btn--red.btn:hover:hover {
	background-color: #fff;
	color: #EF0000;
}

.original-fair__card-btn.original-fair__card-btn--red {
	background-color: #EF0000;
}

.original-fair__card-btn.original-fair__card-btn--red:hover {
	background-color: #fff;
	color: #EF0000;
}

.page-top {
	background-color: #ebf7ff;
	padding-bottom: 0.625rem;
	padding-top: 0.5625rem;
	text-align: center;
}

.page-top a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 0.625rem;
	padding-top: 0.5625rem;
	transition: opacity 0.3s;
}

.page-top a:hover {
	opacity: 0.7;
}

.page-top__link {
	border-bottom: 1px solid #00368F;
	color: #00368F;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 1.5625rem;
}

.page-top__arrow {
	background-image: url(../images/blue-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 0.625rem;
	margin-left: 1.46875rem;
	transform: rotate(180deg);
	width: 0.9375rem;
}

.premium {
	margin-top: 5rem;
	padding-bottom: 3.5rem;
}

.premium__title {
	color: #00368F;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.premium__body {
	margin-top: 3.75rem;
}

.specialfair {
	padding-top: 3.75rem;
}

.specialfair__heading {
	color: #00368f;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.specialfair__title {
	font-size: 1.875rem;
	font-weight: 900;
}

.specialfair__date {
	font-size: 1.875rem;
	font-weight: 900;
}

.specialfair__body {
	margin-top: 3.75rem;
}

.title-line--top {
	background-color: #00368f;
	display: inline-block;
	height: 5px;
	margin-bottom: 1.5625rem;
	position: relative;
	width: 100%;
}

.title-line--top::after {
	background-color: #00368f;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 100%;
}

.title-line--bottom {
	background-color: #00368f;
	display: inline-block;
	height: 5px;
	margin-top: 1.875rem;
	position: relative;
	width: 100%;
}

.title-line--bottom::before {
	background-color: #00368f;
	bottom: 9px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

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

.header__contents-wrap {
	margin-inline: auto;
}

.header__contents {
	margin: 0 6.25vw;
}

}

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

html {
	font-size: 16px;
}

.btn-wrap {
	margin-top: 3.125rem;
}

.btn {
	font-size: 0.875rem;
	max-width: 289px;
	padding: 1.25rem 1.25rem;
}

.btn::before {
	height: 0.5rem;
	right: 1.0625rem;
	width: 0.75rem;
}

.cta-btn {
	bottom: 2.9375rem;
	height: 6.25rem;
	max-width: 6.25rem;
	padding: 0.625rem 0.625rem;
	right: 10px;
}

.cta-btn__btn {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.cta-btn__btn::after {
	bottom: -1.1875rem;
	height: 0.75rem;
	width: 0.75rem;
}

.common-heading__title-en {
	font-size: 3rem;
}

.common-heading__title-ja {
	font-size: 1.125rem;
}

.access__body {
	margin-top: 3.25rem;
}

.access__item:not(:last-child) {
	padding-bottom: 1.875rem;
}

.access__item:not(:first-child) {
	margin-top: 1.875rem;
}

.access__pin-badge {
	height: 2.9375rem;
	width: 2.1875rem;
}

.access__shop-name {
	font-size: 1.125rem;
	line-height: 1.5;
}

.access__address {
	font-size: 0.875rem;
	line-height: 2;
}

.access__tel {
	font-size: 0.875rem;
	line-height: 2;
}

.footer {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.footer figure {
	max-width: 13.625rem;
}

.footer__copy {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 1.875rem;
}

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

.header__contents-wrap {
	margin-inline: unset;
}

.header__contents {
	margin: 0 6.25vw;
}

.header__title {
	width: 37.777778vw;
}

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

.mv__top {
	left: auto;
	margin-left: 0;
}

.mv__top {
	height: 2.5rem;
	width: 100%;
}

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

.mv__title {
	margin-top: 3.75rem;
	max-width: 31.25rem;
	/*width: 87%;*/
}

.original-fair__heading {
	margin-top: -1.25rem;
}

.original-fair__body {
	margin-top: 1.4375rem;
}

.original-fair__list {
	gap: 0.8125rem 0.875rem;
}

.original-fair__image {
	margin-top: 0.625rem;
}

.original-fair__item-title {
	font-size: 0.875rem;
	line-height: 1.3;
	margin-top: 1.0625rem;
}

.original-fair-slider__nav {
	margin-top: 1.0625rem;
}

.swiper-button-prev.original-fair-slider__prev,
.swiper-button-next.original-fair-slider__next {
	height: 2.75rem;
	width: 2.75rem;
}

.swiper-button-prev.original-fair-slider__prev::before,
.swiper-button-next.original-fair-slider__next::before {
	width: 16px;
	height: 16px;
}

.original-fair-slider__title {
	font-size: 1.375rem;
	line-height: 2;
	padding: 0.1875rem 0 0.9375rem;
}

.original-fair__card-wrap {
	margin-top: 3.625rem;
}

.original-fair__card-item {
	padding: 1.25rem 1.25rem 1.875rem;
}

.original-fair__card-item:not(:first-child) {
	margin-top: 1.875rem;
}

.original-fair__card-content {
	margin-top: 1.5625rem;
}

.original-fair__card-name {
	font-size: 1.125rem;
	line-height: 2;
}

.original-fair__card-address {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 0.6875rem;
}

.original-fair__card-tel {
	font-size: 0.875rem;
	line-height: 2;
}

.original-fair__card-hours {
	font-size: 0.875rem;
	line-height: 2;
}

.original-fair__card-holiday {
	font-size: 0.875rem;
	line-height: 2;
}

.original-fair__card-buttons {
	margin-top: 1.4375rem;
}

.original-fair__card-btn.btn {
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.5625rem 0.625rem;
}

.original-fair__card-btn.btn::before {
	right: 6px;
}

.page-top__link {
	font-size: 0.875rem;
	margin-left: 0;
	margin-left: initial;
}

.page-top__arrow {
	height: 0.5rem;
	margin-left: 0.625rem;
	width: 0.75rem;
}

.premium {
	margin-top: 5.1875rem;
}

.premium__title {
	font-size: 1.5rem;
	line-height: 1.5;
}

.premium__body {
	margin-top: 3.375rem;
}

.specialfair {
	padding-top: 3.625rem;
}

.specialfair__heading {
	line-height: 1.5;
}

.specialfair__title {
	font-size: 1.5rem;
}

.specialfair__date {
	font-size: 1.5rem;
}

.specialfair__body {
	margin-top: 2.5rem;
}

.title-line--top {
	margin-bottom: 1.25rem;
}

.title-line--bottom {
	margin-top: 1.5625rem;
}

.original-fair-slider__img {
	margin-top: 10px;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.main-contents {
	box-shadow: none;
	margin-left: 0;
	position: static;
	width: 100%;
}

.header {
	display: none;
}

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

.header__bg {
	display: none;
}

.header__contents-wrap {
	display: none;
}

.mv__top {
	width: 100%;
}

/* タブレット以下でホバー効果を無効化 */
.access__item-title:hover {
	opacity: 1;
}

.original-fair__item a:hover {
	opacity: 1;
}

.swiper-button-prev.original-fair-slider__prev:hover,
.swiper-button-next.original-fair-slider__next:hover {
	background-color: #00368F;
}

.swiper-button-prev.original-fair-slider__prev:hover::before {
	background-image: url(../images/left-arrow.svg);
}

.swiper-button-next.original-fair-slider__next:hover::before {
	background-image: url(../images/right-arrow.svg);
}

.page-top a:hover {
	opacity: 1;
}

}

@media (max-width: 460px) {

html {
	font-size: 3.4782608696vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

.access__map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 111%;
}

.access__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access__shop-map {
	margin-top: 10px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
}

.access__shop-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

  /* ホバーで色変更しないように上書き */
  .btn:hover {
    background-color: #EF0000;
    color: #fff;
  }

  .btn:hover::before {
    background-image: url(../images/white-arrow.svg);
  }

  .original-fair__item a:hover {
    opacity: 1;
  }

  .cta-btn:hover {
    opacity: 1;
  }

  .access__item-title:hover {
    opacity: 1;
  }

  .swiper-button-prev.original-fair-slider__prev:hover {
    background-color: #00368F;
  }

  .swiper-button-prev.original-fair-slider__prev:hover::before {
    background-image: url(../images/left-arrow.svg);
  }

  .swiper-button-next.original-fair-slider__next:hover {
    background-color: #00368F;
  }

  .swiper-button-next.original-fair-slider__next:hover::before {
    background-image: url(../images/right-arrow.svg);
  }

  .page-top a:hover {
    opacity: 1;
  }

	.original-fair__card-btn.original-fair__card-btn--red.btn:hover:hover {
    background-color: #EF0000;
    color: #fff;
  }

  .original-fair__card-btn.original-fair__card-btn--red.btn:hover::before {
    background-image: url(../images/white-arrow.svg);
  }

  .original-fair__card-btn.original-fair__card-btn--blue.btn:hover {
    background-color: #00368F;
    color: #fff;
  }

	.original-fair__card-btn.original-fair__card-btn--blue.btn:hover::before {
    background-image: url(../images/white-arrow.svg);
  }

}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}

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


/*cv button*/
.test-drive-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffef00; /* 鮮やかな黄色 */
  border: 6px solid #f4003e; /* 赤枠 */
  border-radius: 100px;
  padding: 10px 40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #f4003e;
  /*box-shadow: 0 6px 0 #d40037;*/
  transition: transform 0.2s ease;
	width:60%;
	margin:10px auto;
}

.test-drive-button:hover {
  transform: translateY(-2px);
}

.test-drive-button .icon {
  font-size: 48px;
  margin-right: 20px;
	width:40px;
}

input[type=checkbox], input[type=radio]{
	display:inline-block; !important
	-webkit-appearance: auto; !important
	appearance: auto; !important
	
	
}


/*fixed footer*/
@media screen and (max-width: 768px) {
  .fixed-bottom-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: white;
    border-top: 2px solid #ccc;
    z-index: 9999;
	  padding: 5px;
  }

  .fixed-bottom-buttons .bottom-btn {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    color: white;
    font-size: 13px;
    line-height: 1.2;
    background: #f40000;
    border-right: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	  border-radius: 10px;
  }

  .fixed-bottom-buttons .bottom-btn:last-child {
    border-right: none;
  }

  .fixed-bottom-buttons .icon img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    display: block;
  }

  .fixed-bottom-buttons .phone {
    background-color: #FF003D;
  }

  .fixed-bottom-buttons .email {
    background-color: #FF003D;
  }

  .fixed-bottom-buttons .reserve {
    background-color: #FF003D;
  }
}

@media screen and (min-width: 769px) {
  .fixed-bottom-buttons {
    display: none;
  }
}










/*store list 250626*/
/* 店舗一覧（初期は非表示） */


.store-list {
    display: none;
    position: fixed;
    bottom: 70px;
    left: 10px;
    right: 10px;
    background: #fff;
    border: 2px solid #FF003D;
    /*border-radius: 8px;*/
    padding: 10px;
    z-index: 10000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 14px;
	
	 /*max-height: 50vh;*/ /* 高さは画面の60%まで */
	   max-height: 300px;
  overflow-y: auto;
	scrollbar-gutter: stable; /* スクロールバー分のスペースを常に確保（対応ブラウザのみ） */
  overflow-y: scroll; /* 常にスクロールバーを表示（autoではなくscroll） */
	
	
  }

  .store-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .store-list li {
    margin: 5px 0;
    padding: 0;
  }

  .store-link {
    display: flex;
    align-items: center;
    background: #FF003D;
    color: #fff;
    border-radius: 20px;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 14px;
  }

  .store-link img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .store-name {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
  }

  .store-tel {
    flex: 1;
    text-align: left;
    font-family: monospace;
  }

/*
  .close-btn {
    position: absolute;
    top: -24px;
    right: 5px;
    background: #f40000;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 1;
    padding: 2px 8px;
    cursor: pointer;
    
	  z-index: 10001;  
  }*/

/**/
.close-btn {
  position: fixed;
  
   bottom:370px;
  right: 10px;
  background: #FF003D;
  color: #fff;
  border: none;
  font-size: 18px;
  line-height: 1;
  padding: 6px 10px;
  cursor: pointer;
  
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 10001;
	transform: translateZ(0);
}







/*mw wp form*/
.form-title-h2{
	text-align:center;
	margin:50px auto;
}

/*form 個人情報取扱の注記*/
.scrollable-paragraph {
  height: 200px; /* お好みの高さに調整可能 */
  overflow-y: scroll;
  padding: 1em;
  border: 1px solid #ccc;
  background-color: white;
	font-weight: lighter;
}

.kibou-wrap{
	margin-bottom:50px;
	margin-top:50px;
}
