@charset "UTF-8";

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1400px) and (min-width: 767px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 1400px) {
  .win .F1027 > section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb .cateList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
    text-align: left;
  }
}
@font-face {
  font-family: "NotoSerifJP-Light";
  src: url("../font/NotoSerifJP-Light.otf");
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url("../font/NotoSerifJP-Medium.otf");
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url("../font/NotoSerifJP-SemiBold.otf");
}


.F1027 {
  --font_ja01: "NotoSerifJP-Light";
  --font_ja02: "NotoSerifJP-Medium";
  --font_ja03: "NotoSerifJP-SemiBold";
  --font_en01: "garamond-premier-pro-display", serif;
  --font_en02: "garamond-premier-pro", serif;
  --main_color: #58595B;
  --bg_color: #C9C9C9;
  --color_white: #FFFFFF;
  --color_black: #000000;
  width: 100%;
  overflow: hidden;
  background-color: var(--color_beige);
}
.F1027 section,
.F1027 .model_block {
  position: relative;
  z-index: 2;
}
.F1027 section {
  margin-inline: auto;
}
.F1027 picture {
  width: 100%;
  height: 100%;
}
.F1027 img,
.F1027 video,
.F1027 svg {
  display: block;
  width: 100%;
  height: auto;
}
.F1027 .font_ja01 {
  font-family: var(--font_ja01);
  font-feature-settings: "palt";
}
.F1027 .font_ja02 {
  font-family: var(--font_ja02);
  font-feature-settings: "palt";
}
.F1027 .font_ja03 {
  font-family: var(--font_ja03);
  font-feature-settings: "palt";
}
.F1027 .font_en01 {
  font-family: var(--font_en01);
}
.F1027 .font_en02 {
  font-family: var(--font_en02);
}
@media screen and (min-width: 768px) {
  .F1027 .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .pc_only {
    display: none !important;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                HeroView
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .hero_wrapper {
  width: 120rem;
  margin-inline: auto;
}
.F1027 .hero_lead {
  margin-top: 5.7rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.16em;
  text-align: center;
  color: var(--color_black);
}
@media screen and (max-width: 767px) {
  .F1027 .hero_wrapper {
    width: calc(750*100vw/750);
  }
  .F1027 .hero_lead {
    margin-top: calc(106*100vw/750);
    font-size: calc(26*100vw/750);
    letter-spacing: 0.12em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Common-Contents
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_block {
  position: relative;
  z-index: 2;
}
.F1027 .model_section {
  position: relative;
  width: 140rem;
  margin-inline: auto;
}
.F1027 .model_flexWrap,
.F1027 .model_flex {
  display: flex;
}
.F1027 .pos_item {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 3;
}
.F1027 .model_lead {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  color: var(--color_black);
}
.F1027 .model_lead > span {
  margin-left: 1.2rem;
}
.F1027 .model_desc {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
.F1027 .model_credit {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--main_color);
}
.F1027 .model_credit > p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .F1027 .model_section {
    width: calc(750*100vw/750);
  }
  .F1027 .model_flexWrap,
  .F1027 .model_flex {
    flex-direction: column;
  }
  .F1027 .model_ttl > span:nth-child(1) {
    font-size: calc(66*100vw/750);
    line-height: 1.1201515152;
  }
  .F1027 .model_ttl > span:nth-child(2) {
    font-size: calc(56*100vw/750);
    line-height: 1.2857142857;
  }
  .F1027 .model_block-txt {
    width: calc(645*100vw/750);
    /* margin-inline: auto; */
  }
  .F1027 .model_lead {
    font-size: calc(34*100vw/750);
    letter-spacing: 0.12em;
  }
  .F1027 .model_lead > span {
    display: inline-block;
    margin-left: calc(20*100vw/750);
  }
  .F1027 .model_desc {
    margin-top: calc(24*100vw/750);
    margin-left: calc(0*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.12em;
    text-align: justify;
  }
  .F1027 .model_credit {
    margin-top: calc(40*100vw/750);
    margin-left: calc(0*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 1.75;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section01 {
  margin-top: 11.4rem;
}
.F1027 .model_section01 .model_block01 {
  width: 56rem;
  margin-left: 53rem;
  z-index: 3;
}
.F1027 .model_section01 .model_num {
  width: 3.8rem;
  top: 0.1rem;
  right: -6.8rem;
}
.F1027 .model_section01 .model_block02 {
  width: 44rem;
  margin-top: -3rem;
  margin-left: 19rem;
}
.F1027 .model_section01 .model_block03 {
  margin-left: 5rem;
}
.F1027 .model_section01 .model_block-txt {
  margin-top: 36.1rem;
  margin-left: 3.8rem;
}
.F1027 .model_section01 .model_desc,
.F1027 .model_section01 .model_credit {
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .F1027 .model_section01 {
    margin-top: calc(130*100vw/750);
  }
  .F1027 .model_section01 .model_num {
    width: calc(55.4*100vw/750);
    top: calc(-28*100vw/750);
    right: calc(-30*100vw/750);
  }
  .F1027 .model_section01 .model_block01 {
    width: calc(660*100vw/750);
    margin-left: calc(0*100vw/750);
  }
  .F1027 .model_section01 .model_block02 {
    width: calc(600*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: auto;
  }
  .F1027 .model_section01 .model_block-txt {
    margin-top: calc(54*100vw/750);
    margin-left: calc(44*100vw/750);
  }
  .F1027 .model_section01 .model_desc,
  .F1027 .model_section01 .model_credit {
    margin-left: calc(21*100vw/750);
  }
  .F1027 .model_section01 .model_credit {
    letter-spacing: 0.04em;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section02 {
  margin-top: 15.1rem;
}
.F1027 .model_section02 .model_block01 {
  width: 52rem;
  margin-inline: auto;
}
.F1027 .model_section02 .model_num {
  width: 42.2rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.F1027 .model_section02 .model_block03 {
  margin-top: 5rem;
  text-align: center;
}
.F1027 .model_section02 .model_block-txt {
  text-align: center;
  margin-top: 4.3rem;
}
@media screen and (min-width: 768px) {
  .F1027 .model_section02 .model_block02 > div {
    display: flex;
    justify-content: space-between;
    width: 88rem;
    margin: 6rem auto 0rem;
  }
  .F1027 .model_section02 .model_block02 figure:nth-child(1) {
    width: 46rem;
  }
  .F1027 .model_section02 .model_block02 figure:nth-child(2) {
    width: 34rem;
    margin-top: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section02 {
    margin-top: calc(153*100vw/750);
  }
  .F1027 .model_section02 .model_block01 {
    width: calc(750*100vw/750);
  }
  .F1027 .model_section02 .model_num {
    width: calc(620*100vw/750);
    margin-bottom: calc(35*100vw/750);
  }
  .F1027 .model_section02 .model_block02 {
    width: calc(580*100vw/750);
    margin: calc(60*100vw/750) auto 0;
  }
  .F1027 .model_section02 .model_block03 {
    margin-top: calc(0*100vw/750);
  }
  .F1027 .model_section02 .model_block-txt {
    width: calc(620*100vw/750);
    margin-top: calc(55*100vw/750);
    margin-inline: auto;
  }
  .F1027 .model_section02 .model_credit {
    text-align: left;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section03 {
  margin-top: 15.7rem;
}
.F1027 .model_section03 .model_block01 {
  width: 36rem;
  margin-left: 64rem;
  z-index: 3;
}
.F1027 .model_section03 .model_block02 {
  width: 44rem;
  margin-top: -14rem;
  margin-left: auto;
}
.F1027 .model_section03 .model_block03 {
  width: 54rem;
  margin-top: -29.6rem;
  margin-left: 8rem;
}
.F1027 .model_section03 .model_num {
  width: 40rem;
  margin-bottom: 3.3rem;
}
@media screen and (min-width: 768px) {
  .F1027 .model_section03 .model_block-txt {
    margin-top: 36.4rem;
    margin-left: 3.7rem;
  }
  .F1027 .model_section03 .model_desc,
  .F1027 .model_section03 .model_credit {
    margin-left: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section03 {
    margin-top: calc(152*100vw/750);
  }
  .F1027 .model_section03 .model_block01 {
    width: calc(400*100vw/750);
    margin-left: calc(50*100vw/750);
  }
  .F1027 .model_section03 .model_block02 {
    width: calc(520*100vw/750);
    margin-top: calc(-40*100vw/750);
  }
  .F1027 .model_section03 .model_block03 {
    width: calc(600*100vw/750);
    margin-top: calc(60*100vw/750);
    margin: calc(60*100vw/750) auto calc(0*100vw/750);
  }
  .F1027 .model_section03 .model_num {
    width: calc(590*100vw/750);
    margin-bottom: calc(40*100vw/750);
  }
  .F1027 .model_section03 .model_block-txt {
    width: calc(610*100vw/750);
    text-align: justify;
    margin: calc(56*100vw/750) auto calc(0*100vw/750);
  }
  .F1027 .model_section03 .model_lead {
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section04 {
  margin-top: 15.3rem;
}
.F1027 .model_section04 .model_block01 {
  width: 58rem;
  margin-left: 77rem;
}
.F1027 .model_section04 .model_num {
  width: 3.03rem;
  top: 26rem;
  left: -7rem;
}
.F1027 .model_section04 .model_slider_sp {
  position: relative;
  z-index: 2;
  width: 63rem;
  margin-top: -43rem;
}
.F1027 .model_section04 .model_block-txt {
  margin-top: 24rem;
  margin-left: 3.8rem;
}
.F1027 .model_section04 .model_desc,
.F1027 .model_section04 .model_credit {
  margin-left: 1.3rem;
}
@media screen and (min-width: 768px) {
  .F1027 .model_section04 .model_block02 {
    width: 48rem;
    z-index: 3;
  }
  .F1027 .model_section04 .model_block03 {
    width: 38rem;
    margin-top: -3rem;
    margin-left: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section04 {
    margin-top: calc(205*100vw/750);
  }
  .F1027 .model_section04 .model_block01 {
    width: calc(660*100vw/750);
    margin-left: auto;
  }
  .F1027 .model_section04 .model_num {
    width: calc(45*100vw/750);
    top: calc(-53*100vw/750);
    left: initial;
    right: calc(25*100vw/750);
  }
  .F1027 .model_section04 .model_slider_sp {
    width: calc(580*100vw/750);
    margin-top: calc(60*100vw/750);
  }
  .F1027 .model_section04 .model_block-txt {
    width: calc(647*100vw/750);
    margin-top: calc(55*100vw/750);
    margin-left: calc(42*100vw/750);
  }
  .F1027 .model_section04 .model_desc,
  .F1027 .model_section04 .model_credit {
    margin-left: calc(22*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section05 {
  margin-top: 15.7rem;
}
.F1027 .model_section05 .model_block01 {
  width: 50rem;
  margin-left: auto;
  margin-right: 10rem;
}
.F1027 .model_section05 .model_num {
  width: 32.8rem;
  margin-left: auto;
  margin-bottom: 3.9rem;
}
.F1027 .model_section05 .model_block03 figure {
  width: 50rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: 10rem;
  flex-shrink: 0;
}
.F1027 .model_section05 .model_block03 .model_block-txt {
  margin-right: 3.5rem;
  text-align: right;
  margin-top: 50.2rem;
}
.F1027 .model_section05 .model_desc,
.F1027 .model_section05 .model_credit {
  margin-right: 1.5rem;
} 
@media screen and (min-width: 768px) {
  .F1027 .model_section05 .model_flexWrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .F1027 .model_section05 .model_block02 {
    position: absolute;
    width: 44rem;
    top: 36.9rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section05 {
    margin-top: calc(151*100vw/750);
  }
  .F1027 .model_section05 .model_block01 {
    width: calc(620*100vw/750);
    margin-right: calc(0*100vw/750);
  }
  .F1027 .model_section05 .model_num {
    width: calc(487*100vw/750);
    margin-left: calc(0*100vw/750);
    margin-bottom: calc(48*100vw/750);
  }
  .F1027 .model_section05 .model_block02 {
    width: calc(620*100vw/750);
    margin-top: calc(30*100vw/750);
    margin-left: auto;
  }
  .F1027 .model_section05 .model_block03 .model_block-txt {
    margin-top: calc(55*100vw/750);
    margin-left: calc(40*100vw/750);
    text-align: left;
  }
  .F1027 .model_section05 .model_desc,
  .F1027 .model_section05 .model_credit {
    margin-left: calc(25*100vw/750);
    margin-right: calc(0*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section06 {
  margin-top: 15.2rem;
}
.F1027 .model_section06 .model_num {
  width: 34.8rem;
  top: 1rem;
  left: 50%;
  transform: translate(-50%);
}
.F1027 .model_section06 .model_block01 {
  width: 38rem;
  margin-top: 28.3rem;
  margin-right: 5rem;
  flex-shrink: 0;
  z-index: 3;
}
.F1027 .model_section06 .model_block02 {
  width: 58rem;
  margin-top: 13.2rem;
  margin-right: -5rem;
  flex-shrink: 0;
}
.F1027 .model_section06 .model_block-txt {
  text-align: center;
  margin-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .F1027 .model_section06 .model_flexWrap {
    position: relative;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 97rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section06 {
    margin-top: calc(322*100vw/750);
  }
  .F1027 .model_section06 .model_num {
    width: calc(516*100vw/750);
    top: calc(-171*100vw/750);
  }
  .F1027 .model_section06 .model_block01 {
    width: calc(540*100vw/750);
    margin-top: calc(0*100vw/750);
    margin-inline: auto;
  }
  .F1027 .model_section06 .model_block02 {
    width: calc(750*100vw/750);
    margin-top: calc(-70*100vw/750);
    margin-inline: auto;
  }
  .F1027 .model_section06 .model_block-txt {
    width: calc(638*100vw/750);
    margin-top: calc(57*100vw/750);
    text-align: center;
    margin-inline: auto;
  }
  .F1027 .model_section06 .model_credit {
    text-align: left;
    letter-spacing: 0.04em;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section07 {
  margin-top: 15.7rem;
}
.F1027 .model_section07 .model_block01 {
  width: 52rem;
  margin-inline: auto;
}
.F1027 .model_section07 .model_num {
  width: 3rem;
  top: 0.2rem;
  right: -6.7rem;
}
.F1027 .model_section07 .model_block02 {
  width: 46rem;
  margin-top: 6rem;
  margin-left: 11rem;
}
.F1027 .model_section07 .model_block-txt {
  margin-top: 50.3rem;
  margin-left: 3.9rem;
}
@media screen and (min-width: 768px) {
  .F1027 .model_section07 .model_desc,
  .F1027 .model_section07 .model_credit {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section07 {
    margin-top: calc(153*100vw/750);
  }
  .F1027 .model_section07 .model_block01 {
    display: flex;
    width: calc(750*100vw/750);
    margin-left: calc(0*100vw/750);
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .F1027 .model_section07 .model_block01 > figure {
    width: calc(600*100vw/750);
    margin-right: auto;
  }
  .F1027 .model_section07 .model_num {
    position: static;
    width: calc(44.2*100vw/750);
    margin-right: calc(70*100vw/750);
  }
  .F1027 .model_section07 .model_block02 {
    width: calc(660*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-inline: auto;
  }
  .F1027 .model_section07 .model_block-txt {
    width: calc(608*100vw/750);
    margin-top: calc(55*100vw/750);
    margin-inline: auto;
    text-align: center;
  }
  .F1027 .model_section07 .model_desc {
    margin-top: calc(44*100vw/750);
  }
  .F1027 .model_section07 .model_credit {
    text-align: left;
    letter-spacing: 0.04em;
    margin-top: calc(34*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section08 {
  margin-top: 15.2rem;
}
.F1027 .model_section08 .model_num {
  width: 2.9rem;
  top: 38.4rem;
  left: -6.8rem;
}
.F1027 .model_section08 .model_block02 {
  margin-right: -16.5rem;
}
.F1027 .model_section08 .model_block {
  flex-shrink: 0;
}
.F1027 .model_section08 .model_block02 > figure {
  width: 36rem;
  margin-top: 44.8rem;
  margin-left: 2.5rem;
}
.F1027 .model_section08 .model_block-txt {
  text-align: right;
  margin-top: 21.2rem;
  margin-left: 48.2rem;
}
@media screen and (min-width: 768px) {
  .F1027 .model_section08 .model_flexWrap {
    flex-direction: row-reverse;
  }
  .F1027 .model_section08 .model_slider_sp > figure:nth-child(1) {
    width: 54rem;
    margin-right: 12rem;
  }
  .F1027 .model_section08 .model_slider_sp > figure:nth-child(2) {
    width: 46rem;
    margin-top: -3rem;
    margin-left: auto;
  }
  .F1027 .model_section08 .model_desc,
  .F1027 .model_section08 .model_credit {
    margin-right: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section08 {
    margin-top: calc(150*100vw/750);
  }
  .F1027 .model_section08 .model_num {
    position: static;
    width: calc(42.3*100vw/750);
    margin-left: calc(89*100vw/750);
  }
  .F1027 .model_section08 .model_block01 {
    display: flex;
    align-items: flex-start;
    width: calc(750*100vw/750);
    margin-inline: auto;
  }
  .F1027 .model_section08 .model_block01 .model_slider_sp {
    width: calc(580*100vw/750);
    margin-left: auto;
  }
  .F1027 .model_section08 .model_block02 {
    margin-left: calc(43*100vw/750);
    margin-right: calc(0*100vw/750);
  }
  .F1027 .model_section08 .model_block {
    flex-shrink: 0;
  }
  .F1027 .model_section08 .model_block02 > figure {
    width: calc(500*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: calc(0*100vw/750);
  }
  .F1027 .model_section08 .model_block-txt {
    text-align: left;
    margin-top: calc(56*100vw/750);
    margin-left: calc(0*100vw/750);
  }
  .F1027 .model_section08 .model_desc,
  .F1027 .model_section08 .model_credit {
    margin-left: calc(21*100vw/750);
  }
  .F1027 .model_section08 .model_credit {
    letter-spacing: 0.04em;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block09
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section09 {
  margin-top: 15.3rem;
}
.F1027 .model_section09 .model_num {
  width: 57.6rem;
  margin-bottom: 3rem;
}
.F1027 .model_section09 .model_block01 {
  width: 90rem;
}
.F1027 .model_section09 .model_block02 {
  width: 56rem;
  margin-top: 6rem;
  margin-left: 72rem;
}
.F1027 .model_section09 .model_block03 .model_slider_sp {
  width: 46rem;
  margin-top: -22rem;
  margin-left: 12rem;
}
.F1027 .model_section09 .model_block-txt {
  margin-top: 20.1rem;
  margin-left: 3.6rem;
}
.F1027 .model_section09 .model_desc,
.F1027 .model_section09 .model_credit {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .F1027 .model_section09 {
    margin-top: calc(155*100vw/750);
  }
  .F1027 .model_section09 .model_num {
    width: calc(565*100vw/750);
    margin-left: calc(61.1*100vw/750);
    margin-bottom: calc(40*100vw/750);
  }
  .F1027 .model_section09 .model_block01 {
    width: calc(750*100vw/750);
  }
  .F1027 .model_section09 .model_block03 .model_slider_sp {
    width: calc(750*100vw/750);
    margin-top: calc(30*100vw/750);
    margin-left: calc(0*100vw/750);
  }
  .F1027 .model_section09 .model_block-txt {
    margin-top: calc(54*100vw/750);
    margin-left: calc(43*100vw/750);
  }
  .F1027 .model_section09 .model_desc,
  .F1027 .model_section09 .model_credit {
    margin-left: calc(22*100vw/750);
  }
  .F1027 .model_section09 .model_credit {
    letter-spacing: 0.04em;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Block10
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .model_section10 {
  margin-top: 15.2rem;
}
.F1027 .model_section10 .model_num {
  width: 31.9rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.F1027 .model_section10 .model_block01 {
  width: 52rem;
  margin-inline: auto;
}
.F1027 .model_section10 .model_block02 {
  width: 48rem;
}
.F1027 .model_section10 .model_block03 {
  width: 34rem;
}
.F1027 .model_section10 .model_block-txt {
  text-align: center;
  margin-top: 4.3rem;
}
@media screen and (min-width: 768px) {
  .F1027 .model_section10 .model_flexWrap {
    width: 90rem;
    margin-top: 6rem;
    margin-inline: auto;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .model_section10 {
    margin-top: calc(153*100vw/750);
  }
  .F1027 .model_section10 .model_num {
    width: calc(470*100vw/750);
    margin-bottom: calc(37*100vw/750);
  }
  .F1027 .model_section10 .model_block01 {
    width: calc(670*100vw/750);
  }
  .F1027 .model_section10 .model_block01 > figure {
    width: calc(520*100vw/750);
    margin-left: auto;
  }
  .F1027 .model_section10 .model_block02 {
    width: calc(680*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: auto;
  }
  .F1027 .model_section10 .model_block03 {
    width: calc(500*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-inline: auto;
  }
  .F1027 .model_section10 .model_block-txt {
    margin-top: calc(56*100vw/750);
    text-align: left;
    margin-left: calc(44*100vw/750);
  }
  .F1027 .model_section10 .model_desc,
  .F1027 .model_section10 .model_credit {
    margin-left: calc(22*100vw/750);
  }
  .F1027 .model_section10 .model_credit {
    letter-spacing: 0.04em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                EndView
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .endview {
  margin-top: 13.2rem;
  border-bottom: 1px solid var(--color_black);
}
.F1027 .endview_btn {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
  color: var(--color_black);
  text-align: center;
}
.F1027 .endview_btn > a {
  padding-block: 0.4rem;
  border-bottom: 3px double var(--main_color);
}
.F1027 .endview_staff {
  margin-block: 13.7rem 13.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--main_color);
  text-align: center;
}

.F1027 .movie_section {
  margin-top: 14.5rem;
  padding-block: 5.8rem 6rem;
  background-color: var(--bg_color);
}
.F1027 .movie_section .movie_ttl {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: var(--color_white);
}
.F1027 .movie_section .movie_ttl::after,
.F1027 .movie_section .movie_ttl::before{
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.F1027 .movie_section .movie_ttl::after {
  width: 36.7rem;
  height: 2.94rem;
  background-color: var(--bg_color);
  z-index: -1;
}
.F1027 .movie_section .movie_ttl::before {
  width: 100vw;
  height: 0.1rem;
  background-color: var(--color_white);
  z-index: -2;
}
.F1027 .movie_section .movie_video {
  width: 48.6rem;
  margin: 3.3rem auto 0;
}
@media screen and (max-width: 767px) {
  .F1027 .endview {
    width: calc(750*100vw/750);
    margin-top: calc(146*100vw/750);
    border-bottom: 0px solid var(--color_black);
  }
  .F1027 .endview_btn {
    font-size: calc(40*100vw/750);
  }
  .F1027 .endview_btn > a {
    padding-block: calc(8*100vw/750);
  }
  .F1027 .endview_staff {
    margin-block: calc(153*100vw/750) calc(147*100vw/750);
    font-size: calc(26*100vw/750);
    line-height: 1.75;
  }

  .F1027 .movie_section {
    margin-top: calc(170*100vw/750);
    padding-block: calc(76*100vw/750) calc(80*100vw/750);
  }
  .F1027 .movie_section .movie_ttl {
    font-size: calc(44*100vw/750);
    line-height: 1.05;
    letter-spacing: 0.02em;
  }
  .F1027 .movie_section .movie_ttl::after {
    width: calc(530*100vw/750);
    height: calc(44*100vw/750);
  }
  .F1027 .movie_section .movie_video {
    width: calc(630*100vw/750);
    margin: calc(54*100vw/750) auto 0;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Slick
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 1.1rem;
  right: 0.4rem;
}
.F1027 .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid var(--color_black);
  border-radius: 50%;
}
.F1027 .slick-dots li.slick-active button {
  background: var(--color_black);
}
.F1027 .slick-dots li {
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .F1027 .slick-dots {
    bottom: calc(20*100vw/750);
    right: calc(8*100vw/750);
  }
  .F1027 .slick-dots li button {
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
  }
  .F1027 .slick-dots li.slick-active button {
    background: var(--color_black);
  }
  .F1027 .slick-dots li { 
    margin: 0 calc(11*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F1027 .fade {
  opacity: 0;
  transform: translateY(50px);
}
.F1027 .fade.active {
  transition: transform 1.2s, opacity 1.2s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .F1027 .fade_pc {
    opacity: 0;
    transform: translateY(50px);
  }
  .F1027 .fade_pc.active {
    transition: transform 1.2s, opacity 1.2s;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .F1027 .fade_sp {
    opacity: 0;
    transform: translateY(50px);
  }
  .F1027 .fade_sp.active {
    transition: transform 1.2s, opacity 1.2s;
    transform: translateY(0);
    opacity: 1;
  }
}