@charset "UTF-8";

/* ==============================================================================
共通設定
=================================================================================*/
* {
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0; /* ページ全体の余白をリセット */
    padding: 0;
}

body {
  background-image: url(../images/hana-haikei.jpg);
  font-family: "Noto Serif JP", serif;
  background-attachment: fixed;
  background-size: 100%; /* 幅を300px、高さは自動調整 */
  background-position: center;
  min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;    /* アスペクト比を維持 */
}

.main,footer {
  max-width: 767px;
  margin: auto;
  background-color: #fff;
}

.main {
  margin-top: 0px;
  z-index: 1;
  box-shadow: 0 0 11px rgba(0,0,0,.2);
}

/* アニメーションの初期設定 */
/* アニメーション */
@keyframes slideUp {
  0% {
    transform: translateY(50px); /* 下から開始 */
    opacity: 0; /* 非表示 */
  }
  
  100% {
    transform: translateY(0); /* 元の位置 */
    opacity: 1; /* 完全に表示 */
  }
}

.slide-up.in-view {
  animation: slideUp 1s ease-in-out forwards; /* アニメーション適用 */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* Adjust this value as needed */
}



/* ==============================================================================
ヘッダー
=================================================================================*/

  
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.0em;
  background: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}


.logotype {
  position: fixed;
  top: 20px;
  left: 1.4em;
  color: #333;
  z-index: 1001;
}

nav {
  display: flex;
  align-items: center;
}


.menu__box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

  .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 3;
    opacity: 0.9;
  }

  .menu__box li {
    z-index: 1000 !important; 
  }



.menu__item {
  display: flex;
  flex-direction: column;
  padding: 0 1em 0 1.9em;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu__box li:first-child .menu__item {
  margin-top: 80px;
}


.menu__item {
  display: block;
  padding: 12px 24px;
  color: #5854a8;
  font-size: 20px;
  font-weight: 600;
  transition-duration: 0.5s;
  border: 2px solid #5854a8; /* 四角い枠線 */
  padding: 10px; /* 内側の余白 */
  margin-top: 10px;
  margin-left: 90px;
  margin-right: 90px;
  border-radius: 10px; /* 四隅を少し丸くする（任意） */
}

.menu__item:hover {
  background-color: #5854a8;
  color: #fff;
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #5854a8;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #5854a8;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
}

.menu__btn {
  position: fixed;
  top: 20px;
  right: 1.4em;
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1002;
  margin-right: 15px;
  margin-top: 8px;
}


.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #5854a8;
  z-index: 3;
}
.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #5854a8;
  content: "";
  top: -12px;
  transition-duration: 0.25s;
  z-index: 3;
}
.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #5854a8;
  content: "";
  top: 12px;
  transition-duration: 0.25s;
  z-index: 3;
}


 .leftmenu-box {
  list-style-type: none;
 }

 .logo-sp{
  width: 50px;
  display: none;
 }

 .logo-pc{
  width: auto;
  height: 50px;
 }

/* topボタン */
.top-btn {
position: fixed;
bottom: 20px;
right: 300px;
z-index: 2;
}
@media screen and (max-width: 1200px) {
.top-btn {
  right: 30px;
}
}
/* 右側に固定するナビゲーション */
.sns-box {
width: 200px;
display: block;
position: fixed;
bottom: 20px;
right: 1.4em;
z-index: 2;
}
.follwus {
width: 150px;
margin: 0 25px;
}
.snsbox-top {
margin-bottom: 50px;
}
.snsbox-top img {
height: 42px;
}
.copy-link-button {
  background-color: transparent;
}
.bgc-rgba {
background-color: rgba(88, 66, 168, 0.6);
padding: 20px;
}
.bgc-rgba li {
margin: 0 20px;
}
.snsbox-list {
display: flex;
list-style-type: none;
justify-content: space-between;
}
.snsbox-line {
text-align: center;
}
.snsbox-line p {
color: #fff;
margin: 10px 0;
}
.snsbox-item {
margin: 10px;
}
.snsbox-img {
width: auto;
height: 40px;
}
.boxline-img{
width: 100%;
}

/* 画面幅1200px未満の場合非表示にする */
@media screen and (max-width: 1200px) {

.sns-box {
  display: none;
}


}

 /* 画面幅が900px未満の場合に非表示にする */
 @media screen and (max-width: 900px) {
  .fixed-nav {
    display: none; /* 非表示 */
  }
  .logo-sp {
    display: block;
  }
  .logo-pc {
    display: none;
  }
  }
  
  /* 左側に固定するナビゲーション */
  .fixed-nav {
  position: fixed; /* 固定位置 */
  top: 0; /* 上端に配置 */
  left: 0; /* 左端に配置 */
  padding-left: 1.4rem;
  width: 200px; /* ナビゲーションの幅 */
  height: 400px; /* フッターの高さ分を引く */
  color: white;
  margin-top: 150px;
  z-index: 2;
  font-size: 24px;
  }
  
  .fixed-nav ul {
  list-style-type: none; /* リストマーカーを非表示 */
  }
  
  .fixed-nav li {
  padding: 15px; /* 四角い枠線 */
  padding: 10px; /* 内側の余白 */
  margin-top: 10px;
  border-radius: 5px; /* 四隅を少し丸くする（任意） */
  }
  
  .fixed-nav a {
  text-decoration: none; /* 下線を削除 */
  color: #333;
  font-size: 20px;
  font-weight: 500;
  }
  
  .fixed-nav a:hover {
    color: #7b00f5; /* ホバー時の色変更 */
    }
  
  /* メインコンテンツ */
  .main-content {
  margin-left: 200px; /* ナビゲーションの幅分だけ余白を確保 */
  padding: 20px;
  }
  
  
  @media screen and (min-width: 768px) {
  .menu__item {
    margin-left: 200px;
    margin-right: 200px;
    font-size: 25px;
  }
  .main {
    margin-top: 50px; 
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  }
  

/* ==============================================================================
トップ
=================================================================================*/

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#pr {
  margin: 0px  0 100px 0;
}

#best {
  margin-top: 20px;
}

#esthetic {
  margin: 50px 0;
}

#removal {
  margin: 50px 0;
}

#merchandise {
  margin: 50px 0;
}

#mens {
  margin: 50px 0;
}


/* ==============================================================================
ABOUT
=================================================================================*/
.purple_line {
  display: block; /* ブロック要素として扱う */
  margin: 0 auto; /* 左右のマージンを自動設定して中央揃え */
  max-width: 100%; /* 画像が親要素を超えないようにする */
  height: auto; /* アスペクト比を維持 */
}

#explanation h2 {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 20px;
  font-size: calc(18/16*1rem); 
}

#explanation p {
  text-align: justify; /* 両端揃え */
  font-size: 16px; 
  padding: 0 15px;
  line-height: 1.8;
}

#explanation p.tentyo {
  text-align: right;
  text-align-last: right; /* 追加 */
  margin-top: 15px;
 margin-right: 9px;
}

.osusume-naiyou {
  font-size: 15px;
  margin-right: 5%;
  margin-left: -5%;
}

.osusume {
  text-align: center;
}

.osusume h3 {
  text-align: center;
  margin-top: 30px;
  font-size: calc(18/16*1rem); 
  font-weight: 600;
}

.underline {
  border-bottom: solid 5px #eab6ff;
  width: 50%;
}

.osusume p {
  text-align: left;
  margin-top: 40px;
  line-height: 2.3;
  padding-left: 40px;
  padding-right: 20px;
}

.osusume-btn {
  text-align: center;
  margin-top: 30px;
  color: #5845a8;
  font-size: 18px;
  font-weight: 600;
}

.salon-about {
  color: #5845a8;
}



.btn-title {
  border: 1px solid #5845a8; /* 四角い枠線 */
  padding:  5px 20px;
}

.nakoan {
  width: 60%;
}



#explanation {
  margin: 80px 0 50px 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2.0;
}



#google-map {
  text-align: center;
}

.ohana-about {
  margin-left: 240px;
  margin-bottom: -89px;
  z-index: 10; /* 他の要素より前面に表示 */
  width: 70px;
  height: auto;
} 


.underline-text {
  position: relative;
  display: inline-block;
}

.osusume-title {
  z-index:21;
}

.underline-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 6px;
  background-color: rgba(204, 51, 255, 0.5);
  z-index: 0;
}

.osusume li {
  text-align: left;
  list-style-type: none;
}

.osusume ul {
  margin-left: 15%;
}


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

  #explanation {
    margin: 150px 0 50px 0;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 2.0;
  }

  #explanation h2 {
    font-size: 24px;
    padding-top: 25px;
  }

  #explanation p {
    font-size: 18px;
    margin-top: 25px;
  }

  .underline-text {
    font-size: 24px;
  }

  .osusume-naiyou {
    font-size: 20px;
    margin-top: 30px;
  }

  .osusume p {
    padding-left: 200px;
  }


  .ohana-about {
margin-right: -100px;
width: 100px;
height: auto;
margin-bottom: -120px;
}


.btn-title {
  font-size: 24px;
}

.osusume ul {
  margin-left: 25%;
}

.nakoan {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 30px;
}


}




/* ==============================================================================
サービス
=================================================================================*/




.osusume {
  object-fit: cover;
}

#pr {
  text-align: center;
  background-image:url(../images/haikei_top01.png) ;
  width: 100%;
  background-position: center;
  background-size: cover ;
  overflow: visible;
  margin-top: 100px;
  padding-bottom: 80px;
  border-radius: 80px 80px 0 80px;
  z-index: 1;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}


#pr .service {
  margin-top: -100px; /* 上下左右に20pxはみ出す */
  margin-bottom: 10px;
  width: 160px;
  height: auto;
}

.servic-title {
  margin-top: 50px;
  font-size: 20px;
  margin-bottom: 80px;
} 

.body {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.body-setsumei {
  margin-top: 20px;
  font-size: 16px;
}

.body-img {
  margin-top: 30px;
  margin-bottom: 40px;
  z-index:0;
}

.body-btn a {
  background-color: rgba(88, 69, 168, 0.5);
  padding: 10px 15px;
  color: #fff;
  transition: all 0.3s ease;
}

.best-btn {
  margin-bottom: 100px;
}

.ohana-body {
  position: absolute;
  z-index: 2; /* 他の要素より前面に表示 */
  width: 80px;
  height: auto;
  margin-top: 160px;
  left: 10px;
  top: 20%; /* 縦方向の位置を調整 */
  left: 4%; /* 横方向の位置を調整 */
} 

.ohana-face {
  position: absolute;
  z-index: 10; /* 他の要素より前面に表示 */
  width: 80px;
  height: auto;
  margin-top: 160px;
  top: 47%; /* 縦方向の位置を調整 */
  right: 5%; /* 横方向の位置を調整（右寄せ） */
} 


.ohana-ke{
  position: absolute;
  z-index: 10; /* 他の要素より前面に表示 */
  width: 80px;
  height: auto;
  margin-top: 150px;
  right: 5%;
}

.body-btn a:hover {
  background-color: rgba(88, 69, 168, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(88, 69, 168, 0.2);
}

.yoyaku-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s ease;
}

.yoyaku-btn img {
  transition: all 0.3s ease;
  display: block;
}

/* フローティングエフェクト */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.yoyaku-btn {
  animation: float 2s ease-in-out infinite;
  transform: scale(1.08); /* 数値を変更 */
  filter: drop-shadow(0 0 20px #fff);
}


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

  #pr {
    margin-top: 150px;
    border-radius: 120px 120px 0 120px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 150px;
  }


  .servic-title p {
    font-size: 26px;
  }

  .servic-title{
    font-size: 24px;
    margin: 100px 0;
  }

  .body {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .body-setsumei {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .body-btn {
    font-size: 24px;
  }

.best-btn {
  margin-top: 70px;
  margin-bottom: 130px;
}

.yokoku-img {
  width: 450px;
}

.ohana-body {
  width: 100px;
  top: 22%
}

.ohana-face {
  width: 100px;
  top: 50%;
}

.ohana-ke {
  width: 100px;
  top: 77%;
}

#pr .service {
  width: 200px;
}

}


@media screen and (min-width: 768px) {
#esthetic .owner {
  margin-bottom: -100px;
}

}




/* ==============================================================================
予約の流れ
=================================================================================*/


.body-img {
  width: 100%;
  height: auto;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  display: block;
}

.ohana-flow {
  position: absolute; /* 親要素内で絶対位置指定 */
  top: 0; /* セクションの上部に配置 */
  width: 140px; /* 必要に応じて幅を調整 */
  height: auto; /* アスペクト比を維持 */
  margin-top: -30px;
  right: 1px;
  z-index: 10; /* 他の要素より前面に配置 */
}


#esthetic  {
  text-align: center;
  left: 0;
  right: 0;
  z-index: 0;
  margin-top: -198px;
  object-fit: cover;
}

.owner {
  width: 100%;
  height: auto;
}

#removal {
  background-image: url(../images/haikei_top01.png);
  border-radius: 0 80px 80px 80px;
  width: 100%;
  background-position: center;
  background-size: cover ;
  overflow: visible;
  margin-top: 0;
  padding-bottom: 10px;
  border-radius: 0px 80px 80px 80px;
  z-index: 1;
  margin-top: -180px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.img-flow {
  margin-top: 50px;
  margin-bottom: -15px;
}

#removal h2 {
  text-align: center;
}

.step1 {
  margin-left: 20px;
  margin-top: 50px;
}

.step1 img {
  width: 22%;
}

.step-title {
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
  font-weight: 600;
}

.step-setsumei {
  text-align: justify; /* 両端揃え */
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
}

.step-img {
  display: block; /* ブロック要素として扱う */
  margin: 0 auto; /* 左右のマージンを自動設定して中央揃え */
  max-width: 100%; /* 必要に応じて画像の幅を調整 */
  height: auto; /* アスペクト比を維持 */
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
}


.annai {
  text-align: center; /* テキストを中央揃え */
  margin: 20px 0; /* 上下に余白を設定し、左右を自動調整で中央揃え */
  padding-bottom: 20px;
  font-size: 15px; /* フォントサイズを調整 */
  line-height: 2.0; /* 行間を調整 */
  max-width: 100%; /* 必要に応じて幅を制限（任意） */
  font-weight: 500;
}

.muryo-btn {
  position: absolute; /* 親要素内で絶対位置指定 */
  z-index: 10; /* 他の要素より前面に表示 */
  transform: translateX(-50%); /* 完全に中央揃え */
  left: 50%; /* 左端から中央へ配置 */
  margin-top: -65px;
}

.muryo-btn img {
  height: auto; /* アスペクト比を維持 */
  transition: all 0.3s ease;
  max-width: 270px;
}

.muryo-btn:hover img {
  transform: scale(1.08); /* 数値を変更 */
  filter: drop-shadow(0 0 20px #fff);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


@media screen and (min-width: 768px) {
  #removal {
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;
    border-radius: 0px 200px 200px 200px;
  }

  .step-img {
    width: 700px;
    margin-top: 50px;
    margin-bottom: 100px;
  } 


.img-flow  {
  margin-bottom: 50px;
  width: 150px;
}


/* 画像サイズ調整 */
.step1 img{
  width: 16%;
}

.step-title {
  font-size: 30px;
  margin-top: 40px;
}

.step-setsumei {
  font-size: 18px;
  margin-top: 30px;
}

.annai {
  font-size: 24px;
}

.muryo-btn img {
  max-width: 800px;
  height: 60px;
}

.ohana-flow {
  margin-top: -30px;
  z-index: 10; /* 他の要素より前面に配置 */
  width: 250px !important;
}

}



/* ==============================================================================
ホームケア
=================================================================================*/
#flex {
  background-image: url(../images/oil_ohana.png);
  margin-top: -130px;
  background-size: 400px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  background-position: 50% -18%; /* 横方向50%、縦方向50%（中央） */
}

#flex img {
  margin-top: 170px;
  width: 200px;
}

#flex .homecare-annai {
  font-size: 18px;
  line-height: 2.0;
}

#flex .osusume-btn {
  margin-top: 50px;
}

.osusume-a {
  display: inline-block;
  text-decoration: none;
}

.osusume-btn {
  padding: 15px 30px;
}

.btn-title:hover {
  background-color: #5845A8;
  color: white; /* テキスト色を白に変更 */
}

@media screen and (min-width: 768px) {
  #flex {
    background-image: url(../images/oil_ohana.png);
    margin-top: -260px;
    background-size: 100% auto;
    text-align: center;
    background-position: center center; /* 中央揃え */
    background-position: 70% -5%; /* 横方向50%、縦方向50%（中央） */
  }
  

  #flex img {
    width: 300px;
    margin-bottom: 20px;
    margin-top: 400px;
  }

  .btn-title {
    font-size: 24px;
  }

  #flex .homecare-annai {
    font-size: 20px;
  }

  #flex .osusume-btn {
    margin-top: 130px;
  }

  .homecare-annai {
    margin-left: 5%;
  }

  .btn-title {
    margin-left: 5%;
  }

  .homecare img {
    margin-left: 3%;
  }
}


/* ==============================================================================
メンズ
=================================================================================*/
#mens img {
  width: 100%;
  margin-top: 15px;
}


.mens-btn {
  margin-top: 35px;
}

.mens-title {
    background-color: #5845A8;
    color: #fff;
    padding: 10px 30px;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #mens img {
    width: 100%;
    margin-top: 50px;
  }

  .mens-title {
    font-size: 24px;
  }

}

.mens-title:hover {
  color: #5845A8;
  background-color: #fff;
  border: solid 1px #5845a8;
}





/* ==============================================================================
コンタクト
=================================================================================*/
#contact {
  text-align: center;
  background-color: #ede2e0;
  border-radius: 180px 180px 0 0px;
  margin-top: 100px;
  z-index: 1;
  position: relative;
}

#contact img {
  margin-top: 35px;
  width: 200px;
  margin-bottom: -20px;
}

 .yyoyaku-btn {
  margin-top: 40px;
}

.yyoyaku-title {
  background-color: #cc9966;
  color: #fff;
  padding: 15px 50px;
  border-radius: 15px;
} 

.otoi-btn {
  margin-top: 50px;
}

.otoi-title {
  background-color: #cc9966;
  color: #fff;
  padding: 15px 40px;
  border-radius: 15px;
} 

.contact-setumei {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}

.tel {
  font-size: 24px;
  margin-top: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 35px;
}

.no-decoration {
  color: inherit; /* 親要素の色を継承 */
  text-decoration: underline solid 2px;
}

.contact-setumeippp {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

#contact .contactfonts {
  margin-top: -100px; /* 上下左右に20pxはみ出す */
  width: 160px;
  height: auto;
}


.yyoyaku-title:hover {
  background-color: #D6BFAB;
}

.otoi-title:hover {
  background-color: #D6BFAB;
}

@media screen and (min-width: 768px) {
  #contact {
    margin-top: 200px;
    border-radius: 400px 400px 0 0px;
  }

  #contact .contactfonts {
    width: 250px;
    margin-top: -40px; /* 上下左右に20pxはみ出す */
  }

  .contact-setumei {
    margin-top: 30px;
    font-size: 24px;
  }

  .contact-setumeippp {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;  
  }

  .yyoyaku-title,.otoi-title {
    font-size: 24px;
  }

  .yyoyaku-title {
    padding-left: 80px;
    padding-right: 80px;
  }

  .otoi-title {
    padding-left: 70px;
    padding-right: 70px;
  }

  .yyoyaku-btn,.otoi-btn {
    padding-bottom: 15px;
  }

  .tel {
    padding-bottom: 30px;
    font-size: 36px;
  }

  .ohana-flow {
    width: 160px;
  }
}



/* ==============================================================================
googleマップ
=================================================================================*/
#google-map {
  margin-bottom: 0; /* セクションの下部余白を削除 */
  padding-bottom: 0; /* 必要に応じてパディングも削除 */
  overflow: hidden;
}

.googlemap {
  display: flex; /* 子要素をフレックスボックスで配置 */
  justify-content: center; /* 水平方向で中央揃え */
  align-items: center; 
}



/* ==============================================================================
フッター
=================================================================================*/
footer {
  background-color: rgba(88, 66, 168, 0);
}
.footer {
  background-color: rgba(88, 66, 168, 0.6);
  color: #fff;
  padding: 30px;
}
.footer-name,
.footer-address {
  margin-bottom: 30px;
}
.footer-name p,
.footer-address p,
.footer-time p {
  font-size: 13px;
}

.footer-logo {
  display: flex;
  justify-content: space-between;
}
.ftlogo-list {
  margin-top: auto;
}
.ftlogo-list img {
  height: 35px;
  margin-right: 10px;
}
.ftlogo-logo img {
  margin-bottom: -10px;
  width: 65px;
}
.small {
  text-align: center;
  padding: 10px 0;
}
small {
  font-size: 13px;
  color: #5845a8;
}

.ftlogo-list .line-big {
  margin-bottom: -5px;
  height: 50px;
}



@media screen and (max-width: 424px) {
  .ftlogo-list {
    margin-top: 20px;
  }
  .inst-big {
    margin-bottom: 25px;
  }
  .ftlogo-list .line-big {
    margin-bottom: 20px;
  }
  .ftlogo-logo {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ftlogo-list img {
    margin-right: 20px;
    height: 40px;
  }


}


/* ==============================================================================
花びら
=================================================================================*/

.cherry-blossom-container {
  position: fixed; /* 固定位置で画面全体を覆う */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* マウスイベントを無効化 */
  z-index: -1; /* 背景として扱う */
}

/* 桜の花びらのスタイル */
.petal {
  position: absolute;
  background-color: #aea5db; /* 花びらの色 */
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
}

.petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #aea5db;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }

  5% {
    opacity: 1;
  }

  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}





.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
/*   background-color: #fff; */
/*   opacity: 0.88; */
  z-index: 6000;
}

.loading:before {
  content: "";
  position: absolute; /* 位置を指定 */
 top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* 背景を白っぽく濁らせる */
border: 1px solid rgba(255, 255, 255, 0.6); /* 境界線を少し濃くして、曇りガラス感を強調 */
border-right-color: rgba(255, 255, 255, 0.5); /* 右の境界線は少し薄く */
border-bottom-color: rgba(255, 255, 255, 0.5); /* 下の境界線も薄め */
border-radius: 5px;
backdrop-filter: blur(15px); /* ぼかし強めで曇りガラス感を強調 */
-webkit-backdrop-filter: blur(15px); /* Safari用 */
}

@keyframes loadingBgOff {
        0% {
                opacity: 1;
        }
        50% {
                opacity: 0;
        }  
    100% {
      opacity: 1;
  }
}

.loading__contents {
  text-align: center;
}

.loading__text {
  font-size: 30px;
  font-weight: 400;
}

.loading {
  transition: opacity 1s ease, visibility 1s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;

  }
  to {
    opacity: 1;
  }
}

.loading__text {
  opacity: 0;
  animation: fadeInUp 1.5s ease-out forwards;
}


.line2 {
  animation-delay: 1s;
}


@media (max-width:769px) {
  .loading {
    opacity: 0;
  }
}