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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

body {
	color: #393939;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.l-inner {
	margin-inline: auto;
	max-width: 100vw;
	padding-inline: 5.3333333333vw;
	text-align: center;
}

.error-404-page-text {
	font-weight: 700;
}

.back-to-home-404 {
	display: inline-block;
	margin-top: 1em;
}

.back-to-home-404-link {
	color: #1391e6;
	font-weight: 700;
	text-decoration: underline;
}

.main-front-page {
	padding-top: 4rem;
	position: relative;
}

.main-front-page-text {
	color: #333;
	font-size: 1rem;
	padding-block: 2rem;
	text-align: center;
}

.c-btn {
	background-color: #fff;
	background-image: url(../img/components/arrow-right-blue.png);
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border: 2px solid #1391e6;
	border-radius: 24px;
	color: #1391e6;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 12px 46px;
	text-align: center;
	transition: background-position 0.3s ease;
}

.c-btn:hover {
	background-color: #1391e6;
	background-image: url(../img/components/arrow-right-white.png);
	background-position: right 4px center;
	color: #ffffff;
}

.to-top {
	bottom: 97px;
	height: 52px;
	position: fixed;
	right: 10px;
	width: 52px;
	z-index: 20;
}

.to-top svg {
	height: 100%;
	width: 100%;
}

#js-header {
	transition: top 0.5s ease-in-out; /* 0.5秒かけて滑らかに移動 */
}

.header {
	background-color: #fff;
	box-shadow: 5px 5px 10px #ddd;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 50;
}

.header__container {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: space-between;
	padding-block: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.header__container.is-open {
	background-color: #1391e6;
}

.header__container__logo-container {
	align-items: center;
	display: flex;
	gap: 11px;
	width: 270px;
}

.header__container__logo-container.is-open {
	display: none;
}

.header__container__logo-icon {
	display: block;
	max-width: 100%;
	width: 12.5925925926%;
}

.header__container__logo-text {
	display: block;
	width: 83.3333333333%;
}

.header__container__logo-container-white {
	align-items: center;
	display: none;
	gap: 11px;
	width: 72%;
}

.header__container__logo-container-white.is-open {
	display: flex;
}

.header__nav-pc-container {
	display: none;
}

.header__nav-list-pc {
	display: flex;
	gap: 22px;
	padding-left: 2px;
}

.header__nav-list-pc-item .header__nav-list-pc-icon {
	height: 20px;
	width: 20px;
}

.header__nav-list-pc-item.is-blog {
	transform: translateX(-2px);
}

.header__nav-list-pc-item.is-contact {
	transform: translateX(-3px);
}

.header__nav-list-pc-item {
	padding-right: 2px;
	padding-top: 10px;
	position: relative;
}

.header__nav-list-pc-item::after {
	background-color: #1391e6;
	bottom: 0;
	content: "";
	display: none;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 20px;
}

.header__nav-list-pc-item:hover {
	color: #1391e6;
}

.header__nav-list-pc-item:hover::after {
	display: block;
}

.header__nav-list-pc-item:hover svg path {
	fill: #1391e6;
}

.header__nav-list-pc-item-link {
	height: 44px;
}

.header__nav-list-pc-icon {
	display: block;
	height: 24px;
	margin-inline: auto;
	width: 24px;
}

.header__nav-list-pc-text {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.8;
	margin-top: 2px;
	text-align: center;
}

.header__nav-list-pc-address {
	margin-left: 5px;
}

.header__address-pc {
	padding-right: 21px;
}

.header__address-pc-address {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
	text-align: right;
}

.header__address-pc-tel {
	align-items: center;
	color: #1391e6;
	display: flex;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	gap: 2px;
	justify-content: center;
	letter-spacing: 0.03em;
}

.header__address-pc-tel-icon {
	display: block;
	height: 28px;
	width: 28px;
}

.header__nav-sp-button {
	height: 17px;
	position: relative;
	width: 27px;
}

.header__nav-sp-button-line {
	background-color: #1391e6;
	border-radius: 1px;
	content: "";
	height: 2px;
	position: absolute;
	transition: 0.3s ease;
	width: 100%;
}

.header__nav-sp-button-line:nth-child(1) {
	left: 0;
	position: absolute;
	top: 0;
}

.header__nav-sp-button-line:nth-child(2) {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.header__nav-sp-button-line:nth-child(3) {
	bottom: 0;
	left: 0;
	position: absolute;
}

.header__nav-sp-button.is-open .header__nav-sp-button-line:nth-child(1) {
	background-color: #fff;
	top: 7px;
	transform: rotate(-45deg);
}

.header__nav-sp-button.is-open .header__nav-sp-button-line:nth-child(2) {
	opacity: 0;
}

.header__nav-sp-button.is-open .header__nav-sp-button-line:nth-child(3) {
	background-color: #fff;
	top: 7px;
	transform: rotate(45deg);
}

.header__nav-container-sp {
	background-color: #1391e6;
	height: 100%;
	opacity: 0;
	padding-bottom: 230px;
	padding-inline: 60px;
	padding-top: 41px;
	pointer-events: none;
	position: fixed;
	top: 58px;
	transition: opacity 1s ease, visibility 1s ease;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.header__nav-container-sp.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.header__nav-list-sp {
	margin-inline: auto;
	max-width: 254px;
}

.header__nav-list-sp-item {
	align-items: center;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 14px;
	border-bottom: 2px dashed #fff;
	color: #ffffff;
	display: flex;
	gap: 17px;
	height: 56.5px;
	position: relative;
	width: 100%;
}

.header__nav-list-sp-item:first-child {
	border-top: 2px dashed #fff;
}

.header__nav-list-sp-item-link {
	align-items: center;
	display: flex;
	gap: 14px;
	height: 100%;
	width: 100%;
}

.header__nav-list-sp-icon {
	height: 24px;
	width: 24px;
}

.header__nav-list-sp-text {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.bubble-wrap-1-2 {
	height: 800px;
	position: relative;
	width: 100%;
}

.bubble-text {
	color: #fff;
	font-size: 1.2rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 20%;
	transform: translate(-50%, -50%);
}

.bubble-1 {
	animation: wiggle 2s infinite alternate;
	background-color: skyblue;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px; /* アニメーション名、時間、繰り返し、反転 */
}

.bubble-2 {
	animation: bubble-rise 7s infinite ease-in-out; /* アニメーション時間も少し長くしてみる */
	background-color: rgba(135, 206, 235, 0.6);
	border-radius: 50%;
	bottom: -60px;
	height: 50px;
	left: 30%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 50px; /* アニメーション名、時間、繰り返し、イージング */ /* 複数の泡で遅延やサイズを変える例 */ /*
  &:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 30%;
    animation-duration: 8s; // 個別に時間を変える
    animation-delay: 0.5s;
  }
  &:nth-child(2) {
    width: 60px;
    height: 60px;
    left: 70%;
    animation-duration: 6s; // 個別に時間を変える
    animation-delay: 1s;
  }
  */
}

/*
@keyframes bubble-morph-rise {
  0% {
    bottom: -60px;
    transform: translateX(-50%) scale(0.8);
    border-radius: 50%;
    opacity: 0.7;
  }
  25% {
    transform: translateX(-60%) scale(1.1) rotate(-10deg);
    border-radius: 45% 55% 50% 50%; // 少し歪む
    opacity: 0.8;
  }
  50% {
    transform: translateX(-45%) scale(0.9) rotate(15deg);
    border-radius: 55% 45% 50% 50%; // 逆方向に歪む
    opacity: 0.75;
  }
  75% {
    transform: translateX(-55%) scale(1.05) rotate(-5deg);
    border-radius: 50% 50% 45% 55%;
    opacity: 0.8;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    bottom: 400px;
    transform: translateX(-50%) scale(1);
    border-radius: 50%;
    opacity: 0;
  }
}

.bubble {
  // ... 他のスタイル ...
  animation: bubble-morph-rise 7s infinite ease-in-out; // こちらも時間を合わせる
}
*/

.bubble-3-wrap {
	background-image: url("../img/test/huum-xn_MghoT9HE-unsplash.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
}

.bubble-text-3 {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

/*
// _l-front-page.scss での設定例
.main-front-page {
  position: relative; // absolute配置の基準点
  height: 100vh;     // 画面の高さいっぱいにする
  background-color: #000; // 背景を黒にする
  overflow: hidden;    // はみ出した要素（泡）を隠す
}
*/

.bubble-3 {
	animation: bubble-rise-3 8s infinite ease-in-out;
	animation-delay: 1.5s;
	background-color: transparent;
	border: 2px solid rgba(135, 206, 235, 0.8);
	border-radius: 50%;
	bottom: -70px;
	box-shadow: 0 0 15px 3px rgba(135, 206, 235, 0.5);
	height: 50px;
	left: 70%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 50px; /* 複数の泡で遅延やサイズを変える例 (nth-childを使う場合) */ /*
  // HTML側で <div class="bubble-3"></div> を複数配置した場合
  &:nth-child(odd) { // 奇数番目の泡
    left: 20%;
    width: 40px;
    height: 40px;
    border-width: 1px;
    box-shadow: 0 0 10px 2px rgba(135, 206, 235, 0.4);
    animation-duration: 9s;
    animation-delay: 2s;
  }
  &:nth-child(even) { // 偶数番目の泡
    left: 80%;
    width: 60px;
    height: 60px;
    border-width: 3px;
    box-shadow: 0 0 20px 5px rgba(135, 206, 235, 0.6);
    animation-duration: 7s;
    animation-delay: 2.5s;
  }
  */
}

.bubble-4 {
	animation: bubble-rise-4 9s infinite ease-in-out;
	animation-delay: 0.5s;
	background-color: transparent;
	border: 2px solid rgba(135, 206, 235, 0.8);
	border-radius: 50%;
	bottom: -70px;
	box-shadow: 0 0 15px 3px rgba(135, 206, 235, 0.5);
	height: 50px;
	left: 20%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 50px; /* nth-child の例は省略 */
}

.drop-container {
	background-color: #f0f0f0;
	height: 200px; /* コンテナからはみ出した水滴を隠す */
	margin-inline: auto;
	max-width: 100vw; /* 背景色 */
	overflow: hidden;
	position: relative;
	width: 50%;
}

.drop-text {
	color: #333;
	font-size: 1rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.drop { /* 最初は透明 */
	animation: falling var(--duration, 2s) var(--delay, 0s) infinite linear; /* 少し縦長に */
	background-color: rgba(0, 123, 255, var(--opacity, 0.7)); /* 青色の半透明 */
	border-radius: 50%;
	height: calc(var(--size, 10px) * 1.5); /* 初期位置を上の方に */
	left: calc(var(--start-x) - var(--size, 10px) / 2); /* 丸に近い形 */
	opacity: 0;
	position: absolute;
	top: -30px; /* 横方向の初期位置と中央揃え */
	width: var(--size, 10px);
}

.fog-container {
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 300px;
}

.fog-text {
	color: #fff;
	font-size: 0.8rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fog-container img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fog-element,
.fog-2,
.fog-1 {
	animation: fogWiggleAndFade 6s forwards ease-in-out;
	background-image: url("../img/test/smoke-no-back.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
}

.fog-1 {
	left: -10%;
	width: 60%;
}

.fog-2 {
	animation-delay: 0.5s;
	right: -10%;
	width: 60%;
}

.bubbles-wrap {
	padding-bottom: 4rem;
	padding-top: 4rem;
	transition: background-color 0.5s ease; /* 滑らかな変化のため */
}

.become-hot-container {
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

.parallax-section {
	align-items: center; /* 背景画像のURLを設定 */
	background-attachment: fixed; /* セクションの高さを設定 */
	background-image: url("../img/test/huum-xn_MghoT9HE-unsplash.jpg"); /* これがパララックスの肝 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	display: flex;
	font-size: 2em;
	height: 400px;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

.content-section {
	background-color: white;
	color: #333;
	padding: 50px;
}

.hidden-element { /* 初期位置を下にずらす */
	opacity: 0;
	position: relative; /* transform の基準点とするため */
	transform: translateY(100px); /* 初期状態を透明にする */
	transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* 滑らかなアニメーション */
}

.visible-element { /* 通常の位置に戻す */
	opacity: 1;
	transform: translateY(0); /* 表示する */
}

.box {
	align-items: center;
	background-color: lightblue;
	display: flex;
	font-size: 1.2em;
	justify-content: center;
	margin: 50px auto;
	min-height: 80px;
	text-align: center;
	width: 80%;
}

.view-box-container {
	height: 600px;
	margin-top: 56px;
	position: relative;
	width: 100%;
}

.view-box-container p {
	color: #fff;
	padding-block: 12px;
	text-align: center;
	z-index: 1;
}

.view-box-container svg {
	aspect-ratio: 680/540;
	display: block;
	margin-inline: auto;
	margin-top: 56px;
	max-width: 600px;
	width: 80%;
}

.view-box-container image {
	-o-object-fit: cover;
	object-fit: cover;
}

.fade-in {
	opacity: 0;
	transition: opacity 2.5s ease-in-out; /* アニメーションを設定 */
}

.fade-in.show {
	opacity: 1;
}

.hidden { /* 初期状態として非表示にするためのスタイル（必要に応じて） */ /* 例：transform: translateY(20px); */
}

/* デモ用のスタイル */

body {
	font-family: sans-serif;
	height: 2000px; /* スクロールできるように高さを設定 */
	margin: 0;
}

.fade-in-item {
	background-image: url("../img/test/huum-xn_MghoT9HE-unsplash.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 30px;
	margin-inline: auto;
	padding: 20px;
	text-align: center;
	width: 50%;
}

.instagram-feed-container {
	text-align: center;
}

.instagram-feed-container p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
}

.instagram-feed-inner-pop-up,
.instagram-feed-inner-app {
	margin: 0 auto;
	margin-top: 2rem;
	max-width: 800px;
	width: 80%;
}

.particles-snow-text {
	color: #333;
	text-align: center;
}

#snow_particles-js {
	background-color: #222;
	height: 480px;
	width: 100%;
}

.wave-text {
	font-size: 1.5rem;
	text-align: center;
}

/* style.css または style.scss などに追加 */

.ripples-container {
	background: url(../img/test/suimen-min.jpg) center center;
	background-size: cover;
	height: 100vh;
	position: relative; /* Ripples効果を適用する要素に必要なスタイル */
}

.ripples-text {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}

.particles-bubble {
	background-color: #72C6EF;
	height: 480px;
	position: relative;
	width: 100vw;
}

.particles-bubble-text {
	color: #fff;
	font-size: 1.5rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.overflow-hidden {
	overflow: hidden;
}

.u-is-red {
	color: #ee5a6d;
}

.grecaptcha-badge {
	visibility: hidden;
}

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

.l-inner {
	max-width: 1280px;
	padding-inline: 10.9375vw;
}

.to-top {
	bottom: 40px;
	right: 20px;
}

.header__container {
	height: 80px;
	padding-block: 40px;
	padding-left: 47px;
}

.header__container__logo-container {
	margin-left: -8px;
}

.header__nav-list-pc {
	gap: 21px;
}

.u-pc-hidden {
	display: none;
}

}

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

.header__nav-pc-container {
	display: block;
}

.header__nav-sp-button {
	display: none;
}

}

@media screen and (max-width: 767px) {

.u-sp-hidden {
	display: none;
}

}

@keyframes wiggle {

0% {
	opacity: 0.8;
	transform: translate(-50%, -50%) scale(1) rotate(0deg) skew(0deg);
}

50% {
	opacity: 0.6;
	transform: translate(-50%, -50%) scale(1.1) rotate(10deg) skew(15deg);
}

100% {
	opacity: 0.8;
	transform: translate(-50%, -50%) scale(1) rotate(-5deg) skew(-10deg);
}

}

@keyframes bubble-rise {

0% {
	bottom: -60px;
	opacity: 0.7;
	transform: translateX(-50%) scale(0.8) rotate(0deg);
}

20% {
	opacity: 0.8;
	transform: translateX(-90%) scale(1.1) rotate(-15deg);
}

40% {
	opacity: 0.75;
	transform: translateX(-15%) scale(0.9) rotate(20deg);
}

60% {
	opacity: 0.8;
	transform: translateX(-65%) scale(1.05) rotate(-10deg);
}

80% {
	opacity: 0.6;
	transform: translateX(-50%) scale(1) rotate(15deg);
}

95% {
	opacity: 0.2;
	transform: translateX(-55%) scale(0.95);
}

100% {
	bottom: 400px;
	opacity: 0;
	transform: translateX(-50%) scale(1);
}

}

@keyframes bubble-rise-3 {

0% {
	border-color: rgba(135, 206, 235, 0.4);
	bottom: -70px;
	box-shadow: 0 0 8px 1px rgba(135, 206, 235, 0.2);
	opacity: 0;
	transform: translateX(-50%) scale(0.6) rotate(5deg);
}

15% {
	border-color: rgba(135, 206, 235, 0.7);
	box-shadow: 0 0 12px 2px rgba(135, 206, 235, 0.4);
	opacity: 0.7;
}

30% {
	opacity: 0.8;
	transform: translateX(-20%) scale(1.2) rotate(-10deg);
}

50% {
	border-color: rgba(135, 206, 235, 0.9);
	box-shadow: 0 0 18px 4px rgba(135, 206, 235, 0.6);
	opacity: 0.75;
	transform: translateX(-90%) scale(0.9) rotate(15deg);
}

70% {
	opacity: 0.8;
	transform: translateX(-25%) scale(1) rotate(-5deg);
}

90% {
	border-color: rgba(135, 206, 235, 0.3);
	box-shadow: 0 0 8px 1px rgba(135, 206, 235, 0.2);
	opacity: 0.3;
	transform: translateX(-75%) scale(0.6);
}

100% {
	border-color: rgba(135, 206, 235, 0);
	bottom: 500px;
	box-shadow: none;
	opacity: 0;
	transform: translateX(-50%) scale(0.6);
}

}

@keyframes bubble-rise-4 {

0% {
	border-color: rgba(135, 206, 235, 0.4);
	bottom: -70px;
	box-shadow: 0 0 8px 1px rgba(135, 206, 235, 0.2);
	opacity: 0;
	transform: translateX(-50%) scale(0.6, 0.6) rotate(5deg) skew(0deg, 0deg);
}

15% {
	border-color: rgba(135, 206, 235, 0.7);
	box-shadow: 0 0 12px 2px rgba(135, 206, 235, 0.4);
	opacity: 0.7;
	transform: translateX(-55%) scale(0.7, 0.9) rotate(0deg) skew(5deg, -2deg);
}

30% {
	opacity: 0.8;
	transform: translateX(-10%) scale(1.3, 0.7) rotate(-10deg) skew(15deg, -8deg);
}

50% {
	border-color: rgba(135, 206, 235, 0.9);
	box-shadow: 0 0 18px 4px rgba(135, 206, 235, 0.6);
	opacity: 0.75;
	transform: translateX(-100%) scale(0.8, 1.2) rotate(15deg) skew(-20deg, 10deg);
}

70% {
	opacity: 0.8;
	transform: translateX(-15%) scale(1.1, 0.9) rotate(-5deg) skew(10deg, -5deg);
}

90% {
	border-color: rgba(135, 206, 235, 0.3);
	box-shadow: 0 0 8px 1px rgba(135, 206, 235, 0.2);
	opacity: 0.3;
	transform: translateX(-80%) scale(0.7, 0.8) rotate(10deg) skew(-12deg, 6deg);
}

100% {
	border-color: rgba(135, 206, 235, 0);
	bottom: 500px;
	box-shadow: none;
	opacity: 0;
	transform: translateX(-50%) scale(0.6, 0.6) rotate(0deg) skew(0deg, 0deg);
}

}

@keyframes falling {

0% {
	opacity: 0.7;
	transform: translateY(0);
}

100% { /* コンテナの下まで移動 */
	opacity: 0;
	transform: translateY(230px);
}

}

@keyframes fogWiggleAndFade {

0% {
	opacity: 0.8;
	transform: translateX(0) scale(1);
}

25% {
	opacity: 0.7;
	transform: translateX(-15px) scale(1.05);
}

50% {
	opacity: 0.5;
	transform: translateX(10px) scale(1.15);
}

75% {
	opacity: 0.2;
	transform: translateX(-5px) scale(1.3);
}

100% {
	opacity: 0;
	transform: translateX(0) scale(1.5);
}

}

