@charset "utf-8";
/* CSS Document */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/* BASE */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.article-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-content-body {
    padding: 0;
    margin-top: 0;
  }
  .article-inner {
    padding: 80px 25px;
  }
}
/* Section */
section[data-type="white"] {
  background-color: #fff;
  color: #333;
}
section[data-type="gray"] {
  background-color: #efefef;
  color: #333;
}
section[data-type="lead-txt"] {
  background: url("../img/img_leadarea.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  color: #333;
}
section[data-type="reserve"] {
  background: url("../img/img_res-area.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* Main Visual */
section[data-type="mv"] {
  background: url("../img/img-mv_background.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
}
section[data-type="mv"] .article-inner {
  width: 100%;
  max-width: 1360px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 0;
}
.main_visual {
  display: flex;
  flex-wrap: wrap;
}
.main_visual img:first-of-type {
  width: 35%;
  padding-left: 3%;
}
.main_visual img:nth-of-type(2) {
  width: 70%;
}
.main_visual img:last-of-type {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .main_visual {
    display: none;
  }
}
.img_sub {
  width: 100%;
  height: auto;
  position: relative;
  /* display: flex; */
}
.img_sub > img {
  width: 130px;
  position: absolute;
  right: 2%;
  bottom: -70px;
}
.scroll_container {
  width: 100%;
  height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
}
.scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 8px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}
.scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  section[data-type="mv"] .article-inner {
    text-align: center;
    max-height: 100%;
    padding-bottom: 0;
  }
  .main_visual_sp {
    margin-top: 20px;
  }
  .main_visual_sp img:first-of-type {
    width: 55%;
  }
  .main_visual_sp img:nth-of-type(2) {
    width: 100%;
  }
  .main_visual_sp img:last-of-type {
    width: 75%;
    margin-top: 10px;
  }
  .img_sub {
    display: none;
  }
}
/* Lead_TXT */
section[data-type="lead-txt"] .article-inner {
  text-align: center;
}
.img-icon_new img {
  margin: 0 0 20px;
  max-width: 90px;
  height: auto;
}
.lead-txt {
  position: relative;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 0;
}
.img-icon_next img {
  margin-top: 40px;
  max-width: 20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .img-icon_new img {
    max-width: 60px;
  }
  .lead-txt {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .img-icon_next img {
    margin-top: 30px;
    max-width: 12px;
  }
}
/* H2 */
.m-hdg-lv2 {
  display: flex;
  margin-top: 100px;
}
.m-hdg-lv2 .m-hdg {
  padding: 0;
  font-size: 3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-left: none;
  flex-shrink: 0;
  white-space: nowrap;
}
.m-hdg-lv2 .m-hdg::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv2 .m-hdg {
    padding: 0px;
    font-size: 2rem;
  }
  .m-hdg-lv2 .m-hdg::after {
    margin-left: 10px;
  }
}
/* 20251014 */
.m-tbl thead th.a-fc-white {
  color: #FFF;
}
.m-tbl tbody td.a-bg-red {
  background: #ffe9e8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .m-accordion[data-type="open"] .m-accordion-content {
    overflow: hidden;
    overflow-x: scroll;
  }
  .m-accordion[data-type="open"] .m-accordion-content .m-img {
    width: 800px;
  }
}