@charset "UTF-8";
html {
  font-size: 62.5%;
}
.F0519 img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/********* ▽ others ▽ *********/
@media only screen and (max-width: 767px) {
  #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 .F0519 .model_inner {
    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: 600;
  src: url("../font/NotoSerifJP-SemiBold.otf");
}
@font-face {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Bold.otf");
}
.F0519 .font_jp {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #58595b;
}
.F0519 .font_en {
  font-family: "bigmoore", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "lnum";
  color: #58595b;
}
/********* △ font △ *********/

/********* ▽ animation ▽ *********/
.F0519 .fade_up {
  opacity: 0;
  transform: translateY(100px);
}
.F0519 .fade_up.active {
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {}
/********* △ animation △ *********/

/********* ▽ firstview ▽ *********/
.F0519 {
  width: 100%;
  overflow: hidden;
}
.F0519 .fv {
  width: 120rem;
  margin-inline: auto;
  text-align: center;
}
.F0519 .fv_lead {
  margin-block-start: 5.9rem;
  margin-block-end: 9.6rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .F0519 .fv {
    width: calc(750*100vw/750);
  }
  .F0519 .fv_img {
    position: relative;
  }
  .F0519 .fv_img span[class^="fv_img-ttl"] {
    position: absolute;
    content: "";
    z-index: 2;
    pointer-events: none;
    text-align: right;
    color: #000;
  }
  .F0519 .fv_img-ttl-01 {
    top: calc(363.1*100vw/750);
    right: calc(29*100vw/750);
    font-size: calc(52*100vw/750);
    line-height: 1.2;
    letter-spacing: 0.045em;
  }
  .F0519 .fv_img-ttl-02 {
    top: calc(502.4*100vw/750);
    right: calc(25*100vw/750);
    font-size: calc(22*100vw/750);
    line-height: 1.7831818182;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
  .F0519 .fv_lead {
    margin-block-start: calc(107*100vw/750);
    margin-block-end: calc(127*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 2;
  }
}
/********* △ firstview △ *********/

/********* ▽ text ▽ *********/
.F0519 .model_img-ttl {
  margin-block: 1.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
  writing-mode: vertical-lr;
  text-align: left;
  font-weight: 700;
  color: #232323;
  white-space: nowrap;
}
.F0519 .model_credit {
  margin-block-start: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.045em;
}
.F0519 .model_lead {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
.F0519 .check_btn {
  margin-block-start: 13.7rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.045em;
  text-align: center;
  color: #000;
}
.F0519 .check_btn a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: double 3px #58595b;
}
.F0519 .staff_txt {
  margin: 13.5rem auto 0;
  padding-bottom: 13.5rem;
  width: 110rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.045em;
  text-align: center;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .F0519 .model_img-ttl {
    margin-block: calc(39*100vw/750);
    font-size: calc(30*100vw/750);
  }
  .F0519 .model_credit {
    margin-block-start: calc(44*100vw/750);
    font-size: calc(22*100vw/750);
  }
  .F0519 .model_lead {
    font-size: calc(24*100vw/750);
    letter-spacing: 0.12em;
  }

  .F0519 .check_btn {
    margin-block-start: calc(145*100vw/750);
    line-height: 1.25;
    font-size: calc(40*100vw/750);
  }
  .F0519 .check_btn a {
    padding-block-end: calc(10*100vw/750);
  }
  .F0519 .staff_txt {
    margin: calc(148*100vw/750) auto calc(153*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 ▽ *********/
.F0519 .model,
.F0519 .model_inner {
  position: relative;
  margin-inline: auto;
}
.F0519 .model_inner {
  width: 140rem;
}
.F0519 .model_img-color {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 30rem;
  background-repeat: no-repeat;
  z-index: 5;
}
.F0519 .model_img-color._bottom {
  bottom: 0;
}
.F0519 .model_img-color._left {
  left: -4.4rem;
}
.F0519 .model_img-color._right {
  right: -4.4rem;
}
@media only screen and (max-width: 767px) {
  .F0519 .model_inner {
    width: calc(750*100vw/750);
  }
  .F0519 .model_img a {
    display: block;
  }
  .F0519 .model_img-color {
    width: calc(48*100vw/750);
    height: calc(600*100vw/750);
    background-repeat: no-repeat;
  }
  .iphone .F0519 .model._03 .model_img-color,
  .iphone .F0519 .model._04 .model_img-color,
  .iphone .F0519 .model._05 .model_img-color {
    height: calc(590*100vw/750);
  }
  .F0519 .model_img-color._top {
    top: calc(0*100vw/750);
  }
  .F0519 .model_img-color._bottom {
    bottom: calc(0*100vw/750);
  }
  .F0519 .model_img-color._left {
    left: calc(-72*100vw/750);
  }
  .F0519 .model_img-color._right {
    right: calc(-72*100vw/750);
  }
}
/********* △ common △ *********/

/********* ▽ border ▽ *********/

@media only screen and (min-width: 1400px) {
  /* .F0519 .model::before,
  .F0519 .model::after {
    position: absolute;
    content: "";
    left: 0;
    z-index: -2;
    pointer-events: none;
    width: 100%;
    height: 1px;
  }
  .F0519 .model._03::before,
  .F0519 .model._04::before,
  .F0519 .model._05::after {
    display: none;
  } */
}

@media only screen and (max-width: 767px) {
  /* .F0519 .model::before,
  .F0519 .model::after {
    background-color: initial;
  }
  .F0519 .model .model_inner::before,
  .F0519 .model .model_inner::after {
    position: static;
  } */
}
/********* △ border △ *********/


/********* ▽ section_01 ▽ *********/
.F0519 .model._01 .border_img {
  position: absolute;
  content: "";
  width: 300.2rem;
  height: 979rem;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  image-rendering: -webkit-optimize-contrast;
  /* background-image: url(../img/SVG/border-pc-01.svg);
  background-repeat: no-repeat; */
  z-index: -1;
  pointer-events: none;
}
/* .win .F0519 .model._01::before {
  background-image: url(../img/SVG/window_border.svg);
  width: 300.2rem;
  height: 979rem;
  background-size: 100%;
} */
/* @media only screen and (max-width: 1399px) and (min-width: 767px) {
}
@media only screen and (min-width: 1400px) {
  .F0519 .model._01::after {
    top: 0rem;
  }
} */

.F0519 .model._01 .model_inner {
  width: 120rem;
  padding-block-start: 6.1rem;
}
.F0519 .model._01 .model_img._01 {
  position: relative;
  display: flex;
  margin-inline-start: 48.5rem;
}
.F0519 .model._01 .model_img._01 a {
  width: 43rem;
}
.F0519 .model._01 .model_img._02 {
  width: 55rem;
  margin-block-start: 6rem;
  margin-inline-start: auto;
  margin-inline-end: 2.5rem;
  text-align: right;
}
.F0519 .model._01 .model_lead {
  position: absolute;
  content: "";
  bottom: 9.2rem;
  left: 5rem;
}
.F0519 .model._01 .model_img-color {
  background-image: url(../img/SVG/color_img-01.svg);
}
@media only screen and (max-width: 767px) {
  .F0519 .model._01 .border_img {
    display: none;
  }

  .F0519 .model._01::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-image: url(../img/SVG/border_01-sp.svg);
    background-repeat: no-repeat;
    width: calc(750*100vw/750);
    height: calc(12053*100vw/750);
    z-index: 0;
  }
  .F0519 .model._01 .model_inner {
    width: calc(750*100vw/750);
    display: block;
    padding-block-start: calc(82*100vw/750);
  }
  .F0519 .model._01 .model_img._01 {
    margin-inline-start: calc(50*100vw/750);
  }
  .F0519 .model._01 .model_img._01 a {
    width: calc(530*100vw/750);
  }
  .F0519 .model._01 .model_img._02 {
    position: relative;
    width: calc(650*100vw/750);
    margin-block-start: calc(60*100vw/750);
    margin-inline-start: auto;
    margin-inline-end: calc(0*100vw/750);
  }
  .F0519 .model._01 .model_img-color {
    width: calc(43.7*100vw/750);
    left: calc(-69*100vw/750);
    height: calc(602*100vw/750);
  }
  .F0519 .model._01 .model_lead {
    position: static;
    margin-block-start: calc(66*100vw/750);
    margin-inline-start: calc(100*100vw/750);
  }
  .F0519 .model._01 .model_credit {
    margin-inline-start: calc(100*100vw/750);
  }
  .F0519 .model._01 .model_img-color {
    background-image: url(../img/SVG/color_img-01-sp.svg);
  }
}
/********* △ section_01 △ *********/

/********* ▽ section_02 ▽ *********/
/* @media only screen and (min-width: 1400px) {
  .F0519 .model._02::before {
  top: -46.6rem;
}
  .F0519 .model._02::after {
    bottom: 53.32rem;
  }
  _:lang(x)+_:-webkit-full-screen-document, body .F0519 .model._02::after {
    bottom: 53.33rem;
  }
} */

.F0519 .model._02 .model_inner {
  margin-block-start: 15.8rem;
  text-align: center;
}
.F0519 .model._02 .model_img._01 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 67rem;
  margin-inline-start: auto;
  margin-inline-end: 40rem;
}
.F0519 .model._02 .model_img._01 a {
  width: 60rem;
}
.F0519 .model._02 .model_img._02 {
  width: 46rem;
  margin-block-start: 6rem;
  margin-inline: auto;
}
.F0519 .model._02 .model_lead {
  margin-block-start: 5.4rem;
}
.F0519 .model._02 .model_credit {
  margin-block-start: 2.1rem;
}
.F0519 .model._02 .model_img-color {
  background-image: url(../img/SVG/color_img-02.svg);
}
@media only screen and (max-width: 767px) {
  .F0519 .model._02 .model_inner {
    margin-block-start: calc(175*100vw/750);
  }
  .F0519 .model._02 .model_img._01 {
    position: relative;
    display: block;
    width: calc(750*100vw/750);
    margin-inline: auto;
  }
  .F0519 .model._02 .model_img._01 .model_img-ttl {
    position: absolute;
    content: "";
    top: calc(49*100vw/750);
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .F0519 .model._02 .model_img._01 a {
    width: calc(750*100vw/750);
  }
  .F0519 .model._02 .model_img._02 {
    position: relative;
    width: calc(560*100vw/750);
    margin-block-start: calc(60*100vw/750);
  }
  .F0519 .model._02 .model_lead {
    margin-block-start: calc(66*100vw/750);
  }
  .F0519 .model._02 .model_credit {
    margin-block-start: calc(44*100vw/750);
  }
}
/********* △ section_02 △ *********/

/********* ▽ section_03 ▽ *********/
/* @media only screen and (min-width: 1400px) {
  .F0519 .model._03::after {
    bottom: 28.6rem;
  }
} */
.F0519 .model._03 .model_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-block-start: 15.7rem;
}
.F0519 .model._03 .model_img._01 {
  position: relative;
  display: flex;
  flex-shrink: 0;
  margin-inline-end: 19rem;
  height: 75rem;
  z-index: 2;
}
.F0519 .model._03 .model_img._01 a {
  width: 50rem;
}
.F0519 .model._03 .model_img._02 {
  position: relative;
  width: 56rem;
  margin-block-start: 45rem;
  margin-inline-end: -5rem;
}
.F0519 .model._03 .model_lead {
  margin-block-start: -16.8rem;
  margin-inline-end: 18rem;
}
.F0519 .model._03 .model_img-color {
  background-image: url(../img/SVG/color_img-03.svg);
}
@media only screen and (max-width: 767px) {
  .F0519 .model._03 {
    margin-block-start: calc(173*100vw/750);
  }
  .F0519 .model._03 .model_inner {
    display: block;
    margin-block-start: calc(0*100vw/750);
    padding-block-start: calc(81*100vw/750);
  }
  .F0519 .model._03 .model_img._01 {
    margin-inline-end: 0;
    height: initial;
  }
  .F0519 .model._03 .model_img._01 a {
    width: calc(600*100vw/750);
  }
  .F0519 .model._03 .model_img._02 {
    width: calc(660*100vw/750);
    margin-block-start: calc(60*100vw/750);
    margin-inline-start: auto;
    margin-inline-end: calc(0*100vw/750);
  }
  .F0519 .model._03 .model_img._02 a {
    position: relative;
  }
  .F0519 .model._03 .model_lead {
    margin-block-start: calc(66*100vw/750);
    margin-inline-start: calc(90*100vw/750);
    margin-inline-end: 0;
  }
  .F0519 .model._03 .model_credit {
    margin-inline-start: calc(90*100vw/750);
  }
}
/********* △ section_03 △ *********/

/********* ▽ section_04 ▽ *********/
/* @media only screen and (min-width: 1400px) {
  .F0519 .model._04::after {
    bottom: 88.7rem;
  }
} */
.F0519 .model._04 .model_inner {
  margin-block-start: 15.8rem;
  text-align: center;
}
.F0519 .model._04 .model_img._01 {
  display: flex;
  justify-content: flex-end;
  width: 51rem;
  margin-inline-start: auto;
  margin-inline-end: 47.5rem;
}
.F0519 .model._04 .model_img._01 a {
  width: 45rem;
}
.F0519 .model._04 .model_img._02 {
  position: relative;
  width: 58rem;
  margin-block-start: 6rem;
  margin-inline: auto;
}
.F0519 .model._04 .model_lead {
  margin-block-start: 5.4rem;
}
.F0519 .model._04 .model_credit {
  margin-block-start: 2.1rem;
}
.F0519 .model._04 .model_img-color {
  background-image: url(../img/SVG/color_img-04.svg);
}
@media only screen and (max-width: 767px) {
  .F0519 .model._04 .model_inner {
    margin-block-start: calc(171*100vw/750);
    text-align: left;
  }
  .F0519 .model._04 .model_img._01 {
    width: calc(750*100vw/750);
    margin-inline-end: 0;
  }
  .F0519 .model._04 .model_img._01 a {
    width: calc(550*100vw/750);
    margin-inline-end: calc(50*100vw/750);
  }
  .F0519 .model._04 .model_img._02 {
    width: calc(650*100vw/750);
    margin-block-start: calc(60*100vw/750);
    margin-inline-start: 0;
  }
  .F0519 .model._04 .model_lead {
    margin-block-start: calc(66*100vw/750);
    margin-inline-start: calc(50*100vw/750);
  }
  .F0519 .model._04 .model_credit {
    margin-block-start: calc(44*100vw/750);
    margin-inline-start: calc(50*100vw/750);
  }
}
/********* △ section_04 △ *********/

/********* ▽ section_05 ▽ *********/
/* @media only screen and (min-width: 1400px) {
  .F0519 .model._05::before {
    top: 56.45rem;
  }
} */
.F0519 .model._05 .model_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-end;
  height: 120rem;
  margin-block-start: 15.7rem;
  margin-inline: auto;
}
.F0519 .model._05 .model_img._01 {
  position: relative;
  display: flex;
  width: 68rem;
  margin-inline-end: 7rem;
}
.F0519 .model._05 .model_img._01 a {
  width: 62rem;
}
.F0519 .model._05 .model_img._02,
.F0519 .model._05 .model_img._03 {
  width: 32rem;
  margin-inline-start: auto;
}
.F0519 .model._05 .model_img._03 {
  margin-block-start: 4rem;
  margin-inline-end: 10rem;
}
.F0519 .model._05 .model_lead {
  margin-block-start: 5.4rem;
}
.F0519 .model._05 .model_credit {
  margin-block-start: 2.1rem;
}
.F0519 .model._05 .model_img-color {
  background-image: url(../img/SVG/color_img-05.svg);
}
@media only screen and (max-width: 767px) {
  .F0519 .model._05 {
    margin-block-start: calc(174*100vw/750);
  }
  .F0519 .model._05 .model_inner {
    display: block;
    height: initial;
    width: calc(750*100vw/750);
    margin-block-start: calc(0*100vw/750);
    padding-block-start: calc(80*100vw/750);
  }
  .F0519 .model._05 .model_img._01 {
    display: block;
    width: calc(750*100vw/750);
    margin-inline-end: 0;
  }
  .F0519 .model._05 .model_img._01 .model_img-ttl {
    position: absolute;
    content: "";
    top: calc(50*100vw/750);
    right: 0;
    z-index: 2;
    pointer-events: none;
  }
  .F0519 .model._05 .model_img._01 a {
    width: calc(750*100vw/750);
  }
  .F0519 .model._05 .model_img._02,
  .F0519 .model._05 .model_img._03 {
    width: calc(440*100vw/750);
  }
  .F0519 .model._05 .model_img._02 {
    margin-block-start: calc(60*100vw/750);
    margin-inline-end: calc(50*100vw/750);
  }
  .F0519 .model._05 .model_img._03 {
    position: relative;
    margin-block-start: calc(40*100vw/750);
    margin-inline-end: calc(160*100vw/750);
  }
  .F0519 .model._05 .model_img-color._left {
    left: calc(-88*100vw/750);
  }
  .F0519 .model._05 .model_lead {
    width: initial;
    margin-block-start: calc(66*100vw/750);
    text-align: center;
  }
  .F0519 .model._05 .model_credit {
    width: initial;
    margin-block-start: calc(44*100vw/750);
    text-align: center;
  }
}
/********* △ section_05 △ *********/

/********* ▽ section_06 ▽ *********/
/* @media only screen and (min-width: 1400px) {
  .F0519 .model._06::before {
    top: 53.4rem;
  }
  .F0519 .model._06::after {
    bottom: 24.6rem;
  }
} */
.F0519 .model._06 .model_inner {
  position: relative;
  margin-block-start: 5.5rem;
}
.F0519 .model._06 .model_img._01 {
  display: flex;
  justify-content: flex-end;
  width: 52rem;
  margin-inline-start: 10.5rem;
}
.F0519 .model._06 .model_img._01 a {
  width: 45rem;
}
.F0519 .model._06 .model_img._02 {
  position: relative;
  width: 53rem;
  margin-block-start: 6rem;
  margin-inline-start: 52.5rem;
  text-align: right;
}
.F0519 .model._06 .model_lead {
  position: absolute;
  content: "";
  bottom: 7.1rem;
  left: 7rem;
  z-index: 1;
}
.F0519 .model._06 .model_img-color {
  background-image: url(../img/SVG/color_img-06.svg);
}
@media only screen and (max-width: 767px) {
  .F0519 .model._06::before {
    position: absolute;
    content: "";
    pointer-events: none;
    top: calc(868*100vw/750);
    background-image: url(../img/SVG/border_02-sp.svg);
    background-repeat: no-repeat;
    width: calc(750*100vw/750);
    height: calc(866*100vw/750);
    z-index: 0;
  }
  .F0519 .model._06 .model_inner {
    display: block;
    margin-block-start: calc(174*100vw/750);
  }
  .F0519 .model._06 .model_img._01 {
    width: calc(750*100vw/750);
    margin-inline-start: calc(0*100vw/750);
  }
  .F0519 .model._06 .model_img-ttl {
    margin-inline-start: calc(-5*100vw/750);
    letter-spacing: 0.12em;
  }
  .F0519 .model._06 .model_img._01 a {
    width: calc(600*100vw/750);
  }
  .F0519 .model._06 .model_img._02 {
    position: relative;
    width: calc(650*100vw/750);
    margin-block-start: calc(60*100vw/750);
    margin-inline-start: calc(0*100vw/750);
  }
  .F0519 .model._06 .model_lead {
    position: static;
    margin-block-start: calc(68*100vw/750);
    margin-inline-start: calc(50*100vw/750);
    margin-inline-end: 0;
  }
  .F0519 .model._06 .model_credit {
    margin-inline-start: calc(50*100vw/750);
    margin-inline-end: 0;
  }
}
/********* △ section_06 △ *********/