@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
  .win .F0116 > section {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Breadcrumb
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.cateList {
  width: 110rem;
  margin: 2rem auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #000;
}
.cateList li {
  margin-left: 0.2rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cateList {
    width: calc(1100*100vw/1400);
    margin-block: calc(20*100vw/1400);;
    font-size: calc(12*100vw/1400);
  }
  .cateList li {
    margin-left: calc(2*100vw/1400);
    margin-right: calc(5*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .cateList {
    font-size: calc(20*100vw/750);;
    line-height: 2;
    margin-block: calc(10*100vw/750);;
    width: calc(700*100vw/750);;
  }
  .cateList li {
    margin-left: calc(2*100vw/750);
    margin-right: calc(5*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SETTING
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 {
  --font-yuMincho: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-gothic-txt: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", "Meiryo", sans-serif;
  --font-hiragino: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  --font-brigade: "brigade", sans-serif;
  --color-txt: #58595b;
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #414E7A;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
}
.F0116 .article_section {
  position: relative;
  z-index: 2;
}
.F0116 section {
  margin-inline: auto;
}
.F0116 picture {
  width: 100%;
  height: 100%;
}
.F0116 img,
.F0116 video,
.F0116 svg {
  display: block;
  width: 100%;
  height: auto;
}
.F0116 .font_ja01 {
  font-family: var(--font-yuMincho);
  font-feature-settings: "palt";
}
.F0116 .font_en01 {
  font-family: var(--font-brigade);
  font-weight: 300;
}
.F0116 .font_en02 {
  font-family: var(--font_en02);
}
@media screen and (min-width: 768px) {
  .F0116 .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .F0116 .pc_only {
    display: none !important;
  }
}


.F0116 figure[data-bg="bg-white"] {
  position: relative;
  z-index: 2;
}
.F0116 figure[data-bg="bg-white"]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  pointer-events: none;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                FIRSTVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .firstview {
  width: 120rem;
  margin-inline: auto;
}
.F0116 .firstview_lead {
  text-align: center;
  color: var(--color-txt);
  margin-top: 5.9rem;
}
.F0116 .firstview_lead > span {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
.F0116 .firstview_lead > span:nth-of-type(2) {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .firstview {
    width: calc(1200*100vw/1400);
  }
  .F0116 .firstview_lead {
    margin-top: calc(59*100vw/1400);
  }
  .F0116 .firstview_lead > span {
    font-size: calc(12*100vw/1400);
  }
  .F0116 .firstview_lead > span:nth-of-type(2) {
    margin-top: calc(18*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .firstview {
    width: calc(750*100vw/750);
  }
  .F0116 .firstview_lead {
    margin-top: calc(108*100vw/750);
  }
  .F0116 .firstview_lead > span {
    font-size: calc(24*100vw/750);
  }
  .F0116 .firstview_lead > span:nth-of-type(2) {
    margin-top: calc(36*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
CONTENTS_COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .side_img {
  width: 1.09131rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1rem;
  z-index: 10;
  opacity: 0;
  transition: all .5s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .side_img {
    width: calc(10.9131*100vw/1400);
    right: calc(21*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .side_img {
    width: calc(20.8*100vw/750);
    right: calc(27*100vw/750);
    margin-top: calc(105*100vw/750);
  }
}
.side_img.inView {
  opacity: 1;
  transition: all .5s ease-in-out;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                              CONTENTS_COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section {
  width: 100%;
}
.F0116 .article_section-inner,
.F0116 .article_section-wrapper {
  position: relative;
  width: 140rem;
  margin-inline: auto;
}
.F0116 .article_modelitem-col {
  position: relative;
  z-index: 2;
  height: fit-content;
}
.F0116 .article_modelitem-price {
  position: absolute;
  bottom: -0.7rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-txt);
}
.F0116 .article_modelitem-price > span {
  font-weight: 300;
}
.F0116 .article_modelitem-price > span {
  display: block;
}
.F0116 .arthicle_modelitem-txt {
  position: absolute;
  top: 8.3rem;
  left: -12.9rem;
  transform: rotate(-90deg);
  font-size: 2.335rem;
  line-height: 2.0025695931;
  letter-spacing: 0.005em;
  font-weight: 500;
  font-style: italic;
  color: var(--color-blue);
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-inner,
  .F0116 .article_section-wrapper {
    width: calc(1400*100vw/1400);
  }
  .F0116 .article_modelitem-price {
    bottom: calc(-7*100vw/1400);
    font-size: calc(12*100vw/1400);
  }
  .F0116 .arthicle_modelitem-txt {
    top: calc(83*100vw/1400);;
    left: calc(-129*100vw/1400);;
    font-size: calc(23.35*100vw/1400);;
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-inner,
  .F0116 .article_section-wrapper {
    width: calc(750*100vw/750);
  }
  .F0116 .article_modelitem-price {
    position: static;
    font-size: calc(22*100vw/750);
    margin-top: calc(38*100vw/750);
  }
  .F0116 .article_modelitem-price > span,
  .F0116 .article_modelitem-price > span > span {
    display: inline-block;
  }
  .F0116 .arthicle_modelitem-txt {
    top: calc(144*100vw/750);
    left: calc(-197*100vw/750);
    font-size: calc(36*100vw/750);
    line-height: 0.9638888889;
    letter-spacing: 0.01em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-01 {
  margin-top: 9.5rem;
}
.F0116 .article_section-01 .article_modelitem {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 106rem;
}
.F0116 .article_section-01 .article_modelitem-col:first-of-type {
  width: 54rem; 
  margin-right: 2rem;
}
.F0116 .article_section-01 .article_modelitem-col:nth-of-type(2) {
  width: 44rem;
  margin-top: 40rem;
}
.F0116 .article_section-01 .article_modelitem-price {
  right: -11.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-01 {
    margin-top: calc(95*100vw/1400);
  }
  .F0116 .article_section-01 .article_modelitem {
    width: calc(1060*100vw/1400);
  }
  .F0116 .article_section-01 .article_modelitem-col:first-of-type { 
    width: calc(540*100vw/1400);
    margin-right: calc(20*100vw/1400);
  }
  .F0116 .article_section-01 .article_modelitem-col:nth-of-type(2) {
    width: calc(440*100vw/1400);
    margin-top: calc(400*100vw/1400);
  }
  .F0116 .article_section-01 .article_modelitem-price {
    right: calc(-114*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-01 {
    margin-top: calc(150*100vw/750);
  }
  .F0116 .article_section-01 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-01 .article_modelitem-col:first-of-type {
    width: calc(619.4*100vw/750);
    margin-right: calc(0*100vw/750);
    margin-left: calc(95*100vw/750);
  }
  .F0116 .article_section-01 .article_modelitem-col:nth-of-type(2) {
    width: calc(550*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: calc(40*100vw/750);
  }
  .F0116 .article_section-01 .article_modelitem-price {
    right: calc(-100*100vw/750);

  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-02 {
  margin-top: 20rem;
}
.F0116 .article_section-02 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 93rem;
  margin-right: 0;
}
.F0116 .article_section-02 .article_modelitem-col:first-of-type {
  width: 48rem;
}
.F0116 .article_section-02 .article_modelitem-col:nth-of-type(2) {
  width: 39rem;
  margin-top: 44rem;
}
.F0116 .article_section-02 .article_modelitem-price {
  text-align: right;
  left: -10.9rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-02 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-02 .article_modelitem {
    width: calc(930*100vw/1400);
  }
  .F0116 .article_section-02 .article_modelitem-col:first-of-type {
    width: calc(480*100vw/1400);
  }
  .F0116 .article_section-02 .article_modelitem-col:nth-of-type(2) {
    width: calc(390*100vw/1400);
    margin-top: calc(440*100vw/1400);
  }
  .F0116 .article_section-02 .article_modelitem-price {
    left: calc(-109*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-02 {
    margin-top: calc(192*100vw/750);
  }
  .F0116 .article_section-02 .article_modelitem {
    display: block;
    width: calc(650*100vw/750);
    margin-inline: initial;
  }
  .F0116 .article_section-02 .article_modelitem-col:nth-of-type(2) {
    width: calc(650*100vw/750);
    margin-top: calc(0*100vw/750);
  }
  .F0116 .article_section-02 .article_modelitem-price {
    text-align: left;
    margin-left: calc(40*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-03 {
  margin-top: 20rem;
}
.F0116 .article_section-03 .article_modelitem {
  display: grid;
  grid-template-columns: 43rem 9rem 28rem 8rem 27rem 1rem;
  grid-template-rows: 49rem 29rem 8rem 15.5rem 52rem;
  width: 116rem;
}
.F0116 .article_section-03 .article_modelitem-col:first-of-type {
  grid-column: 1/3;
  grid-row: 1/3;
}
.F0116 .article_section-03 .article_modelitem-col:nth-of-type(2) {
  grid-column: 4/6;
  grid-row: 2/5;
  z-index: 3;
}
.F0116 .article_section-03 .article_modelitem-col:nth-of-type(3) {
  grid-column: 2/5;
  grid-row: 4/6;
}
.F0116 .article_section-03 .article_modelitem-price {
  right: -13.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-03 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-03 .article_modelitem {
    grid-template-columns: calc(430*100vw/1400) calc(90*100vw/1400) calc(280*100vw/1400) calc(80*100vw/1400) calc(270*100vw/1400) calc(10*100vw/1400);
    grid-template-rows: calc(490*100vw/1400) calc(290*100vw/1400) calc(80*100vw/1400) calc(155*100vw/1400) calc(520*100vw/1400);
    width: calc(1160*100vw/1400);
  }
  .F0116 .article_section-03 .article_modelitem-price {
    right: calc(-138*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-03 {
    margin-top: calc(192*100vw/750);
  }
  .F0116 .article_section-03 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-03 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-03 .article_modelitem-col:nth-of-type(2) {
    width: calc(480*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: calc(230*100vw/750);
  }
  .F0116 .article_section-03 .article_modelitem-col:nth-of-type(3) {
    width: calc(620*100vw/750);
    margin-top: calc(-40*100vw/750);
    margin-left: calc(40*100vw/750);
  }
  /* .F0116 .article_section-03 .article_modelitem-price {} */
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-04 {
  margin-top: 20rem;
}
.F0116 .article_section-04 .article_modelitem {
  display: flex;
  justify-content: flex-start;
}
.F0116 .article_section-04 .article_modelitem-col:first-of-type {
  width: 42rem;
  margin-left: 6rem;
}
.F0116 .article_section-04 .article_modelitem-col:nth-of-type(2) {
  width: 54rem;
  margin-top: 25rem;
  margin-left: 11rem;
}
.F0116 .article_section-04 .article_modelitem-price {
  text-align: right;
  left: -13.1rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-04 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-04 .article_modelitem-col:first-of-type {
    width: calc(420*100vw/1400);
    margin-left: calc(60*100vw/1400);
  }
  .F0116 .article_section-04 .article_modelitem-col:nth-of-type(2) {
    width: calc(540*100vw/1400);
    margin-top: calc(250*100vw/1400);
    margin-left: calc(110*100vw/1400);
  }
  .F0116 .article_section-04 .article_modelitem-price {
    left: calc(-131*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-04 {
    margin-top: calc(192*100vw/750);
  }
  .F0116 .article_section-04 .article_modelitem {
    display: block;
  }
  .F0116 .article_section-04 .article_modelitem-col:first-of-type {
    width: calc(550*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-04 .article_modelitem-col:nth-of-type(2) {
    width: calc(750*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: 0;
  }
  .F0116 .article_section-04 .article_modelitem-price {
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-05 {
  margin-top: 18rem;
}
.F0116 .article_section-05 .article_modelitem-col:first-of-type {
  width: 50rem;
  margin-left: 27rem;
}
.F0116 .article_section-05 .article_modelitem-col:nth-of-type(2) {
  width: 78rem;
  margin-top: 6rem;
  margin-left: auto;
}
.F0116 .article_section-05 .article_modelitem-slider_sp {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
.F0116 .article_section-05 .article_modelitem-price {
  text-align: right;
  left: -13.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-05 {
    margin-top: calc(180*100vw/1400);
  }
  .F0116 .article_section-05 .article_modelitem-col:first-of-type {
    width: calc(500*100vw/1400);
    margin-left: calc(270*100vw/1400);
  }
  .F0116 .article_section-05 .article_modelitem-col:nth-of-type(2) {
    width: calc(780*100vw/1400);
    margin-top: calc(60*100vw/1400);
  }
  .F0116 .article_section-05 .article_modelitem-slider_sp {
    column-gap: calc(20*100vw/1400);
  }
  .F0116 .article_section-05 .article_modelitem-price {
    left: calc(-132*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-05 {
    margin-top: calc(192*100vw/750);
  }
  .F0116 .article_section-05 .article_modelitem-col:first-of-type {
    width: calc(620*100vw/750);
    margin-left: calc(40*100vw/750);
  }
  .F0116 .article_section-05 .article_modelitem-col:nth-of-type(2) {
    width: calc(540*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: calc(170*100vw/750);
  }
  .F0116 .article_section-05 .article_modelitem-slider_sp {
    display: block;
  }
  .F0116 .article_section-05 .article_modelitem-price {
    text-align: left;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-06 {
  margin-top: 20rem;
}
.F0116 .article_section-06 .article_modelitem-col {
  width: 58rem;
  margin-left: 14rem;
}
.F0116 .article_section-06 .article_modelitem-price {
  right: -13.1rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-06 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-06 .article_modelitem-col {
    width: calc(580*100vw/1400);
    margin-left: calc(140*100vw/1400);
  }
  .F0116 .article_section-06 .article_modelitem-price {
    right: calc(-131*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-06 {
    margin-top: calc(192*100vw/750);
  }
  .F0116 .article_section-06 .article_modelitem-col {
    width: calc(750*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-06 .article_modelitem-price {
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-07 {
  margin-top: 20rem;
}
.F0116 .article_section-07 .article_modelitem-slider_sp {
  display: grid;
  grid-template-columns: 48rem 33rem 3rem 42rem;
  grid-template-rows: 24.5rem 29.5rem 38rem;
  width: 126rem;
  margin-inline: auto;
}
.F0116 .article_section-07 .article_modelitem-img:first-of-type {
  grid-column: 2/4;
  grid-row: 1/3;
}
.F0116 .article_section-07 .article_modelitem-img:nth-of-type(2) {
  position: relative;
  grid-column: 3/5;
  grid-row: 2/4;
  z-index: 2;
}
.F0116 .article_section-07 .article_modelitem-price {
  text-align: right;
  white-space: nowrap;
  left: -11.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-07 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-07 .article_modelitem-slider_sp {
    grid-template-columns: calc(480*100vw/1400) calc(330*100vw/1400) calc(30*100vw/1400) calc(420*100vw/1400);
    grid-template-rows: calc(245*100vw/1400) calc(295*100vw/1400) calc(380*100vw/1400);
    width: calc(1260*100vw/1400);
  }
  .F0116 .article_section-07 .article_modelitem-price {
    left: calc(-114*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-07 {
    margin-top: calc(196*100vw/750);
  }
  .F0116 .article_section-07 .article_modelitem-slider_sp {
    display: block;
    width: calc(600*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-07 .article_modelitem-price {
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-08 {
  margin-top: 20rem;
}
.F0116 .article_section-08 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 100rem;
  margin-left: 0;
}
.F0116 .article_section-08 .article_modelitem-col:first-of-type {
  width: 54rem; 
}
.F0116 .article_section-08 .article_modelitem-col:nth-of-type(2) {
  width: 40rem;
  margin-top: 10.5rem;
}
.F0116 .article_section-08 .article_modelitem-price {
  bottom: -6.5rem;
  left: 0rem;
}
.F0116 .article_section-08 .article_modelitem-price > span {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-08 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-08 .article_modelitem {
    width: calc(1000*100vw/1400);
  }
  .F0116 .article_section-08 .article_modelitem-col:first-of-type {
    width: calc(540*100vw/1400);
  }
  .F0116 .article_section-08 .article_modelitem-col:nth-of-type(2) {
    width: calc(400*100vw/1400);
    margin-top: calc(105*100vw/1400);
  }
  .F0116 .article_section-08 .article_modelitem-price {
    bottom: calc(-65*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-08 {
    margin-top: calc(192*100vw/750);
  }
  .F0116 .article_section-08 .article_modelitem {
    display: flex;
    flex-direction: column-reverse;
    width: calc(750*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-08 .article_modelitem-col:first-of-type {
    width: calc(540*100vw/750);
    margin-top: calc(80*100vw/750);
  }
  .F0116 .article_section-08 .article_modelitem-col:nth-of-type(2) {
    width: calc(680*100vw/750);
    margin-top: calc(0*100vw/750);;
  }
  .F0116 .article_section-08 .article_modelitem-price {
    margin-left: calc(40*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_09
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-09 {
  margin-top: 26.2rem;
}
.F0116 .article_section-09 .article_modelitem-col {
  width: 48rem;
  margin-left: 70rem;
}
.F0116 .article_section-09 .article_modelitem-price {
  right: -12.9rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-09 {
    margin-top: calc(262*100vw/1400);
  }
  .F0116 .article_section-09 .article_modelitem-col {
    width: calc(480*100vw/1400);
    margin-left: calc(700*100vw/1400);
  }
  .F0116 .article_section-09 .article_modelitem-price {
    right: calc(-129*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-09 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-09 .article_modelitem-col {
    width: calc(640*100vw/750);
    margin-left: auto;
  }
  /* .F0116 .article_section-09 .article_modelitem-price {} */
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_10
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-10 {
  margin-top: 20rem;
}
.F0116 .article_section-10 .article_modelitem {
  display: grid;
  grid-template-columns: 81rem 13rem 46rem;
  grid-template-rows: 85rem 25rem 44rem;
}
.F0116 .article_section-10 .article_modelitem-slider_sp {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.F0116 .article_section-10 .article_modelitem-col:first-of-type {
  grid-column: 1/2;
  grid-row: 1/3;
}
.F0116 .article_section-10 .article_modelitem-col:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 2/4;
}
.F0116 .article_section-10 .article_modelitem-price {
  left: -13.2rem;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-10 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-10 .article_modelitem {
    grid-template-columns: calc(810*100vw/1400) calc(130*100vw/1400) calc(460*100vw/1400);
    grid-template-rows: calc(850*100vw/1400) calc(250*100vw/1400) calc(440*100vw/1400);
  }
  .F0116 .article_section-10 .article_modelitem-slider_sp {
    row-gap: calc(20*100vw/1400);
  }
  .F0116 .article_section-10 .article_modelitem-price {
    left: calc(-132*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-10 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-10 .article_modelitem {
    display: block;
  }
  .F0116 .article_section-10 .article_modelitem-slider_sp {
    display: block;
  }
  .F0116 .article_section-10 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-10 .article_modelitem-col:nth-of-type(2) {
    width: calc(660*100vw/750);
    margin: calc(80*100vw/750) auto 0;
  }
  .F0116 .article_section-10 .article_modelitem-price {
    text-align: center;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_11
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-11 {
  margin-top: 20rem;
}
.F0116 .article_section-11 .article_section-inner::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  pointer-events: none;
  width: 80.8rem;
  height: 77.9rem;
  border: 0.1rem solid var(--color-blue);
  top: 14.31rem;
  left: 22rem;
}
.F0116 .article_section-11 .article_modelitem {
  display: grid;
  grid-template-columns: 44rem 16rem 20rem 15rem 21rem;
  grid-template-rows: 19rem 15rem 33rem 42rem 12rem;
  width: 116rem;
}
.F0116 .article_section-11 .article_modelitem-col:first-of-type {
  grid-column: 2/5;
  grid-row: 1/3;
  z-index: 3;
}
.F0116 .article_section-11 .article_modelitem-col:nth-of-type(2) {
  grid-column: 4/6;
  grid-row: 4/6;
}
.F0116 .article_section-11 .article_modelitem-col:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/5;
}
.F0116 .article_section-11 .article_modelitem-price {
  position: static;
  left: 5rem;
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-11 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-11 .article_section-inner::before {
    width: calc(808*100vw/1400);
    height: calc(779*100vw/1400);
    border: calc(2*100vw/1400) solid var(--color-blue);
    top: calc(143.1*100vw/1400);
    left: calc(220*100vw/1400);
  }
  .F0116 .article_section-11 .article_modelitem {
    grid-template-columns: calc(440*100vw/1400) calc(160*100vw/1400) calc(200*100vw/1400) calc(150*100vw/1400) calc(210*100vw/1400);
    grid-template-rows: calc(190*100vw/1400) calc(150*100vw/1400) calc(330*100vw/1400) calc(420*100vw/1400) calc(120*100vw/1400);
    width: calc(1160*100vw/1400);
  }
  .F0116 .article_section-11 .article_modelitem-price {
    left: calc(50*100vw/1400);
    margin-top: calc(29*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-11 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-11 .article_section-inner::before {
    width: calc(530*100vw/750);
    height: calc(1840*100vw/750);
    top: calc(200*100vw/750);
    left: calc(40*100vw/750);
    border: calc(2*100vw/750) solid var(--color-blue);
  }
  .F0116 .article_section-11 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-11 .article_modelitem-col:first-of-type {
    position: relative;
    width: calc(600*100vw/750);
    margin-left: auto;
    z-index: 5;
  }
  .F0116 .article_section-11 .article_modelitem-col:nth-of-type(2) {
    width: calc(650*100vw/750);
    margin-top: calc(-40*100vw/750);
  }
  .F0116 .article_section-11 .article_modelitem-col:nth-of-type(3) {
    width: calc(500*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: calc(150*100vw/750);
  }
  .F0116 .article_section-11 .article_modelitem-price {
    margin-top: calc(37*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_12
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-12 {
  margin-top: 20rem;
}
.F0116 .article_section-12 .article_modelitem-col:first-of-type {
  width: 86rem;
  margin-inline: auto;
}
.F0116 .article_section-12 .article_modelitem-slider_sp {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
.F0116 .article_section-12 .article_modelitem-col:nth-of-type(2) {
  width: 48rem;
  margin: 6rem auto 0;
}
.F0116 .article_section-12 .article_modelitem-price {
  right: -11.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-12 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-12 .article_modelitem-col:first-of-type {
    width: calc(860*100vw/1400);
  }
  .F0116 .article_section-12 .article_modelitem-slider_sp {
    column-gap: calc(20*100vw/1400);
  }
  .F0116 .article_section-12 .article_modelitem-col:nth-of-type(2) {
    width: calc(480*100vw/1400);
    margin-top: calc(60*100vw/1400);
  }
  .F0116 .article_section-12 .article_modelitem-price {
    right: calc(-115*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-12 {
    margin-top: calc(192*100vw/750);
  }
  .F0116 .article_section-12 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-12 .article_modelitem-slider_sp {
    display: block;
  }
  .F0116 .article_section-12 .article_modelitem-col:nth-of-type(2) {
    width: calc(540*100vw/750);
    margin-top: calc(80*100vw/750);
  }
  .F0116 .article_section-12 .article_modelitem-price {
    text-align: center;
    margin-top: calc(37*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_13
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-13 {
  margin-top: 20rem;
}
.F0116 .article_section-13 .article_modelitem {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: 122rem;
}
.F0116 .article_section-13 .article_modelitem-col:nth-of-type(2) {
  width: 36rem;
  margin-top: 42rem;
  margin-right: 6rem;
}
.F0116 .article_section-13 .article_modelitem-col:first-of-type {
  width: 52rem;
}
.F0116 .article_section-13 .article_modelitem-price {
  text-align: right;
  right: 0rem;
  bottom: -6.4rem;
}
.F0116 .article_section-13 .article_modelitem-price > span {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-13 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-13 .article_modelitem {
    width: calc(1220*100vw/1400);
  }
  .F0116 .article_section-13 .article_modelitem-col:nth-of-type(2) {
    width: calc(360*100vw/1400);
    margin-top: calc(420*100vw/1400);
    margin-right: calc(60*100vw/1400);
  }
  .F0116 .article_section-13 .article_modelitem-col:first-of-type {
    width: calc(520*100vw/1400);
  }
  .F0116 .article_section-13 .article_modelitem-price {
    bottom: calc(-64*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-13 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-13 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-13 .article_modelitem-col:first-of-type {
    width: calc(620*100vw/750);
    margin-top: calc(0*100vw/750);
    margin-left: calc(90*100vw/750);
  }
  .F0116 .article_section-13 .article_modelitem-col:nth-of-type(2) {
    width: calc(500*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: calc(40*100vw/750);
  }
  .F0116 .article_section-13 .article_modelitem-price {
    text-align: left;
    margin-top: calc(37*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_14
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-14 {
  margin-top: 20rem;
}
.F0116 .article_section-14 .article_modelitem-col:first-of-type {
  width: 55rem;
  margin-left: 20.5rem;
}
.F0116 .article_section-14 .article_modelitem-price {
  right: -11rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-14 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-14 .article_modelitem-col:first-of-type {
    width: calc(550*100vw/1400);
    margin-left: calc(205*100vw/1400);
  }
  .F0116 .article_section-14 .article_modelitem-price {
    right: calc(-110*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-14 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-14 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-14 .article_modelitem-price {
    text-align: center;
    margin-top: calc(37*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_15
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-15 {
  margin-top: 18rem;
}
.F0116 .article_section-15 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 119rem;
}
.F0116 .article_section-15 .article_modelitem-col:first-of-type {
  width: 52.5rem;
}
.F0116 .article_section-15 .article_modelitem-slider_sp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
}
.F0116 .article_section-15 .article_modelitem-slider_sp > figure {
  width: 40rem;
}
.F0116 .article_section-15 .article_modelitem-slider_sp > figure:nth-of-type(2) {
  margin-left: auto;
}
.F0116 .article_section-15 .article_modelitem-col:nth-of-type(2) {
  width: 50rem;
  height: fit-content;
  margin-top: 23rem;
}
.F0116 .article_section-15 .article_modelitem-price {
  text-align: right;
  right: 0;
  bottom: -6.5rem;
}
.F0116 .article_section-15 .article_modelitem-price > span {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-15 {
    margin-top: calc(180*100vw/1400);
  }
  .F0116 .article_section-15 .article_modelitem {
    width: calc(1190*100vw/1400);
  }
  .F0116 .article_section-15 .article_modelitem-col:first-of-type {
    width: calc(525*100vw/1400);
  }
  .F0116 .article_section-15 .article_modelitem-slider_sp {
    row-gap: calc(20*100vw/1400);
  }
  .F0116 .article_section-15 .article_modelitem-slider_sp > figure {
    width: calc(400*100vw/1400);
  }
  .F0116 .article_section-15 .article_modelitem-col:nth-of-type(2) {
    width: calc(500*100vw/1400);
    margin-top: calc(230*100vw/1400);
  }
  .F0116 .article_section-15 .article_modelitem-price {
    bottom: calc(-65*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-15 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-15 .article_modelitem {
    display: block;
    width: calc(600*100vw/750);
    margin-left: calc(50*100vw/750);
  }
  .F0116 .article_section-15 .article_modelitem-col:first-of-type {
    width: calc(600*100vw/750);
  }
  .F0116 .article_section-15 .article_modelitem-slider_sp {
    display: block;
  }
  .F0116 .article_section-15 .article_modelitem-slider_sp > figure {
    width: initial;
  }
  .F0116 .article_section-15 .article_modelitem-slider_sp > figure:nth-of-type(2) {
    margin-inline: auto;
  }
  .F0116 .article_section-15 .article_modelitem-col:nth-of-type(2) {
    width: calc(600*100vw/750);
    margin-top: calc(40*100vw/750);
  }
  .F0116 .article_section-15 .article_modelitem-price {
    text-align: left;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_16
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-16 {
  margin-top: 20rem;
}
.F0116 .article_section-16 .article_modelitem {
  display: grid;
  grid-template-columns: 5rem 17.25rem 27.75rem 17rem 34.75rem 22.25rem;
  grid-template-rows: 53rem 6rem 11rem 27rem 40.5rem;
  width: 124rem;
}
.F0116 .article_section-16 .article_modelitem-col:first-of-type {
  grid-column: 3/6;
  grid-row: 1/2;
}
.F0116 .article_section-16 .article_modelitem-col:nth-of-type(2) {
  grid-column: 5/7;
  grid-row: 3/5;
}
.F0116 .article_section-16 .article_modelitem-col:nth-of-type(3) {
  grid-column: 2/4;
  grid-row: 4/6;
}
.F0116 .article_section-16 .article_modelitem-price {
  right: -13.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-16 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-16 .article_modelitem {
    grid-template-columns: calc(50*100vw/1400) calc(172.5*100vw/1400) calc(277.5*100vw/1400) calc(170*100vw/1400) calc(347.5*100vw/1400) calc(222.5*100vw/1400);
    grid-template-rows: calc(530*100vw/1400) calc(60*100vw/1400) calc(110*100vw/1400) calc(270*100vw/1400) calc(405*100vw/1400);
    width: calc(1240*100vw/1400);
  }
  .F0116 .article_section-16 .article_modelitem-price {
    right: calc(-132*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-16 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-16 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-16 .article_modelitem-col:nth-of-type(2) {
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-16 .article_modelitem-col:nth-of-type(3) {
    width: calc(619*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: calc(90*100vw/750);
  }
  .F0116 .article_section-16 .article_modelitem-price {
    margin-top: calc(37*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_17
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-17 {
  margin-top: 20rem;
}
.F0116 .article_section-17 .article_modelitem {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 96rem;
}
.F0116 .article_section-17 .article_modelitem-col:first-of-type {
  width: 36rem;
  margin-top: 13.5rem;
}
.F0116 .article_section-17 .article_modelitem-col:nth-of-type(2) {
  width: 54rem;
}
.F0116 .article_section-17 .article_modelitem-price {
  right: -11.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-17 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-17 .article_modelitem {
    width: calc(960*100vw/1400);
  }
  .F0116 .article_section-17 .article_modelitem-col:first-of-type {
    width: calc(360*100vw/1400);
    margin-top: calc(135*100vw/1400);
  }
  .F0116 .article_section-17 .article_modelitem-col:nth-of-type(2) {
    width: calc(540*100vw/1400);
  }
  .F0116 .article_section-17 .article_modelitem-price {
    right: calc(-113*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-17 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-17 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-17 .article_modelitem-col:first-of-type {
    width: calc(500*100vw/750);
    margin-top: calc(0*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-17 .article_modelitem-col:nth-of-type(2) {
    width: calc(750*100vw/750);
    margin-top: calc(80*100vw/750);
  }
  .F0116 .article_section-17 .article_modelitem-price {
    text-align: center;
    margin-top: calc(39*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_18
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-18 {
  margin-top: 20rem;
}
.F0116 .article_section-18 .article_modelitem {
  display: grid;
  grid-template-columns: 62rem 20rem 58rem;
  grid-template-rows: 52rem 60rem;
  row-gap: 6rem;
}
.F0116 .article_section-18 .article_modelitem-col:first-of-type {
  grid-column: 2/4;
  grid-row: 1/2;
}
.F0116 .article_section-18 .article_modelitem-slider_sp {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  column-gap: 2rem;
}
.F0116 .article_section-18 .article_modelitem-col:nth-of-type(2) {
  grid-column: 1/3;
  grid-row: 2/3;
}
.F0116 .article_section-18 .article_modelitem-price {
  right: -11.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-18 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-18 .article_modelitem {
    grid-template-columns: calc(620*100vw/1400) calc(200*100vw/1400) calc(580*100vw/1400);
    grid-template-rows: calc(520*100vw/1400) calc(600*100vw/1400);
    row-gap: calc(60*100vw/1400);
  }
  .F0116 .article_section-18 .article_modelitem-slider_sp {
    column-gap: calc(20*100vw/1400);
  }
  .F0116 .article_section-18 .article_modelitem-price {
    right: calc(-112*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-18 {
    margin-top: 20rem;
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-18 .article_modelitem {
    display: block;
  }
  .F0116 .article_section-18 .article_modelitem-col:first-of-type {
    width: calc(690*100vw/750);
    margin-left: auto;
  }
  .F0116 .article_section-18 .article_modelitem-slider_sp {
    display: block;
    width: calc(600*100vw/750);
  }
  .F0116 .article_section-18 .article_modelitem-col:nth-of-type(2) {
    width: calc(600*100vw/750);
    margin-top: calc(80*100vw/750);
  }
  .F0116 .article_section-18 .article_modelitem-price {
    margin-left: calc(40*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_19
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-19 {
  margin-top: 20rem;
}
.F0116 .article_section-19 .article_modelitem {
  display: grid;
  grid-template-columns: 15rem 45rem 12rem 50rem;
  grid-template-rows: 23.7rem 43.8rem 31.2rem;
  width: 122rem;
}
.F0116 .article_section-19 .article_modelitem-col:first-of-type {
  grid-column: 2/3;
  grid-row: 1/3;
}
.F0116 .article_section-19 .article_modelitem-col:nth-of-type(2) {
  grid-column: 4/5;
  grid-row: 2/4;
}
.F0116 .article_section-19 .article_modelitem-price {
  bottom: -4.7rem;
}
.F0116 .article_section-19 .article_modelitem-price > span {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-19 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-19 .article_modelitem {
    grid-template-columns: calc(150*100vw/1400) calc(450*100vw/1400) calc(120*100vw/1400) calc(500*100vw/1400);
    grid-template-rows: calc(237*100vw/1400) calc(438*100vw/1400) calc(312*100vw/1400);
    width: calc(1220*100vw/1400);
  }
  .F0116 .article_section-19 .article_modelitem-price {
    bottom: calc(-47*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-19 {
    margin-top: calc(194*100vw/750);
  }
  .F0116 .article_section-19 .article_modelitem {
    display: block;
    width: calc(580*100vw/750);
    margin-inline: auto;
  }
  .F0116 .article_section-19 .article_modelitem-col:first-of-type {
    width: 100%;
  }
  .F0116 .article_section-19 .article_modelitem-col:nth-of-type(2) {
    width: 100%;
    margin-top: calc(40*100vw/750);
  }
  .F0116 .article_section-19 .article_modelitem-price {
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_20
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .article_section-20 {
  margin-top: 20rem;
}
.F0116 .article_section-20 .article_modelitem {
  display: grid;
  grid-template-columns: 10rem 38rem 6rem 12rem 6rem 29rem 17rem 10rem;
  grid-template-rows: 21rem 27rem 30rem 21rem 15rem 21rem 49.5rem;
  width: 128rem;
}
.F0116 .article_section-20 .article_modelitem-col:first-of-type {
  grid-column: 1/6;
  grid-row: 1/3;
}
.F0116 .article_section-20 .article_modelitem-col:nth-of-type(2) {
  grid-column: 5/8;
  grid-row: 2/5;
}
.F0116 .article_section-20 .article_modelitem-col:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 4/7;
}
.F0116 .article_section-20 .article_modelitem-col:nth-of-type(4) {
  grid-column: 4/7;
  grid-row: 6/8;
}
.F0116 .article_section-20 .article_modelitem-price {
  right: -11.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .article_section-20 {
    margin-top: calc(200*100vw/1400);
  }
  .F0116 .article_section-20 .article_modelitem {
    grid-template-columns: calc(100*100vw/1400) calc(380*100vw/1400) calc(60*100vw/1400) calc(120*100vw/1400) calc(60*100vw/1400) calc(290*100vw/1400) calc(170*100vw/1400) calc(100*100vw/1400);
    grid-template-rows: calc(210*100vw/1400) calc(270*100vw/1400) calc(300*100vw/1400) calc(210*100vw/1400) calc(150*100vw/1400) calc(210*100vw/1400) calc(495*100vw/1400);
    width: calc(1280*100vw/1400);
  }
  .F0116 .article_section-20 .article_modelitem-price {
    right: calc(-114*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .article_section-20 {
    margin-top: calc(190*100vw/750);
  }
  .F0116 .article_section-20 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);;
  }
  .F0116 .article_section-20 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
  }
  .F0116 .article_section-20 .article_modelitem-col:nth-of-type(2) {
    width: calc(660*100vw/750);
    margin-top: calc(80*100vw/750);
    margin-left: calc(90*100vw/750);
  }
  .F0116 .article_section-20 .article_modelitem-col:nth-of-type(3) {
    width: calc(500*100vw/750);
    margin-top: calc(80*100vw/750);
    z-index: 5;
  }
  .F0116 .article_section-20 .article_modelitem-col:nth-of-type(4) {
    width: calc(560*100vw/750);
    margin-top: calc(-40*100vw/750);
    margin-left: calc(155*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ENDVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .endview {
  width: 110rem;
  margin-top: 14.1rem;
  border-bottom: 0.1rem solid var(--color-black);
}
.F0116 .endview_btn {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-black);
  text-align: center;
}
.F0116 .endview_btn > a {
  padding-block: 0.1rem;
  border-bottom: 3px double var(--color-txt);
}
.F0116 .endview_staff {
  margin-block: 14.5rem 13.6rem;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: var(--color-txt);
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .endview {
    width: calc(1100*100vw/1400);
    margin-top: calc(141*100vw/1400);
    border-bottom: calc(1*100vw/1400) solid var(--color-black);
  }
  .F0116 .endview_btn {
    font-size: calc(20*100vw/1400);
  }
  .F0116 .endview_btn > a {
    padding-bottom: calc(1*100vw/1400);
  }
  .F0116 .endview_staff {
    margin-block: calc(145*100vw/1400) calc(136*100vw/1400);
    font-size: calc(12*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .endview {
    width: calc(750*100vw/750);
    margin-top: calc(154*100vw/750);
    border-bottom: 0px solid var(--color-black);
  }
  .F0116 .endview_btn {
    font-size: calc(40*100vw/750);
  }
  .F0116 .endview_btn > a {
    padding-block: calc(3*100vw/750);
  }
  .F0116 .endview_staff {
    margin-block: calc(168*100vw/750) calc(151*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 1.75;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SLICK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 1rem;
  left: 0.4rem;
}
.F0116 .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
.F0116 .slick-dots li.slick-active button {
  background: var(--color-black);
}
.F0116 .slick-dots li {
  margin: 0 0.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .F0116 .slick-dots {
    bottom: calc(10*100vw/1400);
    left: calc(4*100vw/1400);
  }
  .F0116 .slick-dots li button {
    width: calc(6*100vw/1400);
    height: calc(6*100vw/1400);
    border: calc(1*100vw/1400) solid var(--color-black);
  }
  .F0116 .slick-dots li {
    margin: calc(0*100vw/1400) calc(6*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .slick-dots {
    bottom: calc(20*100vw/750);
    left: calc(8*100vw/750);
  }
  .F0116 .slick-dots li button {
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
  }
  .F0116 .slick-dots li.slick-active button {
    background: var(--color-black);
  }
  .F0116 .slick-dots li { 
    margin: 0 calc(11*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ANIMATION
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.F0116 .js-fade {
  opacity: 0;
  transform: translateY(100px);
}
.F0116 .js-fade.active {
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .F0116 .js-fade,
  .F0116 .fade_pc {
    opacity: 0;
    transform: translateY(100px);
  }
  .F0116 .fade_pc.active,
  .F0116 .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .F0116 .js-fade,
  .F0116 .fade_sp {
    opacity: 0;
    transform: translateY(100px);
  }
  .F0116 .fade_sp.active,
  .F0116 .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}