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 .F0907 .c__sec {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb .cateList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
    text-align: left;
  }
}

/********************* common_all *********************/
.F0907 {
  --color-gray: #58595b;
  --color-black: #000000;
  --font_en-01: "paganini-open", sans-serif;
  --font_en-02: "big-caslon-fb", serif;
  --font_jp: "ryo-display-plusn", serif;
  overflow: hidden;
}
.F0907 > section {
  margin-inline: auto;
}
.F0907 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .F0907 .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .F0907 .pc_only {
    display: none;
  }
}
/********************* common_all *********************/


/********************* ▽ firstview ▽ *********************/
.F0907 .firstview {
  width: 120rem;
}
.F0907 .firstview_lead {
  margin-top: 2.6rem;
  font: 400 1.5rem/2em var(--font_jp);
  letter-spacing: 0.16em;
  text-align: center;
  color: #231815;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .F0907 .firstview {
    width: calc(750*100vw/750);
  }
  .F0907 .firstview_lead {
    margin-top: calc(49*100vw/750);
    font: 400 calc(26*100vw/750)/2.1538461538em var(--font_jp);
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
  }
}
/********************* △ firstview △ *********************/


/********************* ▽ common_contents ▽ *********************/
.F0907 .contents_sec {
  width: 100rem;
  text-align: center;
}
.F0907 .contents_num {
  margin-top: 4.7rem;
}
.F0907 .contents_num-border  {
  position: relative;
  display: block;
}
.F0907 .contents_num-txt {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font: 400 2.1rem/1.3714285714em var(--font_en-01);
  color: var(--color-black);
}
.F0907 .contents_num-border::before,
.F0907 .contents_num-border::after {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  height: 0.1rem;
  z-index: 2;
  background-color: var(--color-black);
  pointer-events: none;
}
.F0907 .contents_num-border-left::before {
  top: 1.2rem;
  left: 63.5rem;
}
.F0907 .contents_num-border-left::after {
  top: 1.4rem;
  left: 63.5rem;
}
.F0907 .contents_num-border-right::before {
  top: 1.2rem;
  right: 63.5rem;
}
.F0907 .contents_num-border-right::after {
  top: 1.4rem;
  right: 63.5rem;
}
.F0907 .contents_ttl {
  margin-top: 2.8rem;
  font: 700 2.4rem/1.5833333333em var(--font_jp);
  color: var(--color-black);
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
}
.F0907 .contents_lead {
  margin-top: 2.5rem;
  font: 400 1.6rem/2em var(--font_jp);
  letter-spacing: 0.16em;
  color: var(--color-black);
  font-feature-settings: "palt";
}
.F0907 .contents_credit {
  margin-top: 1.8rem;
  font: 400 1.2rem/1.75em var(--font_en-02);
  letter-spacing: 0.05em;
  color: var(--color-gray);
  font-feature-settings: "palt";
}
.F0907 .contents_credit > p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .F0907 .contents_sec {
    width: calc(750*100vw/750);
  }
  .F0907 .contents_num {
    margin-top: calc(75*100vw/750);
  }
  .F0907 .contents_num-txt {
    font: 400 calc(30*100vw/750)/0.802em var(--font_en-01);
    font-feature-settings: "palt";
  }
  .F0907 .contents_num-border::before,
  .F0907 .contents_num-border::after {
    height: calc(1*100vw/750);
  }
  .F0907 .contents_num-border-left::before {
    top: calc(8*100vw/750);
    left: calc(555*100vw/750);
  }
  .F0907 .contents_num-border-left::after {
    top: calc(12*100vw/750);
    left: calc(555*100vw/750);
  }
  .F0907 .contents_num-border-right::before {
    top: calc(8*100vw/750);
    right: calc(555*100vw/750);
  }
  .F0907 .contents_num-border-right::after {
    top: calc(12*100vw/750);
    right: calc(555*100vw/750);
  }

  .F0907 .contents_ttl {
    margin-top: calc(45*100vw/750);
    font: 700 calc(34*100vw/750)/1.85em var(--font_jp);
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
  }
  .F0907 .contents_lead {
    margin-top: calc(32*100vw/750);
    font: 500 calc(26*100vw/750)/2em var(--font_jp);
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
  }
  .F0907 .contents_credit {
    margin-top: calc(30*100vw/750);
    font: 400 calc(22*100vw/750)/1.75em var(--font_en-02);
    font-feature-settings: "palt";
  }
}
/********************* △ common_contents △ *********************/

/********************* ▽ common_contents-01 ▽ *********************/
.F0907 .contents_sec-01 {
  margin-top: 7.6rem;
}
.F0907 .contents_sec-01 .contents_fl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 4rem;
}
.F0907 .contents_sec-01 .contents_img-02 {
  width: 54rem;
  margin-top: 7.3rem;
}
.F0907 .contents_sec-01 .contents_img-03 {
  width: 39rem;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .F0907 .contents_sec-01 {
    margin-top: calc(105*100vw/750);
  }
  .F0907 .contents_sec-01 .contents_fl {
    display: block;
    margin-top: calc(0*100vw/750);
  }
  .F0907 .contents_sec-01 .contents_img-02 {
    width: calc(600*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: calc(120*100vw/750);
  }
  .F0907 .contents_sec-01 .contents_img-03 {
    width: calc(580*100vw/750);
    margin-top: calc(40*100vw/750);
    margin-left: calc(65*100vw/750);
  }
}
/********************* △ common_contents-01 △ *********************/

/********************* ▽ common_contents-02 ▽ *********************/
.F0907 .contents_sec-02 {
  margin-top: 13.7rem;
}
.F0907 .contents_sec-02 .contents_img {
  width: 80rem;
  margin-inline: auto;
}
.F0907 .contents_sec-02 .contents_img-02,
.F0907 .contents_sec-02 .contents_img-03 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .F0907 .contents_sec-02 {
    margin-top: calc(154*100vw/750);
  }
  .F0907 .contents_sec-02 .contents_img {
    width: calc(660*100vw/750);
  }
  .F0907 .contents_sec-02 .contents_img-02,
  .F0907 .contents_sec-02 .contents_img-03 {
    margin-top: calc(20*100vw/750);
  }
  .F0907 .contents_sec-02 .contents_num {
    margin-top: calc(75*100vw/750);
  }
  .F0907 .contents_sec-02 .contents_ttl {
    margin-top: calc(45*100vw/750);
  }
  .F0907 .contents_sec-02 .contents_lead {
    margin-top: calc(32*100vw/750);
  }
  .F0907 .contents_sec-02 .contents_credit {
    margin-top: calc(30*100vw/750);
  }
}
/********************* △ common_contents-02 △ *********************/

/********************* ▽ common_contents-03 ▽ *********************/
.F0907 .contents_sec-03 {
  margin-top: 13.6rem;
}
.F0907 .contents_sec-03 .contents_fl {
  display: flex;
  justify-content: space-between;
}
.F0907 .contents_sec-03 .contents_img-01 {
  width: 46rem;
}
.F0907 .contents_sec-03 .contents_img-02 {
  width: 32rem;
  margin-top: 10.5rem;
  margin-right: 13rem;
}
.F0907 .contents_sec-03 .contents_img-03 {
  width: 80rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .F0907 .contents_sec-03 {
    margin-top: calc(154*100vw/750);
  }
  .F0907 .contents_sec-03 .contents_fl {
    display: block;
  }
  .F0907 .contents_sec-03 .contents_img-01 {
    width: calc(580*100vw/750);
  }
  .F0907 .contents_sec-03 .contents_img-02 {
    width: calc(460*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-right: initial;
    margin-left: calc(230*100vw/750);
  }
  .F0907 .contents_sec-03 .contents_img-03 {
    width: calc(750*100vw/750);
    margin: calc(40*100vw/750) auto 0;
  }
}
/********************* △ common_contents-03 △ *********************/

/********************* ▽ common_contents-04 ▽ *********************/
.F0907 .contents_sec-04 {
  margin-top: 13.6rem;
}
.F0907 .contents_sec-04 .contents_fl {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.F0907 .contents_sec-04 .contents_img-02 {
  width: 32rem;
  margin-top: 10.5rem;
  margin-left: 13rem;
}
.F0907 .contents_sec-04 .contents_img-03 {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .F0907 .contents_sec-04 {
    margin-top: calc(152*100vw/750);
  }
  .F0907 .contents_sec-04 .contents_fl {
    display: block;
    margin-top: calc(0*100vw/750);
  }
  .F0907 .contents_sec-04 .contents_img-01 {
    width: calc(680*100vw/750);
    margin-inline: auto;
  }
  .F0907 .contents_sec-04 .contents_img-02 {
    width: calc(460*100vw/750);
    margin-top: calc(41*100vw/750);
    margin-left: calc(100*100vw/750);
  }
  .F0907 .contents_sec-04 .contents_img-03 {
    width: calc(600*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: auto;
  }
}
/********************* △ common_contents-04 △ *********************/

/********************* ▽ common_contents-05 ▽ *********************/
.F0907 .contents_sec-05 {
  margin-top: 13.6rem;
}
.F0907 .contents_sec-05 .contents_fl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.F0907 .contents_sec-05 .contents_img-02 {
  order: -1;
}
.F0907 .contents_sec-05 .contents_img-04 {
  width: 80rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .F0907 .contents_sec-05 {
    margin-top: calc(152*100vw/750);
  }
  .F0907 .contents_sec-05 .contents_fl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(20*100vw/750) calc(0*100vw/750);
  }
  .F0907 .contents_sec-05 .contents_img-01 {
    width: calc(750*100vw/750);
  }
  .F0907 .contents_sec-05 .contents_img-02,
  .F0907 .contents_sec-05 .contents_img-03 {
    width: calc(375*100vw/750);
    order: initial;
  }
  .F0907 .contents_sec-05 .contents_img-04 {
    width: calc(680*100vw/750);
    margin-top: calc(60.5*100vw/750);
  }
}
/********************* △ common_contents-05 △ *********************/

/********************* ▽ common_contents-06 ▽ *********************/
.F0907 .contents_sec-06 {
  margin-top: 13.7rem;
}
.F0907 .contents_sec-06 .contents_fl {
  display: flex;
  justify-content: space-between;
}
.F0907 .contents_sec-06 .contents_img-01 {
  width: 50rem;
  margin-left: 3rem;
}
.F0907 .contents_sec-06 .contents_img-02 {
  width: 50rem;
  margin-top: 1rem;
  margin-left: 3rem;
}
.F0907 .contents_sec-06 .contents_img-03 {
  width: 30rem;
  margin-top: 11rem;
  margin-right: 10rem;
}
.F0907 .contents_sec-06 .contents_img-04 {
  width: 43rem;
  margin-top: -8rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .F0907 .contents_sec-06 {
    margin-top: calc(152*100vw/750);
  }
  .F0907 .contents_sec-06 .contents_fl {
    display: block;
  }
  .F0907 .contents_sec-06 .contents_img-01 {
    width: calc(660*100vw/750);
    margin-left: calc(0*100vw/750);
  }
  .F0907 .contents_sec-06 .contents_img-02 {
    width: calc(660*100vw/750);
    margin-top: calc(20*100vw/750);
    margin-left: calc(0*100vw/750);
  }
  .F0907 .contents_sec-06 .contents_img-03 {
    width: calc(420*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: calc(60*100vw/750);
    margin-right: initial;
  }
  .F0907 .contents_sec-06 .contents_img-04 {
    width: calc(580*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: calc(140*100vw/750);
    margin-right: initial;
  }
}
/********************* △ common_contents-06 △ *********************/

/********************* lastview *********************/
.F0907 .lastview {
  width: 110rem;
  margin-top: 13.1rem;
  border-bottom: 1px solid var(--color-black);
}
.F0907 .lastview_btn {
  font: 400 2rem/1.4em var(--font_en-02);
  letter-spacing: 0.02em;
  color: var(--color-black);
  text-align: center;
}
.F0907 .lastview_btn > a {
  padding-bottom: 0.5rem;
  border-bottom: 3px double var(--color-gray);
}
.F0907 .lastview_staff {
  margin-block: 14.4rem 13.8rem;
  font: 400 1.2rem/1.5em var(--font_en-02);
  letter-spacing: 0.05em;
  color: var(--color-gray);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .F0907 .lastview {
    width: calc(750*100vw/750);
    margin-top: calc(140*100vw/750);
    border-bottom: 0px solid var(--color-black);
  }
  .F0907 .lastview_btn {
    font-size: calc(40*100vw/750);
  }
  .F0907 .lastview_btn > a {
    padding-block: calc(8*100vw/750);
  }
  .F0907 .lastview_staff {
    margin-block: calc(160*100vw/750) calc(152*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 1.75;
  }
}
/********************* lastview *********************/

/********************* common animation *********************/
.F0907 .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 8.2rem;
  right: 0.5rem;
}
.F0907 .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.F0907 .slick-dots li.slick-active button {
  background: #fff;
}
.F0907 .slick-dots li {
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .F0907 .slick-dots {
    bottom: calc(20*100vw/750);
    right: calc(8*100vw/750);
  }
  .F0907 .slick-dots li button {
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
  }
  .F0907 .slick-dots li.slick-active button {
    background: #fff;
  }
  .F0907 .slick-dots li {
    margin: 0 calc(11*100vw/750);
  }
}

@media screen and (min-width: 768px) {
  .F0907 .js_fade-pc {
    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);
  }
  .F0907 .js_fade-pc.active {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .F0907 .js_fade-sp {
    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);
  }
  .F0907 .js_fade-sp.active {
    opacity: 1;
  }
}
.F0907 .js_fade {
  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);
}
.F0907 .js_fade.active {
  opacity: 1;
}
/********************* common animation *********************/