@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 [data-anime^="fade"] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-contents [data-anime^="fade"].js-anime-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.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(50px, 0);
          transform: translate(50px, 0);
}

.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 .text-new-line {
  display: block;
}

.main-contents .text-line {
  font-weight: bold;
}

.main-contents .text-line _:-ms-lang(x)::-ms-backdrop, .main-contents .text-line {
  border: none;
  background: linear-gradient(transparent 60%, #d1d1d1 60%, #d1d1d1 70%, transparent 70%);
  padding: 0;
}

.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 .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 .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb {
  color: #1C1C1C;
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  width: 120rem;
  margin: 8rem auto 2rem;
}

.scrTop__btn {
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 1.2rem;
  width: 120rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-contents {
  width: 69.6rem;
  margin: 0 auto 10rem;
  letter-spacing: 0;
  color: #4d4d4d;
}

@font-face {
  font-family: 'seguiemj';
  src: url("../fonts/seguiemj.ttf") format("truetype");
}

.main-contents .credit-wrapper__link {
  font-family: 'seguiemj';
}

.main-contents .model-wrapper--second .model-wrapper__credit-link {
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.main-contents .credit-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
}

.main-contents .credit-wrapper__link {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4d4d;
}

.main-contents .pseudo-pop::before {
  z-index: 1;
}

.main-contents .pseudo-text::after {
  z-index: 1;
}

.main-contents .firstview {
  width: 69.7rem;
  margin: 0 auto 12rem;
}

.main-contents .white {
  margin-bottom: 21.8rem;
}

.main-contents .white .model-wrapper--second {
  margin-top: 7rem;
}

.main-contents .white .model-wrapper--second .model-wrapper__img {
  width: 51.8rem;
}

.main-contents .white .model-wrapper--second .model-wrapper__lead {
  width: 42.1rem;
  margin: 6.6rem 0 0 25rem;
}

.main-contents .white .model-wrapper--second .model-wrapper__credit-link {
  color: #FFF;
  background-color: rgba(232, 90, 93, 0.4);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 17.5rem auto 0;
  text-align: center;
}

.main-contents .white .model-wrapper--second .model-wrapper__credit-link a {
  padding: 2rem 7rem;
}

.main-contents .white .model-wrapper--second .model-wrapper__credit-link .text-new-line:nth-of-type(1) {
  font-size: 2.8rem;
}

.main-contents .white .model-wrapper--second .model-wrapper__credit-link .text-new-line:nth-of-type(2) {
  font-size: 2.9rem;
}

.main-contents .white .pseudo-pop::before {
  background-image: url(../img/white-pop.svg);
  width: 28.9rem;
  height: 11.4rem;
  top: -1.8rem;
  left: -0.6rem;
}

.main-contents .white .pseudo-text::after {
  background-image: url(../img/white-text.svg);
  width: 26.5rem;
  height: 10.3rem;
  bottom: 1.7rem;
  left: 3.4rem;
}

.main-contents .white .pseudo-background::before {
  background: rgba(231, 161, 93, 0.4);
  width: 54.5rem;
  height: 57.3rem;
  right: 0;
  top: 24.5rem;
}

.main-contents .white .pseudo-background::after {
  display: none;
}

.main-contents .white .pseudo-border::before {
  border: 2px solid #FFF;
  width: 52.2rem;
  height: 70rem;
  top: 2.3rem;
  left: 3rem;
  z-index: 1;
}

.main-contents .white .pseudo-border::after {
  display: none;
}

.main-contents .white .credit-wrapper {
  margin-left: auto;
  left: -2.7rem;
}

.main-contents .white .credit-wrapper__link:nth-of-type(1) .credit-wrapper__name {
  display: inline-block;
  width: 11.5rem;
}

.main-contents .white .credit-wrapper__link:nth-of-type(2) .credit-wrapper__name, .main-contents .white .credit-wrapper__link:nth-of-type(3) .credit-wrapper__name, .main-contents .white .credit-wrapper__link:nth-of-type(4) .credit-wrapper__name {
  display: inline-block;
  width: 7.4rem;
}

.main-contents .white .pseudo-arrow::before {
  background-image: url(../img/white-arrow-pc.svg);
  width: 5.1rem;
  height: 18.8rem;
  top: 0.7rem;
  left: -35rem;
}

.main-contents .beige {
  margin-bottom: 29rem;
}

.main-contents .beige .model-wrapper {
  width: 57rem;
  margin-left: auto;
}

.main-contents .beige .pseudo-pop::before {
  background-image: url(../img/beige-pop.svg);
  width: 20.7rem;
  height: 9.3rem;
  top: 9rem;
  left: -13rem;
}

.main-contents .beige .pseudo-text::after {
  background-image: url(../img/beige-text.svg);
  width: 24.6rem;
  height: 13.1rem;
  top: 76.5rem;
  left: -12rem;
}

.main-contents .beige .pseudo-background::before {
  background-color: rgba(221, 191, 177, 0.4);
  width: 55.5rem;
  height: 72.3rem;
  top: 15rem;
}

.main-contents .beige .pseudo-background::after {
  display: none;
}

.main-contents .beige .credit-wrapper {
  margin-left: auto;
}

.main-contents .beige .credit-wrapper__link:nth-of-type(1) .credit-wrapper__name, .main-contents .beige .credit-wrapper__link:nth-of-type(2) .credit-wrapper__name {
  display: inline-block;
  width: 11rem;
}

.main-contents .beige .credit-wrapper__link:nth-of-type(3) .credit-wrapper__name, .main-contents .beige .credit-wrapper__link:nth-of-type(4) .credit-wrapper__name {
  display: inline-block;
  width: 7rem;
}

.main-contents .blue {
  margin-bottom: 15.1rem;
}

.main-contents .blue .model-wrapper {
  width: 56.8rem;
}

.main-contents .blue .pseudo-pop::before {
  background-image: url(../img/blue-pop.svg);
  width: 27.2rem;
  height: 7.2rem;
  top: 61.6rem;
  left: 43.2rem;
}

.main-contents .blue .pseudo-text::after {
  background-image: url(../img/blue-text.svg);
  width: 20.7rem;
  height: 11.3rem;
  top: -11.8rem;
  left: 48rem;
}

.main-contents .blue .pseudo-background::before {
  background-color: rgba(177, 184, 203, 0.5);
  width: 55.5rem;
  height: 72.3rem;
  top: -7rem;
  right: 0;
}

.main-contents .blue .pseudo-background::after {
  display: none;
}

.main-contents .blue .credit-wrapper__link:nth-of-type(1) .credit-wrapper__name {
  display: inline-block;
  width: 12rem;
}

.main-contents .blue .credit-wrapper__link:nth-of-type(2) .credit-wrapper__name, .main-contents .blue .credit-wrapper__link:nth-of-type(3) .credit-wrapper__name, .main-contents .blue .credit-wrapper__link:nth-of-type(4) .credit-wrapper__name {
  display: inline-block;
  width: 7rem;
}

.main-contents .collab {
  margin-bottom: 23.6rem;
}

.main-contents .collab__inner {
  position: relative;
}

.main-contents .collab__img {
  width: 67.2rem;
  height: 32.1rem;
  margin-left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 11.3rem;
  z-index: 1;
}

.main-contents .collab__img-each:nth-of-type(1) {
  width: 20.7rem;
  margin-top: 3.3rem;
}

.main-contents .collab__img-each:nth-of-type(2) {
  width: 12.1rem;
}

.main-contents .collab__img-each:nth-of-type(3) {
  width: 19.9rem;
  margin-top: auto;
}

.main-contents .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-contents .link-container .viewall,
.main-contents .link-container .newall {
  width: 32.9rem;
}

@media only screen and (min-width: 768px){
  .main-contents .text-line {
    border-bottom: #d1d1d1 3px solid;
    padding-bottom: 0.2rem;
  }
  .main-contents .img-out-border {
    -webkit-box-shadow: 0px 0px 0px 1.5rem #fff;
            box-shadow: 0px 0px 0px 1.5rem #fff;
  }
  .main-contents .beige .model-wrapper {
    margin-right: 0.4rem;
  }
  .main-contents .blue .credit-wrapper {
    margin: 1.8rem 0 0 0.5rem;
  }
  .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-line {
    border-bottom: #d1d1d1 2px solid;
    padding-bottom: calc(3 * (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;
  }
  #breadcrumb {
    width: 100%;
    font-size: calc(24* (100vw / 750));
    margin-bottom: calc(30* (100vw / 750));
    padding: calc(80* (100vw / 750)) calc(26 * (100vw / 750)) 0;
  }
  .scrTop__btn {
    font-size: calc(26* (100vw / 750));
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-contents {
    width: calc(709 * (100vw / 750));
    margin-bottom: calc(190 * (100vw / 750));
  }
  .main-contents .firstview {
    width: calc(707 * (100vw / 750));
    margin-bottom: calc(100 * (100vw / 750));
  }
  .main-contents .white {
    margin-bottom: calc(152 * (100vw / 750));
  }
  .main-contents .white .model-wrapper--second {
    margin-top: calc(82 * (100vw / 750));
  }
  .main-contents .white .model-wrapper--second .model-wrapper__img {
    width: calc(508 * (100vw / 750));
    margin-left: calc(15 * (100vw / 750));
  }
  .main-contents .white .model-wrapper--second .model-wrapper__lead {
    margin-left: calc(256 * (100vw / 750));
  }
  .main-contents .white .model-wrapper--second .model-wrapper__credit-link {
    margin-top: calc(156 * (100vw / 750));
  }
  .main-contents .white .model-wrapper--second .model-wrapper__credit-link a {
    padding: calc(14 * (100vw / 750)) calc(30 * (100vw / 750));
  }
  .main-contents .white .model-wrapper--second .model-wrapper__credit-link .text-new-line:nth-of-type(1) {
    font-size: calc(26 * (100vw / 750));
  }
  .main-contents .white .model-wrapper--second .model-wrapper__credit-link .text-new-line:nth-of-type(2) {
    font-size: calc(22 * (100vw / 750));
  }
  .main-contents .white .pseudo-pop::before {
    top: calc(-28 * (100vw / 750));
  }
  .main-contents .white .pseudo-background::before {
    top: calc(232 * (100vw / 750));
  }
  .main-contents .white .pseudo-border::before {
    height: calc(679 * (100vw / 750));
    top: calc(23 * (100vw / 750));
    left: calc(21 * (100vw / 750));
  }
  .main-contents .white .credit-wrapper {
    left: calc(-34 * (100vw / 750));
  }
  .main-contents .white .pseudo-arrow::before {
    background-image: url(../img/white-arrow-sp.svg);
    left: calc(-350 * (100vw / 750));
  }
  .main-contents .beige .model-wrapper {
    width: calc(569 * (100vw / 750));
  }
  .main-contents .beige .pseudo-pop::before {
    left: calc(-142 * (100vw / 750));
  }
  .main-contents .beige .pseudo-text::after {
    top: calc(758 * (100vw / 750));
    left: calc(-142 * (100vw / 750));
  }
  .main-contents .blue {
    margin-bottom: calc(206 * (100vw / 750));
  }
  .main-contents .blue .credit-wrapper {
    position: relative;
    left: calc(12 * (100vw / 750));
  }
  .main-contents .collab {
    margin-bottom: calc(190 * (100vw / 750));
  }
  .main-contents .link-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(376 * (100vw / 750));
    margin: 0 auto;
  }
  .main-contents .link-container .viewall,
  .main-contents .link-container .newall {
    width: calc(376 * (100vw / 750));
  }
  .main-contents .link-container .newall {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: calc(89 * (100vw / 750));
  }
  .main-contents .pc-contents {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */