html {
  font-size: 10px;
}

html {
  font-size: 10px;
}

html {
  font-size: 0.4761904762vw;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
}

.l-container #feature {
  margin: 0 auto;
  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%;
  display: block;
}
.l-container #feature picture {
  display: block;
}
.l-container #feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  column-gap: 1.8rem;
}
.l-container #feature .creditContainer li {
  width: fit-content;
}
.l-container #feature .creditContainer li a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.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 .hero {
  margin: 0 auto 0;
  width: 100%;
  position: relative;
}
.l-container #feature .container {
  position: relative;
  background-color: #fff;
}
.l-container #feature .container__inner {
  position: relative;
  width: 75rem;
  margin: 0 auto 0;
}
.l-container #feature .container__img {
  margin: 0 auto 0;
}
.l-container #feature .container__sticky {
  position: sticky;
}
.l-container #feature .container .item_block {
  position: relative;
}
.l-container #feature .container .item_block.item-active .hidden_credit {
  opacity: 1;
}
.l-container #feature .container .item_block.item-active .hidden_credit a {
  pointer-events: all;
}
.l-container #feature .container .item_block.item-active .js_credit_btn span {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-container #feature .container .item_block.item-active .js_credit_btn span::before {
  opacity: 0;
}
.l-container #feature .container .hidden_credit {
  opacity: 0;
  transition: opacity 500ms ease-in;
  background-color: rgba(186, 186, 186, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
}
.l-container #feature .container .hidden_credit .credit {
  position: absolute;
  bottom: 3.6rem;
  left: 11.7rem;
  width: 50rem;
}
.l-container #feature .container .js_credit_btn {
  position: absolute;
  width: 7rem;
  height: 7rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 15;
  background: none;
  border: 0;
}
.l-container #feature .container .js_credit_btn span {
  display: block;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
.l-container #feature .container .js_credit_btn span::before, .l-container #feature .container .js_credit_btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
.l-container #feature .container .js_credit_btn span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-container #feature .pc-flex {
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
}
.l-container #feature .pc-flex__left {
  position: sticky;
  top: 79px;
  width: calc(100% - 75rem);
  height: calc(100vh - 79px);
}
.l-container #feature .pc-flex__left .hero__img_hero_back {
  width: 100%;
  height: 100vh;
}
.l-container #feature .pc-flex__left .hero__img_hero_back img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.l-container #feature .pc-flex__left .hero__img_hero_txt {
  position: absolute;
  top: 33.5rem;
  left: calc((100% - 77rem) / 2);
  width: 77rem;
  z-index: 5;
}
.l-container #feature .pc-flex__left .hero__img_staff_txt {
  position: absolute;
  top: 33.5rem;
  left: calc((100% - 77rem) / 2);
  width: 77rem;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.l-container #feature .pc-flex__left .hero__img_staff_txt.js-txt-active {
  opacity: 1;
  transform: translateY(0);
}
.l-container #feature .pc-flex__right {
  width: 75rem;
}
.l-container #feature .container01__img_01 {
  width: 75rem;
}
.l-container #feature .container01__img_02 {
  margin: 0 auto 0 0;
  width: 37.5rem;
}
.l-container #feature .container01__img_03 {
  margin: 0 0 0 auto;
  width: 37.5rem;
}
.l-container #feature .container01__txt {
  position: absolute;
  top: 193rem;
  left: 7rem;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.12em;
  color: #a10013;
}
.l-container #feature .container02 {
  padding-bottom: 28rem;
}
.l-container #feature .container02__img_08 {
  margin: 23.4rem auto 0;
  width: 37.5rem;
}
.l-container #feature .container02__txt {
  margin: 1.2rem auto 0;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: 0.15em;
  color: #a10013;
  text-transform: uppercase;
}
.l-container #feature .container04 {
  padding-bottom: 38rem;
}
.l-container #feature .container04__img_09 {
  padding-top: 10rem;
  margin: 0 auto 0;
  width: 48rem;
}
.l-container #feature .container04__img_txt {
  position: absolute;
  top: 184.9rem;
  left: 6.6rem;
  width: 57.1rem;
}
.l-container #feature .container04__img_txt a {
  transition: 0.3s;
}
.l-container #feature .container04__img_txt a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.l-container #feature .container04__img_txt a::after {
  display: none;
}
.l-container #feature .fadeUp-hidden {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.l-container #feature .animate-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.4s;
}
.l-container #feature .fade-second {
  transition-delay: 0.5s;
}

.pc-footer {
  margin: 0;
}

.l-footer {
  padding-top: 0;
}

.feature-snslist {
  overflow: hidden;
}