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: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	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;
}

.top-about-margin {
	margin-top: 5.25rem;
}

.top-blog-margin {
	padding-top: 5rem;
}

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

.top-contact-margin {
	margin-top: 5rem;
}

.top-footer {
	margin-top: 6.5625rem;
}

.top-info-margin {
	margin-top: 5.2rem;
	padding-bottom: 5.3rem;
	padding-top: 5rem;
}

.top-price-margin {
	margin-top: 5.3rem;
	padding-bottom: 5.3rem;
	padding-top: 5rem;
}

.top-voice-margin {
	margin-top: 5.4rem;
}

.blog-card {
	background: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1.1rem;
	padding-top: 0.875rem;
	transition: transform 0.3s ease;
	width: 100%;
}

.blog-card__image {
	-o-object-fit: cover;
	aspect-ratio: 301/201;
	height: auto;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.blog-card__image img {
	height: 100%;
	transition: opacity 0.3s ease;
	width: 100%;
}

.blog-card__body {
	margin-top: 1.5rem;
	transition: opacity 0.3s ease;
}

.blog-card__date {
	color: #0D2936;
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	line-height: 1.5;
}

.blog-card__title {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.blog-card__body p {
	border-top: 1px solid #408F95;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.2rem;
	padding-top: 1rem;
}

/* ホバーアクション
------------------------------------- */

.blog-card:hover img {
	opacity: 0.8; /* カードをホバーしたときにimgタグの透明度を設定 */
}

.blog-card:hover .blog-card__body {
	opacity: 0.8;
}

.blog-cards__item:nth-child(n+2) {
	margin-top: 2.5625rem;
}

.button__more {
	position: relative;
}

.button__more.slide {
	background-color: #408F95;
	color: #fff;
	display: inline-block;
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	margin-right: 0.25rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
	text-align: center;
	transition: 0.3s ease-in-out;
	width: 12.625rem;
	z-index: 1;
}

/*  重なり部分 */

.button__more::before {
	border: 1px solid #408F95;
	content: "";
	height: 3.375rem;
	left: 0.25rem;
	position: absolute;
	top: 0.25rem;
	width: 12.625rem;
	z-index: -1;
}

.button__more img {
	display: inline-block;
	height: 0.375rem;
	margin-left: 0.5rem;
	vertical-align: middle;
	width: 2.5rem;
}

.button__more svg {
	display: inline-block;
	height: 0.375rem;
	margin-left: 0.5rem;
	vertical-align: middle;
	width: 2.5rem;
}

.button__more:hover svg path {
	stroke: #408F95; /* ストロークの色を変更 */
}

/* スライド後  */

.button__more.slide::after {
	background: #fff;
	border: 1px solid #408F95;
	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%;
	width: 12.625rem;
	z-index: -1;
}

.button__more.slide:hover {
	color: #408F95;
}

.button__more.slide:hover::after {
	transform: scale(1, 1);
	transition: all 0.5s ease 0s;
}

.campaign-card {
	background: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	flex-shrink: 0; /* 幅を変更したくない要素に指定 */
	height: 100%;
}

.campaign-card__image {
	-o-object-fit: cover;
	aspect-ratio: 280/188;
	height: auto;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.campaign-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-shrink: 0; /* 幅を変更したくない要素に指定 */
	height: calc(100% - 15.486vw);
	margin-top: 0;
	padding: 1rem 1rem 1.5rem;
}

.campaign-card__image img {
	height: 100%;
	width: 100%;
}

.campaign-card__title {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 0.45rem;
	padding-top: 0.25rem;
}

.campaign-card__text {
	border-top: 1px solid #408F95;
	font-size: 0.875rem;
	font-weight: 300;
	margin-top: auto;
	padding-top: 1rem;
	text-align: center;
}

.campaign-card__discount {
	color: #0D2936;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	padding-top: 0.5rem;
}

.campaign-card__price {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 0.2rem;
}

span.del {
	-webkit-text-decoration: line-through solid #c94800;
	background-position: 0 100%; /* 斜線の位置を下部に指定 */
	background-repeat: no-repeat; /* 斜線の繰り返しを無効化 */
	background-size: 100% 0.1875rem; /* 斜線の高さを指定 */
	display: inline-block;
	line-height: 1;
	text-decoration: line-through;
	text-decoration: line-through solid #c94800;
}

.campaign-card__current {
	color: #408F95;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.campaign-card__button {
	margin-top: 2.3rem;
	text-align: center;
}

.category-tag {
	border: 1px solid #408F95;
	color: #408F95;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding-bottom: 0.22rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	padding-top: 0.22rem;
}

.footer {
	background: #408F95;
	color: #fff;
	padding-bottom: 3.5rem;
	padding-top: 3rem;
}

.footer__logo {
	height: 2.8125rem;
	width: 7.5rem;
}

.footer__sns {
	padding-top: 1rem;
}

.footer__sp-nav {
	color: #fff;
}

.footer__copy-text {
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

.hamburger {
	height: 1.5rem;
	padding: 0;
	pointer-events: auto;
	width: 2rem;
	z-index: 9999;
}

.hamburger span {
	background: #fff;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: 0.5s; /* アニメーションのプロパティを指定 */
	width: 100%;
}

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

.hamburger span:nth-child(2) {
	margin: 0.6rem 0;
}

.hamburger span:nth-child(3) {
	top: 0;
}

/*is-OPEN時の動き*/

.hamburger.is-open span {
	transition: 0.5s; /* 動きを0.5秒かけて動かす */
	width: 2.5rem;
}

.hamburger.is-open span:nth-child(1) {
	left: -0.3125rem;
	top: 0.7rem;
	transform: rotate(38deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
}

.hamburger.is-open span:nth-child(3) {
	left: -0.3125rem;
	top: -0.8rem;
	transform: rotate(-37deg);
}

.header {
	background: rgba(13, 41, 54, 0.68);
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 1s;
	z-index: 9998;
}

.header.change-color {
	background: #9a9a9a;
	transition: 1s;
}

.header__inner.clicked {
	background-color: #408F95;
}

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

.header__logo {
	height: 2.375rem;
	position: relative;
	width: 6.375rem;
	z-index: 9999;
}

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

.loading-animation {
	align-items: center;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	position: relative;
}

.loading-animation__title {
	left: 53%;
	opacity: 1;
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.loading-animation__title.fade-in {
	animation: fade-in 2s ease forwards;
}

.loading-animation__maintitle {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.54em;
}

.loading-animation__maintitle.color-change {
	color: #ffffff; /* テキストの色を変更する適切なカラーコードを指定してください */
}

.loading-animation__subtitle {
	color: #fff;
	font-family: "Gotu", sans-serif;
	font-size: 1.25rem;
	text-align: center;
}

.loading-animation__subtitle.color-change {
	color: #ffffff; /* テキストの色を変更する適切なカラーコードを指定してください */
}

.loading-animation__image-container {
	height: 100%;
	width: 100%;
}

.loading-animation__image {
	height: 100%;
	width: 100%;
}

.loading-animation__image img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.loading-animation__image1,
.loading-animation__image2 {
	display: none;
}

.loading-animation__image2::after {
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 50%;
}

.pagetop {
	bottom: 0.9375rem;
	display: none;
	height: 3rem;
	position: fixed;
	right: 0.9375rem;
	width: 3rem;
	z-index: 50;
}

.pagetop a {
	cursor: pointer;
	transition: all 0.3s ease;
}

.pagetop a img {
	height: auto;
	width: 100%;
}

/* pcナビ
------------------------------------- */

.pc-nav {
	display: none;
	height: inherit;
}

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

.pc-nav__item {
	height: inherit;
}

.pc-nav__item:first-child {
	padding-left: 0;
}

.pc-nav__item:nth-child(3) {
	letter-spacing: 0.05em;
}

.pc-nav__item:last-child {
	padding-right: 0;
}

.pc-nav__item a {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Gotu", sans-serif;
	font-size: 1.125rem;
	height: inherit;
	justify-content: center; /* Align items vertically */
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.pc-nav__item a span {
	display: inline-block;
	font-size: 0.625rem;
	line-height: 1.5;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.pc-nav__item a span:after {
	background: transparent;
	bottom: -0.25rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1); /*X方向0、Y方向1*/
	transform-origin: center top; /*上部中央基点*/
	transition: all 0.3s;
	width: 100%;
}

.pc-nav__item a:hover span::after {
	background: #fff;
	transform: scale(1, 1); /*X方向にスケール拡大*/
}

.pc-nav__item a span:hover {
	opacity: 1;
	transition: 1s;
}

.scroll-button {
	display: none; /* 初期状態ではボタンを非表示にする */
}

.section-header {
	text-align: center;
}

.section-header__title {
	color: #0D2936;
	font-family: "Gotu", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.25;
}

.section-header__title--lg {
	display: inline-block;
	line-height: 1;
	max-width: 19.6875rem;
	text-align: center;
	width: 100%;
}

.section-header__title--lg.section-header__title {
	font-size: 5rem;
	line-height: 1;
}

.section-header__title::first-letter {
	color: #408F95;
}

.section-header__text {
	color: #408F95;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.section-header__text--contact {
	line-height: 1;
	margin-top: -0.375rem;
	padding-top: 0;
}

.sns-icon {
	display: flex;
	gap: 1rem;
}

.sns-icon__fb,
.sns-icon__ig {
	height: 1.5rem;
	width: 1.5rem;
}

/* spナビ
------------------------------------- */

.sp-nav {
	background-color: #408F95;
	color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 5rem;
	transition: ease 0.3s;
	width: 100%;
	z-index: 1;
}

.sp-nav.is-open {
	animation: fadeIn 0.5s ease;
	display: block;
}

.sp-nav__items {
	display: flex;
	justify-content: space-between;
	overflow-y: auto;
	padding-bottom: 6.9375rem;
	padding-left: 2.3rem;
	padding-right: 1.32rem;
	padding-top: 1.3rem;
}

.sp-nav__items--sp {
	height: 100vh;
}

.sp-nav__items--footer.sp-nav__items {
	height: auto;
	overflow: visible;
	padding-bottom: 2.5rem;
	padding-left: 1.5rem;
	padding-right: 0.625rem;
	padding-top: 2.2rem;
}

.sp-nav__left {
	width: calc(50% - 0.90625rem);
}

.sp-nav__left--drawer {
	min-height: 600px;
}

.sp-nav__right {
	width: calc(50% - 0.90625rem);
}

.sp-nav__right--drawer {
	min-height: 600px;
}

.sp-nav__left--footer {
	width: 47%;
}

.sp-nav__right--footer {
	width: 42%;
}

.sp-nav__left-pc2 {
	padding-top: 2rem;
}

.sp-nav__right-pc2 {
	padding-top: 2.1rem;
}

.sp-nav__item a {
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	width: 100%;
}

.sp-nav__item:nth-child(2) {
	padding-top: 2.2rem;
}

.sp-nav__item:nth-child(3) {
	padding-top: 2.125rem;
}

.sp-nav__item:nth-child(4) {
	line-height: 1.2;
	padding-top: 2.25rem;
}

.sp-nav__item:nth-child(5) {
	padding-top: 1.9rem;
}

.sp-nav__item:nth-child(6) {
	padding-top: 2.25rem;
}

.sp-nav__item:nth-child(7) {
	line-height: 1;
	padding-top: 1.875rem;
}

.sp-nav__item a {
	line-height: 1.2;
	position: relative;
}

/* ヒトデ  */

.nav-link::before {
	background-image: url(../../assets/images/common/hitode.png); /* アイコンのパス */
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 1.125rem; /* アイコンの高さ */
	left: -1.4375rem;
	position: absolute;
	top: 6%;
	width: 1.125rem; /* アイコンの幅 */
}

.sp-nav__item--privacy a::before {
	top: 45%;
}

.sp-nav__subitems {
	display: inline-block;
	padding-top: 1.2rem;
	width: 100%;
}

/*  footer */

.sp-nav__subitems li {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.125;
	width: 100%;
}

.sp-nav__subitems li:not(:first-child) {
	padding-top: 1.5rem;
}

.sp-nav__subitems p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.125;
	width: 100%;
}

.sp-nav__subitem:not(:first-child) {
	padding-top: 1.3rem;
}

.sp-nav__subitem--footer:hover {
	opacity: 0.8;
}

.nav-link:hover {
	opacity: 0.8;
}

/* スペースのスタイル */

.sp-nav__space {
	background: #408f95;
	bottom: 0;
	height: 20px;
	position: fixed;
	width: 100%;
	z-index: 30;
}

.swiper-cp {
	margin-right: calc(50% - 50vw);
	margin-top: 1.7rem;
	padding-bottom: 0.125rem;
}

.swiper-slide {
	height: auto;
}

.swiper-mv { /* スライダー全体の高さを100vhに設定 */
	height: 100vh;
}

.swiper-mv.swiper-wrapper {
	height: 100%;
	width: auto;
}

.swiper-mv.swiper-wrapper.swiper-slide {
	align-items: center; /* フレックスボックスを使用してスライドを中央に配置 */
	display: flex;
	height: 100%;
	justify-content: center;
	width: auto;
}

picture {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.swiper-mv .swiper-slide {
	height: 100%; /* 親要素の高さを100%に指定 */
}

.swiper-mv .swiper-slide img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%; /* imgタグの高さを親要素に合わせる */
	object-fit: cover; /* 画像を親要素に合わせて表示する */
	object-position: center center;
	width: 100%; /* もし必要ならば、幅も100%に指定する */
}

.top-about__wrapper {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
	max-width: 67.5rem;
	position: relative;
	width: 100%;
}

.top-about__image1 {
	aspect-ratio: 128/194;
	height: auto;
	max-width: 25rem;
	position: absolute;
	width: 37%;
	z-index: 2;
}

.top-about__image1 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-about__image2 {
	aspect-ratio: 281/186;
	margin-left: auto;
	max-width: 55rem;
	position: relative;
	top: 1.625rem;
	width: 81%;
	z-index: 1;
}

.top-about__image2 img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* スマホ
------------------------------------- */

.top-about__sp-box {
	margin-top: 4.3rem;
}

/* PC
------------------------------------- */

.top-about__pc-box {
	display: none;
}

.top-about__title {
	color: #408F95;
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
}

.top-about__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.1rem;
}

.top-about__button {
	margin-top: 2.4rem;
	position: relative; /* 追加 */
	text-align: center;
	z-index: 10; /* 追加 */
}

.top-blog__inner.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.top-blog__wrapper {
	margin-top: 1.875rem;
}

.top-blog__button {
	margin-top: 2.48rem;
	position: relative; /* 追加 */
	text-align: center;
}

/* 前後の矢印
------------------------------------- */

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.top-contact {
	position: relative;
}

/* あしらい  */

.top-contact::after {
	background: url(../images/common/contact-deco-sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: 4vw;
	top: -1.7rem;
	width: 6.8125rem;
}

.top-contact__left {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.top-contact__right {
	margin-top: 2.3rem;
}

.top-contact__logo {
	-o-object-fit: cover;
	border-bottom: 1px solid #408F95;
	height: auto;
	object-fit: cover;
	text-align: center;
	width: 100%;
}

.top-contact__logo img {
	aspect-ratio: 174/65;
	display: inline-block;
	height: auto;
	width: 10.875rem;
}

.top-contact__contact p:first-child {
	display: inline-block;
	padding-right: 0.625rem;
}

.top-contact__contact p:not(:last-child) {
	display: inline-block;
	margin-right: 0;
}

.top-contact__contact p:not(:first-child):not(:last-child) {
	margin-top: 0.25rem;
}

.top-contact__contact {
	color: #0D2936;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 1rem;
	text-align: center;
}

.top-contact__image {
	-o-object-fit: cover;
	aspect-ratio: 295/160;
	height: auto;
	margin-top: 1rem;
	object-fit: cover;
	width: 100%;
}

.top-contact__image iframe {
	height: 100%;
	width: 100%;
}

.top-contact__link {
	margin-top: 0.375rem;
	text-align: center;
}

.top-contact__link a {
	color: #408F95;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0;
}

.top-contact__button {
	margin-top: 2.5rem;
	text-align: center;
}

.top-info {
	background: #ddf0f1;
}

.top-info__wrapper {
	margin-top: 1.9rem;
}

.top-info__image {
	aspect-ratio: 345/227;
	margin: 0 auto;
	max-width: 37.5rem;
	position: relative;
	width: 100%;
}

.top-info__image img {
	height: 100%;
	width: 100%;
}

/* アニメーション */

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

div.top-info__image img {
	display: block;
	width: 100%;
}

.top-info__contents {
	margin-top: 1.5rem;
}

.top-info__title {
	border-bottom: 1px solid #408F95;
	color: #0D2936;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 0.25rem;
}

.top-info__contents p {
	color: #0D2936;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.top-info__button {
	margin-top: 2.5rem;
	text-align: center;
}

.top-mv {
	position: relative;
}

.top-price {
	background: #ddf0f1;
}

.top-price__inner.inner {
	max-width: 37.5rem;
	width: 100%;
}

.top-price__image-sp {
	-o-object-fit: cover;
	aspect-ratio: 345/227;
	height: auto;
	margin-top: 1.8rem;
	object-fit: cover;
	width: 100%;
}

.top-price__image-sp img {
	height: auto;
	width: 100%;
}

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

/* あしらい  */

div.top-price__image-pc div.color {
	background-color: #408f95;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

div.top-price__image-pc img {
	display: block;
	height: 100%;
	width: 100%;
}

.top-price__title {
	border-bottom: 1px solid #408F95;
	color: #0D2936;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	padding-bottom: 0.25rem;
}

.top-price__title:not(:first-child) {
	margin-top: 2.45rem;
}

.top-price__content {
	color: #0D2936;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.7142857143;
	padding-top: 0.5rem;
}

.top-price__cat {
	flex: 0 0 73.33333%; /* dt要素の幅を73.33333%に設定 */
}

.top-price__price {
	flex: 0 0 26.66667%; /* dd要素の幅を26.66667%に設定 */
	text-align: right;
}

.top-price__cat:not(:first-child),
.top-price__price:not(:first-of-type) {
	padding-top: 0.5rem;
}

.top-price__button {
	margin-top: 2.5rem;
	text-align: center;
}

.colored-image {
	filter: sepia(100%) brightness(200%) hue-rotate(90deg);
}

.top-voice {
	position: relative;
}

.top-voice__wrapper {
	margin-top: 2.7rem;
}

.top-voice__deco-pc {
	height: auto;
	left: calc(50% - min(45vw, 38.75rem));
	position: absolute;
	top: -15vw;
	width: 20.902777vw;
}

.top-voice__button {
	margin-top: 2.48rem;
	position: relative;
	text-align: center;
	z-index: 10;
}

.voice-card {
	background: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	width: 100%;
}

.voice-card:nth-child(2) {
	margin-top: 2.5rem;
}

.voice-card__header {
	align-items: stretch; /* アイテムの高さを隣接するアイテムに合わせる */
	display: flex;
	justify-content: space-between;
}

.voice-card__contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 0.40625rem);
}

.voice-card__profile {
	font-size: 0.75rem;
	font-weight: 300;
}

/* アニメーション  */

.voice-card__image {
	-o-object-fit: cover;
	aspect-ratio: 151/117;
	height: auto;
	object-fit: cover;
	position: relative;
	width: calc(50% - 0.40625rem);
}

div.voice-card__image div.color {
	background-color: #408f95;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

div.voice-card__image img {
	display: block;
	height: 100%;
	width: 100%;
}

.voice-card__title {
	border-bottom: 1px solid #408F95;
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.0625rem;
	padding-bottom: 0.125rem;
}

.voice-card__text {
	color: #000;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.voice-cards {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.voice-cards__item:nth-child(n+3) {
	margin-top: 2.5rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.top-about-margin {
	margin-top: 9.3125rem;
}

.top-blog-margin {
	padding-top: 6.2rem;
}

.top-campaign-margin {
	margin-top: 7.375rem;
}

.top-contact-margin {
	margin-top: 8.75rem;
}

.top-footer {
	margin-top: 9.5625rem;
}

.top-info-margin {
	margin-top: 8.3375rem;
	padding-bottom: 6.5rem;
	padding-top: 6.1rem;
}

.top-price-margin {
	margin-top: 9rem;
	padding-bottom: 6.5rem;
	padding-top: 6.1875rem;
}

.top-voice-margin {
	margin-top: 9rem;
}

.blog-card {
	max-width: calc(33.333% - 1.6666666667rem);
	padding-top: 1rem;
	width: 100%;
}

.blog-cards {
	display: flex;
	flex-wrap: wrap;
}

.blog-cards__item:nth-child(n+2) {
	margin-top: 0;
}

.blog-cards__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

.blog-cards__item:not(:nth-child(3n+1)) {
	margin-left: 2.5rem;
}

.campaign-card__body {
	padding: 1.5rem 1rem 2.5rem;
}

.campaign-card__text {
	display: inline-block;
	font-size: 1rem;
	margin-left: -0.6875rem;
}

.campaign-card__discount {
	font-size: 1.5rem;
	padding-top: 0.625rem;
}

.campaign-card__price {
	gap: 1.5rem;
}

.campaign-card__current {
	font-size: 2.5rem;
	letter-spacing: 0;
}

.campaign-card__button {
	margin-top: 4.7rem;
}

.category-tag {
	padding-bottom: 0.3125rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 0.3125rem;
}

.footer {
	padding-bottom: 5rem;
	padding-top: 5.1rem;
}

.footer__flex {
	align-items: flex-end;
	display: flex;
	display: inline-block;
	gap: 2.5rem;
}

.footer__logo {
	display: inline-block;
	height: 4.6875rem;
	width: 12.5rem;
}

.footer__sns {
	margin-left: 2.25rem;
	padding-top: 0;
}

.footer__sp-nav {
	display: flex;
}

.footer__copy-text {
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1.2857142857;
	margin-top: 4.7rem;
	text-align: center;
}

.hamburger {
	display: none;
	margin-right: 0.3125rem;
}

.header {
	height: 5.625rem;
}

.header__inner {
	padding: 0 1.25rem 0 2.5rem;
}

.header__logo {
	height: 3.125rem;
	width: 8.3125rem;
}

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

.loading-animation__title {
	left: 51.5%;
	top: 42%;
}

.loading-animation__maintitle {
	color: #408F95;
	font-size: 5rem;
	line-height: 1.25;
}

.loading-animation__subtitle {
	color: #408F95;
}

.loading-animation__image-container {
	background-color: #fff;
	display: flex;
	position: relative;
}

.loading-animation__image {
	display: none;
}

.loading-animation__image1 {
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	position: absolute;
	width: 50%;
}

.loading-animation__image1,
.loading-animation__image2 {
	-o-object-fit: cover;
	aspect-ratio: 720/768;
	display: block;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}

.loading-animation__image1 img,
.loading-animation__image2 img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.loading-animation__image2 {
	backface-visibility: hidden;
	height: 100%;
	position: absolute;
	right: 0;
	width: 50%;
}

.pagetop {
	bottom: 1.25rem;
	height: 5rem;
	right: 1.25rem;
	width: 5rem;
}

.pc-nav {
	display: block;
}

.scroll-button {
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 5rem;
	width: 5rem;
}

.section-header--lg {
	margin-top: 1.125rem;
}

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

.section-header__title--white {
	color: #fff;
}

.section-header__title--white::first-letter {
	color: #fff;
}

.section-header__text {
	margin-top: 0.5rem;
}

.section-header__text--white {
	color: #fff;
}

.section-header__text--contact {
	margin-top: -0.325rem;
}

.sns-icon {
	gap: 1rem;
}

.sns-icon__fb,
.sns-icon__ig {
	height: 2rem;
	width: 2rem;
}

.sp-nav {
	display: none;
}

.sp-nav__items {
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
}

.sp-nav__items--footer.sp-nav__items {
	padding-bottom: 0;
	padding-left: 1.3125rem;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}

.sp-nav__left {
	width: 50%;
}

.sp-nav__right {
	width: 50%;
}

.sp-nav__left--footer {
	width: 50%;
}

.sp-nav__right--footer {
	width: 50%;
}

.sp-nav__left,
.sp-nav__right {
	display: flex;
}

.sp-nav__left-pc1,
.sp-nav__left-pc2,
.sp-nav__right-pc1,
.sp-nav__right-pc2 {
	display: inline-block;
	width: 50%;
}

.sp-nav__left-pc2 {
	padding-left: 1.5rem;
	padding-top: 0;
}

.sp-nav__right-pc1 {
	padding-left: 1.73125rem;
}

.sp-nav__right-pc2 {
	padding-left: 2rem;
	padding-top: 0;
}

.sp-nav__item a {
	padding-top: 0;
}

.sp-nav__item {
	padding-top: 0.9375rem;
}

.nav-link::before {
	left: -1.5rem;
	top: 8%;
}

.sp-nav__item--padding.sp-nav__item {
	padding-top: 0;
}

.sp-nav__space {
	display: none;
}

.swiper-cp {
	margin-top: 2.6rem;
}

.top-about__wrapper {
	display: inline-block;
	margin-top: 2.4rem;
}

.top-about__wrapper::after {
	background: url(../images/common/sango.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: min(-6vw, -4rem);
	content: "";
	height: 11.3125rem;
	position: absolute;
	right: calc(50% - max(44.3vw, 33rem));
	width: 12.125rem;
	z-index: 5;
}

.top-about__image2 {
	height: 100%;
	padding-top: 4.9rem;
	top: 0;
	width: 100%;
}

.top-about__sp-box {
	display: none;
}

.top-about__pc-box {
	display: flex;
	justify-content: space-between;
	left: 17.888%;
	margin-top: 13.8vw;
	max-width: 52.7rem;
	position: absolute;
	top: 0;
	z-index: 2;
}

.top-about__box-left {
	margin-left: 0.3125rem;
	margin-top: 0.1125rem;
	width: 50%;
}

.top-about__box-right {
	width: calc(50% - 1.25rem);
}

.top-about__title {
	color: #fff;
	font-size: 5rem;
	letter-spacing: 0;
	line-height: 1.25;
}

.top-about__text {
	color: #fff;
	margin-left: 0.3125rem;
	margin-top: 0;
}

.top-about__button {
	margin-top: 2.6rem;
}

.top-blog {
	position: relative;
}

.top-blog::after {
	background: url(../images/common/blog-deco.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5625rem;
	left: calc(50% - min(45vw, 38.75rem));
	position: absolute;
	top: 1.7vw;
	width: 27.3125rem;
}

.top-blog::before {
	background-image: url(../../assets/images/common/blog-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 31.25rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

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

.top-blog__wrapper {
	margin-top: 5rem;
}

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

.top-campaign {
	position: relative;
}

.top-campaign__prev {
	content: "";
	left: calc(50% + 20.8vw);
	opacity: 1;
	position: absolute;
	top: 1.5625rem;
}

.top-campaign__next {
	content: "";
	position: absolute;
	right: calc(50% - 37.5vw);
	top: 1.5625rem;
}

.top-contact::after {
	height: 138px;
	right: 3.6vw;
	top: -2.7rem;
	width: 18.8125rem;
}

.top-contact__wrapper {
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: space-between;
	padding-bottom: 5rem;
	padding-left: 3.125rem;
	padding-right: 7rem;
	padding-top: 5rem;
	position: relative;
	width: 100%;
}

.top-contact__left {
	padding-left: 0;
	padding-right: 0;
	width: 47.9302832244%;
}

.top-contact__right {
	margin-top: 0;
	width: 34.3137254902%;
}

.top-contact__logo {
	padding-bottom: 0.0625rem;
}

.top-contact__logo img {
	width: 12.5rem;
}

.top-contact__flex-pc {
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}

.top-contact__contact {
	text-align: left;
	width: 38.6363636364%;
}

.top-contact__image {
	width: 62.0454545455%;
}

.top-contact__line {
	background: #408F95; /*線の色指定*/
	height: 61.444%; /*線の高さ指定*/
	left: 53%; /*横位置の指定*/
	position: absolute;
	top: 50%; /*縦位置の指定*/
	transform: translate(-50%, -50%);
	width: 1px; /*線の幅指定*/
}

.top-info__wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.top-info__image {
	margin: 0;
	width: 50%;
}

.top-info__contents {
	margin-top: 0;
	width: calc(50% - 3rem);
}

.top-info__title {
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: 0.5rem;
}

.top-info__contents p {
	padding-top: 0;
}

.top-price {
	position: relative;
}

.top-price__inner.inner {
	max-width: 70.625rem;
}

.top-price__flex {
	display: flex;
	gap: 3.125rem;
	justify-content: space-between;
}

.top-price__wrapper {
	position: relative;
	width: calc(50% - 2.90625rem);
}

.top-price::after {
	background: url(../images/common/price-deco.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 3.75rem;
	content: "";
	height: 201px;
	left: calc(50% - min(48vw, 38.75rem));
	position: absolute;
	width: 27.3125rem;
}

.top-price__image-pc {
	-o-object-fit: cover;
	aspect-ratio: 492/746;
	height: auto;
	object-fit: cover;
	position: relative;
	width: calc(50% - 2.90625rem);
}

.top-price__title:not(:first-child) {
	margin-top: 2.3rem;
}

.top-price__content {
	font-size: 1rem;
	padding-top: 0.3125rem;
}

.top-price__cat:not(:first-child),
.top-price__price:not(:first-of-type) {
	padding-top: 0.3125rem;
}

.top-price__button {
	margin-top: 5rem;
}

.top-voice::after {
	background: url(../images/common/voice-deco.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 138px;
	left: calc(50% - min(45vw, 38.75rem));
	position: absolute;
	top: -8vw;
	width: 301px;
}

.top-voice__wrapper::after {
	background: url(../images/common/voice-deco2.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: min(-14.1vw, -13.75rem);
	content: "";
	height: 162px;
	position: absolute;
	right: calc(50% - min(47vw, 33.75rem));
	width: 71px;
}

.top-voice__wrapper {
	margin-top: 2.2rem;
	position: relative;
}

.top-voice__button {
	margin-top: 5rem;
}

.voice-card {
	max-width: 32.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
	width: calc(50% - 1.25rem);
}

.voice-card:nth-child(2) {
	margin-top: 0;
}

.voice-card__header {
	gap: 1rem;
}

.voice-card__contents {
	margin-top: 1.25rem;
	width: 100%;
}

.voice-card__flex {
	align-items: flex-end;
	display: flex;
}

.voice-card__profile {
	line-height: 1.5;
}

.voice-card__category {
	margin-left: auto;
}

.voice-card__image {
	max-width: 11.25rem;
	width: 100%;
}

.voice-card__title {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 0.5rem;
	padding-bottom: 0.25rem;
}

.voice-card__text {
	margin-top: 2.5rem;
}

.voice-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 67.5rem;
}

.voice-cards__item:nth-child(n+3) {
	margin-top: 0;
}

.voice-cards__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade-in {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


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