/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
	font: inherit;
	border: none;
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
a {
	text-decoration: none;
	color: inherit;
}
ul,
ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
iframe,
img,
svg,
video {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

html {
	font-size: 16px;
}
body {
	text-align: justify;
	overflow-wrap: break-word;
	font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 1.875rem;
	color: #1e1e1e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.en {
	text-align: left;
}
a.underline {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}
a.color {
	transition: 0.25s color ease;
}
a.color:hover {
	color: #e53228;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p.note {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p:empty:before {
	content: none;
}
span.required {
	color: #e53228;
}
*.indent {
	text-indent: -1em;
	padding-left: 1em;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input:where([type=text], [type=email], [type=number], [type=password], [type=search], [type=button], [type=submit]),
button,
textarea,
select {
	max-width: 100%;
	font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	outline: none;
	appearance: none;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
textarea,
select {
	vertical-align: top;
	color: #1e1e1e;
	border: none;
	background-color: #ebebeb;
	border-radius: 10px;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
select {
	height: 50px;
	padding: 0px 15px;
}
input:where([type=button], [type=submit]),
button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 60px;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25rem;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background-color: #1e1e1e;
	border-radius: 30px;
	transition: 0.25s background-color ease;
}
input:where([type=button], [type=submit]):hover,
button:hover {
	background-color: #e53228;
}
button {
	position: relative;
}
button span.arrow {
	position: absolute;
	right: 24px;
	top: calc(50% - 4px);
}
input:where([type=radio], [type=checkbox]),
input:where([type=radio], [type=checkbox])::before,
label.alternate input:where([type=radio], [type=checkbox]) + span {
	width: 25px;
	height: 25px;
}
input:where([type=radio], [type=checkbox]),
label.alternate {
	margin-right: 5px;
}
input:where([type=radio], [type=checkbox]) {
	position: relative;
	vertical-align: middle;
	transform: translateX(-9999px);
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after,
label.alternate {
	cursor: pointer;
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after,
label.alternate input:where([type=radio], [type=checkbox]) + span::before {
	position: absolute;
	content: "";
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after {
	transform: translate(9999px, -1px);
}
input:where([type=radio], [type=checkbox])::before,
label.alternate input:where([type=radio], [type=checkbox]) + span {
	border: 1px solid #d1d1d1;
	background-color: #ffffff;
}
input:where([type=radio], [type=checkbox])::after,
label.alternate input:where([type=radio], [type=checkbox]) + span::before {
	opacity: 0;
	transition: 0.25s opacity ease;
}
input:where([type=radio], [type=checkbox]):checked::after,
label.alternate input:where([type=radio], [type=checkbox]):checked + span::before {
	opacity: 1;
}
input[type=radio]::before,
input[type=radio]::after,
label.alternate input[type=radio] + span,
label.alternate input[type=radio] + span::before {
	border-radius: 50%;
}
input[type=radio]::after,
label.alternate input[type=radio] + span::before {
	width: 12px;
	height: 12px;
	left: calc(50% - calc(12px * 0.5));
	top: calc(50% - calc(12px * 0.5));
	background-color: #1e1e1e;
}
input[type=checkbox]::before,
label.alternate input[type=checkbox] + span {
	border-radius: 10px;
}
input[type=checkbox]::after,
label.alternate input[type=checkbox] + span::before {
	width: 10px;
	height: 15px;
	left: calc(calc(50% - calc(10px * 0.5)) + 1px);
	top: calc(50% - calc(15px * 0.5));
	border-right: 2px solid #1e1e1e;
	border-bottom: 2px solid #1e1e1e;
}
input[type=checkbox]::after {
	transform: translate(calc(9999px - 1px), -3px) rotate(45deg);
}
@-moz-document url-prefix() {
	input[type=radio],
	input[type=checkbox] {
		transform: translate(0px, -1px);
	}
}
label {
	display: inline-block;
	vertical-align: text-top;
}
label.alternate input:where([type=radio], [type=checkbox]) {
	display: none;
}
label.alternate input:where([type=radio], [type=checkbox]) + span {
	display: block;
	position: relative;
	cursor: pointer;
}
label.alternate input[type=checkbox] + span::before {
	transform: translate(-1px, -3px) rotate(45deg);
}
textarea {
	padding: 10px 15px;
}
select {
	padding-right: 40px;
	background-image: url(../images/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: auto 10px;
}
::placeholder {
	color: #b2b2b2;
}
form#searchform label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}



/* --------------------------------------------------------------------------------
icon
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "icon";
	src: url("../fonts/icon.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
i.icon {
	font-family: "icon";
	line-height: 1em;
}
i.icon-new-window::before {
	content: "\e900";
}
i.icon-instagram::before {
	content: "\e901";
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: none;
}
br.large {
	display: inline;
}
img.small {
	display: none;
}
img.large {
	display: block;
}
hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #d1d1d1;
	margin: 20px 0px;
}
iframe:where([src*="youtube.com"], .wp-embedded-content),
video {
	width: 100%;
}
iframe[src*="youtube.com"],
video {
	aspect-ratio: 16 / 9;
	height: auto;
}
mark {
	margin: 0px 5px;
	padding: 0px 5px;
	background-color: #f2f2f2;
	border-radius: 10px;
}
span.no-large {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}
div#trigger {
	position: absolute;
	top: 50svh;
	pointer-events: none;
}
span.arrow {
	width: 8px;
	height: 8px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transition: 0.25s border-color ease, 0.25s transform ease;
	transform: translateX(-1px) rotate(-45deg);
}
p.button-default,
p.button-default > * {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25rem;
}
p.button-default > *,
p.button-default > * > * {
	position: relative;
}
p.button-default > * {
	align-items: center;
	width: 260px;
	height: 60px;
	color: #ffffff;
	background-color: #e53228;
	border-radius: 30px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
p.button-default > *:hover {
	background-color: #1e1e1e;
}
p.button-default span.arrow {
	position: absolute;
	right: 24px;
	top: calc(50% - 4px);
}
p:where(.image, .map) {
	overflow: hidden;
}
p:where(.chara, .image, .map) img {
	width: 100%;
}
p.image-zoom img {
	transition: 0.375s transform ease;
}
a:hover p.image-zoom img,
p.image-zoom a:hover img {
	transform: scale(1.0375);
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce),
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce) > * {
	opacity: 0;
	transition-duration: 1.25s;
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce).active > * {
	opacity: 1;
}
*.scroll.fade,
*.scroll.fade-each > * {
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}
*.scroll.fade-slide,
*.scroll.fade-each-slide > * {
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out, ease;
}
*.scroll.fade-slide-left,
*.scroll.fade-each-slide-left > * {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right,
*.scroll.fade-each-slide-right > * {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up,
*.scroll.fade-each-slide-up > * {
	transform: translate(0px, 40px);
}
*.scroll.fade-slide-down,
*.scroll.fade-each-slide-down > * {
	transform: translate(0px, -40px);
}
*.scroll.fade-slide.active,
*.scroll.fade-each-slide.active > * {
	transform: translate(0px, 0px);
}
*.scroll:where(.fade-zoom, .fade-bounce),
*.scroll:where(.fade-each-zoom, .fade-each-bounce) > * {
	transition-duration: 0.75s;
	transition-property: opacity, transform;
}
*.scroll:where(.fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each-zoom, .fade-each-bounce).active > * {
	transform: scale(1);
}
*.scroll.fade-zoom,
*.scroll.fade-each-zoom > * {
	transition-timing-function: ease-in-out, linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1);
	transform: scale(0.625);
}
*.scroll.fade-zoom.active,
*.scroll.fade-each-zoom.active > *,
*.scroll.fade-bounce.active,
*.scroll.fade-each-bounce.active > * {
	transform: scale(1);
}
*.scroll.fade-bounce,
*.scroll.fade-each-bounce > * {
	transition-timing-function: ease-in-out, linear(0, 0.016, 0.063 9.1%, 0.25, 0.563, 1, 0.813 45.5%, 0.766, 0.75, 0.766, 0.813 63.6%, 1 72.7%, 0.953, 0.938, 0.953, 1, 0.984, 1);
	transform: scale(0.75);
}
*.split-text {
	opacity: 0;
}
html.active *.split-text {
	opacity: 1;
}
*.split-text > * {
	display: inline-block;
}
*.delay-01 {
	transition-delay: calc(0.125s * 1);
}
*.delay-02 {
	transition-delay: calc(0.125s * 2);
}
*.delay-03 {
	transition-delay: calc(0.125s * 3);
}
*.delay-04 {
	transition-delay: calc(0.125s * 4);
}
*.delay-05 {
	transition-delay: calc(0.125s * 5);
}
*.delay-06 {
	transition-delay: calc(0.125s * 6);
}
*.delay-07 {
	transition-delay: calc(0.125s * 7);
}
*.delay-08 {
	transition-delay: calc(0.125s * 8);
}
*.delay-09 {
	transition-delay: calc(0.125s * 9);
}
*.delay-10 {
	transition-delay: calc(0.125s * 10);
}
div.grecaptcha-badge {
	z-index: 1;
	bottom: 20px !important;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	z-index: 100;
}
header#header::before,
header#header :where(*#logo, div.language, p#button-instagram, p.button-contact) {
	position: fixed;
}
header#header::before,
header#header *#logo {
	top: 0px;
}
header#header::before {
	width: 100%;
	height: 80px;
	left: 0px;
	background-color: #e53228;
	content: "";
}
body.admin-bar header#header::before,
body.admin-bar header#header *#logo {
	top: 32px;
}
header#header :where(*#logo, p#button-instagram, p.button-contact) {
	z-index: 10;
}
header#header *#logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 170px;
	left: 0px;
	background-color: #e53228;
	border-bottom-right-radius: 40px;
}
header#header *#logo img {
	width: 124px;
}
header#header p:where(#button-instagram, .button-contact) {
	top: 20px;
}
body.admin-bar header#header p:where(#button-instagram, .button-contact) {
	top: 52px;
}
header#header div.language {
	right: 300px;
	top: 25px;
}
body.admin-bar header#header div.language {
	top: 57px;
}
header#header div.language ul {
	display: flex;
	flex-wrap: wrap;
}
header#header div.language ul li {
	position: relative;
	font-family: "Alan Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #f29893;
}
header#header div.language ul li:not(:last-child) {
	margin-right: 20px;
}
header#header div.language ul li:not(:last-child)::before {
	position: absolute;
	width: 20px;
	right: -20px;
	top: 0px;
	text-align: center;
	content: "/";
}
header#header div.language ul li a {
	transition: 0.25s color ease;
}
header#header div.language ul li a:hover,
body:not(.en) header#header div.language ul li.jp a,
body.en header#header div.language ul li.en a {
	color: #ffffff;
}
header#header p#button-instagram {
	right: 240px;
	font-size: 2.125rem;
	font-weight: 400;
	line-height: 2.5rem;
}
header#header p:where(#button-instagram, .button-contact) a {
	height: 40px;
}
header#header p#button-instagram a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 40px;
	color: #ffffff;
	transition: 0.25s color ease;
}
header#header p#button-instagram a:hover {
	color: #f29893;
}
header#header p.button-contact {
	right: 20px;
}
header#header p.button-contact a {
	width: 200px;
	color: #e53228;
	background-color: #ffffff;
	border-radius: 20px;
}
header#header p.button-contact a:hover {
	color: #ffffff;
	background-color: #1e1e1e;
}
header#header div#menu {
	display: none;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	position: relative;
	background-color: #00aadc;
}
div#cover::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/background-stripe.svg) repeat center top;
	background-size: 500px auto; 
	content: "";
	opacity: 0.075;
}
div#cover div.wrapper {
	position: relative;
	width: calc(100vw - 80px);
	max-width: 1320px;
	height: 1000px;
	margin: 0px auto;
}
div#cover div.slide,
div#cover div.slide div.image p.row,
div#cover div.slide div.image p.row span,
div#cover div.slide p.note,
div#cover :where(div.wave, div.seaweed, div.shell, p.chara, h1, p.date, p.free),
div#cover div.wave::before,
div#cover div.wave::after {
	position: absolute;
}
div#cover div.slide,
div#cover :where(div.wave, div.seaweed, div.shell, p.chara-01, p.chara-02, p.chara-03, p.chara-05) {
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
div#cover.active div.slide,
div#cover.active :where(div.wave, div.seaweed, div.shell, p.chara-01, p.chara-02, p.chara-03, p.chara-05) {
	opacity: 1;
}
div#cover div.slide {
	width: 75%;
	height: 600px;
	left: 5%;
	top: 20px;
	transition-delay: 2s;
}
div#cover div.slide div.image,
div#cover div.slide div.image p.row,
div#cover div.slide div.image p.row span {
	width: 100%;
	height: 100%;
}
div#cover div.slide div.image {
	position: relative;
	mask: url(../images/cover-mask.svg) no-repeat center top;
	mask-size: 100% 100%;
}
div#cover div.slide div.image p.row,
div#cover div.slide div.image p.row span {
	left: 0px;
	top: 0px;
}
div#cover div.slide div.image p.row span {
	display: block;
	animation-duration: 6.75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
div#cover div.slide div.image p.row span.zoom {
	animation-name: cover-image;
}
@keyframes cover-image {
	0% { transform: scale(1); }
	100% { transform: scale(1.075); }
}
div#cover div.slide div.image p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div#cover div.slide p.note {
	right: 80px;
	bottom: 100px;
	z-index: 10;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1rem;
	color: #ffffff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
body.en div#cover div.slide p.note {
	line-height: 0.875rem;
}
div#cover div.wave {
	width: 100vw;
	left: 0px;
	bottom: 0px;
	margin: 0px calc(50% - 50vw);
}
div#cover div.wave::before,
div#cover div.wave::after {
	width: 100%;
	left: 0px;
	content: "";
	mask-repeat: no-repeat;
	mask-size: auto 100%;
}
div#cover div.wave::before {
	mask-position: center bottom;
}
div#cover div.wave-01 {
	height: 520px;
	z-index: 1;
}
div#cover div.wave-01::before,
div#cover div.wave-01::after {
	background-color: #fff03f;
}
div#cover div.wave-01::before {
	height: 240px;
	top: 0px;
	mask-image: url(../images/mask-01.svg);
}
div#cover div.wave-01::after {
	height: calc(100% - 240px);
	top: 240px;
}
div#cover div.wave-02 {
	height: 360px;
	z-index: 3;
}
div#cover div.wave-02::before,
div#cover div.wave-02::after {
	background-color: #ec9c9c;
	background-image: url(../images/background-dot-01.svg);
	background-repeat: repeat;
	background-size: 20px auto;
}
div#cover div.wave-02::before {
	height: 40px;
	top: 0px;
	background-position: center bottom;
	mask-image: url(../images/mask-02.svg);
}
div#cover div.wave-02::after {
	height: calc(100% - 40px);
	top: 40px;
	background-position: center top;
}
div#cover div:where(.seaweed, .shell) {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	transition-delay: 0.5s;
}
div#cover div.seaweed {
	width: 80px;
	height: 163px;
	z-index: 2;
	background-image: url(../images/illust-02.svg);
}
div#cover div.seaweed-01 {
	left: 22.5%;
	bottom: 300px;
}
div#cover div.seaweed-02 {
	right: 15%;
	bottom: 320px;
}
div#cover div.shell {
	width: 1344px;
	height: 211px;
	left: calc(50% - 670px);
	bottom: 110px;
	z-index: 4;
	background-image: url(../images/cover-illust.svg);
	background-size: 100% auto;
}
div#cover p:where(.chara, .date, .free) img {
	width: 100%;
}
div#cover p:where(.chara-01, .chara-02, .chara-03) {
	z-index: 5;
}
div#cover p.chara-01 {
	width: 230px;
	left: 0%;
	bottom: 240px;
	transition-delay: 1s;
}
div#cover p.chara-02 {
	width: 133px;
	left: 40%;
	bottom: 330px;
	transition-delay: 1.125s;
}
div#cover p.chara-03 {
	width: 167px;
	right: 27.5%;
	bottom: 240px;
	transition-delay: 1.25s;
}
div#cover :where(p.chara-04, h1, p.date, p.free) {
	opacity: 0;
	transition: 0.75s opacity ease-in-out, 0.75s transform linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1);
}
div#cover.active :where(p.chara-04, h1, p.date, p.free) {
	opacity: 1;
}
div#cover p.chara-04 {
	width: 137px;
	right: 180px;
	bottom: 530px;
	z-index: 9;
	transition-delay: 2.875s;
	transform: scale(0.625);
}
div#cover.active p.chara-04 {
	transform: scale(1);
}
div#cover p.chara-05 {
	width: 185px;
	right: -2.5%;
	bottom: 300px;
	z-index: 2;
	transition-delay: 1.375s;
}
div#cover p.date {
	width: 242px;
	left: 0px;
	top: 140px;
	z-index: 7;
	transition-delay: 2.5s;
	transform: rotate(-10deg) scale(0.625);
}
div#cover.active p.date {
	transform: rotate(-10deg) scale(1);
}
div#cover p:where(.date, .free) span.flash,
div#cover p:where(.date, .free) span.flash i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
div#cover p.date span.flash {
	mask: url(../images/cover-balloon-01.svg) no-repeat left top;
	mask-size: 100% auto;
}
div#cover p:where(.date, .free) span.flash i {
	transform: rotate(45deg);
}
div#cover p:where(.date, .free) span.flash i::before {
	position: absolute;
	width: 200%;
	height: 200%;
	left: -50%;
	top: -50%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.625) 100%);
	content: "";
	animation: flash 3.25s linear infinite forwards;
}
div#cover p.date span.flash i::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.625) 100%);
}
@keyframes flash {
	0% { transform: translateX(-200%); }
	75% { transform: translateX(200%); }
	100% { transform: translateX(200%); }
}
div#cover :where(p.date, p.free, h1) span.star {
	position: absolute;
	aspect-ratio: 1;
	background: url(../images/illust-01.svg) no-repeat left top;
	background-size: 100% auto;
}
div#cover p.date span.star {
	transform: rotate(10deg);
}
div#cover p.date span.star-01 {
	width: 32px;
	right: -20px;
	top: -60px;
}
div#cover p.date span:where(.star-02, .star-03) {
	width: 24px;
}
div#cover p.date span.star-02 {
	left: 10px;
	top: -20px;
}
div#cover p.date span.star-03 {
	left: -40px;
	bottom: -20px;
}
div#cover p.free {
	width: 220px;
	right: 0px;
	top: 210px;
	z-index: 6;
	transition-delay: 2.25s;
	transform: rotate(10deg) scale(0.625);
}
div#cover.active p.free {
	transform: rotate(10deg) scale(1);
}
div#cover p.free span.flash {
	mask: url(../images/cover-balloon-02.svg) no-repeat left top;
	mask-size: 100% auto;
}
div#cover p.free span.star {
	width: 32px;
	right: -20px;
	bottom: -0px;
	transform: rotate(-10deg);
}
div#cover p.free span.flash i::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46875) 100%);
}
div#cover h1 {
	width: 736px;
	right: -20px;
	top: 60px;
	z-index: 8;
	transition-delay: 2s;
	transform: rotate(5deg) scale(0.625);
}
body.en div#cover h1 {
	width: 687px;
}
div#cover.active h1 {
	transform: rotate(5deg) scale(1);
}
div#cover h1 img {
	filter: drop-shadow(2.5px 2.5px 5px rgba(0, 0, 0, 0.5));
}
div#cover h1 span.star {
	transform: rotate(-10deg);
}
div#cover h1 span:where(.star-01, .star-03) {
	width: 24px;
}
div#cover h1 span.star-01 {
	right: 260px;
	top: -50px;
}
div#cover h1 span.star-02 {
	width: 32px;
	right: 100px;
	top: -50px;
}
div#cover h1 span.star-03 {
	right: 30px;
	top: 20px;
}
body.en div#cover h1 span.star-03 {
	right: 0px;
}



/* --------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------- */

div#title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 280px;
	background: #fcebea url(../images/background-title.svg) repeat left top;
	background-size: 200px auto;
}
div#title div.text {
	text-align: center;
}
div#title div.text :where(h1, p.sub) {
	font-weight: 700;
}
div#title div.text h1 {
	font-family: "Alan Sans", sans-serif;
	font-size: 3.75rem;
	line-height: 3.75rem;
}
div#title div.text p.sub {
	font-size: 1.25rem;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main,
main section,
main section div.inner-section {
	position: relative;
}
main {
	z-index: 10;
}
main section div.inner-section {
	width: 1100px;
	margin: 0px auto;
	padding: 160px 0px;
}
main section:has(div.wave) div.inner-section {
	padding-top: 120px;
}
main section header.common :where(h2, p.sub) {
	font-weight: 700;
}
main section header.common h2 {
	font-family: "Alan Sans", sans-serif;
	font-size: 3.75rem;
	line-height: 3.75rem;
}
main section header.common p.sub {
	font-size: 1.25rem;
}
main p.chara span {
	position: absolute;
	width: 200px;
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
main ul.bullet li,
main article.common div.body ul li {
	position: relative;
	padding-left: 20px;
}
main ul.bullet li::before,
main article.common div.body ul li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 13px;
	background-color: #1e1e1e;
	content: "";
	border-radius: 50%;
}
main ol.decimal,
main article.common div.body ol {
	padding-left: 20px;
}
main ol.decimal li,
main article.common div.body ol li {
	list-style-type: decimal;
}
main article.common div.body a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}
main article.common div.body :where(h1, h2, h3, h4, h5, h6, strong) {
	font-weight: 700;
}
main article.common div.body em {
	font-style: italic;
}
main article.common div.body blockquote {
	padding: 20px;
	background-color: #f2f2f2;
	border-radius: 10px;
}
main article.common div.body table {
	width: 100%;
}
main article.common div.body table :where(th, td) {
	border: 1px solid #d1d1d1;
	padding: 10px;
}
main article.common div.body table th {
	background-color: #f2f2f2;
}
main article.common div.body img.alignleft {
	margin-left: 0px;
	margin-right: auto;
}
main article.common div.body img.alignright {
	margin-left: auto;
	margin-right: 0px;
}
main article.common div.body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
main article.common div.body :where(a.wp-block-button__link, a.wp-block-file__button) {
	display: inline-block;
	height: 50px;
	text-decoration: none;
	font-size: 1rem;
	line-height: 50px;
	color: #ffffff;
	padding: 0px 20px;
	background-color: #1e1e1e;
	border-radius: 25px;
	transition: 0.25s background-color ease;
}
main article.common div.body :where(a.wp-block-button__link, a.wp-block-file__button):hover {
	background-color: #e53228;
}
main :where(div#pager, nav#navi-article) {
	margin-top: 80px;
}
main div#pager,
main nav#navi-article ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
main div#pager {
	margin-bottom: -10px;
}
main div#pager :where(span.current, a),
main nav#navi-article ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #e53228;
	padding-bottom: 2.5px;
	background-color: #fcebea;
	border-radius: 50%;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main div#pager :where(span.current, a:hover),
main nav#navi-article ul li a:hover {
	color: #ffffff;
	background-color: #e53228;
}
main div#pager :where(span.current, a) {
	margin: 0px 5px 10px 5px;
	margin-bottom: 10px;
}
main div#pager a:where(.prev, .next),
main nav#navi-article ul li:where(.prev, .next) a {
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #e53228;
	background-color: #ffffff;
}
main div#pager a:where(.prev, .next):hover,
main nav#navi-article ul li:where(.prev, .next) a:hover {
	background-color: #e53228;
}
main div#pager a.prev,
main nav#navi-article ul li.prev {
	transform: scaleX(-1);
}
main div#pager a:where(.prev, .next) span.arrow,
main nav#navi-article ul li:where(.prev, .next) span.arrow {
	position: absolute;
	left: calc(50% - 4px);
	top: calc(50% - 4px);
	border-color: #e53228;
}
main div#pager a:where(.prev, .next):hover span.arrow,
main nav#navi-article ul li:where(.prev, .next) a:hover span.arrow {
	border-color: #ffffff;
}
main nav#navi-article ul {
	position: relative;
}
main nav#navi-article ul li:where(.prev, .next) {
	position: absolute;
	top: 5px;
}
main nav#navi-article ul li.prev {
	right: calc(50% + 140px);
}
main nav#navi-article ul li.next {
	left: calc(50% + 140px);
}

/* home
-------------------------------------------------------------------------------- */

main section#about,
main section#about div.wave {
	background: #fff1fb url(../images/background-stripe.svg) repeat left top;
	background-size: 240px auto; 
}
main section#about div.wave {
	position: absolute;
	width: 100%;
	height: 240px;
	left: 0px;
	top: -240px;
	mask: url(../images/mask-01.svg) no-repeat center bottom;
	mask-size: auto 100%;
}
main section#about {
	background-position: center top;
}
main section#about div.inner-section {
	padding-top: 80px;
}
main section#about div.wave {
	background-position: center bottom;
}
main section#about div:where(.summary, .kouragumi) {
	position: relative;
}
main section#about div:where(.summary, .kouragumi) p.image {
	position: absolute;
	z-index: 1;
}
main section#about div.summary p.image-01 {
	width: 405px;
	left: -160px;
	top: -220px;
}
main section#about div.summary p.image-02 {
	width: 355px;
	right: -80px;
	top: -200px;
}
main section#about div.summary {
	margin-bottom: 60px;
}
main section#about div.summary h2,
main section#about div.summary p.description {
	text-align: center;
	font-weight: 700;
	color: #e53228;
}
main section#about div.summary h2 {
	font-size: 3.75rem;
	line-height: 5rem;
	margin-bottom: 40px;
}
main section#about div.summary p.description {
	font-size: 1.25rem;
	line-height: 2.5rem;
}
body.en main section#about div.summary p.description {
	line-height: 2.375rem;
}
main section#about div.kouragumi p.image-01 {
	width: 200px;
	left: -60px;
	bottom: 140px;
}
main section#about div.kouragumi p.image-02 {
	width: 326px;
	right: -70px;
	bottom: -80px;
}
main section#about div.kouragumi div.frame {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 700px;
	border: 1px solid #1e1e1e;
	margin: 0px auto;
	padding: 20px 40px;
	background-color: #ffffff;
	border-radius: 20px;
}
main section#about div.kouragumi div.frame p.logo {
	width: 180px;
}
main section#about div.kouragumi div.frame p.description {
	width: calc(100% - 220px);
	font-size: 0.875rem;
	line-height: 1.5rem;
}
body.en main section#about div.kouragumi div.frame p.description {
	line-height: 1.375rem;
}
main section#feature,
main section#feature div.wave {
	background-color: #ffde3f;
	background-image: url(../images/background-dot-02.svg);
	background-repeat: repeat;
	background-size: 40px auto;
}
main section#feature {
	background-position: center top;
}
main section:where(#feature, #home-news, #access, #outline, #faq, #contact) div.wave {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	top: -40px;
	mask: url(../images/mask-02.svg) no-repeat center bottom;
	mask-size: auto 100%;
}
main section#feature div.wave {
	background-position: center bottom;
}
main section#feature div.inner-section {
	padding-bottom: 260px;
}
main section#feature h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 160px;
}
main section#feature h2 img {
	width: 806px;
}
main section#feature div.list div.row,
main section#feature div.list div.row div.inner-row,
main section#feature div.list div.row div:where(.text, .image-chara, .question-chara) {
	position: relative;
}
main section#feature div.list div.row:not(.row-02):not(.row-04) {
	margin-bottom: 200px;
}
main section#feature div.list div.row-02 {
	margin-bottom: 172px;
}
main section#feature div.list div.row::before {
	position: absolute;
	width: 1626px;
	height: 480px;
	top: -60px;
	background: url(../images/background-kani.svg) no-repeat left top;
	background-size: 100% auto;
	content: "";
}
main section#feature div.list div.row:nth-child(2n+1):before {
	right: calc(50% - 880px);
}
main section#feature div.list div.row:nth-child(2n):before {
	left: calc(50% - 880px);
	transform: scaleX(-1);
}
main section#feature div.list div.row div.inner-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main section#feature div.list div.row:nth-child(2n) div.inner-row {
	flex-direction: row-reverse;
}
main section#feature div.list div.row div.text {
	width: calc(100% - 380px);
}
main section#feature div.list div.row div.text :where(p.label, h3),
main section#feature div.list div.row div.image-chara p:where(.image, .chara),
main section#feature div.list div.row div.question-chara p:where(.question, .chara) {
	opacity: 0;
	transition: 0.75s opacity ease-in-out, 0.75s transform linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1);
}
main section#feature div.list div.row.active div.text :where(p.label, h3),
main section#feature div.list div.row.active div.image-chara p:where(.image, .chara),
main section#feature div.list div.row.active div.question-chara p:where(.question, .chara) {
	opacity: 1;
}
main section#feature div.list div.row div.text p.label {
	position: absolute;
	width: 151px;
}
main section#feature div.list div.row:nth-child(2n+1) div.text p.label {
	transform: rotate(-10deg) scale(0.625);
}
main section#feature div.list div.row.active:nth-child(2n+1) div.text p.label {
	transform: rotate(-10deg) scale(1);
}
main section#feature div.list div.row:nth-child(2n) div.text p.label {
	transform: rotate(10deg) scale(0.625);
}
main section#feature div.list div.row.active:nth-child(2n) div.text p.label {
	transform: rotate(10deg) scale(1);
}
main section#feature div.list div.row div.text h3,
main section#feature div.list div.row div.image-chara p:where(.image, .chara),
main section#feature div.list div.row div.question-chara p:where(.question, .chara) {
	transform: scale(0.625);
}
main section#feature div.list div.row.active div.text h3,
main section#feature div.list div.row.active div.image-chara p:where(.image, .chara),
main section#feature div.list div.row.active div.question-chara p:where(.question, .chara) {
	transform: scale(1);
}
main section#feature div.list div.row div.text h3 {
	font-family: "Mochiy Pop One", sans-serif;
	font-size: 3.5rem;
	line-height: 4.75rem;
	margin: 0px -40px 20px 0px;
	text-shadow: 3.75px 3.75px 0px rgba(0, 0, 0, 0.1875);
	transition-delay: 0.25s;
}
body.en main section#feature div.list div.row div.text h3 {
	line-height: 4.5rem;
}
main section#feature div.list div.row div.text p.description {
	font-weight: 700;
	opacity: 0;
	transition: 1.25s opacity 1.25s ease-in-out;
}
body.en main section#feature div.list div.row div.text p.description {
	line-height: 1.625rem;
}
main section#feature div.list div.row.active div.text p.description {
	opacity: 1;
}
main section#feature div.list div.row div:where(.image-chara, .question-chara) {
	width: 340px;
}
main section#feature div.list div.row div.image-chara p.image,
main section#feature div.list div.row div.question-chara p.question {
	transition-delay: 0.75s;
}
main section#feature div.list div.row div.image-chara p.image {
	aspect-ratio: 1;
	border-radius: 50%;
}
main section#feature div.list div.row div:where(.image-chara, .question-chara) p.chara {
	position: absolute;
}
main section#feature div.list div.row-01 div.text p.label {
	left: 0px;
	top: -150px;
}
main section#feature div.list div.row-01 div.text h3 {
	color: #ff648c;
}
main section#feature div.list div.row div.image-chara p.chara,
main section#feature div.list div.row div.question-chara p.chara {
	transition-delay: 0.875s;
}
main section#feature div.list div.row-01 div.image-chara p.chara {
	width: 167px;
	left: -60px;
	top: -80px;
}
main section#feature div.list div.row-01 div.image-chara p.chara span {
	left: calc(100% - 5px);
	top: 20px;
	transform: rotate(-10deg);
}
main section#feature div.list div.row-02 div.text p.label {
	right: 40px;
	top: -40px;
}
main section#feature div.list div.row-02 div.text h3 {
	color: #00b294;
}
main section#feature div.list div.row-02 div.question-chara p.question {
	width: 238px;
	margin-left: auto;
}
main section#feature div.list div.row-02 div.question-chara p.chara {
	width: 166px;
	left: -40px;
	top: 120px;
}
main section#feature div.list div.row-02 div.question-chara p.chara span {
	left: 20px;
	top: -50px;
	transform: rotate(-10deg);
}
body.en main section#feature div.list div.row-02 div.question-chara p.chara span {
	width: 100px;
	top: -70px;
	text-align: center;
}
main section#feature div.list div.row-03 div.text p.label {
	left: 360px;
	top: -80px;
}
body.en main section#feature div.list div.row-03 div.text p.label {
	left: 520px;
}
main section#feature div.list div.row-03 div.text h3 {
	color: #ff5a1e;
}
main section#feature div.list div.row-03 div.image-chara p.chara {
	width: 180px;
	right: -50px;
	bottom: -50px;
}
main section#feature div.list div:where(.row-03, .row-04) div.image-chara p.chara span {
	text-align: right;
}
main section#feature div.list div.row-03 div.image-chara p.chara span {
	right: calc(100% - 30px);
	bottom: 10px;
	transform: rotate(10deg);
}
body.en main section#feature div.list div.row-03 div.image-chara p.chara span {
	right: calc(100% - 40px);
	width: 120px;
	bottom: -10px;
	text-align: center;
}
main section#feature div.list div.row-04 div.text p.label {
	left: 240px;
	top: -80px;
}
body.en main section#feature div.list div.row-04 div.text p.label {
	left: 540px;
}
main section#feature div.list div.row-04 div.text h3 {
	color: #ff3755;
}
main section#feature div.list div.row-04 div.image-chara p.chara {
	width: 184px;
	right: -30px;
	bottom: -60px;
}
main section#feature div.list div.row-04 div.image-chara p.chara span {
	right: 100%;
	bottom: 5px;
	transform: rotate(-10deg);
}
main section:where(#home-news, #outline, #contact) div.wave {
	background-color: #ffffff;
}
main section:where(#home-news, #access) header.common {
	margin-bottom: 60px;
}
main section#home-news div.slide {
	position: relative;
}
main section#home-news div.slide div.list-news {
	overflow: hidden;
}
main section#home-news div.slide div.list-news div.inner-list-news {
	display: flex;
	flex-wrap: wrap;
	width: 9999px;
}
main section#home-news div.slide div.list-news div.row {
	width: calc(1040px / 3);
	margin-right: 30px;
}
main section#home-news div.slide div.pager {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	pointer-events: none;
}
main section#home-news div.slide div.pager p.button {
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	pointer-events: auto;
	cursor: pointer;
	background-color: #e53228;
	border-radius: 50%;
	transition: 0.25s background-color ease;
}
main section#home-news div.slide div.pager p.button:hover {
	background-color: #1e1e1e;
}
main section#home-news div.slide div.pager p.button span.arrow {
	position: absolute;
	left: calc(50% - 4px);
	top: calc(50% - 4px);
}
main section#home-news div.slide div.pager p.button-prev {
	left: -70px;
	transform: scaleX(-1);
}
main section#home-news div.slide div.pager p.button-next {
	right: -70px;
}
main section#home-news p.button-default {
	position: absolute;
	right: 0px;
	top: 150px;
}
main section#access,
main section#access div.wave {
	background-color: #00aadc;
}
main section#access {
	color: #ffffff;
}
main section#access div.fish {
	position: absolute;
	width: 488px;
	height: 165px;
	left: calc(50% + 80px);
	top: 60px;
	background: url(../images/illust-05.svg) no-repeat left top;
	background-size: 100% auto;
}
main section#access div.fish.active {
	opacity: 0.25;
}
main section#access div.column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
main section#access div.column div:where(.left, .right) {
	width: calc(50% - 30px);
}
main section#access div.column p.map {
	border-radius: 20px;
}
main section#access div.column p.map:not(:last-child) {
	margin-bottom: 20px;
}
main section#access div.column p.google-maps {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
main section#access div.column p.google-maps a {
	display: block;
	border-bottom: 1px solid #ffffff;
	transition: 0.25s color ease, 0.25s border-color ease;
}
main section#access div.column p.google-maps a:hover {
	color: #1e1e1e;
	border-color: #1e1e1e;
}
main section#access div.column p.google-maps i.icon {
	font-weight: 400;
	margin-left: 5px;
}
main section#access div.column div.segment:not(:last-child) {
	margin-bottom: 40px;
}
main section#access div.column p.address,
main section#access div.column div.segment :where(h3, h4) {
	font-weight: 700;
}
main section#access div.column p.address,
main section#access div.column div.segment h3 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #1e1e1e;
	padding: 8px 20px;
	border-radius: 20px;
}
main section#access div.column p.address:not(:last-child),
main section#access div.column div.segment h3:not(:last-child),
main section#access div.column div.segment p.description:not(:last-child) {
	margin-bottom: 20px;
}
main section#access div.column p.address {
	background-color: #ffde3f;
}
main section#access div.column div.segment h3 {
	background-color: #ffffff;
}
main section#access div.column div.segment h4 {
	position: relative;
	padding-left: 20px;
}
body.en main section#access div.column div.segment p.description {
	line-height: 1.625rem;
}
main section#access div.column div.segment h4::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 2px;
	top: 10px;
	background-color: #ffffff;
	content: "";
	border-radius: 50%;
}
main section:where(#outline, #faq, #contact) div.inner-section {
	padding-left: 300px;
}
main section:where(#outline, #faq, #contact) header.common {
	position: absolute;
	left: 0px;
	top: 120px;
}
main section#outline div.list div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px dotted #d1d1d1;
	padding: 30px 0px;
}
body.en main section#outline div.list div.row {
	line-height: 1.625rem;
}
main section#outline div.list div.row:first-child {
	border-top: 2px dotted #d1d1d1;
}
main section#outline div.list div.row p.label {
	width: 220px;
	font-weight: 700;
}
main section#outline div.list div.row div.body {
	width: calc(100% - 220px);
}
main section#outline p:where(.chara, .image) {
	position: absolute;
}
main section#outline p.chara {
	width: 203px;
	right: 0px;
	top: -200px;
}
main section#outline p.chara span {
	width: 200px;
	right: calc(100% + 10px);
	top: 50px;
	text-align: right;
	color: #ffffff;
	transform: rotate(10deg);
}
main section#outline p.chara span::before,
main section#outline p.chara span::after {
	position: absolute;
	width: 100px;
	height: 0px;
	right: 10px;
	border-bottom: 1px solid #ffffff;
	content: "";
	transform-origin: right center;
}
main section#outline p.chara span::before {
	top: -10px;
	transform: rotate(10deg);
}
main section#outline p.chara span::after {
	bottom: -10px;
	transform: rotate(-10deg);
}
main section#outline p.image {
	overflow: visible;
}
main section#outline p.image span.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	mask-repeat: no-repeat;
	mask-position: left top;
	mask-size: 100% auto;
}
main section#outline p.image span.mask img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#outline p.image span.water {
	position: absolute;
	aspect-ratio: 1;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
main section#outline p.image-01 {
	width: 315px;
	height: 190px;
	right: -100px;
	top: 160px;
}
main section#outline p.image-01 span.mask {
	mask-image: url(../images/mask-03.svg);
}
main section#outline p.image-01 span.water-01 {
	width: 13px;
	left: -10px;
	top: -10px;
	background-image: url(../images/illust-07.svg);
}
main section#outline p.image-01 span.water-02 {
	width: 42px;
	right: -20px;
	bottom: -30px;
	background-image: url(../images/illust-06.svg);
	transform: scaleX(-1);
}
main section#outline p.image-02 {
	width: 315px;
	height: 195px;
	left: -100px;
	top: 400px;
}
main section#outline p.image-02 span.mask {
	mask-image: url(../images/mask-04.svg);
}
main section#outline p.image-02 span.water-01 {
	width: 42px;
	right: 50px;
	top: -40px;
	background-image: url(../images/illust-06.svg);
}
main section#outline p.image-02 span:where(.water-02, .water-03) {
	background-image: url(../images/illust-07.svg);
}
main section#outline p.image-02 span.water-02 {
	width: 13px;
	left: 20px;
	bottom: -20px;
}
main section#outline p.image-02 span.water-03 {
	width: 26px;
	right: 40px;
	bottom: -60px;
}
main section#outline p.image-03 {
	width: 425px;
	height: 225px;
	right: -100px;
	bottom: 90px;
}
main section#outline p.image-03 span.mask {
	mask-image: url(../images/mask-05.svg);
}
main section#outline p.image-03 span:where(.water-01, .water-02) {
	background-image: url(../images/illust-07.svg);
}
main section#outline p.image-03 span.water-01 {
	width: 26px;
	left: -40px;
	bottom: 10px;
}
main section#outline p.image-03 span.water-02 {
	width: 13px;
	left: 0px;
	bottom: -10px;
}
main section#faq,
main section#faq div.wave {
	background-color: #dacba8;
	background-image: url(../images/background-dot-03.svg);
	background-repeat: repeat;
	background-size: 20px auto;
}
main section#faq {
	background-position: center top;
}
main section#faq div.wave {
	background-position: center bottom;
}
main section#faq div.list-wrapper {
	margin-bottom: 20px;
	transition: 0.25s margin-bottom ease;
}
main section#faq:has(div.list-more.open) div.list-wrapper {
	margin-bottom: 40px;
}
main section#faq div.list:not(:last-child),
main section#faq div.list div.row:not(:last-child) {
	margin-bottom: 20px;
}
main section#faq div.list div.row {
	padding: 0px 30px;
	background-color: #ffffff;
	border-radius: 40px;
}
body.en main section#faq div.list div.row {
	line-height: 1.625rem;
}
main section#faq div.list div.row h3,
main section#faq div.list div.row div.body div.inner-body {
	position: relative;
	padding: 25px 0px 25px 45px;
}
main section#faq div.list div.row h3::before,
main section#faq div.list div.row div.body div.inner-body::before {
	position: absolute;
	left: 0px;
	top: 25px;
	font-family: "Alan Sans", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	color: #e53228;
}
main section#faq div.list div.row h3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 80px;
	text-align: left;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
	cursor: pointer;
	padding-right: 30px;
}
main section#faq div.list div.row h3::before {
	content: "Q.";
}
main section#faq div.list div.row h3 i {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	top: calc(50% - 10px);
}
main section#faq div.list div.row h3 i::before,
main section#faq div.list div.row h3 i::after {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: calc(50% - 1.5px);
	border-bottom: 3px solid #e53228;
	content: "";
	transition: 0.25s opacity ease, 0.25s transform ease;
}
main section#faq div.list div.row h3 i::after {
	transform: rotate(90deg);
}
main section#faq div.list div.row.open h3 i::before {
	opacity: 0;
	transform: rotate(90deg);
}
main section#faq div.list div.row.open h3 i::after {
	transform: rotate(180deg);
}
main section#faq div.list-more,
main section#faq div.list div.row div.body {
	height: 0px;
	overflow: hidden;
}
main section#faq div.list div.row div.body div.inner-body {
	border-top: 2px dotted #d1d1d1;
}
main section#faq div.list div.row div.body div.inner-body::before {
	content: "A.";
}
main section#faq p.button-more span.open,
main section#faq p.button-more.open span.close {
	display: block;
}
main section#faq p.button-more.open span.open,
main section#faq p.button-more span.close {
	display: none;
}
main section#faq p.button-more span.arrow {
	transform: translateY(-1px) rotate(45deg);
}
main section#faq p.button-more.open span.arrow {
	transform: translateY(1px) rotate(-135deg);
}
main section#contact p.chara {
	position: absolute;
	width: 148px;
	left: 0px;
	top: -200px;
}
main section#contact p.chara span.question {
	position: absolute;
	background: url(../images/illust-08.svg) no-repeat left top;
	background-size: 100% auto;
}
main section#contact p.chara span:where(.question-01, .question-02) {
	width: calc(32px * 0.75);
	height: calc(45px * 0.75);
	left: -40px;
}
main section#contact p.chara span.question-01 {
	top: 20px;
	transform: rotate(10deg);
}
main section#contact p.chara span.question-02 {
	top: 100px;
}
main section#contact p.chara span.question-03 {
	width: 32px;
	height: 45px;
	right: -60px;
	top: 60px;
	transform: rotate(-5deg);
}
main section#contact div.inner-section {
	padding-bottom: 200px;
}
main section#contact div:where(.water, .seaweed) {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
main section#contact div.water {
	aspect-ratio: 1;
}
main section#contact div:where(.water-01, .water-02, .water-03, .water-04, .water-05) {
	background-image: url(../images/illust-07.svg);
}
main section#contact div:where(.water-01, .water-03) {
	width: 13px;
}
main section#contact div.water-01 {
	left: 120px;
	bottom: 580px;
}
main section#contact div.water-02 {
	width: 26px;
	left: 20px;
	bottom: 420px;
}
main section#contact div.water-03 {
	left: -20px;
	bottom: 340px;
}
main section#contact div:where(.water-04, .water-05) {
	width: 42px;
	background-image: url(../images/illust-06.svg);
}
main section#contact div.water-04 {
	left: 140px;
	bottom: 180px;
}
main section#contact div.water-05 {
	right: -80px;
	bottom: 120px;
	transform: scaleX(-1);
}
main section#contact div.seaweed {
	bottom: 0px;
}
main section#contact div.seaweed-01 {
	width: 80px;
	height: 163px;
	left: calc(50% - 520px);
	background-image: url(../images/illust-02.svg);
	background-size: 80px auto;
}
main section#contact div:where(.seaweed-02, .seaweed-03) {
	width: 35px;
	background-size: 35px auto;
}
main section#contact div.seaweed-02 {
	height: 63px;
	left: calc(50% - 300px);
	background-image: url(../images/illust-04.svg);
}
main section#contact div.seaweed-03 {
	height: 112px;
	right: calc(50% - 540px);
	background-image: url(../images/illust-03.svg);
}

/* news
-------------------------------------------------------------------------------- */

main div.list-news div.row {
	background-color: #fcebea;
	border-radius: 20px;
}
main div.list-news div.row a {
	display: block;
	position: relative;
	height: 100%;
	padding: 20px;
}
main div.list-news div.row p.image {
	margin-bottom: 20px;
	border-radius: 10px;
}
main div.list-news div.row div.text p.created,
main article.news header p.created {
	font-family: "Alan Sans", sans-serif;
	color: #e53228;
}
main div.list-news div.row div.text h3,
main article.news header h1 {
	font-weight: 700;
}
main div.list-news div.row div.text h3 {
	font-size: 1.25rem;
	line-height: 1.625rem;
}
main article.news {
	width: 800px;
	margin: 0px auto;
}
main article.news header {
	border-bottom: 1px solid #e53228;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
main article.news header p.created {
	font-size: 1.125rem;
	margin-bottom: 5px;
}
main article.news header h1 {
	font-size: 1.75rem;
	line-height: 2.375rem;
}
main section#news div.list-news {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -30px -30px 0px;
}
main section#news div.list-news div.row {
	width: calc(33.33% - 30px);
	margin: 0px 30px 30px 0px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form div.form div.component-wrapper {
	margin-bottom: 60px;
}
main section.form div.form div.component {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	border-bottom: 2px dotted #d1d1d1;
	padding: 30px 0px;
}
main section.form div.form div.component:first-child {
	border-top: 2px dotted #d1d1d1;
}
main section.form div.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 220px;
	height: 50px;
	font-weight: 700;
}
main section.form div.form div.component-radio-checkbox p.label {
	height: auto;
}
main section.form div.form div.component p.label span.require {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 25px;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #ffffff;
	margin-left: 10px;
	padding: 0px 12.5px;
	background-color: #e53228;
	border-radius: 12.5px;
}
main section.form div.form div.component div.body {
	width: calc(100% - 220px);
}
main section.form div.form div.component-radio-checkbox div.body {
	margin-bottom: -10px;
}
main section.form div.form div.component-horizontal div.body {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.form div.component div.body :where(input:where([type=text], [type=email]), select, textarea) {
	width: 100%;
}
main section.form div.form div.component div.body textarea {
	resize: none;
}
main section.form div.form div.component div.body span:where(.mwform-radio-field, .mwform-checkbox-field),
main section.form div.form div.component div.body span:where(.mwform-radio-field, .mwform-checkbox-field) > label {
	display: block;
}
main section.form div.form div.component-radio-checkbox div.body span:where(.mwform-radio-field, .mwform-checkbox-field) {
	margin: 0px 0px 10px 0px;
}
main section.form div.form div.component-horizontal div.body span:where(.mwform-radio-field, .mwform-checkbox-field):not(:last-of-type) {
	margin-right: 30px;
}
main section.form div.form div.component div.body span.error {
	width: 100%;
	font-size: 0.875rem;
	line-height: 25px;
	color: #e53228;
	padding-top: 5px;
}
main section.form div.form div.action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section.form div.form div.action :where(input:where([type=button], [type=submit]), button):not(:last-child) {
	margin-right: 20px;
}
main section.form div.mw_wp_form_complete p.description {
	text-align: center;
	font-weight: 700;
	padding: 160px 0px;
	background-color: #ebebeb;
	border-radius: 10px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	position: relative;
	color: #ffffff;
	padding: 60px 0px 20px 0px;
	background-color: #e53228;
}
footer#footer h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
footer#footer h3 img {
	width: 433px;
}
footer#footer div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
footer#footer p.button-default:not(:last-child) {
	margin-right: 20px;
}
footer#footer p.button-default a {
	height: 80px;
	color: #1e1e1e;
	padding-bottom: 5px;
	background-color: #ffffff;
	border-radius: 10px;
}
footer#footer p.button-default a:hover {
	color: #ffffff;
	background-color: #1e1e1e;
}
footer#footer p.button-default span,
footer#footer p.button-default span i {
	display: block;
}
footer#footer p.button-default span i.sub {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
footer#footer p.button-default span i.main {
	font-weight: 700;
}
body.en footer#footer p.button-default span i.main {
	font-size: 1rem;
	line-height: 1.125rem;
}
footer#footer p.button-default i.icon {
	position: absolute;
	right: 20px;
	top: calc(50% - 0.5em);
	font-size: 0.875rem;
	font-weight: 400;
}
footer#footer p.copyright {
	text-align: center;
	font-family: "Alan Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
}
