#Contents a:hover {
  opacity: 1;
}

body {
  position: relative;
}
.top {
  width: 100%;
  max-width: 882px;
  margin: auto;
}
.top img {
  width: 100%;
  height: auto;
}
.content {
  max-width: 1082px;
  margin: auto;
}
.content:nth-of-type(n+3) {
  margin-top: 14rem;
}
.content .modal_open img {
  cursor: pointer;
}
.content img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.content .credit {
  padding-left: 1.5rem;
}
.content .credit_li {
  display: table;
}
.content .credit_wrap {
  margin-top: 1.5rem;
}
.content .credit_name {
  width: 6.3rem;
}
.content .credit_price {
  width: 11rem;
}
.content .credit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content .credit img {
  width: auto;
  height: auto;
}

.content1 {
  margin-top: 8rem;
}
.content1 .model_img:nth-of-type(1) {
  width: 31.5rem;
  margin-left: auto;
  margin-right: 0;
}
.content1 .model_img:nth-of-type(2) {
  width: 100%;
  margin-top: 8rem;
}

.content2 .model_img {
  width: 28.5rem;
  position: absolute;
}
.content2 .model_img:nth-of-type(1) {
  right: 0;
  bottom: 0;
  z-index: 2;
}
.content2 .model_img:nth-of-type(2) {
  top: 0;
  left: 0;
}
.content2 .model_img_wrap {
  width: 100%;
  height: 71rem;
  position: relative;
}
.content2 .credit {
  padding-left: 9rem;
}
.content2 .credit_name {
  width: 13.2rem;
}

.content3 .model_img:nth-of-type(1) {
  width: 31.5rem;
}
.content3 .model_img:nth-of-type(2) {
  width: 100%;
  margin-top: 8rem;
}

.content4 .model_img {
  width: 28.5rem;
  position: absolute;
}
.content4 .model_img_wrap {
  width: 100%;
  height: 69.8rem;
  position: relative;
}
.content4 .model_img:nth-of-type(1) {
  top: 0;
  right: 0;
}
.content4 .model_img:nth-of-type(2) {
  left: 0;
  bottom: 0;
}

.content5 .model_img_wrap .model_img {
  width: 100%;
  margin-top: 8rem;
}
.content5 .model_img_left {
  width: 100%;
  height: 89rem;
  position: relative;
}
.content5 .model_img_left .model_img {
  width: 31.5rem;
  position: absolute;
}
.content5 .model_img_left .model_img:nth-of-type(1) {
  margin-top: 0;
  top: 0;
  right: 0;
}
.content5 .model_img_left .model_img:nth-of-type(2) {
  left: 0;
  bottom: 0;
}

.more_link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: auto;
  margin-top: 8rem;
}
.more_link_img {
  width: 27.5rem;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 21rem;
}
/* autoprefixer grid: autoplace */
#Contents .credit {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
#Contents .credit_li:nth-of-type(n+2) {
  margin-top: 0.75rem;
}
#Contents .credit_name {
  font-weight: 500;
}
#Contents .credit_price_small {
  font-size: 1rem;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.content .model_img {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.content .model_img.anim_fade {
  -webkit-animation: fadeup 1s forwards;
          animation: fadeup 1s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    z-index: -1;
  }
  1% {
    opacity: 0;
    z-index: 100;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    z-index: -1;
  }
  1% {
    opacity: 0;
    z-index: 100;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
    z-index: 100;
  }
  99% {
    opacity: 0;
    display: block;
    z-index: 100;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
    z-index: 100;
  }
  99% {
    opacity: 0;
    display: block;
    z-index: 100;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
#mainmodal {
  display: none;
}
#mainmodal .modal_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#mainmodal .modal_ovh_wrap {
  width: 68rem;
  height: 55rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#mainmodal .swiper-container {
  width: 68rem;
  height: 55rem;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 105;
}
#mainmodal.is-open {
  display: block;
}
#mainmodal .modal_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#mainmodal .modal_close_button {
  position: absolute;
  right: -3.2rem;
  top: 0;
}
#mainmodal .modal_model_img_wrap {
  width: 43rem;
}
#mainmodal .modal_model_img {
  width: 100%;
  height: auto;
}
#mainmodal .credit {
  padding-bottom: 2rem;
  padding-left: 2rem;
}
#mainmodal .credit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#mainmodal .credit_name {
  width: 6.3rem;
}
#mainmodal .credit_price {
  width: 11rem;
}
#mainmodal .credit img {
  width: auto;
  height: auto;
}
#mainmodal .swiper-container {
  overflow: hidden;
}
#mainmodal .swiper-button-prev {
  left: -4rem;
}
#mainmodal .swiper-button-next {
  right: -4rem;
}
#mainmodal .swiper-button-prev, #mainmodal .swiper-button-next {
  width: 3rem;
}
#mainmodal .swiper-button-prev img, #mainmodal .swiper-button-next img {
  height: 100%;
}
#mainmodal .swiper-button-prev:after, #mainmodal .swiper-button-next:after {
  content: none;
}

#mainmodal[aria-hidden=true] {
  -webkit-animation: fadeout 0.5s forwards;
          animation: fadeout 0.5s forwards;
}

#mainmodal[aria-hidden=false] {
  -webkit-animation: fadein 0.5s forwards;
          animation: fadein 0.5s forwards;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw / 375)) !important;
  }

  .sponly {
    display: block;
  }

  .pconly {
    display: none;
  }
  #mainmodal .swiper-container {
    width: 27.5rem;
    height: 45rem;
  }
  #mainmodal .modal_ovh_wrap {
    width: 27.5rem;
    height: 45rem;
  }
  #mainmodal .modal_page {
    display: block;
  }
  #mainmodal .modal_model_img_wrap {
    width: 100%;
  }
  #mainmodal .modal_model_img_wrap img {
    width: 100%;
    height: auto;
  }
  #mainmodal .credit {
    margin-top: 1.5rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none;
  }

  .pconly {
    display: block;
  }
  .content:nth-of-type(n+3) {
    margin-top: 20rem;
  }

  .content1 {
    margin-top: 11rem;
  }
  .content1 .model_img:nth-of-type(1), .content1 .model_img:nth-of-type(2) {
    width: 49rem;
    margin: 0;
    position: absolute;
  }
  .content1 .model_img:nth-of-type(1) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .content1 .model_img_wrap {
    width: 100%;
    height: 94.5rem;
    position: relative;
  }

  .content2 {
    width: 88.2rem;
    position: relative;
  }
  .content2 .model_img {
    width: 60rem;
    position: relative;
  }
  .content2 .model_img_wrap {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content2 .model_img:nth-of-type(2) {
    left: auto;
    margin-top: 10rem;
    margin-left: 28.2rem;
  }
  .content2 .credit {
    position: absolute;
    bottom: 0;
    padding-left: 0;
    left: 1.7rem;
  }

  .content3 .model_img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content3 .model_img:nth-of-type(1), .content3 .model_img:nth-of-type(2) {
    width: 49rem;
  }
  .content3 .model_img:nth-of-type(2) {
    margin-top: 32.5rem;
  }
  .content3 .credit {
    width: 49rem;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .content4 {
    width: 88.2rem;
    position: relative;
  }
  .content4 .model_img {
    width: 60rem;
    position: relative;
  }
  .content4 .model_img_wrap {
    height: auto;
  }
  .content4 .model_img:nth-of-type(2) {
    margin-top: 10rem;
    margin-right: 0;
    margin-left: auto;
  }
  .content4 .credit {
    position: absolute;
    bottom: 0;
    padding-left: 0;
    left: 8.5rem;
  }

  .content5 {
    position: relative;
  }
  .content5 .model_img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .content5 .model_img_wrap .model_img {
    width: 49rem;
    margin-top: 18.6rem;
  }
  .content5 .model_img_left {
    width: 49rem;
    height: 110.4rem;
  }
  .content5 .model_img_left .model_img {
    width: 39rem;
  }
  .content5 .model_img_left .model_img:nth-of-type(1) {
    left: 0;
    right: auto;
  }
  .content5 .model_img_left .model_img:nth-of-type(2) {
    left: auto;
    right: 0;
  }
  .content5 .credit {
    width: 49rem;
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 23.7rem;
  }

  .more_link {
    margin-top: 10rem;
  }
  .more_link_img {
    width: 26rem;
    margin-bottom: 23rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1081px) {
  .top {
    max-width: 100%;
  }
  .top img {
    max-width: 108.2rem;
    height: auto;
    display: block;
    margin: auto;
  }
  .content .credit_price {
    width: 14rem;
  }

  .content2 .credit {
    left: -2.3rem;
  }

  .content4 .credit {
    left: 4.5rem;
  }
  #mainmodal .credit_price {
    width: 14rem;
  }

  #mainmodal .modal_close_button {
    right: -5.2rem;
  }
}

/*# sourceMappingURL=style.css.map */