@charset "UTF-8";
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer {
  --color-black: #000000;
  --color-gray: #58595b;
  --color-white: #ffffff;
  --color-brown: #7F5C44;
  --color-light-brown: #D3C6B7;
  --full-width: 100%;
  --font-petersburg: "petersburg-web", serif;
  --font-source-han: "source-han-serif-japanese", serif;
  --font-en: var(--font-petersburg), sans-serif;
  --font-ja: var(--font-source-han), sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt";
  overflow: clip;
  background-color: var(--color-light-brown);
}

@media screen and (min-width: 768px) {
  .FR241017outer {
    --width-primary: 140rem;
    --fz-text_subtitle: 1.7rem;
    --fz-text_title: 4.8rem;
    --fz-text_lead: 1.7rem;
    --fz-text_sublead: 1.2rem;
    --fz-text_credit: 1.2rem;
    --fz-text_btn: 2rem;
    --fz-text_staff: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .FR241017outer {
    --width-primary: calc(750*100vw/750);
    --fz-text_subtitle: calc(30*(100vw / 750));
    --fz-text_title: calc(70*(100vw / 750));
    --fz-text_lead: calc(34*(100vw / 750));
    --fz-text_sublead: calc(24*(100vw / 750));
    --fz-text_credit: calc(23*100vw/750);
    --fz-text_btn: calc(38*100vw/750);
    --fz-text_staff: calc(24*100vw/750);
  }
}

@media screen and (min-width: 768px) {
  .FR241017outer .pc_only {
    display: block;
  }
  .FR241017outer .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .FR241017outer .pc_only {
    display: none;
  }
  .FR241017outer .sp_only {
    display: block;
  }
}
.FR241017outer img,
.FR241017outer picture {
  display: block;
  width: 100%;
  height: auto;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .c-text_subtitle {
  font-size: var(--fz-text_subtitle);
  letter-spacing: 0.06em;
  font-weight: var(--fw-bold);
  font-family: var(--font-en);
  color: var(--color-black);
  text-align: justify;
  line-break: strict;
  text-align-last: center;
}
.FR241017outer .c-text_title {
  font-size: var(--fz-text_title);
  letter-spacing: 0.04em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-black);
  text-align: center;
}
.FR241017outer .c-text_lead {
  font-size: var(--fz-text_lead);
  letter-spacing: 0.16em;
  font-weight: var(--fw-semibold);
  font-family: var(--font-ja);
  color: var(--color-brown);
  line-height: 1.8;
}
.FR241017outer .c-text_sublead {
  font-size: var(--fz-text_sublead);
  letter-spacing: 0.16em;
  font-weight: var(--fw-regular);
  font-family: var(--font-ja);
  color: var(--color-black);
  line-height: 2;
}
.FR241017outer .c-text_credit {
  font-size: var(--fz-text_credit);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-black);
  margin-top: 3rem;
}
.FR241017outer .c-text_credit > li {
  display: inline-block;
}
.FR241017outer .c-text_credit span {
  display: inline-block;
}
.FR241017outer .c-text_btn {
  margin: 0 auto;
  font-size: var(--fz-text_btn);
  letter-spacing: 0.05em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-black);
  border-bottom: 0.3rem double var(--color-gray);
  padding-bottom: 0.3rem;
}
.FR241017outer .c-text_staff {
  font-size: var(--fz-text_staff);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-gray);
}
.FR241017outer .c-text_staff>span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .FR241017outer .c-bg_white {
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .FR241017outer .c-text_lead {
    letter-spacing: 0.12em;
  }
  .FR241017outer .c-text_sublead {
    letter-spacing: 0.12em;
    line-break: strict;
    text-align: justify;
    text-align-last: center;
  }
  .FR241017outer .c-text_credit {
    line-height: 1.8;
    margin-top: calc(41*(100vw / 750));
  }
  .FR241017outer .c-text_btn {
    border-bottom: calc(6*100vw/750) double var(--color-gray);
    padding-bottom: calc(7* 100vw / 750);
  }
  .FR241017outer .c-text_staff>span {
    display: none;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - image
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview__image0101 {width: 44rem;height: 66rem;}
.FR241017outer .styleview__image0102 {width: 30rem;}
.FR241017outer .styleview__image0103 {width: 50rem;}
.FR241017outer .styleview__image0201 {width: 32rem;}
.FR241017outer .styleview__image0202 {width: 52rem;}
.FR241017outer .styleview__image0301 {width: 48rem;}
.FR241017outer .styleview__image0302 {width: 28rem;}
.FR241017outer .styleview__image0303 {width: 42rem;}
.FR241017outer .styleview__image0401 {width: 44rem;}
.FR241017outer .styleview__image0402 {width: 44rem;}
.FR241017outer .styleview__image0501 {width: 48rem;}
.FR241017outer .styleview__image0502 {width: 36rem;}
.FR241017outer .styleview__image0601 {width: 50rem;}
.FR241017outer .styleview__image0602 {width: 35rem;}
.FR241017outer .styleview__image0603 {width: 35rem;}
.FR241017outer .styleview__image0701 {width: 40rem;height: 60rem;}
.FR241017outer .styleview__image0702 {width: 33rem;}
.FR241017outer .styleview__image0703 {width: 48rem;}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview__image0101 {width: calc(600*(100vw / 750));height: fit-content;}
  .FR241017outer .styleview__image0102 {width: calc(480*(100vw / 750));}
  .FR241017outer .styleview__image0103 {width: calc(750*(100vw / 750));}
  .FR241017outer .styleview__image0201 {width: calc(580*(100vw / 750));}
  .FR241017outer .styleview__image0202 {width: calc(680*(100vw / 750));}
  .FR241017outer .styleview__image0301 {width: calc(640*(100vw / 750));}
  .FR241017outer .styleview__image0302 {width: calc(480*(100vw / 750));}
  .FR241017outer .styleview__image0303 {width: calc(580*(100vw / 750));}
  /* .FR241017outer .img-width {
    position: relative;
    left: -0.3px;
  } */
  .FR241017outer .styleview__image0401 {width: calc(750*(100vw / 750));}
  .FR241017outer .styleview__image0402 {width: calc(550*(100vw / 750));}
  .FR241017outer .styleview__image0501 {width: calc(620*(100vw / 750));}
  .FR241017outer .styleview__image0502 {width: calc(560*(100vw / 750));}
  .FR241017outer .styleview__image0601 {width: calc(650*(100vw / 750));}
  .FR241017outer .styleview__image0602 {width: calc(540*(100vw / 750));}
  .FR241017outer .styleview__image0603 {width: calc(540*(100vw / 750));}
  .FR241017outer .styleview__image0701 {width: calc(580*(100vw / 750));height: fit-content;}
  .FR241017outer .styleview__image0702 {width: calc(520*(100vw / 750));}
  .FR241017outer .styleview__image0703 {width: calc(750*(100vw / 750));}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                      common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview__inner {
  margin-inline: auto;
  position: relative;
}
.FR241017outer .styleview__title {
  pointer-events: none;
}
.FR241017outer .bk-line {
  content: "";
  width: var(--full-width);
  height: 1px;
  background-color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .FR241017outer .bk-line {
    height: calc(2*(100vw / 750));
  }
  .FR241017outer .styleview__txt {
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                    firstview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.main-box {
  width: var(--width-primary);
  margin: 0 auto;
}
.main-box .main-v {
  width: 120rem;
  margin: 0 auto;
}
.main-box .main-txt {
  font-family: var(--font-source-han);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.16em;
  color: var(--color-black);
  margin-top: 5.5rem;
}
.main-box .main-txt p:nth-of-type(2) {
  margin-top: 2.3rem;
}

@media screen and (max-width: 767px) {
  .main-box {
    width: var(--basic-width-sp);
    margin: 0 auto;
  }
  .main-box .main-v {
    width: var(--full-width);
    margin: 0 auto;
  }
  .main-box .main-txt {
    font-size: calc(26*(100vw / 750));
    line-height: 2;
    margin-top: calc(106*(100vw / 750));
    letter-spacing: 0.12em;
  }
  .main-box .main-txt p:nth-of-type(2) {
    margin-top: calc(42*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview01 {
  margin-top: 11.2rem;
}
.FR241017outer .styleview01 .styleview__inner {
  width: var(--full-width);
}
.FR241017outer .styleview01 .c-text_title {
  margin-top: 4.6rem;
}
.FR241017outer .styleview01 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 2;
}
.FR241017outer .styleview01 .styleview__wrapper {
  width: var(--width-primary);
  height: 163rem;
  margin: 0 auto;
  margin-top: 6.2rem;
  position: relative;
}
.FR241017outer .styleview01 .styleview__wrap01 {
  width: 64.5rem;
  height: 99.5rem;
  margin-left: 26.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.FR241017outer .styleview01 .styleview__image0101 {
  position: relative;
  z-index: 2;
}
.FR241017outer .styleview01 .styleview__image0102 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.FR241017outer .styleview01 .styleview__wrap02 {
  width: 50rem;
  position: absolute;
  top: 88rem;
  right: 12.5rem;
}
.FR241017outer .styleview01 .styleview__txt {
  width: 35.2rem;
  position: absolute;
  top: 45.3rem;
  left: -43rem;
}
.FR241017outer .styleview01 .c-text_sublead {
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview01 {
    margin-top: calc(167*(100vw / 750));
  }
  .FR241017outer .styleview01 .styleview__inner {
    width: var(--width-primary);
  }
  .FR241017outer .styleview01 .c-text_title {
    margin-top: calc(68*(100vw / 750));
  }
  .FR241017outer .styleview01 .deco-line01 {
    width: var(--full-width);
    top: calc(56*(100vw / 750));
  }
  .FR241017outer .styleview01 .styleview__wrapper {
    height: fit-content;
    margin-top: calc(80*(100vw / 750));
  }
  .FR241017outer .styleview01 .styleview__wrap01 {
    width: var(--width-primary);
    height: calc(1500*(100vw / 750));
    margin-left: 0;
  }
  .FR241017outer .styleview01 .styleview__wrap02 {
    width: var(--width-primary);
    position: static;
    display: block;
    row-gap: none;
    margin-top: calc(80*(100vw / 750));
  }
  .FR241017outer .styleview01 .styleview__txt {
    width: calc(600*(100vw / 750));
    position: static;
    margin: 0 auto;
    margin-top: calc(65*(100vw / 750));
  }
  .FR241017outer .styleview01 .c-text_sublead {
    margin-top: calc(26*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview02 {
  margin-top: 18.1rem;
}
.FR241017outer .styleview02 .styleview__inner {
  width: var(--full-width);
}
.FR241017outer .styleview02 .c-text_title {
  margin-top: 4.7rem;
  font-size: 4.6rem;
}
.FR241017outer .styleview02 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 2;
}
.FR241017outer .styleview02 .styleview__wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  margin-top: 6.4rem;
}
.FR241017outer .styleview02 .styleview__wrap01 {
  width: 88rem;
  margin-left: 24rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 4rem;
  position: relative;
}
.FR241017outer .styleview02 .styleview__image0202 {
  margin-top: 16rem;
}
.FR241017outer .styleview02 .styleview__txt {
  width: 35.2rem;
  position: absolute;
  right: -7.2rem;
  top: 64.3rem;
}
.FR241017outer .styleview02 .c-text_sublead {
  margin-top: 2.6rem;
}
.FR241017outer .styleview02 .c-text_credit {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview02 {
    margin-top: calc(213*(100vw / 750));
  }
  .FR241017outer .styleview02 .styleview__inner {
    width: var(--width-primary);
  }
  .FR241017outer .styleview02 .c-text_title {
    margin-top: calc(68*(100vw / 750));
    font-size: calc(68*(100vw / 750));
  }
  .FR241017outer .styleview02 .deco-line01 {
    width: var(--full-width);
    top: calc(55*(100vw / 750));
  }
  .FR241017outer .styleview02 .styleview__wrapper {
    height: fit-content;
    margin-top: calc(85*(100vw / 750));
  }
  .FR241017outer .styleview02 .styleview__wrap01 {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: none;
  }
  .FR241017outer .styleview02 .styleview__image0201 {
    margin-left: calc(190*(100vw / 750));
  }
  .FR241017outer .styleview02 .styleview__image0202 {
    margin-top: calc(38*(100vw / 750));
  }
  .FR241017outer .styleview02 .styleview__txt {
    width: calc(602*(100vw / 750));
    margin: 0 auto;
    position: static;
    margin-top: calc(43*(100vw / 750));
  }
  .FR241017outer .styleview02 .c-text_sublead {
    margin-top: calc(26*(100vw / 750));
  }
  .FR241017outer .styleview02 .c-text_credit {
    margin-top: calc(41*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview03 {
  margin-top: 18.1rem;
}
.FR241017outer .styleview03 .styleview__inner {
  width: var(--full-width);
}
.FR241017outer .styleview03 .c-text_title {
  margin-top: 4.6rem;
  font-size: 4.6rem;
}
.FR241017outer .styleview03 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 2;
}
.FR241017outer .styleview03 .styleview__wrapper {
  width: var(--width-primary);
  height: 155rem;
  margin: 0 auto;
  margin-top: 6.4rem;
  position: relative;
}
.FR241017outer .styleview03 .styleview__wrap01 {
  width: 80rem;
  margin-left: 44rem;
  display: flex;
  justify-content: space-between;
  row-gap: 4rem;
}
.FR241017outer .styleview03 .styleview__image0302 {
  margin-top: 50.5rem;
}
.FR241017outer .styleview03 .styleview__wrap02 {
  width: 85.2rem;
  display: flex;
  justify-content: space-between;
  row-gap: 8rem;
  position: absolute;
  top: 92rem;
  left: 20rem;
}
.FR241017outer .styleview03 .p-style_image {
  width: 42rem;
}
.FR241017outer .styleview03 .styleview__txt {
  width: 35.2rem;
  margin-top: 31.3rem;
}
.FR241017outer .styleview03 .c-text_sublead {
  margin-top: 1.6rem;
}
.FR241017outer .styleview03 .c-text_credit {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview03 {
    margin-top: calc(214*(100vw / 750));
  }
  .FR241017outer .styleview03 .styleview__inner {
    width: var(--width-primary);
  }
  .FR241017outer .styleview03 .c-text_title {
    margin-top: calc(72*(100vw / 750));
    font-size: calc(66*(100vw / 750));
  }
  .FR241017outer .styleview03 .deco-line01 {
    width: var(--full-width);
    top: calc(55*(100vw / 750));
  }
  .FR241017outer .styleview03 .styleview__wrapper {
    height: fit-content;
    margin-top: calc(84*(100vw / 750));
  }
  .FR241017outer .styleview03 .styleview__wrap01 {
    width: calc(695*(100vw / 750));
    margin-left: calc(55*(100vw / 750));
    flex-direction: column;
    row-gap: initial;
  }
  .FR241017outer .styleview03 .styleview__image0302 {
    margin-top: calc(40*(100vw / 750));
    margin-left: calc(215*(100vw / 750));
  }
  .FR241017outer .styleview03 .styleview__wrap02 {
    width: var(--width-primary);
    display: block;
    position: static;
  }
  .FR241017outer .styleview03 .p-style_image {
    width: calc(580*(100vw / 750));
    margin-top: calc(80*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
    overflow: hidden;
  }
  .FR241017outer .styleview03 .p-style_image .slick-list {
    /* margin-right: -1px; */
    position: relative;
    left: -0.3px;
  }
  .FR241017outer .styleview03 .styleview__txt {
    width: calc(600*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(65*(100vw / 750));
  }
  .FR241017outer .styleview03 .c-text_sublead {
    margin-top: calc(23*(100vw / 750));
  }
  .FR241017outer .styleview03 .c-text_credit {
    margin-top: calc(41*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview04 {
  margin-top: 18.1rem;
}
.FR241017outer .styleview04 .styleview__inner {
  width: var(--full-width);
}
.FR241017outer .styleview04 .c-text_title {
  margin-top: 4.7rem;
}
.FR241017outer .styleview04 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 2;
}
.FR241017outer .styleview04 .styleview__wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  margin-top: 6.4rem;
}
.FR241017outer .styleview04 .styleview__wrap01 {
  width: 91rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 3rem;
}
.FR241017outer .styleview04 .styleview__txt {
  width: 50rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 5.3rem;
}
.FR241017outer .styleview04 .c-text_sublead {
  margin-top: 1.7rem;
  text-align: justify;
  text-align-last: center;
  line-break: strict;
}
.FR241017outer .styleview04 .c-text_credit {
  margin-top: 3.1rem;
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview04 {
    margin-top: calc(211*(100vw / 750));
  }
  .FR241017outer .styleview04 .styleview__inner {
    width: var(--width-primary);
  }
  .FR241017outer .styleview04 .c-text_title {
    margin-top: calc(67*(100vw / 750));
  }
  .FR241017outer .styleview04 .deco-line01 {
    width: var(--full-width);
    top: calc(55*(100vw / 750));
  }
  .FR241017outer .styleview04 .styleview__wrapper {
    height: fit-content;
    margin-top: calc(80*(100vw / 750));
  }
  .FR241017outer .styleview04 .styleview__wrap01 {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: initial;
  }
  .FR241017outer .styleview04 .styleview__image0402 {
    margin: 0 auto;
    margin-top: calc(61*(100vw / 750));
  }
  .FR241017outer .styleview04 .styleview__txt {
    width: calc(600*(100vw / 750));
    margin: 0 auto;
    position: static;
    margin-top: calc(65*(100vw / 750));
  }
  .FR241017outer .styleview04 .c-text_sublead {
    margin-top: calc(25*(100vw / 750));
  }
  .FR241017outer .styleview04 .c-text_credit {
    margin-top: calc(41*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview05 {
  margin-top: 17.7rem;
}
.FR241017outer .styleview05 .styleview__inner {
  width: var(--full-width);
}
.FR241017outer .styleview05 .c-text_title {
  margin-top: 4.5rem;
}
.FR241017outer .styleview05 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 2;
}
.FR241017outer .styleview05 .styleview__wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  margin-top: 6.2rem;
  position: relative;
}
.FR241017outer .styleview05 .styleview__wrap01 {
  width: 88rem;
  margin-left: 30rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 4rem;
}
.FR241017outer .styleview05 .styleview__image0501 {
  margin-top: 22rem;
}
.FR241017outer .styleview05 .styleview__txt {
  width: 34.7rem;
  position: absolute;
  top: 61.3rem;
  left: 22rem;
}
.FR241017outer .styleview05 .c-text_sublead {
  margin-top: 1.7rem;
}
.FR241017outer .styleview05 .c-text_credit {
  margin-top: 3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview05 {
    margin-top: calc(208*(100vw / 750));
  }
  .FR241017outer .styleview05 .styleview__inner {
    width: var(--width-primary);
  }
  .FR241017outer .styleview05 .c-text_title {
    margin-top: calc(67*(100vw / 750));
  }
  .FR241017outer .styleview05 .deco-line01 {
    width: var(--full-width);
    top: calc(55*(100vw / 750));
  }
  .FR241017outer .styleview05 .styleview__wrapper {
    height: fit-content;
    margin-top: calc(79*(100vw / 750));
  }
  .FR241017outer .styleview05 .styleview__wrap01 {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: initial;
  }
  .FR241017outer .styleview05 .styleview__image0501 {
    margin-top: 0;
    margin-left: calc(130*(100vw / 750));
  }
  .FR241017outer .styleview05 .styleview__image0502 {
    margin-top: calc(60*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
  }
  .FR241017outer .styleview05 .styleview__txt {
    width: calc(600*(100vw / 750));
    margin: 0 auto;
    position: static;
    margin-top: calc(66*(100vw / 750));
  }
  .FR241017outer .styleview05 .c-text_sublead {
    margin-top: calc(25*(100vw / 750));
  }
  .FR241017outer .styleview05 .c-text_credit {
    margin-top: calc(41*(100vw / 750));
    line-height: 1.85;
    white-space: inherit;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview06 {
  margin-top: 18.1rem;
}
.FR241017outer .styleview06 .styleview__inner {
  width: var(--full-width);
}
.FR241017outer .styleview06 .c-text_title {
  margin-top: 4.7rem;
  font-size: 4.6rem;
}
.FR241017outer .styleview06 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 2;
}
.FR241017outer .styleview06 .styleview__wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  margin-top: 6.4rem;
}
.FR241017outer .styleview06 .styleview__wrap01 {
  width: 50rem;
  margin: 0 auto;
}
.FR241017outer .styleview06 .styleview__wrap02 {
  width: 73rem;
  margin: 0 auto;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 3rem;
}
.FR241017outer .styleview06 .styleview__txt {
  width: 50.1rem;;
  margin: 0 auto;
  margin-top: 5.3rem;
  text-align: center;
}
.FR241017outer .styleview06 .c-text_sublead {
  margin-top: 1.5rem;
}
.FR241017outer .styleview06 .c-text_credit {
  margin-top: 3.1rem;
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview06 {
    margin-top: calc(210*(100vw / 750));
  }
  .FR241017outer .styleview06 .styleview__inner {
    width: var(--width-primary);
  }
  .FR241017outer .styleview06 .c-text_title {
    margin-top: calc(68*(100vw / 750));
    font-size: calc(68*(100vw / 750));
  }
  .FR241017outer .styleview06 .deco-line01 {
    width: var(--full-width);
    top: calc(56*(100vw / 750));
  }
  .FR241017outer .styleview06 .styleview__wrapper {
    height: fit-content;
    margin-top: calc(94*(100vw / 750));
  }
  .FR241017outer .styleview06 .styleview__wrap01 {
    width: var(--width-primary);
    margin-left: 0;
  }
  .FR241017outer .styleview06 .styleview__wrap02 {
    width: calc(540*(100vw / 750));
    margin-left: calc(210*(100vw / 750));
    margin-top: calc(80*(100vw / 750));
    flex-direction: column;
    row-gap: calc(20*(100vw / 750));
  }
  .FR241017outer .styleview06 .styleview__txt {
    width: calc(600*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(66*(100vw / 750));
  }
  .FR241017outer .styleview06 .c-text_sublead {
    margin-top: calc(24*(100vw / 750));
  }
  .FR241017outer .styleview06 .c-text_credit {
    margin-top: calc(41*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .styleview07 {
  margin-top: 17.7rem;
}
.FR241017outer .styleview07 .styleview__inner {
  width: var(--full-width);
}
.FR241017outer .styleview07 .c-text_title {
  margin-top: 4.7rem;
  font-size: 4.6rem;
}
.FR241017outer .styleview07 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 3.4rem;
  left: 0;
  z-index: 2;
}
.FR241017outer .styleview07 .styleview__wrapper {
  width: var(--width-primary);
  height: 152rem;
  margin: 0 auto;
  margin-top: 6.5rem;
  position: relative;
}
.FR241017outer .styleview07 .styleview__wrap01 {
  width: 79rem;
  margin-left: 17rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 6rem;
}
.FR241017outer .styleview07 .styleview__image0702 {
  margin-top: 38rem;
}
.FR241017outer .styleview07 .styleview__wrap02 {
  width: 48rem;
  position: absolute;
  top: 80rem;
  right: 20rem;
}
.FR241017outer .styleview07 .styleview__txt {
  width: 35.2rem;
  position: absolute;
  top: 41.2rem;
  left: -43rem;
}
.FR241017outer .styleview07 .c-text_sublead {
  margin-top: 1.7rem;
}
.FR241017outer .styleview07 .c-text_credit {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .FR241017outer .styleview07 {
    margin-top: calc(214*(100vw / 750));
  }
  .FR241017outer .styleview07 .styleview__inner {
    width: var(--width-primary);
  }
  .FR241017outer .styleview07 .c-text_title {
    margin-top: calc(71*(100vw / 750));
    font-size: calc(66*(100vw / 750));
  }
  .FR241017outer .styleview07 .deco-line01 {
    width: var(--full-width);
    top: calc(55*(100vw / 750));
  }
  .FR241017outer .styleview07 .styleview__wrapper {
    height: fit-content;
    margin-top: calc(84*(100vw / 750));
  }
  .FR241017outer .styleview07 .styleview__wrap01 {
    width: var(--width-primary);
    margin-left: 0;
    flex-direction: column;
    row-gap: initial;
  }
  .FR241017outer .styleview07 .styleview__image0701 {
    margin-left: calc(170*(100vw / 750));
  }
  .FR241017outer .styleview07 .styleview__image0702 {
    margin-top: calc(40*(100vw / 750));
    margin-left: 0;
  }
  .FR241017outer .styleview07 .styleview__wrap02 {
    width: var(--width-primary);
    display: block;
    position: static;
    margin-top: calc(80*(100vw / 750));
  }
  .FR241017outer .styleview07 .styleview__txt {
    width: calc(630*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(65*(100vw / 750));
    position: static;
  }
  .FR241017outer .styleview07 .c-text_sublead {
    margin-top: calc(25*(100vw / 750));
  }
  .FR241017outer .styleview07 .c-text_credit {
    margin-top: calc(42*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                      endview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .endview {
  padding-block: 14rem 13.6rem;
  border-bottom: 0.1rem solid var(--color-black);
  text-align: center;
}
.FR241017outer .endview_inner {
  --row: 13.5rem;
}
.FR241017outer .c-text_staff {
  margin-top: 14.6rem;
}
@media screen and (max-width: 767px) {
  .FR241017outer .endview {
    padding-block: calc(190* 100vw / 750) calc(155* 100vw / 750);
    border-bottom: 0;
  }
  .FR241017outer .endview_inner {
    --row: calc(149*100vw/750);
  }
  .FR241017outer .c-text_staff {
    margin-top: calc(171*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
slick
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: var(--left, initial);
  right: var(--right, initial);
  margin: 0;
}
.FR241017outer .slick-dots li {
  display: inline-block;
  margin-inline: 0.6rem;
}
.FR241017outer .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  border: 0.1rem solid var(--color-white);
}
.FR241017outer .slick-dots li.slick-active button {
  background-color: var(--color-white);
}
/************** ドットの位置がPC/SP共通の場合 **************/
.FR241017outer .c-dot-left .slick-dots {
  --left: 0.4rem;
}
.FR241017outer .c-dot-right .slick-dots {
  --right: 0.4rem;
}
@media screen and (max-width: 767px) {
  .FR241017outer .slick-dots {
    bottom: calc(20* 100vw / 750);
  }
  .FR241017outer .slick-dots li {
    margin: 0 calc(11*100vw/750);
  }
  .FR241017outer .slick-dots li button {
    width: calc(10*100vw/750);;
    height: calc(10*100vw/750);;
    border: calc(2*100vw/750) solid var(--color-white);
  }
  .FR241017outer .c-dot-left .slick-dots {
    --left: calc(8*100vw/750);
  }
  .FR241017outer .c-dot-right .slick-dots {
    --right: calc(8*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
animation - fade
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR241017outer .js-imgFade {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-duration: 0.8s;
}
.FR241017outer .js-imgFade.is-active {
  opacity: 1;
}
.FR241017outer .js-txtFade path {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.FR241017outer .js-txtFade.is-active path {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.FR241017outer .js-txtShow {
  opacity: 0;
  transform: translate(-50%,100%);
  transition: all .5s ease;
  cursor: pointer;
}
.FR241017outer .js-txtShow.is-active {
  opacity: 1;
  transform: translate(-50%,0);
  cursor: pointer;
}

.FR241017outer .js-line {
  opacity: 0;
  width: 0;
  transition: all 1.2s ease;
}
.FR241017outer .js-line.is-active {
  opacity: 1;
  width: 100%;
}
.FR241017outer .deco-line02 .js-line {
  transition-delay: 0.6s;
}

@media only screen and (max-width: 767px) {
  .FR241017outer .js-fade_sp {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transition-duration: 0.8s;
  }
  .FR241017outer .js-fade_sp.is-active {
    opacity: 1;
  }
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: block;
}

/*左右のアニメーション*/
.leftAnime{
  opacity: 0;
}
.leftAnime2{
  opacity: 0;
}

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

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

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

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


@keyframes slideTextX-100 {
  0% {
  transform: translateX(100%);
  opacity: 0;
  }

  100% {
  transform: translateX(0);
  opacity: 1;
  }
}