@charset "UTF-8";
ul.gnavi li.access a p::after {
  width: 80%;
}
/* MV
=========================== */
.mv_area {
  margin-top: 140px;
  position: relative;
  aspect-ratio: 1200 / 300;
  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);
}

@media only screen and (max-width: 768px) {
  .mv_area {
    margin-top: 60px;
    aspect-ratio: 750 / 654;
  }
}

/* ============================
inner
============================ */
.inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
}

/* main_contents
=========================== */
.main_contents {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section_title {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section_title::before {
  content: "";
  position: absolute;
  left: calc((100vw - 980px) / 2 * -1);
  bottom: 0;
  width: 50vw;
  height: 1px;
  background-color: #000;
}
.section_title_jp {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.section_lead {
  margin-top: 60px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .main_contents {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .section_title {
    font-size: 24px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .section_title::before {
    left: 0px;
    width: 100%;
  }
  .section_title_jp {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .section_lead {
    margin-top: 30px;
    font-size: 18px;
  }
}

/* contents_area
================================== */
.contents_area {
  margin-top: 60px;
}
.access_rosenzu {
  margin-top: 30px;
}
.contents_title {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}
.contents_title span {
  color: #796a56;
  margin-right: 10px;
}
.contents_title2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.access_wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    margin-top: 20px;
  }
  .access_rosenzu {
    margin-top: 20px;
  }
  .contents_title {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .contents_title span {
    margin-right: 4px;
  }
  .contents_title2 {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .access_wrap {
    margin-top: 10px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14px;
  }
}

/* cap_area
=================================== */
@media only screen and (max-width: 768px) {
  .cap_area {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
