body {
	color: #503630;
	font-family: "Zen Maru Gothic", sans-serif;
}

.u-desktop {
	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 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;
}

a:hover {
	opacity: 0.8;
}

.layout-event-area {
	margin-top: 8rem;
}

.layout-event-events {
	margin-top: 4.5rem;
	overflow-x: clip;
	position: relative;
}

.layout-event-gallery {
	margin-top: 0.75rem;
}

.layout-event-info {
	position: relative;
}

.layout-event-past {
	margin-top: 7.4375rem;
	overflow-x: clip;
	position: relative;
}

.layout-event {
	margin-top: 5rem;
}

.layout-footer {
	margin-top: 6.5625rem;
	position: relative;
}

.layout-instagram {
	margin-top: 5.5625rem;
}

.layout-mv {
	margin-top: -1rem;
}

.layout-recruit {
	margin-top: 9.8125rem;
	overflow-x: clip;
	position: relative;
}

.layout-recruit::before {
	aspect-ratio: 249/230;
	background: url("../images/event/event-deco02.svg") no-repeat center/contain;
	content: "";
	position: absolute;
	right: -7.625rem;
	top: -17.6875rem;
	width: 15.5625rem;
	z-index: 1;
}

.layout-recruit::after {
	aspect-ratio: 110/136;
	background: url("../images/event/event-dog.webp") no-repeat center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: -10.8125rem;
	width: 6.875rem;
	z-index: 1;
}

.layout-recruit.layout-recruit--no-deco::before,
.layout-recruit.layout-recruit--no-deco::after {
	display: none;
}

.button a {
	align-items: center;
	border-radius: 6.25rem;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	padding: 1rem 1.25rem;
}

.button a span {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
}

.button.button--contact a {
	background-color: #4F352F;
}

.button.button--contact a img {
	height: 1rem;
	width: 1rem;
}

.button.button--instagram a {
	background-color: #EDB05E;
}

.button.button--instagram a img {
	height: 1.125rem;
	width: 1rem;
}

.button.button--square a {
	border-radius: 0.625rem;
	gap: 0;
	height: 2.5rem;
	padding: 0;
	width: 2.5rem;
}

.button.button--square a span {
	display: none;
}

.button.button--square a img {
	height: 0.75rem;
	width: 0.75rem;
}

.button.button--sm a {
	gap: 0.25rem;
	padding: 0.5rem 1.25rem;
}

.button.button--sm a span {
	font-size: 0.875rem;
}

.button.button--sm a img {
	height: 0.875rem;
	width: 0.75rem;
}

.button.button--footer a {
	width: 20rem;
}

.event-area {
	background-color: #fff;
}

.event-area__text {
	color: #4F352F;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.448;
	margin-top: 1rem;
	text-align: center;
}

.event-area__cards {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2.875rem;
}

.event-area__card {
	display: flex;
	flex-direction: column;
}

.event-area__card-img {
	border-radius: 0.625rem;
	overflow: hidden;
	position: relative;
	width: 20rem;
	z-index: 1;
}

.event-area__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 320/214;
	object-fit: cover;
}

.event-area__card-body {
	background-color: #F9F9F9;
	border-radius: 1.25rem;
	margin-top: -6.25rem;
	padding: 8.125rem 0.9375rem 2rem;
	position: relative;
}

.event-area__card-title {
	color: #4F352F;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.448;
}

.event-area__card-text {
	color: #4F352F;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.448;
	margin-top: 0.75rem;
}

.event-cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.event-cards__item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.event-cards__img {
	padding-bottom: 1.8125rem;
	position: relative;
}

.event-cards__img img {
	-o-object-fit: cover;
	aspect-ratio: 296/198;
	border-radius: 0.625rem;
	object-fit: cover;
}

.event-cards__icon {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid;
	border-radius: 50%;
	bottom: 0;
	display: flex;
	height: 3.625rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.625rem;
}

.event-cards__icon img {
	-o-object-fit: contain;
	aspect-ratio: auto;
	border-radius: 0;
	object-fit: contain;
	width: 1.25rem;
}

.event-cards__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.event-cards__title {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.448;
}

.event-cards__text {
	color: #503630;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.448;
}

.event-cards__item.event-cards__item--marche .event-cards__icon {
	border-color: #EE7F64;
}

.event-cards__item.event-cards__item--marche .event-cards__title {
	color: #EE7F64;
}

.event-cards__item.event-cards__item--green .event-cards__icon {
	border-color: #80BB5E;
}

.event-cards__item.event-cards__item--green .event-cards__title {
	color: #80BB5E;
}

.event-cards__item.event-cards__item--teal .event-cards__icon {
	border-color: #4BC7C9;
}

.event-cards__item.event-cards__item--teal .event-cards__title {
	color: #4BC7C9;
}

.event-cards__item.event-cards__item--lime .event-cards__icon {
	border-color: #BCD04F;
}

.event-cards__item.event-cards__item--lime .event-cards__title {
	color: #BCD04F;
}

.event-cards__item.event-cards__item--orange .event-cards__icon {
	border-color: #F39800;
}

.event-cards__item.event-cards__item--orange .event-cards__title {
	color: #F39800;
}

.event-cards__item.event-cards__item--pink .event-cards__icon {
	border-color: #DA7BA9;
}

.event-cards__item.event-cards__item--pink .event-cards__title {
	color: #DA7BA9;
}

.event-cards.event-cards--event {
	gap: 1.25rem;
	grid-template-columns: 18.5rem;
	justify-content: center;
}

.event-cards.event-cards--event .event-cards__img {
	padding-bottom: 0;
}

.event-cards.event-cards--event .event-cards__title {
	color: #4F352F;
}

.event-events {
	background-color: #DDF3CF;
	padding: 1.25rem 0 5rem;
}

.event-events::before {
	background: url("../images/sub-event/event-wave-top.svg") no-repeat center/100% 100%;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	top: -2.5rem;
	width: 100%;
}

.event-events::after {
	background: url("../images/sub-event/event-wave-bottom.svg") no-repeat center/100% 100%;
	bottom: -2.5rem;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.event-events__inner {
	position: relative;
	z-index: 1;
}

.event-events__inner::before {
	aspect-ratio: 189/175;
	background: url("../images/sub-event/event-deco-pink.svg") no-repeat center/contain;
	content: "";
	left: -5.3125rem;
	position: absolute;
	top: -5.6875rem;
	width: 11.8125rem;
	z-index: 2;
}

.event-events__container {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 2.9375rem 2rem 6.25rem;
	position: relative;
}

.event-events__deco-dog {
	bottom: -11.25rem;
	position: absolute;
	right: 0rem;
	width: 5.0625rem;
}

.event-events__deco-dog::before {
	aspect-ratio: 189/175;
	background: url("../images/event/event-deco01.svg") no-repeat center/contain;
	bottom: 1.4375rem;
	content: "";
	position: absolute;
	right: -6.8125rem;
	transform: scaleX(-1);
	width: 15.625rem;
	z-index: -1;
}

.event-events__lists {
	margin-top: 1.875rem;
}

.event-gallery {
	background-color: #fff;
	padding: 2.5rem 0;
}

.event-gallery__scroll {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.5rem;
	overflow-x: auto;
}

.event-gallery__row {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.event-gallery__item {
	border-radius: 0.625rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 13.75rem;
}

.event-gallery__item img {
	-o-object-fit: cover;
	aspect-ratio: 220/206;
	object-fit: cover;
}

.event-info {
	background-color: #fff;
	padding: 5.5rem 0 0;
}

.event-info::before {
	background: url("../images/sub-event/event-mv-wave-sp.svg") no-repeat center top/105% auto;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	top: -2.5rem;
	width: 100%;
}

.event-info__inner {
	position: relative;
}

.event-info__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.event-info__title-main {
	color: #4F352F;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.event-info__title-sub {
	color: #80BB5E;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.event-info__table {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin: 1.6875rem auto 0;
	max-width: 22.5rem;
}

.event-info__row {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.event-info__label {
	align-items: center;
	background-color: #80BB5E;
	border-radius: 0.375rem 0.375rem 0 0;
	color: #503630;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0;
	line-height: 1.448;
	padding: 0.625rem 0.75rem;
}

.event-info__value {
	align-items: center;
	background-color: #DDF3CF;
	border-radius: 0 0 0.375rem 0.375rem;
	color: #503630;
	display: flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0;
	line-height: 1.448;
	padding: 0.625rem 0.75rem;
}

.event-info__row:last-child .event-info__value {
	font-size: 1rem;
}

.event-mv {
	height: 26.25rem;
	position: relative;
	width: 100%;
}

.event-mv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.event-mv__bg::after {
	background-color: rgba(79, 53, 47, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.event-mv__bg picture,
.event-mv__bg img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.event-mv__inner {
	height: 100%;
	left: 50%;
	max-width: 79.6875rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.event-mv__logo {
	left: 50%;
	position: absolute;
	top: 21.25rem;
	transform: translateX(-50%);
	width: 11.25rem;
	z-index: 1;
}

.event-mv__logo img {
	height: auto;
	width: 100%;
}

.event-past {
	background-color: #DDF3CF;
	padding: 2.1875rem 0 4.1875rem;
}

.event-past::before {
	background: url("../images/sub-event/event-past-wave-top.svg") no-repeat center/100% 100%;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	top: -2.5rem;
	width: 100%;
}

.event-past::after {
	background: url("../images/sub-event/event-past-wave-bottom.svg") no-repeat center/100% 100%;
	bottom: -2.5rem;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.event-past__lists {
	margin-top: 1.875rem;
}

.event-past__deco {
	aspect-ratio: 80/127;
	left: 0.9375rem;
	position: absolute;
	top: -11.25rem;
	width: 5rem;
}

.event-past__deco::after {
	aspect-ratio: 213/197;
	background: url("../images/sub-event/event-past-paw-left.svg") no-repeat center/contain;
	content: "";
	left: -4.25rem;
	position: absolute;
	top: -0.0625rem;
	width: 200%;
	z-index: -1;
}

.event-past__inner {
	position: relative;
	z-index: 2;
}

.event-past__inner::after {
	aspect-ratio: 131/121;
	background: url("../images/sub-event/event-past-paw-right.svg") no-repeat center/contain;
	bottom: -10rem;
	content: "";
	position: absolute;
	right: -1.625rem;
	width: 8.1875rem;
}

.event-sponsor {
	background-color: #fff;
	padding: 3.75rem 0;
}

.event-sponsor__table {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin: 1.5rem auto 0;
	max-width: 22.5rem;
}

.event-sponsor__row {
	display: flex;
	flex-direction: column;
}

.event-sponsor__label {
	align-items: center;
	background-color: #EE7F64;
	border-radius: 0.375rem 0.375rem 0 0;
	color: #4F352F;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0;
	line-height: 1.448;
	padding: 0.625rem 0.75rem;
}

.event-sponsor__value {
	align-items: center;
	background-color: #FFF4F1;
	border-radius: 0 0 0.375rem 0.375rem;
	color: #4F352F;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0;
	line-height: 1.448;
	padding: 0.625rem 0.75rem;
}

.event-sponsor__row:last-child .event-sponsor__value {
	font-size: 1rem;
}

.event {
	background-color: #FEF5EA;
	overflow-x: clip;
	position: relative;
}

.event::before {
	background: url("../images/event/event-wave-top.svg") no-repeat center bottom/100% 100%;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	top: -2.5rem;
	width: 100%;
}

.event::after {
	background: url("../images/event/event-wave-bottom.svg") no-repeat center top/100% 100%;
	bottom: -3.75rem;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.event__inner {
	padding-bottom: 2.5rem;
	padding-top: 0.9375rem;
	position: relative;
	z-index: 1;
}

.event__wrap {
	position: relative;
}

.event__wrap::before {
	aspect-ratio: 189/175;
	background: url("../images/event/event-deco01.svg") no-repeat center/contain;
	content: "";
	left: -6.3125rem;
	position: absolute;
	top: 15rem;
	width: 11.8125rem;
}

.event__container {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 2.9375rem 1.875rem 5.375rem;
}

.event__heading-title {
	margin-top: 1rem;
}

.event__lists {
	margin-top: 1.875rem;
}

.footer {
	background-color: #FEF5EA;
	position: relative;
}

.footer::before {
	background: url("../images/footer/footer-wave.svg") no-repeat center/100% 100%;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	top: -2.5rem;
	width: 100%;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 0 2.3125rem 2.3125rem;
	position: relative;
}

.footer__logo {
	width: 7.5rem;
}

.footer__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.8125rem;
	width: 100%;
}

.footer__design {
	bottom: 1.8125rem;
	left: 1.0625rem;
	position: absolute;
	width: 5.625rem;
}

.footer__copyright {
	align-self: flex-end;
	color: #4F352F;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.448;
	margin-top: 4.75rem;
}

.footer__top-btn {
	align-items: center;
	background-color: rgba(237, 176, 94, 0.9);
	border-radius: 1.875rem;
	display: flex;
	flex-direction: column;
	height: 3.75rem;
	padding: 0.5625rem 0.875rem;
	position: absolute;
	right: 0.9375rem;
	top: -3.9375rem;
	width: 3.75rem;
}

.footer__top-btn img {
	width: 1.625rem;
}

.footer__top-btn span {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.448;
}

.header {
	background-color: #fff;
	filter: drop-shadow(0px -10px 6px black);
	height: 3.125rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: height 0.5s ease;
	width: 100%;
	z-index: 10;
}

.header::after {
	background: url("../images/common/header-wave-sp.svg") no-repeat center bottom/105% 100%;
	content: "";
	display: block;
	height: 2.8125rem;
	left: 0;
	position: absolute;
	top: 1.625rem;
	transition: top 0.5s ease, height 0.5s ease;
	width: 100%;
}

.header__inner {
	align-items: flex-start;
	background-color: #fff;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding: 0.625rem 20px 0;
	position: relative;
	transition: padding 0.5s ease;
	width: 100%;
	z-index: 1;
}

.header__logo {
	max-width: 3.3125rem;
	transition: max-width 0.5s ease;
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 0.25rem;
}

.header__buttons {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.header .button a {
	transition: padding 0.5s ease, width 0.5s ease, height 0.5s ease, border-radius 0.5s ease, gap 0.5s ease;
}

.header .button a span {
	transition: font-size 0.5s ease;
}

.header__paw {
	height: 0.6875rem;
	width: 0.75rem;
}

.header.is-scrolled {
	height: 2.5rem;
}

.header.is-scrolled::after {
	height: 2.1875rem;
	top: 1.125rem;
}

.header.is-scrolled .header__inner {
	padding-top: 0.3125rem;
}

.header.is-scrolled .header__logo {
	max-width: 2.5rem;
}

.header.is-scrolled .button.button--square a {
	border-radius: 0.5rem;
	height: 2rem;
	width: 2rem;
}

.header.is-scrolled .button.button--sm a {
	padding: 0.375rem 0.875rem;
}

.header.is-scrolled .button.button--sm a span {
	font-size: 0.75rem;
}

.heading {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.heading__tag,
.heading__title {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.heading.is-animated .heading__tag {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0s;
}

.heading.is-animated .heading__title {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.2s;
}

.heading__tag {
	align-items: center;
	background-color: #4F352F;
	border-radius: 0.875rem;
	display: flex;
	justify-content: center;
	min-width: 11.25rem;
	padding: 0.25rem 1rem;
	position: relative;
}

.heading__tag::before {
	border-left: 0.34375rem solid transparent;
	border-right: 0.34375rem solid transparent;
	border-top: 0.5rem solid #4F352F;
	bottom: -0.375rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.heading__tag span {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.448;
}

.heading__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.448;
	margin-top: 0.3125rem;
	position: relative;
	white-space: nowrap;
}

.heading__title::before {
	-webkit-text-stroke: 0.075rem #4F352F;
	color: transparent;
	content: attr(data-text);
	font-size: 1.75rem;
	font-weight: 700;
	left: -0.08125rem;
	line-height: 1.448;
	position: absolute;
	top: -0.1rem;
}

.heading__title.heading__title--white {
	color: #fff;
}

.heading__title.heading__title--pink {
	color: #EAA2C5;
}

.heading__title.heading__title--green {
	color: #80BB5E;
}

.heading__title.heading__title--teal {
	color: #4BC7C9;
}

.heading__title.heading__title--coral {
	color: #EE7F64;
}

.info-cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.info-cards__item {
	background-color: #fff;
	border-radius: 3.125rem 0 3.125rem 0;
	display: block;
	padding: 0.75rem;
	position: relative;
}

.info-cards__item::after {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3.125rem 0 3.125rem 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s;
}

.info-cards__item:hover {
	opacity: 1;
}

.info-cards__item:hover::after {
	opacity: 1;
}

.info-cards__img {
	border-radius: 3.125rem 0 3.125rem 0;
	overflow: hidden;
}

.info-cards__img img {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.info-cards__body {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 0.6875rem;
}

.info-cards__title {
	color: #503630;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.448;
}

.info-cards__text {
	color: #503630;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.448;
}

.info-cards__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.info-cards__tag {
	align-items: center;
	border-radius: 12.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.448;
	padding: 0.25rem 0.75rem;
}

.info-cards__tag.info-cards__tag--green {
	background-color: #80BB5E;
}

.info-cards__tag.info-cards__tag--pink {
	background-color: #EAA2C5;
}

.info-cards__tag.info-cards__tag--orange {
	background-color: #EDB05E;
}

.info {
	background-color: #EDB05E;
	overflow-x: clip;
	padding-bottom: 6.9375rem;
	padding-top: 1.25rem;
	position: relative;
}

.info::before {
	background: url("../images/info/info-wave-top.svg") no-repeat center bottom/100% 100%;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	top: -2.5rem;
	width: 100%;
}

.info::after {
	background: url("../images/info/info-wave-bottom.svg") no-repeat center top/100% 100%;
	bottom: -1.5625rem;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

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

.info__wrap::after {
	background: url("../images/info/info-dog.webp") no-repeat center/contain;
	bottom: -9.875rem;
	content: "";
	height: 7.875rem;
	position: absolute;
	right: 0;
	width: 5rem;
	z-index: 1;
}

.info__heading-title {
	margin-top: 0.5rem;
}

.info__lists {
	margin-top: 0.75rem;
	position: relative;
}

.info__lists::before {
	background: url("../images/info/info-paw-right.svg") no-repeat center/contain;
	content: "";
	height: 20.75rem;
	position: absolute;
	right: -1.1875rem;
	top: -6.125rem;
	width: 6.875rem;
	z-index: -1;
}

.info__lists::after {
	background: url("../images/info/info-paw-left.svg") no-repeat center/contain;
	bottom: -8.5rem;
	content: "";
	height: 20.75rem;
	left: -1.4375rem;
	position: absolute;
	width: 6.875rem;
	z-index: -1;
}

.info__deco01 {
	display: none;
}

.info__deco02 {
	display: none;
}

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

.instagram__link {
	background-color: #80BB5E;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
	overflow: hidden;
}

.instagram__img img {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.instagram__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 0.625rem 0.75rem 0.75rem;
}

.instagram__subtitle {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.448;
}

.instagram__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.208;
	margin-top: 0.125rem;
	text-align: center;
}

.instagram__id {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	display: flex;
	height: 2.4375rem;
	justify-content: center;
	margin-top: 0.75rem;
	width: 13.5rem;
}

.instagram__id span {
	color: #503630;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.448;
}

.mv {
	overflow: hidden;
}

.mv__frame,
.mv__ribbon,
.mv__logo,
.mv__flags,
.mv__text,
.mv__img-donuts,
.mv__img-donuts2,
.mv__img-birds,
.mv__img-deco,
.mv__img-deco2,
.mv__img-dog,
.mv__img-dog2 {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.mv.is-animated .mv__frame {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0s;
}

.mv.is-animated .mv__img-donuts,
.mv.is-animated .mv__img-birds {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.12s;
}

.mv.is-animated .mv__img-donuts2,
.mv.is-animated .mv__img-deco,
.mv.is-animated .mv__img-deco2 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.25s;
}

.mv.is-animated .mv__img-dog,
.mv.is-animated .mv__img-dog2 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.38s;
}

.mv.is-animated .mv__flags {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.mv.is-animated .mv__ribbon,
.mv.is-animated .mv__logo,
.mv.is-animated .mv__text {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}

.mv__inner {
	display: grid;
	grid-template-areas: "main";
	padding-bottom: 9.0625rem;
	padding-top: 4rem;
}

.mv__inner > .mv__frame,
.mv__inner > .mv__inner-box {
	grid-area: main;
}

.mv__inner-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	position: relative;
	width: 100%;
}

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

.mv__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 6.25rem;
}

.mv__ribbon {
	width: 15.625rem;
}

.mv__logo {
	aspect-ratio: 4/3;
	margin-top: -1.25rem;
	max-width: 18.75rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mv__flags {
	display: flex;
	justify-content: space-between;
	margin-top: 0.6875rem;
	padding-left: 0.875rem;
	padding-right: 1rem;
	width: 100%;
}

.mv__img-flag {
	width: 7.5rem;
}

.mv__text {
	color: #503630;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.448;
	margin-top: -0.5625rem;
	text-align: center;
}

.mv__img-donuts {
	left: 0.3125rem;
	position: absolute;
	top: 3.0625rem;
	width: 5.9375rem;
}

.mv__img-donuts2 {
	display: none;
}

.mv__img-birds {
	position: absolute;
	right: 1rem;
	top: 5.9375rem;
	width: 2.4375rem;
}

.mv__img-deco {
	bottom: -7.3125rem;
	position: absolute;
	right: -3.125rem;
	width: 8.375rem;
}

.mv__img-deco2 {
	bottom: 7.875rem;
	left: -3.6875rem;
	position: absolute;
	width: 8.375rem;
	z-index: -1;
}

.mv__img-dog {
	bottom: -8.875rem;
	left: 0;
	position: absolute;
	width: 6.875rem;
	z-index: 1;
}

.mv__img-dog2 {
	bottom: -8.875rem;
	position: absolute;
	right: 0;
	width: 4.375rem;
	z-index: 1;
}

.mv__img-dog2::after {
	background: url("../images/mv/mv-asset.webp") no-repeat center/contain;
	content: "";
	height: 1.375rem;
	position: absolute;
	right: 0.4375rem;
	top: -1.4375rem;
	width: 1rem;
}

.recruit__banner {
	border-radius: 0.625rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
	overflow: hidden;
}

.recruit__banner img {
	-o-object-fit: cover;
	aspect-ratio: 320/501;
	object-fit: cover;
}

@media (min-width: 90rem) {

.footer__logo {
	margin-left: -2.8125rem;
}

.footer__design {
	margin-left: -2.8125rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6326530612vw;
}

.layout-event-area {
	margin-top: 8.125rem;
}

.layout-event-events {
	margin-top: 7.6875rem;
}

.layout-event-gallery {
	margin-top: 4.875rem;
}

.layout-event-past {
	margin-top: 10.625rem;
}

.layout-event-sponsor {
	margin-top: 5.4375rem;
}

.layout-event {
	margin-top: 6.125rem;
}

.layout-footer {
	margin-top: 7.75rem;
}

.layout-info {
	margin-top: 4.125rem;
}

.layout-instagram {
	margin-top: 6.375rem;
}

.layout-mv {
	margin-top: -1.125rem;
}

.layout-recruit {
	margin-top: 7.4375rem;
}

.layout-recruit::before {
	right: max(-3.0625rem, 50vw - 769px);
	top: -9.75rem;
	width: 15.5625rem;
}

.layout-recruit::after {
	left: max(5rem, 50vw - 640px - 5rem);
	top: -13.4375rem;
	width: max(5rem, min(10.7vw, 9.625rem));
}

.button.button--square a {
	border-radius: 6.25rem;
	gap: 0.5rem;
	height: auto;
	padding: 1rem 2rem;
	width: auto;
}

.button.button--square a span {
	display: inline;
}

.button.button--square a img {
	height: 1rem;
	width: 1rem;
}

.button.button--sm a {
	gap: 0.5rem;
	padding: 1rem 2rem;
}

.button.button--sm a span {
	font-size: 1rem;
}

.button.button--sm a img {
	height: 1.125rem;
	width: 1rem;
}

.button.button--footer a {
	width: 11.875rem;
}

.event-area__text {
	font-size: 1.125rem;
	margin: 1.875rem auto 0;
	max-width: 44.75rem;
}

.event-area__cards {
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.event-area__card {
	align-items: flex-start;
	flex-direction: row;
}

.event-area__card-img {
	flex-shrink: 0;
	width: 24.625rem;
}

.event-area__card-img img {
	aspect-ratio: 394/263;
}

.event-area__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	margin-left: -13.3125rem;
	margin-top: 3.5625rem;
	min-height: 16.4375rem;
	padding: 2rem 2.8125rem 2rem 16.625rem;
}

.event-area__card-text {
	font-size: 1.125rem;
}

.event-cards {
	gap: 2.5rem 0.75rem;
	grid-template-columns: repeat(3, 1fr);
}

.event-cards.event-cards--event {
	gap: 4.375rem 1.75rem;
	grid-template-columns: repeat(2, 18.5rem);
}

.event-events {
	padding: 3.9375rem 0 4.375rem;
}

.event-events::before {
	background-image: url("../images/sub-event/event-wave-top-pc.svg");
	height: 5.6875rem;
	top: -2.875rem;
}

.event-events::after {
	background-image: url("../images/sub-event/event-wave-bottom-pc.svg");
	bottom: -2.875rem;
	height: 5.6875rem;
}

.event-events__inner::before {
	left: clamp(-16.5625rem, -16.5625rem + (1440px - 100vw) * 0.5, -2.5rem);
	top: -1.9375rem;
	width: max(6.25rem, min(13.2vw, 11.875rem));
}

.event-events__container {
	border-radius: 3.125rem;
	padding: 2.875rem 2.5rem 2.125rem;
}

.event-events__deco-dog {
	bottom: -20.0625rem;
	right: clamp(-9.375rem, -9.375rem + (1440px - 100vw) * 0.5, 0rem);
	width: max(6.25rem, min(8.54vw, 7.6875rem));
}

.event-events__deco-dog::before {
	bottom: 43%;
	right: -105%;
	width: 200%;
}

.event-gallery {
	padding: 0;
}

.event-gallery__scroll {
	margin-top: 2.5rem;
}

.event-gallery__item {
	width: 20rem;
}

.event-gallery__item img {
	aspect-ratio: 320/300;
}

.event-info {
	padding: 12.5625rem 0 0;
}

.event-info::before {
	background-image: url("../images/sub-event/event-mv-wave.svg");
	background-size: 102% 100%;
	height: 7.75rem;
	top: -1.8125rem;
}

.event-info__inner::before {
	aspect-ratio: 110/265;
	background: url("../images/sub-event/event-paw-left.svg") no-repeat center/contain;
	content: "";
	left: clamp(-7.8125rem, -7.8125rem + (1440px - 100vw) * 0.35, 1.25rem);
	position: absolute;
	top: 12.1875rem;
	width: 6.875rem;
	z-index: 2;
}

.event-info__inner::after {
	aspect-ratio: 110/265;
	background: url("../images/sub-event/event-paw-right.svg") no-repeat center/contain;
	content: "";
	position: absolute;
	right: clamp(-4.625rem, -4.625rem + (1440px - 100vw) * 0.28, 1.25rem);
	top: -6.6875rem;
	width: 6.875rem;
	z-index: 2;
}

.event-info__title-sub {
	line-height: 1.448;
}

.event-info__table {
	gap: 0.375rem;
	margin-top: 2.0625rem;
	max-width: 44.8125rem;
}

.event-info__row {
	align-items: stretch;
	flex-direction: row;
}

.event-info__label {
	border-radius: 0.375rem 0 0 0.375rem;
	flex-shrink: 0;
	font-size: 1.125rem;
	padding: 0.625rem 0.75rem;
	width: 7.5rem;
}

.event-info__value {
	border-radius: 0 0.375rem 0.375rem 0;
	flex: 1;
	font-size: 2rem;
	padding: 0.625rem 0.75rem;
}

.event-info__row:last-child .event-info__value {
	font-size: 1.125rem;
}

.event-mv__logo {
	top: 21.125rem;
	width: 20rem;
}

.event-past {
	padding: 2.125rem 0 3.375rem;
}

.event-past::before {
	background-image: url("../images/sub-event/event-past-wave-top-pc.svg");
	height: 5.6875rem;
	top: -2.875rem;
}

.event-past::after {
	background-image: url("../images/sub-event/event-past-wave-bottom-pc.svg");
	bottom: -2.875rem;
	height: 5.6875rem;
}

.event-past__lists {
	margin-top: 0.75rem;
}

.event-past__deco {
	left: clamp(-7.8125rem, -7.8125rem + (1440px - 100vw) * 0.5, 1.25rem);
	pointer-events: none;
	top: -7.9375rem;
	transform: translateY(-100%);
	width: max(4.375rem, min(7.36vw, 6.625rem));
	z-index: 2;
}

.event-past__deco::after {
	left: clamp(0.125rem, 0.125rem + (1440px - 100vw) * 0.5, 1.25rem);
	top: max(5.125rem, min(8.61vw, 7.75rem));
}

.event-past__inner::after {
	bottom: -8.125rem;
	right: clamp(-7.8125rem, -7.8125rem + (1440px - 100vw) * 0.5, 0rem);
}

.event-sponsor {
	padding: 0;
}

.event-sponsor__table {
	gap: 0.5rem;
	margin-top: 1.875rem;
	max-width: 49.4375rem;
}

.event-sponsor__row {
	align-items: stretch;
	flex-direction: row;
}

.event-sponsor__label {
	border-radius: 0.375rem 0 0 0.375rem;
	flex-shrink: 0;
	font-size: 1.125rem;
	padding: 0.90625rem 0.75rem;
	width: 7.5rem;
}

.event-sponsor__value {
	border-radius: 0 0.375rem 0.375rem 0;
	flex: 1;
	font-size: 1.125rem;
	padding: 0.90625rem 0.75rem;
}

.event-sponsor__row:last-child .event-sponsor__value {
	font-size: 1.125rem;
}

.event::before {
	background-image: url("../images/event/event-wave-top-pc.svg");
	height: 5.6875rem;
	top: -2.875rem;
}

.event::after {
	background-image: url("../images/event/event-wave-bottom-pc.svg");
	bottom: -2.875rem;
	height: 5.6875rem;
}

.event__inner {
	padding-bottom: 3.75rem;
	padding-top: 3.5rem;
}

.event__wrap::before {
	left: clamp(-15.625rem, -250px + (1440px - 100vw) * 0.5, -2.5rem);
	top: 0.5625rem;
	width: max(6.25rem, min(13.2vw, 11.875rem));
}

.event__container {
	border-radius: 3.125rem;
	padding: 2.875rem 2.125rem 3.125rem;
}

.event__heading-title {
	margin-top: 0.375rem;
}

.event__lists {
	margin-top: 1.6875rem;
}

.footer::before {
	background-image: url("../images/footer/footer-wave-pc.svg");
	height: 5.6875rem;
	top: -2.875rem;
}

.footer__inner {
	grid-row-gap: 2.3125rem;
	display: grid;
	grid-template-areas: "logo buttons" "design copyright";
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	row-gap: 2.3125rem;
}

.footer__inner.inner {
	max-width: 76.875rem;
}

.footer__logo {
	grid-area: logo;
	width: 12.5rem;
}

.footer__buttons {
	grid-area: buttons;
	justify-self: end;
	margin-top: 2.4375rem;
	width: auto;
}

.footer__design {
	grid-area: design;
	position: static;
	width: 7rem;
}

.footer__copyright {
	align-self: end;
	font-size: 1.125rem;
	grid-area: copyright;
	justify-self: end;
	margin-top: 0;
}

.footer__top-btn {
	right: max(8rem, 50vw - 592px);
	top: -5rem;
}

.header {
	height: 5rem;
}

.header::after {
	background-image: url("../images/common/header-wave-pc.svg");
	background-size: 102% 100%;
	height: 5rem;
	top: 2.375rem;
	transition: top 0.5s ease, height 0.5s ease;
}

.header__inner {
	align-items: center;
	height: 100%;
	max-width: 90rem;
	padding: 0.9375rem 5rem 0;
}

.header__logo {
	max-width: 6.6875rem;
}

.header__paw {
	height: 1.125rem;
	position: absolute;
	right: max(2.3125rem, 50% - 42.6875rem);
	top: calc(50% + 0.46875rem);
	transform: translateY(-50%);
	transition: top 0.5s ease;
	width: 1.25rem;
}

.header.is-scrolled {
	height: 3.75rem;
}

.header.is-scrolled::after {
	height: 3.4375rem;
	top: 1.5625rem;
}

.header.is-scrolled .header__inner {
	padding-top: 0.5rem;
}

.header.is-scrolled .header__logo {
	max-width: 5rem;
}

.header.is-scrolled .header__paw {
	top: calc(50% + 0.25rem);
}

.header.is-scrolled .button a {
	gap: 0.375rem;
	padding: 0.625rem 1.5rem;
}

.header.is-scrolled .button a span {
	font-size: 0.875rem;
}

.header.is-scrolled .button.button--square a {
	border-radius: 6.25rem;
	height: auto;
	width: auto;
}

.header.is-scrolled .button.button--sm a {
	padding: 0.625rem 1.5rem;
}

.header.is-scrolled .button.button--sm a span {
	font-size: 0.875rem;
}

.heading__tag {
	min-width: 12.1875rem;
}

.heading__tag span {
	font-size: 0.875rem;
}

.heading__title {
	font-size: 2rem;
}

.heading__title::before {
	font-size: 2rem;
}

.info-cards {
	gap: 0.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.info-cards.info-cards--past {
	grid-template-columns: repeat(2, 20rem);
	justify-content: center;
}

.info {
	padding-bottom: 5rem;
	padding-top: 3.5625rem;
}

.info::before {
	background-image: url("../images/info/info-wave-top-pc.svg");
	height: 5.6875rem;
	top: -2.8125rem;
}

.info::after {
	background-image: url("../images/info/info-wave-bottom-pc.svg");
	bottom: -2.8125rem;
	height: 5.6875rem;
}

.info__wrap::after {
	bottom: -10rem;
	height: 11.875rem;
	right: clamp(-9.25rem, -9.25rem + (1440px - 100vw) * 0.28, 2.5rem);
	width: 7.6875rem;
}

.info__lists::before {
	right: clamp(-9.4375rem, -9.4375rem + (1440px - 100vw) * 0.28, 1.875rem);
	top: -5.375rem;
}

.info__lists::after {
	bottom: 0rem;
	left: clamp(-9.3125rem, -9.3125rem + (1440px - 100vw) * 0.28, 1.875rem);
	top: 11.625rem;
}

.info__deco01 {
	display: block;
	left: clamp(-4.0625rem, -4.0625rem + (1440px - 100vw) * 0.1, 0rem);
	position: absolute;
	top: -3.9375rem;
	width: 6.9375rem;
	z-index: 2;
}

.info__deco02 {
	display: block;
	left: clamp(-18.125rem, -18.125rem + (1440px - 100vw) * 0.35, -5rem);
	position: absolute;
	top: 3.125rem;
	width: 14.875rem;
	z-index: -1;
}

.inner {
	max-width: 1030px;
	padding-left: 25px;
	padding-right: 25px;
}

.instagram__link {
	flex-direction: row;
	gap: 3.75rem;
	max-width: 42.5rem;
}

.instagram__img {
	flex-shrink: 0;
	width: 16.125rem;
}

.instagram__img img {
	aspect-ratio: 258/200;
}

.instagram__body {
	align-items: flex-start;
	flex: 1;
	justify-content: center;
	padding: 0;
}

.instagram__subtitle {
	font-size: 0.875rem;
}

.instagram__title {
	font-size: 1.8125rem;
	line-height: 1.172;
	text-align: left;
}

.instagram__id {
	margin-top: 0.875rem;
	width: 13.3125rem;
}

.mv__inner {
	padding-bottom: 6.25rem;
	padding-top: 7.1875rem;
}

.mv__inner-box {
	max-width: 79.6875rem;
}

.mv__content {
	margin-top: 7.125rem;
}

.mv__ribbon {
	width: 26.25rem;
}

.mv__logo {
	margin-top: -3.125rem;
	max-width: 32.5rem;
}

.mv__flags {
	left: 0;
	margin: 0 auto;
	max-width: 71.75rem;
	padding: 0;
	position: absolute;
	right: 0;
	top: 15.5rem;
}

.mv__img-flag {
	width: 13.25rem;
}

.mv__text {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
}

.mv__img-donuts {
	left: 3.8125rem;
	top: 7.9375rem;
	width: 9.6875rem;
}

.mv__img-donuts2 {
	display: block;
	position: absolute;
	right: clamp(-1.0625rem, -1.0625rem + (1440px - 100vw) * 0.05, 1.25rem);
	top: 10.1875rem;
	width: 7.8125rem;
	z-index: 1;
}

.mv__img-birds {
	right: clamp(9.375rem, 9.375rem + (1440px - 100vw) * 0.05, 11.25rem);
	top: 7.25rem;
	width: 6rem;
}

.mv__img-deco {
	display: none;
}

.mv__img-deco2 {
	bottom: 4.4375rem;
	left: clamp(-8.9375rem, -8.9375rem + (1440px - 100vw) * 0.1, -4.375rem);
	width: 14.875rem;
}

.mv__img-dog {
	bottom: 1.75rem;
	left: clamp(-0.3125rem, -0.3125rem + (1440px - 100vw) * 0.05, 1.875rem);
	width: 13.75rem;
}

.mv__img-dog2 {
	bottom: 1.6875rem;
	right: clamp(3rem, 3rem + (1440px - 100vw) * 0.05, 5rem);
	width: 8.5rem;
}

.mv__img-dog2::after {
	height: 4.375rem;
	right: -0.625rem;
	top: -4.1875rem;
	width: 3.1875rem;
}

.recruit__banner {
	border-radius: 1.25rem;
	max-width: 100%;
}

.recruit__banner img {
	aspect-ratio: auto;
	height: auto;
	width: 100%;
}

}

@media (min-width: 980px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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