:root {
  --color-black: #000;
  --color-white: #fff;
}

.l-container {
  margin-inline: auto;
  width: 100%;
  /* min-width: 1140px; */
  overflow: clip;
}
.l-footer,
.feature-snslist,
.header-fix-buttons,
.pc-header-main.is-fixed {
  z-index: 800;
}

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

.pc-footer {
  margin-top: initial;
}

#feature * {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#feature *:focus {
  outline: none;
}
#feature a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#feature a:hover {
  opacity: 0.7;
  cursor: pointer;
}
#feature li {
  list-style: none;
}
#feature img {
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
#feature a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#feature a:hover {
  opacity: 0.7;
  cursor: pointer;
}
#feature p {
  margin: initial;
}
#feature video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature [class^=img_] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#feature .c-text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.92857vw;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.17357vw;
  text-align: justify;
  color: #fff;
}
#feature .c-text.--fw-300 {
  font-weight: 300;
}
#feature .c-text.--fw-400 {
  font-weight: 400;
  line-height: 2.07;
}

/*=====================================
  component_common
=====================================*/
#feature {
  max-width: initial;
}
#feature .parent_credit {
  position: relative;
  display: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  gap: inherit;
}
#feature .wrap_credit {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: min(30px, 2.14286vw);
}
#feature .wrap_credit.--b-column-left, #feature .wrap_credit.--b-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: initial;
  padding-inline: initial;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#feature .wrap_credit.--b-column-left {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
#feature .wrap_credit.--b-column-left .credit {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#feature .wrap_credit.--b-column-left .credit_toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#feature .wrap_credit.--b-column-right {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#feature .wrap_credit.--b-column-right .credit {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#feature .wrap_credit.--b-column-right .credit .item * {
  text-align: end;
}
#feature .wrap_credit.--b-column-right .credit_toggle {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#feature .wrap_credit.--b-left, #feature .wrap_credit.--b-right, #feature .wrap_credit.--b-center {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding-inline: initial;
}
#feature .wrap_credit.--b-left {
  left: 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
#feature .wrap_credit.--b-left .credit {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#feature .wrap_credit.--b-left .credit_toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#feature .wrap_credit.--b-right {
  right: 0;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
#feature .wrap_credit.--b-right .credit {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#feature .wrap_credit.--b-right .credit_toggle {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#feature .wrap_credit.--b-center {
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#feature .wrap_credit.--b-center .credit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#feature .wrap_credit.--b-center .credit_toggle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#feature .wrap_credit.--left, #feature .wrap_credit.--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: max(-4px, -0.28571vw);
}
#feature .wrap_credit.--left {
  padding-bottom: initial;
  padding-left: initial;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
#feature .wrap_credit.--left .credit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#feature .wrap_credit.--left .credit .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#feature .wrap_credit.--left .credit .item * {
  text-align: end;
}
#feature .wrap_credit.--left .credit_toggle {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#feature .wrap_credit.--right {
  padding-bottom: initial;
  padding-right: initial;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
#feature .wrap_credit.--right .credit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#feature .wrap_credit.--right .credit .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
#feature .wrap_credit.--right .credit .item * {
  text-align: start;
}
#feature .wrap_credit.--right .credit_toggle {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#feature .wrap_credit.sp-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#feature .wrap_credit.pc-none {
  display: none;
}
#feature .wrap_credit .credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(12px, 0.85714vw) min(18px, 1.28571vw);
}
#feature .wrap_credit .credit .item {
  position: relative;
}
#feature .wrap_credit .credit .item:not(:last-child)::before {
  position: absolute;
  content: "/";
  font-family: "acumin-pro", sans-serif;
  font-size: min(14px, 1vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: max(-12px, -0.85714vw);
}
#feature .wrap_credit .credit .item * {
  font-family: "acumin-pro", sans-serif;
  font-size: min(14px, 1vw);
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: min(0.2px, 0.01429vw);
  text-align: center;
  color: var(--color-black);
}
#feature .wrap_credit .credit .item .price {
  padding-left: min(2px, 0.14286vw);
}

#feature .pc-none {
  display: none;
}
#feature .sp-none {
  display: block;
}

#feature .js_anime.is_curtain-up .animearea {
  opacity: 0;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-filter: blur(30px) brightness(1.1);
          filter: blur(30px) brightness(1.1);
}
#feature .js_anime.is_show.is_curtain-up .animearea {
  -webkit-animation: fadeInPic 0.95s cubic-bezier(0.16, 0.88, 0.25, 1) forwards;
          animation: fadeInPic 0.95s cubic-bezier(0.16, 0.88, 0.25, 1) forwards;
}
@-webkit-keyframes fadeInPic {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(30px) brightness(1.1);
            filter: blur(30px) brightness(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1);
            filter: blur(0) brightness(1);
    -webkit-clip-path: inset(0% 0 0 0);
            clip-path: inset(0% 0 0 0);
  }
}
@keyframes fadeInPic {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(30px) brightness(1.1);
            filter: blur(30px) brightness(1.1);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1);
            filter: blur(0) brightness(1);
    -webkit-clip-path: inset(0% 0 0 0);
            clip-path: inset(0% 0 0 0);
  }
}
@media screen and (max-width: 750px) {
  .sp-footer {
    margin-top: initial;
  }
  #feature a:hover {
    opacity: initial;
    cursor: pointer;
  }
  #feature [class^=img_] {
    background-color: transparent;
  }
  #feature .c-text {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 6.4vw;
    letter-spacing: 0.48vw;
  }
  #feature .c-text.--sp-fw-500 {
    font-weight: 500;
    line-height: 1.86;
  }
  #feature .wrap_credit {
    padding: min(44px, 5.86667vw);
  }
  #feature .wrap_credit.--sp-b-left {
    padding-inline: initial;
    right: initial;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #feature .wrap_credit.--sp-b-left .credit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  #feature .wrap_credit.--sp-b-left .credit .item {
    margin-inline: initial;
  }
  #feature .wrap_credit.--sp-b-left .credit_toggle {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #feature .wrap_credit.--sp-b-right {
    padding-inline: initial;
    left: initial;
    right: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #feature .wrap_credit.--sp-b-right .credit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #feature .wrap_credit.--sp-b-right .credit .item {
    margin-inline: initial;
  }
  #feature .wrap_credit.--sp-b-right .credit_toggle {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #feature .wrap_credit.--sp-b-center {
    padding-inline: initial;
    right: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #feature .wrap_credit.--sp-b-center .credit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #feature .wrap_credit.--sp-b-center .credit .item {
    margin-inline: initial;
  }
  #feature .wrap_credit.--sp-b-center .credit_toggle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #feature .wrap_credit.sp-none {
    display: none;
  }
  #feature .wrap_credit.pc-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #feature .wrap_credit .credit {
    gap: min(26px, 3.46667vw) min(26px, 3.46667vw);
  }
  #feature .wrap_credit .credit .item:not(:last-child)::before {
    font-size: min(20px, 2.66667vw);
    right: max(-18px, -2.4vw);
  }
  #feature .wrap_credit .credit .item * {
    font-size: min(20px, 2.66667vw);
    letter-spacing: min(0.4px, 0.05333vw);
    font-weight: normal;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #feature .wrap_credit .credit .item .price {
    padding-left: min(2px, 0.26667vw);
  }
  #feature .pc-none {
    display: block;
  }
  #feature .sp-none {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */