html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
}

.l-container {
  width: 100%;
}

.l-container #feature {
  margin: 0 auto;
  font-feature-settings: "palt";
  min-width: 140rem;
  width: 100%;
  text-align: center;
  overflow: clip;
}

.l-container #feature * {
  box-sizing: border-box;
}

.l-container #feature *::after {
  box-sizing: border-box;
}

.l-container #feature *::before {
  box-sizing: border-box;
}

.l-container #feature a {
  display: block;
  text-decoration: none;
  position: relative;
}

.l-container #feature a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}

.l-container #feature a:hover {
  cursor: pointer;
}

.l-container #feature a:hover::after {
  opacity: 1;
  transition: 0.4s;
}

.l-container #feature .default-img {
  width: 100%;
  height: auto;
  display: block;
}

.l-container #feature picture {
  display: block;
}

.l-container #feature .creditContainer {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #000;
}

.l-container #feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.1rem;
}

.l-container #feature .creditContainer li {
  position: relative;
}

.l-container #feature .creditContainer li a {
  color: #000;
  transition: 0.3s;
  text-decoration: none;
}

.l-container #feature .creditContainer li a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}

.l-container #feature .creditContainer li a::after {
  display: none;
}

.l-container #feature .creditContainer li:not(:last-child)::after {
  content: ",";
  position: absolute;
  top: 0;
  right: -0.7rem;
}

.l-container #feature .creditContainer .price {
  margin-left: 0.25rem;
}

.l-container #feature .hero {
  position: relative;
  margin: 12rem auto 0;
  width: 100%;
}

.l-container #feature .hero__inner {
  width: 140rem;
  margin: 0 auto 0;
}

.l-container #feature .hero__img {
  margin: 0 auto 0;
  width: 100rem;
}

.l-container #feature .hero__txt {
  margin-top: 9.1rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
  color: #000;
}

.l-container #feature .container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.l-container #feature .container__inner {
  width: 140rem;
  margin: 0 auto;
}

.l-container #feature .container__flex {
  display: flex;
  align-items: end;
  width: fit-content;
  gap: 3.1rem;
}

.l-container #feature .container__txt_wrap.js-active .container__txt_box--inner {
  opacity: 1;
  transform: translateY(0);
}

.l-container #feature .container__txt_box {
  margin: auto;
  overflow: hidden;
  width: fit-content;
}

.l-container #feature .container__txt_box--inner {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.8s ease;
}

.l-container #feature .container01 {
  position: relative;
  margin: 14.3rem auto 0;
}

.l-container #feature .container01__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container01__txt_01--top {
  margin: auto;
  width: 19.6rem;
}

.l-container #feature .container01__txt_01--bottom {
  margin-top: 1.9rem;
  width: 45rem;
}

.l-container #feature .container01__img_01 {
  padding-bottom: 0.2rem;
  width: 51rem;
}

.l-container #feature .container01__flex {
  margin: 4.9rem auto 0 18.7rem;
}

.l-container #feature .container01__img_02 {
  margin: 4.8rem 18.7rem 0 auto;
  width: 61.5rem;
}

.l-container #feature .container01__img_03 {
  margin: 5rem 18.7rem 0 auto;
  width: 61.5rem;
}

.l-container #feature .container01 .creditContainer {
  width: 23rem;
}

.l-container #feature .container01 .creditContainer li:nth-child(2)::after {
  display: none;
}

.l-container #feature .container02 {
  position: relative;
  margin: 14.9rem auto 0;
}

.l-container #feature .container02__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container02__txt_02--top {
  margin: auto;
  width: 20.2rem;
}

.l-container #feature .container02__txt_02--bottom {
  margin-top: 1.9rem;
  width: 27.6rem;
}

.l-container #feature .container02__img_04 {
  margin: 4.9rem auto 0;
  width: 51.1rem;
}

.l-container #feature .container02__img_06 {
  margin: 5rem auto 0;
  width: 80.1rem;
}

.l-container #feature .container02 .creditContainer {
  margin: 2.3rem auto 0 54.6rem;
  width: fit-content;
}

.l-container #feature .container03 {
  position: relative;
  margin: 14.8rem auto 0;
}

.l-container #feature .container03__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container03__txt_03--top {
  margin: auto;
  padding-right: 0.3rem;
  width: 15.6rem;
}

.l-container #feature .container03__txt_03--bottom {
  margin-top: 1.9rem;
  padding-left: 0.2rem;
  width: 35.2rem;
}

.l-container #feature .container03__img_07 {
  margin: 4.4rem 21.5rem 0 auto;
  width: 51rem;
}

.l-container #feature .container03__img_08 {
  margin: 4.9rem auto 0 21.4rem;
  width: 51.1rem;
}

.l-container #feature .container03__img_09 {
  margin: 5rem auto 0 44.4rem;
  width: 51.1rem;
}

.l-container #feature .container03 .creditContainer {
  margin: 2.3rem auto 0 53.7rem;
  width: fit-content;
}

.l-container #feature .container04 {
  position: relative;
  margin: 14.7rem auto 6rem;
}

.l-container #feature .container04__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container04__btn {
  margin: auto;
  width: 28.6rem;
}

.l-container #feature .container04__staff {
  margin: 15rem auto 0;
  padding-right: 0.5rem;
  width: 34rem;
}

.l-container #feature .fadeUp-hidden {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-duration: 0.8s;
}

.l-container #feature .animate-active {
  opacity: 1;
}

.area-header {
  max-width: 100%;
}

.breadcrumbs {
  max-width: 100%;
}

.feature-snslist {
  overflow: hidden;
}

.l-footer,
.pc-footer {
  overflow: hidden;
}

.pic__accordion {
  display: none !important;
}

.pc-header {
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
