@charset "UTF-8";

.main-contents {
  box-sizing: border-box;
  margin: 0 auto 10rem;
  letter-spacing: 0;
}

.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 .flex_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-contents .grid_container {
  display: grid;
  justify-items: flex-start;
  align-items: flex-start;
}

.main-contents .pseudo_parent {
  position: relative;
}

.main-contents .pseudo_parent::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

#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: flex;
  margin: 0 auto;
  font-size: 1.2rem;
  width: 120rem;
  justify-content: flex-end;
}

.main-contents .credit_wrapper__link {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}

.main-contents [class$="__inner"] {
  margin: 0 auto;
}

.main-contents [class$="__heading"] {
  margin: 0 auto;
}

.main-contents .model_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-contents .credit_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.2rem;
}

.main-contents .firstview {
  width: 80rem;
  margin: 0 auto;
}

.main-contents .firstview__lead {
  width: 46rem;
  margin: 5.6rem auto 0;
}

.main-contents .style1 {
  margin-top: 18.2rem;
}

.main-contents .style1::before {
  background-image: url(../img/style1_background.jpg);
  width: 60rem;
  height: 90rem;
  top: 42.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.main-contents .style1__inner {
  width: 80rem;
}

.main-contents .style1__heading {
  width: 29.4rem;
}

.main-contents .style1 .model_wrapper:nth-of-type(1) {
  margin-top: 10.2rem;
  width: 46.7rem;
}

.main-contents .style1 .model_wrapper:nth-of-type(2) {
  width: 41.7rem;
  margin: 9.4rem 0 0 auto;
}

.main-contents
  .style1
  .model_wrapper:nth-of-type(2)
  .model_wrapper__img
  p:nth-of-type(1) {
  width: 6.7rem;
}

.main-contents
  .style1
  .model_wrapper:nth-of-type(2)
  .model_wrapper__img
  p:nth-of-type(2) {
  width: 33.3rem;
}

.main-contents .style2 {
  margin-top: 23.8rem;
}

.main-contents .style2__inner {
  width: 60rem;
}

.main-contents .style2__heading {
  width: 25.9rem;
}

.main-contents .style2 .model_wrapper {
  margin-top: 10.2rem;
}

.main-contents .style3 {
  margin-top: 23.9rem;
}

.main-contents .style3__inner {
  width: 68.6rem;
}

.main-contents .style3__heading {
  width: 33.8rem;
}

.main-contents .style3 .model_wrapper:nth-of-type(1) {
  width: 52.1rem;
  margin-top: 10.2rem;
}

.main-contents .style3 .model_wrapper:nth-of-type(1) .model_wrapper__img {
  grid-area: 1 / 1 / 2 / 2;
  width: 33.3rem;
}

.main-contents .style3 .model_wrapper:nth-of-type(1) .model_wrapper__note {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end;
  width: 17.1rem;
}

.main-contents .style3 .model_wrapper:nth-of-type(1) .model_wrapper__credit {
  grid-area: 2 / 1 / 3 / 3;
  margin-top: 1.5rem;
}

.main-contents .style3 .model_wrapper:nth-of-type(2) {
  width: 46.7rem;
  margin: 9.6rem 0 0 auto;
}

.main-contents .style4 {
  margin-top: 23.8rem;
}

.main-contents .style4::before {
  background-image: url(../img/style4_background.jpg);
  width: 80rem;
  height: 53.4rem;
  top: 62.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.main-contents .style4__inner {
  width: 79.7rem;
}

.main-contents .style4__heading {
  width: 27.1rem;
}

.main-contents .style4 .model_wrapper:nth-of-type(1) {
  width: 50rem;
  margin: 10.2rem 0 0 auto;
}

.main-contents .style4 .model_wrapper:nth-of-type(2) {
  width: 33.3rem;
  margin-top: 9.6rem;
}

.main-contents .style4 .model_wrapper:nth-of-type(2) .model_wrapper__credit {
  margin-top: 0.8rem;
}

.main-contents .style5 {
  margin-top: 23.8rem;
}

.main-contents .style5::before {
  background-image: url(../img/style5_background.jpg);
  width: 80rem;
  height: 53.4rem;
  top: 38.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.main-contents .style5__inner {
  width: 80rem;
}

.main-contents .style5__heading {
  width: 36.5rem;
}

.main-contents .style5 .model_wrapper {
  width: 60rem;
  margin: 10.3rem 0 0 auto;
}

.main-contents .style6 {
  margin-top: 23.8rem;
}

.main-contents .style6__inner {
  width: 79.9rem;
}

.main-contents .style6__heading {
  width: 30.9rem;
}

.main-contents .style6 .model_wrapper:nth-of-type(1) {
  width: 46.7rem;
  margin-top: 10.4rem;
}

.main-contents .style6 .model_wrapper:nth-of-type(2) {
  width: 41.7rem;
  margin: 9.6rem 0 0 auto;
}

.main-contents .style6 .model_wrapper:nth-of-type(2) p:nth-of-type(1) {
  width: 33.3rem;
}

.main-contents .style6 .model_wrapper:nth-of-type(2) p:nth-of-type(2) {
  width: 6.7rem;
}

.main-contents .style6 .model_wrapper:nth-of-type(2) .model_wrapper__credit {
  margin-top: 1.4rem;
}

.main-contents .style7 {
  margin-top: 24rem;
}

.main-contents .style7__inner {
  width: 80rem;
}

.main-contents .style7__heading {
  width: 31.8rem;
}

.main-contents .style7 .model_wrapper:nth-of-type(1) {
  width: 33.3rem;
  margin: 10.4rem auto 0;
}

.main-contents .style7 .model_wrapper:nth-of-type(1) .model_wrapper__credit {
  margin-top: 1rem;
}

.main-contents .style7 .model_wrapper:nth-of-type(2) {
  grid-template-columns: 1fr 46.7rem;
  width: 73rem;
  margin-top: 9.6rem;
}

.main-contents .style7 .model_wrapper:nth-of-type(2) .model_wrapper__note {
  grid-area: 1 / 1 / 2 / 2;
  width: 24rem;
}

.main-contents .style7 .model_wrapper:nth-of-type(2) .model_wrapper__img {
  grid-area: 1 / 2 / 2 / 3;
  width: 46.7rem;
}

.main-contents .style7 .model_wrapper:nth-of-type(2) .model_wrapper__credit {
  grid-area: 2 / 2 / 3 / 3;
}

.main-contents .viewall {
  width: 15rem;
  margin: 17rem auto 0;
}
@media only screen and (min-width: 768px) {
  .main-contents {
    width: 120rem;
  }
  .main-contents .sp-contents {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html,
  body {
    font-size: calc(10 * (100vw / 1200));
  }
}
@media only screen and (min-width: 1200px) {
  html,
  body {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(10 * (100vw / 750));
  }
  #breadcrumb {
    width: 100%;
    font-size: calc(24 * (100vw / 750));
    margin: 0 auto calc(30 * (100vw / 750));
    padding: calc(80 * (100vw / 750)) calc(26 * (100vw / 750)) 0;
  }
  .scrTop__btn {
    font-size: calc(26 * (100vw / 750));
    width: 100%;
    justify-content: center;
  }
  .main-contents {
    margin-bottom: calc(190 * (100vw / 750));
  }
  .main-contents .credit_wrapper {
    margin-top: calc(4 * (100vw / 750));
  }
  .main-contents .credit_wrapper__link {
    font-size: calc(15 * (100vw / 750));
    line-height: 1.5;
  }
  .main-contents .firstview {
    width: calc(720 * (100vw / 750));
  }
  .main-contents .firstview__lead {
    width: calc(495 * (100vw / 750));
    margin-top: calc(54 * (100vw / 750));
  }
  .main-contents .style1 {
    margin-top: calc(223 * (100vw / 750));
  }
  .main-contents .style1::before {
    width: calc(525 * (100vw / 750));
    height: calc(787 * (100vw / 750));
    top: calc(372 * (100vw / 750));
    left: 51%;
  }
  .main-contents .style1__inner {
    width: calc(700 * (100vw / 750));
  }
  .main-contents .style1__heading {
    width: calc(258 * (100vw / 750));
  }
  .main-contents .style1 .model_wrapper:nth-of-type(1) {
    width: calc(408 * (100vw / 750));
    margin: calc(91 * (100vw / 750)) 0 0 calc(8 * (100vw / 750));
  }
  .main-contents .style1 .model_wrapper:nth-of-type(2) {
    width: calc(365 * (100vw / 750));
    margin-top: calc(84 * (100vw / 750));
    position: relative;
    left: calc(8 * (100vw / 750));
  }
  .main-contents
    .style1
    .model_wrapper:nth-of-type(2)
    .model_wrapper__img
    p:nth-of-type(1) {
    width: calc(58 * (100vw / 750));
  }
  .main-contents
    .style1
    .model_wrapper:nth-of-type(2)
    .model_wrapper__img
    p:nth-of-type(2) {
    width: calc(292 * (100vw / 750));
  }
  .main-contents .style2 {
    margin-top: calc(166 * (100vw / 750));
  }
  .main-contents .style2__inner {
    width: calc(525 * (100vw / 750));
    margin-left: calc(121 * (100vw / 750));
  }
  .main-contents .style2__heading {
    width: calc(226 * (100vw / 750));
  }
  .main-contents .style2 .model_wrapper {
    margin-top: calc(90 * (100vw / 750));
  }
  .main-contents .style3 {
    margin-top: calc(168 * (100vw / 750));
  }
  .main-contents .style3__inner {
    width: calc(600 * (100vw / 750));
    margin-left: calc(82 * (100vw / 750));
  }
  .main-contents .style3__heading {
    width: calc(296 * (100vw / 750));
  }
  .main-contents .style3 .model_wrapper:nth-of-type(1) {
    width: calc(456 * (100vw / 750));
    margin-top: calc(90 * (100vw / 750));
  }
  .main-contents .style3 .model_wrapper:nth-of-type(1) .model_wrapper__img {
    width: calc(292 * (100vw / 750));
  }
  .main-contents .style3 .model_wrapper:nth-of-type(1) .model_wrapper__note {
    width: calc(150 * (100vw / 750));
  }
  .main-contents .style3 .model_wrapper:nth-of-type(1) .model_wrapper__credit {
    margin-top: calc(15 * (100vw / 750));
  }
  .main-contents .style3 .model_wrapper:nth-of-type(2) {
    width: calc(408 * (100vw / 750));
    margin-top: calc(84 * (100vw / 750));
  }
  .main-contents .style4 {
    margin-top: calc(168 * (100vw / 750));
  }
  .main-contents .style4::before {
    width: calc(700 * (100vw / 750));
    height: calc(467 * (100vw / 750));
    top: calc(550 * (100vw / 750));
    left: 51%;
  }
  .main-contents .style4__inner {
    width: calc(697 * (100vw / 750));
    margin-left: calc(34 * (100vw / 750));
  }
  .main-contents .style4__heading {
    width: calc(237 * (100vw / 750));
  }
  .main-contents .style4 .model_wrapper:nth-of-type(1) {
    width: calc(437 * (100vw / 750));
    margin-top: calc(90 * (100vw / 750));
  }
  .main-contents .style4 .model_wrapper:nth-of-type(2) {
    width: calc(291 * (100vw / 750));
    margin-top: calc(84 * (100vw / 750));
  }
  .main-contents .style4 .model_wrapper:nth-of-type(2) .model_wrapper__credit {
    margin-top: calc(10 * (100vw / 750));
  }
  .main-contents .style5 {
    margin-top: calc(168 * (100vw / 750));
  }
  .main-contents .style5::before {
    width: calc(700 * (100vw / 750));
    height: calc(467 * (100vw / 750));
    top: calc(338 * (100vw / 750));
    left: 51%;
  }
  .main-contents .style5__inner {
    width: calc(700 * (100vw / 750));
    margin-left: calc(32 * (100vw / 750));
  }
  .main-contents .style5__heading {
    width: calc(317 * (100vw / 750));
  }
  .main-contents .style5 .model_wrapper {
    width: calc(525 * (100vw / 750));
    margin-top: calc(90 * (100vw / 750));
  }
  .main-contents .style6 {
    margin-top: calc(168 * (100vw / 750));
  }
  .main-contents .style6__inner {
    width: calc(699 * (100vw / 750));
    margin-left: calc(33 * (100vw / 750));
  }
  .main-contents .style6__heading {
    width: calc(270 * (100vw / 750));
  }
  .main-contents .style6 .model_wrapper:nth-of-type(1) {
    width: calc(408 * (100vw / 750));
    margin-top: calc(90 * (100vw / 750));
  }
  .main-contents .style6 .model_wrapper:nth-of-type(2) {
    width: calc(365 * (100vw / 750));
    margin-top: calc(84 * (100vw / 750));
  }
  .main-contents .style6 .model_wrapper:nth-of-type(2) p:nth-of-type(1) {
    width: calc(291 * (100vw / 750));
  }
  .main-contents .style6 .model_wrapper:nth-of-type(2) p:nth-of-type(2) {
    width: calc(58 * (100vw / 750));
  }
  .main-contents .style6 .model_wrapper:nth-of-type(2) .model_wrapper__credit {
    margin-top: calc(15 * (100vw / 750));
  }
  .main-contents .style7 {
    margin-top: calc(170 * (100vw / 750));
  }
  .main-contents .style7__inner {
    width: calc(716 * (100vw / 750));
  }
  .main-contents .style7__heading {
    width: calc(278 * (100vw / 750));
    position: relative;
    left: calc(8 * (100vw / 750));
  }
  .main-contents .style7 .model_wrapper:nth-of-type(1) {
    width: calc(292 * (100vw / 750));
    margin-top: calc(90 * (100vw / 750));
    position: relative;
    left: calc(8 * (100vw / 750));
  }
  .main-contents .style7 .model_wrapper:nth-of-type(1) .model_wrapper__credit {
    margin-top: calc(8 * (100vw / 750));
  }
  .main-contents .style7 .model_wrapper:nth-of-type(2) {
    grid-template-columns: 1fr calc(408 * (100vw / 750));
    width: calc(639 * (100vw / 750));
    margin-top: calc(84 * (100vw / 750));
  }
  .main-contents .style7 .model_wrapper:nth-of-type(2) .model_wrapper__note {
    width: calc(210 * (100vw / 750));
  }
  .main-contents .style7 .model_wrapper:nth-of-type(2) .model_wrapper__img {
    width: calc(408 * (100vw / 750));
  }
  .main-contents .viewall {
    width: calc(150 * (100vw / 750));
    margin-top: calc(214 * (100vw / 750));
  }
  .main-contents .pc-contents {
    display: none;
  }
}

#Contents {
  background-color: rgba(196, 196, 196, 0.3);
  position: relative;
}

#Contents::before,
#Contents::after {
  content: "";
  background-color: rgba(196, 196, 196, 0.3);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  visibility: unset;
}

#Contents::before {
  display: none;
}
#Contents::after {
  height: calc(160 * (100vw / 750));
  bottom: calc(-160 * (100vw / 750));
}
@media only screen and (min-width: 768px) {
  #Contents::before {
    height: 8rem;
    top: -8rem;
  }

  #Contents::after {
    height: calc(110 * (100vw / 1400));
    bottom: calc(-110 * (100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #Contents::before {
    height: 8rem;
    top: -8rem;
  }

  #Contents::after {
    height: 110px;
    bottom: -110px;
  }
}
