body {
	color: #333;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Serif", "BIZ UDPGothic", Meiryo, serif;
	font-size: 16px;
	font-size: 1rem;
	height: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100dvh;
	min-height: -webkit-fill-available;
}

img {
	margin-inline: auto;
	display: block;
}

.u-pc {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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: optimizeSpeed;
}

/* 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;
	height: auto;
	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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

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;
}

.site-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: hidden;
}

.c-content {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-title {
	margin-inline: auto;
	width: 75.8620689655vw;
}

.sp-menu-btn {
	background: url("../images/hamburger_close.webp") no-repeat center center/contain;
	cursor: pointer;
	height: 11.3793103448vw;
	position: absolute;
	right: 0;
	top: 0px;
	width: 11.3793103448vw;
	z-index: 150;
}

.sp-menu-btn.is-active {
	background: url("../images/hamburger_open.webp") no-repeat center center/contain;
	-webkit-transition: background-image 0.3s ease;
	transition: background-image 0.3s ease;
}

.sp-menu {
	scrollbar-width: none;
	-ms-overflow-style: none;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #783b61;
	border-radius: 10px;
	left: 50%;
	max-height: 90%;
	opacity: 0;
	overflow: auto;
	position: absolute;
	top: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	width: 82.7586206897vw;
	z-index: 140;
	z-index: -10;
}

.sp-menu::-webkit-scrollbar {
	display: none;
}

.sp-menu.is-active {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease-in-out, z-index 0.3s ease-in-out;
	transition: opacity 0.3s ease, visibility 0.3s ease-in-out, z-index 0.3s ease-in-out;
	visibility: visible;
	z-index: 120;
}

.sp-menu__inner {
	padding: 5.8620689655vw 4.1379310345vw 0;
}

.sp-menu__title {
	margin-inline: auto;
	width: 42.7586206897vw;
}

.sp-menu__nav {
	margin-top: 4.1379310345vw;
}

.sp-menu__link {
	padding-block: 2.7586206897vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #aa232c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-menu__link img {
	margin-inline: auto;
}

.sp-menu__link.has-no-link {
	cursor: default;
	display: none;
	pointer-events: none;
}

.sp-menu__list li:nth-of-type(1) img {
	width: 46.5517241379vw;
}

.sp-menu__list li:nth-of-type(2) img {
	width: 34.1379310345vw;
}

.sp-menu__list li:nth-of-type(3) img {
	width: 27.5862068966vw;
}

.sp-menu__list li:nth-of-type(4) img {
	width: 62.4137931034vw;
}

.totop {
	background: url("../images/totop.webp") no-repeat center center/contain;
	cursor: pointer;
	height: 11.3793103448vw;
	left: 0;
	position: absolute;
	top: 0px;
	width: 11.3793103448vw;
	z-index: 150;
}

.l-inner {
	margin-inline: auto;
	padding-inline: 4.1379310345vw;
	width: 100%;
}

.l-page {
	position: relative;
}

.l-page__content-wrap {
	position: relative;
}

.campaign__content {
	padding-top: 80%;
}

.campaign__items {
	gap: 0 2.7586206897vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 6.8965517241vw;
}

.campaign__item {
	max-width: 40vw;
}

.event__content {
	padding-top: 80%;
}

.event__items {
	margin-inline: auto;
	margin-top: 4.8275862069vw;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.event__item {
	width: 73.4482758621vw;
}

.event__item + .event__item {
	margin-top: 1.3793103448vw;
}

.illumination__content {
	padding-top: 64%;
}

.illumination__title {
	padding-top: 20%;
}

.illumination__items {
	gap: 2.7586206897vw 2.7586206897vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.3793103448vw;
}

.illumination__item {
	max-width: 36.5517241379vw;
}

@media screen and (min-width: 769px) {

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.5625vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-content {
	max-width: 1200px;
}

.sp-menu-btn {
	height: 8.3333333333vw;
	max-height: 160px;
	max-width: 160px;
	width: 8.3333333333vw;
}

.sp-menu {
	max-width: 1000px;
	top: 40px;
}

.sp-menu__inner {
	padding: 63px 45px 20px;
}

.sp-menu__title {
	max-width: 420px;
}

.sp-menu__nav {
	margin-top: 48px;
}

.sp-menu__link {
	padding-block: 16px;
}

.sp-menu__list li:nth-of-type(1) img {
	max-width: 412.5px;
}

.sp-menu__list li:nth-of-type(2) img {
	max-width: 372.5px;
}

.sp-menu__list li:nth-of-type(3) img {
	max-width: 300px;
}

.sp-menu__list li:nth-of-type(4) img {
	max-width: 612.5px;
}

.totop {
	height: 8.3333333333vw;
	max-height: 160px;
	max-width: 160px;
	width: 8.3333333333vw;
}

.l-page {
	margin-inline: auto;
	max-width: 1200px;
	padding-top: 100px;
}

}

@media (min-width: 1024px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1200px) {

.c-title {
	max-width: 1017px;
}

.l-inner {
	padding-inline: 50px;
}

.campaign__items {
	gap: 0 33px;
	margin-top: 82px;
}

.campaign__item {
	max-width: 454px;
}

.event__items {
	margin-top: 58px;
}

.event__item {
	max-width: 882px;
}

.event__item + .event__item {
	margin-top: 16px;
}

.illumination__items {
	gap: 33px 33px;
	margin-top: 50px;
}

.illumination__item {
	max-width: 438px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
