@charset "UTF-8";
ul.gnavi li.top a p::after {
  width: 80%;
}
/* MV
=========================== */
.mv_area {
  margin-top: 147px;
  position: relative;
  aspect-ratio: 2400 / 1600;
  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 / 1430;
  }
}

/* ============================
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;
  font-weight: 500;
}
.section_title_jp {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

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

/* concept_area
========================== */
.concept_area {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background: url(../images/top/concept_bg.jpg) no-repeat center center / cover;
}
.concept_title {
  color: #fff;
}
.concept_title_en {
  display: inline-block;
  position: relative;
  font-size: 35px;
  letter-spacing: 0.15em;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.concept_title_en::before {
  content: "";
  position: absolute;
  left: calc((100vw - 980px) / 2 * -1);
  bottom: 0;
  width: calc((100vw - 580px) / 2);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
}
.concept_title_jp {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.concept_wrap {
  margin-top: 38px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.concept_lead {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 28px;
}
.concept_lead ruby {
  ruby-position: over;
}
.concept_lead rt {
  font-size: 10px;
  letter-spacing: 0;
  padding-right: 8px;
  padding-bottom: 4px;
}
.concept_img {
  width: 100%;
  max-width: 600px;
}
.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_title_en {
    display: block;
    font-size: 26px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .concept_title_en::before {
    content: none;
  }
  .concept_title_jp {
    font-size: 12px;
  }
  .concept_wrap {
    margin-top: 24px;
  }
  .concept_lead {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .concept_lead rt {
    padding-right: 2px;
    padding-bottom: 2px;
  }
  .concept_img {
    width: 90%;
  }
  .concept_text {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

/* 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: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 400;
}
.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_contents.pb100 {
    padding-bottom: 40px;
  }
  .layout_wrapper {
    flex-direction: column;
    margin-right: 0;
    row-gap: 20px;
  }
  .layout_kv {
    width: 100%;
  }
  .layout_kv figure {
    aspect-ratio: 768/400;
  }
  .layout_kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .layout_body {
    width: calc(100% - 40px);
    margin-inline: auto;
    row-gap: 10px;
    padding-bottom: 30px;
  }
  .layout_lead {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .layout_arrow {
    max-width: 160px;
  }
}

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