@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
  .win .FR241009AW2 > 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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 {
  --font-yuMincho: "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-hiragino: "Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3", "Hiragino Sans", sans-serif;
  --font-mrs: "mrs-eaves-xl-serif-narrow", serif;
  --color-gray: #58595B;
  --color-white: #fff;
  --color-black: #000;
  --color-lightgray: #DBDCDD;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  min-height: calc(var(--vh, 1vh) * 100);
  font-feature-settings: "palt"; 
  overflow: clip;
}
.FR241009AW2 .article_section {
  position: relative;
  z-index: 2;
}
.FR241009AW2 section {
  margin-inline: auto;
}
.FR241009AW2 picture {
  width: 100%;
  height: 100%;
}
.FR241009AW2 img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .FR241009AW2 {
    --width-primary: 140rem;
    --fz-text_fv_lead: 1.2rem;
    --fz-text_sec_title: 4.4rem;
    --fz-text_credit: 1.4rem;
    --fz-text_end: 3.6rem;
    --fz-text_btn: 2.3rem;
    --fz-text_staff: 1.4rem;
  }
  .FR241009AW2 .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .FR241009AW2 {
    --width-primary: calc(750*100vw/750);
    --fz-text_fv_lead: calc(24*100vw/750);
    --fz-text_sec_title: calc(70*100vw/750);
    --fz-text_credit: calc(24*100vw/750);
    /* --fz-text_end: calc(40*100vw/750); */
    --fz-text_btn: calc(44*100vw/750);
    --fz-text_staff: calc(26*100vw/750);
  }
  .FR241009AW2 .pc_only {
    display: none !important;
  }
}

.FR241009AW2 figure[data-bg="bg-white"] {
  position: relative;
  z-index: 2;
}
.FR241009AW2 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;
}
.FR241009AW2 picture[data-bg="bg-white"] {
  position: relative;
  z-index: 2;
}
.FR241009AW2 picture[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;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .firstview_lead {
  font-size: var(--fz-text_fv_lead);
  line-height: 2.2;
  letter-spacing: 0.16em;
  font-family: var(--font-yuMincho);
  font-weight: var(--fw-medium);
  color: var(--color-gray);
}
.FR241009AW2 .article_modelitem-title {
  font-size: var(--fz-text_sec_title);
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--font-mrs);
  font-weight: var(--fw-regular);
  color: var(--color-black);
  pointer-events: none;
}
.FR241009AW2 .article_modelitem-price {
  font-size: var(--fz-text_credit);
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-family: var(--font-mrs);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}
.FR241009AW2 .article_modelitem-end {
  font-size: var(--fz-text_end);
  line-height: 1.2777777778;
  letter-spacing: 0.02em;
  font-family: var(--font-mrs);
  font-weight: var(--fw-regular);
  color: var(--color-black);
}
.FR241009AW2 .c-text_btn {
  width: fit-content;
  margin-inline: auto;
  font-size: var(--fz-text_btn);
  line-height: 1.2173913043;
  letter-spacing: 0.06em;
  font-family: var(--font-mrs);
  font-weight: var(--fw-regular);
  color: var(--color-black);
  border-bottom: 0.3rem double var(--color-text);
  padding-bottom: 0.4rem;
}
.FR241009AW2 .c-text_staff {
  font-size: var(--fz-text_staff);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-family: var(--font-mrs);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .firstview_lead {
    font-size: var(--fz-text_fv_lead);
    line-height: 2;
    letter-spacing: 0.12em;
    font-weight: var(--fw-regular);
    font-family: "ヒラギノ明朝 ProN W3", serif;
  }
  .FR241009AW2 .article_modelitem-price {
    line-height: 1.75;
  }
  .FR241009AW2 .c-text_btn {
    line-height: 1.1363636364;
    border-bottom: calc(6*100vw/750) double var(--color-text);
    padding-bottom: calc(10*100vw/750);
  }
  .FR241009AW2 .font_big{
    font-size: calc(72*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                FIRSTVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .firstview {
  width: 120rem;
  margin-inline: auto;
}
.FR241009AW2 .firstview_lead {
  text-align: center;
  margin-top: 5.6rem;
}
.FR241009AW2 .firstview_lead li {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .FR240709AW1 .firstview {
    width: calc(1200*100vw/1400);
  }
  .FR240709AW1 .firstview_lead {
    margin-top: calc(64*100vw/1400);
  }
  .FR240709AW1 .firstview_lead li {
    font-size: calc(20*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .firstview {
    width: calc(750*100vw/750);
  }
  .FR241009AW2 .firstview_lead {
    margin-top: calc(108* 100vw / 750);
  }
  .FR241009AW2 .firstview_lead li {
    margin-top: calc(37* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
CONTENTS_COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .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) {
  .FR241009AW2 .side_img {
    width: calc(10.9131*100vw/1400);
    right: calc(21*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section {
  width: 140rem;
  margin: 0 auto;
}
.FR241009AW2 .article_section-inner,
.FR241009AW2 .article_section-wrapper {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.FR241009AW2 .article_modelitem-col {
  position: relative;
  z-index: 3;
  height: fit-content;
}
.FR241009AW2 .article_modelitem-price > span {
  display: block;
}
.FR241009AW2 .article_modelitem-price > span > span {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {

}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section {
    width: calc(750*100vw/750);;
  }
  .FR241009AW2 .article_section-inner,
  .FR241009AW2 .article_section-wrapper {
    width: calc(750*100vw/750);
  }
  .FR241009AW2 .article_modelitem-price > span,
  .FR241009AW2 .article_modelitem-price > span > span {
    display: inline-block;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-01 {
  margin-top: 9.3rem;
}
.FR241009AW2 .article_section-01 .article_modelitem {
  display: flex;
  flex-direction: column;
  width: 46rem;
  margin-left: 70rem;
}
.FR241009AW2 .article_section-01 .article_modelitem-col {
  width: 46rem;
  position: relative;
}
.FR241009AW2 .article_section-01 .article_modelitem-col .article_modelitem-img02 {
  width: 44rem;
  position: absolute;
  top: 20rem;
  left: -46rem;
}
.FR241009AW2 .article_section-01 .article_modelitem-col2 {
  width: 46rem;
  margin-top: 2rem;
  position: relative;
}
.FR241009AW2 .article_section-01 .article_modelitem-col2 .article_modelitem-img04 {
  width: 36rem;
  position: absolute;
  top: -16rem;
  left: -38rem;
}
.FR241009AW2 .article_section-01 .article_modelitem-price > span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .FR241009AW2 .article_section-01 .article_modelitem-price {
    position: absolute;
    left: -38rem;
    bottom: 23.7rem;
  }
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-01 {
    margin-top: calc(148*(100vw / 750));
  }
  .FR241009AW2 .article_section-01 .article_modelitem {
    display: block;
    width: var(--width-primary);
    margin-left: 0;
  }
  .FR241009AW2 .article_section-01 .article_modelitem-col {
    width: calc(659.5*(100vw / 750));
    margin-left: 0;
    overflow: hidden;
  }
  /* .FR241009AW2 .article_section-01 .article_modelitem-slider_sp2 {
    width: calc(659.5*(100vw / 750));
  } */
  .FR241009AW2 .article_section-01 .article_modelitem-img {
    width: 100%;
  }
  .FR241009AW2 .article_section-01 .article_modelitem-col2 {
    width: var(--width-primary);
    height: calc(1427*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
    position: relative;
  }
  .FR241009AW2 .article_section-01 .article_modelitem-img03 {
    width: calc(620*(100vw / 750));
    margin-left: calc(130*(100vw / 750));
  }
  .FR241009AW2 .article_section-01 .article_modelitem-col2 .article_modelitem-img02 {
    width: calc(600*(100vw / 750));
    position: absolute;
    left: 0;
    top: initial;
    bottom: calc(107*(100vw / 750));
    z-index: 5;
  }
  .FR241009AW2 .article_section-01 .article_modelitem-price {
    position: absolute;
    left: calc(40*(100vw / 750));
    bottom: calc(-115*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-02 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-02 .article_modelitem {
  width: 87rem;
  margin-left: 21.5rem;
  display: flex;
  justify-content: space-between;
  row-gap: 5rem;
}
.FR241009AW2 .article_section-02 .article_modelitem-col {
  width: 51rem;
}
.FR241009AW2 .article_section-02 .article_modelitem-col2 {
  width: 31rem;
  margin-top: 8rem;
}
.FR241009AW2 .article_section-02 .article_modelitem-slider_sp {
  width: 31rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 2rem;
}
.FR241009AW2 .article_section-02 .article_modelitem-price {
  margin-top: 2.6rem;
}
.FR241009AW2 .article_section-02 .article_modelitem-price > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-02 {
    margin-top: calc(195* 100vw / 750);
  }
  .FR241009AW2 .article_section-02 .article_modelitem {
    display: block;
    width: var(--width-primary);
    margin-left: 0;
  }
  .FR241009AW2 .article_section-02 .article_modelitem-col {
    width: calc(640*100vw/750);
    margin: 0 auto;
  }
  .FR241009AW2 .article_section-02 .article_modelitem-col2 {
    width: calc(750*(100vw / 750));
    margin-top: calc(59*(100vw / 750));
  }
  .FR241009AW2 .article_section-02 .article_modelitem-slider_sp {
    width: calc(750*(100vw / 750));
    display: block;
  }
  .FR241009AW2 .article_section-02 .article_modelitem-slider_sp .article_modelitem-img {
    width: calc(520*(100vw / 750));
  }
  .FR241009AW2 .article_section-02 .article_modelitem-price {
    text-align: center;
    margin-top: calc(32* 100vw / 750)
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-03 .article_section-inner {
  top: -10rem;
  left: 0;
}
.FR241009AW2 .article_section-03 .article_modelitem {
  display: grid;
  width: 113.5rem;
  grid-template-columns: 33.5rem 42.6rem;
  grid-template-rows: 7rem 34rem;
  margin-left: 6rem;
}
.FR241009AW2 .article_section-03 .article_modelitem-col {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 33rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 4rem;
}
.FR241009AW2 .article_section-03 .article_modelitem-img01 {
  width: 24rem;
  margin-left: 9rem;
}
.FR241009AW2 .article_section-03 .article_modelitem-col2 {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}
.FR241009AW2 .article_section-03 .article_modelitem-img03 {
  width: 40.5rem;
}
.FR241009AW2 .article_section-03 .article_modelitem-col3 {
  grid-column: 3;
  grid-row: 3;
}
.FR241009AW2 .article_section-03 .article_modelitem-title {
  margin-left: 2.2rem;
  white-space: nowrap;
}
.FR241009AW2 .article_section-03 .article_modelitem-price {
  text-align: center;
  margin-top: 2.7rem;
}
.FR241009AW2 .article_section-03 .article_modelitem-price > span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-03 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR241009AW2 .article_section-03 .article_section-inner {
    top: 0;
    left: 0;
  }
  .FR241009AW2 .article_section-03 .article_modelitem {
    display: block;
    width: var(--width-primary);
    margin-left: 0;
  }
  .FR241009AW2 .article_section-03 .article_modelitem-col {
    width: var(--width-primary);
    height: calc(1030*(100vw / 750));
    display: block;
    position: relative;
  }
  .FR241009AW2 .article_section-03 .article_modelitem-img01 {
    width: calc(390*(100vw / 750));
    margin-left: calc(360*(100vw / 750));
  }
  .FR241009AW2 .article_section-03 .article_modelitem-img02 {
    width: calc(480*(100vw / 750));
    position: absolute;
    left: 0;
    top: calc(390*(100vw / 750));
    z-index: 1;
  }
  .FR241009AW2 .article_section-03 .article_modelitem-title {
    width: fit-content;
    position: absolute;
    /* left: calc(22*(100vw / 750)); */
    top: calc(120*(100vw / 750));
    margin-left: calc(44*(100vw / 750));
    z-index: 5;
  }
  .FR241009AW2 .article_section-03 .article_modelitem-title span {
    display: block;
  }
  .FR241009AW2 .article_section-03 .article_modelitem-title span:nth-of-type(2) {
    margin-left: calc(79*(100vw / 750));
  }
  .FR241009AW2 .article_section-03 .article_modelitem-col2 {
    width: var(--width-primary);
    margin-top: calc(60*(100vw / 750));
  }
  .FR241009AW2 .article_section-03 .article_modelitem-img03 {
    width: 100%;
  }
  .FR241009AW2 .article_section-03 .article_modelitem-price {
    text-align: center;
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-04 {
  margin-top: 6rem;
}
.FR241009AW2 .article_section-04 .article_modelitem {
  width: 62rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 2rem;
}
.FR241009AW2 .article_section-04 .article_modelitem-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 2rem;
}
.FR241009AW2 .article_section-04 .article_modelitem-col .article_modelitem-img01 {
  width: 30rem;
}
.FR241009AW2 .article_section-04 .article_modelitem-col .article_modelitem-img02 {
  width: 30rem;
}
.FR241009AW2 .article_section-04 .article_modelitem-col2 {
  width: 100%;
  position: relative;
}
.FR241009AW2 .article_section-04 .article_modelitem-slider_sp3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 2rem;
}
.FR241009AW2 .article_section-04 .article_modelitem-slider_sp3 .article_modelitem-img02 {
  width: 30rem;
}
.FR241009AW2 .article_section-04 .article_modelitem-price {
  position: absolute;
  bottom: -0.7rem;
  right: -14.4rem;
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-04 {
    margin-top: calc(189*(100vw / 750));
  }
  .FR241009AW2 .article_section-04 .article_modelitem {
    width: var(--width-primary);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: calc(60*(100vw / 750));
  }
  .FR241009AW2 .article_section-04 .article_modelitem-col {
    width: calc(560*(100vw / 750));
    display: block;
    margin-left: 0;
  }
  .FR241009AW2 .article_section-04 .article_modelitem-col .article_modelitem-img01 {
    width: 100%;
  }
  .FR241009AW2 .article_section-04 .article_modelitem-slider_sp3 {
    display: block;
  }
  .FR241009AW2 .article_section-04 .article_modelitem-slider_sp3 .article_modelitem-img02 {
    width: calc(600*(100vw / 750));
  }
  .FR241009AW2 .article_section-04 .article_modelitem-price {
    position: static;
    text-align: center;
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-05 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-05 .article_modelitem {
  width: 110rem;
  height: 66rem;
  margin: 0 auto;
  position: relative;
}
.FR241009AW2 .article_section-05 .article_modelitem-col {
  width: 44rem;
  margin: 0 auto;
}
.FR241009AW2 .article_section-05 .article_modelitem-col2 {
  width: 110rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 9.75rem;
  z-index: 0;
}
.FR241009AW2 .article_section-05 .article_modelitem-slider_sp2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 48rem;
}
.FR241009AW2 .article_section-05 .article_modelitem-img {
  width: 31rem;
}
.FR241009AW2 .article_section-05 .article_modelitem-price {
  margin-top: 13.3rem;
  text-align: center;
}
.FR241009AW2 .article_section-05 .article_modelitem-price span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-05 {
    margin-top: calc(191*(100vw / 750));
  }
  .FR241009AW2 .article_section-05 .article_modelitem {
    width: var(--width-primary);
    height: fit-content;
  }
  .FR241009AW2 .article_section-05 .article_modelitem-col {
    width: calc(600*(100vw / 750));
  }
  .FR241009AW2 .article_section-05 .article_modelitem-col2 {
    width: var(--width-primary);
    margin-top: calc(70*(100vw / 750));
    position: static;
  }
  .FR241009AW2 .article_section-05 .article_modelitem-slider_sp2 {
    display: block;
  }
  .FR241009AW2 .article_section-05 .article_modelitem-img {
    width: var(--width-primary);
  }
  .FR241009AW2 .article_section-05 .article_modelitem-price {
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-06 {
  margin-top: 21.2rem;
}
.FR241009AW2 .article_section-06 .article_modelitem {
  width: 128rem;
  height: 88rem;
  margin: 0 auto;
  position: relative;
}
.FR241009AW2 .article_section-06 .article_modelitem-slider_sp2 {
  width: 90.6rem;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
}
.FR241009AW2 .article_section-06 .article_modelitem-img:first-of-type {
  width: 48.6rem;
}
.FR241009AW2 .article_section-06 .article_modelitem-img:nth-of-type(2) {
  width: 42rem;
  margin-top: 32rem;
}
.FR241009AW2 .article_section-06 .article_modelitem-title {
  width: fit-content;
  position: absolute;
  left: 27.2rem;
  bottom: 7.1rem;
  z-index: 3;
}
.FR241009AW2 .article_section-06 .article_modelitem-title span {
  display: block;
}
.FR241009AW2 .article_section-06 .article_modelitem-title span:nth-of-type(2) {
  margin-left: 4.7rem;
}
.FR241009AW2 .article_section-06 .article_modelitem-col2 {
  width: 28.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.FR241009AW2 .article_section-06 .article_modelitem-price {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-06 {
    margin-top: calc(189*(100vw / 750));
  }
  .FR241009AW2 .article_section-06 .article_modelitem {
    width: var(--width-primary);
    height: fit-content;
  }
  .FR241009AW2 .article_section-06 .article_modelitem-col {
    position: relative;
  }
  .FR241009AW2 .article_section-06 .article_modelitem-slider_sp2 {
    width: calc(675*(100vw / 750));
    margin-left: 0;
    display: block;
  }
  .FR241009AW2 .article_section-06 .article_modelitem-img:first-of-type {
    width: calc(675*(100vw / 750));
  }
  .FR241009AW2 .article_section-06 .article_modelitem-img:nth-of-type(2) {
    width: calc(675*(100vw / 750));
    margin-top: 0;
  }
  .FR241009AW2 .article_section-06 .article_modelitem-title {
    position: absolute;
    left: calc(44*(100vw / 750));
    bottom: calc(-187*(100vw / 750));
    z-index: 10;
  }
  .FR241009AW2 .article_section-06 .article_modelitem-title span:nth-of-type(2) {
    margin-left: calc(61*(100vw / 750));
  }
  .FR241009AW2 .article_section-06 .article_modelitem-col2 {
    width: calc(558*(100vw / 750));
    margin-top: calc(151*(100vw / 750));
    margin-left: calc(192*(100vw / 750));
    position: static;
  }
  .FR241009AW2 .article_section-06 .article_modelitem-price {
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-07 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-07 .article_modelitem {
  width: 60rem;
  margin: 0 auto;
}
.FR241009AW2 .article_section-07 .article_modelitem-col {
  width: 100%;
  position: relative;
}
.FR241009AW2 .article_section-07 .article_modelitem-price {
  position: absolute;
  right: -13.9rem;
  bottom: -0.7rem;
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-07 {
    margin-top: calc(188*(100vw / 750));
  }
  .FR241009AW2 .article_section-07 .article_modelitem {
    width: var(--width-primary);
  }
  .FR241009AW2 .article_section-07 .article_modelitem-price {
    position: static;
    text-align: center;
    margin-top: calc(31*(100vw / 750));
  }
  
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-08 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-08 .article_modelitem {
  width: 93.4rem;
  margin-left: 34rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 7rem;
}
.FR241009AW2 .article_section-08 .article_modelitem-col {
  width: 56.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}
.FR241009AW2 .article_section-08 .article_modelitem-col2 {
  width: 30rem;
  margin-top: 15.6rem;
}
.FR241009AW2 .article_section-08 .article_modelitem-price {
  margin-top: 2.6rem;
}
.FR241009AW2 .article_section-08 .article_modelitem-price span {
  display: inline-block;
}


@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-08 {
    margin-top: calc(191*(100vw / 750));
  }
  .FR241009AW2 .article_section-08 .article_modelitem {
    width: calc(710*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
    flex-direction: column;
    row-gap: calc(60*(100vw / 750));
  }
  .FR241009AW2 .article_section-08 .article_modelitem-col {
    width: calc(630*(100vw / 750));
    margin-left: calc(80*(100vw / 750));
    row-gap: calc(20*(100vw / 750));
  }
  .FR241009AW2 .article_section-08 .article_modelitem-col2 {
    width: calc(580*(100vw / 750));
    margin-top: 0;
    margin-left: 0;
  }
  .FR241009AW2 .article_section-08 .article_modelitem-price {
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_09
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-09 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-09 .article_modelitem {
  width: 85rem;
  margin-left: 16rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 5rem;
  position: relative;
}
.FR241009AW2 .article_section-09 .article_modelitem-col {
  width: 32rem;
}
.FR241009AW2 .article_section-09 .article_modelitem-col2 {
  width: 48rem;
  margin-top: 12rem;
}
.FR241009AW2 .article_section-09 .article_modelitem-price {
  position: absolute;
  right: 0;
  bottom: 26.3rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-09 {
    margin-top: calc(189*(100vw / 750));
  }
  .FR241009AW2 .article_section-09 .article_modelitem {
    width: calc(710*(100vw / 750));
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241009AW2 .article_section-09 .article_modelitem-col {
    width: calc(500*(100vw / 750));
    margin-left: calc(210*(100vw / 750));
  }
  .FR241009AW2 .article_section-09 .article_modelitem-col2 {
    width: calc(660*(100vw / 750));
    margin-left: 0;
    margin-top: calc(60*(100vw / 750));
  }
  .FR241009AW2 .article_section-09 .article_modelitem-price {
    position: static;
    text-align: left;
    margin-top: calc(31*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_10
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-10 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-10 .article_modelitem {
  width: 85rem;
  margin-left: 27.5rem;
  display: flex;
  justify-content: space-between;
  row-gap: 5rem;
  position: relative;
}
.FR241009AW2 .article_section-10 .article_modelitem-col {
  width: 50rem;
}
.FR241009AW2 .article_section-10 .article_modelitem-col2 {
  width: 30rem;
  margin-top: 31.2rem;
}
.FR241009AW2 .article_section-10 .article_modelitem-col2 .article_modelitem-title {
  text-align: center;
  margin-left: 0.3rem;
}
.FR241009AW2 .article_section-10 .article_modelitem-col2 .article_modelitem-img {
  margin-top: 6rem;
}
.FR241009AW2 .article_section-10 .article_modelitem-price {
  position: absolute;
  left: 0;
  bottom: -5rem;
}
.FR241009AW2 .article_section-10 .article_modelitem-price span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-10 {
    margin-top: calc(188*(100vw / 750));
  }
  .FR241009AW2 .article_section-10 .article_modelitem {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241009AW2 .article_section-10 .article_modelitem-col {
    width: var(--width-primary);
  }
  .FR241009AW2 .article_section-10 .article_modelitem-col2 {
    width: calc(560*(100vw / 750));
    height: fit-content;
    margin: 0 auto;
    margin-top: calc(157*(100vw / 750));
    position: relative;
  }
  .FR241009AW2 .article_section-10 .article_modelitem-col2 .article_modelitem-title {
    position: absolute;
    top: calc(-109*(100vw / 750));
    left: calc(119*(100vw / 750));
    z-index: 5;
  }
  .FR241009AW2 .article_section-10 .article_modelitem-col2 .article_modelitem-img {
    margin-top: 0;
  }
  .FR241009AW2 .article_section-10 .article_modelitem-price {
    position: static;
    text-align: center;
    margin-top: calc(32*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_11
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-11 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-11 .article_modelitem {
  width: 128rem;
  height: 61.8rem;
  margin: 0 auto;
}
.FR241009AW2 .article_section-11 .article_modelitem-col {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.FR241009AW2 .article_section-11 .article_modelitem-slider_sp2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 45.6rem;
}
.FR241009AW2 .article_section-11 .article_modelitem-slider_sp2 .article_modelitem-img {
  width: 41.2rem;
}
.FR241009AW2 .article_section-11 .article_modelitem-col2 {
  width: 41.2rem;
  position: absolute;
  top: 0;
  left: 43.4rem;
  z-index: 5;
}
.FR241009AW2 .article_section-11 .article_modelitem-price {
  text-align: center;
  margin-top: 2.6rem;
}
.FR241009AW2 .article_section-11 .article_modelitem-price span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-11 {
    margin-top: calc(190*(100vw / 750));
  }
  .FR241009AW2 .article_section-11 .article_modelitem {
    width: calc(619.5*(100vw / 750));
    height: fit-content;
    margin-left: 0;
    overflow: hidden;
  }
  .FR241009AW2 .article_section-11 .article_modelitem-slider_sp2 {
    display: block;
  }
  .FR241009AW2 .article_section-11 .article_modelitem-slider_sp2 .article_modelitem-img {
    width: calc(620*(100vw / 750));
  }
  .FR241009AW2 .article_section-11 .article_modelitem-col2 {
    width: calc(620*(100vw / 750));
    position: static;
    margin-top: calc(20*(100vw / 750));
  }
  .FR241009AW2 .article_section-11 .article_modelitem-price {
    text-align: left;
    margin-top: calc(31*(100vw / 750));
    margin-left: calc(41*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_12
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-12 {
  margin-top: 20.4rem;
}
.FR241009AW2 .article_section-12 .article_modelitem {
  width: 70rem;
  height: 71rem;
  margin: 0 auto;
  position: relative;
}
.FR241009AW2 .article_section-12 .article_modelitem-col {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.FR241009AW2 .article_section-12 .article_modelitem-col .article_modelitem-img {
  width: 40rem;
  align-items: end;
}
.FR241009AW2 .article_section-12 .article_modelitem-col2 {
  width: 33rem;
  position: absolute;
  left: 0;
  top: 21.5rem;
  z-index: 5;
}
.FR241009AW2 .article_section-12 .article_modelitem-price {
  text-align: right;
  position: absolute;
  bottom: -0.7rem;
  left: -11.8rem;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-12 {
    margin-top: calc(191*(100vw / 750));
  }
  .FR241009AW2 .article_section-12 .article_modelitem {
    width: var(--width-primary);
    height: fit-content;
  }
  .FR241009AW2 .article_section-12 .article_modelitem-col {
    display: block;
  }
  .FR241009AW2 .article_section-12 .article_modelitem-col .article_modelitem-img {
    width: calc(600*(100vw / 750));
    margin-left: calc(150*(100vw / 750));
  }
  .FR241009AW2 .article_section-12 .article_modelitem-col2 {
    width: calc(560*(100vw / 750));
    position: static;
    margin-left: 0;
  }
  .FR241009AW2 .article_section-12 .article_modelitem-price {
    position: static;
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_13
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-13 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-13 .article_modelitem {
  width: 112rem;
  margin-left: 18rem;
  display: flex;
  justify-content: space-between;
  row-gap: 6rem;
}
.FR241009AW2 .article_section-13 .article_modelitem-col {
  width: 52rem;
}
.FR241009AW2 .article_section-13 .article_modelitem-col2 {
  width: 54rem;
  margin-top: 19.5rem;
}
.FR241009AW2 .article_section-13 .article_modelitem-slider_sp {
  width: 54rem;
  display: flex;
  justify-content: space-between;
  row-gap: 2rem;
}
.FR241009AW2 .article_section-13 .article_modelitem-slider_sp .article_modelitem-img {
  width: 26rem;
}
.FR241009AW2 .article_section-13 .article_modelitem-price {
  text-align: center;
  margin-top: 2.6rem;
}
.FR241009AW2 .article_section-13 .article_modelitem-price > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-13 {
    margin-top: calc(189* 100vw / 750);
  }
  .FR241009AW2 .article_section-13 .article_modelitem {
    display: block;
    width: var(--width-primary);
    margin-left: 0;
  }
  .FR241009AW2 .article_section-13 .article_modelitem-col {
    width: 100%;
  }
  .FR241009AW2 .article_section-13 .article_modelitem-col2 {
    width: calc(750*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
  }
  .FR241009AW2 .article_section-13 .article_modelitem-slider_sp {
    width: var(--width-primary);
    display: block;
  }
  .FR241009AW2 .article_section-13 .article_modelitem-slider_sp .article_modelitem-img {
    width: calc(530*(100vw / 750));
  }
  .FR241009AW2 .article_section-13 .article_modelitem-slider_sp .slick-list {
    padding: 0 0 0 calc(220*(100vw / 750)) !important;
}
  .FR241009AW2 .article_section-13 .article_modelitem-price {
    margin-top: calc(31* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_14
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-14 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-14 .article_modelitem {
  width: 86rem;
  height: 82.5rem;
  margin-left: 14rem;
  position: relative;
}
.FR241009AW2 .article_section-14 .article_modelitem-col {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.FR241009AW2 .article_section-14 .article_modelitem-col .article_modelitem-img {
  width: 49rem;
  align-items: end;
}
.FR241009AW2 .article_section-14 .article_modelitem-col2 {
  width: 45rem;
  position: absolute;
  left: 0;
  top: 52.5rem;
  z-index: 5;
}
.FR241009AW2 .article_section-14 .article_modelitem-price {
  position: absolute;
  bottom: -0.7rem;
  right: -14.4rem;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-14 {
    margin-top: calc(192*(100vw / 750));
  }
  .FR241009AW2 .article_section-14 .article_modelitem {
    width: var(--width-primary);
    height: calc(1397*(100vw / 750));
    margin-left: 0;
  }
  .FR241009AW2 .article_section-14 .article_modelitem-col .article_modelitem-img {
    width: calc(640*(100vw / 750));
  }
  .FR241009AW2 .article_section-14 .article_modelitem-col2 {
    width: calc(570*(100vw / 750));
    top: calc(910*(100vw / 750));
  }
  .FR241009AW2 .article_section-14 .article_modelitem-price {
    bottom: calc(-115*(100vw / 750));
    right: initial;
    left: calc(40*(100vw / 750));
    white-space: nowrap;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_15
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-15 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-15 .article_modelitem {
  display: flex;
  justify-content: space-between;
  width: 105.5rem;
  row-gap: 2rem;
  margin-left: 28.5rem;
}
.FR241009AW2 .article_section-15 .article_modelitem-col { 
  width: 49.5rem;
  margin-top: 19rem;
}
.FR241009AW2 .article_section-15 .article_modelitem-col2 {
  width: 54rem;
}
.FR241009AW2 .article_section-15 .article_modelitem-price {
  position: absolute;
  bottom: -0.7rem;
  left: 52.6rem;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-15 {
    margin-top: calc(199* 100vw / 750);
  }
  .FR241009AW2 .article_section-15 .article_modelitem {
    display: block;
    width: calc(750*100vw/750);
    margin-left: 0;
  }
  .FR241009AW2 .article_section-15 .article_modelitem-col {
    width: calc(615* 100vw / 750);
    margin: 0 auto;
    margin-top: 0;
  }
  .FR241009AW2 .article_section-15 .article_modelitem-col2 {
    width: var(--width-primary);
    margin-top: calc(70* 100vw / 750);
  }
  .FR241009AW2 .article_section-15 .article_modelitem-price {
    position: static;
    margin-top: calc(31*(100vw / 750));
    text-align: center;
}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_16
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-16 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-16 .article_modelitem {
  width: 96.5rem;
  margin-left: 22.5rem;
  display: flex;
  justify-content: space-between;
  row-gap: 5rem;
}
.FR241009AW2 .article_section-16 .article_modelitem-col {
  width: 61.5rem;
}
.FR241009AW2 .article_section-16 .article_modelitem-col2 {
  width: 30rem;
  margin-top: 25rem;
}
.FR241009AW2 .article_section-16 .article_modelitem-price {
  text-align: center;
  margin-top: 2.6rem;
}
.FR241009AW2 .article_section-16 .article_modelitem-price span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-16 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR241009AW2 .article_section-16 .article_modelitem {
    display: block;
    width: calc(750* 100vw / 750);
    margin-left: 0;
  }
  .FR241009AW2 .article_section-16 .article_modelitem-col {
    width: calc(750* 100vw / 750);
  }
  .FR241009AW2 .article_section-16 .article_modelitem-col2 {
    width: calc(540*100vw/750);
    margin-left: calc(170*(100vw / 750));
    margin-top: calc(60* 100vw / 750);
  }
  .FR241009AW2 .article_section-16 .article_modelitem-price {
    text-align: left;
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_17
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-17 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-17 .article_modelitem {
  width: 91rem;
  margin-left: 43rem;
  display: flex;
  justify-content: space-between;
  row-gap: 5rem;
  position: relative;
}
.FR241009AW2 .article_section-17 .article_modelitem-col {
  width: 36rem;
  margin-top: 10.5rem;
}
.FR241009AW2 .article_section-17 .article_modelitem-col2 {
  width: 50rem;
}
.FR241009AW2 .article_section-17 .text_box {
  width: 21.1rem;
  position: absolute;
  left: -13.6rem;
  top: 45.1rem;
  z-index: 5;
}
.FR241009AW2 .article_section-17 .article_modelitem-title {
  width: fit-content;
}
.FR241009AW2 .article_section-17 .article_modelitem-title span {
  display: block;
}
.FR241009AW2 .article_section-17 .article_modelitem-price {
  margin-top: 2.7rem;
  white-space: nowrap;
}
.FR241009AW2 .article_section-17 .article_modelitem-price > span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-17 {
    margin-top: calc(189* 100vw / 750);
  }
  .FR241009AW2 .article_section-17 .article_modelitem {
    display: block;
    width: calc(680*(100vw / 750));
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241009AW2 .article_section-17 .article_modelitem-col {
    width: calc(570*(100vw / 750));
    margin-top: 0;
    position: relative;
  }
  .FR241009AW2 .article_section-17 .article_modelitem-col2 {
    width: calc(620*(100vw / 750));
    margin-top: calc(155*(100vw / 750));
    margin-left: calc(60*(100vw / 750));
  }
  .FR241009AW2 .article_section-17 .article_modelitem-title {
    position: absolute;
    left: calc(255*(100vw / 750));
    top: calc(820*(100vw / 750));
    z-index: 5;
  }
  .FR241009AW2 .article_section-17 .article_modelitem-title span {
    display: block;
  }
  .FR241009AW2 .article_section-17 .article_modelitem-title span:first-of-type {
    margin-left: calc(140*(100vw / 750));
  }
  .FR241009AW2 .article_section-17 .text_box {
    width: fit-content;
    position: static;
  }
  .FR241009AW2 .article_section-17 .article_modelitem-price {
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_18
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-18 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-18 .article_modelitem {
  width: 87rem;
  margin-left: 6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 2rem;
  position: relative;
}
.FR241009AW2 .article_section-18 .article_modelitem-col {
  width: 45rem;
}
.FR241009AW2 .article_section-18 .article_modelitem-col2 {
  width: 40rem;
}
.FR241009AW2 .article_section-18 .article_modelitem-price {
  position: absolute;
  bottom: -0.7rem;
  right: -64.1rem;
}

@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-18 {
    margin-top: calc(192* 100vw / 750);
  }
  .FR241009AW2 .article_section-18 .article_modelitem {
    width: calc(600* 100vw / 750);
    margin-left: calc(150*(100vw / 750));
    flex-direction: column;
    row-gap: 0;
  }
  .FR241009AW2 .article_section-18 .article_modelitem-col {
    width: 100%;
  }
  .FR241009AW2 .article_section-18 .article_modelitem-col2 {
    width: 100%;
    margin-top: calc(20*(100vw / 750));
  }
  .FR241009AW2 .article_section-18 .article_modelitem-price {
    position: static;
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_19
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-19 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-19 .article_modelitem {
  width: 74rem;
  margin: 0 auto;
}
.FR241009AW2 .article_section-19 .article_modelitem-slider_sp2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 2rem;
  position: relative;
}
.FR241009AW2 .article_section-19 .article_modelitem-img {
  width: 39rem;
}
.FR241009AW2 .article_section-19 .article_modelitem-img:nth-of-type(2) {
  width: 33rem;
  margin-top: 18rem;
}
.FR241009AW2 .article_section-19 .article_modelitem-price {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  z-index: 5;
}
.FR241009AW2 .article_section-19 .article_modelitem-price span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-19 {
    margin-top: calc(190* 100vw / 750);
  }
  .FR241009AW2 .article_section-19 .article_modelitem {
    width: calc(750* 100vw / 750);
  }
  .FR241009AW2 .article_section-19 .article_modelitem-slider_sp2 {
    display: block;
  }
  .FR241009AW2 .article_section-19 .article_modelitem-img {
    width: 100%;
  }
  .FR241009AW2 .article_section-19 .article_modelitem-img:nth-of-type(2) {
    width: 100%;
    margin-top: 0;
  }
  .FR241009AW2 .article_section-19 .article_modelitem-price {
    position: static;
    text-align: center;
    margin-top: calc(30*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_20
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_section-20 {
  margin-top: 16rem;
}
.FR241009AW2 .article_section-20 .article_section-inner {
  height: 155.6rem;
}
.FR241009AW2 .article_section-20 .article_modelitem {
  width: 86rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 2rem;
}
.FR241009AW2 .article_section-20 .article_modelitem-col { 
  width: 100%;
  position: relative;
}
.FR241009AW2 .article_section-20 .article_modelitem-col .article_modelitem-img01 { 
  width: 44rem;
  margin-left: 0;
}
.FR241009AW2 .article_section-20 .article_modelitem-col .article_modelitem-img02 { 
  width: 40rem;
  position: absolute;
  top: 29rem;
  right: 0;
}
.FR241009AW2 .article_section-20 .article_modelitem-col .article_modelitem-title { 
  width: fit-content;
  position: absolute;
  top: 14.1rem;
  right: 8.4rem;
  text-align: center;
}
.FR241009AW2 .article_section-20 .article_modelitem-col .article_modelitem-title span { 
  display: block;
}
.FR241009AW2 .article_section-20 .article_modelitem-col2 { 
  width: 100%;
  position: relative;
}
.FR241009AW2 .article_section-20 .article_modelitem-col2 .article_modelitem-img03 { 
  width: 44rem;
  margin-left: 0;
}
.FR241009AW2 .article_section-20 .article_modelitem-col2 .article_modelitem-img04 { 
  width: 40rem;
  position: absolute;
  top: 26.5rem;
  right: 0;
}
.FR241009AW2 .article_section-20 .article_modelitem-col2 .article_modelitem-end { 
  width: fit-content;
  position: absolute;
  bottom: -25.9rem;
  right: -0.3rem;
}
.FR241009AW2 .article_section-20 .article_modelitem-price {
  position: absolute;
  left: -46rem;
  bottom: 13.2rem;
}
.FR241009AW2 .article_section-20 .article_modelitem-price span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_section-20 {
    margin-top: calc(283*(100vw / 750));
  }
  .FR241009AW2 .article_section-20 .article_section-inner {
    height: fit-content;
  }
  .FR241009AW2 .article_section-20 .article_modelitem {
    width: var(--width-primary);
    flex-direction: column;
    row-gap: 0;
  }
  .FR241009AW2 .article_section-20 .article_modelitem-col { 
    width: calc(640*(100vw / 750));
    margin: 0 auto;
  }
  .FR241009AW2 .article_section-20 .article_modelitem-col .article_modelitem-title { 
    top: calc(-104*(100vw / 750));
    right: calc(136*(100vw / 750));
    z-index: 5;
  }
  .FR241009AW2 .article_section-20 .article_modelitem-col2 { 
    margin-top: calc(60*(100vw / 750));
    height: calc(1627*(100vw / 750));
  }
  .FR241009AW2 .article_section-20 .article_modelitem-col2 .article_modelitem-img02 { 
    width: calc(460*(100vw / 750));
    margin-left: 0;
  }
  .FR241009AW2 .article_section-20 .article_modelitem-col2 .article_modelitem-img04 { 
    width: calc(600*(100vw / 750));
    position: absolute;
    top: calc(620*(100vw / 750));
    right: 0;
    z-index: 3;
  }
  .FR241009AW2 .article_section-20 .article_modelitem-price {
    position: absolute;
    left: calc(1*(100vw / 750));
    bottom: calc(-115*(100vw / 750));
    white-space: nowrap;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ENDVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .endview {
  margin-top: 12.5rem;
  border-bottom: 0.1rem solid var(--color-gray);
}
.FR241009AW2 .c-text_btn {
  text-align: center;
}
.FR241009AW2 .c-text_btn > a {
  padding-block: 0.6rem;
  border-bottom: 0.3rem double var(--color-gray);;
}
.FR241009AW2 .c-text_staff {
  text-align: center;
  margin-block: 13.7rem 13.2rem;
}
.FR241009AW2 .c-text_staff .block_ch {
  display: inline-block;
}
/* .FR241009AW2 .c-text_staff .change_font {
  font-family: var(--font-ja);
  font-weight: 200;
} */
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .FR241009AW2 .endview {
    width: calc(1100*100vw/1400);
    margin: 0 auto;
    margin-top: calc(141*100vw/1400);
    border-bottom: calc(1*100vw/1400) solid  var(--color-gray);
  }
  .FR241009AW2 .c-text_btn > a {
    padding-bottom: calc(1*100vw/1400);
  }
  .FR241009AW2 .c-text_staff {
    margin-block: calc(145*100vw/1400) calc(136*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .endview {
    width: calc(750*100vw/750);
    margin-top: calc(157* 100vw / 750);
    border-bottom: 0;
  }
  .FR241009AW2 .c-text_btn > a {
    padding-block: calc(13* 100vw / 750);
  }
  .FR241009AW2 .c-text_staff {
    margin-block: calc(155* 100vw / 750) calc(149* 100vw / 750);
  }
  .FR241009AW2 .c-text_staff .block_ch {
    display: none;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SLICK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .article_modelitem-slider .slick-list img {
  width: 100%;
}
.FR241009AW2 .article_modelitem-slider .slick-list {
  padding: 0 15rem 0 0;
}
.FR241009AW2 .article_modelitem-slider .slick-slide {
  margin-right: 2rem;
}
.FR241009AW2 .article_modelitem-slider_sp .slick-list img {
  width: 100%;
}
.FR241009AW2 .article_modelitem-slider_sp2 .slick-list img {
  width: 100%;
}
.FR241009AW2 .article_modelitem-slider_sp3 .slick-list img {
  width: 100%;
}
.FR241009AW2 .article_modelitem-slider_sp .slick-list {
  padding: 0 15rem 0 0;
}
.FR241009AW2 .article_modelitem-slider_sp .slick-slide {
  margin-right: 2rem;
}
.FR241009AW2 .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 1rem;
  left: 0.4rem;
}
.FR241009AW2 .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
.FR241009AW2 .slick-dots li.slick-active button {
  background: var(--color-black);
}
.FR241009AW2 .slick-dots li {
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .article_modelitem-slider .slick-list {
    padding: 0 calc(180*(100vw / 750)) 0 0 !important;
  }
  .FR241009AW2 .article_modelitem-slider .slick-slide {
    margin-right: calc(30*(100vw / 750)) !important;
  }
  .FR241009AW2 .article_modelitem-slider_sp .slick-list {
    padding: 0 0 0 calc(230*(100vw / 750)) !important;
  }
  .FR241009AW2 .article_modelitem-slider_sp .slick-slide {
    margin-right: calc(30*(100vw / 750)) !important;
  }
  .FR241009AW2 .article_modelitem-slider_sp3 .slick-list {
    padding: 0 calc(75*(100vw / 750)) 0 calc(75*(100vw / 750)) !important;
  }
  .FR241009AW2 .article_modelitem-slider_sp3 .slick-slide {
    margin-right: calc(30*(100vw / 750)) !important;
  }
  .FR241009AW2 .slick-dots {
    bottom: calc(20*100vw/750);
    left: calc(8*100vw/750);
  }
  .FR241009AW2 .slick-dots li button {
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
    border: 1px solid var(--color-white);
  }
  .FR241009AW2 .slick-dots li.slick-active button {
    background: var(--color-white);
  }
  .FR241009AW2 .slick-dots li { 
    margin: 0 calc(11*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ANIMATION
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
  
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.FR241009AW2 .fadeUpTrigger{
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .FR241009AW2 .js-fade,
  .FR241009AW2 .fade_pc {
    opacity: 0;
    transform: translateY(100px);
  }
  .FR241009AW2 .fade_pc.active,
  .FR241009AW2 .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .FR241009AW2 .js-fade,
  .FR241009AW2 .fade_sp {
    opacity: 0;
    transform: translateY(100px);
  }
  .FR241009AW2 .fade_sp.active,
  .FR241009AW2 .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}

/* ===============================================### 
サイドテキスト
###=============================================== */
.FR241009AW2 .side__text {
  position: fixed;
  top: 50%;
  right: 6.2rem;
  width: 1.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 800;
  /* transform: rotate(90deg); */
}
.FR241009AW2 .side__text .font_en {
  font-weight: 500;
}
.FR241009AW2 .side__text p {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}
.FR241009AW2 .side__text span {
    margin-left: 1rem;
}
.FR241009AW2 .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) {
  .FR241009AW2 .side__text .txt_number {
    font-size: 1.1rem;
  }
}

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

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

.FR241009AW2 .js-show-text.is-active {
  opacity: 1;
  transition: opacity 1s ease;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                              FLOATING BANNER
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241009AW2 .floating_b {
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 0px;
  position: fixed;
  z-index: 999;
  cursor: pointer;
  background-color: var(--color-lightgray);
}
.FR241009AW2 .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 2.2rem;
  width: fit-content;
  margin-inline: auto;
  /* background-color: var(--color-lightgray); */
  position: relative;
}
.FR241009AW2 .flo_Pre {
  width: 32rem;
}
.FR241009AW2 .flo_bn {
  width: 29rem;
  margin-top: 1.1rem;
}
.FR241009AW2 .flo_MainWhole::after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  top: 4.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-black);
  pointer-events: none;
  z-index: -1;
}
.FR241009AW2 .flo_img {
  width: 25.6rem;
  margin-top: 0.2rem;
  margin-bottom: -0.8rem;
}

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

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

@media screen and (max-width: 767px) {
  .FR241009AW2 .floating_b {
    width: calc(750*(100vw / 750));
  }
  .FR241009AW2 .flo_MainWhole {
    row-gap: calc(20* 100vw / 750);
    padding: calc(40* 100vw / 750) 0 calc(39* 100vw / 750);
  }
  .FR241009AW2 .flo_MainWhole::after {
    height: 1px;
    top: calc(82*(100vw / 750));
  }
  .FR241009AW2 .flo_Pre {
    width: calc(469*(100vw / 750));
  }
  .FR241009AW2 .flo_bn {
    width: calc(418*(100vw / 750));
    margin-top: calc(26* 100vw / 750);
  }
  .FR241009AW2 .flo_img {
    width: calc(352*(100vw / 750));
    margin-top: calc(2* 100vw / 750);
    margin-bottom: calc(-8* 100vw / 750);
  }
}