body {
	color: #14224B;
	font-family: "Zen Maru Gothic", serif;
	position: relative;
}

.wrap {
	overflow: hidden;
}

/* ハンバーガーメニュー展開時、背景を固定 */

body.active {
	height: 100%;
	overflow: hidden;
}

a {
	display: inline-block;
}

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

.access-layout {
	margin-top: 4.0625rem;
}

.blog-layout {
	margin-top: 6.8125rem;
}

.enjoy-layout {
	margin-top: 10.5rem;
}

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

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

.main-inner {
	margin-top: 3.125rem;
}

.map-layout {
	margin-top: 3.25rem;
}

.access-info {
	background: #fff;
	border-radius: 1.25rem;
	font-size: 0.875rem;
	padding: 2.5rem 1.875rem;
	width: 100%;
}

.access-info__text dt {
	align-items: center;
	color: #FFC924;
	display: flex;
	gap: 0.1875rem;
	position: relative;
}

.access-info__text dt::before {
	background-image: url(../images/common/train.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	width: 0.6875rem;
}

.access-info__text--car {
	margin-top: 1.25rem;
}

.access-info__text--car dt::before {
	background-image: url(../images/common/car.svg);
	height: 0.875rem;
	width: 0.8125rem;
}

.access-info__text dd {
	padding-left: 1em;
}

.access {
	overflow: hidden;
	padding-top: 3.125rem;
	position: relative;
}

.access::after {
	background-image: url(../images/common/access-back1.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.25rem;
	content: "";
	height: 51.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

footer .access__inner {
	max-width: 31.25rem;
	position: relative;
	z-index: 1;
}

.access__main {
	margin-top: 1.25rem;
	padding-bottom: 10.25rem;
	position: relative;
}

/* Google Map
***************************************************************/

.access__iframe {
	border-radius: 1.25rem;
	height: 0;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding-top: 83.1884057971%;
	position: relative;
	width: 100%;
}

/* Google Mapのiframe */

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

/* テキスト
***************************************************************/

.access__info {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.background-block {
	margin: 0 auto;
	max-width: 120rem;
	position: relative;
}

.background-block::before {
	background-image: url(../images/common/back-sp.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: calc(100% - min(176vw, 37.8125rem));
	left: 0;
	position: absolute;
	top: min(176vw, 37.8125rem);
	width: 100%;
	z-index: 0;
}

.blog {
	padding-bottom: 2.8125rem;
	position: relative;
}

.blog::after {
	background-image: url(../images/common/back-sp2.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.25rem;
	bottom: 0;
	content: "";
	height: 78.3%;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

main .blog__inner {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	position: relative;
	z-index: 1;
}

.blog__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	max-width: 28.125rem;
}

.blog__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	position: relative;
	z-index: 3;
}

.blog__items li:nth-child(4) {
	display: none;
}

.blog__items li:nth-child(5),
.blog__items li:nth-child(6) {
	display: none;
}

.blog__item {
	display: grid;
	grid-template-rows: subgrid; /* 追加 */
}

.blog__link {
	background: #fff;
	border: 2px solid rgba(60, 163, 193, 0.6);
	border-radius: 0.9375rem;
	padding: 2.3125rem 2.3125rem 1.4375rem;
}

.blog__link:hover .btn-more {
	color: #FFDD02;
}

.blog__link:hover .btn-more::after {
	background-image: url(../images/common/circle-hover.svg);
}

.blog__link h3 {
	color: #0072A4;
	font-size: 1.25rem;
	line-height: 1.2;
}

.blog__link p {
	flex-grow: 1;
	font-size: 0.9375rem;
	margin-top: 0.875rem;
}

.blog__item-btn {
	display: flex;
	justify-content: end;
	margin-top: -0.375rem;
}

.blog__btn {
	display: flex;
	justify-content: end;
	margin-top: 1.125rem;
}

.btn-cta {
	align-items: center;
	background: #FFEE59;
	border-radius: 0.75rem;
	color: #817722;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 1.1875rem;
	justify-content: center;
	max-width: 15.125rem;
	padding: 0.8125rem 0;
	transition: 0.3s all;
	width: 100%;
}

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

.btn-cta::after {
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.6875rem;
	max-width: 0.6875rem;
	transition: 0.3s all;
	width: 100%;
}

.btn-cta:hover::after {
	background-image: url(../images/common/arrow-hover.svg);
}

.btn-cta--map {
	font-size: 0.9375rem;
	gap: 0.5625rem;
	max-width: 13.75rem;
	padding: 0.625rem;
}

.btn-cta--map::after {
	height: 0.625rem;
	max-width: 0.5625rem;
}

.btn-more {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 1rem;
	justify-content: end;
	max-width: 11.125rem;
	position: relative;
	transition: 0.3s all;
	width: 100%;
}

.btn-more:hover {
	color: #FFDD02;
}

.btn-more::after {
	background-image: url(../images/common/circle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	transition: 0.3s all;
	width: 2.25rem;
}

.btn-more--big {
	gap: 1.125rem;
}

.btn-more--big::after {
	height: 2.6875rem;
	width: 2.6875rem;
}

.btn-more:hover::after {
	background-image: url(../images/common/circle-hover.svg);
}

.btn-more--white {
	color: #fff;
}

.btn-more--small {
	font-size: 0.625rem;
}

.btn-more--small::after {
	height: 2rem;
	width: 2rem;
}

.btn-sp-nav {
	align-items: center;
	background: #FFEE59;
	border-radius: 0.9375rem;
	color: #817722;
	display: flex;
	font-size: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0.375rem;
	justify-content: center;
	max-width: 10.375rem;
	padding: 0.8125rem 0.3125rem;
	transition: 0.3s all;
	width: 100%;
}

.btn-sp-nav:hover {
	background: #FFDD02;
	color: #fff;
}

.btn-sp-nav::before {
	background-image: url(../images/common/btn-ticket.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	max-width: 0.9375rem;
	transition: 0.3s all;
	width: 100%;
}

.btn-sp-nav:hover::before {
	background-image: url(../images/common/btn-ticket-white.png);
}

.btn-ticket {
	background: #FFEE59;
	border-radius: 0.3125rem 0 0 0.3125rem;
	color: #817722;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	padding: 1.875rem 0.3125rem 0.625rem;
	position: relative;
	text-align: center;
	transition: 0.3s all;
}

.btn-ticket::before {
	background-image: url(../images/common/btn-ticket.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 17%;
	transform: translate(-50%, 0);
	transition: 0.3s all;
	width: 0.8125rem;
}

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

.btn-ticket:hover::before {
	background-image: url(../images/common/btn-ticket-white.png);
}

.btn-ticket span {
	display: block;
	letter-spacing: -0.25em;
}

.btn-top {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	gap: 1.0625rem;
	transition: 0.3s all;
}

.btn-top span {
	display: none;
}

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

.btn-top::after {
	background-image: url(../images/common/page-top.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	transition: 0.3s all;
	width: 2.0625rem;
}

.btn-top:hover::after {
	opacity: 0.7;
}

.decoration__figure {
	position: absolute;
	width: 100%;
	z-index: 2;
}

/* アニメーション
***************************************************************/

/* メインビュー
***************************************************************/

.decoration__figure--mv-penguin {
	display: none;
}

.decoration__figure--mv-footprints1 {
	display: none;
}

.decoration__figure--mv-footprints2 {
	display: none;
}

.decoration__figure--mv-ice {
	display: none;
}

/* イベント
***************************************************************/

.decoration__figure--event-bubbles {
	bottom: -3.5625rem;
	max-width: 3.5rem;
	right: 9.9375rem;
	transform: rotate(265deg);
}

.decoration__figure--event-bubbles2 {
	bottom: -1.875rem;
	left: 2.5625rem;
	max-width: 3.5rem;
	transform: rotate(180deg);
}

.decoration__figure--event-bubbles3 {
	max-width: 3.5rem;
	right: 1.6875rem;
	top: -3.625rem;
	transform: rotate(8deg);
}

.decoration__figure--event-bubbles4 {
	display: none;
}

/* 楽しみ方
***************************************************************/

.decoration__shark-wrap {
	left: 0;
	max-width: 9.375rem;
	position: absolute;
	top: -6.375rem;
	width: 100%;
	z-index: 2;
}

.decoration__figure--shark:hover {
	animation: floating-slow-y 3.8s ease-in-out infinite alternate-reverse;
	display: block;
}

.decoration__shark-wrap:hover {
	animation: floating-x 10.3s ease-in-out infinite alternate-reverse;
	display: block;
}

.decoration__figure--enjoy-ice {
	max-width: 3.75rem;
	right: 2.375rem;
	top: 25.875rem;
}

.decoration__figure--enjoy-penguin {
	max-width: 2.4375rem;
	right: 1.125rem;
	top: 37.9375rem;
}

.decoration__figure--enjoy-footprint {
	animation: frash 4s infinite;
	animation-delay: 1s;
	max-width: 1.6875rem;
	right: 3.1875rem;
	top: 32.8125rem;
	transform: rotate(-36deg);
}

.decoration__figure--enjoy-footprint2 {
	animation: frash 4s infinite;
	animation-delay: 2s;
	max-width: 2.375rem;
	right: 1.8125rem;
	top: 33.5rem;
}

.decoration__figure--enjoy-footprint3 {
	animation: frash 4s infinite;
	animation-delay: 3s;
	max-width: 1.6875rem;
	right: 1.3125rem;
	top: 35.25rem;
	transform: rotate(-22deg);
}

.decoration__figure--enjoy-jellyfish {
	bottom: 15rem;
	left: 0.6875rem;
	max-width: 1.125rem;
}

.decoration__figure--enjoy-jellyfish2 {
	bottom: 13.0625rem;
	left: 1.1875rem;
	max-width: 1.8125rem;
}

.decoration__figure--enjoy-jellyfish3 {
	bottom: 7.375rem;
	left: 1.4375rem;
	max-width: 1.3125rem;
}

.decoration__figure--enjoy-jellyfish4 {
	bottom: 4.25rem;
	left: 2rem;
	max-width: 1.125rem;
}

.decoration__figure--enjoy-jellyfish5 {
	bottom: 0.6875rem;
	left: 0.6875rem;
	max-width: 1.3125rem;
}

.decoration__enjoy-jellyfish .decoration__figure--enjoy-jellyfish {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.decoration__enjoy-jellyfish .decoration__figure--enjoy-jellyfish2 {
	animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}

.decoration__enjoy-jellyfish .decoration__figure--enjoy-jellyfish3 {
	animation: floating-y 2.3s ease-in-out infinite alternate-reverse;
}

.decoration__enjoy-jellyfish .decoration__figure--enjoy-jellyfish4 {
	animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}

.decoration__enjoy-jellyfish .decoration__figure--enjoy-jellyfish5 {
	animation: floating-y 2.8s ease-in-out infinite alternate-reverse;
}

/* map
***************************************************************/

.decoration__figure--map-manta {
	max-width: 4.9375rem;
	right: 0.9375rem;
	top: -1.6875rem;
}

.decoration__figure--map-manta:hover {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.decoration__figure--map-jellyfish {
	display: none;
}

.decoration__figure--map-jellyfish2 {
	display: none;
}

.decoration__map-jellyfish-left .decoration__figure--map-jellyfish {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.decoration__map-jellyfish-left .decoration__figure--map-jellyfish2 {
	animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}

.decoration__figure--map-jellyfish3 {
	display: none;
}

.decoration__map-jellyfish .decoration__figure--map-jellyfish3 {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.decoration__map-jellyfish .decoration__figure--map-jellyfish4 {
	animation: floating-y 2s ease-in-out infinite alternate-reverse;
}

.decoration__map-jellyfish .decoration__figure--map-jellyfish5 {
	animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}

.decoration__figure--map-jellyfish4 {
	display: none;
}

.decoration__figure--map-jellyfish5 {
	display: none;
}

.decoration__figure--map-manbo {
	bottom: -6.875rem;
	left: 0.875rem;
	max-width: 2.875rem;
}

.decoration__figure--map-manbo:hover {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

/* ブログ
***************************************************************/

.decoration__figure--blog-footprints {
	animation: frash 3s infinite;
	animation-delay: 1s;
	max-width: 4.125rem;
	right: 2.0625rem;
	top: -2rem;
}

.decoration__figure--blog-footprints2 {
	animation: frash 3s infinite;
	animation-delay: 2s;
	max-width: 2.0625rem;
	right: 1.5rem;
	top: 0.75rem;
}

.decoration__figure--blog-penguin {
	max-width: 1.75rem;
	right: 1.125rem;
	top: 3.6875rem;
	z-index: 0;
}

.decoration__figure--blog-bear {
	bottom: 0.3125rem;
	left: 0;
	max-width: 5.25rem;
	transform: scaleX(-1);
}

.decoration__figure--blog-ice {
	bottom: -0.8125rem;
	left: 0;
	max-width: 5.9375rem;
	transform: scaleX(-1);
}

/* お知らせ
***************************************************************/

.decoration__figure--information-footprints {
	animation: frash 3s infinite;
	animation-delay: 1s;
	max-width: 2.6875rem;
	right: 5.9375rem;
	top: -3.8125rem;
}

.decoration__figure--information-footprints2 {
	animation: frash 3s infinite;
	animation-delay: 2s;
	max-width: 3.1875rem;
	right: 3rem;
	top: -3.875rem;
}

.decoration__figure--information-penguin {
	max-width: 1.5625rem;
	right: 1.6875rem;
	top: -2.625rem;
}

.decoration__figure--information-ice {
	bottom: -4.875rem;
	max-width: 4rem;
	right: 2.125rem;
}

.decoration__figure--information-dolphin {
	bottom: -6.0625rem;
	left: 1.1875rem;
	max-width: 6.1875rem;
}

.decoration__figure--information-dolphin2 {
	bottom: -5.75rem;
	left: 3.875rem;
	max-width: 3.8125rem;
}

/* チケット
***************************************************************/

.decoration__figure--ticket-harisenbon {
	max-width: 2.625rem;
	right: 2.375rem;
	top: 1.6875rem;
}

.decoration__figure--ticket-harisenbon {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.decoration__figure--ticket-jellyfish {
	display: none;
}

.decoration__figure--ticket-jellyfish {
	animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

.decoration__figure--ticket-jellyfish2 {
	display: none;
}

.decoration__figure--ticket-jellyfish2 {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

/* ギャラリー
***************************************************************/

.decoration__figure--gallery-turtle {
	left: -0.125rem;
	max-width: 8.5rem;
	top: -3.5rem;
}

.decoration__figure--gallery-turtle:hover {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.decoration__figure--gallery-footprint {
	animation: frash 3s infinite;
	animation-delay: 1s;
	max-width: 2.0625rem;
	right: 0.9375rem;
	top: -2.25rem;
}

.decoration__figure--gallery-footprint2 {
	animation: frash 3s infinite;
	animation-delay: 2s;
	max-width: 3.125rem;
	right: 0.875rem;
	top: -0.5625rem;
}

.decoration__figure--gallery-penguin {
	max-width: 3.125rem;
	right: 2.3125rem;
	top: 0.9375rem;
}

/* フッター
***************************************************************/

.decoration__figure--footer-jellyfish {
	bottom: 3.3125rem;
	left: 3rem;
	max-width: 2.875rem;
}

.decoration__footer-jellyfish-wrap .decoration__figure--footer-jellyfish {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.decoration__footer-jellyfish-wrap .decoration__figure--footer-jellyfish2 {
	animation: floating-y 1s ease-in-out infinite alternate-reverse;
}

.decoration__figure--footer-jellyfish2 {
	bottom: 5.4375rem;
	left: 5.125rem;
	max-width: 1.625rem;
}

.decoration__figure--footer-bubbles {
	max-width: 4.1875rem;
	right: 0.625rem;
	top: 1.6875rem;
	transform: rotate(141deg);
}

.decoration__figure--footer-bubbles2 {
	left: 2.0625rem;
	max-width: 3.125rem;
	top: 5.8125rem;
	transform: rotate(141deg);
}

.decoration__figure--footer-bubbles3 {
	bottom: 4rem;
	max-width: 4.3125rem;
	right: 3.4375rem;
	transform: rotate(210deg);
}

main .enjoy__inner {
	margin-right: calc(50% - 50vw);
	position: relative;
	z-index: 1;
}

.enjoy__body {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0px 0px 45px 0px rgba(0, 114, 164, 0.06);
	padding: 3.3125rem 0.9375rem 5rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 94%;
}

.enjoy__text {
	letter-spacing: 0.03em;
	margin-top: 1.375rem;
}

/* 写真
***************************************************************/

.enjoy__img-block {
	padding-top: 20.3125rem;
}

.enjoy__img-items {
	margin-left: 2rem;
	margin-right: 0.625rem;
}

.enjoy__img-items li:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
}

.enjoy__img-items li:nth-child(3) {
	margin-left: auto;
	margin-right: 0;
}

.enjoy__img-item {
	position: relative;
	width: 100%;
	width: 65%;
}

.enjoy__link {
	border-radius: 1.25rem;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}

.enjoy__link:hover img {
	transform: scale(1.3);
}

.enjoy__link:hover .enjoy__img-text {
	background: #0072A4;
	border: 1.5px solid #0072A4;
	color: #fff;
}

.enjoy__link img {
	-o-object-fit: cover;
	aspect-ratio: 197/217;
	object-fit: cover;
	transition: all 0.3s;
	width: 100%;
}

.enjoy__img-item + .enjoy__img-item {
	margin-top: 0.9375rem;
}

.enjoy__img-text {
	background: #fff;
	border: 1.5px solid #6bb7d8;
	border-radius: 0.625rem;
	color: #0072A4;
	display: inline-block;
	line-height: 1.2;
	max-width: 7rem;
	padding: 0.3125rem 0;
	position: absolute;
	right: -0.75rem;
	text-align: center;
	top: 0.9375rem;
	transition: 0.3s all;
	transition: 0.3s all;
	width: 100%;
}

.enjoy__img-text::after {
	background-image: url(../images/common/pin.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5625rem;
	left: -0.8125rem;
	position: absolute;
	top: -0.9375rem;
	transition: 0.3s all;
	width: 2rem;
}

.event-schedule {
	background: #fff;
	width: 40.9375rem;
}

.event-schedule,
.event-schedule td,
.event-schedule th {
	border: 1px solid #B3B3B3;
	border-collapse: collapse;
}

.event-schedule td,
.event-schedule th {
	height: 2.625rem;
	padding: 0.1875rem;
	text-align: center;
	width: 14.2857142857%;
}

.event-schedule__thead {
	background: #FFEE59;
	color: #817722;
}

.event-schedule__red {
	color: #FF0000;
	font-weight: 700;
}

main .event__inner {
	position: relative;
	z-index: 1;
}

/* 表
***************************************************************/

.event__schedule {
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	margin-top: 1.25rem;
	overflow-x: auto;
}

/* ボタン
***************************************************************/

.event__btn {
	display: flex;
	justify-content: end;
	margin-right: 1.5625rem;
	margin-top: 1.5625rem;
}

/* あわ
***************************************************************/

.event {
	position: relative;
}

.footer-nav {
	display: flex;
	font-size: 0.875rem;
	gap: 1.875rem;
	justify-content: center;
	text-align: left;
}

.footer-nav__item a {
	display: block;
	line-height: 1;
	padding: 0.4375rem 0;
	transform: 0.3s opacity;
}

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

.footer {
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	padding-bottom: 3.4375rem;
	position: relative;
}

.footer::after {
	background-image: url(../images/common/access-back2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.25rem 1.25rem 0 0;
	bottom: 0;
	content: "";
	height: 56.25rem;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

footer .footer__inner {
	position: relative;
	text-align: center;
	z-index: 1;
}

/* 住所
***************************************************************/

.footer__info {
	font-size: 0.875rem;
	margin-top: 0.625rem;
	text-align: center;
}

/* ナビ
***************************************************************/

.footer__nav {
	margin-top: 2.8125rem;
}

/* sns
***************************************************************/

.footer__sns {
	display: flex;
	justify-content: center;
	margin-top: 3.25rem;
}

.footer__sns-items {
	display: flex;
	gap: 1.875rem;
}

.footer__sns-item {
	max-width: 1.25rem;
	transform: 0.3s opacity;
	width: 100%;
}

.footer__sns-item a:hover {
	opacity: 0.7;
}

/* コピーライト
***************************************************************/

.footer__copy {
	font-size: 0.9375rem;
	margin-top: 3.125rem;
}

/* トップへもどる
***************************************************************/

.footer__btn-top {
	bottom: 0.3125rem;
	left: 1.4375rem;
	position: absolute;
}

main .gallery__inner {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.gallery__title span,
.gallery__title h2 {
	font-family: "Quicksand", sans-serif;
}

.gallery__block {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.5625rem;
}

.gallery__img {
	border-radius: 0.9375rem;
	max-width: 8.625rem;
	overflow: hidden;
	width: 100%;
}

.gallery__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.gallery__swiper + .gallery__swiper {
	margin-left: calc(50% - 50vw);
	margin-top: 1rem;
	width: auto;
}

.gallery__swiper-wrap-bottom {
	padding-left: 3.125rem;
}

.hamburger {
	cursor: pointer;
	display: block;
	z-index: 2;
}

.hamburger span {
	background-color: #14224B;
	border-radius: 0.1875rem;
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 100%;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 40%;
}

.hamburger span:nth-of-type(3) {
	top: 80%;
}

.active.hamburger {
	right: 0rem;
	top: 0rem;
	width: 2rem;
}

.active.hamburger span:nth-of-type(1) {
	left: 0.25rem;
	top: 7%;
	transform: translateY(0.375rem) rotate(46deg);
}

.active.hamburger span:nth-of-type(2) {
	opacity: 0;
}

.active.hamburger span:nth-of-type(3) {
	left: 0.25rem;
	top: 67%;
	transform: translateY(-0.375rem) rotate(-46deg);
}

.header {
	height: 3.125rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s all;
	z-index: 10;
}

.header.active {
	background: #fff;
}

.header.is-color {
	background: rgba(255, 255, 255, 0.95);
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo {
	height: inherit;
	position: relative;
	z-index: 2;
}

.header__logo-link {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.1875rem;
	height: inherit;
}

.header__logo-link::before {
	background-image: url(../images/common/title-logo.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.25rem;
	width: 1.875rem;
}

.header__hamburger {
	height: 1.25rem;
	position: relative;
	right: 0;
	top: 0;
	width: 1.5625rem;
}

.header__pc-nav {
	height: inherit;
}

.information {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
}

.information::after {
	background: #0072A4;
	background-position: center;
	background-size: contain;
	border-radius: 1.25rem;
	bottom: 0;
	content: "";
	height: 74.8%;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

main .information__inner {
	position: relative;
	z-index: 1;
}

.information__img {
	border-radius: 1.25rem;
	overflow: hidden;
}

.information__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/282;
	object-fit: cover;
	width: 100%;
}

.information__main {
	background: #fff;
	border-radius: 1.25rem;
	margin: -3.75rem auto 0;
	max-width: 37.5rem;
	padding: 2rem 0.75rem 1.0625rem;
	position: relative;
	width: 92%;
}

.information__items {
	margin-top: 1rem;
}

.information__item a {
	border-bottom: 1px solid #787c86;
	display: flex;
	gap: 1rem;
	padding: 0.4375rem;
	padding-right: 1.25rem;
	position: relative;
	transition: 0.3s all;
}

.information__item a::after {
	border-right: solid 1px #14224B;
	border-top: solid 1px #14224B;
	content: "";
	height: 0.25rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: rotate(45deg) translate(0, -50%);
	width: 0.25rem;
}

.information__item a:hover {
	opacity: 0.7;
}

.information__item time {
	color: #787c86;
	font-family: "Roboto", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
}

.information__item p {
	font-size: 0.9375rem;
	line-height: 1.1;
}

.information__btn {
	display: flex;
	justify-content: end;
	margin-top: 0.5625rem;
}

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

.map {
	position: relative;
}

.map::after {
	background: #daeef3;
	border-radius: 1.25rem;
	bottom: -3.4375rem;
	content: "";
	height: 59.1875rem;
	position: absolute;
	right: 0;
	width: 66%;
}

main .map__inner {
	position: relative;
	z-index: 1;
}

.map__text {
	margin-top: 1.25rem;
}

.map__text p {
	line-height: 1.65;
}

.map__img-block {
	margin-top: 1.75rem;
	position: relative;
}

.map__btn {
	display: flex;
	justify-content: end;
	margin-top: 2rem;
}

.mv-news {
	background: #fff;
	border-radius: 1.25rem 0 0 1.25rem;
	position: absolute;
	right: 0;
	top: 74%;
	z-index: 2;
}

.mv-news__link {
	font-size: 0.875rem;
	padding: 1.375rem 3.125rem 0.625rem 1.75rem;
	position: relative;
	transition: 0.3s all;
}

.mv-news__link span:last-child {
	margin-top: 1.25rem;
}

.mv-news__link::after {
	background-image: url(../images/common/wavy-line.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.5rem;
	left: 48%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s all;
	width: 18.625rem;
}

.mv-news__link:hover::after {
	background-image: url(../images/common/wavy-line-orange.svg);
}

.mv-news__item {
	align-items: center;
	display: flex;
	gap: 1em;
}

.mv-news__item dt {
	color: #0072A4;
}

.mv-news__item dd {
	font-family: "Zen Maru Gothic", serif;
}

.mv-news__text {
	align-items: center;
	color: #0072A4;
	display: flex;
	gap: 1rem;
	position: relative;
	transition: 0.3s all;
}

.mv-news__text::after {
	background-image: url(../images/common/circle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	transition: 0.3s all;
	width: 2.25rem;
}

.mv-news__link:hover .mv-news__text {
	color: #FFDD02;
}

.mv-news__link:hover .mv-news__text::after {
	background-image: url(../images/common/circle-hover.svg);
}

.mv {
	padding-top: 1.5rem;
	position: relative;
}

.mv::before {
	background-image: url(../images/common/deco-mv-footprints.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.375rem;
	position: absolute;
	right: 5.625rem;
	top: -1.875rem;
	width: 3.875rem;
}

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

.mv__inner {
	position: relative;
}

.mv__title {
	background: #0072A4;
	border-radius: 0.9375rem;
	color: #fff;
	left: 50%;
	max-width: 21.5625rem;
	padding: 1.25rem 0.3125rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.mv__title h2 {
	font-size: 1.8125rem;
	font-weight: 700;
}

.mv__title span {
	font-size: 0.75rem;
	font-weight: 700;
}

.mv__container {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-top: 3.125rem;
	width: auto;
}

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

.pc-nav {
	display: none;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__link {
	align-items: center;
	display: flex;
	height: inherit;
	transition: 0.3s opacity;
}

.pc-nav__link:hover {
	opacity: 0.7;
}

/* ボタン
***************************************************************/

.pc-nav__btn {
	bottom: 0;
	position: fixed;
	right: 0;
}

.scroll-hint-icon {
	height: 3.125rem;
	left: calc(50% - 2.3125rem);
	top: calc(50% - 1rem);
	width: 4.6875rem;
}

.scroll-hint-icon:before {
	height: 1.25rem;
	width: 1.875rem;
}

.section-title {
	font-family: "Zen Maru Gothic", serif;
	position: relative;
	text-align: center;
	z-index: 1;
}

.section-title__sub {
	color: #49c7fe;
	font-family: "Quicksand", sans-serif;
	font-size: 0.9375rem;
	letter-spacing: -0.03em;
	line-height: 1;
}

.section-title__main {
	color: #0072A4;
	font-size: 1.5625rem;
	font-weight: 700;
	white-space: nowrap;
}

.section-title__main span {
	position: relative;
}

/* イベント
***************************************************************/

.section-title__main--event span::before {
	background: url(../images/common/deco-title-bubbles-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.9375rem;
	left: -2.875rem;
	position: absolute;
	top: -1.25rem;
	width: 2.625rem;
}

/* 楽しみ方
***************************************************************/

.section-title__main--enjoy span::before {
	background: url(../images/common/deco-title-footprints.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.3125rem;
	left: -1.6875rem;
	position: absolute;
	top: -0.9375rem;
	width: 1.5rem;
}

/* 館内案内
***************************************************************/

.section-title__main--map span::before {
	background: url(../images/common/deco-title-footprints.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.3125rem;
	left: -1.6875rem;
	position: absolute;
	top: -0.9375rem;
	width: 1.5rem;
}

/* ブログ
***************************************************************/

.section-title__main--blog span::before {
	background: url(../images/common/deco-title-footprints.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.3125rem;
	left: -1.6875rem;
	position: absolute;
	top: -0.9375rem;
	width: 1.5rem;
}

/* お知らせ
***************************************************************/

.section-title__main--information span::before {
	background: url(../images/common/deco-title-bubbles.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	content: "";
	height: 3.25rem;
	left: -2.3125rem;
	position: absolute;
	top: -0.8125rem;
	width: 3.25rem;
	width: 2.4375rem;
}

/* チケット
***************************************************************/

.section-title__main--ticket span::after {
	background: url(../images/common/deco-title-bubbles.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	content: "";
	height: 3.25rem;
	left: -2.625rem;
	position: absolute;
	top: -0.8125rem;
	transform: scaleX(-1) rotate(33deg);
	width: 3.25rem;
}

/* ギャラリー
***************************************************************/

.section-title__main--gallery span::before {
	background: url(../images/common/deco-title-footprints.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.3125rem;
	left: -2.375rem;
	position: absolute;
	top: -0.9375rem;
	width: 1.5rem;
	width: 2.4375rem;
}

/* アクセス
***************************************************************/

.section-title__main--access span::before {
	background: url(../images/common/deco-title-bubbles-white.svg);
	background-size: cover;
	content: "";
	height: 3.9375rem;
	left: -3rem;
	position: absolute;
	top: -1.25rem;
	width: 2.625rem;
}

/* フッター
***************************************************************/

footer .section-title__main--footer {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.section-title__main--footer::before {
	background: url(../images/common/deco-title-logo.webp);
	background-size: contain;
	content: "";
	height: 2rem;
	width: 3.125rem;
}

/* 白文字
***************************************************************/

.section-title--white h2,
.section-title--white span {
	color: #fff;
}

.sp-nav {
	background: #fff;
	height: 100vh;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: 0.6s all;
	width: 100%;
	z-index: 1;
}

.sp-nav.active {
	transform: translateX(0);
}

.sp-nav::after {
	background: #DAEEF3;
	border-radius: 0 1.25rem 1.25rem 0;
	content: "";
	height: 100vh;
	left: 0;
	position: absolute;
	top: -3.125rem;
	width: 84%;
}

.sp-nav__items {
	height: 100vh;
	overflow: scroll;
	padding-bottom: 9.375rem;
	padding-top: 0.8125rem;
	position: relative;
}

.sp-nav__items::before {
	background-image: url(../images/common/deco-sp-nav1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.25rem;
	left: 1.125rem;
	position: absolute;
	top: 32.6875rem;
	width: 5.625rem;
	z-index: 1;
}

.sp-nav__items::after {
	background-image: url(../images/common/deco-sp-nav2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.75rem;
	position: absolute;
	right: 0.75rem;
	top: 1rem;
	width: 2.5625rem;
	z-index: 1;
}

.sp-nav__item {
	position: relative;
	z-index: 1;
}

.sp-nav__link {
	display: block;
	padding: 0.6875rem 0 0.6875rem 5.5rem;
	transition: 0.3s opacity;
	width: 84%;
}

.sp-nav__link:hover {
	opacity: 0.7;
}

.sp-nav__items li:last-child {
	margin-left: 4.25rem;
	margin-top: 1.25rem;
}

.ticket {
	overflow: hidden;
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
}

main .ticket__inner {
	display: flex;
	justify-content: center;
	max-width: 37.5rem;
	position: relative;
}

.ticket__body {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0px 0px 45px 0px rgba(0, 114, 164, 0.06);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 37.5rem;
	padding-bottom: 3.75rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	padding-top: 3.25rem;
}

.ticket__body::after {
	background: #DAEEF3;
	border-radius: 0 1.25rem 1.25rem 0;
	content: "";
	height: 100%;
	left: -0.375rem;
	max-width: 52.5rem;
	position: absolute;
	top: 3.125rem;
	width: 93%;
	z-index: -1;
}

.ticket__main {
	letter-spacing: 0.04em;
	line-height: 1.55;
	margin-top: 1.25rem;
}

.ticket__text-wrap {
	display: flex;
	width: 100%;
}

.ticket__text-left {
	width: 54%;
}

.ticket__text-left p:nth-child(2) {
	margin-top: 1.5rem;
}

.ticket__img-sp {
	margin-left: 1.25rem;
	margin-top: 0.3125rem;
	width: 37%;
}

.ticket__img-sp img {
	-o-object-fit: cover;
	aspect-ratio: 195/374;
	object-fit: cover;
	width: 100%;
}

.ticket__btn {
	display: flex;
	justify-content: center;
	margin-top: 1.5625rem;
}

.ticket__img-pc {
	display: none;
}

.ticket__img-pc img {
	-o-object-fit: cover;
	aspect-ratio: 127/244;
	object-fit: cover;
	width: 100%;
}

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

.background-block::before {
	top: 41.25rem;
}

}

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

.background-block::before {
	top: 47.8125rem;
}

}

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

.background-block::before {
	top: 52.5rem;
}

}

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

.background-block::before {
	top: 54.375rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6326530612vw;
}

.blog-layout {
	margin-top: 9.6875rem;
}

.enjoy-layout {
	margin-top: 18.125rem;
}

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

.footer-layout {
	margin-top: 0;
}

.main-inner {
	margin-top: 6.25rem;
}

.map-layout {
	margin-top: 3.75rem;
}

.access-info {
	border-radius: 1.875rem;
	font-size: 1rem;
	max-width: 25.625rem;
	padding: 2.8125rem 2.75rem 3.125rem;
}

.access-info__text dt {
	gap: 0.5rem;
}

.access-info__text dt::before {
	height: 1.4375rem;
	width: 0.75rem;
}

.access-info__text--car {
	margin-top: 1.4375rem;
}

.access-info__text--car dt::before {
	height: 1.25rem;
	width: 0.875rem;
}

.access-info__text dd {
	margin-top: 0.125rem;
}

.access {
	padding-top: 5.5rem;
}

.access::after {
	content: none;
}

footer .access__inner {
	max-width: 1000px;
}

.access__main {
	margin-top: 2.5rem;
	padding-bottom: 4.0625rem;
}

.access__iframe {
	border-radius: 2.5rem;
	margin-left: 0;
	max-width: 54.0625rem;
	padding-top: 39%;
	width: 91%;
}

.access__info {
	left: auto;
	left: initial;
	right: calc(50% - min(46.8vw, 29.25rem));
	transform: none;
	transform: initial;
}

.background-block::before {
	background-image: url(../images/common/back-tab1.svg);
	height: calc(100% - min(176vw, 34.375rem));
	left: auto;
	left: initial;
}

.background-block::before {
	top: 34.375rem;
}

.blog {
	padding-bottom: 3.875rem;
}

.blog::after {
	border-radius: 1.875rem;
	height: 70%;
	max-width: 108.25rem;
}

main .blog__inner {
	max-width: 56.25rem;
}

.blog__body {
	margin-top: 2.5rem;
	max-width: none;
}

.blog__items {
	gap: 2.25rem 2.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.blog__items li:nth-child(4) {
	display: block;
}

.blog__link {
	display: flex;
	flex-direction: column;
	padding: 3.75rem 2.75rem 3.25rem;
}

.blog__link h3 {
	font-size: 1.4375rem;
	letter-spacing: 0.03em;
	line-height: 1.1;
}

.blog__link p {
	font-size: 1rem;
	margin-top: 1.125rem;
}

.blog__item-btn {
	margin-top: 1.25rem;
}

.btn-cta {
	border-radius: 1.125rem;
	font-size: 1rem;
	gap: 1.75rem;
	max-width: 20rem;
	padding: 1.25rem;
}

.btn-cta::after {
	height: 0.8125rem;
	width: 0.8125rem;
}

.btn-cta--map {
	font-size: 0.9375rem;
	max-width: 18.4375rem;
	padding: 0.9375rem 0;
}

.btn-cta--map::after {
	max-width: 0.8125rem;
}

.btn-more {
	font-size: 1.125rem;
	gap: 0.9375rem;
	max-width: 14.6875rem;
}

.btn-more::after {
	height: 3.5rem;
	width: 3.5rem;
}

.btn-ticket {
	font-size: 0.9375rem;
	padding: 3.125rem 1rem 0.9375rem 1rem;
}

.btn-ticket::before {
	height: 1.5rem;
	top: 19%;
	width: 1.5625rem;
}

.btn-ticket span {
	letter-spacing: -0.1em;
}

.btn-top::after {
	flex-shrink: 0;
	height: 3.5rem;
	width: 3.5rem;
}

.decoration__figure--event-bubbles4 {
	bottom: -3.5625rem;
	display: inline-block;
	max-width: 3.5rem;
	right: 9.9375rem;
	transform: rotate(265deg);
}

.decoration__shark-wrap {
	left: -2.1875rem;
	max-width: 17.125rem;
	top: -11.4375rem;
}

.decoration__figure--enjoy-ice {
	max-width: 5.25rem;
	right: 20.9375rem;
	top: -8.5625rem;
}

.decoration__figure--enjoy-penguin {
	max-width: 4.5625rem;
	right: 6.1875rem;
	top: -5.375rem;
}

.decoration__figure--enjoy-footprint {
	animation: chokochoko 2s steps(1) infinite;
	animation-delay: 0.6s, 1.1s;
	max-width: 2.9375rem;
	right: -1.375rem;
	top: -8.625rem;
	transform: rotate(68deg);
}

.decoration__figure--enjoy-footprint2 {
	animation: chokochoko 2s steps(1) infinite;
	max-width: 4.75rem;
	right: -1rem;
	top: -6.8125rem;
	transform: rotate(68deg);
}

.decoration__figure--enjoy-footprint3 {
	animation: chokochoko 2s steps(1) infinite;
	animation-delay: 1.2s, 1.1s;
	max-width: 3.5rem;
	right: 2.125rem;
	top: -4.4375rem;
	transform: rotate(68deg);
}

.decoration__figure--enjoy-jellyfish {
	display: none;
}

.decoration__figure--enjoy-jellyfish2 {
	display: none;
}

.decoration__figure--enjoy-jellyfish3 {
	display: none;
}

.decoration__figure--enjoy-jellyfish4 {
	display: none;
}

.decoration__figure--enjoy-jellyfish5 {
	display: none;
}

.decoration__figure--map-manta {
	max-width: 8.5rem;
	right: 3.9375rem;
	top: -5.625rem;
}

.decoration__figure--map-jellyfish {
	display: inline-block;
	left: 1.9375rem;
	max-width: 2.0625rem;
	top: 0;
}

.decoration__figure--map-jellyfish2 {
	display: inline-block;
	left: 3rem;
	max-width: 3.875rem;
	top: 3.375rem;
}

.decoration__figure--map-jellyfish3 {
	display: inline-block;
	max-width: 2.125rem;
	right: 6.5625rem;
	top: 13.4375rem;
}

.decoration__figure--map-jellyfish4 {
	display: inline-block;
	max-width: 2.875rem;
	right: 3.125rem;
	top: 12rem;
}

.decoration__figure--map-jellyfish5 {
	display: inline-block;
	max-width: 2.125rem;
	right: 3.75rem;
	top: 14.5rem;
}

.decoration__figure--map-manbo {
	bottom: -11.375rem;
	left: 2.8125rem;
	max-width: 4.125rem;
}

.decoration__figure--blog-footprints {
	animation: chokochoko 2s steps(1) infinite;
	max-width: 9.25rem;
	right: 8.75rem;
	top: -3.5rem;
}

.decoration__figure--blog-footprints2 {
	animation: chokochoko 3s steps(1) infinite;
	max-width: 4.25rem;
	right: 6.8125rem;
}

.decoration__figure--blog-penguin {
	max-width: 3.25rem;
	right: 2.75rem;
	top: 4.125rem;
}

.decoration__figure--blog-bear {
	bottom: -3.75rem;
	left: 1.1875rem;
	max-width: 10rem;
}

.decoration__figure--blog-ice {
	bottom: -111px;
	max-width: 208px;
}

.decoration__figure--information-footprints {
	animation: chokochoko 2s steps(1) infinite;
	animation-delay: 0.6s, 1.1s;
	max-width: 5.625rem;
	right: 11.25rem;
	top: -7.3125rem;
}

.decoration__figure--information-footprints2 {
	animation: chokochoko 2s steps(1) infinite;
	max-width: 6.25rem;
	right: 5.625rem;
	top: -7.375rem;
}

.decoration__figure--information-penguin {
	max-width: 3.125rem;
	right: 2.5rem;
	top: -4.6875rem;
}

.decoration__figure--information-ice {
	bottom: -10.1875rem;
	max-width: 9.375rem;
	right: 3.125rem;
}

.decoration__figure--information-dolphin {
	bottom: -12.75rem;
	left: 1.8125rem;
	max-width: 15.5rem;
}

.decoration__figure--information-dolphin2 {
	bottom: -11.6875rem;
	left: 8.875rem;
	max-width: 9rem;
}

.decoration__figure--ticket-harisenbon {
	max-width: 4.375rem;
	right: 20.1875rem;
	top: 3.125rem;
}

.decoration__figure--ticket-jellyfish {
	display: inline-block;
	left: 2.8125rem;
	max-width: 4.125rem;
	top: 13.875rem;
}

.decoration__figure--ticket-jellyfish2 {
	display: inline-block;
	left: 1.375rem;
	max-width: 2.5rem;
	top: 18.75rem;
}

.decoration__figure--gallery-turtle {
	left: -0.4375rem;
	max-width: 18.5625rem;
	top: -14.5rem;
}

.decoration__figure--gallery-footprint {
	animation: chokochoko 2s steps(1) infinite;
	animation-delay: 0.6s, 1.1s;
	max-width: 4.375rem;
	right: 0.625rem;
	top: -7.1875rem;
}

.decoration__figure--gallery-footprint2 {
	animation: chokochoko 2s steps(1) infinite;
	max-width: 6.25rem;
	right: 1.875rem;
	top: -3.875rem;
}

.decoration__figure--gallery-penguin {
	max-width: 6.5625rem;
	right: 6.125rem;
	top: -1.5rem;
}

.decoration__figure--footer-jellyfish {
	bottom: 0;
	left: auto;
	left: initial;
	max-width: 4.5rem;
	right: 11.875rem;
}

.decoration__figure--footer-jellyfish2 {
	bottom: 2.5rem;
	left: auto;
	left: initial;
	max-width: 2.6875rem;
	right: 9.375rem;
}

.decoration__figure--footer-bubbles {
	max-width: 6.4375rem;
	right: 28.875rem;
	top: -1.75rem;
	transform: rotate(0deg);
}

.decoration__figure--footer-bubbles2 {
	left: 0.375rem;
	max-width: 4.25rem;
	top: 13.125rem;
	transform: rotate(0deg);
}

.decoration__figure--footer-bubbles3 {
	bottom: -2.5rem;
	max-width: 6.25rem;
	right: 20.9375rem;
	transform: rotate(0deg);
}

main .enjoy__inner {
	margin-right: auto;
	max-width: 53.75rem;
}

.enjoy__body {
	border-radius: 1.625rem;
	padding: 4.375rem 2rem 14.875rem;
	width: 100%;
}

.enjoy__text {
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 1.75rem;
}

.enjoy__img-block {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-top: 19.0625rem;
}

.enjoy__img-items {
	display: flex;
	gap: 2.6875rem;
	margin-left: 1.875rem;
	margin-right: 3.125rem;
}

.enjoy__img-items li:first-child {
	margin-top: 3.75rem;
}

.enjoy__img-items li:nth-child(2) {
	margin: 0;
	margin-top: 1.875rem;
}

.enjoy__img-items li:nth-child(3) {
	margin: 0;
}

.enjoy__link {
	border-radius: 2.5rem;
}

.enjoy__link img {
	aspect-ratio: 278/403;
}

.enjoy__img-item + .enjoy__img-item {
	margin-top: 0;
}

.enjoy__img-text {
	border: 3px solid #6bb7d8;
	border-radius: 0.9375rem;
	font-size: 1.125rem;
	left: auto;
	left: initial;
	max-width: 8.3125rem;
	padding: 0.375rem 0;
	right: -1.125rem;
	top: 1.125rem;
}

.enjoy__img-text::after {
	height: 2.375rem;
	left: -1.25rem;
	width: 3.125rem;
}

.event-schedule {
	width: 100%;
}

.event-schedule td,
.event-schedule th {
	height: 3.4375rem;
}

main .event__inner {
	max-width: 60rem;
}

.event__schedule {
	display: flex;
	font-size: 1rem;
	justify-content: center;
	margin-top: 2.1875rem;
}

.event__btn {
	margin-right: 3.4375rem;
	margin-top: 1.25rem;
}

.footer-nav {
	grid-gap: 0;
	display: grid;
	font-size: 0.9375rem;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	justify-content: flex-start;
}

.footer-nav__items {
	display: contents;
}

.footer-nav__item {
	margin-top: 1.5rem;
}

.footer-nav__item a {
	padding: 0;
}

.footer {
	padding-bottom: 4.375rem;
}

.footer::after {
	background-image: url(../images/common/footer-tab-back.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.875rem 1.875rem 0 0;
	height: 66.375rem;
	left: 0;
}

footer .footer__inner {
	max-width: 86.375rem;
	padding-left: 80px;
	padding-right: 80px;
	width: 100%;
}

.footer__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.footer__flex {
	display: flex;
	margin-top: 0;
}

.footer__info {
	font-size: 1rem;
	margin-top: 2rem;
	text-align: left;
	width: 35%;
}

.footer__nav {
	margin-top: 0.75rem;
	width: 44.5%;
}

.footer__sns {
	margin-top: 4.625rem;
	width: 12%;
}

.footer__copy {
	margin-top: 3.875rem;
	text-align: left;
}

.footer__btn-top {
	bottom: 16.25rem;
	left: auto;
	left: initial;
	max-width: 9.6875rem;
	right: 4.375rem;
	width: 100%;
	z-index: 1;
}

main .gallery__inner {
	max-width: none;
}

.gallery__block {
	margin-top: 2.5rem;
}

.gallery__img {
	max-width: 15.8125rem;
}

.gallerySwiper2 {
	display: none;
}

.hamburger {
	display: none;
}

.header {
	height: 6.25rem;
}

.header__inner.inner {
	max-width: 119.875rem;
	padding-left: 1.875rem;
	padding-right: 5.3125rem;
}

.header__logo {
	width: 40%;
}

.header__logo-link {
	font-size: 2rem;
	gap: 1%;
}

.header__logo-link::before {
	height: 2.125rem;
	width: 3.3125rem;
}

.information {
	padding-top: 7.625rem;
}

.information::after {
	border-radius: 2.5rem;
	bottom: -3.4375rem;
	height: 46.5625rem;
}

main .information__inner {
	max-width: 88.4375rem;
}

.information__img img {
	aspect-ratio: 1370/721;
}

.information__main {
	border-radius: 2.5rem;
	gap: 5%;
	justify-content: space-between;
	margin: -3.5rem auto 0;
	max-width: 48.75rem;
	padding: 4.25rem 6rem 2.25rem;
}

.information__title {
	display: flex;
	flex-direction: column;
}

.information__body {
	margin-top: 1rem;
}

.information__items {
	margin-top: 0;
}

.information__item a {
	align-items: center;
	gap: 1.875rem;
	padding: 1.3125rem 1.0625rem;
}

.information__item a::after {
	height: 0.375rem;
	right: 1.875rem;
	top: 53%;
	width: 0.375rem;
}

.information__item time {
	font-size: 0.875rem;
}

.information__item p {
	font-size: 1rem;
	width: 70%;
}

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

.map::after {
	border-radius: 2.3125rem;
	bottom: -5.1875rem;
	height: 83.75rem;
	width: 50%;
}

main .map__inner {
	max-width: 58.75rem;
}

.map__text {
	margin: 1.875rem auto 0;
	max-width: 28.4375rem;
}

.map__text p {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
}

.map__img-block {
	left: 47%;
	margin-top: 4.25rem;
	top: 0;
	transform: translate(-50%, 0);
}

.map__btn {
	margin-right: 2.875rem;
	margin-top: 2.875rem;
}

.mv-news {
	border-radius: 1.5625rem 0 0 1.5625rem;
	top: 72.5%;
}

.mv-news__link {
	font-size: 1.0625rem;
	padding: 1.375rem 2rem 0.5rem 2.375rem;
}

.mv-news__link span:last-child {
	margin-top: 1.875rem;
}

.mv-news__link::after {
	height: 0.625rem;
	left: 52%;
	width: 23.75rem;
}

.mv-news__item {
	gap: 2.7em;
}

.mv-news__item dd {
	font-size: 0.9375rem;
}

.mv-news__text {
	gap: 1.75rem;
}

.mv-news__text::after {
	height: 2.875rem;
	width: 2.875rem;
}

.mv::before {
	background-size: cover;
	height: 7.125rem;
	right: 9.25rem;
	top: -1.875rem;
	transform: rotate(26deg);
	width: 7.375rem;
}

.mv__inner {
	max-width: none;
}

.mv__title {
	border-radius: 1.25rem;
	left: 32.6%;
	max-width: 37rem;
	padding: 2rem 1rem 2rem 4.125rem;
	text-align: left;
}

.mv__title h2 {
	font-size: 2.875rem;
}

.mv__title span {
	font-size: 1.125rem;
}

.mv__container {
	padding-top: 2.625rem;
}

.mv__img img {
	-o-object-position: bottom;
	aspect-ratio: 1550/900;
	border-radius: 1.875rem 0 0 1.875rem;
	object-position: bottom;
	overflow: hidden;
}

.pc-nav {
	align-items: center;
	display: flex;
	width: 59%;
}

.pc-nav__items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
}

.pc-nav__link {
	font-size: 1rem;
	padding: 0;
}

.pc-nav__btn {
	bottom: auto;
	bottom: initial;
	top: 0;
}

.section-title__main {
	font-size: 2.5625rem;
	margin-top: 0.3125rem;
}

.section-title__main--event span::before {
	height: 6.75rem;
	left: -5.1875rem;
	top: -1.8125rem;
	width: 3.75rem;
}

.section-title__main--enjoy span::before {
	background-size: cover;
	height: 3.5rem;
	left: -6.0625rem;
	top: 0;
	width: 8.375rem;
}

.section-title__main--map span::before {
	background-size: cover;
	height: 3.5rem;
	left: -6.375rem;
	top: -0.3125rem;
	width: 8.375rem;
}

.section-title__main--blog span::before {
	background-size: cover;
	height: 3.5rem;
	left: -6.8125rem;
	top: -0.3125rem;
	width: 8.375rem;
}

.section-title__main--information span::before {
	background-size: cover;
	height: 4.6875rem;
	left: -5.0625rem;
	top: -1.875rem;
	width: 5.1875rem;
}

.section-title__main--ticket {
	justify-content: flex-start;
	margin-left: 0;
}

.section-title__main--ticket span::after {
	background-size: cover;
	height: 4.6875rem;
	left: 14.25rem;
	top: -1.75rem;
	transform: scaleX(-1) rotate(6deg);
	width: 5.1875rem;
}

.section-title__main--gallery span::before {
	background-size: cover;
	height: 3.5rem;
	left: -6.0625rem;
	top: 0;
	width: 8.375rem;
}

.section-title__main--access span::before {
	height: 6.75rem;
	left: -5.1875rem;
	width: 3.75rem;
}

footer .section-title__main--footer {
	gap: 0.625rem;
}

.section-title__main--footer::before {
	height: 2.3125rem;
	width: 3.3125rem;
}

.sp-nav {
	opacity: 0;
	visibility: hidden;
}

.ticket {
	padding-bottom: 11.25rem;
	padding-top: 11.25rem;
}

main .ticket__inner {
	justify-content: end;
	max-width: 100rem;
}

.ticket__body {
	border-radius: 1.875rem;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: 0;
	max-width: 52.8125rem;
	padding: 6.625rem 5.125rem 5.25rem;
	width: 100%;
}

.ticket__body::after {
	border-radius: 0 1.875rem 1.875rem 0;
	height: 100%;
	left: 5rem;
	top: 7.1875rem;
	width: 84%;
}

.ticket__pc-wrap {
	width: 66%;
}

.ticket__title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.ticket__main {
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.83;
	margin-top: 1.25rem;
}

.ticket__text-wrap {
	display: block;
}

.ticket__text-left {
	width: 100%;
}

.ticket__text-left p:nth-child(2) {
	margin-top: 0;
}

.ticket__img-sp {
	display: none;
}

.ticket__btn {
	justify-content: end;
}

.ticket__img-pc {
	align-items: center;
	display: flex;
	margin-top: 1.5625rem;
	width: 28%;
}

}

@media (min-width: 980px) {

html {
	font-size: 16px;
}

}

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

.access__main {
	margin-top: 2.25rem;
	padding-bottom: 3.125rem;
}

.access__iframe {
	width: 100%;
}

.ticket__body {
	margin-right: auto;
}

.ticket__body::after {
	max-width: none;
	width: 70%;
}

}

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

.background-block::before {
	width: 93%;
}

}

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

.background-block::before {
	width: 88%;
}

}

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

.access-layout {
	margin-top: 6.875rem;
}

.blog-layout {
	margin-top: 12.5rem;
}

.enjoy-layout {
	margin-top: 16.5625rem;
}

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

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

.main-inner {
	margin-top: 5.3125rem;
}

.map-layout {
	margin-top: 8.4375rem;
}

.access-info {
	border-radius: 2.5rem;
	font-size: 1.125rem;
	margin-left: 0;
	margin-right: 0;
	padding: 4.1875rem;
}

.access-info__text dt::before {
	height: 1.375rem;
	width: 0.9375rem;
}

.access-info__text--car {
	margin-top: 2.5rem;
}

.access-info__text--car dt::before {
	width: 1.25rem;
}

.access-info__text dd {
	margin-top: 0.3125rem;
}

.access-info__text--car dd:last-child {
	margin-top: 1.25rem;
}

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

footer .access__inner {
	max-width: 100.625rem;
}

.access__main {
	margin-top: 3.4375rem;
	padding-bottom: 0;
}

.access__iframe {
	max-width: 66.4375rem;
	padding-top: 29%;
}

.access__info {
	bottom: -3.625rem;
	left: auto;
	left: initial;
	max-width: 31.25rem;
	right: 5.9375rem;
	top: auto;
	top: initial;
}

.background-block::before {
	background-image: url(../images/common/back-pc1.svg);
	height: calc(100% - max(41.46vw, 49.75rem));
	left: 0;
}

.background-block::before {
	width: 100%;
}

.blog {
	padding-bottom: 5.3125rem;
}

.blog::after {
	border-radius: 2.5rem;
	height: 74.3%;
}

main .blog__inner {
	max-width: 85.625rem;
}

.blog__items {
	gap: 3.25rem 3.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.blog__items li:nth-child(5),
.blog__items li:nth-child(6) {
	display: block;
}

.blog__link {
	padding: 4.5625rem 2.75rem 3.25rem;
}

.blog__link h3 {
	font-size: 1.5625rem;
}

.blog__link p {
	font-size: 1.125rem;
}

.btn-cta--map {
	font-size: 1rem;
	max-width: 20rem;
}

.btn-more {
	gap: 1.375rem;
	max-width: 15.625rem;
}

.btn-ticket {
	border-radius: 0.75rem 0 0 0.75rem;
	font-size: 1.125rem;
	line-height: 1.2;
	padding: 3.75rem 1.125rem 1.375rem;
}

.btn-ticket::before {
	height: 1.875rem;
	width: 1.875rem;
}

.btn-top {
	font-size: 1rem;
}

.btn-top span {
	display: inline-block;
}

.btn-top::after {
	height: 4.375rem;
	width: 4.375rem;
}

.decoration__figure--mv-penguin {
	display: inline-block;
	left: min(6.7vw, 8rem);
	max-width: min(2.5vw, 3rem);
	position: absolute;
	top: 15.3125rem;
	width: 100%;
	z-index: 2;
}

.decoration__figure--mv-footprints1 {
	animation: chokochoko 2s steps(1) infinite;
	animation-delay: 0.6s, 1.1s;
	display: inline-block;
	left: min(11.4vw, 13.5625rem);
	max-width: min(8vw, 9.5rem);
	position: absolute;
	top: 2.125rem;
	transform-origin: right bottom;
	width: 100%;
	z-index: 2;
}

.decoration__figure--mv-footprints2 {
	animation: chokochoko 2s steps(1) infinite;
	display: inline-block;
	left: min(9.2vw, 11.0625rem);
	max-width: min(5.7vw, 6.6875rem);
	position: absolute;
	top: 7.3125rem;
	width: 100%;
	z-index: 2;
}

.decoration__figure--mv-ice {
	display: inline-block;
	left: 3.75rem;
	max-width: min(9vw, 167px);
	position: absolute;
	top: 25.125rem;
	width: 100%;
	z-index: 2;
}

.decoration__figure--event-bubbles {
	bottom: -5.1875rem;
	max-width: 9.125rem;
	right: 30.1875rem;
	transform: rotate(210deg);
}

.decoration__figure--event-bubbles2 {
	bottom: -5.3125rem;
	left: -11.875rem;
	max-width: 6.875rem;
	transform: rotate(101deg);
}

.decoration__figure--event-bubbles3 {
	max-width: 7.125rem;
	right: 10rem;
	top: -5.125rem;
	transform: rotate(2deg);
}

.decoration__figure--event-bubbles4 {
	left: -13.875rem;
	max-width: 8.6875rem;
	right: auto;
	right: initial;
	top: -12.125rem;
	transform: rotate(341deg);
}

.decoration__shark-wrap {
	left: calc(50% - min(49.22vw, 59.0625rem));
	max-width: 32.5rem;
	top: -14.5rem;
}

.decoration__figure--enjoy-ice {
	max-width: 8.8125rem;
	right: calc(50% - min(45.16vw, 54.1875rem));
	top: -41.75rem;
}

.decoration__figure--enjoy-penguin {
	max-width: 8.4375rem;
	right: calc(50% - min(45.83vw, 55rem));
	top: -5.25rem;
}

.decoration__figure--enjoy-footprint {
	max-width: 5.875rem;
	right: calc(50% - min(44.79vw, 53.75rem));
	top: -21.5rem;
	transform: none;
	transform: initial;
}

.decoration__figure--enjoy-footprint2 {
	max-width: 10.75rem;
	right: calc(50% - min(50.4vw, 60.3125rem));
	top: -19.25rem;
	transform: none;
	transform: initial;
}

.decoration__figure--enjoy-footprint3 {
	max-width: 7.375rem;
	right: calc(50% - min(50.1vw, 60.125rem));
	top: -10.75rem;
	transform: none;
	transform: initial;
}

.decoration__figure--map-manta {
	max-width: 15.8125rem;
	right: calc(50% - min(47.4vw, 56.875rem));
	top: -10.75rem;
}

.decoration__figure--map-jellyfish {
	left: calc(50% - min(45.05vw, 54.0625rem));
	max-width: 3.5625rem;
	top: 1.1875rem;
}

.decoration__figure--map-jellyfish2 {
	left: calc(50% - min(43.75vw, 52.5rem));
	max-width: 6.4375rem;
	top: 7.1875rem;
}

.decoration__figure--map-jellyfish3 {
	bottom: 11.25rem;
	max-width: 5.3125rem;
	right: calc(50% - min(47.66vw, 57.1875rem));
	top: auto;
	top: initial;
}

.decoration__figure--map-jellyfish4 {
	bottom: 9.375rem;
	max-width: 3.875rem;
	right: calc(50% - min(42.45vw, 50.9375rem));
	top: auto;
	top: initial;
}

.decoration__figure--map-jellyfish5 {
	bottom: 7.1875rem;
	max-width: 3.75rem;
	right: calc(50% - min(46.61vw, 55.9375rem));
	top: auto;
	top: initial;
}

.decoration__figure--map-manbo {
	bottom: -17.5rem;
	left: calc(50% - min(42.71vw, 51.25rem));
	max-width: 7.625rem;
}

.decoration__figure--blog-footprints {
	animation-delay: 0.6s, 1.1s;
	max-width: 10.625rem;
	right: 8.25rem;
	top: -0.8125rem;
}

.decoration__figure--blog-footprints2 {
	max-width: 5.5rem;
	right: 6.4375rem;
	top: 6.25rem;
}

.decoration__figure--blog-penguin {
	max-width: 3.4375rem;
	right: calc(50% - 44.5625rem);
	top: 14rem;
	z-index: 0;
}

.decoration__figure--blog-bear {
	bottom: -6.25rem;
	left: 0;
	max-width: 9.375rem;
}

.decoration__figure--blog-ice {
	bottom: -8.75rem;
	max-width: 11.25rem;
}

.decoration__figure--information-footprints {
	max-width: 8.25rem;
	right: calc(50% - min(30.83vw, 37rem));
}

.decoration__figure--information-footprints2 {
	max-width: 9.1875rem;
	right: calc(50% - min(38.02vw, 45.625rem));
}

.decoration__figure--information-penguin {
	max-width: 5.25rem;
	right: calc(50% - min(42.08vw, 50.5rem));
	top: -3.9375rem;
}

.decoration__figure--information-ice {
	bottom: 25.375rem;
	max-width: 10.75rem;
	right: calc(50% - min(48.44vw, 58.125rem));
}

.decoration__figure--information-dolphin {
	bottom: -4.4375rem;
	left: calc(50% - min(47.92vw, 57.5rem));
	max-width: 17.75rem;
}

.decoration__figure--information-dolphin2 {
	bottom: -3.1875rem;
	left: calc(50% - min(41.41vw, 49.6875rem));
	max-width: 10.5rem;
}

.decoration__figure--ticket-harisenbon {
	max-width: 5.625rem;
	right: 26.625rem;
}

.decoration__figure--ticket-jellyfish {
	left: calc(50% - min(38.65vw, 46.375rem));
	max-width: 6.8125rem;
	top: 5.375rem;
}

.decoration__figure--ticket-jellyfish2 {
	left: calc(50% - min(43.33vw, 52rem));
	max-width: 4.125rem;
	top: 9.875rem;
}

.decoration__figure--gallery-turtle {
	left: 3.4375rem;
	max-width: 27.0625rem;
	top: -23rem;
}

.decoration__figure--gallery-footprint {
	max-width: 6.625rem;
	right: 2.4375rem;
	top: -17.6875rem;
}

.decoration__figure--gallery-footprint2 {
	max-width: 10.375rem;
	right: 2.375rem;
	top: -12.375rem;
}

.decoration__figure--gallery-penguin {
	max-width: 10.375rem;
	right: 7.9375rem;
	top: -4.6875rem;
}

.decoration__figure--footer-jellyfish {
	bottom: -1.75rem;
	max-width: 7.0625rem;
	right: 4.6875rem;
}

.decoration__figure--footer-jellyfish2 {
	bottom: 1.75rem;
	max-width: 4.5625rem;
	right: 0.4375rem;
}

.decoration__figure--footer-bubbles {
	max-width: 8rem;
	right: 39.6875rem;
	top: -4.4375rem;
}

.decoration__figure--footer-bubbles2 {
	left: -13.75rem;
	max-width: 8.5625rem;
	top: 1.625rem;
}

.decoration__figure--footer-bubbles3 {
	bottom: -3.125rem;
	max-width: 7.75rem;
	right: 25.875rem;
}

main .enjoy__inner {
	max-width: 95.4375rem;
}

.enjoy__body {
	left: 50%;
	max-width: 74.0625rem;
	padding: 6.375rem 6.25rem 11.25rem;
	right: auto;
	right: initial;
	transform: translateX(-50%);
}

.enjoy__text {
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2.125rem;
}

.enjoy__img-block {
	margin: 0;
	padding-top: 23.625rem;
}

.enjoy__img-items {
	gap: 4.0625rem;
	margin-left: 1.875rem;
	margin-right: 2.1875rem;
}

.enjoy__img-text {
	font-size: 1.75rem;
	max-width: 12.5rem;
	padding: 0.625rem 0;
	right: -1.8125rem;
	top: 2.0625rem;
}

.enjoy__img-text::after {
	height: 3.625rem;
	left: -1.5625rem;
	top: -1.6875rem;
	width: 3.9375rem;
}

.event-schedule td,
.event-schedule th {
	height: 3.75rem;
}

main .event__inner {
	max-width: 65.3125rem;
}

.event__schedule {
	margin-top: 2rem;
}

.event__btn {
	margin-right: 0;
}

.footer-nav {
	font-size: 1.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.footer-nav__item {
	margin-top: 2.25rem;
}

.footer::after {
	background-image: url(../images/common/footer-pc-back.png);
	background-size: cover;
	border-radius: 2.5rem 2.5rem 0 0;
	height: 78.125rem;
}

footer .footer__inner {
	padding-left: 25px;
	padding-right: 25px;
}

.footer__flex {
	margin-top: 1.875rem;
}

.footer__info {
	font-size: 1.125rem;
	margin-top: 0;
	width: 33%;
}

.footer__nav {
	margin-top: -2.25rem;
	width: 50%;
}

.footer__sns {
	margin-top: 0;
	width: 17%;
}

.footer__copy {
	margin-top: 2.375rem;
}

.footer__btn-top {
	bottom: 18.125rem;
	right: 1.25rem;
}

.gallery__img {
	max-width: 22.375rem;
}

.header {
	height: 5rem;
}

.header__inner.inner {
	max-width: none;
	padding-left: 4.625rem;
	padding-right: 7.3125rem;
}

.information::after {
	height: 38.75rem;
}

.information__main {
	display: flex;
	margin: -9.5625rem auto 0;
	max-width: 68.5rem;
	padding: 3.125rem 4.375rem 1.5625rem;
}

.information__title {
	margin-left: 4.375rem;
	margin-top: 1.5625rem;
}

.information__body {
	margin-right: 1.5625rem;
	width: 67.28%;
}

.information__item a {
	padding: 1.25rem 1.5625rem;
}

.information__item a::after {
	right: 2.5rem;
}

.information__item time {
	font-size: 1rem;
}

.information__item p {
	font-size: 1.125rem;
}

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

.map::after {
	bottom: -6.0625rem;
	height: 97.8125rem;
}

main .map__inner {
	max-width: 100rem;
}

.map__text {
	margin: 1.875rem 0 0 auto;
	max-width: 33.125rem;
}

.map__text p {
	font-size: 1.25rem;
	padding-right: 1.4375rem;
}

.map__img-block {
	left: 55%;
	margin-top: -1.5625rem;
	max-width: 78.125rem;
}

.map__btn {
	margin-right: 0;
	margin-top: -0.9375rem;
}

.mv-news {
	border-radius: 1.875rem 0 0 1.875rem;
	top: 74%;
}

.mv-news__link {
	font-size: 1.25rem;
	padding: 2rem 2.5rem 0.8125rem 3.75rem;
}

.mv-news__link span:last-child {
	margin-top: 2rem;
}

.mv-news__link::after {
	height: 0.875rem;
	left: 51%;
	top: 51%;
	width: 28.4375rem;
}

.mv-news__item {
	gap: 2.8em;
}

.mv-news__item dd {
	font-size: 1.125rem;
}

.mv-news__text {
	gap: 2.5rem;
}

.mv-news__text::after {
	height: 3.5rem;
	width: 3.5rem;
}

.mv {
	padding-top: 0;
}

.mv {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.mv::before {
	display: none;
}

.mv__title {
	border-radius: 1.5625rem;
	bottom: min(9.3vw, 20%);
	left: 27.7%;
	max-width: min(39vw, 46.5625rem);
	padding: 2.875rem 0.625rem;
	text-align: center;
	top: auto;
	top: initial;
	z-index: 3;
}

.mv__title h2 {
	font-size: min(3.13vw, 3.75rem);
}

.mv__title span {
	font-size: 1.5625rem;
}

.mv__container {
	padding-top: 0;
}

.mv__img img {
	border-radius: 2.5rem 0 0 2.5rem;
	margin-left: auto;
	margin-right: 0;
	width: 80.6%;
}

.pc-nav {
	display: block;
	width: auto;
	width: initial;
}

.pc-nav__items {
	display: flex;
	height: inherit;
}

.pc-nav__link {
	font-size: min(0.94vw, 1.125rem);
	padding: 0 min(0.94vw, 1.125rem);
}

.section-title--left {
	text-align: left;
}

.section-title__sub {
	font-size: 0.875rem;
	letter-spacing: 0.063em;
}

.section-title__main {
	font-size: 2.8125rem;
	margin-top: 0.75rem;
}

.section-title__main--event span::before {
	height: 8.5625rem;
	left: -7.5rem;
	top: -3.9375rem;
	width: 4.875rem;
}

.section-title__main--enjoy span::before {
	height: 5.5rem;
	left: -7.9375rem;
	top: -1.375rem;
	width: 11.3125rem;
}

.section-title__main--map span::before {
	height: 5.5rem;
	left: -8.75rem;
	top: -1.375rem;
	width: 11.3125rem;
}

.section-title__main--blog span::before {
	height: 5.5rem;
	left: -8.75rem;
	top: -1.375rem;
	width: 11.3125rem;
}

.section-title__main--information span::before {
	height: 8.625rem;
	left: -5.1875rem;
	top: -3.75rem;
}

.section-title__main--ticket span::after {
	left: 15.875rem;
}

.section-title__main--gallery span::before {
	height: 5.5rem;
	left: -8.75rem;
	top: -1.375rem;
	width: 11.3125rem;
}

footer .section-title__main--footer {
	gap: 0;
}

.section-title__main--footer::before {
	height: 3.125rem;
	width: 4.75rem;
}

.ticket {
	padding-bottom: 12.5rem;
}

.ticket__body {
	border-radius: 2.5rem;
	max-width: 69.6875rem;
	padding: 8.25rem 9.6875rem 6.5625rem;
	position: relative;
}

.ticket__body::after {
	border-radius: 0 2.5rem 2.5rem 0;
	height: 101%;
	left: -20.5rem;
	top: 5.9375rem;
	width: 121.5%;
}

.ticket__main {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.ticket__btn {
	margin-top: 1.875rem;
}

}

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

.background-block::before {
	top: 43.75rem;
	width: 100%;
}

}

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

.background-block::before {
	width: 97%;
}

}

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

.background-block::before {
	top: 50.75rem;
	width: 91%;
}

}

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

.background-block::before {
	top: 44.75rem;
	width: 88%;
}

}

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

.background-block::before {
	top: 49.75rem;
	width: 86.2%;
}

.decoration__figure--blog-bear {
	bottom: 25.625rem;
	left: auto;
	left: initial;
	max-width: 13.625rem;
	right: 0;
	transform: none;
	transform: initial;
}

.decoration__figure--blog-ice {
	bottom: 21.875rem;
	left: auto;
	left: initial;
	max-width: 16.375rem;
	right: 0;
	transform: none;
	transform: initial;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes chokochoko {

0% {
	transform: translateX(0) rotate(0deg);
}

50% {
	transform: translateX(0) rotate(3deg);
}

100% {
	transform: translateX(0) rotate(0deg);
}

}

@keyframes frash {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes floating-y {

0% {
	transform: translateY(-10%);
}

100% {
	transform: translateY(10%);
}

}

@keyframes floating-x {

0% {
	transform: translateX(-3%);
}

100% {
	transform: translateX(3%);
}

}

@keyframes floating-slow-y {

0% {
	transform: translateY(-3%);
}

100% {
	transform: translateY(3%);
}

}


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