html {
  scroll-behavior: smooth;
}

#menu-btn-check {
  display: none;
}

.hamburger-range {
  display: none;
}

#menu-btn-check,
.bridal-list-mobile,
.mobile,
.menu-subtext-mobile,
.hamburger-range {
  display: none;
}

li {
  list-style: none;
}

li {
  font-family: "Karla", sans-serif;
}

p,
li {
  color: #363634;
}

h2 {
  color: #363634;
  font-family: "Meie Script", cursive;
  font-size: 5rem;
  margin-bottom: 40px;
  padding-top: 150px;
  margin-left: 20px;
  font-weight: 500;
}

header {
  position: relative;
  h1 {
    text-align: center;
    img {
      width: 200px;
    }
  }
  nav {
    margin-bottom: 20px;
    ul {
      display: flex;
      justify-content: space-around;
      li {
        font-size: 1.3rem;
        a {
          text-decoration: none;
          color: #363634;
          &:hover {
            opacity: 0.7;
            color: rgb(247, 198, 0);
          }
        }
      }
      span {
        background-color: #e8e8e7;
        padding: 3px 10px;
      }
    }
  }
}

/*TOPスライドイン、フェードインここから*/
#changePic {
  /* ここに transition を戻します */
  transition: opacity 1s ease-in-out; /* 1秒かけてじわっと変化 */
  /* その他のスタイルは必要に応じて維持 */
}

img {
  width: 1000px;
}

#home {
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 70px;
}

#home img {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  /* animation はここから削除します */
  /* animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards; <--- これを削除 */
}

/* slideInアニメーションを適用するための新しいクラス */
.slide-in-initial {
  animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* 既存の fade-in, show クラスはそのまま */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/*TOPスライドイン、フェードインここまで*/

#concept {
  background-color: #f1f1f1;
  padding-bottom: 60px;
  .concept-range {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 30%));
    justify-content: center;
    align-items: center;
  }
  p {
    font-family: "Noto Serif JP", serif;
    padding: 2%;
    line-height: 2em;
    letter-spacing: 0.07em;
    color: #2d2d2a;
  }

  img {
    display: inline-block;
    padding: 0 20px;
  }
}

/*スクロール*/

.box {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.box {
  /*追加*/
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
  transform: translateY(150px);
}

.is-active {
  /*要素を表示させる*/
  opacity: 1;
  visibility: visible;
  /*元の位置に戻す*/
  transform: translateY(0);
}

/*スクロールここまで*/

#menu {
  background: linear-gradient(
    -96deg,
    rgba(255, 252, 250, 1) 0%,
    rgba(225, 204, 190, 0.94) 100%
  );
  padding-bottom: 60px;
  ul {
    margin: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    li {
      margin-top: 50px;
      width: 43%;
      h3 {
        font-size: 2.5rem;
        border-bottom: 1.5px solid #363634;
        width: 200px;
        font-weight: normal;
      }
      p {
        font-family: "Noto Serif JP", serif;
        font-size: 1.1rem;
      }
    }
    .image1 {
      width: 25%;
      filter: drop-shadow(10px 10px 10px rgb(118, 117, 117));
    }
    .image2 {
      width: 25%;
      padding-top: 90px;
      filter: drop-shadow(10px 10px 10px rgb(118, 117, 117));
    }
  }
  .menu-price {
    display: flex;
    line-height: 4.5em;
    justify-content: space-between;
    white-space: nowrap;
    .menu-title {
      width: 500px;
    }
    .price-tag {
      width: 200px;
    }
  }
  .bridal-list {
    margin-top: 50px;
    li {
      margin-bottom: 10px;
    }
    p {
      font-size: 1rem !important;
      line-height: 2em;
    }
  }
  .menu-subtext {
    margin-top: 300px;
    p {
      font-size: 16px !important;
    }
  }
}

.menu-top {
  position: relative;
  .custom-shape-divider-top-1746682113 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .custom-shape-divider-top-1746682113 svg {
    position: relative;
    display: block;
    width: calc(193% + 1.3px);
    height: 122px;
  }

  .custom-shape-divider-top-1746682113 .shape-fill {
    fill: #f1f1f1;
  }
}

.style-top {
  position: relative;
  .custom-shape-divider-top-1746682934 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .custom-shape-divider-top-1746682934 svg {
    position: relative;
    display: block;
    width: calc(193% + 1.3px);
    height: 147px;
  }

  .custom-shape-divider-top-1746682934 .shape-fill {
    fill: #f3e1d6a1;
  }
}

#styles {
  .style-flame {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 70%;
    border: 1px solid #6a6a6a;
  }
  p {
    text-align: right;
    margin-right: 60px;
    margin-top: 30px;
    font-family: "Karla", sans-serif;
    font-size: 1.2rem;
    a {
      text-decoration: none;
      color: #6a6a6a;
      &:hover {
        opacity: 0.7;
        color: rgb(247, 198, 0);
      }
    }
    span {
      border-bottom: 1px solid #6a6a6a;
      padding-right: 15px;
    }
  }

  /*スライダーここから*/
  .image-slider-container {
    position: relative;
    width: 500px; /* スライダーの幅 */
    margin: 20px auto;
    overflow: hidden;
  }

  .main-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    align-items: center;
  }

  .slide {
    min-width: 100%;
  }

  .slide img {
    width: 500px;
    height: 600px;
    display: block;
    object-fit: contain;
  }

  .thumbnail-slider {
    display: flex;
    margin-top: 10px;
    justify-content: center;
  }

  .thumbnail {
    width: 80px;
    height: 50px;
    margin: 0 5px;
    opacity: 0.6;
    cursor: pointer;
    overflow: hidden;
  }

  .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .thumbnail.active {
    opacity: 1;
  }

  .prev-button,
  .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
  }

  .prev-button {
    left: 10px;
  }

  .next-button {
    right: 10px;
  }
  /*スライダーここまで*/
}

#staff {
  padding-bottom: 50px;
  background: #fff;
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 217, 209, 1) 100%
  );
  img {
    width: 280px;
    margin-top: 30px;
    filter: drop-shadow(10px 10px 10px rgb(164, 164, 164));
  }
  ul {
    margin: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .profile {
      width: 380px;
      padding: 0 10px;
      text-align: center;
      .position {
        margin-top: 30px;
        font-family: "Noto Serif JP", serif;
      }
      .profile-name {
        font-size: 2.5rem;
        font-family: "Meie Script", cursive;
        margin-top: 10px;
      }
      .profile-text {
        font-family: "Noto Serif JP", serif;
        text-align: justify;
        line-height: 1.8em;
        margin-top: 20px;
        font-size: 0.9rem;
      }
    }
  }
}

.pattern {
  position: relative;
  z-index: 1; /* fade-inより手前に配置 */
  .custom-shape-divider-top-1746680708 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .custom-shape-divider-top-1746680708 svg {
    position: relative;
    display: block;
    width: calc(131% + 1.3px);
    height: 160px;
  }

  .custom-shape-divider-top-1746680708 .shape-fill {
    fill: #ebd9d1;
  }
}

#recruit {
  h2 {
    padding-top: 50px;
    font-size: 5rem !important;
    margin-left: -30px !important;
  }
  background-color: #f1f1f1;

  img {
    width: 40%;
    box-shadow: 20px 20px rgba(235, 217, 209, 1);
  }
  .recruit-title {
    padding-top: 150px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  .recruit-text {
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    white-space: nowrap;
  }
  ul {
    display: flex;
    justify-content: center;
    li {
      white-space: nowrap;
      font-size: 1.2rem;
      margin: 0 20px;
      border: 1px solid #363634;
      padding: 10px 15px;
      border-radius: 30px;
      font-family: "Noto Serif JP", serif !important;
      a {
        text-decoration: none;
        color: #363634;
        &:hover {
          opacity: 0.7;
          color: rgb(247, 198, 0);
        }
      }
    }
  }
  p {
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
  }
}

.fade-in {
  position: relative;
  z-index: 0; /* patternより奥に配置 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 3s, transform 2s;
}
.fade-in.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#access {
  background: #f1f1f1;
  padding-bottom: 80px;
  a {
    text-decoration: none;
    color: #363634;
    &:hover {
      opacity: 0.7;
      color: rgb(247, 198, 0);
    }
  }
  span {
    border-bottom: 1px solid #363634;
  }
  .access-range {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  p {
    font-family: "Noto Serif JP", serif !important;
  }
  ul {
    .access-main {
      .shop-info,
      .shop-info1 {
        white-space: nowrap;
        display: flex;
        line-height: 2.5em;
        h4 {
          font-family: "Noto Serif JP", serif !important;
          background-color: #ffffff9d;
          width: 150px;
          text-align: center;
          border-bottom: 1px solid #f1f1f1;
          padding: 10px 0;
          font-weight: normal;
        }
      }
      .access-text,
      .access-text1 {
        width: 520px;
        border-bottom: 1px solid #ffffff9d;
        border-right: 1px solid #ffffff9d;
        padding: 10px 20px;
      }
      .access-text1 {
        border-top: 1px solid #ffffff9d;
      }
    }
  }
  iframe {
    margin: 50px 0;
  }
}

footer {
  background: #f1f1f1;
  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    li {
      margin: 5px 20px;
      img {
        width: 50px;
      }
    }
  }
  small {
    padding: 10px 0;
    font-size: 1rem;
    font-family: "Karla", sans-serif;
    display: block;
    text-align: center;
  }
}
