<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&amp;display=swap');

/*------------------------------------------------------------
    フォント
------------------------------------------------------------*/
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSerifJP-Medium.woff') format('woff');
}

/*------------------------------------------------------------
    全体
------------------------------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.9rem;
    font-weight: bold;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.body-on {
    position: static;
    background: url(../img/common/yellow-bg.jpg);
    background-size: contain;;
}
.main {
    overflow: hidden;
}
.content {
    width: 960px;
    margin: auto;
}
::selection { background: #f7f038; }
::-moz-selection { background: #f7f038; }

@media screen and (max-width: 991px) {
    body {
        font-size: 1.6rem;
    }
    .content {
        width: 700px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    body {
        font-size: 1.25rem;
    }
    .content {
        width: 375px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 374px) {
    .content {
        width: 320px;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    スクロールアニメーション
------------------------------------------------------------*/
.slidein {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
    transition: 1.5s;
}
.slidein.scroll-active {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.fadein {
    opacity: 0;
}
.scroll-active.fadein {
    animation: fadeIn 1.5s;
    opacity: 1;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*------------------------------------------------------------
    modal
------------------------------------------------------------*/
.modal-body {
    overflow: hidden;
}
.modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    max-height: calc(100% - 45px);
    color: #fff;
    background: rgba(0,0,0,.8);
    overflow-y: scroll;
    -webkit-overflow-scrolling : touch;
    -ms-overflow-style: none;
}
@media screen\0 {
    .modal {
        height: 70%;
        z-index: 99999;
    }
}
.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.modal-close:before,
.modal-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
}
.modal-close:before {
    width: 35px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:after {
    width: 35px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .modal {
        width: calc(100% - 30px);
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    mv
------------------------------------------------------------*/
.mv {
    position: relative;
    margin-bottom: 60px;
}
.mv:before,
.mv:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mv:before {
    z-index: 0;
    animation: mvPointer 4s;
}
@keyframes mvPointer {
    0% {
        z-index: 2;
    }
    100% {
        z-index: 2;
    }
}
.mv:after {
    background: #000;
    opacity: .9;
    animation: mvBgcolor 5s;
}
@keyframes mvBgcolor {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    60% {
        opacity: .9;
    }
}
.body-on .mv:after {
    opacity: 0;
    animation: mvBgcoloron 4s;
}
@keyframes mvBgcoloron {
    0% {
        opacity: .9;
    }
    40% {
        opacity: .9;
    }
    90% {
        opacity: 0;
    }
}
.mv-bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    font-family: 'object-fit: cover; object-position: 50% 100%;';
}
.mv-bg img:last-child {
    height: 71.52381vw;
    object-position: 50% 0;
    font-family: 'object-fit: cover; object-position: 50% 0;';
    animation: mvBgimg 5s;
}
@keyframes mvBgimg {
    0% {
        bottom: -50%;
    }
    50% {
        bottom: 0;
    }
}
.mv-inner {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 9999;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    pointer-events: none;
    animation: mvInner 3s;
}
@media screen\0 {
    .mv-inner {
        animation: none;
    }
}
_:-ms-lang(x), .mv-inner {
    z-index: 0\9;
}
@keyframes mvInner {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    70% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
.mv-inner div:before,
.mv-inner div:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mv-inner__frame--side:before {
    width: 100%;
    height: calc(100% - 40px);
    background: url(../img/mv/mv-frame-left.png) left top / 20px repeat-y;
}
.mv-inner__frame--side:after {
    width: 100%;
    height: calc(100% - 40px);
    background: url(../img/mv/mv-frame-right.png) right top / 20px repeat-y;
}
.mv-inner__frame--vertical:before {
    width: calc(100% - 40px);
    height: 100%;
    background: url(../img/mv/mv-frame-top.png) left top / 1350px repeat-x;
}
.mv-inner__frame--vertical:after {
    width: calc(100% - 40px);
    height: 100%;
    background: url(../img/mv/mv-frame-bottom.png) left bottom / 1350px repeat-x;
}
.mv-inner__corner div:before,
.mv-inner__corner div:after {
    width: 100%;
    height: 100%;
}
.mv-inner__corner--side:before {
    background: url(../img/mv/mv-corner-01.png) left top / 20px no-repeat;
}
.mv-inner__corner--side:after {
    background: url(../img/mv/mv-corner-02.png) right top / 20px no-repeat;
}
.mv-inner__corner--vertical:before {
    background: url(../img/mv/mv-corner-03.png) right bottom / 20px no-repeat;
}
.mv-inner__corner--vertical:after {
    background: url(../img/mv/mv-corner-04.png) left bottom / 20px no-repeat;
}
.mv-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99999;
    height: 100%;
    animation: mvContent 5s;
}
@media screen\0 {
    .mv-content {
        z-index: 99999;
    }
}
@keyframes mvContent {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mv-logo {
    position: absolute;
    left: 80px;
    top: 60px;
    width: 79px;
}
.mv-symbol {
    position: relative;
    width: 402px;
    margin-bottom: 20px;
    animation: mvSymbol 100s linear infinite;
}
@keyframes mvSymbol {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mv-symbol:before,
.mv-symbol:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: url(../img/mv/mv-light.png) center;
    background-size: cover;
}
.mv-symbol:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    transition: 3s;
    animation: mvLight 3s infinite;
}
@media screen\0 {
    .mv-symbol:before {
        animation: none;
    }
}

.body-on .mv-symbol:before {
    opacity: 0;
}
@keyframes mvLight {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
    40% {
        -webkit-transform: translate(-50%, -50%) scale(1.4);
        transform: translate(-50%, -50%) scale(1.4);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
}
.mv-symbol:after {
    background-image: url(../img/mv/mv-light-on.png);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}
.body-on .mv-symbol:after {
        animation: mvLighton 4s;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 1;
}
@keyframes mvLighton {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    10% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}
.mv-catch {
    position: relative;
    width: 573.75px;
    height: 253.72px;
    cursor: pointer;
}
.mv-catch__off,
.mv-catch__on {
    height: 100%;
}
.mv-catch__on {
    cursor: auto;
    display: none;
}
.mv-catch__off img:last-child {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.mv-catch__sp {
    display: none;
}

@media screen and (max-height: 799px){
    .mv-symbol {
        width: 230px;
    }
    .mv-catch {
        width: 400px;
        height: 176.885px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .mv-bg img:last-child {
        height: 100%;
    }
    .mv-inner {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }
    .mv-inner__frame--side:before {
        height: calc(100% - 20px);
        background-size: 10px;}
    .mv-inner__frame--side:after {
        height: calc(100% - 20px);
        background-size: 10px;
    }
    .mv-inner__frame--vertical:before {
        width: calc(100% - 20px);
        background-size: 700px;
    }
    .mv-inner__frame--vertical:after {
        width: calc(100% - 20px);
        background-size: 700px;
    }
    .mv-inner__corner div:before,
    .mv-inner__corner div:after {
        background-size: 10px;
    }
    .mv-logo {
        width: 45px;
        left: 25px;
        top: 25px;
    }
    .mv-catch {
        width: 245px;
        height: 254px;
    }
    .mv-catch__pc {
        display: none;
    }
    .mv-catch__sp {
        display: block;
    }
} /* ----- media END ----- */

@media screen and (max-height: 599px){
    .mv-symbol {
        width: 200px;
    }
    .mv-catch {
        width: 200px;
        height: 207.35px;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    prologue
------------------------------------------------------------*/
.prologue {
    position: relative;
    z-index: 1;
    padding: 0 95px;
}
.prologue:before,
.prologue:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.prologue:before {
    left: -300px;
    top: -30px;
    width: 500px;
    background-image: url(../img/prologue/prologue-pattern-01.png);
}
.prologue:after {
    right: -400px;
    top: 230px;
    width: 430px;
    background-image: url(../img/prologue/prologue-pattern-02.png);
}
.prologue-inner {
    position: relative;
    padding: 76px;
    opacity: 0;
}
.scroll-active .prologue-inner {
    opacity: 1;
    animation: prologue 1.5s;
}
@keyframes prologue {
    0% {
        opacity: 0;
    }
    60% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
.prologue-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.scroll-active .prologue-bg:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    animation: prologueBg 1.5s;
}
@keyframes prologueBg {
    0% {
        box-shadow: inset 0 0 400px 400px #f8ffbc;
    }
    60% {
        box-shadow: inset 0 0 250px 250px #f8ffbc;
    }
    100% {
        box-shadow: inset 0 0 0 0 #f8ffbc;
    }
}
.prologue-inner:after {
    content: "";
    position: absolute;
    left: -110px;
    top: 110px;
    width: 100%;
    height: 100%;
    background: url(../img/prologue/prologue-flower.png) left bottom / 450px no-repeat;
    opacity: 0;
}
.scroll-active .prologue-inner:after  {
    opacity: 1;
    animation: prologueFlower 3s;
}
@keyframes prologueFlower {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.prologue-content {
    position: relative;
    height: 100%;
    padding: 70px 25px;
    text-align: center;
    background: rgba(248,255,188,.9);
}
.prologue-content__ttl--sp {
    display: none;
}
.prologue-content__ttl {
    width: 480px;
    margin: 0 auto 40px;
}
.prologue-content__txt {
    line-height: 2;
    letter-spacing: -1.5px;
}

@media screen and (max-width: 991px) {
    .prologue {
        padding: 0;
    }
    .prologue:before,
    .prologue:after {
        display: none;
    }
    .prologue-inner {
        padding: 69px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .prologue-inner {
        padding: 37px;
    }
    .scroll-active .prologue-inner:after {
        top: 35px;
        left: -30px;
        background-size: 180px;
    }
    .prologue-content {
        padding: 22px 35px;
    }
    .prologue-content__ttl--sp {
        display: block;
        width: 297.375px;
    }
    .prologue-content__ttl--pc {
        display: none;
    }
} /* ----- media END ----- */

@media screen and (max-width: 374px) {
    .prologue-inner {
        padding: 32px;
    }
    .prologue-content__ttl--sp {
        width: 250px;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    content-bg
------------------------------------------------------------*/
.content-bg {
    position: absolute;
    left: calc(50% - 7px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2;
    width: 837px;
    height: 0;
    transition: .3s linear;
}
.scroll-active.prologue + .content-bg {
    animation: contentBg 3s;
    opacity: 1;
}
@keyframes contentBg {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.content-bg:before {
    content: "";
    position: absolute;
    left: -55px;
    top: 105px;
    width: 100%;
    height: 100%;
    background: url(../img/content-bg/content-bg-leaf.png) left top / 100px no-repeat;
    opacity: 0;
}
.scroll-active.content-bg:before {
    animation: bgFlower 3s;
    opacity: 1;
}
@keyframes bgFlower {
    0% {
        -webkit-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        background-position: 50% top;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        background-position: left top;
        opacity: 1;
    }
}
.content-bg__inner {
    height: 100%;
}
.content-bg__inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    font-family: 'object-fit: cover; object-position: 50% 0;';
    max-height: 4100px;
}
.content-bg__inner img:last-child {
    display: none;
}
.content-bg__inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 80px;
    box-shadow: 0 -40px 40px #f8ffbc;
}

@media screen and (max-width: 991px) {
    .content-bg {
        width: 761px;
    }
    .content-bg__inner img {
        max-height: 3740px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .content-bg {
        left: 50%;
        width: 375px;
    }
    .content-bg:before {
        left: -30px;
        top: 15px;
        background-size: 60px;
    }
    .content-bg__inner img {
        max-height: 4125px;
    }
    .content-bg__inner img:first-child {
        display: none;
    }
    .content-bg__inner img:last-child {
        display: block;
    }
} /* ----- media END ----- */

@media screen and (max-width: 374px) {
    .content-bg {
        width: 320px;
    }
    .content-bg__inner img {
        max-height: 3520px;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    comic
------------------------------------------------------------*/
.comic {
    position: relative;
    width: 445px;
    margin: 320px auto 0;
}
.comic:before,
.comic:after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.comic:before {
    right: 0;
    bottom: 0;
    width: 120%;
    height: 155%;
    background: url(../img/comic/comic-leaf-01.png) left top / 20% no-repeat;
}
.scroll-active.comic:before {
    animation: comicFlowerleft 2s;
}
@keyframes comicFlowerleft {
    0% {
        -webkit-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        background-position: left 50% top;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        background-position: left top;
        opacity: 1;
    }
}
.comic:after {
    left: 0;
    top: 0;
    width: 125%;
    height: 160%;
    background: url(../img/comic/comic-leaf-02.png) right bottom / 25% no-repeat;
}
.scroll-active.comic:after {
    animation: comicFlowerright 2s;
}
@keyframes comicFlowerright {
    0% {
        -webkit-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        background-position: right 50% bottom;
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        background-position: right bottom;
        opacity: 1;
    }
}
.comic-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.comic-img {
    width: 100%;
    max-width: 71px;
    min-width: 71px;
    margin-right: 20px;
}
.comic-detail {
    -ms-flex: 0 1 auto;
}
.comic-ttl {
    width: 187.5px;
    margin-bottom: 5px;
}
.comic-txt {
    font-size: 1.2rem;
    line-height: 1.8;
}
.comic-btn {
    position: relative;
    padding: 8px 0 4px;
    text-align: center;
    background: #f6ed5a;
    transition: 1s;
    cursor: pointer;
}
@media screen\0 {
    .comic-btn {
        z-index: 99999;
    }
}
.comic-btn:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #cba01b;
}
.comic-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}
.comic-btn:hover:after {
    opacity: 1;
}
.comic-btn img {
    width: 154px;
}
.comic-btn__sp {
    display: none;
}
.comic-modal {
    padding: 50px 85px 60px;
}
.comic-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 80px;
}
.comic-fig {
    max-width: 130px;
    min-width: 130px;
    margin-right: 55px;
}
.comic-fig__img {
    margin-bottom: 15px;
}
.comic-fig__ttl {
    margin: 0 -10px;
    font-size: 3rem;
    letter-spacing: -.5px;
}
.comic-info {
    -ms-flex: 0 1 auto;
    line-height: 1.8;
}
.comic-info p:first-child {
    margin-bottom: 10px;
    font-size: 1.4rem;
}
.comic-info p:last-child {
    font-size: 1.6rem;
}
.comic-person__ttl {
    display: inline-block;
    padding: 6px 15px 3px;
    border: 1px solid #fff;
    border-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
}
.comic-person__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 50px 30px 35px;
    border: 1px solid #fff;
    background: url(../img/comic/comic-person.png) center bottom / 250px no-repeat;
}
.comic-person__detail {
    -ms-flex: 0 1 auto;
    width: 50%;
}
.comic-person__detail:first-child {
    margin-right: 160px;
}
.comic-person__detail:last-child {
    margin-left: 160px;
}
.comic-person__detail--name {
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-indent: -.5em;
}
.comic-person__detail--txt {
    font-size: 1.2rem;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {
    .comic {
        margin-top: 285px;
    }
    .comic-modal {
        padding: 30px;
    }
    .comic-about {
        margin-bottom: 40px;
    }
    .comic-fig {
        margin-right: 30px;
    }
    .comic-person__box {
        padding: 30px;
        background-size: 180px;
    }
    .comic-person__detail:first-child {
        margin-right: 100px;
    }
    .comic-person__detail:last-child {
        margin-left: 100px;
    }
    .comic-info p:first-child {
        font-size: 1.2rem;
    }
    .comic-info p:last-child {
        font-size: 1.4rem;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .comic {
        width: 220px;
        margin-top: 160px;
    }
    .comic:before {
        width: 120%;
        height: 180%;
        background-size: 23%;
    }
    .comic:after {
        width: 125%;
        height: 175%;
    }
    .comic-img {
        max-width: 48px;
        min-width: 48px;
        margin-right: 10px;
    }
    .comic-ttl {
        width: 157.5px;
        margin-bottom: 10px;
    }
    .comic-txt {
        display: none;
    }
    .comic-btn__pc {
        display: none;
    }
    .comic-btn__sp {
        display: block;
        padding: 8px 15px 6px;
    }
    .comic-about {
        display: block;
    }
    .comic-fig {
        margin: 0 auto 20px;
    }
    .comic-person__box {
        display: block;
        padding-bottom: 200px;
    }
    .comic-person__detail {
        width: 100%;
        margin: 0!important;
    }
    .comic-person__detail:first-child {
        margin-bottom: 20px!important;
    }
} /* ----- media END ----- */

@media screen and (max-width: 374px) {
    .comic {
        width: 200px;
        margin-top: 135px;
    }
    .comic-img {
        max-width: 40px;
        min-width: 40px;
        margin-right: 5px;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    force
------------------------------------------------------------*/
.force {
    position: relative;
    margin: 325px auto 0;
}
.force-ttl {
    width: 271px;
    margin: 0 auto 200px;
}
.force-content li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 180px;
}
.force-content li:before {
    content: "";
    position: absolute;
    left: -410px;
    top: -210px;
    width: 967px;
    height: 500%;
    background: url(../img/force/force-bg-01.png) no-repeat;
    background-size: contain;
    pointer-events: none;
}
.force-comic {
    width: 50%;
}
.force-comic__img {
    margin-bottom: -30px;
}
.force-comic__txt {
    position: relative;
    width: 316px;
    height: 120px;
    margin-left: auto;
    padding: 18px 25px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    background: url(../img/force/force-comic-bg.png);
    background-size: cover;
}
.force-detail {
    width: 50%;
    padding-left: 90px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
}
.scroll-active.force-detail {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    animation: forceDetail 3s;
}
@keyframes forceDetail {
    0% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        opacity: 0;
    }
    30% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
.force-detail__ttl {
    margin: 30px 0 10px;
}
.force-detail__txt {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.5px;
}
.force-detail__society {
    position: relative;
    margin: 0 10px 20px 0;
    padding: 3px;
    border: 3px solid #978041;
}
.force-detail__society:before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 53px;
    height: 100%;
    background: url(../img/force/force-detail-society-bg.png) center bottom no-repeat;
    background-size: contain;
}
.force-detail__society:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #978041 transparent transparent transparent;
}
.force-detail__society--inner {
    padding: 10px 40px 20px;
    border: 1px solid #978041;
}
.force-detail__society--ttl {
    width: 181px;
    margin: 0 auto 10px;
}
.force-detail__society--txt {
    font-size: 1.2rem;
    line-height: 1.8;
}
.force-detail__link {
    padding-bottom: 3px;
    border-bottom: 2px solid #efb2bf;
    color: #978041;
    text-align: center;
    letter-spacing: -1px;
    transition: .4s;
}
@media screen\0 {
    .force-detail__link {
        z-index: 99999;
    }
}
.force-detail__link:hover {
    border-color: transparent;
}
.force-detail__copy {
    display: block;
    margin-top: 25px;
    font-size: 1.2rem;
    text-align: right;
}
.force-content li:nth-child(2):before {
    left: 560px;
    top: -155px;
    width: 660px;
    background-image: url(../img/force/force-bg-02.png);
}
.force-content li:nth-child(2) .force-detail {
    padding: 0 90px 0 0;
}
.force-content li:nth-child(2) .force-detail__ttl {
    margin-top: 0;
}
.force-content li:nth-child(2) .force-comic {
    padding-top: 10px;
}
.force-content li:nth-child(2) .force-comic__txt {
    margin-right: 60px;
}
.force-content li:nth-child(3) {
    display: block;
}
.force-content li:nth-child(3):before {
    left: -330px;
    top: -85px;
    width: 850px;
    background-image: url(../img/force/force-bg-03-01.png);
}
.force-content li:nth-child(3):after {
    content: "";
    position: absolute;
    left: 755px;
    top: 370px;
    z-index: -1;
    width: 115px;
    height: 500%;
    background: url(../img/force/force-bg-03-02.png) no-repeat;
    background-size: contain;
    pointer-events: none;
}
.force-content li:nth-child(3) .force-comic {
    width: 100%;
}
.force-content li:nth-child(3) .force-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: -20px;
    padding: 0;
    animation: none!important;
}
.force-content li:nth-child(3) .force-comic__txt {
    margin: -30px 0 0 470px;
}
.force-content li:nth-child(3) .force-detail__left {
    width: 50%;
    padding: 0 50px 50px;
}
.force-content li:nth-child(3) .force-detail__ttl {
    margin-top: 0;
}
.force-content li:nth-child(3) .force-detail__right {
    width: 50%;
    padding: 0 20px 0 60px;
}
.force-message {
    width: 518px;
    margin: 390px auto 0;
}

@media screen and (max-width: 991px) {
    .force {
        margin-top: 275px;
    }
    .force-content li {
        margin-bottom: 140px;
    }
    .force-detail {
        padding-left: 50px;
    }
    .force-content li:nth-child(2) .force-detail {
        padding-right: 50px;
    }
    .force-content li:nth-child(3) .force-comic__txt {
        margin-left: 350px;
    }
    .force-detail__link {
        font-size: 1.3rem;
    }
    .force-message {
        margin-top: 355px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .force {
        margin-top: 140px;
    }
    .force-ttl {
        width: 205px;
        margin-bottom: 85px;
    }
    .force-content li {
        flex-direction: column;
        padding: 0 40px;
    }
    .force-content li:before {
        left: -270px;
        top: -90px;
        width: 700px;
    }
    .force-comic {
        width: 100%;
    }
    .force-comic__img {
        margin-bottom: 10px;
    }
    .force-comic__txt {
        width: 295px;
        height: 112px;
        margin: auto;
        padding: 15px 20px;
    }
    .force-detail {
        width: 100%;
        padding: 0;
    }
    .scroll-active.force-detail {
        animation: forceDetail 2s;
    }
    .force-detail__ttl {
        margin-bottom: 10px;
    }
    .force-detail__txt {
        margin-bottom: 10px;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .force-detail__txt br {
        display: none;
    }
    .force-detail__society {
        width: 295px;
        background: url(../img/common/yellow-bg.jpg);
        background-size: contain;;
    }
    .force-detail__society:before {
        right: -20px;
        background-size: 40px;
    }
    .force-detail__society--inner {
        padding: 5px 30px 15px;
    }
    .force-detail__society--ttl {
        width: 145px;
    }
    .force-detail__society--txt {
        font-size: 1rem;
    }
    .force-detail__link {
        font-size: 1.5rem;
    }
    .force-detail__copy {
        margin-top: 20px;
        font-size: 1rem;
    }
    .force-content li:nth-child(2):before {
        left: 15px;
        top: -70px;
        width: 400px;
    }
    .force-content li:nth-child(2) {
        flex-direction: column-reverse;
    }
    .force-content li:nth-child(2) .force-detail {
        padding: 0;
    }
    .force-content li:nth-child(2) .force-comic__txt {
        margin: 0 auto 40px;
    }
    .force-content li:nth-child(3):before {
        left: -490px;
        top: -115px;
        width: 700px;
    }
    .force-content li:nth-child(3):after {
        left: 285px;
        top: 500px;
    }
    .force-content li:nth-child(3) .force-comic__txt {
        margin: auto;
    }
    .force-content li:nth-child(3) .force-detail {
        display: block;
        margin-top: 40px;
    }
    .force-content li:nth-child(3) .force-detail__left {
        width: 100%;
        padding: 0;
    }
    .force-content li:nth-child(3) .force-detail__right {
        width: 100%;
        padding: 0;
    }
    .force-message {
        width: 260px;
        margin-top: 385px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 374px) {
    .force {
        margin-top: 103px;
    }
    .force-detail__ttl {
        margin-top: 20px;
        padding: 0 20px;
    }
    .force-detail__txt {
        font-size: 1rem;
    }
    .force-comic__txt {
        width: 270px;
        height: 102px;
        font-size: 1rem;
    }
    .force-detail__society {
        width: 270px;
    }
    .force-content li {
        margin-bottom: 90px;
        padding: 0 25px;
    }
    .force-detail__link {
        font-size: 1.3rem;
    }
    .force-content li:nth-child(2) .force-comic__txt {
        margin-bottom: 20px;
    }
    .force-content li:nth-child(3) .force-detail {
        margin-top: 20px;
    }
    .force-message {
        width: 200px;
        margin-top: 235px;
    }
} /* ----- media END ----- */


/*------------------------------------------------------------
    tour
------------------------------------------------------------*/
.tour {
    position: relative;
    z-index: 1;
    margin-top: 120px;
}
.tour-illust {
    position: relative;
    height: 41.930295vw;
    margin-bottom: -1px;
    background: url(../img/tour/tour-bg.png) center;
    background-size: cover;
}
.tour-illust:before,
.tour-illust:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tour-illust:before {
    background: url(../img/tour/tour-building.png) 56% 35% / 27% no-repeat;
    z-index: -1;
}
.tour-illust:after {
    background: url(../img/tour/tour-flower.png) 52% 100% / 45% no-repeat;
    z-index: -2;
    transition: 1s;
}
.scroll-active.tour-illust:after {
    background-position: 53% 0;
}
.tour-illust__minamo {
    position: absolute;
    left: 50%;
    bottom: -5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    max-width: 849px;
    width: 60vw;
}
.tour-illust__minamo:before {
    content: "";
    position: absolute;
    right: 20%;
    top: -65%;
    width: 12%;
    height: 100%;
    background: url(../img/tour/tour-leaf-01.png) center / 100% no-repeat;
    opacity: 0;
}
.scroll-active.tour-illust__minamo:before {
    animation: minamoBefore 1s;
    opacity: 1;
}
@keyframes minamoBefore {
    0% {
        -webkit-transform: translate(50%, -100%);
        transform: translate(50%, -100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
.tour-illust__minamo:after {
    content: "";
    position: absolute;
    left: 40%;
    top: -30%;
    width: 15%;
    height: 100%;
    background: url(../img/tour/tour-leaf-02.png) center / 100% no-repeat;
    opacity: 0;
}
.scroll-active.tour-illust__minamo:after {
    animation: minamoAfter 1s;
    opacity: 1;
}
@keyframes minamoAfter {
    0% {
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
.tour-illust__minamo--img {
    padding: 5% 30% 7%;
    background: url(../img/tour/tour-minamo-02.png) center top / 100% no-repeat;
    opacity: 0;
}
.scroll-active .tour-illust__minamo--img {
    opacity: 1;
    animation: minamo 2.5s;
}
@keyframes minamo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.tour-content {
    position: relative;
    padding: 1% 0 60px;
    background: url(../img/tour/tour-pattern.jpg);
}
.tour-content:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #1876da transparent transparent transparent;
}
.tour-content .content {
    width: 860px;
}
.tour-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 800px;
    margin: 0 30px;
    padding-top: 28px;
}
.tour-main:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../img/tour/tour-main-bg.png) center;
    background-size: cover;
}
.tour-main__ttl {
    position: relative;
    margin-bottom: 55px;
}
.tour-main__txt {
    position: relative;
    color: #ebca4b;
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: center;
}
.tour-course {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.tour-course li {
    width: 50%;
}
.tour-course li:first-child {
    margin-right: 50px;
}

@media screen and (max-width: 991px) {
    .tour-content .content {
        width: 768px;
        padding: 0 30px;
    }
    .tour-main {
        height: 708px;
        margin: 0;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .tour {
        margin-top: 30px;
    }
    .tour-illust {
        height: 90vw;
    }
    .tour-illust:before {
        top: 25%;
        background-position: 58% 7%;
        background-size: 40%;
    }
    .scroll-active.tour-illust:after {
        top: 5%;
        background-size: 85%;
    }
    .tour-illust__minamo {
        bottom: -5%;
        width: 115vw;
    }
    .scroll-active.tour-illust__minamo:before {
        right: 25%;
        top: -70%;
        width: 10%;
    }
    .tour-content .content {
        width: 375px;
        padding: 0;
    }
    .tour-main {
        height: 500px;
        margin: 0 0 5px 0;
        padding: 70px 40px 40px;
    }
    .tour-main:before {
        width: 130%;
    }
    .tour-main__ttl {
        margin-bottom: 10px;
    }
    .tour-main__txt {
        font-size: 1.25rem;
        text-align: left;
    }
    .tour-main__txt br {
        display: none;
    }
    .tour-course {
        display: block;
        padding: 0 50px;
    }
    .tour-course li {
        width: 100%;
    }
    .tour-course li:first-child {
        margin: 0 0 20px 0;
    }
    .tour-bnr {
        padding: 0 30px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 374px) {
    .tour-content .content {
        width: 320px;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    join
------------------------------------------------------------*/
.join {
    position: relative;
    padding-top: 100px;
    background: url(../img/tour/tour-pattern.jpg);
}
.join:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}
.join &gt; * {
    position: relative;
}
.join-ttl {
    width: 221px;
    margin: 0 auto 15px;
}
.join-txt {
    margin-bottom: 20px;
    color: #ebca4b;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: center;
}
.join-txt .none {
    display: none;
}
.join-map {
    z-index: 1;
    width: 100%;
    height: 285px;
    border-top: 1px solid #ebca4b;
    border-bottom: 1px solid #ebca4b;
    box-shadow: 0px 5px 30px -2px #000;
}
@media screen\0 {
    .join-map {
        z-index: 99999;
    }
}
.join-pass {
    padding: 120px 0;
    background: url(../img/join/join-bg.png) center bottom no-repeat;
    background-size: 100%;
}
.join-pass:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../img/join/join-flower.png) center top / 600px no-repeat;
}
.join-pass:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 17px;
    background: url(../img/join/join-img.png) center bottom / 650px no-repeat;
}
.join-pass__inner {
    position: relative;
    z-index: 1;
}
.join-pass__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
    width: 100%;
    height: 200%;
    background: url(../img/join/join-light.png) center center / 800px no-repeat;
    opacity: 0;
}
.scroll-active .join-pass__inner:before {
    animation: joinLight 1.5s;
    opacity: 1;
}
@keyframes joinLight {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.join-pass__txt {
    margin-bottom: 170px;
    color: #ebca4b;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: center;
}
.join-pass__btn {
    position: relative;
    width: 274px;
    margin: 0 auto;
    cursor: pointer;
}
@media screen\0 {
    .join-pass__btn {
        z-index: 99999;
    }
}
.join-pass__btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffff00;
    opacity: 0;
    transition: .4s;
}
.join-pass__btn:hover:before {
    opacity: .4;
}
.join-pass__inner .modal {
    padding: 100px;
}
.join-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.join-modal__detail {
    width: 65%;
    padding-right: 50px;
}
.join-modal__ttl {
    width: 190px;
    margin: 40px 0;
}
.join-modal__txt {
    font-size: 1.3rem;
    line-height: 2;
}
.join-modal__txt p {
    margin-bottom: 30px;
}
.join-modal__note {
    margin-bottom: 20px!important;
    padding-left: 1em;
    text-indent: -1em;
}
.join-modal__download {
    position: relative;
    width: 225.5px;
    transition: 1s;
}
.join-modal__download:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: .4s;
}
.join-modal__download:hover:before {
    opacity: .4;
}
.join-modal__img {
    width: 35%;
}

@media screen and (max-width: 991px) {
    .join-pass__inner .modal {
        padding: 60px;
    }
    .join-modal__detail {
        padding-right: 30px;
    }
    .join-modal__ttl {
        margin: 0 0 30px;
    }
    .join-modal__txt {
        font-size: 1.2rem;
    }
    .join-modal__txt p {
        margin-bottom: 20px;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .join {
        padding-top: 70px;
    }
    .join-ttl {
        width: 180px;
    }
    .join-txt {
        font-size: 2.2rem;
    }
    .join-txt .none {
        display: block;
    }
    .join-map {
        height: 320px;
    }
    .join-pass {
        padding: 65px 0 45px;
    }
    .join-pass:before {
        background-size: 320px;
    }
    .join-pass:after {
        top: 5px;
        background-size: 320px;
    }
    .join-pass__inner:before {
        background-size: 400px;
        top: -30px;
    }
    .join-pass__txt {
        margin-bottom: 60px;
        font-size: 1.3rem;
    }
    .join-pass__btn {
        width: 207px;
    }
    .join-pass__inner .modal {
        padding: 30px;
    }
    .join-modal {
        flex-direction: column-reverse;
        align-items: center;
    }
    .join-modal__detail {
        width: 100%;
        padding: 0;
    }
    .join-modal__ttl {
        width: 150px;
        margin-bottom: 15px;
    }
    .join-modal__txt br {
        display: none;
    }
    .join-modal__img {
        margin-bottom: 30px;
    }
    .join-modal__download {
        margin: auto;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    qa
------------------------------------------------------------*/
.qa {
    padding: 110px 0 200px;
    background-color: #000;
    background-image: url(../img/qa/qa-bg.png);
    background-position: right -55px bottom;
    background-repeat: no-repeat;
    background-size: 530px;
}
.qa-content {
    position: relative;
    margin-bottom: 70px;
    padding: 40px 50px 75px;
    border: 4px solid #ffe8cb;
}
.qa-content:before,
.qa-content:after {
    content: "";
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    height: 100%;
    pointer-events: auto;
}
.qa-content:before {
    top: -2px;
    background: url(../img/qa/qa-frame-top.png) center top / 100% no-repeat;
}
.qa-content:after {
    top: 2px;
    background: url(../img/qa/qa-frame-bottom.png) center bottom / 100% no-repeat;
}
.qa-ttl {
    width: 200px;
    margin: 0 auto 60px;
}
.qa-list {
    margin-bottom: 70px;
    line-height: 1.5;
}
.qa-list li:not(:last-child) {
    margin-bottom: 50px;
}
.qa-list__q {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    color: #e6ca56;
    font-size: 2.4rem;
}
.qa-list__q:before {
    content: "";
    display: block;
    max-width: 60px;
    min-width: 60px;
    height: 40px;
    background: url(../img/qa/qa-q.png) left bottom / 40px no-repeat;
    background-size: contain;
}
.qa-list__q span {
    display: block;
    -ms-flex: 0 1 auto;
}
.qa-list__a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    color: #fff;
    font-size: 1.4rem;
}
.qa-list__a span {
    display: block;
    -ms-flex: 0 1 auto;
}
.qa-list__a:before {
    content: "";
    display: block;
    max-width: 60px;
    min-width: 60px;
    height: 40px;
    background: url(../img/qa/qa-a.png) left top / 40px no-repeat;
    background-size: contain;
}
.qa-response {
    margin-bottom: 195px;
    padding-top: 45px;
    background: url(../img/qa/qa-response-pc.png);
    background-size: cover;
}
.qa-response__txt {
    margin-bottom: 25px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
}
.qa-response__txt .pc-no {
    display: none;
}
.qa-response__txt--note {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
}
.qa-response__btn {
    position: relative;
    width: 274px;
    margin: auto;
}
@media screen\0 {
    .qa-response__btn {
        z-index: 99999;
    }
}
.qa-response__btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffff00;
    opacity: 0;
    transition: .4s;
}
.qa-response__btn:hover:before {
    opacity: .4;
}
.qa-sns__ttl {
    width: 312px;
    margin: 0 auto 5px;
}
.qa-sns__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qa-sns__btn li {
    width: 87px;
}
.qa-sns__btn li:first-child {
    margin-right: -10px;
}
.qa-sns__btn a {
    position: relative;
}
@media screen\0 {
    .qa-sns__btn a {
        z-index: 99999;
    }
}
.qa-sns__btn a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% - 1px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55px;
    height: 56px;
    border-radius: 100%;
    background: #ffff00;
    opacity: 0;
    transition: .4s;
}
.qa-sns__btn a:hover:before {
    opacity: .4;
}

@media screen and (max-width: 991px) {
    .qa-list__q {
        align-items: center;
    }
    .qa-response {
        padding: 0;
    }
    .qa-response__txt {
        margin-bottom: 23px;
        font-size: 1.9rem;
    }
    .qa-response__txt--note {
        font-size: 1.5rem;
    }
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
    .qa {
        background-size: 250px;
    }
    .qa-content {
        padding: 0;
        border: none;
    }
    .qa-content:before,
    .qa-content:after {
        display: none;
    }
    .qa-ttl {
        width: 282.3px;
    }
    .qa-list {
        padding: 0 45px;
        line-height: 1.8;
    }
    .qa-list li:not(:last-child) {
        margin-bottom: 70px;
    }
    .qa-list__q {
        display: block;
        font-size: 1.8rem;
    }
    .qa-list__a {
        display: block;
    }
    .qa-list__q:before,
    .qa-list__a:before {
        margin: 0 auto 15px;
        background-size: 35px;
        background-position: center;
    }
    .qa-response {
        margin-bottom: 70px;
        padding: 120px 0;
        background: url(../img/qa/qa-response-sp.png) center / 120px no-repeat;
    }
    .qa-response__txt {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .qa-response__txt .pc-no {
        display: block;
    }
    .qa-response__txt--note {
        font-size: 1.25rem;
    }
    .qa-response__btn {
        width: 180px;
    }
    .qa-sns__ttl {
        width: 270px;
        margin: auto;
    }
} /* ----- media END ----- */

@media screen and (max-width: 374px) {
    .qa-list {
        padding: 0 20px;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.footer {
    padding: 75px 0 75px;
    background: #fff;
}
.footer-logo {
    width: 91.5px;
    margin: auto;
    transition: .4s;
}
@media screen\0 {
    .footer-logo {
        z-index: 99999;
    }
}
.footer-logo:hover {
    opacity: .7;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 25px 0 40px;
    }
} /* ----- media END ----- */</pre></body></html>