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

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

.card {
	overflow: hidden;
}

.card__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.card__item {
	overflow: hidden;
	position: relative;
}

.card__item img {
	-o-object-fit: cover;
	aspect-ratio: 640/400;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.event {
	overflow: hidden;
}

.event__head {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.25rem;
	text-align: center;
}

.event__img-box {
	margin-top: 5rem;
}

.event__img img {
	-o-object-fit: cover;
	aspect-ratio: 1920/600;
	object-fit: cover;
	width: 100%;
}

.float-btn {
	bottom: 1.25rem;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
	position: fixed;
	right: 1.25rem;
	z-index: 999;
}

.float-btn__link {
	display: block;
	height: 10rem;
	transition: all 0.3s ease;
	width: 10rem;
}

.float-btn__link:hover {
	opacity: 0.6;
}

.float-btn__link img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.goods {
	overflow: hidden;
}

.goods__head {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.25rem;
	text-align: center;
}

.goods__image {
	width: 100%;
}

.goods__image img {
	-o-object-fit: cover;
	aspect-ratio: 860/600;
	object-fit: cover;
	width: 100%;
}

.goods__swiper {
	margin-top: 5rem;
	width: 100%;
}

.goods__swiper .swiper-scrollbar {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 0.1875rem;
	height: 0.375rem;
	margin-top: 1.5rem;
}

.goods__swiper .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #FE347E;
	border-radius: 0.1875rem;
}

.mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1920/800;
	object-fit: cover;
	width: 100%;
}

.mv__inner {
	margin-top: 1.875rem;
}

.mv__title {
	margin-left: auto;
	margin-right: auto;
	width: clamp(37.5rem, 8.333rem + 60.764vw, 81.25rem);
}

.mv__title img {
	-o-object-fit: contain;
	aspect-ratio: 1300/458;
	object-fit: contain;
	width: 100%;
}

.mv__text {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 10rem;
	text-align: center;
}

.mv__text p + p {
	margin-top: 2rem;
}

.mv__head {
	font-size: clamp(1.5rem, 0.5rem + 2.083vw, 3rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3333333333;
	margin-top: 5rem;
	text-align: center;
}

.mv__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.news__items {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 5rem;
}

.news__item {
	background-color: #000;
	color: #fff;
	display: flex;
	padding: 0.9375rem 1.25rem;
	transition: opacity 0.3s;
}

.news__date {
	font-size: clamp(1rem, 0.667rem + 0.694vw, 1.5rem);
	font-weight: 900;
	line-height: 1;
}

.news__text {
	font-size: clamp(1rem, 0.667rem + 0.694vw, 1.5rem);
	font-weight: 400;
	line-height: 1;
	margin-left: 2.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.body {
	background: #000;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.body.fade-in {
	opacity: 1;
}

.body__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
}

.btn__link {
	-webkit-text-decoration: none;
	background-color: #FE347E;
	border-radius: 60px;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	padding: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem) clamp(1.75rem, 0.75rem + 2.083vw, 3.25rem);
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn__link:hover {
	opacity: 0.6;
}

.fadeUp {
	opacity: 0;
}

.fadeUp.is-show {
	animation: fadeUp 1.3s ease-out forwards;
	opacity: 1;
}

.footer {
	background-color: #000;
	padding: 5rem 0;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 75rem;
	padding: 0 1.25rem;
}

.footer__logo {
	width: 21.25rem;
}

.footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 340/120;
	object-fit: contain;
	width: 100%;
}

.footer__sns {
	display: flex;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.footer__sns-link {
	align-items: center;
	display: block;
	display: flex;
	height: clamp(2.5rem, 1.333rem + 2.431vw, 4.25rem);
	justify-content: center;
	transition: opacity 0.3s;
	width: clamp(2.5rem, 1.333rem + 2.431vw, 4.25rem);
}

.footer__sns-link:hover {
	opacity: 0.7;
}

.footer__sns-link img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
	width: 100%;
}

.footer__copyright {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

.header {
	left: 0;
	padding: 0.9375rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 83.75rem;
	padding: 0 1.25rem;
}

.header__logo {
	width: 11.25rem;
}

.header__logo a {
	display: block;
}

.header__logo img {
	height: auto;
	width: 100%;
}

.header__sns {
	display: flex;
	gap: 2.5rem;
}

.header__sns-link {
	align-items: center;
	display: flex;
	height: clamp(2.5rem, 0rem + 5.208vw, 6.25rem);
	justify-content: center;
	transition: opacity 0.3s;
	width: clamp(2.5rem, 0rem + 5.208vw, 6.25rem);
}

.header__sns-link:hover {
	opacity: 0.8;
}

.header__sns-link img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
	width: 100%;
}

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

.layout-section {
	margin-top: 15rem;
}

.section-title {
	margin-left: auto;
	margin-right: auto;
	width: clamp(37.5rem, 8.333rem + 60.764vw, 81.25rem);
}

.section-title img {
	-o-object-fit: contain;
	aspect-ratio: 1000/136;
	object-fit: contain;
	width: 100%;
}

@media screen and (min-width: 1440px) {

.float-btn__link {
	height: clamp(8.75rem, -13.75rem + 25vw, 16.25rem);
	width: clamp(8.75rem, -13.75rem + 25vw, 16.25rem);
}

}

@media (max-width: 1300px) {

html {
	font-size: 1.2307692308vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.card__items {
	grid-template-columns: repeat(2, 1fr);
}

.card__item img {
	aspect-ratio: 188/140;
}

.event__head {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.event__img-box {
	margin-top: 2.5rem;
}

.event__img img {
	aspect-ratio: 375/620;
}

.float-btn {
	bottom: 0.9375rem;
	right: 0.9375rem;
}

.float-btn__link {
	height: 8.75rem;
	width: 8.75rem;
}

.goods__head {
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.goods__image {
	flex: 0 0 auto; /* 幅を固定させる */
	scroll-snap-align: start; /* スクロール時の位置合わせ */
}

.goods__image img {
	aspect-ratio: 375/262;
}

.mv__img img {
	aspect-ratio: 375/600;
}

.mv__inner {
	margin-top: -6rem;
}

.mv__title {
	width: 100%;
}

.mv__text {
	font-size: 0.875rem;
	margin-top: 5rem;
}

.mv__text p + p {
	margin-top: 1.5rem;
}

.mv__head {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.news__items {
	margin-top: 2.5rem;
}

.news__item {
	flex-direction: column;
	padding: 0.625rem 0rem;
}

.news__date {
	font-size: 1rem;
	font-weight: 700;
}

.news__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.875rem;
	line-height: 1.3;
	margin-left: 0;
	margin-top: 0.75rem;
	overflow: hidden;
	white-space: normal;
}

.btn__link {
	font-size: 0.875rem;
	padding: 0.75rem 1.5rem;
}

.footer {
	padding: 2.5rem 0 10rem;
}

.footer__logo {
	max-width: 21.25rem;
	width: 100%;
}

.footer__sns {
	margin-top: 1.25rem;
}

.footer__copyright {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.header {
	padding: 0.625rem 0;
}

.header__logo {
	width: 8.75rem;
}

.header__sns {
	gap: 1.25rem;
}

.header__sns-link {
	height: 4.25rem;
	width: 4.25rem;
}

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

.layout-section {
	margin-top: 7.5rem;
}

.section-title {
	width: 100%;
}

.section-title img {
	aspect-ratio: 332/44;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


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