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

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core 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;
}

.sub-mv {
	height: 28.75rem;
	position: relative;
	width: 100%;
}

.sub-mv::before {
	background: url(../images/common/voicefish.png) no-repeat;
	background-size: contain;
	bottom: -6.9375rem;
	content: "";
	height: 3.4375rem;
	left: 1.1875rem;
	position: absolute;
	width: 7.5rem;
	z-index: 1;
}

.sub-mv__img {
	height: inherit;
	width: 100%;
}

.sub-mv__img img {
	-o-object-fit: cover;
	-o-object-position: 72% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 72% 50%;
}

.sub-mv__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sub-mv__title {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.2;
}

.breadcrumb {
	color: #0D2936;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 1.25rem;
	margin-left: 0.25rem;
	margin-top: 0.5rem;
}

.breadcrumb a {
	-webkit-text-decoration: none;
	position: relative;
	text-decoration: none;
}

.breadcrumb a + a::before {
	background: url(../images/common/sub-pages/sub-common/bc-next.png) no-repeat center/contain;
	content: "";
	height: 0.5625rem;
	left: -0.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.about__inner {
	margin-top: 4.5625rem;
}

.about__content {
	margin-top: 1.75rem;
}

.about__img {
	display: flex;
	justify-content: center;
	position: relative;
}

.about__img-left {
	aspect-ratio: 128/194;
	width: 34.1333333333vw;
	z-index: 3;
}

.about__catch {
	color: #fff;
	font-family: "Gotu", sans-serif;
	font-size: max(2.5rem, min(6vw, 5rem));
	font-weight: 400;
	left: 18.5%;
	line-height: 1.25;
	position: absolute;
	top: 30%;
	z-index: 8;
}

.about__img-right {
	aspect-ratio: 281/186;
	margin-left: -4rem;
	margin-top: 1.625rem;
	position: relative;
	width: 74.9333333333vw;
	z-index: 1;
}

.about__img-right-text {
	position: absolute;
	right: 6%;
	top: 18%;
}

.about__img-right-text p {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-right: -0.75rem;
	margin-top: 0.875rem;
	max-width: min(25rem, 28vw);
}

.about__text-title {
	color: #408f95;
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 2.5rem;
}

.about__text-body {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

.about-button {
	margin-left: -1.125rem;
	margin-top: 1.5625rem;
}

.blog {
	margin-top: 5rem;
}

.blog__boxes {
	display: flex;
	flex-direction: column;
	gap: 2.4375rem;
	justify-content: center;
	margin-top: 1.75rem;
}

.blog__box {
	background: #fff;
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	padding: 1rem 1rem 1.5rem 1rem;
}

.blog__box-image img {
	-o-object-fit: cover;
	aspect-ratio: 301/201;
	object-fit: cover;
}

.blog__box-time {
	color: #0d2936;
	display: block;
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.4375rem;
}

.blog__box-title {
	color: #0d2936;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: -0.0625rem;
}

.blog__box-bar {
	background: #408f95;
	height: 0.0625rem;
	margin-top: 0.25rem;
	width: 100%;
}

.blog__box-text {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

.blog__button {
	margin-left: -0.125rem;
	margin-top: 2.5rem;
}

.campaign {
	overflow: hidden;
}

.campaign__inner {
	margin-top: 2.5rem;
	padding-bottom: 0.625rem;
}

.campaign__nav {
	bottom: 0.1875rem;
	height: 5rem;
	left: 2.1875rem;
	position: relative;
	width: 100%;
}

.campaign__nav-prev {
	cursor: pointer;
	left: auto;
	position: absolute;
	right: 12.1875rem;
	top: -27%;
	width: 5rem;
}

.campaign__nav-prev img {
	height: 5rem;
	width: 5rem;
}

.campaign__nav-next {
	cursor: pointer;
	left: auto;
	position: absolute;
	right: 2.1875rem;
	top: -27%;
	width: 5rem;
}

.campaign__nav-next img {
	height: 5rem;
	width: 5rem;
}

.campaign__swiper {
	margin-top: 1.75rem;
	overflow: visible;
}

.campaign-card {
	width: 17.5rem !important;
}

.campaign-card {
	background: #fff;
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	height: auto;
}

.campaign-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 333/223;
	object-fit: cover;
}

.campaign-card__body {
	padding: 1rem 1rem 1.625rem;
}

.campaign-card__tag {
	background: #fff;
	border: 1px solid #408f95;
	color: #408f95;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.833;
	padding: 0.1875rem 0.6875rem;
}

.campaign-card__title {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.campaign-card__bar {
	background: #408f95;
	height: 0.0625rem;
	margin-top: 0.5rem;
	width: 100%;
}

.campaign-card__desc {
	color: #0D2936;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.714;
	margin-top: 0.5rem;
	text-align: center;
}

.campaign-card__price {
	align-items: flex-end;
	display: flex;
	gap: 1.125rem;
	padding-left: 1.1875rem;
	padding-top: 0.3125rem;
}

.campaign-card__old {
	color: #0D2936;
	display: inline-block;
	font-family: Lato;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.campaign-card__old::after {
	background-color: #C94800;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.campaign-card__new {
	color: #408f95;
	font-family: Lato;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.campaign-button {
	margin-left: -0.375rem;
	margin-top: 2.5rem;
}

/* ==================================================
# title
================================================== */

.heading {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	text-align: center;
}

.heading__en {
	color: #0D2936;
	font-family: "Gotu", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;
}

.heading__en::first-letter {
	color: #408f95;
}

.heading__ja {
	color: #408f95;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

/* ==================================================
# button
================================================== */

.button-wrapper-outer {
	text-align: center;
}

.button-wrapper {
	display: inline-block;
	position: relative;
}

.button-wrapper::before {
	background-color: white;
	border: 1px solid #408f95;
	content: "";
	height: 3.375rem;
	left: 0.25rem;
	position: absolute;
	top: 0.375rem;
	width: 12.625rem;
	z-index: 0; /* ボタンの背面 */
}

.button {
	background: #408f95;
	border: 1px solid #408f95;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.571;
	margin: 0 auto;
	overflow: visible;
	padding: 1rem 0.625rem;
	position: relative;
	text-align: center;
	transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	width: 12.625rem;
	z-index: 1;
}

.button svg {
	margin-left: 0.5rem;
	position: relative;
	top: -0.125rem;
}

.button svg path {
	stroke: #fff;
	transition: stroke 0.2s ease;
}

.button:hover svg path {
	stroke: #408f95; /* ホバー時の色 */
}

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

.slide::after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.slide:hover {
	color: #408f95;
}

.slide:hover::after {
	transform: scale(1, 1);
}

/* ==================================================
# アニメーション実装
================================================== */

.colorbox {
	position: relative;
}

.colorbox .color {
	background-color: #408F95;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

/* ==================================================
# hoverした時、白くする。
================================================== */

.hover-white {
	overflow: hidden;
	position: relative;
}

.hover-white::after {
	background: rgba(255, 255, 255, 0.2); /* 白をうっすら */
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s;
}

.hover-white:hover::after {
	opacity: 1;
}

/* ==================================================
# hoverした時、透明にする。
================================================== */

.hover-opacity {
	transition: opacity 0.3s;
}

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

.contact {
	margin-top: 5.0625rem;
	position: relative;
}

.contact::before {
	background: url(../images/common/contact-fish-sp.png) no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: 0.9375rem;
	top: -1.5rem;
	width: 6.8125rem;
	z-index: 2;
}

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

.contact__header {
	margin-left: auto;
	margin-right: auto;
	width: 10.875rem;
}

.contact__bar {
	background: #408f95;
	height: 0.0625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.375rem;
	max-width: 86%;
	width: 100%;
}

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

.contact__footer-left {
	margin-top: 0.875rem;
}

.contact__footer-text {
	color: #0D2936;
	font-size: 1rem;
	font-style: normal; /* 斜体解除 */
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.contact__footer-text:nth-child(n+2) {
	margin-top: 0.25rem;
}

.contact__footer-right {
	box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	width: 18.4375rem;
}

.contact__vertical-bar {
	background: #408f95;
	width: 0.0625rem;
}

.contact__title-main {
	color: #0D2936;
	font-family: "Gotu", sans-serif;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 2.5rem;
	text-align: center;
}

.contact__title-main::first-letter {
	color: #408f95;
}

.contact__title-sub {
	color: #408f95;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: -0.3125rem;
	text-align: center;
}

.contact__reserve {
	color: #408f95;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.286;
	margin-top: 0.5rem;
	text-align: center;
}

.contact__button {
	margin-left: -0.125rem;
	margin-top: 2.4375rem;
}

.footer {
	background: #408f95;
	margin-top: 6.4375rem;
}

.footer__inner {
	padding-top: 3rem;
}

.footer__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.footer__logo {
	margin-right: 14.0625rem;
	width: 7.5rem;
}

.footer__icons {
	display: flex;
	gap: 1rem;
	margin-right: 17.5625rem;
	margin-top: -0.25rem;
}

.footer__icon {
	display: block;
	width: 1.46875rem;
}

.footer__body {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 2.5rem;
	padding-left: 1.75rem;
}

.footer__wrapper {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.footer__nav-column {
	display: flex;
	flex-direction: column;
	min-width: 9rem;
}

.footer__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.125;
	white-space: nowrap;
}

.footer__text:nth-child(n+2) {
	margin-top: 1.5rem;
}

.footer__text.starfish {
	font-weight: 700;
	position: relative;
}

.footer__text.starfish:nth-child(n+2) {
	margin-top: 2.5rem;
}

.footer__text.starfish::before {
	background: url(../images/common/footer-starfish.png) no-repeat;
	background-size: contain;
	content: "";
	height: 1.125rem;
	left: -1.3125rem;
	position: absolute;
	top: 0.0625rem;
	width: 1.125rem;
}

.footer__copyright {
	color: #fff;
	display: block;
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding-bottom: 3.5625rem;
	text-align: center;
}

/* ==================================================
# to-top
================================================== */

.page-top {
	bottom: 0.9375rem;
	height: 3rem;
	opacity: 0;
	position: fixed;
	right: 0.9375rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 3rem;
	z-index: 999;
}

.page-top.is-show {
	opacity: 1;
	visibility: visible;
}

.header {
	background: rgba(13, 41, 54, 0.68);
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 0.9375rem;
}

.header__logo img {
	width: 6.375rem;
}

.header__nav {
	height: inherit;
}

.header__nav-list {
	display: flex;
	gap: 2.5rem;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	height: inherit;
	justify-content: center;
	position: relative;
}

.header__link::after {
	background: #fff;
	bottom: 1.25rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.header__link:hover::after {
	transform: scale(1, 1);
}

.header__link--en {
	color: #fff;
	font-family: "Gotu", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.header__link--ja {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

/* ==================================================
# drawer menu
================================================== */

.drawer-icon {
	height: 1.5rem;
	position: relative;
	position: fixed;
	right: 0.9375rem;
	top: 1.75rem;
	width: 2rem;
	z-index: 10000;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
	left: -0.1875rem;
	top: 0.75rem;
	transform: rotate(36.87deg);
	width: 2.5rem;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
	display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
	left: -0.1875rem;
	top: 0.75rem;
	transform: rotate(-36.87deg);
	width: 2.5rem;
}

.drawer-icon__bar {
	background: #fff;
	border-radius: 100px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 2rem;
}

.drawer-icon__bar:nth-child(2) {
	top: 0.75rem;
}

.drawer-icon__bar:nth-child(3) {
	top: 1.5rem;
}

.drawer-content {
	background: #408f95;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100vw);
	transition: transform 0.3s linear;
	width: 100vw;
	z-index: 14;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content2 {
	gap: 1.875rem;
	margin-left: -0.625rem;
	margin-top: 2.8125rem;
	z-index: 10000;
}

body.is-scrollLock {
	overflow: hidden;
}

.drawer__logo {
	margin-right: 15.25rem;
	margin-top: -1.6875rem;
	width: 6.375rem;
}

.information {
	background: #DDF0F1;
	margin-top: 4.5625rem;
}

.information__inner {
	padding-bottom: 5.1875rem;
	padding-top: 5rem;
}

.information__content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 1.75rem;
}

.information__image {
	aspect-ratio: 345/227;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.information__image img {
	-o-object-fit: cover;
	aspect-ratio: 345/227;
	object-fit: cover;
}

.information__text-title {
	color: #0D2936;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}

.information__bar {
	background: #408f95;
	height: 0.0625rem;
	margin-top: 0.25rem;
	width: 100%;
}

.information__description {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.information__button {
	margin-right: 0.1875rem;
	margin-top: 2.5rem;
}

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

.mv {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mv-swiper {
	width: 100%;
}

.mv-swiper-slide {
	height: 100vh;
	position: relative;
	width: 100%;
}

.mv-swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.mv-slide1 img {
	-o-object-position: 35% 50%;
	object-position: 35% 50%;
}

.mv-slide2 img {
	-o-object-position: 12% 50%;
	object-position: 12% 50%;
}

.mv-slide3 img {
	-o-object-position: 35% 50%;
	object-position: 35% 50%;
}

.mv-slide4 img {
	-o-object-position: 40% 50%;
	object-position: 40% 50%;
}

.mv__content {
	left: 50%;
	position: absolute;
	text-align: center;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.mv__title {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.54em;
	line-height: 1.2;
	margin-right: -1.4375rem;
	margin-top: -0.625rem;
	margin-top: -0.1875rem;
	text-align: center;
}

.mv__sub {
	color: #fff;
	font-family: "Gotu", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0.1875rem;
}

.price {
	background: #DDF0F1;
	margin-top: 5.3125rem;
	padding-bottom: 5.0625rem;
}

.price__inner {
	padding-top: 5rem;
}

.price__contents {
	display: flex;
	flex-direction: column-reverse;
	gap: 2.5rem;
	margin-top: 1.75rem;
}

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

.price__category:nth-child(n+2) {
	margin-top: 2.4375rem;
}

.price__category-title {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.price__category-bar {
	background: #408f95;
	height: 0.0625rem;
	margin-top: 0.25rem;
	width: 100%;
}

.price__item {
	color: #0D2936;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1.714;
	margin-top: 0.5rem;
}

.price__item-name {
	padding-right: 0.9375rem;
}

.price__item-price {
	text-align: right;
}

.price__img {
	aspect-ratio: 345/227;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.price__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.price-button {
	margin-left: -0.1875rem;
	margin-top: 2.375rem;
}

.test {
	color: red;
}

.voice {
	margin-top: 5.1875rem;
}

.voice__boxes {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	margin-top: 2.75rem;
}

.voice__box {
	background: #fff;
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	padding: 0.9375rem 1rem 1.5rem 1rem;
}

.voice__box-wrap {
	align-items: flex-end;
	display: flex;
	gap: 0.8125rem;
	justify-content: space-between;
}

.voice__box-left {
	max-width: 39.7333333333vw;
}

.voice__box-meta {
	display: flex;
	flex-direction: column;
}

.voice__box-age {
	color: #0D2936;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
}

.voice__box-tag {
	background: #fff;
	border: 1px solid #408f95;
	color: #408f95;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.833;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 0.1875rem 0.6875rem;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.voice__box-title {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.1875rem;
}

.voice__box-bar {
	background: #408f95;
	height: 0.0625rem;
	width: 100%;
}

.voice__box-right {
	width: 9.4375rem;
}

.voice__box-right img {
	-o-object-fit: cover;
	aspect-ratio: 180/140;
	object-fit: cover;
}

.voice__box-text {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.0625rem;
}

.voice-button {
	margin-left: -0.125rem;
	margin-top: 2.375rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.sub-mv {
	height: 34.25rem;
}

.sub-mv::before {
	bottom: -15.375rem;
	height: 8.625rem;
	left: 6.25rem;
	width: 18.8125rem;
}

.sub-mv__img img {
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.sub-mv__title {
	font-size: 5rem;
	line-height: 1.25;
	margin-top: 6.25rem;
}

.breadcrumb {
	margin-left: 0;
}

.about__inner {
	margin-top: 8.3125rem;
	position: relative;
}

.about__inner::after {
	background: url(../images/common/coral.png) no-repeat;
	background-size: 100% auto;
	bottom: -11.7%;
	content: "";
	height: 11.3125rem;
	position: absolute;
	right: 5.7%;
	width: 12.125rem;
	z-index: 2;
}

.about__content {
	margin-top: 2.5rem;
}

.about__img-left {
	aspect-ratio: 400/606;
	width: 27.7777777778vw;
}

.about__img-right {
	aspect-ratio: 880/581;
	margin-left: -12.5rem;
	margin-top: 5rem;
	width: 61.1111111111vw;
}

.about-button {
	margin-left: 0.375rem;
	margin-top: 2.5rem;
}

.blog {
	margin-top: 0;
	padding-top: 6.25rem;
	position: relative;
}

.blog::after {
	background: url(../images/common/water.png) no-repeat;
	background-size: 100% auto;
	content: "";
	height: 100%;
	left: 0;
	max-height: 31.25rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blog::before {
	background: url(../images/common/fish1.png) no-repeat;
	background-size: contain;
	content: "";
	height: 12.5625rem;
	left: 6.25rem;
	position: absolute;
	top: 1.5625rem;
	width: 27.3125rem;
	z-index: 1;
}

.heading .blog-title {
	color: #fff;
}

.heading .blog-title::first-letter {
	color: #fff;
}

.blog__boxes {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 5rem;
}

.blog__box {
	flex: 1 1 15.625rem;
	margin-left: 0;
	margin-right: 0;
	max-width: 20.8125rem;
}

.blog__button {
	margin-right: 0.1875rem;
	margin-top: 5rem;
}

.campaign__inner {
	margin-top: 7.5rem;
}

.campaign__swiper {
	margin-top: -2.5rem;
}

.campaign-card {
	width: 20.8125rem !important;
}

.campaign-card__body {
	padding: 1.5rem 0.9375rem 2.6875rem;
}

.campaign-card__tag {
	padding: 0.375rem 1rem;
}

.campaign-card__title {
	margin-top: 0.0625rem;
}

.campaign-card__desc {
	font-size: 1rem;
	line-height: 1.5;
	margin-right: 1.125rem;
	margin-top: 1rem;
}

.campaign-card__price {
	gap: 1.8125rem;
	padding-top: 0.375rem;
}

.campaign-card__old {
	font-size: 1.5rem;
	margin-left: 0.125rem;
}

.campaign-card__new {
	font-size: 2.5rem;
}

.campaign-button {
	margin-left: -0.25rem;
	margin-top: 4.875rem;
}

.heading {
	gap: 0.5rem;
}

.heading__en {
	font-size: 2.5rem;
	line-height: 1;
}

.contact {
	margin-top: 8.75rem;
}

.contact::before {
	background: url(../images/common/contact-fish-pc.png) no-repeat;
	background-size: contain;
	height: 8.875rem;
	right: 3.1875rem;
	top: -2.375rem;
	width: 18.8125rem;
}

.contact__box {
	box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 4.9375rem;
	padding-left: 3.25rem;
	padding-right: 7.1875rem;
	padding-top: 5rem;
}

.contact__header {
	width: 12.5rem;
}

.contact__bar {
	margin-top: 0.5rem;
	max-width: none;
}

.contact__footer {
	flex-direction: row;
	margin-top: 1.5rem;
}

.contact__footer-left {
	margin-left: -0.125rem;
	margin-top: -0.125rem;
}

.contact__footer-text {
	text-align: left;
}

.contact__footer-right {
	box-shadow: none;
	margin-left: 1.3125rem;
	margin-top: 0;
	max-width: 17.0625rem;
	width: 17.0625rem;
}

.contact__title-main {
	margin-top: 1.25rem;
}

.contact__title-sub {
	margin-top: -0.375rem;
}

.contact__reserve {
	margin-top: 0.5rem;
}

.footer {
	margin-top: 10rem;
}

.footer__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 5rem;
}

.footer__header {
	align-items: flex-end;
	flex-direction: row;
	gap: 2.5rem;
}

.footer__logo {
	margin-right: 0;
	width: 12.5rem;
}

.footer__icons {
	margin-bottom: 0.4375rem;
	margin-right: 0;
	margin-top: 0rem;
}

.footer__icon {
	width: 1.875rem;
}

.footer__margin {
	margin-right: 4.75rem;
}

.footer__body {
	gap: 8.875rem;
	margin-right: 3.125rem;
	margin-top: 1.5rem;
	padding-left: 0;
}

.footer__wrapper {
	flex-direction: row;
	gap: 8.8125rem;
}

.footer__nav-column {
	min-width: auto;
}

.footer__copyright {
	font-size: 0.875rem;
	line-height: 1.286;
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.page-top {
	bottom: 1.25rem;
	height: 5rem;
	right: 1.25rem;
	width: 5rem;
}

.header {
	height: 5.625rem;
}

.header__inner {
	padding: 0 2.5rem;
}

.header__logo {
	position: relative;
	top: 0.25rem;
}

.header__logo img {
	width: 8.3125rem;
}

.information {
	margin-top: 8.75rem;
}

.information__inner {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.information__content {
	flex-direction: row;
	gap: 3rem;
	margin-top: 2.5rem;
}

.information__image {
	max-width: 33.75rem;
}

.information__image img {
	aspect-ratio: 540/356;
}

.information__text {
	max-width: 30.75rem;
}

.information__text-title {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 3.8125rem;
}

.information__bar {
	margin-top: 0.5rem;
}

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

.mv-slide1 img {
	-o-object-position: 50% 50%;
	height: 100%;
	object-position: 50% 50%;
}

.mv-slide2 img {
	-o-object-position: 50% 50%;
	height: 100%;
	object-position: 50% 50%;
}

.mv-slide3 img {
	-o-object-position: 50% 50%;
	height: 100%;
	object-position: 50% 50%;
}

.mv-slide4 img {
	-o-object-position: 50% 50%;
	height: 100%;
	object-position: 50% 50%;
}

.mv__title {
	font-size: 5rem;
	line-height: 1.25;
	margin-right: -2.75rem;
}

.mv__sub {
	margin-top: -0.3125rem;
	position: relative;
	top: 0.375rem;
}

.price {
	margin-top: 8.9375rem;
	padding-bottom: 6.4375rem;
}

.price__inner {
	padding-top: 6.25rem;
}

.price__contents {
	flex-direction: row;
	gap: 0;
	margin-top: 2.4375rem;
}

.price__list {
	max-width: 30.75rem;
	width: 100%;
}

.price__item {
	font-size: 1rem;
	line-height: 1.5;
}

.price__img {
	aspect-ratio: 492/746;
	margin-left: 5.8125rem;
	max-width: 30.75rem;
}

.price-button {
	margin-left: 0.0625rem;
	margin-top: 5rem;
	position: relative;
}

.price-button::before {
	background: url(../images/common/pricefish.png) no-repeat;
	background-size: contain;
	content: "";
	height: 12.5625rem;
	left: -5.0625rem;
	position: absolute;
	top: -6.375rem;
	width: 27.3125rem;
	z-index: 1;
}

.test {
	color: #111;
}

.voice {
	margin-top: 8.9375rem;
	position: relative;
}

.voice::before {
	background: url(../images/common/voicefish.png) no-repeat;
	background-size: contain;
	content: "";
	height: 8.625rem;
	left: 6.25rem;
	position: absolute;
	top: -7.5rem;
	width: 18.8125rem;
	z-index: -1;
}

.voice__boxes {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.8125rem;
}

.voice__box {
	max-width: 32.5rem;
	padding: 1.5rem;
}

.voice__box-wrap {
	gap: 1rem;
}

.voice__box-left {
	max-width: 17.25rem;
}

.voice__box-meta {
	align-items: flex-end;
	flex-direction: row;
	justify-content: space-between;
}

.voice__box-tag {
	padding: 0.3125rem 0.9375rem;
}

.voice__box-title {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.voice__box-bar {
	margin-top: 0.25rem;
}

.voice__box-right {
	width: 11.25rem;
}

.voice__box-text {
	margin-top: 2.5rem;
}

.voice-button {
	margin-top: 5rem;
	position: relative;
}

.voice-button::after {
	background: url(../images/common/voicetatsu.png) no-repeat;
	background-size: contain;
	content: "";
	height: 10.125rem;
	position: absolute;
	right: 0rem;
	top: -2.25rem;
	width: 4.4375rem;
	z-index: -1;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@media screen and (max-width: 47.9375rem) {

.blog__inner.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}


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