.l-container {
  margin: 0 auto;
  width: 100%;
}

:root {
  --base-value:2100;
}

html {
  font-size: calc(1 * (100vw / var(--base-value)));
}

@-moz-document url-prefix() {}.l-container {
  width: 100%;
}

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

.l-footer {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

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

.feature {
  padding-top: 30px;
  padding-bottom: 175px;
  margin: 0 auto;
  font-feature-settings: "palt";
  width: 100%;
  min-width: 1400px;
  display: block;
  overflow: hidden;
  color: #000;
}

.feature > .inner {
  margin: auto;
}

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

.feature .default-video {
  width: 101%;
  height: 101%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature * {
  box-sizing: border-box;
}

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

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

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

.feature ._forSP,
.feature .forSP {
  display: none !important;
}

.feature .flex-row-reverse {
  flex-direction: row-reverse;
}

.feature .default-fig > .figBody .default-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.feature .default-fig > .figBody > .link {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.feature .default-fig > .figBody > .link:hover {
  opacity: .7;
}

.feature .is-credit-active .figBody > .link {
  opacity: .7;
  pointer-events: all;
}

.feature .default-fig > .figBody {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.feature .default-fig > .figBody::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature .default-fig {
  display: block;
  margin: 0;
  position: relative;
}

.feature .default-img {
  display: block;
  max-width: none;
  height: auto;
}

.feature .swiper {
  position: relative;
}

.feature .swiper-slide {
  pointer-events: none;
}

.feature .swiper-slide-active {
  pointer-events: all;
  z-index: 2;
}

.feature .swiper-pagination {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.feature .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
}

.feature .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 10px;
}

.feature .swiper-pagination-bullet-active {
  background: #fff;
}

.feature .d-headding {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  height: 40px;
  position: relative;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.feature .d-headding > span {
  position: relative;
  z-index: 2;
}

.feature .d-headding::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .7;
  z-index: 1;
}

.feature .d-headding.-tokyo {
  width: 110px;
}

.feature .d-headding.-kagura {
  width: 230px;
}

.feature .d-headding02 {
  font-size: 20px;
  line-height: 1.23;
  letter-spacing: 0.05em;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}

.feature .d-headding02.-vertical {
  line-height: 1;
}

.feature .d-headding02.-vertical02 {
  line-height: 1;
}

.feature .d-txt-S {
  font-size: 13px;
  line-height: 2.25;
  text-align: justify;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.feature .d-txt-M {
  font-size: 14px;
  line-height: 2.25;
  text-align: justify;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.feature .d-txt-L {
  font-size: 15px;
  line-height: 2.25;
  text-align: justify;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.feature .d-txt-L.-lead {
  text-align: center;
}

.feature .credit-list {
  padding: 0;
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s ease-in-out;
}

.feature .credit-list .credit > .item > .link > .txt > .price {
  margin: 0 0 0 4px;
}

.feature .credit-list .credit > .item > .link {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #000;
  position: relative;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.feature .credit-list .credit > .item > .link:hover {
  opacity: .6;
}

.feature .credit-list .credit > .item > .link .brand {
  margin-left: 4px;
}

.feature .credit-list .credit > .item {
  margin: 0;
  line-height: 1;
  text-align: left;
  position: relative;
}

.feature .credit-list .credit {
  width: 100%;
  display: block;
  display: flex;
}

.feature .-model06 .credit-list {
  right: 0;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model06 .credit-list .credit > .item:nth-of-type(n+2) {
  margin-left: 13px;
}

.feature .-model08 .credit-list {
  width: 320px;
  right: 0;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model08 .credit-list .credit {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.feature .-model08 .credit-list .credit > .item {
  margin-bottom: 12px;
}

.feature .-model08 .credit-list .credit > .item:nth-of-type(n+2) {
  margin-left: 13px;
}

.feature .-model09 .credit-list {
  width: 400px;
  right: 0;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model09 .credit-list .credit {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.feature .-model09 .credit-list .credit > .item {
  margin-bottom: 12px;
}

.feature .-model09 .credit-list .credit > .item:nth-of-type(n+2) {
  margin-left: 13px;
}

.feature .-model10 .credit-list {
  width: 500px;
  left: -5px;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model10 .credit-list .credit {
  flex-wrap: wrap;
}

.feature .-model10 .credit-list .credit > .item {
  margin-right: 13px;
  margin-bottom: 12px;
}

.feature .-model12 .credit-list {
  width: 600px;
  right: 0;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model12 .credit-list .credit {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.feature .-model12 .credit-list .credit > .item {
  margin-bottom: 12px;
}

.feature .-model12 .credit-list .credit > .item:nth-of-type(n+2) {
  margin-left: 13px;
}

.feature .-model14 .credit-list {
  width: 300px;
  right: 0;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model14 .credit-list .credit {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.feature .-model14 .credit-list .credit > .item {
  margin-bottom: 12px;
}

.feature .-model14 .credit-list .credit > .item:nth-of-type(n+2) {
  margin-left: 13px;
}

.feature .-model15 .credit-list {
  width: 300px;
  right: 0;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model15 .credit-list .credit {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.feature .-model15 .credit-list .credit > .item {
  margin-bottom: 12px;
}

.feature .-model15 .credit-list .credit > .item:nth-of-type(n+2) {
  margin-left: 13px;
}

.feature .-model16 .credit-list {
  width: 547px;
  left: 0;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .-model16 .credit-list .credit {
  flex-wrap: wrap;
}

.feature .-model16 .credit-list .credit > .item {
  margin-right: 13px;
  margin-bottom: 12px;
}

.feature .d-btn {
  margin: 213px auto 0;
  text-align: center;
}

.feature .d-btnLink {
  font-size: 18px;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  color: #000;
}

.feature .d-btnLink::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}

.feature__btn {
  display: flex;
  justify-content: center;
}

.feature__btn > .link {
  width: 100%;
  display: block;
  color: #000 !important;
}

.feature .default-fig {
  width: 750px;
  margin: 0;
  position: relative;
}

.feature .default-fig > .d-headding02 {
  position: absolute;
  z-index: 2;
}

.feature .default-fig > .d-headding02.-R {
  top: -10px;
  right: 0;
  transform: translateY(-100%);
}

.feature .default-fig > .d-headding02.-R > span {
  display: block;
}

.feature .default-fig > .d-headding02.-vertical {
  top: 0;
  left: -14px;
  transform: translateX(-100%) rotate(180deg);
}

.feature .default-fig > .d-headding02.-vertical > span {
  display: block;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}

.feature .default-fig > .d-headding02.-verticalR {
  top: 0;
  right: -10px;
  transform: translateX(100%);
}

.feature .default-fig > .d-headding02.-verticalR > span {
  display: block;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.feature .default-fig > .d-headding02.-verticalR02 {
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
}

.feature .default-fig > .d-headding02.-verticalR02 > span {
  display: block;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.feature .default-fig > .capTxt {
  font-size: 20px;
  line-height: 1.23;
  letter-spacing: 0.05em;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.feature .default-fig > .capTxt > span {
  display: block;
}

.feature .default-fig.-hero {
  width: 1200px;
  margin: 0 auto;
}

.feature .default-fig.-model01, .feature .default-fig.-model02, .feature .default-fig.-model03, .feature .default-fig.-model04, .feature .default-fig.-model05 {
  width: 234px;
}

.feature .default-fig.-model08 {
  width: 271px;
}

.feature .default-fig.-model11 {
  width: 299px;
}

.feature .default-fig.-model14 {
  width: 321px;
}

.feature .default-fig.-model07, .feature .default-fig.-model17 {
  width: 351px;
}

.feature .default-fig.-model15 {
  width: 401px;
}

.feature .default-fig.-model10, .feature .default-fig.-model13 {
  width: 431px;
}

.feature .default-fig.-model16 {
  width: 547px;
}

.feature .default-fig.-model09 {
  width: 551px;
}

.feature .default-fig.-hero {
  width: 1200px;
}

.feature .default-fig.-hero > .ttlWrap {
  position: absolute;
  top: 381px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
}

.feature .default-fig.-hero > .ttlWrap .subTxt {
  width: 290px;
  height: 38px;
  margin: 0 auto 0;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.feature .default-fig.-hero > .ttlWrap .mainTxt {
  margin-top: 17px;
  line-height: 1;
  display: block;
  font-size: 43px;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.03em;
}

.feature .default-fig.-model06, .feature .default-fig.-model12 {
  width: 1200px;
  height: 780px;
}

.feature .default-fig.-model06 img, .feature .default-fig.-model12 img {
  position: absolute !important;
  top: 0;
  left: 0;
}

.feature .default-fig.-model08 {
  margin: -225px 0 0 auto;
}

.feature .default-fig.-model30, .feature .default-fig.-model31, .feature .default-fig.-model32 {
  margin: 0 auto;
}

.feature .default-fig.-model33 {
  margin: 28rem auto 0;
}

.feature .default-fig.-model34 {
  margin: 0;
}

.slideFig {
  width: 750px;
  margin: 0;
  position: relative;
}

.feature .hero-container {
  width: 100%;
  position: relative;
  z-index: 1;
}

.feature .hero-container .d-txt-L {
  margin-top: 103px;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

.feature .hero-container .model-frame {
  margin-top: 105px;
}

.feature .hero-container .model-frame .bgLine {
  width: 1200px;
  height: 30px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.feature .hero-container .model-frame .bgLine > span {
  width: 45px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature .hero-container .model-frame .bgLine > span::before {
  content: '';
  display: block;
  background: url("../img/icon_arrow.png") no-repeat;
  background-size: contain;
  width: 26px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature .hero-container .model-frame .bgLine::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature .hero-container .logoImg {
  width: 256rem;
  margin: 0 auto 0;
}

.feature .hero-container .txtImg {
  width: 604rem;
  margin: 42rem auto 0;
  position: relative;
  z-index: 3;
}

.feature .hero-container .winterLogoImg {
  width: 217rem;
  margin: 34rem auto 0;
}

.feature__heroBox {
  width: 100vw;
  position: relative;
  margin: 78px auto 0;
}

.feature__heroBox img {
  width: 100%;
}

.feature__heroBox::before {
  content: '';
  display: block;
  width: 100vw;
  height: 1875px;
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  background: #edf1f3;
}

.feature__heroBox > * {
  position: relative;
  z-index: 2;
}

.feature__heroVideo {
  width: 540px;
  height: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.feature__heroTtl {
  line-height: 1;
  text-align: center;
  margin-top: 78px;
}

.feature__heroTtl > .subTxt {
  display: block;
  font-size: 32px;
  letter-spacing: 0.14em;
}

.feature__heroTtl > .mainTxt {
  margin-top: 32px;
  display: block;
  font-size: 72px;
  letter-spacing: 0.11em;
}

.feature__heroTxt {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  margin: 84px auto 0;
}

.feature__wellness > .inner {
  margin: 335px auto 0;
}

.feature__wellness .default-fig {
  width: 153px;
  margin: 0 auto;
}

.feature__btn {
  width: 354px;
  margin: 140px auto 0;
}

.feature__btnLink {
  width: 100%;
  height: 56px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1rem solid #000;
  font-size: 24px;
  transition: 0.3;
  letter-spacing: 0.05em;
  color: #000;
}

.feature__staff {
  margin: 78px auto 0;
  text-align: center;
  font-size: 22px;
  line-height: 2.19;
  letter-spacing: 0.1em;
}

.feature__staff dd {
  margin: 0;
}

.item-img-txt.-wrap01 {
  width: 598px;
}

.item-img-txt.-wrap01 .subFrame.-frame01 {
  padding: 0 0 0 25px;
}

.item-img-txt.-wrap01 .d-txt-S {
  margin-top: -45px;
  width: 288px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.item-img-txt.-wrap02 {
  padding-top: 17px;
  width: 555px;
  display: flex;
  flex-direction: column;
}

.item-img-txt.-wrap02 .default-fig.-model09 {
  margin-top: 78px;
  order: 2;
}

.item-img-txt.-wrap02 .d-txt-M {
  padding: 33px 20px 12px 25px;
  order: 1;
  position: relative;
  line-height: 1.95;
  letter-spacing: 0.05em;
}

.item-img-txt.-wrap02 .d-txt-M::before, .item-img-txt.-wrap02 .d-txt-M::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}

.item-img-txt.-wrap02 .d-txt-M::after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.model-box {
  width: 100%;
  margin: 346rem auto 0;
}

.model-frame.-frame01 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.model-frame.-frame02 {
  position: relative;
}

.model-frame.-frame02 .default-fig.-model06 .txtWrap {
  width: 500px;
  height: 350px;
  position: absolute;
  top: 281px;
  right: 160px;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.model-frame.-frame02 .default-fig.-model06 .d-headding {
  margin: 0 auto;
}

.model-frame.-frame02 .default-fig.-model06 .d-txt-L {
  margin-top: 26px;
  line-height: 2;
  letter-spacing: 0.13em;
  color: #fff;
  text-shadow: #000 4px 0 30px;
  text-align: center;
}

.model-frame.-frame02 .descWrap {
  padding-top: 13px;
  margin-top: 0;
  display: flex;
}

.model-frame.-frame02 .descWrap .d-headding02 {
  padding-top: 5px;
}

.model-frame.-frame02 .descWrap .d-txt-S {
  width: 534px;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-left: 22px;
}

.model-frame.-frame03 {
  margin: 93px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.model-frame.-frame04 {
  position: relative;
  width: 858px;
  margin: 223px auto 0;
}

.model-frame.-frame04 .d-txt-S {
  width: 330px;
  position: absolute;
  top: -7px;
  right: 0;
  line-height: 2.08;
  letter-spacing: 0.05em;
}

.model-frame.-frame04 .default-fig.-model10 .d-headding02 {
  letter-spacing: 0.04em;
}

.model-frame.-frame04 .default-fig.-model11 {
  position: absolute;
  right: 17px;
  bottom: 0;
}

.model-frame.-frame05 {
  margin-top: 330px;
}

.model-frame.-frame05 .default-fig.-model12 .txtWrap {
  width: 500px;
  height: 350px;
  position: absolute;
  top: 259px;
  left: 38px;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.model-frame.-frame05 .default-fig.-model12 .d-headding {
  margin: 0 auto;
  letter-spacing: 0.01em;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.model-frame.-frame05 .default-fig.-model12 .d-txt-S {
  letter-spacing: 0.05em;
}

.model-frame.-frame05 .default-fig.-model12 .d-txt-L {
  margin-top: 26px;
  line-height: 2;
  letter-spacing: 0.13em;
  color: #fff;
  text-shadow: #000 4px 0 30px;
  text-align: center;
}

.model-frame.-frame05 .descWrap {
  margin-top: 7px;
}

.model-frame.-frame06 {
  padding-bottom: 153px;
  width: 941px;
  margin: 188px 6px 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.model-frame.-frame06 .default-fig.-model14 {
  position: absolute;
  top: 295px;
  left: -32px;
  transform: translateX(-100%);
}

.model-frame.-frame06 .default-fig.-model15 {
  margin-top: 200px;
}

.model-frame.-frame06 .d-txt-S {
  width: 400px;
  top: -6px;
  right: 0;
  position: absolute;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.model-frame.-frame06 .d-txt-M {
  width: 475px;
  padding: 15px 20px 12px 19px;
  order: 1;
  position: absolute;
  bottom: 0;
  left: 30px;
  line-height: 1.95;
  letter-spacing: 0.05em;
}

.model-frame.-frame06 .d-txt-M::before, .model-frame.-frame06 .d-txt-M::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}

.model-frame.-frame06 .d-txt-M::after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.model-frame.-frame07 {
  width: 980px;
  margin: 73px auto 0;
  position: relative;
}

.model-frame.-frame07 .default-fig.-model17 {
  position: absolute;
  top: 78px;
  right: 45px;
}

.model-frame.-frame07 .d-txt-S {
  width: 430px;
  top: 580px;
  right: -33px;
  position: absolute;
  line-height: 2.1;
  letter-spacing: 0.055em;
}

.main-container {
  position: relative;
  z-index: 2;
  background: #fff;
}

.main-container > .innerWrap {
  width: 1200px;
  margin: 284px auto 0;
}

@keyframes widthUp01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes simplefade01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade01 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade02 {
  0% {
    opacity: 0;
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.js-anime.-fade01 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-anime.-fade01.is-active {
  transform: translateY(0);
  opacity: 1;
}

.js-anime.-fade02 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-anime.-fade02.is-active {
  transform: translateY(0);
  opacity: 1;
}

.js-anime.-fade03 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

.js-anime.-fade03.is-active {
  transform: translateY(0);
  opacity: 1;
}

.js-anime.-fade04 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.js-anime.-fade04.is-active {
  transform: translateY(0);
  opacity: 1;
}

.js-anime.-mvFade01 img {
  opacity: 0;
  transform: scale(1.07);
  transform-origin: top left;
}

.js-anime.-mvFade01.is-active img {
  animation: 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards fade02;
}

.js-anime.-fadeBtn .txtWinter,
.js-anime.-fadeBtn .txtCheck {
  opacity: 0;
}

.js-anime.-fadeBtn .bg::before {
  width: 0;
}

.js-anime.-fadeBtn.is-active .txtWinter,
.js-anime.-fadeBtn.is-active .txtCheck {
  animation: 1s ease-in-out 1s forwards simplefade01;
}

.js-anime.-fadeBtn.is-active .bg::before {
  animation: 0.8s ease-in-out 0.3s forwards widthUp01;
}

.credit-anime.-fade01 {
  opacity: 0;
  transform: translateY(25rem);
}

.is-credit-active .credit-anime.-fade01 {
  animation: 0.8s ease-in-out 0.3s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay2 {
  animation: 0.8s ease-in-out 0.6s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay3 {
  animation: 0.8s ease-in-out 0.9s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay4 {
  animation: 0.8s ease-in-out 1.2s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay5 {
  animation: 0.8s ease-in-out 1.5s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay6 {
  animation: 0.8s ease-in-out 1.8s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay7 {
  animation: 0.8s ease-in-out 2.1s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay8 {
  animation: 0.8s ease-in-out 2.4s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay9 {
  animation: 0.8s ease-in-out 2.7s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay10 {
  animation: 0.8s ease-in-out 3.0s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay11 {
  animation: 0.8s ease-in-out 3.3s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay12 {
  animation: 0.8s ease-in-out 3.6s forwards simplefade01;
}

.is-credit-active .credit-anime.-fade01.-delay13 {
  animation: 0.8s ease-in-out 3.9s forwards simplefade01;
}
