@charset "UTF-8";
html {
  font-size: 62.5%;
}
.F0524 img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.F0524 a {
  display: inline-block;
}
/********* ▽ others ▽ *********/
@media only screen and (max-width: 1399px) and (min-width: 767px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }   
}
@media only screen and (max-width: 1400px){
  .win .F0524 section[class^="model"] {
    width: 100%;
  }
}
/********* △ others △ *********/

/********* ▽ font ▽ *********/
@font-face {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  src: url("../font/NotoSerifJP-SemiBold.otf");
}
.F0524 .font_jp {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #58595b;
}
.F0524 .font_en {
  font-family: kepler-std, serif;
  font-weight: 400;
  font-style: normal;
  color: #58595b;
}
/********* △ font △ *********/

/********* ▽ animation ▽ *********/
.F0524 .fv .fade_up,
.F0524 .model_txt.fade_up,
.F0524 div[class^="model_img"].fade_up > a > img,
.F0524 div[class^="model_img"].fade_up > a > picture > img,
.F0524 div[class^="model_img"].fade_up > .model_credit {
  opacity: 0;
  transform: translateY(50px);
}
.F0524 .fv .fade_up.active,
.F0524 .model_txt.fade_up.active,
.F0524 div[class^="model_img"].fade_up.active > a > img,
.F0524 div[class^="model_img"].fade_up.active > a > picture > img,
.F0524 div[class^="model_img"].fade_up.active > .model_credit {
  transition: transform 1.2s, opacity 1.2s;
  transform: translateY(0);
  opacity: 1;
}


@media only screen and (max-width: 767px) {
  .F0524 .model_ttl.sp_only.fade_up {
    opacity: 0;
    transform: translateY(50px);
  }
  .F0524 .model_ttl.sp_only.fade_up.active {
    transition: transform 1.2s, opacity 1.2s;
    transform: translateY(0);
    opacity: 1;
  }
}
/********* △ animation △ *********/

/********* ▽ firstview ▽ *********/
.F0524 .fv {
  width: 120rem;
  margin-inline: auto;
  text-align: center;
}
.F0524 .fv_lead {
  margin-block-start: 5.7rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .F0524 .fv {
    width: calc(750*100vw/750);
  }
  .F0524 .fv_lead {
    margin-block-start: calc(107*100vw/750);
    font-size: calc(26*100vw/750);
  }
}
/********* △ firstview △ *********/


/********* ▽ text ▽ *********/
.F0524 .model_ttl {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #000;
}
.F0524 .model_txt-lead {
  margin-block-start: 1.8rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.16em
}
.F0524 .model_credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.F0524 .model_credit a {
  display: inline-block;
}
.F0524 .check_btn {
  width: fit-content;
  margin: 13.1rem auto 0;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000;
}
.F0524 .check_btn a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: double 3px #58595b;
}
.F0524 .staff_txt {
  margin: 13.5rem auto 0;
  padding-bottom: 13.6rem;
  width: 110rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  text-align: center;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .F0524 .model_ttl {
    margin-block-end: calc(48*100vw/750);
    margin-inline-start: calc(50*100vw/750);
    font-size: calc(32*100vw/750);
  }
  .F0524 .model_txt-lead {
    margin-block-start: calc(0*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.12em;
    text-align: justify;
    text-align-last: left;
  }
  .F0524 .model_credit {
    gap: 0 calc(12*100vw/750);
    margin-block-start: calc(43*100vw/750);
    font-size: calc(22*100vw/750);
  }
  .F0524 .check_btn {
    margin: calc(144*100vw/750) auto 0;
    font-size: calc(40*100vw/750);
    line-height: 1.25;
  }
  .F0524 .check_btn a {
    padding-bottom: 3px;
  }
  .F0524 .staff_txt {
    margin: calc(154*100vw/750) auto calc(150*100vw/750);
    width: 100%;
    padding-block-end: calc(0*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 1.75;
    border-bottom: none;
  }
}
/********* △ text △ *********/

/********* ▽ common ▽ *********/
.F0524 section[class^="model"] {
  position: relative;
  display: flex;
  width: 140rem;
  margin-inline: auto;
}
.F0524 .model_num {
  position: absolute;
  content: "";
  font-size: 6rem;
  letter-spacing: 0.06em;
  font-family: kepler-std-caption, serif;
  font-weight: 300;
  font-style: normal;
  color: #d8d8d8;
  z-index: -1;
}
.F0524 ._info {
  position: relative;
}
.F0524 .model_info {
  position: absolute;
  content: "";
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .F0524 section[class^="model"] {
    display: block;
    width: calc(750*100vw/750);
  }
  .F0524 .model_num {
    font-size: calc(120*100vw/750);
  }
  .F0524 .model_txt {
    width: calc(650*100vw/750);
    margin-block-start: calc(68*100vw/750);
    margin-inline: auto;
  }
}
/********* △ common △ *********/

/********* ▽ section_01 ▽ *********/
.F0524 .model_01 {
  flex-wrap: wrap;
  gap: 10rem 0rem;
  margin-block-start: 9.6rem;
}
.F0524 .model_01 .model_num {
  right: 28.5rem;
  bottom: 37.7rem;
}
.F0524 .model_01 .model_img-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-inline-start: 43.5rem;
}
.F0524 .model_01 .model_img-01 > a {
  width: 53rem;
}
.F0524 .model_01 .model_img-02 {
  width: 43rem;
  margin-inline-start: 18.5rem;
}
.F0524 .model_01 .model_info {
  width: 29.6rem;
  top: -11rem;
  left: 10.2rem;
}
.F0524 .model_01 .model_txt {
  margin-block-start: 23.9rem;
  margin-inline-start: 21.5rem;
}
.F0524 .model_01 .model_credit {
  flex-direction: column;
  margin-inline-start: 2rem;
  margin-block-end: -0.5rem;
}
@media only screen and (max-width: 767px) {
  .F0524 .model_01 {
    margin-block-start: calc(155*100vw/750);
  }
  .F0524 .model_01 .model_num {
    right: calc(132*100vw/750);
    bottom: initial;
    top: calc(-62*100vw/750);
  }
  .F0524 .model_01 .model_img-01 {
    display: block;
    width: calc(650*100vw/750);
    margin-inline-start: auto;
  }
  .F0524 .model_01 .model_img-01 > a {
    width: 100%;
  }
  .F0524 .model_01 .model_img-02 {
    width: calc(530*100vw/750);
    margin-block-start: calc(100*100vw/750);
    margin-inline-start: calc(0*100vw/750);
  }
  .F0524 .model_01 .model_info {
    width: calc(453*100vw/750);
    top: calc(-21*100vw/750);
    left: initial;
    right: calc(-172*100vw/750);
  }
  .F0524 .model_01 .model_txt {
    margin-block-start: calc(68*100vw/750);
    margin-inline: auto;
  }
  .F0524 .model_01 .model_credit {
    flex-direction: row;
    margin-inline-start: calc(0*100vw/750);
    margin-block-end: calc(0*100vw/750);
  }
}
/********* △ section_01 △ *********/

/********* ▽ section_02 ▽ *********/
.F0524 .model_02 {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-block-start: 16rem;
}
.F0524 .model_02 .model_num {
  left: 35.4rem;
  bottom: 27.3rem;
}
.F0524 .model_02 .model_img {
  width: 60rem;
  margin-inline-end: 10rem;
}
.F0524 .model_02 .model_info {
  top: -4.6rem;
  width: 17.6rem;
  right: -3rem;
}
.F0524 .model_02 .model_txt {
  margin-inline-start: 16rem;
  margin-block-end: 13.2rem;
}
.F0524 .model_02 .model_credit {
  justify-content: flex-end;
  margin-block-start: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .F0524 .model_02 {
    margin-block-start: calc(229*100vw/750);
  }
  .F0524 .model_02 .model_num {
    left: initial;
    bottom: initial;
    top: calc(-61*100vw/750);
    right: calc(185*100vw/750);
  }
  .F0524 .model_02 .model_img {
    width: calc(750*100vw/750);
    margin-inline: auto;
  }
  .F0524 .model_02 .model_info {
    width: calc(270*100vw/750);
    top: initial;
    right: initial;
    left: calc(-62*100vw/750);
    bottom: calc(121*100vw/750);
    transform: rotate(-90deg);
  }
  .F0524 .model_02 .model_txt {
    width: calc(653*100vw/750);
    margin-inline: auto;
    margin-block-end: calc(0*100vw/750);
  }
  .F0524 .model_02 .model_credit {
    justify-content: flex-start;
    gap: 0 calc(7*100vw/750);
    /* padding-inline-end: calc(100*100vw/750); */
    margin-block-start: calc(43*100vw/750);
  }
}
/********* △ section_02 △ *********/

/********* ▽ section_03 ▽ *********/
.F0524 .model_03 {
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-block-start: 15.6rem;
}
.F0524 .model_03 .model_num {
  bottom: 30rem;
  right: 32.6rem;
}
.F0524 div[class^="model_img"] {
  flex-shrink: 0;
}
.F0524 .model_03 .model_img-01 {
  position: relative;
  width: 46rem;
  margin-inline-end: 34rem;
  z-index: 2;
}
.F0524 .model_03 .model_img-02 {
  width: 56rem;
  margin-block-start: 49rem;
  margin-inline-end: -5rem;
}
.F0524 .model_03 .model_info {
  top: -4.7rem;
  left: -8.7rem;
}
.F0524 .model_03 .model_txt {
  margin-block-start: -32.9rem;
  margin-inline-end: 13.1rem;
  flex-shrink: 0;
}
.F0524 .model_03 .model_credit {
  margin-block-start: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .F0524 .model_03 {
    margin-block-start: calc(228*100vw/750);
  }
  .F0524 .model_03 .model_num {
    bottom: initial;
    right: calc(150*100vw/750);
    top: calc(-63*100vw/750);
  }
  .F0524 .model_03 .model_img-01 {
    width: calc(560*100vw/750);
    margin-inline-start: auto;
    margin-inline-end: 0;
  }
  .F0524 .model_03 .model_img-02 {
    width: calc(660*100vw/750);
    margin-block-start: calc(100*100vw/750);
    margin-inline-end: 0;
  }
  .F0524 .model_03 .model_info {
    width: calc(463*100vw/750);
    top: calc(-122*100vw/750);
    left: calc(78*100vw/750);
  }
  .F0524 .model_03 .model_txt {
    margin-block-start: calc(68*100vw/750);
    margin-inline: auto;
  }
  .F0524 .model_03 .model_credit {
    gap: 0 calc(7*100vw/750);
    margin-block-start: calc(43*100vw/750);
    padding-inline-end: calc(50*100vw/750);
  }
}
/********* △ section_03 △ *********/

/********* ▽ section_04 ▽ *********/
.F0524 .model_04 {
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 10rem 0rem;
  flex-wrap: wrap;
  margin-block-start: 15.6rem;
}
.F0524 .model_04 .model_num {
  bottom: 36.7rem;
  left: 46.4rem;
}
.F0524 .model_04 .model_img-01 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-inline-end: 20.5rem;
}
.F0524 .model_04 .model_img-01 > a {
  width: 99rem;
}
.F0524 .model_04 .model_img-02 {
  width: 45rem;
}
.F0524 .model_04 .model_info {
  top: -4.5rem;
  left: -5rem;
  width: 16rem;
}
.F0524 .model_04 .model_txt {
  margin-inline-start: 27.5rem;
  margin-block-end: 25.1rem;
}
.F0524 .model_04 .model_credit {
  flex-direction: column;
  text-align: right;
  margin-inline-end: 2rem;
  margin-block-end: -0.5rem;
}
@media only screen and (max-width: 767px) {
  .F0524 .model_04 {
    margin-block-start: calc(228*100vw/750);
  }
  .F0524 .model_04 .model_num {
    bottom: initial;
    left: initial;
    top: calc(-61*100vw/750);
    right: calc(195*100vw/750);
  }
  .F0524 .model_04 .model_img-01 {
    display: block;
    width: calc(750*100vw/750);
    margin-inline-end: calc(0*100vw/750);
  }
  .F0524 .model_04 .model_img-01 > a {
    width: 100%
  }
  .F0524 .model_04 .model_img-02 {
    width: calc(550*100vw/750);
    margin-block-start: calc(100*100vw/750);
    margin-inline-start: calc(150*100vw/750);
  }
  .F0524 .model_04 .model_info {
    top: calc(-19*100vw/750);
    left: calc(-79*100vw/750);
    width: calc(251*100vw/750);
  }
  .F0524 .model_04 .model_txt {
    margin-inline: auto;
    margin-block-end: calc(0*100vw/750);
  }
  .F0524 .model_04 .model_credit {
    flex-direction: row;
    margin-inline-end: calc(0*100vw/750);
    margin-block-end: calc(0*100vw/750);
    margin-block-start: calc(23*100vw/750);
  }
}
/********* △ section_04 △ *********/

/********* ▽ section_05 ▽ *********/
.F0524 section.model_05 {
  display: block;
  margin-block-start: 16rem;
}
.F0524 .model_05 .model_num {
  bottom: 16rem;
  left: 63.6rem;
}
.F0524 .model_05 div[class^="model_img"] {
  margin-inline: auto;
}
.F0524 .model_05 .model_img-01 {
  width: 50rem;
}
.F0524 .model_05 .model_img-02 {
  width: 40rem;
  margin-block-start: 10rem;
}
.F0524 .model_05 .model_info {
  top: -11rem;
  left: -13.8rem;
  width: 17rem;
}
.F0524 .model_05 .model_txt {
  margin-block-start: 8.4rem;
  margin-inline-start: 46.7rem;
}
.F0524 .model_05 .model_credit {
  margin-block-start: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .F0524 section.model_05 {
    margin-block-start: calc(230*100vw/750);
  }
  .F0524 .model_05 .model_num {
    bottom: initial;
    left: initial;
    top: calc(-61*100vw/750);
    right: calc(232*100vw/750);
  }
  .F0524 .model_05 .model_img-01 {
    width: calc(600*100vw/750);
  }
  .F0524 .model_05 .model_img-02 {
    width: calc(500*100vw/750);
    margin-block-start: calc(100*100vw/750);
  }
  .F0524 .model_05 .model_info {
    right: calc(-158*100vw/750);
    bottom: calc(105*100vw/750);
    top: initial;
    left: initial;
    width: calc(261*100vw/750);
    transform: rotate(90deg);
  }
  .F0524 .model_05 .model_txt {
    margin-block-start: calc(68*100vw/750);
    margin-inline-start: auto;
  }
  .F0524 .model_05 .model_credit {
    margin-block-start: calc(23*100vw/750);
    gap: 0 calc(6*100vw/750);
  }
}
/********* △ section_05 △ *********/


.F0524 .model_credit.sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .F0524 .model_credit.sp_only {
    display: flex;
  }
  .F0524 .model_credit.pc_only {
    display: none;
  }
}
