@charset "utf-8";
/*
"import font"
  Zen Kaku Gothic New:wght@400;500;700
  Zen Old Mincho:wght@600
*/

.c-popupbunner--fixed{
  display: none!important;
}
.c-floatingcv{
  display: none!important;
}

@media print, screen and (min-width:769px) {
  .c-mb05-pc {
    margin-bottom: 5px!important
  }
}

@media print, screen and (max-width:768px) {
  .c-mb05-sp {
    margin-bottom: 1.33333333vw!important
  }
}

@media print, screen and (min-width:769px) {
  .stmoon-section {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width:768px) {
  .stmoon-section {
    width: 100%;
    margin-top: 5.333vw;
    margin-bottom: 16vw;
  }
}

/* stmoon-fv  */
@media print, screen and (min-width:769px) {
  .stmoon-fv {
    padding: 68px 0 40px;
    background-color: #387DA1;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
  }
  .stmoon-fv-inner {
    max-width: 490px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stmoon-fv__textarea {
    margin-bottom: 32px;
  }
  .stmoon-fv__heading {
    width: 100%;
    margin-bottom: 14px;
  }
  .stmoon-fv__lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #F8F8FA;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 5px #237C9C;
  }
  .stmoon-fv__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    min-height: 50px;
    padding: 14px 0;
    margin: 0 auto;
    border-radius: 46px;
    border: none;
    background: #D69693;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    cursor: pointer;

    font-size: 16px;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-fv__button:hover {
    opacity: 0.7;
  }
  .stmoon-fv__thumb {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .stmoon-fv__note {
    margin-bottom: 20px;
  }
  .stmoon-fv__note-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
    padding-right: 28px;
    position: relative;
    cursor: pointer;
  }
  .stmoon-fv__note-title::after {
    content: "";
    display: inline-block;
    background-image: url(/stmoon-movie/type/btn_icon_add_whtie.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
  }
  .stmoon-fv__note-title.js-c-acc-text-open::after {
    background-image: url(/stmoon-movie/type/btn_icon_minus_whtie.svg);
  }
  .stmoon-fv__note-main {
    font-size: 14px;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .stmoon-fv__note-text {
    display: grid;
    row-gap: 5px;
  }
  .stmoon-fv__note-text li {
    font-size: 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
    position: relative;
    padding-left: 1em;
  }
  .stmoon-fv__note-text li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .stmoon-fv__note-text a {
    color: #FFF039;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .stmoon-fv__note-text a:hover {
    text-decoration: none;
  }
  .stmoon-fv__box {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
  }
  .stmoon-fv__box-thumb {
    max-width: 113px;
    width: 100%;
  }
  .stmoon-fv__box-textarea {
    width: calc( 100% - 20px - 113px );
  }
  .stmoon-fv__box-text {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
  }
  .stmoon-fv__box-text a {
    color: #F27AA5;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: all 0.3s ease;
  }
  .stmoon-fv__box-text a:hover {
    text-decoration: none;
  }
  .stmoon-fv__button-zemi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    min-height: 72px;
    padding: 14px 0;
    margin: 0 auto;
    border-radius: 46px;
    border: 1px solid #6595AE;
    background: #F1F1F1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;

    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #6595AE;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-fv__button-zemi:hover {
    opacity: 0.7;
  }
}
@media print, screen and (max-width:768px) {
   .stmoon-fv {
    padding: 5.333vw 4vw 10.667vw;
    background-color: #387DA1;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
  }
  .stmoon-fv-inner {}
  .stmoon-fv__textarea {
    margin-bottom: 8.533vw;
  }
  .stmoon-fv__heading {
    width: 100%;
    margin-bottom: 3.733vw;
  }
  .stmoon-fv__lead {
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.7;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #F8F8FA;
    text-align: center;
    margin-bottom: 5.333vw;
    text-shadow: 0 0 5px #237C9C;
  }
  .stmoon-fv__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61.333vw;
    min-height: 13.333vw;
    padding: 3.733vw 0;
    margin: 0 auto;
    border-radius: 12.267vw;
    border: none;
    background: #D69693;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    cursor: pointer;

    font-size: 4.267vw;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-fv__button:hover {
    opacity: 0.7;
  }
  .stmoon-fv__thumb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.333vw;
  }
  .stmoon-fv__note {
    margin-bottom: 5.333vw;
  }
  .stmoon-fv__note-title {
    display: inline-block;
    font-size: 3.733vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
    padding-right: 7.467vw;
    position: relative;
    cursor: pointer;
  }
  .stmoon-fv__note-title::after {
    content: "";
    display: inline-block;
    background-image: url(/stmoon-movie/type/btn_icon_add_whtie.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.4vw;
    height: 6.4vw;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
  }
  .stmoon-fv__note-title.js-c-acc-text-open::after {
    background-image: url(/stmoon-movie/type/btn_icon_minus_whtie.svg);
  }
  .stmoon-fv__note-main {
    font-size: 3.733vw;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 1.333vw;
  }
  .stmoon-fv__note-text {
    display: grid;
    row-gap: 1.333vw;
  }
  .stmoon-fv__note-text li {
    font-size: 3.2vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    line-height: 1.7;
    position: relative;
    padding-left: 1em;
  }
  .stmoon-fv__note-text li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .stmoon-fv__note-text a {
    color: #FFF039;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .stmoon-fv__note-text a:hover {
    text-decoration: none;
  }
  .stmoon-fv__box {
    display: flex;
    gap: 3.2vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.333vw;
    padding: 4.267vw 4vw;
    border-radius: 2.667vw;
    background: #fff;
  }
  .stmoon-fv__box-thumb {
    width: 32vw;
  }
  .stmoon-fv__box-textarea {
    width: calc( 100% - 3.2vw - 32vw );
  }
  .stmoon-fv__box-text {
    font-size: 3.2vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
  }
  .stmoon-fv__box-text a {
    color: #F27AA5;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: all 0.3s ease;
  }
  .stmoon-fv__box-text a:hover {
    text-decoration: none;
  }
  .stmoon-fv__button-zemi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 20.8vw;
    padding: 4.267vw 0;
    margin: 0 auto;
    border-radius: 12.267vw;
    border: 1px solid #6595AE;
    background: #F1F1F1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;

    font-size: 4.267vw;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #6595AE;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-fv__button-zemi:hover {
    opacity: 0.7;
  }
}

/* stmoon-question  */
@media print, screen and (min-width:769px) {
  .stmoon-question {
    display: flex;
    flex-direction: column;
    max-height: 550px;
    height: 100vh;
    min-height: fit-content;
    padding: 24px;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_03_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  .stmoon-question__head {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
  }
  .stmoon-question__content {
    display: grid;
    place-content: center;
    row-gap: 40px;
    flex: 1;
    padding: 40px 0;
  }
  .stmoon-question__heading {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
  }
  .stmoon-question__button-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 540px;
    margin: 0 auto;
  }
  .stmoon-question__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    min-height: 56px;
    padding: 14px 0;
    margin: 0 auto;
    border-radius: 46px;
    background: #6595AE;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    border: 1px solid #6595AE;
    cursor: pointer;

    font-size: 16px;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-question__button:hover {
    opacity: 0.7;
  }
  .stmoon-question__button.--back {
    background-color: #f1f1f1;
    color: #6595AE;
  }
}
@media print, screen and (max-width:768px) {
.stmoon-question {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 22.6667vw);
    min-height: fit-content;
    padding: 5.333vw 4vw;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_03_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  .stmoon-question__head {
    font-size: 4.267vw;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
  }
  .stmoon-question__content {
    display: grid;
    place-content: center;
    row-gap: 10.667vw;
    flex: 1;
    padding: 10.667vw 0;
  }
  .stmoon-question__heading {
    font-size: 6.933vw;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    display: grid;
    place-content: center;
    min-height: calc( 2em * 1.6 );
  }
  .stmoon-question__button-list {
    display: grid;
    row-gap: 3.2vw;
    width: 61.333vw;
    margin: 0 auto;
  }
  .stmoon-question__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 13.333vw;
    padding: 3.733vw 0;
    margin: 0 auto;
    border-radius: 12.267vw;
    background: #6595AE;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    border: 1px solid #6595AE;
    cursor: pointer;

    font-size: 4.267vw;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-question__button:hover {
    opacity: 0.7;
  }
  .stmoon-question__button.--back {
    background-color: #f1f1f1;
    color: #6595AE;
  }
}

/* stmoon-answer  */
@media print, screen and (min-width:769px) {
  .stmoon-answer {
    display: grid;
    row-gap: 50px;
    padding: 50px 0;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_02_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
  }
  .stmoon-answer__head {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #525252;
  }
  .stmoon-answer__content {
    display: grid;
    row-gap: 32px;
  }
  .stmoon-answer__content-arrow {
    width: 43px;
    margin: 0 auto;
  }
  .stmoon-answer__contentHead {
    display: grid;
    row-gap: 40px;
    position: relative;
  }
  .stmoon-answer__contentHead-main {
    display: grid;
    row-gap: 16px;
  }
  .stmoon-answer__contentHead-heading {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #D69693;
  }
  .stmoon-answer__contentHead-lead {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #333;
    line-height: 1;
  }
  .stmoon-answer__contentHead-lead span {
    font-size: 16px;
    color: #333;
    line-height: normal;
  }
  .stmoon-answer__content-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333;
    line-height: 2;
  }
  .stmoon-answer__content-text a {
    color: #6595AE;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .stmoon-answer__content-text a:hover {
    text-decoration: none;
  }
  .stmoon-answer__contentBody {
    display: grid;
    row-gap: 40px;
  }
  .stmoon-answer__contentBody-sub {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #333;
  }
  .stmoon-answer__contentBody-main {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #6595AE;
  }
}
@media print, screen and (max-width:768px) {
  .stmoon-answer {
    display: grid;
    row-gap: 13.333vw;
    padding: 8.533vw 4vw;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_02_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
  }
  .stmoon-answer__head {
    font-size: 5.333vw;
    text-align: center;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #525252;
  }
  .stmoon-answer__content {
    display: grid;
    row-gap: 8.533vw;
  }
  .stmoon-answer__content-arrow {
    width: 11.467vw;
    margin: 0 auto;
  }
  .stmoon-answer__contentHead {
    display: grid;
    row-gap: 10.667vw;
    position: relative;
  }
  .stmoon-answer__contentHead-main {
    display: grid;
    row-gap: 4.267vw;
  }
  .stmoon-answer__contentHead-heading {
    font-size: 6.933vw;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #D69693;
  }
  .stmoon-answer__contentHead-lead {
    font-size: 3.2vw;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #333;
    line-height: 1;
  }
  .stmoon-answer__contentHead-lead span {
    font-size: 4.267vw;
    color: #333;
    line-height: normal;
  }
  .stmoon-answer__content-text {
    font-size: 3.733vw;
    font-weight: 400;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333;
    line-height: 2;
  }
  .stmoon-answer__content-text a {
    color: #6595AE;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .stmoon-answer__content-text a:hover {
    text-decoration: none;
  }
  .stmoon-answer__contentBody {
    display: grid;
    row-gap: 6.4vw;
  }
  .stmoon-answer__contentBody-sub {
    font-size: 4.8vw;
    text-align: center;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #333;
  }
  .stmoon-answer__contentBody-main {
    font-size: 5.333vw;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #6595AE;
  }
}

/* stmoon-sns  */
@media print, screen and (min-width:769px) {
  .stmoon-sns {
    padding-bottom: 60px;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_05.png);
    background-repeat: repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
  }
  .stmoon-sns::before {
    content: "";
    width: 100%;
    height: 227px;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_04_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
  }
  .stmoon-sns__thumb {
    max-width: 490px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .stmoon-sns__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    min-height: 63px;
    padding: 20px;
    margin: 0 auto 20px;
    border-radius: 46px;
    background: #333;
    text-decoration: none;
    cursor: pointer;

    font-size: 16px;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-sns__button:hover {
    opacity: 0.7;
  }
  .stmoon-sns__button::before {
    content: "";
    background-image: url(/stmoon-movie/type/arrow_forward_ios.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 20px;
  }
  .stmoon-sns__button span {
    padding-left: 30px;
    position: relative;
  }
  .stmoon-sns__button span::before {
    content: "";
    background-image: url(/stmoon-movie/type/logo-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
  }
  .stmoon-sns__note {
    max-width: 610px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .stmoon-sns__note-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
    padding-right: 28px;
    position: relative;
    cursor: pointer;
  }
  .stmoon-sns__note-title::after {
    content: "";
    display: inline-block;
    background-image: url(/stmoon-movie/type/btn_icon_add_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
  }
  .stmoon-sns__note-title.js-c-acc-text-open::after {
    background-image: url(/stmoon-movie/type/btn_icon_minus_black.svg);
  }
  .stmoon-sns__note-main {
    font-size: 14px;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .stmoon-sns__note-text {
    display: grid;
    row-gap: 5px;
  }
  .stmoon-sns__note-text li {
    font-size: 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
    position: relative;
    padding-left: 1em;
  }
  .stmoon-sns__note-text li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .stmoon-sns__note-text a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .stmoon-sns__note-text a:hover {
    text-decoration: none;
  }
  .stmoon-sns__box {
    display: flex;
    gap: 20px;
    max-width: 610px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
  }
  .stmoon-sns__box-thumb {
    max-width: 113px;
    width: 100%;
  }
  .stmoon-sns__box-textarea {
    width: calc( 100% - 20px - 113px );
  }
  .stmoon-sns__box-text {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
  }
  .stmoon-sns__box-text a {
    color: #F27AA5;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: all 0.3s ease;
  }
  .stmoon-sns__box-text a:hover {
    text-decoration: none;
  }
  .stmoon-sns__back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    min-height: 56px;
    padding: 14px 0;
    margin: 0 auto 40px;
    border-radius: 46px;
    background: #f1f1f1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    border: 1px solid #6595AE;
    cursor: pointer;

    font-size: 16px;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #6595AE;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-sns__back:hover {
    opacity: 0.7;
  }
  .stmoon-sns__button-zemi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    min-height: 72px;
    padding: 14px 0;
    margin: 0 auto;
    border-radius: 46px;
    background: #6595AE;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;

    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-sns__button-zemi:hover {
    opacity: 0.7;
  }
}
@media print, screen and (max-width:768px) {
  .stmoon-sns {
    padding: 5.333vw 4vw 16vw;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_05.png);
    background-repeat: repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
  }
  .stmoon-sns::before {
    content: "";
    width: 100%;
    height: 51.2vw;
    background-image: url(/stmoon-movie/type/251016_61201_chu_LP_kv_bg_04_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
  }
  .stmoon-sns__thumb {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.267vw;
  }
  .stmoon-sns__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85.333vw;
    min-height: 14.667vw;
    padding: 4.267vw 5.333vw;
    margin: 0 auto 5.333vw;
    border-radius: 12.267vw;
    background: #333;
    text-decoration: none;
    cursor: pointer;

    font-size: 4.267vw;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-sns__button:hover {
    opacity: 0.7;
  }
  .stmoon-sns__button::before {
    content: "";
    background-image: url(/stmoon-movie/type/arrow_forward_ios.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.267vw;
    height: 4.267vw;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 5.333vw;
  }
  .stmoon-sns__button span {
    padding-left: 8vw;
    position: relative;
  }
  .stmoon-sns__button span::before {
    content: "";
    background-image: url(/stmoon-movie/type/logo-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.333vw;
    height: 5.333vw;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
  }
  .stmoon-sns__note {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.333vw;
  }
  .stmoon-sns__note-title {
    display: inline-block;
    font-size: 3.733vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
    padding-right: 7.467vw;
    position: relative;
    cursor: pointer;
  }
  .stmoon-sns__note-title::after {
    content: "";
    display: inline-block;
    background-image: url(/stmoon-movie/type/btn_icon_add_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.4vw;
    height: 6.4vw;
    aspect-ratio: 1/1;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
  }
  .stmoon-sns__note-title.js-c-acc-text-open::after {
    background-image: url(/stmoon-movie/type/btn_icon_minus_black.svg);
  }
  .stmoon-sns__note-main {
    font-size: 3.733vw;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
    margin-bottom: 1.333vw;
  }
  .stmoon-sns__note-text {
    display: grid;
    row-gap: 1.333vw;
  }
  .stmoon-sns__note-text li {
    font-size: 3.2vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
    position: relative;
    padding-left: 1em;
  }
  .stmoon-sns__note-text li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .stmoon-sns__note-text a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .stmoon-sns__note-text a:hover {
    text-decoration: none;
  }
  .stmoon-sns__box {
    display: flex;
    gap: 3.2vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.333vw;
    padding: 4.267vw 4vw;
    border-radius: 2.667vw;
    background: #fff;
  }
  .stmoon-sns__box-thumb {
    width: 32vw;
  }
  .stmoon-sns__box-textarea {
    width: calc( 100% - 3.2vw - 32vw );
  }
  .stmoon-sns__box-text {
    font-size: 3.2vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #0A0F15;
    line-height: 1.7;
  }
  .stmoon-sns__box-text a {
    color: #F27AA5;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: all 0.3s ease;
  }
  .stmoon-sns__box-text a:hover {
    text-decoration: none;
  }
  .stmoon-sns__back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61.333vw;
    min-height: 13.333vw;
    padding: 3.733vw 0;
    margin: 0 auto 5.333vw;
    border-radius: 12.267vw;
    background: #f1f1f1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    border: 1px solid #6595AE;
    cursor: pointer;

    font-size: 4.267vw;
    font-weight: 600;
    font-family: "Zen Old Mincho", sans-serif;
    color: #6595AE;
    text-shadow: 0 0 10px #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-sns__back:hover {
    opacity: 0.7;
  }
  .stmoon-sns__button-zemi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 19.2vw;
    padding: 3.733vw 0;
    margin: 0 auto;
    border-radius: 12.267vw;
    background: #6595AE;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;

    font-size: 4.267vw;
    font-weight: 600;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
  }
  .stmoon-sns__button-zemi:hover {
    opacity: 0.7;
  }
}

/* script関連 */
.stmoon-section:not(.is-active),
.stmoon-question:not(.is-active),
.stmoon-answer:not(.is-active) {
  display: none;
}
.stmoon-section.is-already,
.stmoon-question.is-already,
.stmoon-answer.is-already {
  display: none;
}