/* ----------------------------grobal-------------------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family:
    "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.9;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  margin: 100px auto;
  margin-bottom: 40px;
  color: #565b5c;
  font-weight: 900;
  font-size: 80px;
  letter-spacing: 5px;
}

h3 {
  margin: 60px auto;
  color: #333;
  font-weight: bold;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.linear {
  background: linear-gradient(transparent 70%, #00a3af 70%);
}

.blue {
  color: #00a3af;
  font-size: 32px;
  font-weight: bold;
}

.blue24 {
  color: #00a3af;
  font-size: 24px;
  font-weight: bold;
}

@font-face {
  font-family: "花鳥風月PB";
  src: url("https://cdn.leafscape.be/kacho/kachoPB_web.woff2") format("woff2");
}

/* -------------------------------top---------------------------------- */
.top-box {
  position: relative;
  overflow: hidden;
  font-family: serif;
}
.top-img.video {
  width: 100%;
  height: 100%;
}

.top-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.top-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.top-texts {
  font-size: 32px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px 0;
  z-index: 3;
}

.top-texts p {
  display: block;
  margin: 0;
}

.consept-jp {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}

.consept-en {
  text-align: center;
}

.slider {
  opacity: 0;
  transition: 3s;
}

.slick-initialized {
  opacity: 1;
}

/* アニメーション */
.reveal {
  opacity: 0;
  transition: opacity 2.5s ease;
}

.reveal.is-visible {
  opacity: 1;
}

.reveal[data-ani="up"] {
  transform: translateY(22px);
}
/* -------------------------------TOP画像・テキスト----------------------------------- */
/* ① FV */
.hero {
  position: relative;
  width: 100%;
  height: 50vw;
  min-height: 400px;
  max-height: 650px;
  background: url("./img/product.jpg") center/cover no-repeat;
  color: #fff;
  margin-top: 70px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.hero__crumb {
  position: absolute;
  top: 14px;
  left: 24px;
  z-index: 1;
  font-size: 12px;
  opacity: 0.95;
}
.hero__crumb a {
  color: #fff;
  text-decoration: none;
}
.hero__crumb span {
  margin: 0 6px;
}

.hero__title {
  font-family: serif;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 20%;
}

.lead {
  background: #fff;
  padding: 64px 24px;
  text-align: center;
}
.lead__ttl {
  font-family: serif;
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 600;
  color: #b08a3b;
  letter-spacing: 0.06em;
}
.lead__txt {
  margin: 0 auto;
  max-width: 850px;
  font-size: 16px;
  line-height: 2.1;
  color: #333;
}

/* -------------------------------コンセプト----------------------------------- */
.concept {
  background: #f6f3ec;
  padding: clamp(40px, 5vw, 70px) 0 clamp(60px, 6vw, 90px);
  color: #333;
  overflow: hidden;
  font-family: serif;
}

.concept__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
  position: relative;
}

.concept__title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: clamp(22px, 2.2vw, 32px);
  margin: 0;
  color: #b08a3b;
}

.concept__title-line {
  display: block;
  width: 90px;
  height: 1px;
  background: #b08a3b;
  margin: 16px auto 0;
  color: #b08a3b;
}
.concept-block {
  position: relative;
  min-height: 280px;
  margin-top: clamp(34px, 10vw, 140px);
}

.concept-block__frame {
  position: absolute;
  top: 18px;
  bottom: 18px;
  border: 1px solid #b08a3b;
  pointer-events: none;
}

.concept-block__frame--left {
  left: 0;
  width: min(620px, 70%);
}

.concept-block__frame--right {
  right: 0;
  width: min(620px, 70%);
}

.concept-block__content {
  position: relative;
  z-index: 2;
  width: min(540px, 62%);
  padding: clamp(18px, 2.2vw, 28px);
}

.concept-block__content--left {
  padding: clamp(30px, 4vw, 56px) 22px;
  text-align: center;
}

.concept-block__content--right {
  margin-left: auto;
  padding: clamp(30px, 4vw, 56px) 22px;
  text-align: center;
}

.concept-block__heading {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #b08a3b;
}

.concept-block__text {
  margin: 0;
  color: #333;
  line-height: 1.9;
  font-size: 14px;
  max-width: 42em;
}

.concept-block__media {
  position: absolute;
  z-index: 3;
  right: 0;
  top: -30%;
  width: min(560px, 60%);
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
}

.concept-block__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.concept-block__media--left {
  left: 0;
  right: auto;
  top: -30%;
  width: min(560px, 60%);
  aspect-ratio: 16 / 9;
}

.concept-block__media-under {
  top: -15%;
}

.concept-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 18px;
  width: 160px;
  height: 44px;
  border: 1px solid #b08a3b;
  color: #b08a3b;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  background: transparent;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.concept-btn:hover {
  background: #b08a3b;
  text-decoration: none;
  color: #fff;
  border: 1px solid #b08a3b;
}

.js-rise {
  transform: translateY(60px) !important;
  opacity: 0 !important;
  transition:
    transform 0.9s ease,
    opacity 0.9s ease;
  will-change: transform, opacity;
}
.js-rise.is-inview {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.concept-block--top {
  padding-top: 10px;
}
.concept-block--bottom {
  margin-top: clamp(56px, 10vw, 140px);
  padding-bottom: 18px;
}

/* ====== Responsive ====== */
@media (max-width: 900px) {
  .hero {
    margin-top: 0px;
  }
  .hero__title {
    font-size: 28px;
    margin-top: 50%;
  }
  .concept__title {
    font-size: 22px;
  }
  .concept-block {
    padding-top: 10px;
    margin-top: 155px;
    min-height: auto;
  }

  .concept-block__frame {
    width: 90% !important;
    top: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .concept-block__frame--right {
    right: 0 !important;
  }

  .concept-block__media,
  .concept-block__media--left {
    position: absolute;
    top: -50%;
    right: 0;
    width: 90%;
    margin: 16px 0 0;
  }

  .concept-block__media-under {
    top: -38%;
  }

  .concept-block__content {
    width: 100%;
    margin: 0;
    padding: 80px 15px 24px;
  }

  .concept-block__content--left,
  .concept-block__content--right {
    margin: 0;
    width: 90%;
  }
  .concept-block__content--right {
    margin-right: 0;
    margin-left: auto;
  }
  .lead {
    background: #fff;
    padding: 48px 20px;
    text-align: center;
  }
  .lead__txt {
    font-size: 15px;
    line-height: 1.9;
  }
  .concept-block--bottom {
    padding-bottom: 0px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .concept-block__media {
    width: 55%;
  }
  .concept-block__media--left {
    width: 55%;
  }
  .concept-block__content {
    width: 44%;
  }
  .concept-block__frame--left {
    width: 62%;
  }
  .concept-block__frame--right {
    width: 62%;
  }
}
@media (min-width: 450px) and (max-width: 900px) {
  .concept-block {
    padding-top: 10px;
    margin-top: 190px;
    min-height: auto;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .concept-block__media,
  .concept-block__media--left {
    position: absolute;
    top: -60%;
    right: 0;
    width: 90%;
    margin: 16px 0 0;
  }
}
@media (max-width: 400px) {
  .concept-block__media-under {
    top: -30%;
  }
  .concept-block {
    margin-top: 150px;
  }
}

/* -------------------------------footer-info------------------------------- */
.footer-info {
  background-color: #422d00;
  color: #fff;
  font-size: 14px;
  padding: 60px 0;
}

.footer-info-box {
  display: flex;
  justify-content: space-between;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
}

.footer-menu li {
  padding: 5px 0;
  font-weight: bold;
  letter-spacing: 1.3px;
}

.footer-menu a {
  color: #fff;
}

.tel-link {
  color: #fff;
  text-decoration: none;
}

.tel-link:hover {
  color: #fff;
  text-decoration: none;
}

.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 1;
}

.page-top {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #707070;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.8;
}

.scroll-top a:hover {
  text-decoration: none;
  cursor: pointer;
}

.page-top:hover {
  opacity: 0.5;
}

/* -------------------------------footer---------------------------------- */

footer {
  height: 60px;
  line-height: 60px;
  background-color: #422d00;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #e6e6e6;
}
