@charset "UTF-8";
/*! autoprefixer grid: no-autoplace */

_:-ms-lang(x)::-ms-backdrop,
html {
  overflow-x: hidden;
}

.main-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-contents * {
  font-weight: inherit;
}

.main-contents ::before,
.main-contents ::after {
  pointer-events: none;
}

.main-contents a,
.main-contents picture {
  display: block;
}

.main-contents video,
.main-contents img {
  width: 100%;
  height: auto;
}

.main-contents a:link,
.main-contents h2,
.main-contents h3,
.main-contents h4,
.main-contents h5,
.main-contents h6 {
  color: inherit;
}

.main-contents .js-fade {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  transition: opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  transition: transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  transition: transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
}

.main-contents .js-fade.js-fade-right {
  -webkit-transform: translate(1.875rem, 0);
          transform: translate(1.875rem, 0);
}

.main-contents .js-fade:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.main-contents .js-fade:nth-of-type(2) {
  -webkit-transition-delay: .08s;
          transition-delay: .08s;
}

.main-contents .js-fade.js-anime-show {
  opacity: 1;
  -webkit-transform: translate(0rem, 0);
          transform: translate(0rem, 0);
}

.main-contents [data-anime^="fade"] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  transition: opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  transition: transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  transition: transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
}

.main-contents [data-anime^="fade"].js-anime-show {
  opacity: 1;
  -webkit-transform: translate(0rem, 0);
          transform: translate(0rem, 0);
}

.main-contents [data-anime="fade-up"] {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.main-contents [data-anime="fade-down"] {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.main-contents [data-anime="fade-left"] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.main-contents [data-anime="fade-right"] {
  -webkit-transform: translate(1.875rem, 0);
          transform: translate(1.875rem, 0);
}

.main-contents [data-anime="fade-right"]:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.main-contents [data-anime="fade-right"]:nth-of-type(2) {
  -webkit-transition-delay: .08s;
          transition-delay: .08s;
}

.main-contents [data-anime="fade-right"]:nth-of-type(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.main-contents [data-anime="fade-right"]:nth-of-type(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.main-contents [data-anime="fade-right"]:nth-of-type(5) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.main-contents [data-anime="fade-right"]:nth-of-type(6) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.main-contents [data-anime="fade-in"] {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.main-contents [data-anime="fade-out"] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-contents [data-anime^="horizontal"] {
  position: relative;
}

.main-contents [data-anime^="horizontal"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s, -webkit-transform 1.5s;
}

.main-contents [data-anime^="horizontal"].js-anime-show::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-contents [data-anime^="vertical"] {
  position: relative;
}

.main-contents [data-anime^="vertical"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s, -webkit-transform 1.5s;
}

.main-contents [data-anime^="vertical"].js-anime-show::before {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.main-contents [data-anime="horizontal-center"]::before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.main-contents [data-anime="horizontal-left"]::before {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.main-contents [data-anime="horizontal-right"]::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.main-contents [data-anime="vertical-center"]::before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.main-contents [data-anime="vertical-top"]::before {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.main-contents [data-anime="vertical-bottom"]::before {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.main-contents .img-background {
  position: relative;
}

.main-contents .img-background::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-contents .pseudo-parent {
  position: relative;
}

.main-contents .pseudo-parent::before, .main-contents .pseudo-parent::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-contents .text-new-line {
  display: block;
}

.main-contents .text-underline::before {
  background-color: #bad8e2;
  width: 102%;
  height: 0.9rem;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-contents .text-underline::after {
  display: none;
}

.main-contents .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-contents .flex-wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-contents .flex-direction-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-contents .flex-direction-container _:-ms-lang(x)::-ms-backdrop,
.main-contents .flex-direction-container > * {
  min-height: 0%;
}

.main-contents .grid-container {
  display: -ms-grid;
  display: grid;
  justify-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-column-align: start;
  -ms-grid-row-align: start;
}

.main-contents .img-opacity-block {
  background-color: #fff;
}

.main-contents .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-area {
  max-width: none;
  min-width: auto;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  font-size: 10px;
}

.main-contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  margin: 3.5rem auto 16rem;
}

.main-contents .viewall {
  width: 38rem;
  height: 6.4rem;
  margin: 0 auto;
  border: solid 1px #000;
}

.main-contents .viewall__link {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contents .credit-wrapper__link,
.main-contents .information__lead {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.main-contents .credit-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.main-contents .credit-wrapper__link {
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
  text-align: left;
  pointer-events: all;
}

.main-contents .credit-wrapper__link.pointer-none {
  pointer-events: none;
}

.main-contents .credit-wrapper__link.pointer-none span {
  font-family: Pragmatica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
  margin-left: 0.3rem;
}

.main-contents .swiper-pagination {
  bottom: -1.8rem;
}

.main-contents .swiper-pagination-bullet {
  background-color: #e2e2e2;
  width: 4.5rem;
  height: 2px;
  margin: 0 0.4rem;
  position: relative;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.main-contents .swiper-pagination-bullet::before {
  background-color: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.main-contents .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: sliderPagination 3s linear forwards;
          animation: sliderPagination 3s linear forwards;
}

.main-contents .swiper-pagination-bullet:hover {
  background-color: #fff;
}

@-webkit-keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

.main-contents .firstview__title {
  width: 46.6rem;
  margin: 10.4rem 0 0 36.1rem;
}

.main-contents .firstview__lead {
  text-align: center;
}

.main-contents .firstview__lead .text-new-line {
  font-weight: 500;
}

.main-contents .denim01 {
  margin-bottom: 13.7rem;
}

.main-contents .denim01 .model-wrapper:nth-of-type(2) {
  width: 42rem;
  position: relative;
}

.main-contents .denim01 .credit-wrapper {
  position: relative;
}

.main-contents .denim02 .model-wrapper:nth-of-type(1) {
  width: 42rem;
}

.main-contents .denim02 .model-wrapper:nth-of-type(2) {
  width: 45rem;
}

.main-contents .denim02 .credit-wrapper {
  position: relative;
}

.main-contents .denim03 {
  margin: -27.4rem 0 0;
}

.main-contents .denim03 .item-wrapper {
  width: 33rem;
  position: relative;
}

.main-contents .denim04 {
  margin: -16.1rem 0 12rem;
}

.main-contents .denim04 .model-wrapper:nth-of-type(1) {
  width: 52rem;
}

.main-contents .denim04 .model-wrapper:nth-of-type(2) {
  -ms-grid-column-align: end;
      justify-self: end;
  width: 40rem;
}

.main-contents .denim05 {
  margin-bottom: 11.5rem;
}

.main-contents .denim05 .model-wrapper:nth-of-type(1) {
  width: 55rem;
}

.main-contents .denim05 .model-wrapper:nth-of-type(2) {
  width: 42rem;
}

.main-contents .denim05 .item-wrapper {
  width: 33rem;
}

.main-contents .information {
  margin-bottom: 15.6rem;
}

.main-contents .information__inner {
  width: 90rem;
  padding: 5rem 0 6rem;
  margin: 0 auto;
}

.main-contents .information__inner::before {
  background-color: #fcfaf0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-contents .information__lead {
  font-size: 2.1rem;
  line-height: 1.52;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: neue-haas-grotesk-display, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.main-contents .information__lead .text-new-line {
  font-weight: 500;
}

.main-contents .information__lead .text-underline {
  margin: 0 0.4rem 0 0.1rem;
}

@media only screen and (min-width: 768px){
  .main-contents .img-out-border {
    -webkit-box-shadow: 0px 0px 0px 1.5rem #fff;
            box-shadow: 0px 0px 0px 1.5rem #fff;
  }
  .bredlist.lp {
    width: 120rem;
  }
  .main-contents {
    max-width: 140rem;
  }
  .main-contents .firstview {
    width: 120rem;
    margin: 0 auto 8.5rem;
  }
  .main-contents .firstview__lead {
    font-size: 1.5rem;
    line-height: 2.93;
    margin-top: 5.8rem;
  }
  .main-contents .denim01__inner {
    width: 84rem;
    margin-left: 23rem;
    -ms-grid-columns: 42rem 1fr;
    grid-template-columns: 42rem 1fr;
    -ms-grid-rows: 50rem 1fr;
    grid-template-rows: 50rem 1fr;
  }
  .main-contents .denim01 .model-wrapper:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 3 / 3;
    justify-self: end;
    -ms-grid-column-align: end;
    width: 50rem;
  }
  .main-contents .denim01 .model-wrapper:nth-of-type(1) _:-ms-lang(x)::-ms-backdrop, .main-contents .denim01 .model-wrapper:nth-of-type(1) {
    display: inline-table;
  }
  .main-contents .denim01 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
    margin-top: 30rem;
    z-index: 1;
  }
  .main-contents .denim01 .credit-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
    -ms-grid-column-align: end;
    margin-top: 17rem;
    left: -0.3rem;
  }
  .main-contents .denim02__inner {
    width: 77rem;
    margin-left: 46.5rem;
  }
  .main-contents .denim02 .model-wrapper:nth-of-type(2) {
    justify-self: end;
    -ms-grid-column-align: end;
    margin-top: -13.5rem;
  }
  .main-contents .denim02 .model-wrapper:nth-of-type(2) _:-ms-lang(x)::-ms-backdrop, .main-contents .denim02 .model-wrapper:nth-of-type(2) {
    position: relative;
    left: 32rem;
    margin-top: 39rem;
  }
  .main-contents .denim02 .credit-wrapper {
    justify-self: end;
    -ms-grid-column-align: end;
    margin-top: 4.5rem;
    left: -0.3rem;
  }
  .main-contents .denim02 .credit-wrapper _:-ms-lang(x)::-ms-backdrop, .main-contents .denim02 .credit-wrapper {
    margin-top: 101rem;
    left: 32rem;
  }
  .main-contents .denim03__inner {
    width: 97.8rem;
    margin-left: 16.5rem;
  }
  .main-contents .denim03 .model-wrapper:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    width: 42rem;
  }
  .main-contents .denim03 .model-wrapper:nth-of-type(1) _:-ms-lang(x)::-ms-backdrop, .main-contents .denim03 .model-wrapper:nth-of-type(1) {
    display: inline-table;
  }
  .main-contents .denim03 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    width: 50rem;
    margin-top: 44.8rem;
    position: relative;
    left: 28.5rem;
    z-index: 1;
  }
  .main-contents .denim03 .model-wrapper:nth-of-type(2) _:-ms-lang(x)::-ms-backdrop, .main-contents .denim03 .model-wrapper:nth-of-type(2) {
    display: inline-table;
  }
  .main-contents .denim03 .credit-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
    -ms-grid-column-align: end;
    margin: 93.4rem 0 -0.5rem;
  }
  .main-contents .denim03 .credit-wrapper _:-ms-lang(x)::-ms-backdrop, .main-contents .denim03 .credit-wrapper {
    display: inline-table;
    position: relative;
    left: 34rem;
  }
  .main-contents .denim03 .item-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    margin-top: 119.3rem;
    left: 5.5rem;
  }
  .main-contents .denim03 .item-wrapper__credit {
    margin: 4.4rem 0 0;
  }
  .main-contents .denim03 .item-wrapper__credit _:-ms-lang(x)::-ms-backdrop, .main-contents .denim03 .item-wrapper__credit {
    left: 0;
  }
  .main-contents .denim04__inner {
    -ms-grid-rows: 50rem 1fr;
    grid-template-rows: 50rem 1fr;
    width: 83rem;
    margin-left: 40rem;
  }
  .main-contents .denim04 .model-wrapper:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 3 / 3;
    margin-top: 38rem;
    position: relative;
    z-index: 1;
  }
  .main-contents .denim04 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    -ms-grid-column-align: end;
  }
  .main-contents .denim04 .model-wrapper:nth-of-type(2) _:-ms-lang(x)::-ms-backdrop, .main-contents .denim04 .model-wrapper:nth-of-type(2) {
    position: relative;
    left: 31rem;
  }
  .main-contents .denim04 .credit-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
    -ms-grid-column-align: end;
    margin-top: 4.4rem;
    position: relative;
    left: -0.4rem;
  }
  .main-contents .denim04 .credit-wrapper _:-ms-lang(x)::-ms-backdrop, .main-contents .denim04 .credit-wrapper {
    display: inline-table;
    left: 31rem;
  }
  .main-contents .denim05__inner {
    width: 90rem;
    margin-left: 25rem;
  }
  .main-contents .denim05 .model-wrapper:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
    -ms-grid-column-align: end;
  }
  .main-contents .denim05 .model-wrapper:nth-of-type(1) _:-ms-lang(x)::-ms-backdrop, .main-contents .denim05 .model-wrapper:nth-of-type(1) {
    display: inline-table;
    position: relative;
    left: 35rem;
  }
  .main-contents .denim05 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    margin-top: 31rem;
  }
  .main-contents .denim05 .model-wrapper:nth-of-type(2) _:-ms-lang(x)::-ms-backdrop, .main-contents .denim05 .model-wrapper:nth-of-type(2) {
    display: inline-table;
  }
  .main-contents .denim05 .credit-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
    -ms-grid-column-align: end;
    margin-top: 73.2rem;
  }
  .main-contents .denim05 .credit-wrapper _:-ms-lang(x)::-ms-backdrop, .main-contents .denim05 .credit-wrapper {
    display: inline-table;
    position: relative;
    left: 35rem;
  }
  .main-contents .denim05 .item-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
    -ms-grid-column-align: center;
    margin-top: 96.7rem;
  }
  .main-contents .denim05 .item-wrapper _:-ms-lang(x)::-ms-backdrop, .main-contents .denim05 .item-wrapper {
    position: relative;
    left: 16rem;
  }
  .main-contents .denim05 .item-wrapper__credit {
    margin-top: 4.4rem;
  }
  .main-contents .denim05 .item-wrapper__credit _:-ms-lang(x)::-ms-backdrop, .main-contents .denim05 .item-wrapper__credit {
    left: 0;
  }
  .main-contents .sp-contents {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1400px){
  html,
  body {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media only screen and (min-width: 1400px){
  html,
  body {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 767px){
  html,
  body {
    font-size: calc(10 * (100vw / 750));
  }
  .main-contents video _:lang(x) + _:-webkit-full-screen-document, .main-contents video {
    object-fit: fill;
  }
  .main-contents .text-underline::before {
    width: 108%;
    height: calc(15 * (100vw / 750));
    top: calc(25 * (100vw / 750));
  }
  .main-contents .img-out-border {
    -webkit-box-shadow: 0px 0px 0px calc(30 * (100vw / 750)) #fff;
            box-shadow: 0px 0px 0px calc(30 * (100vw / 750)) #fff;
  }
  .bredlist.lp {
    max-width: 70rem;
  }
  .main-contents {
    width: calc(750 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) 0 calc(200 * (100vw / 750));
  }
  .main-contents .viewall {
    width: calc(675 * (100vw / 750));
    height: calc(120 * (100vw / 750));
  }
  .main-contents .viewall__link {
    font-size: calc(28 * (100vw / 750));
  }
  .main-contents .item-wrapper__credit {
    margin-top: calc(50 * (100vw / 750));
  }
  .main-contents .credit-wrapper__link {
    font-size: calc(24 * (100vw / 750));
    line-height: 1.83;
  }
  .main-contents .credit-wrapper__link.pointer-none span {
    font-size: calc(20 * .13333vw);
    margin-left: calc(5 * .13333vw);
  }
  .main-contents .swiper-pagination {
    bottom: calc(-30 * (100vw / 750));
    left: calc(-8 * (100vw / 750));
  }
  .main-contents .swiper-pagination-bullet {
    width: calc(80 * (100vw / 750));
    height: calc(4 * (100vw / 750));
    margin: 0 calc(7 * (100vw / 750));
  }
  .main-contents .firstview {
    margin-bottom: calc(130 * (100vw / 750));
  }
  .main-contents .firstview__title {
    width: calc(508 * (100vw / 750));
    margin: calc(155 * (100vw / 750)) 0 0 calc(116 * (100vw / 750));
  }
  .main-contents .firstview__lead {
    font-size: calc(24 * (100vw / 750));
    line-height: 2.67;
    margin-top: calc(60 * (100vw / 750));
  }
  .main-contents .denim01 {
    margin-bottom: calc(132 * (100vw / 750));
  }
  .main-contents .denim01__inner {
    width: calc(600 * (100vw / 750));
    margin: 0 auto;
  }
  .main-contents .denim01 .model-wrapper:nth-of-type(2) {
    -ms-grid-column-align: center;
        justify-self: center;
    width: calc(500 * (100vw / 750));
    margin-top: calc(50 * (100vw / 750));
  }
  .main-contents .denim01 .credit-wrapper {
    margin-top: calc(80 * (100vw / 750));
    left: calc(50 * (100vw / 750));
  }
  .main-contents .denim02 {
    margin-bottom: 13.4rem;
  }
  .main-contents .denim02__inner {
    width: calc(710 * (100vw / 750));
    margin-left: auto;
  }
  .main-contents .denim02 .model-wrapper:nth-of-type(1) {
    width: calc(560 * (100vw / 750));
  }
  .main-contents .denim02 .model-wrapper:nth-of-type(2) {
    -ms-grid-column-align: end;
        justify-self: end;
    width: calc(560 * (100vw / 750));
    margin-top: calc(40 * (100vw / 750));
  }
  .main-contents .denim02 .credit-wrapper {
    margin-top: 5rem;
    left: 15rem;
  }
  .main-contents .denim03 {
    margin: 0 0 13.1rem 0;
  }
  .main-contents .denim03__inner {
    width: calc(640 * (100vw / 750));
    margin: 0 auto;
  }
  .main-contents .denim03 .model-wrapper:nth-of-type(2) {
    margin-top: calc(40 * (100vw / 750));
  }
  .main-contents .denim03 .credit-wrapper {
    margin-top: 5.2rem;
  }
  .main-contents .denim03 .item-wrapper {
    -ms-grid-column-align: end;
        justify-self: end;
    width: calc(380 * (100vw / 750));
    margin-top: calc(132 * (100vw / 750));
    left: -0.4rem;
  }
  .main-contents .denim04 {
    margin: 0 0 calc(133 * (100vw / 750)) 0;
  }
  .main-contents .denim04__inner {
    width: calc(710 * (100vw / 750));
  }
  .main-contents .denim04 .model-wrapper:nth-of-type(1) {
    width: calc(580 * (100vw / 750));
  }
  .main-contents .denim04 .model-wrapper:nth-of-type(2) {
    width: calc(520 * (100vw / 750));
    margin-top: calc(50 * (100vw / 750));
  }
  .main-contents .denim04 .credit-wrapper {
    margin: calc(50 * (100vw / 750)) 0 0 calc(190 * (100vw / 750));
  }
  .main-contents .denim05 {
    margin-bottom: calc(195 * (100vw / 750));
  }
  .main-contents .denim05 .model-wrapper:nth-of-type(1) {
    width: calc(750 * (100vw / 750));
  }
  .main-contents .denim05 .model-wrapper:nth-of-type(2) {
    width: calc(500 * (100vw / 750));
    margin: calc(50 * (100vw / 750)) 0 0 calc(40 * (100vw / 750));
  }
  .main-contents .denim05 .credit-wrapper {
    margin: calc(50 * (100vw / 750)) 0 0 calc(40 * (100vw / 750));
  }
  .main-contents .denim05 .item-wrapper {
    width: calc(420 * (100vw / 750));
    margin: calc(130 * (100vw / 750)) 0 0 calc(270 * (100vw / 750));
  }
  .main-contents .denim05 .item-wrapper__credit {
    margin-left: 0;
  }
  .main-contents .information {
    margin-bottom: calc(203 * (100vw / 750));
  }
  .main-contents .information__inner {
    width: calc(750 * (100vw / 750));
    padding: calc(80 * (100vw / 750)) 0 calc(100 * (100vw / 750));
  }
  .main-contents .information__lead {
    font-size: calc(32 * (100vw / 750));
    line-height: 1.56;
  }
  .main-contents .information__lead .text-underline {
    margin: 0 1rem 0 0.4rem;
  }
  .main-contents .pc-contents {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */