@charset "UTF-8";
/* フォント設定 */
:root {
  --ff-default: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  --hiragino-W4: "FP-ヒラギノ丸ゴ ProN W4", var(--ff-default), sans-serif;
  --white: #fff;
  --orange-dark: #9b4d00;
  --orange: #ff8306;
  --yellow-dark: #f1ff9e;
  --yellow: #fff100;
  --36px: clamp(1.5rem, 0.697rem + 1.26vw, 2.25rem);
  --h1-font: clamp(9.375rem, -0.667rem + 15.69vw, 18.75rem);
}

html {
  height: 100%;
  width: 100%;
  background-color: var(--white, #fff);
}

body {
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  letter-spacing: 0.3rem;
  font-size: size 16px;
  overflow: hidden;
  font-family: var(--hiragino-W4);
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  margin-inline: 0;
  padding-inline: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  list-style: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

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

.orange-back {
  background-color: var(--orange, #ff8306);
}
.orange-back p {
  color: var(--white, #fff);
}

h2 {
  font-size: clamp(2.5rem, 0.893rem + 2.51vw, 4rem);
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 2%;
  margin-bottom: 10px;
}

.top-arrow {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}
.top-arrow img {
  width: clamp(3.75rem, 1.072rem + 4.18vw, 6.25rem);
}

p,
span {
  font-size: var(--36px, clamp(1.5rem, 0.697rem + 1.26vw, 2.25rem));
  line-height: 2em;
}
p.small-font,
span.small-font {
  font-size: 28px;
}

.swiper-pagination-bullet {
  background-color: var(--white, #fff) !important;
  opacity: 1;
  width: 15px;
  height: 15px;
}

.swiper-pagination-bullet-active {
  background-color: var(--yellow, #fff100) !important;
}

.b-orange {
  background-color: var(--orange, #ff8306);
  color: white;
  margin-bottom: 3vw;
}

.wave-photo {
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
  z-index: 1;
}

.more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 5px;
  padding: 2% 5%;
  margin-top: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  margin-top: 3vw;
}
.more.b {
  background-color: #fff;
  color: #000;
}
.more.b:hover {
  background: #ff8306;
  color: #fff;
}
.more.ow {
  background-color: var(--orange, #ff8306);
  color: var(--white, #fff);
}
.more.ow:hover {
  background-color: #f1ff9e;
  color: #000;
}

.top-btn {
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 99;
}
.top-btn img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.f-top-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ff8306;
  padding-top: 5vw;
}
.f-top-arrow img {
  height: 30px;
  width: auto;
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
  p,
  span {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
  p.small-font,
  span.small-font {
    font-size: 10px;
  }
  .more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border-radius: 5px;
    padding: 2% 5%;
    margin-top: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
  }
  .more.b {
    background-color: #fff;
    color: #000;
  }
  .more.ow {
    background-color: var(--orange, #ff8306);
    color: var(--white, #fff);
  }
  .top-arrow {
    bottom: 20px;
    right: 20px;
  }
  .top-arrow img {
    height: 54px;
  }
  .top-btn img {
    width: 54px;
  }
}/*# sourceMappingURL=style.css.map */