@charset "UTF-8";
html {
  font-size: 62.5%;
}
/* @media screen and (max-width: 1400px) {
  .win .FR241114off > 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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off {
  --font-yuMincho: "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-hiragino: "Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3", "Hiragino Sans", sans-serif;
  --font-dnp: "dnp-shuei-mincho-pr6n", sans-serif;
  --font-miller: "miller-banner", serif;
  --color-gray: #58595B;
  --color-white: #fff;
  --color-black: #000;
  --color-lightbrown: #CCBDAC;
  --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;
}
.FR241114off .article_section {
  position: relative;
  z-index: 2;
}
/* .FR241114off section {
  margin-inline: auto;
} */
.FR241114off picture {
  width: 100%;
  height: 100%;
}
.FR241114off img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .FR241114off {
    --width-primary: 140rem;
    --fz-text_fv_lead: 1.3rem;
    --fz-text_credit: 1.2rem;
    --fz-text_btn: 2rem;
    --fz-text_staff: 1.2rem;
  }
  .FR241114off .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .FR241114off {
    --width-primary: calc(750*100vw/750);
    --fz-text_fv_lead: calc(28*100vw/750);
    --fz-text_credit: calc(24*100vw/750);
    --fz-text_btn: calc(40*100vw/750);
    --fz-text_staff: calc(25*100vw/750);
  }
  .FR241114off .pc_only {
    display: none !important;
  }
}

.FR241114off figure[data-bg="bg-white"] {
  position: relative;
  z-index: 2;
}
.FR241114off 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;
}
.FR241114off picture[data-bg="bg-white"] {
  position: relative;
  z-index: 2;
}
.FR241114off 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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .firstview_lead {
  font-size: var(--fz-text_fv_lead);
  line-height: 2.1;
  letter-spacing: 0.16em;
  font-family: var(--font-dnp);
  font-weight: var(--fw-regular);
  color: var(--color-black);
}
.FR241114off .article_modelitem-price {
  font-size: var(--fz-text_credit);
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-family: var(--font-miller);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}
.FR241114off .c-text_btn {
  width: fit-content;
  margin-inline: auto;
  font-size: var(--fz-text_btn);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: var(--font-miller);
  font-weight: var(--fw-regular);
  color: var(--color-black);
}
.FR241114off .c-text_staff {
  font-size: var(--fz-text_staff);
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-family: var(--font-miller);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}
.FR241114off .c-text_staff .ja {
  font-family: var(--font-dnp);
}

@media screen and (max-width: 767px) {
  .FR241114off .firstview_lead {
    letter-spacing: 0.146em;
  }
  .FR241114off .c-text_btn {
    line-height: 1.35;
    padding-bottom: calc(10*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                FIRSTVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .firstview {
  width: 120rem;
  margin: 0 auto;
}
.FR241114off .firstview_lead {
  text-align: center;
  margin-top: 5.9rem;
}

@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);
  }
}
@media screen and (max-width: 767px) {
  .FR241114off .firstview {
    width: calc(750*100vw/750);
  }
  .FR241114off .firstview_lead {
    margin-top: calc(107* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
CONTENTS_COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .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) {
  .FR241114off .side_img {
    width: calc(10.9131*100vw/1400);
    right: calc(21*100vw/1400);
  }
}
@media screen and (max-width: 767px) {
  .FR241114off .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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section {
  width: 100%;
  margin: 0 auto;
}
.FR241114off .article_section-inner,
.FR241114off .article_section-wrapper {
  position: relative;
}
.FR241114off .sec_title {
  pointer-events: none;
}
.FR241114off .img_title {
  pointer-events: none;
}
.FR241114off .article_modelitem-price > span {
  display: block;
}
.FR241114off .article_modelitem-price > span > span {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {

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

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-01 {
  margin-top: 9.3rem;
}
.FR241114off .article_section-01::before {
  position: absolute;
  content: "";
  bottom: -16rem;
  background-color: var(--color-lightbrown);
  width: 100%;
  height: 163.8rem;
  z-index: -1;
}
.FR241114off .article_section-01 .article_modelitem {
  width: var(--width-primary);
  margin: 0 auto;
}
.FR241114off .article_section-01 .article_section-flex {
  width: 113.5rem;
  margin-left: 12.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 22rem;
}
.FR241114off .article_section-01 .article_modelitem-col01 {
  width: 58.5rem;
}
.FR241114off .article_section-01 .article_modelitem-col02 {
  width: 33rem;
  margin-top: 52rem;
  position: relative;
}
.FR241114off .article_section-01 .sec_title {
  width: 9.2rem;
  position: absolute;
  top: -9.4rem;
  right: 1.9rem;
  z-index: 5;
}
.FR241114off .article_section-01 .article_modelitem-col3 {
  width: 46.5rem;
  margin-top: 12rem;
  margin-left: 52rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .FR241114off .article_section-01 .article_modelitem-price {
    width: 14.5rem;
    position: absolute;
    right: -17.5rem;
    bottom: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .FR241114off .article_section-01 {
    margin-top: calc(246*(100vw / 750));
  }
  .FR241114off .article_section-01::before {
    bottom: calc(-195*(100vw / 750));
    height: calc(3048*(100vw / 750));
  }
  .FR241114off .article_section-01 .article_section-flex {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: calc(120*(100vw / 750));
  }
  .FR241114off .article_section-01 .article_modelitem-col01 {
    width: 100%;
    position: relative;
  }
  .FR241114off .article_section-01 .article_modelitem-col02 {
    width: calc(480*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
    margin-top: 0;
  }
  .FR241114off .article_section-01 .sec_title {
    width: calc(153*(100vw / 750));
    position: absolute;
    top: calc(-125*(100vw / 750));
    right: initial;
    left: calc(43*(100vw / 750));
  }
  .FR241114off .article_section-01 .article_modelitem-col3 {
    width: calc(645*(100vw / 750));
    margin-top: calc(80*(100vw / 750));
    margin-left: calc(105*(100vw / 750));
  }
  .FR241114off .article_section-01 .article_modelitem-price {
    position: static;
    margin-top: calc(30*(100vw / 750));
    width: calc(645*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-02 {
  margin-top: 16rem;
}
.FR241114off .article_section-02::before {
  position: absolute;
  content: "";
  top: 0;
  background-color: var(--color-lightbrown);
  width: 100%;
  height: 101.2rem;
  z-index: -1;
}
.FR241114off .article_section-02 .article_section-inner {
  width: var(--width-primary);
  margin: 0 auto;
}
.FR241114off .article_section-02 .article_modelitem {
  width: 118.5rem;
  margin-left: 9rem;
  display: flex;
  justify-content: space-between;
  row-gap: 22.5rem;
  position: relative;
}
.FR241114off .article_section-02 .article_modelitem-col {
  width: 60rem;
}
.FR241114off .article_section-02 .article_modelitem-col2 {
  width: 36rem;
  margin-top: 31.5rem;
  position: relative;
}
.FR241114off .article_section-02 .sec_title {
  width: 10.5rem;
  position: absolute;
  top: -7.7rem;
  right: 0.7rem;
  z-index: 5;
}
.FR241114off .article_section-02 .article_modelitem-price {
  width: 10rem;
  position: absolute;
  left: 0;
  bottom: 31.6rem;
}

@media screen and (max-width: 767px) {
  .FR241114off .article_section-02 {
    margin-top: calc(191* 100vw / 750);
  }
  .FR241114off .article_section-02::before {
    height: calc(2351*(100vw / 750));
  }
  .FR241114off .article_section-02 .article_modelitem {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241114off .article_section-02 .article_modelitem-col {
    width: calc(675*(100vw / 750));
    margin-left: 0;
  }
  .FR241114off .article_section-02 .article_modelitem-col2 {
    width: calc(585*(100vw / 750));
    margin-top: calc(120*(100vw / 750));
    margin-left: calc(165*(100vw / 750));
  }
  .FR241114off .article_section-02 .sec_title {
    width: calc(175*(100vw / 750));
    top: calc(53*(100vw / 750));
    right: initial;
    left: calc(-77*(100vw / 750));
  }
  .FR241114off .article_section-02 .article_modelitem-price {
    width: calc(555*(100vw / 750));
    margin-left: calc(195*(100vw / 750));
    position: static;
    margin-top: calc(30*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-03 {
  margin-top: 14.5rem;
}
.FR241114off .article_section-03 .article_section-inner {
  width: var(--width-primary);
  margin: 0 auto;
}
.FR241114off .article_section-03 .article_modelitem {
  width: 94rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 4rem;
}
.FR241114off .article_section-03 .article_modelitem-col {
  width: 42rem;
  position: relative;
}
.FR241114off .article_section-03 .article_modelitem-col2 {
  width: 48rem;
  margin-top: 34rem;
  position: relative;
}
.FR241114off .article_section-03 .sec_title {
  width: 10.5rem;
  position: absolute;
  top: -15.2rem;
  right: 0.2rem;
  z-index: 5;
}
.FR241114off .article_section-03 .article_modelitem-price {
  width: 11rem;
  position: absolute;
  left: 0;
  bottom: 33.2rem;
}

@media screen and (max-width: 767px) {
  .FR241114off .article_section-03 {
    margin-top: calc(325* 100vw / 750);
  }
  .FR241114off .article_section-03 .article_modelitem {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241114off .article_section-03 .article_modelitem-col {
    width: calc(570*(100vw / 750));
    margin-left: 0;

  }
  .FR241114off .article_section-03 .article_modelitem-col2 {
    width: calc(660*(100vw / 750));
    margin-top: calc(40*(100vw / 750));
    margin-left: calc(90*(100vw / 750));
  }
  .FR241114off .article_section-03 .sec_title {
    width: calc(173*(100vw / 750));
    top: calc(-130*(100vw / 750));
    right: calc(43*(100vw / 750));
  }
  .FR241114off .article_section-03 .article_modelitem-price {
    width: 100%;
    position: static;
    margin-top: calc(30*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-04 {
  margin-top: 16rem;
}
.FR241114off .article_section-04 .article_modelitem {
  width: var(--width-primary);
  height: 162rem;
  margin: 0 auto;
}
.FR241114off .article_section-04 .article_section-flex {
  width: 84rem;
  margin-left: 17rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.FR241114off .article_section-04 .article_modelitem-col {
  width: 58.5rem;
}
.FR241114off .article_section-04 .article_modelitem-col2 {
  width: 36rem;
  position: absolute;
  left: 0;
  bottom: -31rem;
  z-index: 3;
}
.FR241114off .article_section-04 .sec_title {
  width: 10.6rem;
  position: absolute;
  top: 1.8rem;
  left: -2.8rem;
  z-index: 5;
}
.FR241114off .article_section-04 .article_modelitem-col3 {
  width: 43.5rem;
  position: absolute;
  right: 12rem;
  bottom: 0;
  z-index: 4;
}
.FR241114off .article_section-04 .article_modelitem-img {
  width: 58.5rem;
}
.FR241114off .article_section-04 .article_modelitem-price {
  position: absolute;
  bottom: -0.5rem;
  left: -17.4rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .FR241114off .article_section-04 .article_modelitem-col::after {
    position: absolute;
    content: "";
    top: 43rem;
    left: -15.5rem;
    background-color: var(--color-lightbrown);
    width: 37rem;
    height: 56rem;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .FR241114off .article_section-04 {
    margin-top: calc(192*(100vw / 750));
  }
  .FR241114off .article_section-04 .article_modelitem {
    height: fit-content;
  }
  .FR241114off .article_section-04 .article_section-flex {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
  }
  .FR241114off .article_section-04 .article_modelitem-col {
    width: 100%;
  }
  .FR241114off .article_section-04 .article_modelitem-col2 {
    width: calc(540*(100vw / 750));
    position: static;
    margin-top: calc(119*(100vw / 750));
    margin-left: calc(210*(100vw / 750));
  }
  .FR241114off .article_section-04::before {
    position: absolute;
    content: "";
    top: calc(1000*(100vw / 750));
    left: calc(100*(100vw / 750));
    background-color: var(--color-lightbrown);
    width: calc(310*(100vw / 750));
    height: calc(1740*(100vw / 750));
    z-index: -1;
  }
  .FR241114off .article_section-04 .sec_title {
    width: calc(175*(100vw / 750));
    top: calc(34*(100vw / 750));
    left: calc(-57*(100vw / 750));
  }
  .FR241114off .article_section-04 .article_modelitem-col3 {
    width: calc(615*(100vw / 750));
    position: static;
    margin-top: calc(80*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
  }
  .FR241114off .article_section-04 .article_modelitem-img {
    width: calc(750*(100vw / 750));
  }
  .FR241114off .article_section-04 .article_modelitem-price {
    position: static;
    text-align: left;
    margin-top: calc(30*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-05 {
  margin-top: 16rem;
}
.FR241114off .article_section-05::before {
  position: absolute;
  content: "";
  bottom: -16rem;
  background-color: var(--color-lightbrown);
  width: 100%;
  height: 135.8rem;
  z-index: -1;
}
.FR241114off .article_section-05 .article_modelitem {
  width: var(--width-primary);
  height: 150rem;
  margin: 0 auto;
}
.FR241114off .article_section-05 .article_section-flex {
  width: 118.5rem;
  margin-left: 14rem;
  display: flex;
  justify-content: space-between;
  row-gap: 22.5rem;
  position: relative;
}
.FR241114off .article_section-05 .article_modelitem-col {
  width: 52.5rem;
}
.FR241114off .article_section-05 .article_modelitem-price {
  margin-top: 2.5rem;
}
.FR241114off .article_section-05 .article_modelitem-col2 {
  width: 43.5rem;
  margin-top: 55rem;
  position: relative;
  z-index: 3;
}
.FR241114off .article_section-05 .sec_title {
  width: 10rem;
  position: absolute;
  top: -8.5rem;
  right: 2rem;
  z-index: 5;
}
.FR241114off .article_section-05 .article_modelitem-col3 {
  width: 39rem;
  position: absolute;
  right: 43rem;
  bottom: 0;
  z-index: 4;
}
.FR241114off .article_section-05 .article_modelitem-img02 {
  width: 43.5rem;
}

@media screen and (max-width: 767px) {
  .FR241114off .article_section-05 {
    margin-top: calc(327*(100vw / 750));
  }
  .FR241114off .article_section-05::before {
    bottom: calc(-190*(100vw / 750));
    height: calc(2553*(100vw / 750));
  }
  .FR241114off .article_section-05 .article_modelitem {
    height: fit-content;
  }
  .FR241114off .article_section-05 .article_section-flex {
    width: 100%;
    margin-left: 0;
    row-gap: 0;
    flex-direction: column;
  }
  .FR241114off .article_section-05 .article_modelitem-col {
    width: calc(675*(100vw / 750));
    margin-left: 0;
    position: relative;
  }
  .FR241114off .article_section-05 .article_modelitem-col2 {
    width: calc(600*(100vw / 750));
    margin-top: calc(120*(100vw / 750));
    margin-left: calc(150*(100vw / 750));
    position: static;
  }
  .FR241114off .article_section-05 .sec_title {
    width: calc(169*(100vw / 750));
    position: absolute;
    top: calc(-131*(100vw / 750));
    right: calc(77*(100vw / 750));
  }
  .FR241114off .article_section-05 .article_modelitem-col3 {
    width: calc(540*(100vw / 750));
    position: static;
    margin-top: calc(80*(100vw / 750));
    margin-left: calc(50*(100vw / 750));
  }
  .FR241114off .article_section-05 .article_modelitem-price {
    margin-top: calc(30*(100vw / 750));
  }
  .FR241114off .article_section-05 .article_modelitem-img02 {
    width: calc(600*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-06 {
  margin-top: 16rem;
}
.FR241114off .article_section-06::before {
  position: absolute;
  content: "";
  top: 0;
  background-color: var(--color-lightbrown);
  width: 100%;
  height: 138.2rem;
  z-index: -1;
}
.FR241114off .article_section-06 .article_section-inner {
  width: var(--width-primary);
  margin: 0 auto;
  padding-top: 8.4rem;
}
.FR241114off .article_section-06 .article_modelitem {
  width: 94.5rem;
  margin-left: 9rem;
  display: flex;
  justify-content: space-between;
  row-gap: 6rem;
}
.FR241114off .article_section-06 .article_modelitem-col {
  width: 42rem;
  position: relative;
}
.FR241114off .article_section-06 .sec_title {
  width: 9.9rem;
  position: absolute;
  top: -8.5rem;
  left: -2.7rem;
  z-index: 5;
}
.FR241114off .article_section-06 .article_modelitem-price {
  margin-top: 2.5rem;
}
.FR241114off .article_section-06 .article_modelitem-col2 {
  width: 46.5rem;
  margin-top: 29rem;
  position: relative;
}
.FR241114off .article_section-06 .img_title {
  width: 5.1rem;
  position: absolute;
  bottom: 0;
  right: -2.4rem;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .FR241114off .article_section-06 {
    margin-top: calc(189*(100vw / 750));
  }
  .FR241114off .article_section-06::before {
    height: calc(2320*(100vw / 750));
  }
  .FR241114off .article_section-06 .article_section-inner {
    padding-top: calc(130*(100vw / 750));
  }
  .FR241114off .article_section-06 .article_modelitem {
    width: calc(585*(100vw / 750));
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241114off .article_section-06 .article_modelitem-col {
    width: 100%;
  }
  .FR241114off .article_section-06 .sec_title {
    width: calc(162*(100vw / 750));
    top: calc(-130*(100vw / 750));
    left: calc(30*(100vw / 750));
  }
  .FR241114off .article_section-06 .article_modelitem-col2 {
    width: 100%;
    margin-top: calc(40*(100vw / 750));
  }
  .FR241114off .article_section-06 .img_title {
    width: calc(64*(100vw / 750));
    bottom: calc(116*(100vw / 750));
    right: calc(-30*(100vw / 750));
  }
  .FR241114off .article_section-06 .article_modelitem-price {
    margin-top: calc(32*(100vw / 750));
    margin-left: calc(42*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-07 {
  margin-top: 17rem;
}
.FR241114off .article_section-07 .article_section-inner {
  width: var(--width-primary);
  margin: 0 auto;
}
.FR241114off .article_section-07 .article_modelitem {
  width: 105.5rem;
  margin-left: 27.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 8rem;
}
.FR241114off .article_section-07 .article_modelitem-col {
  width: 58.5rem;
}
.FR241114off .article_section-07 .article_modelitem-col2 {
  width: 39rem;
  margin-top: 41.5rem;
  position: relative;
}
.FR241114off .article_section-07 .sec_title {
  width: 10.1rem;
}
.FR241114off .article_section-07 .article_modelitem-img02 {
  margin-top: 4rem;
}
.FR241114off .article_section-07 .article_modelitem-price {
  text-align: right;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .FR241114off .article_section-07 {
    margin-top: calc(194* 100vw / 750);
  }
  .FR241114off .article_section-07 .article_modelitem {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241114off .article_section-07 .article_modelitem-col {
    width: 100%;
  }
  .FR241114off .article_section-07 .article_modelitem-col2 {
    width: calc(510*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(250*(100vw / 750));
    position: relative;
  }
  .FR241114off .article_section-07 .sec_title {
    width: calc(169*(100vw / 750));
    position: absolute;
    top: calc(-130*(100vw / 750));
    left: calc(-68*(100vw / 750));
    z-index: 5;
  }
  .FR241114off .article_section-07 .article_modelitem-img02 {
    margin-top: 0;
  }
  .FR241114off .article_section-07 .article_modelitem-price {
    text-align: center;
    margin-top: calc(30*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SECTION_08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_section-08 {
  margin-top: 23rem;
}
.FR241114off .article_section-08 .article_modelitem {
  width: var(--width-primary);
  margin: 0 auto;
}
.FR241114off .article_section-08 .article_modelitem-col {
  width: 57rem;
  margin-left: 47rem;
  position: relative;
}
.FR241114off .article_section-08 .article_modelitem-col::before {
  position: absolute;
  content: "";
  top: -7rem;
  right: -7rem;
  background-color: var(--color-lightbrown);
  width: 29rem;
  height: 75rem;
  z-index: -1;
}
.FR241114off .article_section-08 .img_title {
  position: absolute;
  width: 28.8rem;
  top: 6.2rem;
  right: -4.6rem;
  z-index: 5;
}
.FR241114off .article_section-08 .article_modelitem-price {
  position: absolute;
  width: 11rem;
  text-align: right;
  left: -14rem;
  bottom: -0.5rem;
}
.FR241114off .article_section-08 .article_section-flex {
  width: 132rem;
  margin-top: 12rem;
  margin-left: 3rem;
  display: flex;
  justify-content: space-between;
  row-gap: 20rem;
}
.FR241114off .article_section-08 .article_modelitem-col2 {
  width: 68.5rem;
  height: 92rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.FR241114off .article_section-08 .article_modelitem-img02 {
  width: 39rem;
}
.FR241114off .article_section-08 .article_modelitem-img03 {
  width: 34.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.FR241114off .article_section-08 .article_modelitem-col3 {
  width: 43.5rem;
  margin-top: 22rem;
  position: relative;
}
.FR241114off .article_section-08 .sec_title {
  position: absolute;
  width: 10.3rem;
  top: -8.7rem;
  left: -2.7rem;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .FR241114off .article_section-08 {
    margin-top: calc(292*(100vw / 750));
  }
  .FR241114off .article_section-08 .article_modelitem-col {
    width: calc(705*(100vw / 750));
    margin-left: 0;
  }
  .FR241114off .article_section-08 .article_modelitem-col::before {
    top: calc(-100*(100vw / 750));
    right: calc(-45*(100vw / 750));
    width: calc(530*(100vw / 750));
    height: calc(980*(100vw / 750));
  }
  .FR241114off .article_section-08 .img_title {
    width: calc(381*(100vw / 750));
    top: calc(52*(100vw / 750));
    right: calc(30*(100vw / 750));
  }

  .FR241114off .article_section-08 .article_section-flex {
    width: calc(710*(100vw / 750));
    margin-top: calc(253*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
    flex-direction: column;
    row-gap: 0;
  }
  .FR241114off .article_section-08 .article_modelitem-col2 {
    width: calc(615*(100vw / 750));
    height: fit-content;
    margin-left: calc(95*(100vw / 750));
    display: block;
  }
  .FR241114off .article_section-08 .article_modelitem-img02 {
    width: 100%;
  }
  .FR241114off .article_section-08 .article_modelitem-img03 {
    width: 100%;
    position: static;
  }
  .FR241114off .article_section-08 .sec_title {
    width: calc(172*(100vw / 750));
    top: calc(-133*(100vw / 750));
    left: calc(-1*(100vw / 750));
  }
  .FR241114off .article_section-08 .article_modelitem-col3 {
    width: calc(540*(100vw / 750));
    margin-top: calc(80*(100vw / 750));
  }
  .FR241114off .article_section-08 .article_modelitem-price {
    position: static;
    width: 100%;
    text-align: left;
    margin-top: calc(30*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ENDVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .endview {
  margin-top: 18rem;
  border-bottom: 0.1rem solid var(--color-gray);
}
.FR241114off .endview .article_modelitem-img {
  width: 96rem;
  margin: 0 auto;
}
.FR241114off .c-text_btn {
  text-align: center;
  margin-top: 15.4rem;
  border-bottom: 0.3rem double var(--color-gray);
  padding-bottom: 0.4rem;
}
.FR241114off .c-text_staff {
  text-align: center;
  margin-block: 13.6rem 13.7rem;
}
.FR241114off .c-text_staff .block_ch {
  display: inline-block;
}
/* .FR241114off .c-text_staff .change_font {
  font-family: var(--font-ja);
  font-weight: 200;
} */

@media screen and (max-width: 767px) {
  .FR241114off .endview {
    width: calc(750*100vw/750);
    margin-top: calc(194* 100vw / 750);
    border-bottom: 0;
  }
  .FR241114off .endview .article_modelitem-img {
    width: var(--width-primary);
  }
  .FR241114off .c-text_btn {
    margin-top: calc(207*(100vw / 750));
    border-bottom: calc(6*100vw/750) double var(--color-gray);
    padding-bottom: calc(5* 100vw / 750);
  }
  .FR241114off .c-text_staff {
    margin-block: calc(157* 100vw / 750) calc(150* 100vw / 750);
  }
  .FR241114off .c-text_staff .block_ch {
    display: none;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SLICK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .article_modelitem-slider .slick-list img {
  width: 100%;
}
/* .FR241114off .article_modelitem-slider .slick-list {
  padding: 0 15rem 0 0;
}
.FR241114off .article_modelitem-slider .slick-slide {
  margin-right: 2rem;
} */
.FR241114off .article_modelitem-slider_sp .slick-list img {
  width: 100%;
}
.FR241114off .article_modelitem-slider_sp2 .slick-list img {
  width: 100%;
}
.FR241114off .article_modelitem-slider_sp3 .slick-list img {
  width: 100%;
}

.FR241114off .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: var(--left, initial);
  right: var(--right, initial);
  margin: 0;
}
.FR241114off .slick-dots li {
  display: inline-block;
  margin-inline: 0.6rem;
}
.FR241114off .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0;
  border-radius: 50%;
  border: 0.1rem solid var(--color-white);
  cursor: pointer;
}
.FR241114off .slick-dots li.slick-active button {
  background-color: var(--color-white);
}
.FR241114off .c-dot-right .slick-dots {
  --right: 0.4rem;
}
.FR241114off .c-dot-left .slick-dots {
  --left: 0.4rem;
}
@media screen and (min-width: 768px) {
  .FR241114off .c-dot-right_pc .slick-dots {
    --right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .FR241114off .slick-dots {
    bottom: calc(20*100vw/750);
  }
  .FR241114off .slick-dots li {
    margin: 0 calc(9*100vw/750);
  }
  .FR241114off .slick-dots li button {
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
  }
  .FR241114off .c-dot-right .slick-dots {
    --right: calc(12*100vw/750);
  }
  .FR241114off .c-dot-left .slick-dots {
    --left: calc(12*100vw/750);
  }
  .FR241114off .c-dot-right_pc .slick-dots {
    --right: initial;
    --left: calc(12*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を指定　*/
.FR241114off .fadeUpTrigger{
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .FR241114off .js-fade,
  .FR241114off .fade_pc {
    opacity: 0;
    transform: translateY(100px);
  }
  .FR241114off .fade_pc.active,
  .FR241114off .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .FR241114off .js-fade,
  .FR241114off .fade_sp {
    opacity: 0;
    transform: translateY(100px);
  }
  .FR241114off .fade_sp.active,
  .FR241114off .js-fade.active {
    opacity: 1;
    transition-duration: 1.1s;
    transform: translateY(0);
  }
}

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

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

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

.FR241114off .js-show-text.is-active {
  opacity: 1;
  transition: opacity 1s ease;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                              FLOATING BANNER
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241114off .floating_b {
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 0px;
  position: fixed;
  z-index: 999;
  cursor: pointer;
  background-color: var(--color-lightgray);
}
.FR241114off .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;
}
.FR241114off .flo_Pre {
  width: 32rem;
}
.FR241114off .flo_bn {
  width: 29rem;
  margin-top: 1.1rem;
}
.FR241114off .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;
}
.FR241114off .flo_img {
  width: 25.6rem;
  margin-top: 0.2rem;
  margin-bottom: -0.8rem;
}

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

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

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