@charset "UTF-8";
ul.gnavi li.top a p::after {
  width: 80%;
}
/* MV
=========================== */
.mv_area {
  margin-top: 140px;
  position: relative;
  aspect-ratio: 2400 / 1892;
  overflow: hidden;
}
.mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.mv .mv_01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: blur(50px);
  transition: opacity 0.5s ease, filter 1.5s ease;
}
.mv img.active {
  opacity: 1;
  filter: blur(0);
}

.mv_title {
  position: absolute;
  width: 50%;
  max-width: 920px;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: blur(30px);
  transition: opacity 1s ease 1s, filter 1s ease 1s;
}
.mv_title.active {
  filter: blur(0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .mv_area {
    margin-top: 60px;
    aspect-ratio: 750 / 1583;
  }
}

/* ============================
inner
============================ */
.inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
}

/* section_title
========================= */
.section_title_en {
  font-size: 35px;
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.section_title_jp {
  font-size: 15px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .section_title_en {
    font-size: 24px;
    letter-spacing: 0.15em;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .section_title_jp {
    font-size: 13px;
  }
}

/* concept_area
========================== */
.concept_area {
  padding-top: 20px;
  padding-bottom: 100px;
  background: url(../images/top/concept_bg.jpg) no-repeat center center / cover;
}
.concept_area .section_title {
  max-width: 340px;
  color: #fff;
}
.concept_area .section_title_en {
  border-color: rgba(255, 255, 255, 0.6);
}
.concept_wrap {
  margin-top: 38px;
  color: #fff;
  text-align: center;
}
.concept_lead {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 28px;
}
.concept_img {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
}
.concept_text {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .concept_area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .concept_area .section_title {
    max-width: 100%;
  }
  .concept_wrap {
    margin-top: 24px;
  }
  .concept_lead {
    font-size: 17px;
    margin-bottom: 28px;
  }
  .concept_img {
    width: 100%;
  }
  .concept_text {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

/* layout_contents
================================ */
.layout_contents {
  padding-top: 100px;
}
.layout_contents.pb100 {
  padding-bottom: 100px;
}
.layout_wrapper {
  display: flex;
  align-items: end;
  column-gap: 40px;
  margin-right: calc((100vw - 1200px) / 2);
}
.layout_kv {
  width: 53%;
}
.layout_body {
  position: relative;
  width: 40%;
  color: #000000;
  display: flex;
  flex-direction: column;
  row-gap: 140px;
  row-gap: clamp(14rem, 5rem + 7.5vw, 17rem);
  padding-bottom: 40px;
}
.layout_lead {
  margin-top: 28px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.layout_arrow {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
}
.layout_kv figure {
  overflow: hidden;
}
.layout_kv img {
  transition: 0.4s;
}
.layout_wrapper:hover .layout_kv img {
  transform: scale(1.04);
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .layout_contents {
    padding-top: 40px;
  }
  .layout_contents + .layout_contents {
    padding-top: 0;
  }
  .layout_wrapper {
    flex-direction: column;
    margin-right: 0;
    row-gap: 20px;
  }
  .layout_kv {
    width: 100%;
  }
  .layout_body {
    width: calc(100% - 60px);
    margin-inline: auto;
    row-gap: 10px;
    padding-bottom: 30px;
  }
  .layout_lead {
    margin-top: 18px;
    font-size: 16px;
  }
  .layout_arrow {
    max-width: 160px;
  }
}

/* cap_area
=================================== */
@media only screen and (max-width: 768px) {
  .cap_area {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
