.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: 1650px;
  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 .headding-txt01 {
  width: 595px;
  margin: 14px auto 0;
}

.feature .headding-txt02 {
  width: 330px;
  margin: 60px auto 0;
}

.feature .staff-txt {
  width: 495px;
  margin: 28px auto 0;
}

.feature .default-movie {
  position: relative;
}

.feature .default-movie .muteBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 20px;
  font-size: 14.5px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: none;
  border: none;
  color: #fff;
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.feature .default-movie .muteBtn .onTxt {
  display: none;
}

.feature .default-movie .muteBtn .offTxt {
  display: block;
}

.feature .default-movie .muteBtn.off .onTxt {
  display: block;
}

.feature .default-movie .muteBtn.off .offTxt {
  display: none;
}

.feature .default-movie {
  width: 1050px;
  height: 591px;
  margin: 0 auto;
}

.feature .default-movie > .body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.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;
}

.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;
}

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

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

.feature .credit-list {
  padding: 0;
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

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

.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;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

.feature .credit-list .credit > .item > .link::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translate(-50%, 100%);
}

.feature .credit-list .credit > .item > .link .subTxt01 {
  font-size: 10px;
}

.feature .credit-list .credit > .item > .link .subTxt02 {
  font-size: 10px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.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.3;
  text-align: left;
  position: relative;
}

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

.feature .default-fig.-model03 .credit-list {
  width: 100%;
  transform: translate(-50%, 100%);
  bottom: -37px;
  left: 50%;
}

.feature .default-fig.-model03 .credit-list .credit {
  justify-content: center;
}

.feature .default-fig.-model03 .credit-list .credit > .item {
  margin-right: 12px;
}

.feature .default-fig.-model03 .credit-list .credit > .item:nth-of-type(3n) {
  margin-right: 0px;
}

.feature .default-fig.-model07 .credit-list {
  width: 300px;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: -38px;
}

.feature .default-fig.-model07 .credit-list .credit {
  justify-content: center;
}

.feature .default-fig.-model07 .credit-list .credit > .item {
  margin-right: 12px;
}

.feature .default-fig.-model07 .credit-list .credit > .item:nth-of-type(2n) {
  margin-right: 0px;
}

.feature .default-fig.-model07 .credit-list .credit > .item:nth-of-type(n+3) {
  margin-top: 10px;
}

.feature .default-fig.-model09 .credit-list {
  width: 300px;
  transform: translateY(100%);
  bottom: -38px;
}

.feature .default-fig.-model09 .credit-list .credit > .item {
  margin-right: 12px;
}

.feature .default-fig.-model09 .credit-list .credit > .item:nth-of-type(n+3) {
  margin-top: 10px;
}

.feature .slideFig.-model19-20 .credit-list {
  width: 360px;
  transform: translateY(100%);
  bottom: -20px;
}

.feature .slideFig.-model19-20 .credit-list .credit > .item {
  margin-right: 7px;
}

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

.feature .d-btn > .linkTxt {
  display: inline-block;
  font-size: 18px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  transition: 0.3s ease-in-out;
  color: #000;
}

.feature .d-btn > .linkTxt:hover {
  opacity: 0.6;
}

.feature .d-btn > .linkTxt::before {
  content: '';
  display: block;
  background: #000;
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

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

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

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

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

.feature .default-fig.-item04 {
  width: 239px;
  margin: -139px auto 0 42px;
  z-index: 3;
}

.feature .default-fig.-item05 {
  width: 240px;
  margin: -282px auto 0 265px;
}

.feature .default-fig.-item08 {
  width: 300px;
  margin: -328px auto 0 178px;
}

.feature .default-fig.-item11 {
  width: 257px;
  margin: -157px auto 0 405px;
}

.feature .default-fig.-model01 {
  width: 1650px;
  margin: 0 auto 0;
}

.feature .default-fig.-model02 {
  width: 330px;
  margin: 0 auto 0 146px;
}

.feature .default-fig.-model03 {
  width: 419px;
  margin: -290px 17px 0 auto;
}

.feature .default-fig.-model06 {
  width: 900px;
  margin: 0 15px 0 auto;
}

.feature .default-fig.-model07 {
  width: 360px;
  margin: 101px 15px 0 auto;
}

.feature .default-fig.-model09 {
  width: 359px;
  margin: 0 auto 0 64px;
  z-index: 3;
}

.feature .default-fig.-model10 {
  width: 270px;
  margin: -459px 15px 0 auto;
}

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

.slideFig.-model19-20 {
  width: 430px;
  margin-top: 168px;
  margin-right: 90px;
  order: 1;
}

.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__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;
}

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

.main-container > .innerWrap {
  width: 1400px;
  margin: 22px auto 0;
}

.main-container > .innerWrap > .d-txt {
  margin: 90px auto 0;
  text-align: center;
  font-size: 14px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 2.35;
}

.feature .model-frame {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.feature .model-frame > .headdingTxt {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 0.06em;
}

.feature .model-frame > .headdingTxt::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}

.feature .model-frame > .d-txt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.78;
}

.feature .model-frame.-frame01 {
  margin-top: 113px;
}

.feature .model-frame.-frame01 > .headdingTxt {
  position: absolute;
  top: 79px;
  right: 238px;
}

.feature .model-frame.-frame01 > .headdingTxt::before {
  left: -15px;
  transform: translate(-100%, -50%) translateY(-2px);
}

.feature .model-frame.-frame01 > .d-txt {
  width: 428px;
  position: absolute;
  top: 786px;
  left: 557px;
}

.feature .model-frame.-frame01::before {
  content: '';
  display: block;
  background: #e6ded3;
  position: absolute;
  top: 32px;
  width: 810px;
  height: 640px;
  left: 50%;
  transform: translateX(-50%);
}

.feature .model-frame.-frame02 {
  padding-top: 59px;
  margin-top: 234px;
}

.feature .model-frame.-frame02 > .headdingTxt {
  position: absolute;
  top: 0;
  left: 85px;
}

.feature .model-frame.-frame02 > .headdingTxt::before {
  right: -19px;
  transform: translate(100%, -50%) translateY(-2px);
}

.feature .model-frame.-frame02 > .d-txt {
  width: 489px;
  position: absolute;
  top: 691px;
  left: 85px;
  letter-spacing: 0.1em;
}

.feature .model-frame.-frame03 {
  padding-bottom: 215px;
  margin-top: 180px;
}

.feature .model-frame.-frame03 > .headdingTxt {
  position: absolute;
  top: 29px;
  right: 15px;
  pointer-events: none;
}

.feature .model-frame.-frame03 > .headdingTxt::before {
  left: -15px;
  transform: translate(-100%, -50%);
}

.feature .model-frame.-frame03 > .d-txt {
  width: 560px;
  position: absolute;
  top: 698px;
  left: 221px;
  letter-spacing: 0.07em;
}

.feature .model-frame.-frame03::before {
  content: '';
  display: block;
  background: #e6ded3;
  position: absolute;
  top: 212px;
  width: 1000px;
  height: 420px;
  left: 50%;
  transform: translateX(-50%);
}

@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: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes border01 {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}

@keyframes fade03 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.js-anime.-fade01 {
  opacity: 0;
  transform: translateY(20px);
}

.js-anime.-fade01.is-active {
  animation: 0.7s ease-in-out 0.3s forwards fade01;
}

.js-anime.-fade02 {
  opacity: 0;
  transform: translateX(50px);
}

.js-anime.-fade02.is-active {
  animation: 0.7s ease-in-out 0.3s forwards fade02;
}

.js-anime.-fade03 {
  opacity: 0;
  transform: translateX(-50px);
}

.js-anime.-fade03.is-active {
  animation: 0.7s ease-in-out 0.3s forwards fade03;
}

.js-anime.-border::before {
  width: 0;
}

.js-anime.-border.is-active::before {
  animation: 1s ease-in-out 1s forwards border01;
}
