@charset "UTF-8";
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall {
  --color-black: #000000;
  --color-gray: #58595b;
  --color-white: #ffffff;
  --color-green: #708871;
  --color-dark-blue: #424858;
  --color-light-blue: #606676;
  --color-light-green: #BEC6A0;
  --color-sky-blue: #c6d0d9;
  --full-width: 100%;
  --font-dnp-shuei: "dnp-shuei-mincho-pr6n";
  --font-questa-grande: "questa-grande";
  --font-en: var(--font-questa-grande), sans-serif;
  --font-ja: var(--font-questa-grande), sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt";
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .lp-play_fall {
    --width-primary: 140rem;
    --fz-text_sectitle: 4.2rem;
    --fz-text_number: 6.4rem;
    --fz-text_credit: 1.2rem;
    --fz-text_btn: 2.2rem;
    --fz-text_staff: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-play_fall {
    --width-primary: calc(750*100vw/750);
    --fz-text_sectitle: calc(72*(100vw / 750));
    --fz-text_number: calc(110*100vw/750);
    --fz-text_credit: calc(23*100vw/750);
    --fz-text_btn: calc(42*100vw/750);
    --fz-text_staff: calc(25*100vw/750);
  }
}

@media screen and (min-width: 768px) {
  .lp-play_fall .pc_only {
    display: block;
  }
  .lp-play_fall .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-play_fall .pc_only {
    display: none;
  }
  .lp-play_fall .sp_only {
    display: block;
  }
}
.lp-play_fall img,
.lp-play_fall picture {
  display: block;
  width: 100%;
  height: auto;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .c-text_sectitle {
  font-size: var(--fz-text_sectitle);
  letter-spacing: 0;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  font-style: italic;
  color: var(--color-light-green);
}
.lp-play_fall .c-text_secnumber {
  font-size: var(--fz-text_number);
  letter-spacing: 0.01em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-green);
}
.lp-play_fall .c-text_credit {
  font-size: var(--fz-text_credit);
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: var(--fw-light);
  font-family: var(--font-en);
  color: var(--color-dark-blue);
  margin-top: 2.4rem;
}
.lp-play_fall .c-text_credit > li {
  display: block;
}
.lp-play_fall .c-text_btn {
  margin: 0 auto;
  font-size: var(--fz-text_btn);
  letter-spacing: 0.05em;
  font-weight: var(--fw-light);
  font-family: var(--font-en);
  color: var(--color-black);
  border-bottom: 0.3rem double var(--color-gray);
  padding-bottom: 0.4rem;
}
.lp-play_fall .c-text_staff {
  font-size: var(--fz-text_staff);
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-weight: var(--fw-light);
  font-family: var(--font-en);
  color: var(--color-dark-blue);
}
.lp-play_fall .c-text_staff>span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .lp-play_fall .c-bg_white {
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .lp-play_fall .c-text_sectitle {
    letter-spacing: -0.01em;
  }
  .lp-play_fall .c-text_secnumber {
    letter-spacing: 0.015em;
  }
  .lp-play_fall .c-text_credit {
    line-height: 1.8695652174;
    margin-top: calc(40*(100vw / 750));
  }
  .lp-play_fall .c-text_credit > li {
    display: inline-block;
  }
  .lp-play_fall .c-text_credit span {
    display: inline-block;
  }
  .lp-play_fall .c-text_btn {
    border-bottom: calc(6*100vw/750) double var(--color-gray);
    padding-bottom: calc(10* 100vw / 750);
  }
  .lp-play_fall .c-text_staff>span {
    display: none;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                      common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview__inner {
  margin-inline: auto;
  position: relative;
}
.lp-play_fall .styleview__title {
  pointer-events: none;
}
.lp-play_fall .st0 {
  fill: var(--color-green);
}
.lp-play_fall .st1 {
  fill: var(--color-light-green);
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                    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-dnp-shuei);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.16em;
  color: var(--color-dark-blue);
  margin-top: 5.6rem;
}
@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(107*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview01 {
  margin-top: 9.1rem;
}
.lp-play_fall .styleview01 .styleview__inner {
  width: var(--width-primary);
}
.lp-play_fall .styleview01 .styleview__title {
  width: 12.9rem;
  position: absolute;
  left: 35.5rem;
  top: 2rem;
}
.lp-play_fall .styleview01 .styleview__wrapper {
  width: 118rem;
  margin-left: 15rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 24rem;
}
.lp-play_fall .styleview01 .styleview__wrap01 {
  width: 58rem;
}
.lp-play_fall .styleview01 .styleview__wrap02 {
  width: 36rem;
  margin-top: 49.5rem;
  position: relative;
}
.lp-play_fall .styleview01 .styleview__image0102 {
  width: 36rem;
}
.lp-play_fall .styleview01 .c-text_credit {
  position: absolute;
  right: -11.1rem;
  bottom: -0.5rem;
}
.lp-play_fall .styleview01 .deco-line01 {
  position: absolute;
  top: 6rem;
  left: 49.5rem;
  z-index: 2;
}
.lp-play_fall .styleview01 .bk-line {
  content: "";
  width: 28rem;
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview01 {
    margin-top: calc(120*(100vw / 750));
  }
  .lp-play_fall .styleview01 .styleview__title {
    width: calc(211*(100vw / 750));
    position: absolute;
    left: calc(20*(100vw / 750));
    top: calc(-157*(100vw / 750));
  }
  .lp-play_fall .styleview01 .styleview__wrapper {
    width: var(--width-primary);
    height: calc(1670*(100vw / 750));
    margin-top: calc(285*(100vw / 750));
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: unset;
    position: relative;
  }
  .lp-play_fall .styleview01 .styleview__wrap01 {
    width: calc(660*(100vw / 750));
    margin-left: calc(90*(100vw / 750));
  }
  .lp-play_fall .styleview01 .styleview__wrap02 {
    width: calc(675*(100vw / 750));
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .lp-play_fall .styleview01 .styleview__wrap02 .p-style_image {
    width: calc(480*(100vw / 750));
  }
  .lp-play_fall .styleview01 .styleview__image0102 {
    width: calc(480*(100vw / 750));
  }
  .lp-play_fall .styleview01 .c-text_credit {
    right: calc(0*(100vw / 750));
    bottom: calc(-10*(100vw / 750));
  }
  .lp-play_fall .styleview01 .c-text_credit > li {
    display: block;
  }
  .lp-play_fall .styleview01 .deco-line01 {
    position: absolute;
    top: calc(-72*(100vw / 750));
    left: initial;
    right: 0;
  }
  .lp-play_fall .styleview01 .bk-line {
    width: calc(508*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview02 {
  margin-top: 16rem;
}
.lp-play_fall .styleview02 .styleview__inner {
  width: var(--full-width);
}
.lp-play_fall .styleview02 .styleview__title_box {
  width: var(--width-primary);
  margin: 0 auto;
  position: relative;
}
.lp-play_fall .styleview02 .styleview__title {
  width: 13.7rem;
  background-color: var(--color-white);
  padding: 0 1rem;
  position: absolute;
  right: 23.9rem;
  top: 3.7rem;
}
.lp-play_fall .styleview02 .styleview__wrapper {
  width: 82rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 2rem;
}
.lp-play_fall .styleview02 .styleview__wrap01 {
  width: 40rem;
}
.lp-play_fall .styleview02 .styleview__wrap02 {
  width: 40rem;
  margin-top: 20rem;
}
.lp-play_fall .styleview02 .styleview__image0202 {
  width: 40rem;
}
.lp-play_fall .styleview02 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 8rem;
  left: 0;
  z-index: -1;
}
.lp-play_fall .styleview02 .bk-line {
  content: "";
  width: var(--full-width);
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview02 {
    margin-top: calc(160*(100vw / 750));
  }
  .lp-play_fall .styleview02 .styleview__inner {
    width: var(--width-primary);
  }
  .lp-play_fall .styleview02 .styleview__title {
    width: calc(244*(100vw / 750));
    padding: 0 calc(10*(100vw / 750));
    position: absolute;
    right: calc(61*(100vw / 750));
    top: calc(-157*(100vw / 750));
  }
  .lp-play_fall .styleview02 .styleview__wrapper {
    width: calc(520*(100vw / 750));
    margin: 0 auto;
    flex-direction: column;
    row-gap: unset;
    margin-top: calc(316*(100vw / 750));
  }
  .lp-play_fall .styleview02 .styleview__wrap01 {
    width: var(--full-width);
  }
  .lp-play_fall .styleview02 .styleview__wrap02 {
    width: calc(520*(100vw / 750));
    height: fit-content;
    margin-top: 0;
    overflow: hidden;
  }
  .lp-play_fall .styleview02 .styleview__image0202 {
    width: calc(520*(100vw / 750));
  }
  .lp-play_fall .styleview02 .deco-line01 {
    width: var(--full-width);
    position: absolute;
    top: calc(-72*(100vw / 750));
    left: 0;
  }
  .lp-play_fall .styleview02 .bk-line {
    content: "";
    width: var(--full-width);
    height: 1px;
  }
  .lp-play_fall .styleview02 .c-text_credit {
    margin-top: calc(31*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview03 {
  margin-top: 15.7rem;
}
.lp-play_fall .styleview03 .styleview__inner {
  width: var(--width-primary);
}
.lp-play_fall .styleview03 .styleview__title {
  width: 13.6rem;
  position: absolute;
  right: 41.4rem;
  top: 1.9rem;
}
.lp-play_fall .styleview03 .styleview__wrapper {
  width: 114rem;
  margin-left: 11.5rem;
  display: flex;
  justify-content: space-between;
  row-gap: 26rem;
}
.lp-play_fall .styleview03 .styleview__wrap01 {
  width: 56rem;
}
.lp-play_fall .styleview03 .styleview__wrap02 {
  width: 32rem;
  margin-top: 26rem;
}
.lp-play_fall .styleview03 .deco-line01 {
  position: absolute;
  top: 6rem;
  right: 56rem;
  z-index: 2;
}
.lp-play_fall .styleview03 .bk-line {
  content: "";
  width: 28rem;
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview03 {
    margin-top: calc(171*(100vw / 750));
  }
  .lp-play_fall .styleview03 .styleview__inner {
    width: var(--width-primary);
  }
  .lp-play_fall .styleview03 .styleview__title {
    width: calc(222*(100vw / 750));
    position: absolute;
    right: calc(23*(100vw / 750));
    top: calc(25*(100vw / 750));
    z-index: 3;
  }
  .lp-play_fall .styleview03 .styleview__wrapper {
    width: var(--width-primary);
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: calc(72*(100vw / 750));
  }
  .lp-play_fall .styleview03 .styleview__wrap01 {
    width: var(--full-width);
  }
  .lp-play_fall .styleview03 .styleview__wrap02 {
    width: calc(470*(100vw / 750));
    margin-left: 0;
    margin-top: 0;
  }
  .lp-play_fall .styleview03 .c-text_credit {
    text-align: center;
    margin-top: calc(31*(100vw / 750));
  }
  .lp-play_fall .styleview03 .deco-line01 {
    position: absolute;
    top: calc(109*(100vw / 750));
    right: initial;
    left: 0;
  }
  .lp-play_fall .styleview03 .bk-line {
    width: calc(495*(100vw / 750));
    background-color: var(--color-white);
  }
  .lp-play_fall .styleview03 .st1 {
    fill:#FFFFFF;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview04 {
  margin-top: 16rem;
}
.lp-play_fall .styleview04 .styleview__inner {
  width: var(--full-width);
}
.lp-play_fall .styleview04 .styleview__title_box {
  width: var(--width-primary);
  margin: 0 auto;
  position: relative;
}
.lp-play_fall .styleview04 .styleview__title {
  width: 14rem;
  background-color: var(--color-white);
  padding: 0 1.5rem 0 3rem;
  position: absolute;
  left: 5.7rem;
  top: 3.7rem;
}
.lp-play_fall .styleview04 .styleview__wrapper {
  width: 88rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 6rem;
}
.lp-play_fall .styleview04 .styleview__wrap01 {
  width: 42rem;
  margin-top: 22rem;
}
.lp-play_fall .styleview04 .styleview__wrap02 {
  width: 40rem;
}
.lp-play_fall .styleview04 .styleview__image0402 {
  width: 40rem;
}
.lp-play_fall .styleview04 .deco-line01 {
  width: 83%;
  position: absolute;
  top: 8rem;
  right: 0;
  z-index: -1;
}
.lp-play_fall .styleview04 .bk-line {
  content: "";
  width: var(--full-width);
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview04 {
    margin-top: calc(180*(100vw / 750));
  }
  .lp-play_fall .styleview04 .styleview__inner {
    width: var(--width-primary);
  }
  .lp-play_fall .styleview04 .styleview__title {
    width: calc(242*(100vw / 750));
    padding: 0 calc(10*(100vw / 750));
    position: absolute;
    left: calc(7*(100vw / 750));
    top: calc(-20*(100vw / 750));
  }
  .lp-play_fall .styleview04 .styleview__wrapper {
    width: calc(705*(100vw / 750));
    margin-left: calc(45*(100vw / 750));
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    row-gap: calc(80*(100vw / 750));
  }
  .lp-play_fall .styleview04 .styleview__wrap01 {
    width: calc(660*(100vw / 750));
    margin-top: 0;
    margin-left: 0;
  }
  .lp-play_fall .styleview04 .styleview__wrap02 {
    width: calc(480*(100vw / 750));
    margin-left: calc(225*(100vw / 750));
    position: relative;
  }
  .lp-play_fall .styleview04 .styleview__image0402 {
    width: calc(480*(100vw / 750));
  }
  .lp-play_fall .styleview04 .deco-line01 {
    width: calc(160*(100vw / 750));
    position: absolute;
    top: calc(64*(100vw / 750));
    right: initial;
    left: calc(252*(100vw / 750));
    z-index: 2;
  }
  .lp-play_fall .styleview04 .c-text_credit {
    position: absolute;
    left: calc(-222*(100vw / 750));
    bottom: calc(-10*(100vw / 750));
  }
  .lp-play_fall .styleview04 .c-text_credit > li {
    display: block;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview05 {
  margin-top: 16rem;
}
.lp-play_fall .styleview05 .styleview__inner {
  width: var(--width-primary);
}
.lp-play_fall .styleview05 .styleview__title {
  width: 13.5rem;
  position: absolute;
  right: 14rem;
  top: 1.7rem;
}
.lp-play_fall .styleview05 .styleview__wrap01 {
  width: 90rem;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.lp-play_fall .styleview05 .styleview__image0501 {
  width: 45rem;
}
.lp-play_fall .styleview05 .c-text_credit {
  position: absolute;
  right: -15.9rem;
  bottom: -0.5rem;
}
.lp-play_fall .styleview05 .deco-line01 {
  position: absolute;
  top: 6rem;
  right: 28.5rem;
  z-index: 2;
}
.lp-play_fall .styleview05 .bk-line {
  content: "";
  width: 24rem;
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview05 {
    margin-top: calc(180*(100vw / 750));
  }
  .lp-play_fall .styleview05 .styleview__inner {
    width: var(--width-primary);
  }
  .lp-play_fall .styleview05 .styleview__title {
    width: calc(219*(100vw / 750));
    position: absolute;
    right: initial;
    left: calc(220*(100vw / 750));
    top: calc(25*(100vw / 750));
    z-index: 3;
  }
  .lp-play_fall .styleview05 .styleview__wrap01 {
    width: calc(600*(100vw / 750));
    margin-left: calc(150*(100vw / 750));
    flex-direction: column;
  }
  .lp-play_fall .styleview05 .styleview__image0501 {
    width: var(--full-width);
  }
  .lp-play_fall .styleview05 .c-text_credit {
    position: static;
    margin-top: calc(30*(100vw / 750));
  }
  .lp-play_fall .styleview05 .deco-line01 {
    top: calc(110*(100vw / 750));
    right: initial;
    left: 0;
  }
  .lp-play_fall .styleview05 .bk-line {
    width: calc(215*(100vw / 750));
  }
  .lp-play_fall .styleview05 .st1 {
    fill:#FFFFFF;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview06 {
  margin-top: 28.4rem;
}
.lp-play_fall .styleview06 .styleview__inner {
  width: var(--full-width);
}
.lp-play_fall .styleview06 .styleview__title_box {
  width: var(--width-primary);
  margin: 0 auto;
  position: relative;
}
.lp-play_fall .styleview06 .styleview__title {
  width: 13.9rem;
  background-color: var(--color-white);
  padding: 0 1rem;
  position: absolute;
  left: 62.3rem;
  top: -12.2rem;
}
.lp-play_fall .styleview06 .styleview__wrapper {
  width: 74rem;
  margin: 0 auto;
}
.lp-play_fall .styleview06 .styleview__wrap01 {
  width: 42rem;
  margin: 0 auto;
  position: relative;
}
.lp-play_fall .styleview06 .c-text_credit {
  position: absolute;
  right: -11.4rem;
  bottom: -0.5rem;
}
.lp-play_fall .styleview06 .styleview__wrap02 {
  width: var(--full-width);
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  row-gap: 2rem;
}
.lp-play_fall .styleview06 .styleview__image0602 {
  width: 36rem;
}
.lp-play_fall .styleview06 .styleview__image0602:nth-of-type(2) {
  margin-top: 6rem;
}
.lp-play_fall .styleview06 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: -8rem;
  left: 0;
  z-index: -1;
}
.lp-play_fall .styleview06 .bk-line {
  content: "";
  width: var(--full-width);
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview06 {
    margin-top: calc(308*(100vw / 750));
  }
  .lp-play_fall .styleview06 .styleview__inner {
    width: var(--width-primary);
  }
  .lp-play_fall .styleview06 .styleview__title {
    width: calc(247*(100vw / 750));
    padding: 0 calc(10*(100vw / 750));
    left: calc(256*(100vw / 750));
    top: calc(-157*(100vw / 750));
  }
  .lp-play_fall .styleview06 .styleview__wrapper {
    width: var(--width-primary);
  }
  .lp-play_fall .styleview06 .styleview__wrap01 {
    width: calc(660*(100vw / 750));
  }
  .lp-play_fall .styleview06 .c-text_credit {
    position: static;
    text-align: center;
    margin-top: calc(31*(100vw / 750));
  }
  .lp-play_fall .styleview06 .styleview__wrap02 {
    margin-top: calc(71*(100vw / 750));
    flex-direction: column;
    row-gap: calc(20*(100vw / 750));
  }
  .lp-play_fall .styleview06 .styleview__image0602 {
    width: calc(500*(100vw / 750));
  }
  .lp-play_fall .styleview06 .styleview__image0602:nth-of-type(2) {
    margin-top: 0;
    margin-left: calc(250*(100vw / 750));
  }
  .lp-play_fall .styleview06 .deco-line01 {
    top: calc(-72*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview07 {
  margin-top: 16rem;
}
.lp-play_fall .styleview07 .styleview__inner {
  width: var(--width-primary);
}
.lp-play_fall .styleview07 .styleview__title {
  width: 13.6rem;
  position: absolute;
  left: 23.8rem;
  top: 2rem;
}
.lp-play_fall .styleview07 .styleview__wrapper {
  width: 44rem;
  margin-left: 68rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.lp-play_fall .styleview07 .styleview__wrap02 {
  position: relative;
}
.lp-play_fall .styleview07 .c-text_credit {
  position: absolute;
  left: -15.5rem;
  bottom: -0.5rem;
}
.lp-play_fall .styleview07 .deco-line01 {
  position: absolute;
  top: 6rem;
  left: 38.5rem;
  z-index: 2;
}
.lp-play_fall .styleview07 .bk-line {
  content: "";
  width: 38rem;
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview07 {
    margin-top: calc(317*(100vw / 750));
  }
  .lp-play_fall .styleview07 .styleview__title {
    width: calc(223*(100vw / 750));
    position: absolute;
    left: initial;
    right: calc(22*(100vw / 750));
    top: calc(-157*(100vw / 750));
  }
  .lp-play_fall .styleview07 .styleview__wrapper {
    width: calc(600*(100vw / 750));
    margin-left: 0;
  }
  .lp-play_fall .styleview07 .c-text_credit {
    position: static;
    margin-top: calc(30*(100vw / 750));
    margin-left: calc(51*(100vw / 750));
  }
  .lp-play_fall .styleview07 .deco-line01 {
    position: absolute;
    top: calc(-72*(100vw / 750));
    left: 0;
  }
  .lp-play_fall .styleview07 .bk-line {
    width: calc(495*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview08 {
  margin-top: 16rem;
}
.lp-play_fall .styleview08 .styleview__inner {
  width: var(--full-width);
}
.lp-play_fall .styleview08 .styleview__title_box {
  width: var(--width-primary);
  margin: 0 auto;
  position: relative;
}
.lp-play_fall .styleview08 .styleview__title {
  width: 13.7rem;
  background-color: var(--color-white);
  padding: 0 1rem;
  position: absolute;
  right: 23.9rem;
  top: 4.6rem;
}
.lp-play_fall .styleview08 .styleview__wrapper_box {
  width: var(--width-primary);
  margin: 0 auto;
}
.lp-play_fall .styleview08 .styleview__wrapper {
  width: 93rem;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 16rem;
}
.lp-play_fall .styleview08 .styleview__wrap01 {
  width: 45rem;
}
.lp-play_fall .styleview08 .styleview__wrap02 {
  width: 32rem;
  margin-top: 45.5rem;
  position: relative;
}
.lp-play_fall .styleview08 .c-text_credit {
  position: absolute;
  left: 35.1rem;
  bottom: -0.5rem;
  white-space: nowrap;
}
.lp-play_fall .styleview08 .deco-line01 {
  width: var(--full-width);
  position: absolute;
  top: 9rem;
  left: 0;
  z-index: -1;
}
.lp-play_fall .styleview08 .bk-line {
  content: "";
  width: var(--full-width);
  height: 1px;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview08 {
    margin-top: calc(309*(100vw / 750));
  }
  .lp-play_fall .styleview08 .styleview__title {
    width: calc(244*(100vw / 750));
    padding: 0 calc(10*(100vw / 750));
    right: initial;
    left: calc(25*(100vw / 750));
    top: calc(-157*(100vw / 750));
  }
  .lp-play_fall .styleview08 .styleview__wrapper {
    width: var(--width-primary);
    height: calc(1610*(100vw / 750));
    flex-direction: column;
    row-gap: unset;
    position: relative;
  }
  .lp-play_fall .styleview08 .styleview__wrap01 {
    width: calc(640*(100vw / 750));
    margin-left: calc(110*(100vw / 750));
    position: relative;
    z-index: 2;
  }
  .lp-play_fall .styleview08 .styleview__wrap02 {
    width: calc(460*(100vw / 750));
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .lp-play_fall .styleview08 .c-text_credit {
    right: calc(-286*(100vw / 750));
    bottom: calc(-11*(100vw / 750));
    left: initial;
  }
  .lp-play_fall .styleview08 .c-text_credit li {
    display: block;
  }
  .lp-play_fall .styleview08 .deco-line01 {
    width: calc(475*(100vw / 750));
    top: calc(-72*(100vw / 750));
    left: initial;
    right: 0;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview09
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview09 {
  margin-top: 16rem;
}
.lp-play_fall .styleview09 .styleview__inner {
  width: var(--width-primary);
}
.lp-play_fall .styleview09 .styleview__title {
  width: 13.8rem;
  padding: 0 1rem;
  position: absolute;
  left: 32.3rem;
  top: 1.7rem;
}
.lp-play_fall .styleview09 .styleview__wrap01 {
  width: 58rem;
  margin-left: 56rem;
  position: relative;
}
.lp-play_fall .styleview09 .c-text_credit {
  position: absolute;
  left: -12.5rem;
  bottom: -0.5rem;
}
.lp-play_fall .styleview09 .deco-line01 {
  position: absolute;
  width: 24rem;
  top: 6rem;
  left: 48.5rem;
  z-index: 2;
}
.lp-play_fall .styleview09 .bk-line {
  content: "";
  height: 1px;
  background-color: var(--color-dark-blue);
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-play_fall .styleview09 .styleview__title {
    background-color: var(--color-white);
  }
  .lp-play_fall .styleview09 .deco-line02 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview09 {
    margin-top: calc(180*(100vw / 750));
  }
  .lp-play_fall .styleview09 .styleview__title {
    width: calc(247*(100vw / 750));
    position: absolute;
    padding: 0 calc(10*(100vw / 750));
    left: initial;
    right: calc(108*(100vw / 750));
    top: calc(25*(100vw / 750));
    z-index: 3;
  }
  .lp-play_fall .styleview09 .styleview__wrap01 {
    width: var(--width-primary);
    margin-left: 0;
  }
  .lp-play_fall .styleview09 .c-text_credit {
    position: static;
    margin-top: calc(30*(100vw / 750));
    text-align: center;
  }
  .lp-play_fall .styleview09 .deco-line01 {
    width: calc(395*(100vw / 750));
    top: calc(111*(100vw / 750));
    left: 0;
  }
  .lp-play_fall .styleview09 .deco-line02 {
    display: block;
    position: absolute;
    width: calc(102*(100vw / 750));
    top: calc(111*(100vw / 750));
    right: 0;
    z-index: 2;
  }
  .lp-play_fall .styleview09 .bk-line {
    background-color: var(--color-white);
  }
  .lp-play_fall .styleview09 .st1 {
    fill: var(--color-white);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview10
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .styleview10 {
  margin-top: 16rem;
}
.lp-play_fall .styleview10 .styleview__inner {
  width: var(--full-width);
}
.lp-play_fall .styleview10 .styleview__title_box {
  width: var(--width-primary);
  margin: 0 auto;
  position: relative;
}
.lp-play_fall .styleview10 .styleview__title {
  width: 13.1rem;
  background-color: var(--color-white);
  padding: 0 3rem 0 1.5rem;
  position: absolute;
  right: 10.7rem;
  top: 1.5rem;
}
.lp-play_fall .styleview10 .styleview__wrapper_box {
  width: var(--width-primary);
  margin: 0 auto;
}
.lp-play_fall .styleview10 .styleview__wrapper {
  width: 122rem;
  height: 124rem;
  margin-left: 18rem;
  display: flex;
  justify-content: space-between;
  row-gap: 22rem;
  position: relative;
}
.lp-play_fall .styleview10 .flex__box {
  width: 34rem;
  height: 102rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.lp-play_fall .styleview10 .styleview__wrap01 {
  width: var(--full-width);
}
.lp-play_fall .styleview10 .styleview__image1001 {
  width: 34rem;
}
.lp-play_fall .styleview10 .styleview__wrap02 {
  width: var(--full-width);
}
.lp-play_fall .styleview10 .styleview__wrap03 {
  width: 66rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lp-play_fall .styleview10 .deco-line01 {
  width: 80%;
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: -1;
}
.lp-play_fall .styleview10 .bk-line {
  content: "";
  width: var(--full-width);
  height: 1px;
  background-color: var(--color-dark-blue);
}
.lp-play_fall .styleview10 .c-text_credit {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .lp-play_fall .styleview10 {
    margin-top: calc(172*(100vw / 750));
  }
  .lp-play_fall .styleview10 .styleview__inner {
    width: var(--width-primary);
  }
  .lp-play_fall .styleview10 .styleview__title {
    width: calc(226*(100vw / 750));
    padding: 0 calc(10*(100vw / 750));
    right: initial;
    left: calc(25*(100vw / 750));
    top: calc(-20*(100vw / 750));
  }
  .lp-play_fall .styleview10 .styleview__wrapper {
    width: var(--full-width);
    height: fit-content;
    margin-left: 0;
    flex-direction: column;
    row-gap: calc(100*(100vw / 750));
  }
  .lp-play_fall .styleview10 .flex__box {
    width: calc(460*(100vw / 750));
    height: fit-content;
    margin-left: calc(290*(100vw / 750));
    position: relative;
    gap: 0;
  }
  .lp-play_fall .styleview10 .styleview__image1001 {
    width: calc(460*(100vw / 750));
  }
  .lp-play_fall .styleview10 .styleview__wrap03 {
    width: var(--width-primary);
    position: static;
  }
  .lp-play_fall .styleview10 .deco-line01 {
    width: calc(280*(100vw / 750));
    top: calc(65*(100vw / 750));
    left: calc(257*(100vw / 750));
    z-index: 2;
  }
  .lp-play_fall .styleview10 .c-text_credit {
    position: absolute;
    margin-top: 0;
    left: calc(-223*(100vw / 750));
    bottom: calc(-11*(100vw / 750));
  }
  .lp-play_fall .styleview10 .c-text_credit > li {
    display: block;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                      endview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .endview {
  padding-block: 13.8rem;
  border-bottom: 0.1rem solid var(--color-black);
  text-align: center;
}
.lp-play_fall .endview_inner {
  --row: 13.5rem;
}
.lp-play_fall .c-text_staff {
  margin-top: 14.4rem;
}
@media screen and (max-width: 767px) {
  .lp-play_fall .endview {
    padding-block: calc(154* 100vw / 750) calc(152* 100vw / 750);
    border-bottom: 0;
  }
  .lp-play_fall .endview_inner {
    --row: calc(149*100vw/750);
  }
  .lp-play_fall .c-text_staff {
    margin-top: calc(170*(100vw / 750));
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
slick
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .slick-dots {
  position: absolute;
  bottom: 0.9rem;
  left: var(--left, initial);
  right: var(--right, initial);
  margin: 0;
}
.lp-play_fall .slick-dots li {
  display: inline-block;
  margin-inline: 0.6rem;
}
.lp-play_fall .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);
}
.lp-play_fall .slick-dots li.slick-active button {
  background-color: var(--color-white);
}
/************** ドットの位置がPC/SP共通の場合 **************/
.lp-play_fall .c-dot-left .slick-dots {
  --left: 0.4rem;
}
.lp-play_fall .c-dot-right .slick-dots {
  --right: 0.4rem;
}
@media screen and (max-width: 767px) {
  .lp-play_fall .slick-dots {
    bottom: calc(20* 100vw / 750);
  }
  .lp-play_fall .slick-dots li {
    margin: 0 calc(11*100vw/750);
  }
  .lp-play_fall .slick-dots li button {
    width: calc(10*100vw/750);;
    height: calc(10*100vw/750);;
    border: calc(2*100vw/750) solid var(--color-white);
  }
  .lp-play_fall .c-dot-left .slick-dots {
    --left: calc(8*100vw/750);
  }
  .lp-play_fall .c-dot-right .slick-dots {
    --right: calc(8*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
animation - fade
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-play_fall .js-imgFade {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-duration: 0.8s;
}
.lp-play_fall .js-imgFade.is-active {
  opacity: 1;
}
.lp-play_fall .js-txtFade path {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.lp-play_fall .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);
}
.lp-play_fall .js-txtShow {
  opacity: 0;
  transform: translate(-50%,100%);
  transition: all .5s ease;
  cursor: pointer;
}
.lp-play_fall .js-txtShow.is-active {
  opacity: 1;
  transform: translate(-50%,0);
  cursor: pointer;
}

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

@media only screen and (max-width: 767px) {
  .lp-play_fall .js-fade_sp {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transition-duration: 0.8s;
  }
  .lp-play_fall .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;
  }
}