html {
  font-size: 10px;
}

html {
  font-size: calc(10 * (100vw / 1400));
}

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 .default-img {
  width: 100%;
  height: auto;
  display: block;
}

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

.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 .main {
  margin: 0 auto;
}

.l-container #feature .sp_br {
  display: none;
}

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

.l-container #feature .creditContainer li a {
  transition: 0.3s;
  text-decoration: none;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.005em;
  line-height: 2.6rem;
  color: #000;
}

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

.l-container #feature .creditContainer li a::before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  left: 0;
  bottom: 0.7rem;
}

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

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

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

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

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

.l-container #feature .hero__txt_01 {
  position: absolute;
  top: 41.2rem;
  left: calc(50% - 13.4rem);
  width: 26.6rem;
  pointer-events: none;
}

.l-container #feature .hero__txt_02 {
  position: absolute;
  top: 53rem;
  left: calc(50% - 24.7rem);
  width: 50rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
  line-height: 3rem;
  color: #fff;
  pointer-events: none;
}

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

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

.l-container #feature .container01__top {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 101rem;
}

.l-container #feature .container01__img_02 {
  margin-left: 0.5rem;
  width: 50rem;
}

.l-container #feature .container01__right {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  width: 44.3rem;
}

.l-container #feature .container01__txt {
  margin: 13.6rem 0 2.6rem auto;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.7rem;
  color: #000;
  text-align: justify;
}

.l-container #feature .container01__bottom {
  display: flex;
  justify-content: space-between;
  margin: 2.4rem auto 0;
  width: 100.4rem;
}

.l-container #feature .container01__bottom picture {
  width: 31.8rem;
}

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

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

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

.l-container #feature .container02 .creditContainer .credit {
  justify-content: center;
}

.l-container #feature .container02__txt {
  margin: 3.7rem auto 0;
  width: 59.9rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.071em;
  line-height: 2.6rem;
  color: #000;
  text-align: justify;
}

.l-container #feature .container02 .creditContainer {
  margin: auto;
  width: 50rem;
}

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

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

.l-container #feature .container03__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 101rem;
}

.l-container #feature .container03__img_07 {
  margin-left: 1rem;
  width: 50rem;
}

.l-container #feature .container03__txt {
  margin: 18.1rem 0 0 auto;
  width: 44.2rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2.7rem;
  color: #000;
  text-align: justify;
}

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

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

.l-container #feature .container04__grid {
  display: grid;
  grid-template-columns: 50rem 50rem;
  grid-template-rows: 51rem 43.1rem 34.5rem 36.8rem 10rem;
  margin: auto;
  width: 100rem;
}

.l-container #feature .container04__img_08 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  width: 50rem;
}

.l-container #feature .container04__credit_01 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 10;
  margin: 20.2rem auto;
}

.l-container #feature .container04__txt_01 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: 19.4rem auto 0 11.4rem;
  width: 26.3rem;
}

.l-container #feature .container04__img_09 {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  width: 50rem;
}

.l-container #feature .container04__credit_02 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  z-index: 10;
  margin: 20.1rem auto 0;
}

.l-container #feature .container04__txt_02 {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  margin: 0 auto 0 0.5rem;
  width: 41.8rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2.6rem;
  color: #000;
  text-align: justify;
}

.l-container #feature .container04__img_10 {
  grid-column: 2 / 3;
  grid-row: 3 / 5;
  width: 50rem;
}

.l-container #feature .container04__credit_03 {
  grid-column: 2 / 3;
  grid-row: 5 / 6;
  z-index: 10;
  margin: 0 auto;
}

.l-container #feature .container05 {
  position: relative;
  margin: 12.2rem auto 8rem;
}

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

.l-container #feature .container05__img_11 {
  margin: auto;
  width: 73rem;
}

.l-container #feature .container05__view_btn {
  margin: 17.2rem auto 0;
  width: 9rem;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.l-container #feature .js_mv_img,
.l-container #feature .js_img {
  opacity: 0;
  line-height: 1;
}

.l-container #feature .js_mv_img.animate-active,
.l-container #feature .js_img.animate-active {
  animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.l-container #feature .js_mv_img.animate-active:before,
.l-container #feature .js_img.animate-active:before {
  animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.l-container #feature .js_txt {
  opacity: 0;
}

.l-container #feature .js_txt.animate-active {
  animation: img-opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.l-container #feature .js_txt.animate-active:before {
  animation: img-animation 0.75s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.l-container #feature .js_ttl {
  opacity: 0;
  transition: 1.5s ease all;
  transition-delay: 0.5s;
}

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

.l-container #feature .js_mv_txt {
  opacity: 0;
  transition: 1s ease all;
  transition-delay: 0.7s;
}

.l-container #feature .js_mv_txt.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;
}
