@charset "UTF-8";
html {
  font-size: 62.5%;
}
.F0420 img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
/********* ▽ others ▽ *********/
.F0420 {
  width: 140rem;
  margin-inline: auto;
}
.F0420 .sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .F0420 {
    width: calc(750*100vw/750);
    margin-block-start: calc(40*100vw/750);
  }
  .F0420 .sp_only {
    display: inline-block;
  }
  .F0420 .pc_only {
    display: none;
  }
  #breadcrumb .cateList {
    display: flex;
    flex-wrap: wrap;
  }
}
@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 .F0420 section {
    width: 100%;
  }
}
/********* △ others △ *********/

/********* ▽ font ▽ *********/
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../../../../Contents/font/NotoSerifCJKjp-Regular.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../../../../Contents/font/NotoSerifCJKjp-Medium.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../../../../Contents/font/NotoSerifJP-SemiBold.otf");
}
.F0420 .font_ja {
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "palt";
  text-align: center;
  color: #58595b;
}
.F0420 .font_en {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #58595b;
}
/********* △ font △ *********/

/********* ▽ animation ▽ *********/
.F0420 .fade_up {
  opacity: 0;
  will-change: transform;
  -webkit-transition: ease-in, opacity 1000ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1000ms, -webkit-transform 1000ms;
  -o-transition: ease-in, opacity 1000ms, transform 1000ms;
  transition: ease-in, opacity 1000ms, transform 1000ms;
  transition: ease-in, opacity 1000ms, transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.F0420 .fade_up.active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {}
/********* △ animation △ *********/

/********* ▽ firstview ▽ *********/
.F0420 .fv {
  width: 120rem;
  margin-inline: auto;
  text-align: center;
}
.F0420 .fv_lead {
  margin-block-start: 5.8rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.16em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .F0420 .fv {
    width: calc(750*100vw/750);
  }
  .F0420 .fv_lead {
    margin-block-start: calc(108*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 2;
  }
}
/********* △ firstview △ *********/

/********* ▽ image ▽ *********/
@media only screen and (max-width: 767px) {}
/********* △ image △ *********/

/********* ▽ text ▽ *********/
.F0420 .model_txt-ttl {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #232323;
}
.F0420 .model_txt-lead {
  margin-block-start: 2.4rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 400;
}
.F0420 .model_img-credit {
  margin-block-start: 3.1rem;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.F0420 .check_btn {
  margin-block-start: 14.2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
}
.F0420 .check_btn a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: double 3px #58595b;
}
.F0420 .staff_txt {
  margin: 13.9rem auto 0;
  padding-bottom: 13.7rem;
  width: 110rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .F0420 .model_txt-ttl {
    font-size: calc(30*100vw/750);
  }
  .F0420 .model_txt-lead {
    margin-block-start: calc(38*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.12em;
  }
  .F0420 .model_img-credit {
    margin-block-start: calc(42*100vw/750);
    font-size: calc(22*100vw/750);
    letter-spacing: 0.04em;
  }
  .F0420 .check_btn {
    margin-block-start: calc(154*100vw/750);
    font-size: calc(40*100vw/750);
  }
  .F0420 .check_btn a {    
    padding-block-end: calc(17*100vw/750);
  }
  .F0420 .staff_txt {
    margin: calc(150*100vw/750) auto calc(155*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 ▽ *********/
.F0420 .model_img._num {
  position: relative;
}
.F0420 .model_img._num::before {
  position: absolute;
  content: "";
  top: -2.9rem;
  width: 23.5rem;
  height: 11rem;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .F0420 .model_img._num::before {
    top: calc(-75*100vw/750);
    width: calc(360*100vw/750);
    height: calc(174*100vw/750);
  }
}
/********* △ common △ *********/

/********* ▽ section_01 ▽ *********/
.F0420 .model._01 {
  margin-block-start: 14.6rem;
}
.F0420 .model._01 .model_img._num::before {
  left: -5.2rem;
  background-image: url(../img/model_num-01.png);
}
.F0420 .model._01 .model_img:first-of-type {
  width: 55rem;
  margin-inline: auto;
}
.F0420 .model._01 .model_txt {
  margin-block-start: 5.4rem;
}
.F0420 .model._01 .model_img:nth-of-type(3) {
  width: 45rem;
  margin-block-start: 5.7rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .F0420 .model._01 {
    margin-block-start: calc(245*100vw/750);
  }
  .F0420 .model._01 .model_img._num::before {
    left: calc(-65*100vw/750);
    background-image: url(../img/model_num-01-sp.png);
  }
  .F0420 .model._01 .model_img:first-of-type {
    width: calc(650*100vw/750);
    margin-inline: 0;
    margin-inline-start: auto;
  }
  .F0420 .model._01 .model_txt {
    margin-block-start: calc(88*100vw/750);
  }
  .F0420 .model._01 .model_img:nth-of-type(3) {
    width: calc(550*100vw/750);
    margin-block-start: calc(96*100vw/750);
    margin-inline-start: calc(50*100vw/750);
  }
}
/********* △ section_01 △ *********/

/********* ▽ section_02 ▽ *********/
.F0420 .model._02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  width: 104rem;
  margin-block-start: 19rem;
  margin-inline-start: auto;
  margin-inline-end: 10rem;
}
.F0420 .model._02 .model_img._num::before {
  top: -3rem;
  right: -10rem;
  background-image: url(../img/model_num-02.png);
}
.F0420 .model._02 .model_txt {
  margin-block-start: 25rem;
}
@media only screen and (max-width: 767px) {
  .F0420 .model._02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    width: calc(750*100vw/750);
    margin: 0;
    margin-block-start: calc(235*100vw/750);
    margin-inline: auto;
  }
  .F0420 .model._02 .model_img._num::before {
    top: calc(-75*100vw/750);
    right: calc(-56*100vw/750);
    background-image: url(../img/model_num-02-sp.png);
  }
  .F0420 .model._02 .model_img {
    width: calc(365*100vw/750);
    margin-block-start: calc(95*100vw/750);
  }
  .F0420 .model._02 .model_img:first-of-type {
    width: calc(600*100vw/750);
    margin-block-start: calc(0*100vw/750);
    margin-inline: auto;
  }
  .F0420 .model._02 .model_txt {
    width: fit-content;
    margin-block-start: calc(88*100vw/750);
    margin-inline: auto;
  }
}
/********* △ section_02 △ *********/

/********* ▽ section_03 ▽ *********/
.F0420 .model._03 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5.3rem 10rem;
  width: 108rem;
  height: 90rem;
  margin-block-start: 18.9rem;
  margin-inline-start: 15rem;
}
.F0420 .model._03 .model_img._num::before {
  left: -5.4rem;
  background-image: url(../img/model_num-03.png);
}
.F0420 .model._03 .model_img:first-of-type {
  width: 38rem;
}
.F0420 .model._03 .model_txt {
  width: 38rem;
}
.F0420 .model._03 .model_img:nth-of-type(3) {
  width: 60rem;
}
@media only screen and (max-width: 767px) {
  .F0420 .model._03 {
    display: block;
    width: calc(750*100vw/750);
    height: initial;
    margin-block-start: calc(235*100vw/750);
    margin-inline-start: calc(0*100vw/750);
    margin-inline: auto;
  }
  .F0420 .model._03 .model_img._num::before {
    left: calc(-45*100vw/750);
    background-image: url(../img/model_num-03-sp.png);
  }
  .F0420 .model._03 .model_img:first-of-type {
    width: calc(550*100vw/750);
    margin-inline-start: calc(80*100vw/750);
  }
  .F0420 .model._03 .model_txt {
    width: initial;
    margin-block-start: calc(88*100vw/750);
  }
  .F0420 .model._03 .model_img:nth-of-type(3) {
    width: calc(750*100vw/750);
    margin-block-start: calc(95*100vw/750);
  }
}
/********* △ section_03 △ *********/

/********* ▽ section_04 ▽ *********/
.F0420 .model._04 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  width: 92rem;
  height: 135rem;
  margin-block-start: 19rem;
  margin-inline-start: 36rem;
}
.F0420 .model._04 .model_img:first-of-type {
  width: 50rem;
}
.F0420 .model._04 .model_img._num::before {
  right: -11.3rem;
  background-image: url(../img/model_num-04.png);
}
.F0420 .model._04 .model_txt {
  margin-block-start: 5.4rem;
}
.F0420 .model._04 .model_img:nth-of-type(3) {
  width: 32rem;
  margin-block-start: 35rem;
  order: -2;
}
.F0420 .model._04 .model_img:nth-of-type(4) {
  width: 32rem;
  margin-block-start: 4rem;
  order: -1;
}
@media only screen and (max-width: 767px) {
  .F0420 .model._04 {
    display: block;
    width: calc(750*100vw/750);
    height: initial;
    margin-block-start: calc(235*100vw/750);
    margin-inline: auto;
  }
  .F0420 .model._04 .model_img:first-of-type {
    width: calc(600*100vw/750);
  }
  .F0420 .model._04 .model_img._num::before {
    left: initial;
    right: calc(-130*100vw/750);
    background-image: url(../img/model_num-04-sp.png);
  }
  .F0420 .model._04 .model_txt {
    margin-block-start: calc(87*100vw/750);
  }
  .F0420 .model._04 .model_img:nth-of-type(3) {
    width: calc(450*100vw/750);
    margin-block-start: calc(96*100vw/750);
    margin-inline-start: calc(220*100vw/750);
    order: initial;
  }
  .F0420 .model._04 .model_img:nth-of-type(4) {
    width: calc(450*100vw/750);
    margin-block-start: calc(40*100vw/750);
    margin-inline-start: calc(220*100vw/750);
    order: initial;
  }
}
/********* △ section_04 △ *********/

/********* ▽ section_05 ▽ *********/
.F0420 .model._05 {
  display: flex;
  justify-content: space-between;
  margin-block-start: 18.8rem;
}
.F0420 .model._05 .model_img._num::before {
  top: -2.8rem;
  right: -17.4rem;
  background-image: url(../img/model_num-05.png);
}
.F0420 .model._05 .model_img {
  width: 45rem;
}
.F0420 .model._05 .model_txt {
  margin-block-start: 20.1rem;
}
@media only screen and (max-width: 767px) {
  .F0420 .model._05 {
    display: block;
    margin-block-start: calc(235*100vw/750);
  }
  .F0420 .model._05 .model_img._num::before {
    top: calc(-75*100vw/750);
    right: calc(368*100vw/750);
    background-image: url(../img/model_num-05-sp.png);
  }
  .F0420 .model._05 .model_img {
    width: calc(750*100vw/750);
    margin-block-start: calc(94*100vw/750);
  }
  .F0420 .model._05 .model_img:first-of-type {
    width: calc(650*100vw/750);
    margin-block-start: calc(0*100vw/750);
    margin-inline-start: auto;
  }
  .F0420 .model._05 .model_txt {
    margin-block-start: calc(88*100vw/750);
  }
}
/********* △ section_05 △ *********/

/********* ▽ section_06 ▽ *********/
.model._06 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  width: 105rem;
  height: 107rem;
  margin-block-start: 19rem;
  margin-inline-start: 10rem;
}
.model._06 .model_img:first-of-type {
  width: 40rem;
}
.F0420 .model._06 .model_img._num::before {
  top: -2.8rem;
  right: -15.9rem;
  background-image: url(../img/model_num-06.png);
}
.model._06 .model_img:nth-of-type(3) {
  width: 55rem;
  margin-block-start: 25rem;
  order: -1;
}
.model._06 .model_txt {
  margin-block-start: 5.4rem;
}
@media only screen and (max-width: 767px) {
  .model._06 {
    display: block;
    width: calc(750*100vw/750);
    height: initial;
    margin-block-start: calc(235*100vw/750);
    margin-inline-start: calc(0*100vw/750);
  }
  .model._06 .model_img:first-of-type {
    width: calc(550*100vw/750);
  }
  .F0420 .model._06 .model_img._num::before {
    top: calc(-75*100vw/750);
    right: calc(-180*100vw/750);
    background-image: url(../img/model_num-06-sp.png);
  }
  .model._06 .model_img:nth-of-type(3) {
    width: calc(680*100vw/750);
    margin-block-start: calc(95*100vw/750);
    margin-inline-start: auto;
    order: initial;
  }
  .model._06 .model_txt {
    margin-block-start: calc(88*100vw/750);
  }
}
/********* △ section_06 △ *********/