

@import url(./common/_variable.css);

/* top */
/* ============================================ */

.area__header_top {
  background-image: url(../images/top/bg_head.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: grid;
  grid-template-columns: 19.8vw 1fr;
  position: relative;
  @media (width < 480px) {
    grid-template-columns: 1fr;
    background-image: url(../images/common/bg_check.jpg);
    background-size: 200% auto;
  }
}

.hd_logo {
  width: 40%;
  padding: 4vw 0 0;
  margin: auto;
  @media (width < 480px) {
    width: 16%;
    padding: 50px 0 0;
  }
}


.side_visual {
  padding: 0 4.6875vw 4.6875vw 0;
  @media (width < 480px) {
    padding: 0 20px 20px 20px;
  }
}

@font-face {
  font-family: "copperplate";
  src: 
    url("../fonts/copperplate_l.ttf") format('truetype'),
    url("../fonts/copperplate_l.woff") format('woff');
}

.box__copy {
  display: inline-block;
  text-align: center;
  padding: 6vw 0 0;
}

.box__copy--en {
  font-family: "copperplate";
  word-break: keep-all;
  font-size: clamp(1.6rem,2.083vw,4rem);
  line-height: 1.3em;
}

.box__copy--jp {
  font-size: clamp(1.5rem,1.302vw,2.5rem);
  line-height: 1.3em;
  padding: 1vw 0 0;
}

.slide__top {
  margin: 3.2vw 0 0;
  .splide {
    width: 100%;
    position: relative;
    .splide__track {
      .splide__list {
        .splide__slide {
          aspect-ratio: 2 / 1;
          overflow: hidden;
          @media (width < 480px) {
            aspect-ratio: 4 / 3;
          }
          img {
            object-fit: cover;
            width: 100%;
            height: 100%;
          }
        }
      }
    }
    .splide__pagination {
      position: absolute;
      bottom: 14px;
      left: 0px;
      width: 100%;
      li {
        padding: 0 3px;
        .splide__pagination__page {
          width: 10px;
          height: 10px;
          padding: 0px;
          border-radius: 100%;
          border: none;
          background-color: rgba(255, 255, 255, 0.5);
        }
        .is-active {
          background-color: rgba(255, 255, 255, 1);
        }
      }
    }
  }
}

.ribon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30vw;
  @media (width < 480px) {
    width: 70vw;
  }
}

.lady {
  position: absolute;
  bottom: 0px;
  left: 6vw;
  width: 15vw;
  @media (width < 480px) {
    display: none;
  }
}

.area__about {
  display: grid;
  grid-template-columns: 1fr 35.416vw;
  align-items: end;
  @media (width < 480px) {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.area__about--txt {
  padding: 0 20px;
  text-align: center;
}
.hd_about {
  width: 47%;
  margin: auto;
  @media (width < 480px) {
    width: 80%;
  }
}
.txt_about {
  font-size: clamp(1.5rem,1.25vw,2.3rem);
  line-height: 2em;
  display: inline-block;
  text-align: left;
  max-width: 824px;
  @media (width < 896px) {
    text-align: justify;
  }
}

.area__about--img {
  position: relative;
  @media (width < 480px) {
    padding: 0 20px;
  }
}
.box_thumb {
  width: 24.179vw;
  position: absolute;
  top: 10vw;
  left: -18vw;
  @media (width < 896px) {
    display: none;
  }
}


.area__point {
  padding: 4vw 0 0;
  @media (width < 480px) {
    padding: 40px 0 0;
  }
}
.block__ttl {
  display: grid;
  grid-template-columns: 1fr 25vw;
}
.block__ttl_re {
  display: grid;
  grid-template-columns: 25vw 1fr;
}
.txt_right {
  order: 2;
}
.img_left {
  order: 1;
}
.block__ttl--txt {
  background-color: #FAE9EC;
  box-sizing: border-box;
  padding: 3vw 20px 20px;
  text-align: center;
  @media (width < 480px) {
    padding: 20px 0px 20px;
  }
}
.cap_point {
  width: 33%;
  min-width: 50px;
  margin: auto;
}
.hd_point {
  font-size: clamp(2rem,1.829vw,3.5rem);
  line-height: 1.6em;
  writing-mode: vertical-rl;
  margin: auto;
  padding: 3vw 0 0;
}
.block__ttl--img {
  aspect-ratio: 2 / 1;
  overflow: hidden;
  @media (width < 896px) {
    aspect-ratio: auto;
  }
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.block__content {
  padding: 3vw 20px;
  text-align: center;
  @media (width < 480px) {
    padding: 30px 20px;
  }
}
.btn_more {
  max-width: 260px;
  margin: auto;
  padding: 2.2vw 0 0;
  @media (width < 480px) {
    padding: 20px 0 0;
  }
}

.slide__roll {
  width: 100%;
  position: relative;
  .splide__track {
    .splide__list {
      .splide__slide {
        aspect-ratio: 3 / 2;
        overflow: hidden;
        img {
          object-fit: cover;
          width: 100%;
          height: 100%;
        }
      }
    }
  }
}