@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (min-width: 768px) and (max-width: 1400px) {
  html{
    font-size: calc(10* (100vw / 1400)); 
  }
}

.FR241101holiday {
  --font-yuMincho: "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-hiragino: "ヒラギノ明朝 ProN W3", serif;
  --font-didot: "linotype-didot", serif;
  --color-gray: #58595B;
  --color-white: #fff;
  --color-black: #000;
  --color-brown: #231815;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --full-width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  font-feature-settings: "palt"; 
  overflow: clip;
}
/*========================================
▼共通デザイン
==========================================*/
.FR241101holiday section {
  margin-inline: auto;
}
.FR241101holiday picture {
  width: 100%;
  display: block;
  height: 100%;
}
.FR241101holiday img {
  display: block;
  width: 100%;
  height: auto;
}

.FR241101holiday .model {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .FR241101holiday {
    --width-primary: 140rem;
    --fz-text_fv_title: 1.9rem;
    --fz-text_fv_lead: 1.4rem;
    --fz-text_sec_lead: 1.3rem;
    --fz-text_credit: 1.2rem;
    --fz-text_btn: 2rem;
    --fz-text_staff: 1.2rem;
  }
  .FR241101holiday .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .FR241101holiday {
    --width-primary: calc(750*100vw/750);
    --fz-text_fv_title: calc(32*100vw/750);
    --fz-text_fv_lead: calc(26*100vw/750);
    --fz-text_sec_lead: calc(24*100vw/750);
    --fz-text_credit: calc(22*100vw/750);
    --fz-text_btn: calc(36*100vw/750);
    --fz-text_staff: calc(24*100vw/750);
  }
  .FR241101holiday .pc_only {
    display: none !important;
  }
}
.FR241101holiday .bg-white {
  position: relative;
  z-index: 2;
}
.FR241101holiday .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
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .firstview_title {
  font-size: var(--fz-text_fv_title);
  line-height: 1.9;
  letter-spacing: 0.16em;
  font-family: var(--font-yuMincho);
  font-weight: var(--fw-semibold);
  color: var(--color-black);
}
.FR241101holiday .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-regular);
  color: var(--color-black);
}
.FR241101holiday .model_lead {
  font-size: var(--fz-text_sec_lead);
  line-height: 2;
  letter-spacing: 0.16em;
  font-family: var(--font-yuMincho);
  font-weight: var(--fw-regular);
  color: var(--color-black);
}
.FR241101holiday .model_credit {
  font-size: var(--fz-text_credit);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-family: var(--font-didot);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}
.FR241101holiday .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-didot);
  font-weight: var(--fw-regular);
  color: var(--color-black);
  border-bottom: 0.3rem double var(--color-gray);
  padding-bottom: 0.4rem;
}
.FR241101holiday .c-text_staff {
  font-size: var(--fz-text_staff);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-family: var(--font-didot);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}

@media screen and (max-width: 767px) {
  .FR241101holiday .firstview_title {
    letter-spacing: 0.14em;
    font-family: var(--font-hiragino);
  }
  .FR241101holiday .firstview_lead {
    line-height: 2.1;
    letter-spacing: 0.14em;
    font-family: var(--font-hiragino);
  }
  .FR241101holiday .model_lead {
    letter-spacing: 0.14em;
    font-family: var(--font-hiragino);
  }
  .FR241101holiday .c-text_btn {
    line-height: 1.1363636364;
    border-bottom: calc(6*100vw/750) double var(--color-gray);
    padding-bottom: calc(10*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - img
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model__img0101 { width: 51rem;}
.FR241101holiday .model__img0102 { width: 48rem;}
.FR241101holiday .model__img0201 { width: 60rem;}
.FR241101holiday .model__img0202 { width: 38rem;}
.FR241101holiday .model__img0301 { width: 42rem;}
.FR241101holiday .model__img0302 { width: 27rem;}
.FR241101holiday .model__img0303 { width: 30rem;}
.FR241101holiday .model__img0401 { width: 64rem;}
.FR241101holiday .model__img0402 { width: 32rem;}
.FR241101holiday .model__img0501 { width: 54rem;}
.FR241101holiday .model__img0502 { width: 74rem;}

  @media screen and (max-width: 767px) {
    .FR241101holiday .model__img0101 {width: calc(620*(100vw / 750));}
    .FR241101holiday .model__img0102 { width: calc(705*(100vw / 750));}
    .FR241101holiday .model__img0201 { width: calc(750*(100vw / 750));}
    .FR241101holiday .model__img0202 { width: calc(580*(100vw / 750));}
    .FR241101holiday .model__img0301 { width: calc(570*(100vw / 750));}
    .FR241101holiday .model__img0302 { width: calc(520*(100vw / 750));}
    .FR241101holiday .model__img0303 { width: calc(580*(100vw / 750));}
    .FR241101holiday .model__img0401 { width: calc(750*(100vw / 750));}
    .FR241101holiday .model__img0402 { width: calc(500*(100vw / 750));}
    .FR241101holiday .model__img0501 { width: calc(560*(100vw / 750));}
    .FR241101holiday .model__img0502 { width: calc(700*(100vw / 750));}
  }


/*
//////////////////////////////////////////////////////////////////////////////////////////////
firstview
//////////////////////////////////////////////////////////////////////////////////////////////
*/

.FR241101holiday .firstview {
  width: 120rem;
  margin: 0 auto;
}
.FR241101holiday .firstview .firstview__wrap {
  position: relative;
}
.FR241101holiday .firstview .firstview__img {
  width: var(--full-width);
  margin: 0 auto;
}
.FR241101holiday .firstview .firstview__main_txt {
  width: 40.4rem;
  position: absolute;
  left: 6.1rem;
  bottom: 5.8rem;
  z-index: 5;
}
.FR241101holiday .firstview .st0 {
  fill: #fff;
}
.FR241101holiday .firstview h3 {
  text-align: center;
  margin-top: 5.7rem;
}
.FR241101holiday .firstview p {
  text-align: center;
  margin-top: 2.8rem;
}
.FR241101holiday .model_credit > li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .FR241101holiday .firstview {
    width: var(--width-primary);
  }
  .FR241101holiday .firstview .firstview__main_txt {
    width: calc(425.5*(100vw / 750));
    left: calc(37*(100vw / 750));
    bottom: calc(91*(100vw / 750));
  }
  .FR241101holiday .firstview h3 {
    margin-top: calc(107*(100vw / 750));
  }
  .FR241101holiday .firstview p {
    margin-top: calc(48*(100vw / 750));
  }
  .FR241101holiday .firstview .st0 {
    -webkit-filter: drop-shadow(0px calc(4*(100vw / 750)) calc(8*(100vw / 750)) rgba(0, 0, 0, 0.4)); /* SafariなどのWebkitブラウザ用 */
    filter: drop-shadow(0px calc(4*(100vw / 750)) calc(8*(100vw / 750)) rgba(0, 0, 0, 0.4)); 
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model__inner {
  width: 140rem;
  margin: 0 auto;
}
.FR241101holiday .model__grid {
  position: relative;
}
.FR241101holiday .model__title {
  position: absolute;
  z-index: 5;
}
.FR241101holiday .pc_only {
  display: block;
}
.FR241101holiday .sp_only {
  display: none;
}
.FR241101holiday .bk-line {
  content: "";
  width: 1px;
  height: var(--full-width);
  background-color: var(--color-black);
}
.FR241101holiday .bk-line2 {
  content: "";
  width: var(--full-width);
  height: 1px;
  background-color: var(--color-black);
}

@media screen and (max-width: 767px) {
  .FR241101holiday .model__inner {
    width: var(--width-primary);
  }
  .FR241101holiday .pc_only {
    display: none;
  }
  .FR241101holiday .sp_only {
    display: block;
  }
  .FR241101holiday .bk-line {
    width: calc(2*(100vw / 750));
  }
  .FR241101holiday .bk-line2 {
    height: calc(2*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
model01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model01 {
  margin-top: 11.1rem;
}
.FR241101holiday .model01 .model__grid {
  width: 103rem;
  margin-left: 23rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 4rem;
}
.FR241101holiday .model01 .model__wrapper01 {
  width: 51rem;
}
.FR241101holiday .model01 .model__wrapper02 {
  width: 48rem;
  margin-top: 36.9rem;
  display: flex;
  flex-direction: column-reverse;
}
.FR241101holiday .model01 .model_txt {
  width: 32rem;
  margin-left: 8.2rem;
  position: relative;
}
.FR241101holiday .model01 .model__title {
  width: 2.7rem;
  left: -8.2rem;
  top: -1.5rem;
}
.FR241101holiday .model01 .deco-line01 {
  height: 25.1rem;
  position: absolute;
  left: -4.1rem;
  top: -1.5rem;
}
.FR241101holiday .model01 .model_credit {
  margin-top: 1.8rem;
}
.FR241101holiday .model01 .model__img0102 {
  margin-top: 9.3rem;
}
@media screen and (max-width: 767px) {
  .FR241101holiday .model01 {
    margin-top: calc(165*(100vw / 750));
  }
  .FR241101holiday .model01 .model__grid {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: calc(80*(100vw / 750));
  }
  .FR241101holiday .model01 .model__wrapper01 {
    width: calc(707*(100vw / 750));
    margin-left: calc(43*(100vw / 750));
    display: flex;
    justify-content: space-between;
    row-gap: calc(25*(100vw / 750));
  }
  .FR241101holiday .model01 .model_txt_sp {
    width: calc(62*(100vw / 750));
    position: relative;
  }
  .FR241101holiday .model01 .model__title {
    width: calc(42*(100vw / 750));
    left: 0;
    top: 0;
  }
  .FR241101holiday .model01 .deco-line01 {
    height: calc(930*(100vw / 750));
    left: initial;
    right: 0;
    top: 0;
  }
  .FR241101holiday .model01 .model__wrapper02 {
    width: var(--full-width);
    margin-top: 0;
    flex-direction: column;
  }
  .FR241101holiday .model01 .model__img0102 {
    margin-top: 0;
    margin-left: 0;
  }
  .FR241101holiday .model01 .model_txt {
    width: calc(580*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(67*(100vw / 750));
  }
  .FR241101holiday .model01 .model_credit {
    margin-top: calc(41*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
model02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model02 {
  margin-top: 14rem;
}
.FR241101holiday .model02 .model__grid {
  width: 110rem;
  margin-left: 20rem;
  display: grid;
  grid-template-columns: 64rem 8rem;
  grid-template-rows: 19.5rem 40rem;
}
.FR241101holiday .model02 .model__wrapper01 {
  width: 60rem;
  grid-column: 1;
  grid-row: 2 / 4;
}
.FR241101holiday .model02 .model_txt {
  width: 38rem;
  grid-column: 3;
  grid-row: 3;
  position: relative;
}
.FR241101holiday .model02 .model_txt .model__title {
  width: 11.4rem;
  right: 0.4rem;
  top: -8.1rem;
}
.FR241101holiday .model02 .model_txt .deco-line01 {
  width: 50rem;
  position: absolute;
  right: 0;
  top: -3.9rem;
}
.FR241101holiday .model02 .model_txt .model_credit {
  text-align: right;
  margin-top: 1.7rem;
}
.FR241101holiday .model02 .model__wrapper02 {
  width: 38rem;
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}
@media screen and (min-width: 768px) {
  .FR241101holiday .model02 .model_txt .model_lead {
    text-align: right;
    margin-top: -0.3rem;
    margin-right: -0.2rem;
    text-align: justify;
    text-align-last: right;
  }
}
@media screen and (max-width: 767px) {
  .FR241101holiday .model02 {
    margin-top: calc(214*(100vw / 750));
  }
  .FR241101holiday .model02 .model__grid {
    width: var(--width-primary);
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .FR241101holiday .model02 .model__wrapper01 {
    width: var(--full-width);
    display: block;
  }
  .FR241101holiday .model02 .model_txt {
    width: calc(580*(100vw / 750));
    margin-left: calc(85*(100vw / 750));
  }
  .FR241101holiday .model02 .model_txt .model__title {
    width: calc(176*(100vw / 750));
    right: initial;
    left: 0;
    top: calc(81*(100vw / 750));
  }
  .FR241101holiday .model02 .model_txt .deco-line01 {
    width: calc(665*(100vw / 750));
    right: calc(-85*(100vw / 750));
    top: calc(142*(100vw / 750));
  }
  .FR241101holiday .model02 .model_txt .model_lead {
    text-align: justify;
    margin-top: calc(190*(100vw / 750));
  }
  .FR241101holiday .model02 .model_txt .model_credit {
    text-align: left;
    margin-top: calc(40*(100vw / 750));
  }
  .FR241101holiday .model02 .model__wrapper02 {
    width: calc(580*(100vw / 750));
    display: block;
    margin-top: calc(129*(100vw / 750));
    margin-left: calc(170*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
model03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model03 {
  position: relative;
  width: var(--width-primary);
  height: 79.5rem;
}
.FR241101holiday .model03 .model__inner {
  position: absolute;
  top: -5rem;
}
.FR241101holiday .model03 .model__grid {
  width: 105rem;
  margin-left: 25rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 13rem;
}
.FR241101holiday .model03 .model__wrapper01 {
  width: 42rem;
}
.FR241101holiday .model03 .model_credit {
  margin-top: 2.7rem;
  text-align: right;
}

.FR241101holiday .model03 .model__wrapper02 {
  width: 50rem;
  margin-top: 17.3rem;
}
.FR241101holiday .model03 .model_img_box {
  width: var(--full-width);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.FR241101holiday .model03 .model__img0302 {
  position: absolute;
  top: -4.3rem;
  right: 0;
  z-index: 5;
}
.FR241101holiday .model03 .model__img0303 {
  margin-top: 6.7rem;
}
.FR241101holiday .model03 .model__title {
  width: 11.5rem;
  top: 0.5rem;
  left: 0.1rem;
}
.FR241101holiday .model03 .deco-line01 {
  position: absolute;
  width: 22.9rem;
  top: 4.7rem;
  left: 0;
}
.FR241101holiday .model03 .model_lead {
  width: var(--full-width);
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .FR241101holiday .model03 {
    margin-top: calc(222*(100vw / 750));
    height: fit-content;
  }
  .FR241101holiday .model03 .model__inner {
    position: static;
  }
  .FR241101holiday .model03 .model__grid {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: calc(100*(100vw / 750));
  }
  .FR241101holiday .model03 .model__wrapper01 {
    width: calc(655.5*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    row-gap: calc(25*(100vw / 750));
  }
  .FR241101holiday .model03 .model_txt_sp {
    width: calc(60.5*(100vw / 750));
    position: relative;
  }
  .FR241101holiday .model03 .model__title {
    width: calc(42*(100vw / 750));
    left: initial;
    right: calc(-4*(100vw / 750));
    top: calc(2*(100vw / 750));
  }
  .FR241101holiday .model03 .deco-line01 {
    width: 2px;
    height: calc(990*(100vw / 750));
    left: 0;
    top: 0;
  }
  
  .FR241101holiday .model03 .model__wrapper02 {
    width: var(--width-primary);
    margin-top: 0;
  }
  .FR241101holiday .model03 .model_img_box {
    height: calc(1101*(100vw / 750));
  }
  .FR241101holiday .model03 .model__img0302 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .FR241101holiday .model03 .model__img0303 {
    margin-top: calc(375*(100vw / 750));
  }
  .FR241101holiday .model03 .model_lead {
    width: calc(594*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(66*(100vw / 750));
  }
  .FR241101holiday .model03 .model_credit {
    width: calc(585*(100vw / 750));
    text-align: left;
    margin: 0 auto;
    margin-top: calc(42*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
model04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model04 {
  margin-top: 8.9rem;
}
.FR241101holiday .model04 .model__grid {
  width: 114rem;
  margin-left: 10rem;
  display: flex;
  justify-content: space-between;
  row-gap: 10rem;
}
.FR241101holiday .model04 .model__wrapper01 {
  width: 64rem;
}
.FR241101holiday .model04 .model__wrapper02 {
  width: 40rem;
  margin-top: 29.6rem;
  display: flex;
  flex-direction: column-reverse;
}
.FR241101holiday .model04 .model_txt {
  width: 32rem;
  margin-left: 0;
  position: relative;
}
.FR241101holiday .model04 .model__title {
  width: 2.7rem;
  right: -8.2rem;
  top: -1.5rem;
}
.FR241101holiday .model04 .deco-line01 {
  height: 29.9rem;
  position: absolute;
  right: -4.1rem;
  top: -1.5rem;
}
.FR241101holiday .model04 .model_credit {
  margin-top: 1.8rem;
}
.FR241101holiday .model04 .model__img0402 {
  margin-top: 9.4rem;
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .FR241101holiday .model04 {
    margin-top: calc(211*(100vw / 750));
  }
  .FR241101holiday .model04 .model__grid {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: 0;
  }
  .FR241101holiday .model04 .model__wrapper01 {
    width: var(--full-width);
  }
  .FR241101holiday .model04 .model__wrapper02 {
    width: var(--width-primary);
    margin-top: 0;
  }
  .FR241101holiday .model04 .model_txt {
    width: var(--width-primary);
    margin: 0 auto;
  }
  .FR241101holiday .model04 .model__title {
    width: calc(42*(100vw / 750));
    right: initial;
    left: calc(60*(100vw / 750));
    top: calc(558*(100vw / 750));
  }
  .FR241101holiday .model04 .deco-line01 {
    height: calc(736*(100vw / 750));
    right: initial;
    left: calc(40*(100vw / 750));
    top: 0;
  }
  .FR241101holiday .model04 .model_lead {
    width: calc(580*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(66*(100vw / 750));
  }
  .FR241101holiday .model04 .model_credit {
    width: calc(580*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(44*(100vw / 750));
  }
  .FR241101holiday .model04 .model__img0402 {
    margin-top: calc(132*(100vw / 750));
    margin-left: calc(250*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
model05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model05 {
  margin-top: 0;
}
.FR241101holiday .model05 .model__grid {
  width: 112.3rem;
  margin-left: 16.7rem;
}
.FR241101holiday .model05 .model__wrapper01 {
  width: 54rem;
  margin-left: 11.3rem;
}
.FR241101holiday .model05 .model__wrapper02 {
  width: var(--full-width);
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 6.3rem;
  margin-top: 4.1rem;
}
.FR241101holiday .model05 .model_txt {
  width: 32rem;
  margin-top: 34.1rem;
  position: relative;
}
.FR241101holiday .model05 .model__title {
  width: 2.8rem;
  position: absolute;
  top: -34.1rem;
  right: -2.8rem;
}
.FR241101holiday .model05 .deco-line01 {
  height: 55.5rem;
  position: absolute;
  top: -34.1rem;
  right: -4.3rem;
}
.FR241101holiday .model05 .model_lead {
  line-break: strict;
}
.FR241101holiday .model05 .model_credit {
  margin-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .FR241101holiday .model05 {
    margin-top: calc(220*(100vw / 750));
  }
  .FR241101holiday .model05 .model__grid {
    width: var(--width-primary);
    margin-left: 0;
  }
  .FR241101holiday .model05 .model__wrapper01 {
    width: calc(647*(100vw / 750));
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    row-gap: calc(25*(100vw / 750));
  }
  .FR241101holiday .model05 .model_txt_sp {
    width: calc(61*(100vw / 750));
    position: relative;
  }
  .FR241101holiday .model05 .model__title {
    width: calc(42*(100vw / 750));
    position: absolute;
    right: 0;
    top: calc(4*(100vw / 750));
  }
  .FR241101holiday .model05 .deco-line01 {
    height: calc(420*(100vw / 750));
    right: calc(59*(100vw / 750));
    top: 0;
  }
  .FR241101holiday .model05 .model__wrapper02 {
    width: var(--width-primary);
    margin: 0 auto;
    flex-direction: column;
    row-gap: calc(66*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
  }
  .FR241101holiday .model05 .model__img0502 {
    margin-left: calc(50*(100vw / 750));
}
  .FR241101holiday .model05 .model_txt {
    width: calc(580*(100vw / 750));
    margin: 0 auto;
  }
  .FR241101holiday .model05 .model_credit {
    margin-top: calc(43*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SLICK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .model__slider .slick-list img {
  width: 100%;
}
.FR241101holiday .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 1rem;
  left: 0.4rem;
}
.FR241101holiday .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
.FR241101holiday .slick-dots li.slick-active button {
  background: var(--color-black);
}
.FR241101holiday .slick-dots li {
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .FR241101holiday .slick-dots {
    bottom: calc(20*100vw/750);
    left: initial;
    right: calc(8*100vw/750);
  }
  .FR241101holiday .slick-dots li button {
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
  }
  .FR241101holiday .slick-dots li { 
    margin: 0 calc(11*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                      endview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241101holiday .endview {
  padding-block: 13.6rem;
  border-bottom: 0.1rem solid var(--color-black);
  text-align: center;
}
.FR241101holiday .endview .block_ch {
  display: inline-block;
}
.FR241101holiday .endview_inner {
  --row: 13.5rem;
}
.FR241101holiday .c-text_staff {
  margin-top: 13.7rem;
}
@media screen and (max-width: 767px) {
  .FR241101holiday .endview {
    padding-block: calc(195* 100vw / 750) calc(152* 100vw / 750);
    border-bottom: 0;
  }
  .FR241101holiday .endview_inner {
    --row: calc(149*100vw/750);
  }
  .FR241101holiday .c-text_staff {
    margin-top: calc(152*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/

/* その場でフェードイン */
.FR241101holiday .fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
  
@keyframes fadeInAnime{
  from {
      opacity: 0;
  }
  
  to {
      opacity: 1;
  }
}
.FR241101holiday .fadeInTrigger{
  opacity: 0;
}

.FR241101holiday .zoom{
  overflow: hidden;
}
.FR241101holiday .zoomIn{
  animation-name:zoomInAnime;
  opacity: 1;
  transition: 1s;
}
@keyframes zoomInAnime{
  0% {
      opacity: 0;
      transform: scale(1.1, 1.1);
      transition: 1s all;
  }

  100% {
      opacity: 1;
      transition: 1s all;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.FR241101holiday .zoomInTrigger{
  opacity: 0;
  transition: 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, 1s linear;
  animation-duration: 2s;
  animation-fill-mode: both;
}
/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
  display: inline-block;
}
.title-size {
  width: fit-content;
  height: fit-content;
}

.slide-in_inner {
  display: block;
}

/*左右のアニメーション*/
.leftAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

/*上下のアニメーション*/
.topAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeTopBottom {
  animation-name:slideTextY100;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
  transform: translateY(-100%); /*要素を左の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateY(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.slideAnimeBottomTop {
  animation-name:slideTextY-100;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}


@keyframes slideTextY-100 {
  from {
  transform: translateY(100%);/*要素を右の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateY(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

/*下上のアニメーション*/
.bottomAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeHeadFoot {
  animation-name:slideTextYb;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextYb {
  from {
  transform: translateY(100%); /*要素を左の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateY(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.slideAnimeFootHead {
  animation-name:slideTextY-b;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}


@keyframes slideTextY-b {
  from {
  transform: translateY(-100%);/*要素を右の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateY(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.FR241101holiday .js-txtFade path {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.FR241101holiday .js-txtFade.is-active path {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.FR241101holiday .js-fade .js-fade_left {
  opacity: 0;
  transition-duration: 2s;
  transform: translate(-30px, 0);
}
.FR241101holiday .js-fade.show .js-fade_left {
  transform: translate(0, 0);
  opacity: 1;
}
.FR241101holiday .js-fade .js-fade_right {
  opacity: 0;
  transition-duration: 2s;
  transform: translate(30px, 0);
}
.FR241101holiday .js-fade.show .js-fade_right {
  transform: translate(0, 0);
  opacity: 1;
}

.FR241101holiday .js-fade .js-fade_top {
  opacity: 0;
  transition-duration: 2s;
  transform: translate(0, -50px);
}
.FR241101holiday .js-fade.show .js-fade_top {
  transform: translate(0, 0);
  opacity: 1;
}