@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
  .win .FR240709AW1 > 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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 {
  --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-seasons: "the-seasons", sans-serif;
  --color-txt: #58595B;
  --color-white: #fff;
  --color-black: #000;
  --color-pink: #BC8E8A;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.FR240709AW1 .article_section {
  position: relative;
  z-index: 2;
}
.FR240709AW1 section {
  margin-inline: auto;
}
.FR240709AW1 picture {
  width: 100%;
  height: 100%;
}
.FR240709AW1 img,
.FR240709AW1 video,
.FR240709AW1 svg {
  display: block;
  width: 100%;
  height: auto;
}
.FR240709AW1 .font_ja01 {
  font-family: var(--font-yuMincho);
  font-feature-settings: "palt";
}
.FR240709AW1 .font_en {
  font-family: var(--font-seasons);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .FR240709AW1 .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .pc_only {
    display: none !important;
  }
}


.FR240709AW1 figure[data-bg="bg-white"] {
  position: relative;
  z-index: 2;
}
.FR240709AW1 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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .firstview {
  width: 120rem;
  margin-inline: auto;
}
.FR240709AW1 .firstview_lead {
  text-align: center;
  color: var(--color-txt);
  margin-top: 5.8rem;
}
.FR240709AW1 .firstview_lead > span {
  font-family: var(--font-yuMincho);
  font-feature-settings: "palt";
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
.FR240709AW1 .firstview_lead > span:nth-of-type(2) {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .FR240709AW1 .firstview {
    width: calc(1200*100vw/1400);
  }
  .FR240709AW1 .firstview_lead {
    margin-top: calc(59*100vw/1400);
  }
  .FR240709AW1 .firstview_lead > span {
    font-size: calc(12*100vw/1400);
  }
  .FR240709AW1 .firstview_lead > span:nth-of-type(2) {
    margin-top: calc(18*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .firstview {
    width: calc(750*100vw/750);
  }
  .FR240709AW1 .firstview_lead {
    margin-top: calc(108*100vw/750);
  }
  .FR240709AW1 .firstview_lead > span {
    font-family: "ヒラギノ明朝 ProN W3", serif;
    font-size: calc(24*100vw/750);
    letter-spacing: 0.12em;
  }
  .FR240709AW1 .firstview_lead > span:nth-of-type(2) {
    margin-top: calc(36* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
CONTENTS_COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .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) {
  .FR240709AW1 .side_img {
    width: calc(10.9131*100vw/1400);
    right: calc(21*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section {
  width: 140rem;
  margin: 0 auto;
}
.FR240709AW1 .article_section-inner,
.FR240709AW1 .article_section-wrapper {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.FR240709AW1 .article_modelitem-col {
  position: relative;
  z-index: 2;
  height: fit-content;
}
.FR240709AW1 .article_modelitem-price {
  font-size: 1.2rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: var(--color-txt);
}
.FR240709AW1 .article_modelitem-price > span {
  font-weight: 400;
}
.FR240709AW1 .article_modelitem-price > span {
  display: block;
}
.FR240709AW1 .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) {
  /* .FR240709AW1 .article_section-inner,
  .FR240709AW1 .article_section-wrapper {
    width: calc(1400*100vw/1400);
  } */
  .FR240709AW1 .article_modelitem-price {
    bottom: calc(-7*100vw/1400);
    font-size: calc(12*100vw/1400);
  }
  .FR240709AW1 .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) {
  .FR240709AW1 .article_section {
    width: calc(750*100vw/750);;
  }
  .FR240709AW1 .article_section-inner,
  .FR240709AW1 .article_section-wrapper {
    width: calc(750*100vw/750);
  }
  .FR240709AW1 .article_modelitem-price {
    position: static;
    font-size: calc(22*100vw/750);
    margin-top: calc(33* 100vw / 750);
    text-align: center;
    line-height: 1.65;
  }
  .FR240709AW1 .article_modelitem-price > span,
  .FR240709AW1 .article_modelitem-price > span > span {
    display: inline-block;
  }
  .FR240709AW1 .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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-01 {
  height: 96rem;
  margin-top: 9.4rem;
}
.FR240709AW1 .article_section-01 .article_modelitem {
  display: flex;
  flex-direction: row-reverse;
  width: 95rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.FR240709AW1 .article_section-01 .article_modelitem-col:first-of-type { 
  width: 54rem;
}
.FR240709AW1 .article_section-01 .article_modelitem-col:nth-of-type(2) {
  width: 45rem;
  margin-top: 34rem;
  position: absolute;
  left: 0;
}
.FR240709AW1 .article_section-01 .article_modelitem-col figure:nth-of-type(2) {
  width: 45rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .FR240709AW1 .article_section-01 .article_modelitem-price {
    display: grid;
    justify-content: end;
    text-align: right;
    margin-top: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-01 {
    margin-top: calc(150*100vw/750);
    height: auto;
  }
  .FR240709AW1 .article_section-01 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .FR240709AW1 .article_section-01 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-01 .article_modelitem-col:nth-of-type(2) {
    width: calc(630* 100vw / 750);
    margin: 0 auto;
    margin-top: calc(80* 100vw / 750);
    position: static;
  }
  .FR240709AW1 .article_section-01 .article_modelitem-col figure:nth-of-type(2) {
    width: calc(630* 100vw / 750);
    margin: 0 auto;
    margin-top: 0;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-02 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-02 .article_modelitem {
  display: flex;
  justify-content: end;
  gap: 8rem;
}
.FR240709AW1 .article_section-02 .article_modelitem-col:first-of-type {
  width: 60rem;
}
.FR240709AW1 .article_section-02 .article_modelitem-slider {
  width: 59rem;
  margin-top: 12rem;
}
.FR240709AW1 .article_section-02 .article_modelitem-slider .article_modelitem-img {
  width: 42rem;
}
.FR240709AW1 .article_section-02 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-02 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR240709AW1 .article_section-02 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-02 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
    margin-bottom: calc(80*100vw/750);
  }
  .FR240709AW1 .article_section-02 .article_modelitem-slider {
    width: calc(750*(100vw / 750));
    display: block;
    margin-top: 0;
  }
  .FR240709AW1 .article_section-02 .article_modelitem-slider .article_modelitem-img {
    width: calc(540*(100vw / 750));
  }
  .FR240709AW1 .article_section-02 .article_modelitem-price {
    text-align: left;
    margin-top: calc(34*100vw/750);
    margin-left: calc(40*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-03 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-03 .article_modelitem {
  display: grid;
  width: 128.5rem;
  grid-template-columns: 59.5rem 18rem;
  grid-template-rows: 35.6rem 20.4rem;
  margin-left: 6.5rem;
}
.FR240709AW1 .article_section-03 .article_modelitem-col:first-of-type {
  grid-column: 2;
  grid-row: 1;
  width: 37.5rem;
}
.FR240709AW1 .article_section-03 .article_modelitem-col:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
  width: 43.5rem;
}
.FR240709AW1 .article_section-03 .article_modelitem-col:nth-of-type(3) {
  grid-column: 3;
  grid-row: 3;
  width: 51rem;
}
.FR240709AW1 .article_section-03 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-03 {
    margin-top: calc(192*100vw/750);
  }
  .FR240709AW1 .article_section-03 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-03 .article_modelitem-col:first-of-type {
    width: calc(570* 100vw / 750);
    margin-left: calc(180* 100vw / 750);
    margin-right: 0;
    margin-bottom: calc(80* 100vw / 750);
  }
  .FR240709AW1 .article_section-03 .article_modelitem-col:nth-of-type(2) {
    width: calc(750*100vw/750);
    margin-bottom: calc(80* 100vw / 750);
  }
  .FR240709AW1 .article_section-03 .article_modelitem-col:nth-of-type(3) {
    width: calc(540*100vw/750);
    margin-left: calc(40* 100vw / 750);
    margin-right: auto;
  }
  .FR240709AW1 .article_section-03 .article_modelitem-price {
    text-align: left;
    margin-top: calc(33*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-04 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-04 .article_modelitem {
  display: flex;
  width: 110rem;
  justify-content: flex-end;
  align-items: stretch;
  gap: 2rem;
  margin-left: 6rem;
}
.FR240709AW1 .article_section-04 .article_modelitem-col:first-of-type {
  width: 15.8rem;
  position: relative;
}
.FR240709AW1 .article_section-04 .article_modelitem-col:nth-of-type(2) {
  width: 45rem;
}
.FR240709AW1 .article_section-04 .article_modelitem-col:nth-of-type(3) {
  width: 45rem;
}
.FR240709AW1 .article_section-04 .article_modelitem-price {
  text-align: right;
  position: absolute;
  top: 51.2rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-04 {
    margin-top: calc(191*100vw/750);
  }
  .FR240709AW1 .article_section-04 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-04 .article_modelitem-col:nth-of-type(2) {
    width: calc(615*100vw/750);
    margin-bottom: 0;
    margin-left: calc(135*100vw/750);
    margin-right: 0;
  }
  .FR240709AW1 .article_section-04 .article_modelitem-col:nth-of-type(3) {
    width: calc(615*100vw/750);
    margin-top: calc(0*100vw/750);
    margin-left: calc(135*100vw/750);
    margin-right: 0;
  }
  .FR240709AW1 .article_section-04 .article_modelitem-price {
    text-align: left;
    position: static;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-05 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-05 .article_modelitem {
  width: 112.8rem;
  height: 140rem;
  display: flex;
  margin-left: 7.2rem;
}
.FR240709AW1 .article_section-05 .article_modelitem-column {
  display: flex;
  width: 88.9rem;
  flex-direction: row-reverse;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.FR240709AW1 .article_section-05 .article_modelitem-column .article_modelitem-img:first-of-type {
  width: 52.5rem;
  z-index: 20;
}
.FR240709AW1 .article_section-05 .article_modelitem-column .article_modelitem-img:nth-of-type(2) {
  width: 40.5rem;
  margin-top: 52rem;
  position: absolute;
  left: 0;
  z-index: 50;
}
.FR240709AW1 .article_section-05 .article_modelitem-col:nth-of-type(2) {
  width: 43.5rem;
  position: absolute;
  right: 0;
  margin-top: 82rem;
}
.FR240709AW1 .article_section-05 .article_modelitem-price {
  margin-top: 2.7rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-05 {
    margin-top: calc(190*100vw/750);
  }
  .FR240709AW1 .article_section-05 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    height: auto;
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-05 .article_modelitem-column {
    width: calc(750*(100vw / 750));
    display: block;
  }
  .FR240709AW1 .article_section-05 .article_modelitem-column .article_modelitem-img:first-of-type {
    width: 100%;
  }
  .FR240709AW1 .article_section-05 .article_modelitem-column .article_modelitem-img:nth-of-type(2) {
    width: calc(555* 100vw / 750);
    margin: calc(83* 100vw / 750) auto 0;
    position: static;
  }
  .FR240709AW1 .article_section-05 figure[data-bg="bg-white"]::before {
    position: static;
  }
  .FR240709AW1 .article_section-05 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
    margin: 0 auto;
    margin-bottom: calc(190*(100vw / 750));
  }
  .FR240709AW1 .article_section-05 .article_modelitem-col:nth-of-type(2) {
    position: static;
    width: calc(750* 100vw / 750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-05 .article_modelitem-price {
    text-align: center;
    margin-top: calc(33*(100vw / 750));
    position: static;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-07 {
  margin-top: 20.3rem;
}
.FR240709AW1 .article_section-07 .article_modelitem {
  display: flex;
  flex-flow: row-reverse;
  width: 130.5rem;
  gap: 16rem;
  margin-left: 6.5rem;
  margin-right: auto;
}
.FR240709AW1 .article_section-07 .article_modelitem-col:nth-of-type(2) {
  width: 57rem;
  margin-top: 18rem;
}

.FR240709AW1 .article_section-07 .article_modelitem-slider_sp {
  display: flex;
  width: 57rem;
  flex-direction: column-reverse;
  justify-content: space-between;
  row-gap: 6rem;
}
.FR240709AW1 .article_section-07 .article_modelitem-slider_sp .article_modelitem-img {
  width: 36rem;
}
.FR240709AW1 .article_section-07 .article_modelitem-slider_sp .second_width {
  width: 42rem;
  margin-left: 15.5rem;
  margin-right: auto;
}

.FR240709AW1 .article_section-07 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-07 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR240709AW1 .article_section-07 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-07 .article_modelitem-slider_sp {
    width: calc(750*(100vw / 750));
    display: block;
  }
  .FR240709AW1 .article_section-07 .article_modelitem-slider_sp .article_modelitem-img {
    width: calc(495*(100vw / 750));
  }
  .FR240709AW1 .article_section-07 .article_modelitem-slider_sp .second_width {
    width: calc(495*(100vw / 750));
    margin-left: 0;
    margin-right: 3rem;
  }
  .FR240709AW1 .article_section-07 .article_modelitem-col:nth-of-type(2) {
    width: calc(630*100vw/750);
    margin-top: calc(80*(100vw / 750));
    margin-left: 0;
  }
  .FR240709AW1 .article_section-07 .article_modelitem-price {
    text-align: left;
    margin-top: calc(34*100vw/750);
    margin-left: calc(40*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-08 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-08 .article_modelitem {
  display: flex;
  width: 94.5rem;
  margin-left: 13rem;
  gap: 6rem;
  margin-right: auto;
}
.FR240709AW1 .article_section-08 .article_modelitem-col:first-of-type {
  width: 39rem;
  margin-top: 32rem;
}
.FR240709AW1 .article_section-08 .article_modelitem-col:nth-of-type(2) {
  width: 49.5rem;
}
.FR240709AW1 .article_section-08 .article_modelitem-price {
  text-align: right;
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-08 {
    margin-top: calc(191* 100vw / 750);
  }
  .FR240709AW1 .article_section-08 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-08 .article_modelitem-col:first-of-type {
    width: calc(510*100vw/750);
    margin-left: calc(240*(100vw / 750));
    margin-right: 0;
    margin-bottom: calc(80*100vw/750);
    margin-top: 0;
  }
  .FR240709AW1 .article_section-08 .article_modelitem-col:nth-of-type(2) {
    width: calc(645*100vw/750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-08 .article_modelitem-price {
    text-align: left;
    margin-top: calc(33* 100vw / 750);
    margin-left: 0;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_09
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-09 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-09 .article_modelitem {
  display: block;
  width: 140rem;
  margin: 0 auto;
}
.FR240709AW1 .article_section-09 .article_modelitem-col:first-of-type {
  position: relative;
  width: 57rem;
  margin-inline: auto;
  margin-bottom: 6rem;
}
.FR240709AW1 .article_section-09 .article_modelitem-slider_sp2 {
  display: flex;
  width: 86rem;
  flex-direction: row-reverse;
  gap: 2rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.FR240709AW1 .article_section-09 .article_modelitem-slider_sp2 .article_modelitem-img {
  width: 42rem;
}

.FR240709AW1 .article_section-09 .article_modelitem-price {
  position: absolute;
  left: -17.9rem;
  bottom: -0.5rem;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .FR240709AW1 .article_section-09 .article_modelitem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-09 {
    margin-top: calc(194* 100vw / 750);
  }
  .FR240709AW1 .article_section-09 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-09 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
    height: calc(1000*(100vw / 750));
    margin-left: 0;
    margin-right: 0;
    margin-bottom: calc(80*(100vw / 750));
    position: static;
  }
  .FR240709AW1 .article_section-09 .article_modelitem-col:nth-of-type(2) {
    width: calc(570* 100vw / 750);
    position: static;
  }
  .FR240709AW1 .article_section-09 .article_modelitem-col:first-of-type .article_modelitem-img {
    width: 100%;
  }
  .FR240709AW1 .article_section-09 .article_modelitem-slider_sp2 {
    display: block;
    width: calc(570*(100vw / 750));
    height: auto;
    margin-left: 0;
  }
  .FR240709AW1 .article_section-09 .article_modelitem-slider_sp2 .article_modelitem-img {
    width: 100%;
  }
  .FR240709AW1 .article_section-09 .article_modelitem-price {
    position: static;
    text-align: left;
    margin-left: calc(40*(100vw / 750));
    margin-top: calc(34*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_10
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-10 {
  margin-top: 18.5rem;
}
.FR240709AW1 .article_section-10 .article_modelitem {
  position: relative;
  display: grid;
  grid-template-columns: 50rem 17rem;
  grid-template-rows: 18.5rem 60rem;
  width: 140rem;
  margin-inline: auto;
}
.FR240709AW1 .article_section-10 .article_modelitem-col:first-of-type {
  position: relative;
  grid-column: 3;
  grid-row: 1;
  width: 36rem;
}
.FR240709AW1 .article_section-10 .article_modelitem-col:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
  width: 52.5rem;
}
.FR240709AW1 .article_section-10 .article_modelitem-col2 {
  grid-column: 2/4;
  grid-row: 3;
}
.FR240709AW1 .article_section-10 .article_modelitem-col2 .article_modelitem-slider_sp {
  display: grid;
  grid-template-columns: 45rem;
  grid-template-rows: 22rem;
  column-gap: 6rem;
}
.FR240709AW1 .article_section-10 .article_modelitem-col2 .article_modelitem-slider_sp .article_modelitem-img:first-of-type {
  grid-column: 1;
  grid-row: 2;
}
.FR240709AW1 .article_section-10 .article_modelitem-col2 .article_modelitem-slider_sp .article_modelitem-img:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}
.FR240709AW1 .article_section-10 .frame_bk {
  position: absolute;
  width: 37.5rem;
  top: -2.5rem;
  left: -3.5rem;
  z-index: 0;
}
.FR240709AW1 .article_section-10 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 1400px) {
  .FR240709AW1 .article_section-10 .article_modelitem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-10 {
    margin-top: calc(194* 100vw / 750);
  }
  .FR240709AW1 .article_section-10 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    height: auto;
    margin-inline: initial;
    position: static;
  }
  .FR240709AW1 .article_section-10 .flex_box {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-10 .article_modelitem-col:first-of-type {
    width: calc(580*(100vw / 750));
    height: calc(741*(100vw / 750));
    margin-left: calc(115*(100vw / 750));
    position: relative;
  }
  .FR240709AW1 .article_section-10 .article_modelitem-col:first-of-type .article_modelitem-img {
    width: calc(525*(100vw / 750));
    position: absolute;
    right: 0;
    top: calc(40*(100vw / 750));
  }
  .FR240709AW1 .article_section-10 .frame_bk {
    width: calc(540*(100vw / 750));
    position: absolute;
    left: 0;
    top: 0;
  }
  .FR240709AW1 .article_section-10 .article_modelitem-col:nth-of-type(2) {
    width: calc(750*100vw/750);
    height: calc(1000*(100vw / 750));
    margin-top: calc(79*(100vw / 750));
  }
  .FR240709AW1 .article_section-10 .article_modelitem-col2 .article_modelitem-slider_sp {
    width: calc(750*(100vw / 750));
    height: auto;
    display: block;
    position: static;
    margin-top: calc(80*(100vw / 750));
  }
  .FR240709AW1 .article_section-10 .article_modelitem-slider_sp .article_modelitem-img {
    width: calc(540*(100vw / 750));
    margin-top: 0;
  }
  .FR240709AW1 .article_section-10 .article_modelitem-slider_sp .second_width {
    width: calc(540*(100vw / 750));
    margin-left: 0;
    margin-right: 3rem;
  }
  .FR240709AW1 .article_section-10 .article_modelitem-price {
    text-align: left;
    position: static;
    margin-top: calc(33* 100vw / 750);
    margin-left: calc(42* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_11
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-11 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-11 .article_modelitem {
  display: grid;
  width: 119rem;
  grid-template-columns: 29.5rem 35.5rem;
  grid-template-rows: 24rem 46rem;
  margin-inline: auto;
}
.FR240709AW1 .article_section-11 .article_modelitem-col:first-of-type {
  grid-column: 2;
  grid-row: 1;
  width: 40.5rem;
  z-index: 50;
}
.FR240709AW1 .article_section-11 .article_modelitem-col:nth-of-type(2) {
  grid-column: 3;
  grid-row: 2;
  width: 54rem;
}
.FR240709AW1 .article_section-11 .article_modelitem-col:nth-of-type(3) {
  grid-column: 1;
  grid-row: 3;
  width: 43.5rem;
}
.FR240709AW1 .article_section-11 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
  margin-left: 0.1rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-11 {
    margin-top: calc(194.5* 100vw / 750);
  }
  .FR240709AW1 .article_section-11 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-11 .article_modelitem-col:first-of-type {
    margin: 0 auto;
    width: calc(570* 100vw / 750);
    margin-left: calc(75*(100vw / 750));
    margin-bottom: calc(80* 100vw / 750);
  }
  .FR240709AW1 .article_section-11 .article_modelitem-col:nth-of-type(2) {
    width: calc(675*100vw/750);
    margin-left: calc(75*(100vw / 750));
    margin-right: 0;
    margin-bottom: calc(80* 100vw / 750);
  }
  .FR240709AW1 .article_section-11 .article_modelitem-col:nth-of-type(3) {
    width: calc(615* 100vw / 750);
    margin-left: 0;
    margin-right: auto;
    margin-bottom: calc(80* 100vw / 750);
  }
  .FR240709AW1 .article_section-11 .article_modelitem-price {
    text-align: left;
    margin-top: calc(33*(100vw / 750));
    margin-left: calc(42*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_12
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-12 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-12 .article_modelitem {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  width: 140rem;
  margin: 0 auto;
  column-gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .win .FR240709AW1 .article_section-12 .article_modelitem {
    width: 100%;
  }
}
.FR240709AW1 .article_section-12 .article_modelitem-price {
  text-align: center;
  margin-top: 2.7rem;
}
.FR240709AW1 .article_section-12 .article_modelitem-price span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-12 {
    margin-top: calc(194* 100vw / 750);
  }
  .FR240709AW1 .article_section-12 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-12 .article_modelitem-col:first-of-type {
    width: calc(750* 100vw / 750);
    margin: 0 auto;
    position: static;
  }
  .FR240709AW1 .article_section-12 .article_modelitem-col:nth-of-type(2) {
    position: static;
    margin-top: calc(80*100vw/750);
  }
  .FR240709AW1 .article_section-12 .article_modelitem-slider_sp {
    width: calc(750*(100vw / 750));
    display: block;
    margin-top: calc(80*100vw/750);;
  }
  .FR240709AW1 .article_section-12 .article_modelitem-slider_sp .article_modelitem-img {
    width: calc(540*(100vw / 750));
  }
  .FR240709AW1 .article_section-12 .article_modelitem-slider_sp .second_width {
    width: calc(540*(100vw / 750));
    margin-left: 0;
    margin-right: 3rem;
  }
  .FR240709AW1 .article_section-12 .article_modelitem-price {
    text-align: left;
    margin-top: calc(33* 100vw / 750);
    margin-left: calc(40* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_13
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-13 {
  margin-top: 15.9rem;
}
.FR240709AW1 .article_section-13 .article_modelitem {
  display: flex;
  width: 99rem;
  gap: 6rem;
  margin-left: 20rem;
}
.FR240709AW1 .article_section-13 .article_modelitem-col:first-of-type { 
  width: 54rem;
}
.FR240709AW1 .article_section-13 .article_modelitem-col:nth-of-type(2) {
  width: 39rem;
  margin-top: 43rem;
}
.FR240709AW1 .article_section-13 .article_modelitem-col figure:nth-of-type(2) {
  width: 44rem;
  margin-top: 2rem;
}
.FR240709AW1 .article_section-13 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-13 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR240709AW1 .article_section-13 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-left: 0;
  }
  .FR240709AW1 .article_section-13 .article_modelitem-col:first-of-type {
    width: calc(660* 100vw / 750);
    margin-left: 0;
  }
  .FR240709AW1 .article_section-13 .article_modelitem-col:nth-of-type(2) {
    width: calc(600* 100vw / 750);
    margin-top: calc(80* 100vw / 750);
    margin-left: calc(110*(100vw / 750));
    margin-right: auto;
  }
  .FR240709AW1 .article_section-13 .article_modelitem-price {
    margin-top: calc(33* 100vw / 750);
    margin-left: calc(2* 100vw / 750);
}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_14
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-14 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-14 .article_modelitem {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 114.5rem;
  gap: 2rem;
  margin-left: 0;
}
.FR240709AW1 .article_section-14 .article_modelitem-col:first-of-type { 
  width: 72rem;
}
.FR240709AW1 .article_section-14 .article_modelitem-col:nth-of-type(2) {
  width: 40.5rem;
}
.FR240709AW1 .article_section-14 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
}
.FR240709AW1 .article_section-14 .article_modelitem-price span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-14 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR240709AW1 .article_section-14 .article_modelitem {
    display: flex;
    flex-flow: column;
    width: calc(750*100vw/750);
    gap: calc(30*(100vw / 750));
  }
  .FR240709AW1 .article_section-14 .article_modelitem-col:first-of-type {
    width: calc(750* 100vw / 750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-14 .article_modelitem-col:nth-of-type(2) {
    width: calc(750* 100vw / 750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-14 .article_modelitem-price {
    text-align: center;
    margin-top: calc(33*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_15
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-15 {
  margin-top: 15.8rem;
}
.FR240709AW1 .article_section-15 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 102rem;
  gap: 6rem;
  margin-right: 5rem;
  margin-left: auto;
}
.FR240709AW1 .article_section-15 .article_modelitem-col:first-of-type { 
  width: 39rem;
  margin-top: 12rem;
}
.FR240709AW1 .article_section-15 .article_modelitem-col:nth-of-type(2) {
  width: 57rem;
}
.FR240709AW1 .article_section-15 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-15 {
    margin-top: calc(195* 100vw / 750);
  }
  .FR240709AW1 .article_section-15 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
  }
  .FR240709AW1 .article_section-15 .article_modelitem-col:first-of-type {
    width: calc(600* 100vw / 750);
    margin-left: 0;
    margin-top: 0;
  }
  .FR240709AW1 .article_section-15 .article_modelitem-col:nth-of-type(2) {
    width: calc(675* 100vw / 750);
    margin-top: calc(80* 100vw / 750);
    margin-left: calc(75*(100vw / 750));
    margin-right: 0;
  }
  .FR240709AW1 .article_section-15 .article_modelitem-price {
    margin-top: calc(34*(100vw / 750));
}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_16
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-16 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-16 .article_modelitem {
  display: grid;
  width: 118.5rem;
  grid-template-columns: 25.5rem 54rem;
  grid-template-rows: 34rem 42rem;
  margin-left: 9.5rem;
}
.FR240709AW1 .article_section-16 .article_modelitem-col:first-of-type {
  grid-column: 3;
  grid-row: 2 / 4;
  width: 39rem;
}
.FR240709AW1 .article_section-16 .article_modelitem-col:nth-of-type(2) {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 52.5rem;
}
.FR240709AW1 .article_section-16 .article_modelitem-col:nth-of-type(3) {
  grid-column: 2;
  grid-row: 3;
  width: 42rem;
  position: relative;
}
.FR240709AW1 .article_section-16 .article_modelitem-price {
  position: absolute;
  text-align: right;
  bottom: -0.4rem;
  left: -17.6rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-16 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR240709AW1 .article_section-16 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-16 .article_modelitem-col:first-of-type {
    width: calc(750* 100vw / 750);
    margin-bottom: calc(80* 100vw / 750);
  }
  .FR240709AW1 .article_section-16 .article_modelitem-col:nth-of-type(2) {
    width: calc(660*100vw/750);
    margin-left: 0;
    margin-bottom: calc(80* 100vw / 750);
  }
  .FR240709AW1 .article_section-16 .article_modelitem-col:nth-of-type(3) {
    width: calc(555*100vw/750);
    margin-left: calc(195* 100vw / 750);
    margin-right: 0;
  }
  .FR240709AW1 .article_section-16 .article_modelitem-price {
    text-align: left;
    margin-top: calc(33*(100vw / 750));
    position: static;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_17
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-17 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-17 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 92rem;
  gap: 2rem;
  margin: 0 auto;
}
.FR240709AW1 .article_section-17 .article_modelitem-col {
  width: 45rem;
}
.FR240709AW1 .article_section-17 .article_modelitem-col:first-of-type { 
  position: relative;
}
.FR240709AW1 .article_section-17 .article_modelitem-price {
  text-align: right;
  position: absolute;
  bottom: -0.4rem;
  left: -17.6rem;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-17 {
    margin-top: calc(191* 100vw / 750);
  }
  .FR240709AW1 .article_section-17 .article_modelitem {
    display: flex;
    flex-flow: column;
    width: calc(750*100vw/750);
    gap: calc(30*(100vw / 750));
  }
  .FR240709AW1 .article_section-17 .article_modelitem-col {
    width: calc(600* 100vw / 750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-17 .article_modelitem-price {
    text-align: center;
    margin-top: calc(33*(100vw / 750));
    position: static;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_18
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-18 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-18 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 121.5rem;
  gap: 6rem;
  margin-left: 11rem;
  margin-right: auto;
}
.FR240709AW1 .article_section-18 .article_modelitem-col:first-of-type {
  width: 55.5rem;
  margin-top: 23rem;
}

.FR240709AW1 .article_section-18 .article_modelitem-slider_sp2 {
  display: flex;
  width: 60rem;
  flex-direction: column-reverse;
  justify-content: space-between;
  row-gap: 6rem;
}
.FR240709AW1 .article_section-18 .article_modelitem-slider_sp2 .article_modelitem-img {
  width: 42rem;
  margin-left: 18rem;
}
.FR240709AW1 .article_section-18 .article_modelitem-slider_sp2 .second_width {
  width: 36rem;
  margin-left: 0;
  margin-right: auto;
}

.FR240709AW1 .article_section-18 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-18 {
    margin-top: calc(194* 100vw / 750);
  }
  .FR240709AW1 .article_section-18 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-18 .article_modelitem-slider_sp2 {
    width: calc(630*(100vw / 750));
    display: block;
    margin: 0 auto;
    margin-top: calc(80*(100vw / 750));
  }
  .FR240709AW1 .article_section-18 .article_modelitem-slider_sp2 .article_modelitem-img {
    width: 100%;
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-18 .article_modelitem-slider_sp2 .second_width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .FR240709AW1 .article_section-18 .article_modelitem-col:first-of-type {
    width: calc(750*100vw/750);
    margin-top: 0;
  }
  .FR240709AW1 .article_section-18 .article_modelitem-price {
    text-align: center;
    margin-top: calc(33*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_19
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-19 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-19 .article_modelitem {
  display: flex;
  width: 122.5rem;
  margin-left: 0;
  gap: 8rem;
  margin-right: auto;
}
.FR240709AW1 .article_section-19 .article_modelitem-col:nth-of-type(2) {
  width: 58.5rem;
}
.FR240709AW1 .article_section-19 .article_modelitem-slider {
  width: 56rem;
  margin-top: 13rem;
}
.FR240709AW1 .article_section-19 .article_modelitem-slider .slick-list {
  padding: 0 0 0 17rem;
}
.FR240709AW1 .article_section-19 .article_modelitem-slider .slick-slide {
  margin-left: 2rem;
  margin-right: 0;
}
.FR240709AW1 .article_section-19 .article_modelitem-slider .article_modelitem-img {
  width: 39rem;
}
.FR240709AW1 .article_section-19 .article_modelitem-price {
  text-align: right;
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-19 {
    margin-top: calc(193* 100vw / 750);
  }
  .FR240709AW1 .article_section-19 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-inline: initial;
  }
  .FR240709AW1 .article_section-19 .article_modelitem-col:nth-of-type(2) {
    width: calc(750*100vw/750);
    margin-top: calc(80*100vw/750);
  }
  .FR240709AW1 .article_section-19 .article_modelitem-slider {
    width: calc(750*(100vw / 750));
    display: block;
    margin-top: 0;
  }
  .FR240709AW1 .article_section-19 .article_modelitem-slider .slick-list {
    padding: 0 calc(180*(100vw / 750)) 0 0 !important;
  }
  .FR240709AW1 .article_section-19 .article_modelitem-slider .slick-slide {
    margin-left: calc(30*(100vw / 750)) !important;
    margin-right: 0 !important;
  }
  .FR240709AW1 .article_section-19 .article_modelitem-slider .article_modelitem-img {
    width: calc(495*(100vw / 750));
  }
  .FR240709AW1 .article_section-19 .article_modelitem-price {
    text-align: center;
    margin-top: calc(34*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_20
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-20 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-20 .article_modelitem {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 106.5rem;
  gap: 6rem;
  margin-left: 10rem;
}
.FR240709AW1 .article_section-20 .article_modelitem-col:first-of-type { 
  width: 46.5rem;
}
.FR240709AW1 .article_section-20 .article_modelitem-col:nth-of-type(2) {
  width: 54rem;
  margin-top: 45rem;
}
.FR240709AW1 .article_section-20 .article_modelitem-price {
  text-align: left;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-20 {
    margin-top: calc(193* 100vw / 750);
  }
  .FR240709AW1 .article_section-20 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-20 .article_modelitem-col:first-of-type {
    width: calc(570* 100vw / 750);
    margin-left: calc(105*(100vw / 750));
  }
  .FR240709AW1 .article_section-20 .article_modelitem-col:nth-of-type(2) {
    width: calc(675* 100vw / 750);
    margin-top: calc(80* 100vw / 750);
    margin-left: 0;
    margin-right: auto;
  }
  .FR240709AW1 .article_section-20 .article_modelitem-price {
    margin-top: calc(33*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_21
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-21 {
  margin-bottom: 16rem;
}
.FR240709AW1 .article_section-21 .article_modelitem {
  display: flex;
  width: 36rem;
  height: 27rem;
  position: relative;
  margin-right: 14rem;
}
.FR240709AW1 .article_section-21 .article_modelitem-col {
  width: 36rem;
  position: absolute;
  top: -25rem;
}
.FR240709AW1 .article_section-21 .article_modelitem-price {
  text-align: right;
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-21 {
    margin-top: calc(192* 100vw / 750);
    margin-bottom: calc(192* 100vw / 750);
  }
  .FR240709AW1 .article_section-21 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    height: auto;
    margin: 0 auto;
    position: static;
  }
  .FR240709AW1 .article_section-21 .article_modelitem-col {
    width: calc(510*100vw/750);
    margin: 0 auto;
    margin-bottom: calc(80*(100vw / 750));
    position: static;
  }
  .FR240709AW1 .article_section-21 .article_modelitem-price {
    text-align: center;
    margin-top: calc(33*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_22
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_section-22 {
  margin-top: 16rem;
}
.FR240709AW1 .article_section-22 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 92rem;
  gap: 2rem;
  margin: 0 auto;
}
.FR240709AW1 .article_section-22 .article_modelitem-col {
  width: 45rem;
}
.FR240709AW1 .article_section-22 .article_modelitem-col:first-of-type { 
  position: relative;
}
.FR240709AW1 .article_section-22 .article_modelitem-price {
  text-align: right;
  position: absolute;
  bottom: -0.5rem;
  left: -17.4rem;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_section-22 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR240709AW1 .article_section-22 .article_modelitem {
    display: flex;
    flex-flow: column;
    width: calc(750*100vw/750);
    gap: calc(80*(100vw / 750));
  }
  .FR240709AW1 .article_section-22 .article_modelitem-col:first-of-type {
    width: calc(750* 100vw / 750);
    margin: 0 auto;
  }
  .FR240709AW1 .article_section-22 .article_modelitem-col {
    width: calc(600* 100vw / 750);
    margin-left: calc(40*(100vw / 750));
    margin-right: auto;
  }
  .FR240709AW1 .article_section-22 .article_modelitem-price {
    text-align: left;
    margin-top: calc(33.5*(100vw / 750));
    position: static;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ENDVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .endview {
  width: 110rem;
  margin-top: 13.8rem;
  border-bottom: 0.1rem solid var(--color-txt);
}
.FR240709AW1 .endview_btn {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-black);
  text-align: center;
}
.FR240709AW1 .endview_btn > a {
  padding-block: 0.25rem;
  border-bottom: 0.3rem double var(--color-txt);
}
.FR240709AW1 .endview_staff {
  margin-block: 14.6rem 13.5rem;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.085em;
  font-weight: 400;
  color: var(--color-txt);
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .FR240709AW1 .endview {
    width: calc(1100*100vw/1400);
    margin-top: calc(141*100vw/1400);
    border-bottom: calc(1*100vw/1400) solid var(--color-txt);
  }
  .FR240709AW1 .endview_btn {
    font-size: calc(20*100vw/1400);
  }
  .FR240709AW1 .endview_btn > a {
    padding-bottom: calc(1*100vw/1400);
  }
  .FR240709AW1 .endview_staff {
    margin-block: calc(145*100vw/1400) calc(136*100vw/1400);
    font-size: calc(12*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .endview {
    width: calc(750*100vw/750);
    margin-top: calc(151*100vw/750);
    border-bottom: 0;
  }
  .FR240709AW1 .endview_btn {
    font-size: calc(40*100vw/750);
  }
  .FR240709AW1 .endview_btn > a {
    padding-block: calc(6*100vw/750);
  }
  .FR240709AW1 .endview_staff {
    margin-block: calc(169* 100vw / 750) calc(153* 100vw / 750);
    font-size: calc(24*100vw/750);
    line-height: 1.85;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SLICK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .article_modelitem-slider .slick-list img {
  width: 100%;
}
.FR240709AW1 .article_modelitem-slider .slick-list {
  padding: 0 15rem 0 0;
}
.FR240709AW1 .article_modelitem-slider .slick-slide {
  margin-right: 2rem;
}
.FR240709AW1 .article_modelitem-slider_sp .slick-list img {
  width: 100%;
}
.FR240709AW1 .article_modelitem-slider_sp .slick-list {
  padding: 0 15rem 0 0;
}
.FR240709AW1 .article_modelitem-slider_sp .slick-slide {
  margin-right: 2rem;
}
.FR240709AW1 .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 1rem;
  left: 0.4rem;
}
.FR240709AW1 .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
.FR240709AW1 .slick-dots li.slick-active button {
  background: var(--color-black);
}
.FR240709AW1 .slick-dots li {
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .article_modelitem-slider .slick-list {
    padding: 0 calc(180*(100vw / 750)) 0 0 !important;
  }
  .FR240709AW1 .article_modelitem-slider .slick-slide {
    margin-right: calc(30*(100vw / 750)) !important;
  }
  .FR240709AW1 .article_modelitem-slider_sp .slick-list {
    padding: 0 calc(225*(100vw / 750)) 0 0 !important;
  }
  .FR240709AW1 .article_modelitem-slider_sp .slick-slide {
    margin-right: calc(30*(100vw / 750)) !important;
  }
  .FR240709AW1 .slick-dots {
    bottom: calc(20*100vw/750);
    left: calc(8*100vw/750);
  }
  .FR240709AW1 .slick-dots li button {
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
    border: 1px solid var(--color-white);
  }
  .FR240709AW1 .slick-dots li.slick-active button {
    background: var(--color-white);
  }
  .FR240709AW1 .slick-dots li { 
    margin: 0 calc(11*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ANIMATION
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .js-fade {
  opacity: 0;
  transform: translateY(100px);
}
.FR240709AW1 .js-fade.active {
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .FR240709AW1 .js-fade,
  .FR240709AW1 .fade_pc {
    opacity: 0;
    transform: translateY(100px);
  }
  .FR240709AW1 .fade_pc.active,
  .FR240709AW1 .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .FR240709AW1 .js-fade,
  .FR240709AW1 .fade_sp {
    opacity: 0;
    transform: translateY(100px);
  }
  .FR240709AW1 .fade_sp.active,
  .FR240709AW1 .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}

/* ===============================================### 
サイドテキスト
###=============================================== */
.FR240709AW1 .side__text {
  position: fixed;
  top: 50%;
  right: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 800;
  /* transform: rotate(90deg); */
}
.FR240709AW1 .side__text .font_en {
  font-weight: 500;
}
.FR240709AW1 .side__text p {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}
.FR240709AW1 .side__text span {
    margin-left: 1rem;
}
.FR240709AW1 .side__text .italic {
  font-size: 1rem;
  font-family: var(--font-seasons);
  font-weight: 400;
  font-style: italic;
  margin-right: 0.7rem;
}

@media screen and (min-width: 767px) {
  .FR240709AW1 .side__text .txt_number {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .side__text {
    right: calc(30*(100vw / 750));
    width: calc(20*(100vw / 750));
  }
  .FR240709AW1 .side__text p {
      font-size: calc(20*(100vw / 750));
      letter-spacing: 0.1em;
  }
  .FR240709AW1 .side__text span {
      margin-left: calc(20*(100vw / 750));
  }
  .FR240709AW1 .side__text .italic {
    font-size: calc(18*(100vw / 750));
    margin-left: calc(20*(100vw / 750));
  }
}

/*** animation ***/
.FR240709AW1 .js-show-text {
  opacity: 0;
  transition: opacity 1s ease;
}

.FR240709AW1 .js-show-text.is-active {
  opacity: 1;
  transition: opacity 1s ease;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                              FLOATING BANNER
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240709AW1 .floating_b {
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 0px;
  position: fixed;
  z-index: 999;
  cursor: pointer;
  background-color: #EBECED;
}
.FR240709AW1 .flo_MainWhole {
  position: relative;
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.2rem;
  padding: 2rem 0 1.8rem;
  width: fit-content;
  margin-inline: auto;
  background-color: #EBECED;
}
.FR240709AW1 .flo_Pre {
  width: 31.7rem;
}
.FR240709AW1 .flo_bn {
  position: relative;
  width: 28.8rem;
  margin-top: 0.8rem;
}
.FR240709AW1 .flo_bn::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-black);
  pointer-events: none;
  z-index: -1;
}
.FR240709AW1 .flo_img {
  width: 21.2rem;
}

/*** animation ***/
.FR240709AW1 .js-floating {
  opacity: 0;
  transition: opacity 1s ease;
}

.FR240709AW1 .js-floating.b-active {
  opacity: 1;
  transition: opacity 1s ease;
}

@media screen and (max-width: 767px) {
  .FR240709AW1 .floating_b {
    width: calc(750*(100vw / 750));
  }
  .FR240709AW1 .flo_MainWhole {
    row-gap: calc(20* 100vw / 750);
    padding: calc(39* 100vw / 750) 0 calc(35* 100vw / 750);
  }
  .FR240709AW1 .flo_Pre {
    width: calc(465*(100vw / 750));
  }
  .FR240709AW1 .flo_bn {
    width: calc(418*(100vw / 750));
    margin-top: calc(19*100vw/750);;
  }
  .FR240709AW1 .flo_bn::before {
    height: 1px;
  }
  .FR240709AW1 .flo_img {
    width: calc(305*(100vw / 750));
  }
}