@charset "UTF-8"; .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-weight: normal;
}

h1,h2,h3,h4 {
    font-weight: bold;
}

p {
    margin-bottom: 0;
    line-height: 1.6;
}

a:link {
    text-decoration: none;
    color: #111111;
}

a:visited {
    text-decoration: none;
    color: #111111;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #111111;
}

a:link,a:visited,a:hover,a:active {
    transition: all .6s;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

* {
    word-break: break-all;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    position: relative;
}

body {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    color: #111111;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
}

.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none; /* 最初は非表示 */
    pointer-events: none; /* チェック画像をクリックできないようにする */
}

#infscr-loading {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audio_play{
    background-color: #111111!important;
    color: #fafbfC !important;
}

.very_small_text {
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.list_disp_text_color {
    color: #fff !important;
}

.margin-top-very-small {
    margin-top: 3%;
}

.margin-top-small {
    margin-top: 5%;
}

.margin-left-minus {
    @media (max-width: 768px) {
        margin-left: -100px;
    }
    @media (min-width: 769px) {
        margin-left: -250px;
    }

}

.margin-bottom-small {
    margin-bottom: 5%;
}

.margin-20-important {
    margin: 20px!important;
}

.padding-left-middle {
    padding-left: 10%;
}

.padding-right-middle {
    padding-right: 10%;
}

.padding-bottom-small {
    padding-bottom: 5%;
}

.text-underline {
    text-decoration:underline;
    text-decoration-thickness: 1px; /* 線の太さ */
    text-underline-offset: 4px; /* 文字と線の間隔 */
}

.under-border {
    border-bottom: 1px solid #222222;
}

.under-border-ccc {
    border-bottom: 1px solid #CCCCCC;
}

.grey {
    color: #666666;
}

.black {
    color: #222222;
}

.half_block {
    width: 40%;
    display: inline-block;
}

.half_block2 {
    width: 49%;
    display: inline-block;
}

.half_block3 {
    width: 35%;
    display: inline-flex; /* inline-block の代わりに inline-flex を使用 */
    align-items: center; /* 上下中央揃え */
    /*justify-content: center; !* 水平方向の中央揃え（必要に応じて削除） *!*/
    vertical-align: middle; /* 他の要素との整列を維持 */
}

.half_block4 {
    width: 55%;
    display: inline-flex; /* inline-block の代わりに inline-flex を使用 */
    align-items: center; /* 上下中央揃え */
    /*justify-content: center; !* 水平方向の中央揃え（必要に応じて削除） *!*/
    vertical-align: middle; /* 他の要素との整列を維持 */
}

.triple_block {
    width: 28%;
    display: inline-block;
    font-size: 2.5vw;
}

button.submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    max-width: 240px;
    height: 40px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 16px;
    color: #111;
    border-radius: 10px;
    margin: 0 auto;
}


.selected-icon {
    border: 2px solid blue;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    a:hover {
        opacity: .6;
    }

    body {
        position: relative;
        background: #f9f9f9;
        color: #111111;
        padding: 0 0 5vw;
    }

    .header_bnr {
        width: 100%;
        background: #f9f9f9b3;
        z-index: 10;
    }

    .header_bnr img {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }


    .triple_block {
        width: 28%;
        display: inline-block;
        font-size: 1.0vw;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*width: calc(100% - 4.8%);*/
        max-width: 1170px;
        height: auto;
        padding: 15px 2.4% 12px;
        margin: 0 auto;
        background: #111;
    }

    header .logo {
        width: 40%;
        max-width: 180px;
    }

    header .ul_h_icon {
        display: flex;
        justify-content: flex-end;
    }

    header .ul_h_icon li {
        width: 17%;
        max-width: 97px;
        margin: 0 0 0 20px;
    }

    main {
        width: calc(100% - 4.8%);
        max-width: 1170px;
        padding: 20px 2.4% 5vw;
        margin: 0 auto;
    }

    /* common */
    main .category_cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 20px;
        width: 100%;
        height: 50px;
    }

    main .category_cell ul {
        display: flex;
        width: calc(100% - 10%);
    }

    main .category_cell ul li {
        display: block;
        width: max-content;
        font-size: 16px;
        margin: 0 45px 0 0;

        letter-spacing: 0.2em;
    }
    main .category_cell ul li.active {
        border-bottom: 1px solid #111111;
    }

    main .category_cell ul li a {
        font-weight: 600;
    }

    .icon_filter {
        width: 150%;
        max-width: 410px;
        margin-left: 2%;
        margin-bottom: 5px;
    }

    .bottom_bnr {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100px;
        /*background: #f9f9f9b3;*/
        backdrop-filter: blur(12px);
        z-index: 10;
    }

    .bottom_bnr img {
        display: block;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

    /* home list */
    main .indexlistArea {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .indexlistArea ul.ul_indexscenariolist {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    main .indexlistArea ul.ul_indexscenariolist li {
        width: 23.5%;
        margin: 0 0.75% 40px 0.75%;
    }

    /*
  main .indexlistArea ul.ul_indexscenariolist li:nth-child(4n) { margin: 0 0% 40px 0;}
*/
    main .indexlistArea ul.ul_indexscenariolist li a {
        display: block;
        width: 100%;
        position: relative;
        margin: 0 auto 10px;
        border-radius: 20px;
    }

    main .indexlistArea ul.ul_indexscenariolist li a img {
        border-radius: 20px;
    }

    main .indexlistArea ul.ul_indexscenariolist li a p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 7px 10px;
        margin: 0;
        /*background: rgba(0,0,0,0.7);*/
        color: #111111;
        font-size: 0.7vw;
        line-height: 1.6;
        border-radius: 0 0 20px 20px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_ttl {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 5px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_ttl .ttl {
        width: 70%;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_ttl .num {
        width: 30%;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        text-align: right;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type {
        margin: 0 0 5px;
        display: flex;
        flex-wrap: wrap;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span {
        position: relative;
        display: block;
        width: max-content;
        /*padding: 0 0.5em;*/
        /*margin-right: 3px;*/
        font-size: 12px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span::before, main .indexlistArea ul.ul_indexscenariolist li .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span::before {
        left: 0;
        /*content: "[";*/
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span::after {
        right: 0;
        /*content: "]";*/
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc {
        display: flex;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .file_up {
        position: relative;
        padding: 0 20px 0 20px;
        font-size: 12px;
        color: #111111;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .file_up::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(../images/img_icon_voice.png) no-repeat;
        background-size: 15px 15px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .file_up {
        position: relative;
        padding: 0 0vw 0 20px;
        font-size: 12px;
        color: #111111;
        margin-right:5px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .file_up::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(../images/img_icon_voice.png) no-repeat;
        background-size: 15px 15px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc {
        display: flex;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .heart {
        position: relative;
        padding: 0 20px 0 20px;
        font-size: 12px;
        color: #111111;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .heart::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(../images/icon_heart.png) no-repeat;
        background-size: 15px 15px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .check {
        position: relative;
        padding: 0 0vw 0 20px;
        font-size: 12px;
        color: #111111;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .check::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(../images/img_icon_check.png) no-repeat;
        background-size: 15px 15px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .mute {
        position: relative;
        padding: 0 0vw 0 20px;
        font-size: 12px;
        color: #111111;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .mute::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(../images/img_icon_check.png) no-repeat;
        background-size: 15px 15px;
    }

    /* scenario */
    main .scenarioArea {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .scenarioArea ul.ul_scenariolist {
        display: block;
        width: 100%;
    }

    main .scenarioArea ul.ul_scenariolist li {
        display: block;
        position: relative;
        border-bottom: 1px solid #8f8e93;
        padding: 1.5vw 50px 1.5vw 0;
    }

    main .scenarioArea ul.ul_scenariolist li::after {
        display: block;
        position: absolute;
        content: "";
        /*background: url(../images/arrow01.png) no-repeat;*/
        background-size: 22px 31px;
        width: 22px;
        height: 31px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    main .scenarioArea ul.ul_scenariolist li a {
        display: flex;
        align-items: center;
    }

    main .scenarioArea ul.ul_scenariolist li a .icon {
        width: 15%;
        margin-right: 5%;
    }

    main .scenarioArea ul.ul_scenariolist li a .txtCell {
        width: 80%;
    }

    main .scenarioArea ul.ul_scenariolist li a .txtCell .ttl {
        font-size: 18px;
        margin: 0 0 15px;
        font-weight: 600;
    }

    main .scenarioArea ul.ul_scenariolist li a .txtCell .txt {
        font-size: 16px;
        margin: 0 0 0vw;
    }

    main .scenarioArea ul.ul_scenariodetail {
        display: block;
        width: 100%;
    }

    main .scenarioArea ul.ul_scenariodetail li {
        display: flex;
        align-items: center;
        position: relative;
        padding: 1.5vw 50px 1.5vw 0;
    }

    main .scenarioArea ul.ul_scenariodetail li .icon {
        width: 15%;
        margin-right: 5%;
    }

    main .scenarioArea ul.ul_scenariodetail li .txtCell {
        width: 80%;
    }

    main .scenarioArea ul.ul_scenariodetail li .txtCell .ttl {
        font-size: 18px;
        margin: 0 0 15px;
        font-weight: 600;
    }

    main .scenarioArea ul.ul_scenariodetail li .txtCell .txt {
        font-size: 16px;
        margin: 0 0 0vw;
    }

    main .scenariotoggle {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .scenariotoggle .ttlToggle {
        display: block;
        width: calc(100% - 2.5vw);
        background: #565656;
        color: #111111;
        padding: 1.5vw 0vw 1.5vw 2.5vw;
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        position: relative;
        border-bottom: 1px solid #f9f9f9CC;
    }

    main .scenariotoggle:last-of-type .ttlToggle, main .scenariotoggle .ttlToggle.open {
        border-bottom: none;
    }

    main .scenariotoggle .ttlToggle::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/arrow02.png) no-repeat;
        background-size: 24px 17px;
        width: 24px;
        height: 17px;
        top: 0;
        bottom: 0;
        right: 30px;
        margin: auto;
    }

    main .scenariotoggle .ttlToggle.open::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/arrow03.png) no-repeat;
        background-size: 24px 17px;
        width: 24px;
        height: 17px;
        top: 0;
        bottom: 0;
        right: 30px;
        margin: auto;
    }

    main .scenariotoggle ul.toggleCell {
        display: none;
    }

    main .scenariotoggle ul.toggleCell li {
        padding: 1.5vw 2.5vw;
        border-bottom: 2px solid #565656;
    }

    main .scenariotoggle ul.toggleCell li .ttl {
        font-size: 20px;
        margin: 0 0 15px;
    }

    main .scenariotoggle ul.toggleCell li .ttl span {
        margin-right: 2.5vw;
    }

    main .scenariotoggle ul.toggleCell li .attribute {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type {
        margin: 0 0 5px;
        display: flex;
        flex-wrap: wrap;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span {
        position: relative;
        display: block;
        width: max-content;
        padding: 0 0.5em;
        margin-right: 3px;
        font-size: 12px;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span::before, main .scenariotoggle ul.toggleCell li .attribute .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span::before {
        left: 0;
        content: "[";
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span::after {
        right: 0;
        content: "]";
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc {
        display: flex;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .heart {
        position: relative;
        padding: 0 20px 0 20px;
        font-size: 12px;
        color: #111111;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .heart::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(../images/common/icon_heart.png) no-repeat;
        background-size: 15px 15px;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .check {
        position: relative;
        padding: 0 0vw 0 20px;
        font-size: 12px;
        color: #111111;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .check::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        background: url(../images/img_icon_check.png) no-repeat;
        background-size: 15px 15px;
    }

    /* listen */
    main .listen_ttl {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .listen_ttl h1 {
        text-align: center;
        font-size: 20px;
        margin: 0 auto 0vw;
    }

    main .listen_ttl h1 span {
        margin-left: 1.5vw;
    }

    main .listen_ttl .type {
        margin: 0 auto 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    main .listen_ttl .type span {
        position: relative;
        display: block;
        width: max-content;
        /*padding: 0 0.5em;*/
        /*margin-right: 3px;*/
        font-size: 14px;
    }

    main .listen_ttl .type span::before, main .listen_ttl .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .listen_ttl .type span::before {
        left: 0;
        /*content: "[";*/
    }

    main .listen_ttl .type span::after {
        right: 0;
        /*content: "]";*/
    }

    main .listenArea {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .listenArea .solo_img {
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 20px;
    }

    main .listenArea .solo_img img {
        display: block;
        width: 100%;
        border-radius: 30px;
    }

    main .listenArea .solo_txt {
        font-size: 26px;
        line-height: 1.6;
        margin: 0 auto 50px;
        max-width: 800px;
    }

    main .listenArea .listen_img {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }

    main .listenArea .textWrapper {
        display: flex;
        justify-content: space-between; /* 左右に配置 */
        align-items: flex-start; /* 上揃え */
        width: 100%;
    }

    main .listenArea .left,
    main .listenArea .right {
        margin: 0;
        padding: 0;
    }

    main .listenArea .listen_img img {
        display: block;
        width: 100%;
        border-radius: 50px;
    }

    main .listenArea ul {
        display: block;
        width: 96%;
        margin: 0 auto 6vw;
    }

    main .listenArea ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 2.5vw;
    }

    main .listenArea ul .reverse {
        flex-direction: row-reverse;
    }

    main .listenArea ul li .icon {
        width: 10%;
    }

    main .listenArea ul li .icon img {
        display: block;
        width: 100%;
    }

    main .listenArea ul li .lines {
        width: 87%;
        font-size: 20px;
        margin: 0;
        line-height: 1.4;
        color: #cccccc;
    }

    main .listenArea ul li.mycharacter .lines {
        color: #111111;
        font-size: 23px;
    }

    main .listenArea ul li.mycharacter .voice_text {
        color: #1b3182;
        font-size: 23px;
    }

    main .listenArea ul li.mycharacter .no_voice_text {
        color: #222222;
        font-size: 23px;
        font-weight: bold;
    }


    main .listenArea ul li.subcharacter .lines {
        color: #a1c0ea;
    }

    main .listen_member {
        display: block;
        width: 92.7%;
        margin: 0 auto;
    }

    main .listen_member ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    main .listen_member ul li {
        width: 8.5%;
        margin: 0 2% 3vw 2%;
    }

    main .listen_member ul li .imgCell {
        position: relative;
        margin: 0 auto 1vw;
    }

    main .listen_member ul li .imgCell .character {
    }

    main .listen_member ul li .imgCell .character img {
        display: block;
        border-radius: 50%;
    }

    main .listen_member ul li .imgCell .icon {
        position: absolute;
        top: 0;
        left: -1vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .heart {
        position: absolute;
        top: 5vw;
        left: -1vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .check {
        position: absolute;
        top: 4vw;
        right: -1vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .mute {
        position: absolute;
        top: 0;
        right: -1vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .icon img, main .listen_member ul li .imgCell .heart img, main .listen_member ul li .imgCell .check img {
        vertical-align: top;
    }

    main .listen_member ul li .imgCell .icon img, main .listen_member ul li .imgCell .heart img, main .listen_member ul li .imgCell .mute img {
        vertical-align: top;
    }

    main .listen_member ul li .name {
        font-size: 10px;
        line-height: 1.6;
        margin: 0 auto 0;
        text-align: center;
    }

    main .listen_member ul li .name_user {
        font-size: 10px;
        line-height: 1.6;
        margin: -18px auto 0;
        text-align: center;
    }

    main .listen_member ul li.play .imgCell:not(.active)::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/listen/img_after.png) no-repeat;
        background-size: 100% 100%;
        width: 102%;
        height: 102%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    main .listen_member ul li.play .imgCellMute:not(.active)::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/listen/mute_image.png) no-repeat;
        background-size: 100% 100%;
        width: 102%;
        height: 102%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .group_btn {
        position: fixed;
        bottom: 100px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        z-index: 10;
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        padding: 2vw;
    }

    .btn_wrapper {
        display: flex;
        justify-content: center; /* ボタンを中央揃え */
        gap: 1.5vw; /* ボタン同士の間隔を調整 */
        width: 100%; /* ボタンを均等に配置 */
        height: 35px;
    }

    .group_btn .message {
        font-size: 2vw;
        text-align: center;
        margin-bottom: 2vw; /* ボタンとの間隔 */
    }

    .message {
        background: #93fa96;
        color: #333333;
        font-size: 3vw;
        text-align: center;
        padding: 1vw 2vw;
        border-radius: 10px;
        position: relative;
        display: inline-block; /* 必要に応じて調整 */
    }

    /* 吹き出しの三角部分 */
    .message::after {
        content: "";
        position: absolute;
        right: -20px; /* 三角形の位置 */
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #93fa96; /* 吹き出しと同じ色 */
    }

    .group_btn .btn {
        font-size: 15px;
        margin: 0 1.5vw;
        padding: 0.5vw 2.5vw;
        border: 1px solid #111111;
        border-radius: 4vw;
        /*color: #93fb96;*/
    }

    .group_btn .btn_all {
        font-size: 15px;
        margin: 0 1.5vw;
        padding: 0.5vw 5vw;
        border: 1px solid #111111;
        border-radius: 4vw;
        background-color: #f9f9f9;
        /*color: #fafbfC !important;*/
        /*color: #93fb96;*/
    }

    /* user */
    main .userArea {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .userArea h1 {
        text-align: center;
        width: 90%;
        margin: 0 auto 40px;
        font-size: 24px;
    }

    main .userArea .icon_img {
        display: block;
        width: 25%;
        margin: 0 auto 30px;
    }

    main .userArea .icon_img img {
        display: block;
        border-radius: 50%;
    }

    main .userrecArea {
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    main .userrecArea h2 {
        padding: 10px 0;
        background: #f9f9f9;
        color: #111111;
        font-size: 23px;
        letter-spacing: 0.1em;
        margin: 0 auto 10px;
        text-align: center;
    }

    main .userrecArea h2 img {
        width: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

    main .userrecArea ul {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .userrecArea ul li {
        border-bottom: 1px solid #555555;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*margin: 0 auto 2.5vw;*/
    }

    main .userrecArea .line_icon{
        width: 100%;
        margin-right:10px;
        text-align: center;
    }

    main .userrecArea ul li a {
    }

    main .userrecArea ul li a .detail {
        display: flex;
    }

    main .userrecArea ul li a .detail .ttl {
        display: flex;
        width: 50%;
        font-size: 14px;
        color: #dddddd;
        margin: 0 0 10px;
    }

    main .userrecArea ul li a .detail .ttl span:nth-of-type(1) {
        margin-right: 3vw;
    }

    main .userrecArea ul li a .detail .type {
        margin: 0 0 5px;
        display: flex;
        flex-wrap: wrap;
        color: #dddddd;
        width: 50%;
    }

    main .userrecArea ul li a .detail .type span {
        position: relative;
        display: block;
        width: max-content;
        padding: 0 0.5em;
        margin-right: 3px;
        font-size: 14px;
    }

    main .userrecArea ul li a .detail .type span::before, main .userrecArea ul li a .detail .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .userrecArea ul li a .detail .type span::before {
        left: 0;
        content: "[";
    }

    main .userrecArea ul li a .detail .type span::after {
        right: 0;
        content: "]";
    }

    main .userrecArea ul li a .txt_lines {
        display: block;
        width: 100%;
        font-size: 22px;
        color: #111111;
        margin: 0;
        line-height: 1;
    }

    main .userrecArea ul.user_index {
        display: block;
        width: 92.4%;
        margin: 0 auto;
    }

    main .userrecArea ul.user_index li {
        border-bottom: 1px solid #555555;
        padding: 10px 2vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    main .userrecArea ul.user_index li .img_cell {
        width: 17%;
    }

    main .userrecArea ul.user_index li .img_cell img {
        display: block;
        width: 80%;
        margin: 0 auto;
        border-radius: 50%;
    }

    main .userrecArea ul.user_index li .img_cell p {
        font-size: 10px;
        margin: 10px 0 0;
        text-align: center;
    }

    main .userrecArea ul.user_index li .txt_cell {
        width: 82%;
    }

    main .userrecArea ul.user_index li .detail {
        display: flex;
    }

    main .userrecArea ul.user_index li .detail .ttl {
        display: flex;
        width: 50%;
        font-size: 12px;
        color: #dddddd;
        margin: 0;
    }

    main .userrecArea ul.user_index li .detail .ttl span:nth-of-type(1) {
        margin-right: 3vw;
    }

    main .userrecArea ul.user_index li .detail .type {
        margin: 0 0 5px;
        display: flex;
        flex-wrap: wrap;
        color: #dddddd;
        width: 50%;
    }

    main .userrecArea ul.user_index li .detail .type span {
        position: relative;
        display: block;
        width: max-content;
        padding: 0 0.5em;
        margin-right: 3px;
        font-size: 12px;
    }

    main .userrecArea ul.user_index li .detail .type span::before, main .userrecArea ul.user_index li .detail .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .userrecArea ul.user_index li .detail .type span::before {
        left: 0;
        content: "[";
    }

    main .userrecArea ul.user_index li .detail .type span::after {
        right: 0;
        content: "]";
    }

    main .userrecArea ul.user_index li .txt_lines {
        display: block;
        width: 100%;
        font-size: 22px;
        color: #111111;
        margin: 0;
        line-height: 1;
    }

    /*モーダル用*/
    body.fixed {
        overflow: hidden;
    }

    html.fixed {
        overflow: hidden;
    }

    #modal-area-1 {
        display: none;
    }

    #modal-area-story {
        display: none;
    }

    #modal-area-character {
        display: none;
    }


    .js-modal__bg {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9b3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .js-modal__main {
        display: block;
        width: 640px;
        height: max-content;
        padding: 0px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #000;
        border-radius: 20px;
        border: 1px solid #fff;
        position: fixed;
        z-index: 110;
    }

    .js-modal__main .inner {
        /*height: calc(100% - 40px);*/
        height: 100%;
        position: relative;
        padding: 30px 60px;
    }

    .js-modal__btn--close {
        display: block;
        width: 48px;
        cursor: pointer;
        margin: -10px -10px 0 auto;
    }

    .js-modal__btn--close--fix {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 40px;
        font-size: 14px;
        font-weight: 600;
        color: #143491;
        border: 1px solid #143491;
        border-radius: 2px;
        margin: 0 auto;
        background: #fff;
        cursor: pointer;
    }

    .js-modal__main .inner .filter_ttl {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin: 0 auto 20px;
    }

    .js-modal__main .inner .filter_txt {
        text-align: center;
        font-size: 20px;
        margin: 0 auto 25px;
    }

    .js-modal__main .inner .filter_ttl {
        font-size: 2vw;
    }

    .js-modal__main .inner .filter_txt {
        font-size: 2vw;
    }

    .js-modal__main .inner .filter_cell {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }

    .js-modal__main .inner .filter_cell p {
        text-align: center;
        font-size: 20px;
        margin: 0 auto 15px;
    }

    .js-modal__main .inner .filter_cell ul {
        display: flex;
        flex-wrap: wrap;
    }

    .js-modal__main .inner .filter_cell ul li {
        width: 32%;
        margin: 0 2% 15px 0;
    }

    .js-modal__main .inner .filter_cell ul li:nth-child(3n) {
        margin: 0 0% 15px 0;
    }

    .js-modal__main .inner .filter_cell ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 3.8vw;
        /*font-size: 20px;*/
        color: #111;
    }

    .js-modal__main .inner .filter_cell ul li button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: darkgreen;
        font-size: 16px;
        color: #fff;
    }

    .js-modal__main .inner .filter_cell ul li button.active {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 16px;
        color: #111;
    }

    .js-modal__main .inner button.filter_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        max-width: 240px;
        height: 40px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 16px;
        color: #111;
        border-radius: 10px;
        margin: 0 auto;
    }

    .js-modal__main .inner .story_ttl {
        margin: -3vw 0 3vw;
        padding: 0 0 2vw;
        border-bottom: 1px solid #fff;
    }

    .js-modal__main .inner .story_ttl .mainttl {
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal__main .inner .story_detail {
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal__main .inner .character_cell {
        display: flex;
        justify-content: space-between;
        margin: -3vw auto 3vw;
    }

    .js-modal__main .inner .character_cell .img {
        width: 50%;
    }

    .js-modal__main .inner .character_cell .introduction {
        width: 45%;
    }

    .js-modal__main .inner .character_cell .introduction .name {
        font-size: 18px;
        margin: 0 0 0.5vw;
        line-height: 1;
    }

    .js-modal__main .inner .character_cell .introduction .kana {
        font-size: 12px;
        margin: 0 0 1vw;
        line-height: 1;
    }

    .js-modal__main .inner .character_cell .introduction .txt {
        font-size: 18px;
        margin: 0;
        line-height: 1.4;
    }

    .js-modal__main .inner .character_detail {
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.4;
    }

    .js-modal2__bg {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9b3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .js-modal2__main {
        display: block;
        /*width: 640px;*/
        /*height: max-content;*/
        /*max-height: 100%; !* 適宜調整 *!*/
        overflow-y: auto; /* 縦スクロールを有効化 */
        /*padding-right: 10px; !* スクロールバーが重ならないようにする *!*/
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #f9f9f9;
        /*border-radius: 20px;*/
        border: 1px solid #111111;
        position: fixed;
        z-index: 110;
    }

    .js-modal2__main .inner {
        /*height: calc(100% - 40px);*/
        height: 100%;
        position: relative;
        padding: 30px 60px;
    }

    .js-modal2__btn--close {
        display: block;
        width: 48px;
        cursor: pointer;
        margin: -10px -10px 0 auto;
    }

    .js-modal2__btn--close--fix {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 40px;
        font-size: 14px;
        font-weight: 600;
        color: #143491;
        border: 1px solid #143491;
        border-radius: 2px;
        margin: 0 auto;
        background: #f9f9f9;
        cursor: pointer;
    }

    .js-modal2__main .inner .filter_ttl {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin: 0 auto 20px;
    }

    .js-modal2__main .inner .filter_txt {
        text-align: center;
        font-size: 20px;
        margin: 0 auto 25px;
    }

    .js-modal2__main .inner .filter_ttl {
        font-size: 1vw;
    }

    .js-modal2__main .inner .filter_txt {
        font-size: 1vw;
    }

    .js-modal2__main .inner .filter_cell p {
        font-size: 1vw;
    }

    .js-modal2__main .inner .filter_cell {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }

    .js-modal2__main .inner .filter_cell p {
        text-align: center;
        font-size: 20px;
        margin: 0 auto 15px;
    }

    .js-modal2__main .inner .filter_cell ul {
        display: flex;
        flex-wrap: wrap;
    }

    .js-modal2__main .inner .filter_cell ul li {
        width: 32%;
        margin: 0 2% 15px 0;
    }

    .js-modal2__main .inner .filter_cell ul li:nth-child(3n) {
        margin: 0 0% 15px 0;
    }

    .js-modal2__main .inner .filter_cell ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 3.8vw;
        /*font-size: 20px;*/
        color: #111;
    }

    .js-modal2__main .inner .filter_cell ul li button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: darkgreen;
        font-size: 16px;
        color: #111111;
    }

    .js-modal2__main .inner .filter_cell ul li button.active {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 16px;
        color: #111;
    }

    .js-modal2__main .inner button.filter_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        height: 90px;
        max-width: 450px;
        border: none;
        background: #95ff97;
        font-size: 16px;
        color: #111;
        border-radius: 10px;
        margin: 0 auto;
        background: url(../images/btn_set_filter.png) no-repeat;
    }

    .js-modal2__main .inner button.reset_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        max-width: 450px;
        height: 90px;
        border: none;
        background: #95ff97;
        font-size: 16px;

        color: #111;
        border-radius: 10px;
        margin: 0 auto;
        background: url(../images/btn_reset_filter.png) no-repeat;
    }

    .js-modal2__main .inner .story_ttl {
        margin: -3vw 0 3vw;
        padding: 0 0 2vw;
        border-bottom: 1px solid #111111;
    }

    .js-modal2__main .inner .story_ttl .mainttl {
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal2__main .inner .story_detail {
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal2__main .inner .character_cell {
        display: flex;
        justify-content: space-between;
        margin: -3vw auto 3vw;
    }

    .js-modal2__main .inner .character_cell .img {
        width: 50%;
    }

    .js-modal2__main .inner .character_cell .introduction {
        width: 45%;
    }

    .js-modal2__main .inner .character_cell .introduction .name {
        font-size: 18px;
        margin: 0 0 0.5vw;
        line-height: 1;
    }

    .js-modal2__main .inner .character_cell .introduction .kana {
        font-size: 12px;
        margin: 0 0 1vw;
        line-height: 1;
    }

    .js-modal2__main .inner .character_cell .introduction .txt {
        font-size: 18px;
        margin: 0;
        line-height: 1.4;
    }

    .js-modal2__main .inner .character_detail {
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.4;
    }

    /* 会員登録関連 */
    main .memberArea h1 {
        padding: 10px 0;
        background: #f9f9f9;
        text-align: center;
        width: 100%;
        margin: 0 auto 20px;
        font-size: 24px;
    }

    main .userrecArea .pp_cell {
        display: block;
        width: 92.4%;
        margin: 0 auto;
    }

    main .userrecArea .pp_cell {
        display: block;
        width: 92.4%;
        margin: 0 auto;
    }

    main .userrecArea .pp_cell h2 {
        font-size: 24px;
        margin: 0 0 15px;
        padding: 0;
        text-align: left;
        background: none;
    }

    main .userrecArea .pp_cell .box {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }

    main .userrecArea .pp_cell .box p {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 0 15px;
    }

    main .userrecArea .pp_cell .box p span {
        font-weight: 600;
        font-size: 3.8vw;
    }

    main .userrecArea .pp_cell .box ul {
        list-style: decimal;
        font-size: 18px;
        padding: 0 0 0px 8vw;
        margin: 0 0 15px;
    }

    main .userrecArea .pp_cell .box ul li {
        border-bottom: none;
        padding: 0;
        font-size: 18px;
    }

    main .userrecArea .pp_cell .box ul.list_disc {
        list-style: disc;
    }

    main .userrecArea .pp_cell .box ul li ul {
        margin-top: 15px;
    }

    main .userrecArea .member_cell {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .userrecArea .member_cell p {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 25px;
    }

    main .userrecArea .member_cell p a {
        color: #95ff97;
        text-decoration: underline;
    }

    main .userrecArea .dl_member {
        margin: 0vw 0 50px;
    }

    main .userrecArea .dl_member dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    main .userrecArea .dl_member dd {
        font-size: 18px;
        margin: 0 0 30px;
    }

    main .userrecArea .dl_member dd .attention {
        font-size: 14px;
        color: #95ff97;
        margin: 7px 0 0;
    }

    main .userrecArea .dl_member input[type=text] {
        width: 98%;
        height: 50px;
    }

    main .userrecArea .dl_member input[type=password] {
        width: 98%;
        height: 50px;
    }

    main .userrecArea .check {
        margin: 0 auto 7vw;
        text-align: center;
        font-size: 18px;
    }

    main .form_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 400px;
        height: 50px;
        border-radius: 20px;
        background: none;
        border: 1px solid #111111;
        color: #95ff97;
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
        cursor: pointer;
    }

    main .userrecArea .member_cell p.forget_password {
        text-align: center;
        font-size: 16px;
        margin: 0 auto 50px;
    }

    main .userrecArea .member_cell p.forget_password a {
        color: #1b3182;
    }

    .pc_only {
        display: block !important;
    }

    .sp_only {
        display: none !important;
    }

    /* PCサイズでのメニュー表示調整 */

    .scroll-menu2 {
        display: flex;
        gap: 10px;
        overflow-x: auto; /* ✅ 横スクロール可能にする */
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 5px;
        /*padding: 10px;*/
        scrollbar-width: none; /* Firefox用 */
        -ms-overflow-style: none; /* IE / Edgeレガシー用 */
    }

    .scroll-menu2::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge用 */
    }

    .menu-item2 {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0px 3px;
        border-radius: 5px;
        background: #f9f9f9;
        flex-shrink: 0; /* ✅ 横スクロール時に縮まないようにする */
        text-decoration: none;
        color: black;
    }
}

@media (max-width: 768px) {
    body {
        position: relative;
        background: #f9f9f9;
        color: #111111;
        padding: 0 0 22vw;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*width: calc(100% - 4.8%);*/
        height: auto;
        padding: 15px 2.4% 12px;
        background: #111;
    }

    header .logo {
        width: 40%;
        max-width: 408px;
    }

    header .ul_h_icon {
        display: flex;
        justify-content: flex-end;
    }

    header .ul_h_icon li {
        width: 17%;
        max-width: 97px;
        margin: 0 0 0 20px;
    }

    main {
        width: 100%;
        padding: 20px 0 10vw;
        margin: 0 auto;
        min-height: 50vw;
    }

    /* common */
    main .category_cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 0px;
        width: 92.7%;
        height: 50px;
    }

    main .category_cell ul {
        display: flex;
        width: calc(100% - 10%);
    }

    main .category_cell ul li {
        display: block;
        width: max-content;
        font-size: 3.7vw;
        /* font-size:16px*/;
        margin: 0 6% 0 0;
        border-bottom: none;
        letter-spacing: 0.05em;
    }

    main .category_cell ul li.active {
        border-bottom: 1px solid #111111;
    }

    main .category_cell ul li a {
        font-weight: 600;

    }

    .icon_filter {
        width: 150%;
        max-width: 310px;
        margin-left: 5%;
        margin-bottom: 20px;
    }

    .bottom_bnr {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        backdrop-filter: blur(12px);
        z-index: 10;
    }

    /* home list */
    main .indexlistArea {
        display: block;
        width: 92.7%;
        margin: 0 auto;
    }

    main .indexlistArea ul.ul_indexscenariolist {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    main .indexlistArea ul.ul_indexscenariolist li {
        width: 48%;
        margin: 0 1% 20px 1%;
    }

    /*
  main .indexlistArea ul.ul_indexscenariolist li:nth-child(2n) { margin: 0 0% 20px 0;}
*/
    main .indexlistArea ul.ul_indexscenariolist li a {
        display: block;
        width: 100%;
        position: relative;
        margin: 0 auto 10px;
        border-radius: 20px;
    }

    main .indexlistArea ul.ul_indexscenariolist li a img {
        border-radius: 20px;
    }

    main .indexlistArea ul.ul_indexscenariolist li a p {
        position: absolute;
        bottom: 0;
        left: 0;
        /*width: calc(100% - 20px);*/
        width: 100%;
        padding: 3px 10px;
        margin: 0;
        /*background: rgba(0,0,0,0.7);*/
        color: #111111;
        font-size: 2.4vw;
        /* font-size:10px*/;
        line-height: 1.6;
        border-radius: 0 0 20px 20px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_ttl {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 5px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_ttl .ttl {
        width: 70%;
        font-size: 3vw;
        /* font-size:15px*/;
        font-weight: 600;
        margin: 0;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_ttl .num {
        width: 30%;
        font-size: 3vw;
        /* font-size:15px*/;
        font-weight: 600;
        margin: 0;
        text-align: right;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type {
        margin: 0 0 5px;
        display: flex;
        flex-wrap: wrap;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span {
        position: relative;
        display: block;
        width: max-content;
        /*padding: 0 0.5em;*/
        /*margin-right: 3px;*/
        font-size: 2.6vw;
        /* font-size:12px*/;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span::before, main .indexlistArea ul.ul_indexscenariolist li .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span::before {
        left: 0;
        /*content: "[";*/
    }

    main .indexlistArea ul.ul_indexscenariolist li .type span::after {
        right: 0;
        /*content: "]";*/
    }


    main .indexlistArea ul.ul_indexscenariolist li .list_hc {
        display: flex;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .file_up {
        position: relative;
        padding: 0 2vw 0 4vw;
        font-size: 2.8vw;
        /* font-size:12px*/
        color: #111111;
        margin-right: 5px;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .file_up::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 3vw;
        height: 3vw;
        background: url(../images/img_icon_voice.png) no-repeat;
        background-size: 3vw 3vw;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .heart {
        position: relative;
        padding: 0 2vw 0 4vw;
        font-size: 2.8vw;
        /* font-size:12px*/;
        color: #111111;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .heart::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 3vw;
        height: 3vw;
        background: url(../images/common/icon_heart.png) no-repeat;
        background-size: 3vw 3vw;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .check {
        position: relative;
        padding: 0 0vw 0 4vw;
        font-size: 2.8vw;
        /* font-size:12px*/;
        color: #111111;
    }

    main .indexlistArea ul.ul_indexscenariolist li .list_hc .check::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 3vw;
        height: 3vw;
        background: url(../images/img_icon_check.png) no-repeat;
        background-size: 3vw 3vw;
    }

    /* scenario */
    main .scenarioArea {
        display: block;
        width: 92.7%;
        margin: 0 auto;
    }

    main .scenarioArea ul.ul_scenariolist {
        display: block;
        width: 100%;
    }

    main .scenarioArea ul.ul_scenariolist li {
        display: block;
        position: relative;
        border-bottom: 1px solid #cccccc;
        padding: 3vw 7vw 3vw 0;
    }

    main .scenarioArea ul.ul_scenariolist li::after {
        display: block;
        position: absolute;
        content: "";
        /*background: url(../images/arrow01.png) no-repeat;*/
        background-size: 3.6vw 5.3vw;
        width: 3.6vw;
        height: 5.3vw;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    main .scenarioArea ul.ul_scenariolist li a {
        display: flex;
        align-items: center;
    }

    main .scenarioArea ul.ul_scenariolist li a .icon {
        width: 25%;
        margin-right: 5%;
    }

    main .scenarioArea ul.ul_scenariolist li a .txtCell {
        width: 70%;
    }

    main .scenarioArea ul.ul_scenariolist li a .txtCell .ttl {
        font-size: 3.5vw;
        /* font-size:15px*/;
        margin: 0 0 1vw;
        font-weight: 600;
    }

    main .scenarioArea ul.ul_scenariolist li a .txtCell .txt {
        font-size: 2.8vw;
        /* font-size:12px*/;
        margin: 0 0 0vw;
    }

    main .scenarioArea ul.ul_scenariodetail {
        display: block;
        width: 100%;
    }

    main .scenarioArea ul.ul_scenariodetail li {
        display: flex;
        align-items: center;
        position: relative;
        padding: 3vw 7vw 3vw 0;
    }

    main .scenarioArea ul.ul_scenariodetail li .icon {
        width: 25%;
        margin-right: 5%;
    }

    main .scenarioArea ul.ul_scenariodetail li .txtCell {
        width: 70%;
    }

    main .scenarioArea ul.ul_scenariodetail li .txtCell .ttl {
        font-size: 3.5vw;
        /* font-size:15px*/;
        margin: 0 0 1vw;
        font-weight: 600;
    }

    main .scenarioArea ul.ul_scenariodetail li .txtCell .txt {
        font-size: 2.8vw;
        /* font-size:12px*/;
        margin: 0 0 0vw;
    }

    main .scenariotoggle {
        display: block;
        width: 92.7%;
        margin: 0 auto;
    }

    main .scenariotoggle .ttlToggle {
        display: block;
        width: calc(100% - 5vw);
        background: #565656;
        color: #eeeeee;
        padding: 3vw 0vw 2vw 4vw;
        margin: 0;
        font-size: 4.2vw;
        /* font-size:18px;*/
        font-weight: 600;
        line-height: 1;
        position: relative;
        border-bottom: 1px solid #f9f9f9CC;
        /*border-bottom: 1px solid rgba(255,255,255,0.8);*/
    }

    main .scenariotoggle:last-of-type .ttlToggle, main .scenariotoggle .ttlToggle.open {
        border-bottom: none;
    }

    main .scenariotoggle .ttlToggle::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/scenario/arrow02.png) no-repeat;
        background-size: 4.1vw 3.0vw;
        width: 4.1vw;
        height: 3.0vw;
        top: 0;
        bottom: 0;
        right: 3vw;
        margin: auto;
    }

    main .scenariotoggle .ttlToggle.open::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/scenario/arrow03.png) no-repeat;
        background-size: 4.1vw 3.0vw;
        width: 4.1vw;
        height: 3.0vw;
        top: 0;
        bottom: 0;
        right: 3vw;
        margin: auto;
    }

    main .scenariotoggle ul.toggleCell {
        display: none;
    }

    main .scenariotoggle ul.toggleCell li {
        padding-top: 2vw;
        padding-bottom: 2vw;
        padding-left: 5px;
        padding-right: 5vw;
        border-bottom: 1px solid #cccccc;
    }

    main .scenariotoggle ul.toggleCell li .ttl {
        font-size: 3.0vw;
        /* font-size:18px;*/
        margin: 0 0 1.5vw;
    }

    main .scenariotoggle ul.toggleCell li .ttl span {
        margin-right: 5vw;
    }

    main .scenariotoggle ul.toggleCell li .attribute {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type {
        margin: 9px 0 5px;
        display: flex;
        flex-wrap: wrap;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span {
        position: relative;
        display: block;
        width: max-content;
        padding: 0 0.5em;
        margin-right: 3px;
        font-size: 2.8vw;
        /* font-size:12px*/;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span::before, main .scenariotoggle ul.toggleCell li .attribute .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span::before {
        left: 0;
        content: "[";
    }

    main .scenariotoggle ul.toggleCell li .attribute .type span::after {
        right: 0;
        content: "]";
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc {
        display: flex;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .heart {
        position: relative;
        padding: 0 2vw 0 4vw;
        font-size: 2.8vw;
        /* font-size:12px*/;
        color: #111111;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .heart::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 3vw;
        height: 3vw;
        background: url(../images/common/icon_heart.png) no-repeat;
        background-size: 3vw 3vw;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .file_up {
        position: relative;
        padding: 0 0 0 4vw;
        font-size: 2.8vw;
        /* font-size:12px*/;
        color: #111111;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .file_up::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 3vw;
        height: 3vw;
        background: url(../images/img_icon_voice.png) no-repeat;
        background-size: 3vw 3vw;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .check {
        position: relative;
        padding: 0 0vw 0 4vw;
        font-size: 2.8vw;
        /* font-size:12px*/;
        color: #111111;
    }

    main .scenariotoggle ul.toggleCell li .attribute .list_hc .check::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 3vw;
        height: 3vw;
        background: url(../images/img_icon_check.png) no-repeat;
        background-size: 3vw 3vw;
    }

    /* listen */
    main .listen_ttl {
        display: block;
        width: 92.7%;
        margin: 0 auto;
    }

    main .listen_ttl h1 {
        text-align: center;
        font-size: 4.5vw;
        /* font-size:20px;*/
        margin: 0 auto 0vw;
    }

    main .listen_ttl h1 span {
        margin-left: 3vw;
    }

    main .listen_ttl .type {
        margin: 0 auto 4vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    main .listen_ttl .type span {
        position: relative;
        display: block;
        width: max-content;
        /*padding: 0 0.5em;*/
        /*margin-right: 3px;*/
        font-size: 3vw;
        /* font-size:14px;*/
    }

    main .listen_ttl .type span::before, main .listen_ttl .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .listen_ttl .type span::before {
        left: 0;
        /*content: "[";*/
    }

    main .listen_ttl .type span::after {
        right: 0;
        /*content: "]";*/
    }

    main .listenArea {
        display: block;
        width: 92.7%;
        margin: 0 auto;
    }

    main .listenArea .solo_img {
        display: block;
        width: 100%;
        margin: 0 auto 2vw;
    }

    main .listenArea .solo_img img {
        display: block;
        width: 100%;
        border-radius: 4vw;
    }

    main .listenArea .solo_txt {
        font-size: 4.8vw;
        /* font-size:26px;*/
        line-height: 1.6;
        margin: 0 0 6vw;
    }

    main .listenArea .listen_img {
        display: block;
        width: 100%;
        margin: 0;
    }

    main .listenArea .textWrapper {
        display: flex;
        justify-content: space-between; /* 左右に配置 */
        align-items: flex-start; /* 上揃え */
        width: 100%;
    }

    main .listenArea .left,
    main .listenArea .right {
        margin: 0;
        padding: 0;
    }

    main .listenArea .listen_img img {
        display: block;
        width: 100%;
        border-radius: 4vw;
    }

    main .listenArea ul {
        display: block;
        width: 96%;
        margin: 0 auto 6vw;
    }

    main .listenArea ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 5vw;
    }

    main .listenArea ul .reverse {
        flex-direction: row-reverse;
    }

    main .listenArea ul li .icon {
        width: 17%;
    }

    main .listenArea ul li .icon img {
        display: block;
        width: 100%;
        /*border-radius: 4vw;*/
        /*border: 2px solid #111111;*/
    }

    main .listenArea ul li .lines {
        width: 78%;
        font-size: 3.6vw;
        /*font-size: 20px;*/
        margin: 0;
        line-height: 1.4;
        color: #cccccc;
    }

    main .listenArea ul li.mycharacter .lines {
        color: #111111;
        font-size: 4.0vw;
        /*font-size: 23px;*/
    }

    main .listenArea ul li.mycharacter .voice_text {
        color: #1b3182;
        font-size: 4.0vw;
        /*font-size: 23px;*/
    }

    main .listenArea ul li.mycharacter .no_voice_text {
        color: #222222;
        font-size: 4.0vw;
        font-weight: bold;
    }

    main .listenArea ul li.subcharacter .lines {
        color: #a1c0ea;
    }

    main .listen_member {
        display: block;
        width: 92.7%;
        margin: 0 auto;
    }

    main .listen_member ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    main .listen_member ul li {
        width: 21%;
        margin: 0 2% 3vw 2%;
    }

    main .listen_member ul li .imgCell {
        position: relative;
        margin: 0 auto 2vw;
    }

    main .listen_member ul li .imgCell .character {
    }

    main .listen_member ul li .imgCell .character img {
        display: block;
        border-radius: 50%;
    }

    main .listen_member ul li .imgCell .icon {
        position: absolute;
        top: 0;
        left: -2vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .heart {
        position: absolute;
        top: 14vw;
        left: -2vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .check {
        position: absolute;
        top: 14vw;
        right: -2vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .mute {
        position: absolute;
        top: 0;
        right: -2vw;
        width: 38%;
        margin: 0;
    }

    main .listen_member ul li .imgCell .icon img, main .listen_member ul li .imgCell .heart img, main .listen_member ul li .imgCell .check img {
        vertical-align: top;
    }

    main .listen_member ul li .imgCell .icon img, main .listen_member ul li .imgCell .heart img, main .listen_member ul li .imgCell .mute img {
        vertical-align: top;
    }

    main .listen_member ul li .name {
        font-size: 2.4vw;
        /* font-size:12px;*/
        line-height: 1.6;
        margin: 0 auto 0;
        text-align: center;
    }

    main .listen_member ul li.play .imgCell:not(.active)::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/listen/img_after.png) no-repeat;
        background-size: 100% 100%;
        width: 102%;
        height: 102%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    main .listen_member ul li.play .imgCellMute:not(.active)::after {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/listen/mute_image.png) no-repeat;
        background-size: 100% 100%;
        width: 102%;
        height: 102%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .group_btn {
        position: fixed;
        bottom: 22.3vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        z-index: 10;
        /*background: #f9f9f9;*/
        backdrop-filter: blur(12px);
        display: flex;
        flex-direction: column; /* 縦並びにする */
        align-items: center; /* 中央揃え */
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .group_btn .message {
        font-size: 3vw;
        text-align: center;
        margin-bottom: 4vw; /* ボタンとの間隔 */
    }


    .message {
        background: #111111;
        color: #ffffff;
        font-size: 3vw;
        text-align: center;
        padding: 1vw 2vw;
        /*border-radius: 10px;*/
        position: relative;
        display: inline-block; /* 必要に応じて調整 */
    }

    /* 吹き出しの三角部分 */
    .message::after {
        content: "";
        position: absolute;
        bottom: -10px; /* 三角形の位置 */
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111111; /* 吹き出しと同じ色 */
    }

    .btn_wrapper {
        display: flex;
        justify-content: center; /* ボタンを中央揃え */
        gap: 1.5vw; /* ボタン同士の間隔を調整 */
        width: 100%; /* ボタンを均等に配置 */
    }

    .group_btn .btn, .group_btn .btn_all {
        font-size: 3.5vw;
        padding: 0.5vw 5vw;
        border: 1px solid #111111;
        border-radius: 4vw;
        /*color: #666666;*/
        background-color: #f9f9f9;
        text-align: center;
        white-space: nowrap; /* ボタン内のテキストを折り返さない */
    }

    .group_btn .btn_all {
        padding: 0.5vw 10vw;
    }

    /* user */
    main .userArea {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    main .userArea h1 {
        text-align: center;
        width: 90%;
        margin: 0 auto 20px;
        font-size: 4.2vw;
        /* font-size:23px*/;
    }

    main .userArea .icon_img {
        display: block;
        width: 32%;
        margin: 0 auto 30px;
    }

    main .userArea .icon_img img {
        display: block;
        border-radius: 50%;
    }

    main .userrecArea {
    }

    main .userrecArea h2 {
        padding: 10px 0;
        background: #f9f9f9;
        color: #111111;
        font-size: 4.2vw;
        /* font-size:23px*/;
        letter-spacing: 0.1em;
        margin: 0 auto 0px;
        text-align: center;
    }

    main .userrecArea h2 img {
        width: 3.5vw;
        margin-right: 1.5vw;
        vertical-align: middle;
    }

    main .userrecArea ul {
        display: block;
        width: 92.4%;
        margin: 0 auto;
    }

    main .userrecArea ul li {
        padding: 10px 4vw;
        border-bottom: 1px solid #555555;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 2.5vw;
    }

    main .userrecArea ul li a {
    }

    main .userrecArea ul li a .detail {
        display: flex;
    }

    main .userrecArea ul li a .detail .ttl {
        display: flex;
        width: 50%;
        /*font-size: 2.6vw;*/
        font-size: 12px;
        color: #dddddd;
        margin: 0;
    }

    main .userrecArea ul li a .detail .ttl span:nth-of-type(1) {
        margin-right: 3vw;
    }

    main .userrecArea .line_icon {
        width: 100%;
        margin-right: 10px;
        text-align: center;

    }

    main .userrecArea ul li a .detail .type {
        margin: 0 0 5px;
        display: flex;
        flex-wrap: wrap;
        color: #dddddd;
        width: 50%;
    }

    main .userrecArea ul li a .detail .type span {
        position: relative;
        display: block;
        width: max-content;
        padding: 0 0.5em;
        margin-right: 3px;
        /*font-size: 2.6vw;*/
        font-size: 12px;
    }

    main .userrecArea ul li a .detail .type span::before, main .userrecArea ul li a .detail .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .userrecArea ul li a .detail .type span::before {
        left: 0;
        content: "[";
    }

    main .userrecArea ul li a .detail .type span::after {
        right: 0;
        content: "]";
    }

    main .userrecArea ul li a .txt_lines {
        display: block;
        width: 100%;
        /*font-size: 4.2vw;*/
        font-size: small;;
        color: #111111;
        margin: 5px 0 0 0;
        line-height: 1;
    }

    main .userrecArea ul.user_index {
        display: block;
        width: 92.4%;
        margin: 0 auto;
    }

    main .userrecArea ul.user_index li {
        border-bottom: 1px solid #555555;
        padding: 10px 2vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    main .userrecArea ul.user_index li .img_cell {
        width: 15%;
    }

    main .userrecArea ul.user_index li .img_cell img {
        display: block;
        width: 80%;
        margin: 0 auto;
        border-radius: 50%;
    }

    main .userrecArea ul.user_index li .img_cell p {
        font-size: 1.7vw;
        margin: 1.0vw 0 0;
        text-align: center;
    }

    main .userrecArea ul.user_index li .txt_cell {
        width: 82%;
    }

    main .userrecArea ul.user_index li .detail {
        display: flex;
    }

    main .userrecArea ul.user_index li .detail .ttl {
        display: flex;
        width: 50%;
        font-size: 2.3vw;
        /* font-size:12px*/;
        color: #dddddd;
        margin: 0;
    }

    main .userrecArea ul.user_index li .detail .ttl span:nth-of-type(1) {
        margin-right: 2vw;
    }

    main .userrecArea ul.user_index li .detail .type {
        margin: 0 0 5px;
        display: flex;
        flex-wrap: wrap;
        color: #dddddd;
        width: 50%;
    }

    main .userrecArea ul.user_index li .detail .type span {
        position: relative;
        display: block;
        width: max-content;
        padding: 0 0.5em;
        margin-right: 3px;
        font-size: 2.3vw;
        /* font-size:12px*/;
    }

    main .userrecArea ul.user_index li .detail .type span::before, main .userrecArea ul.user_index li .detail .type span::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    main .userrecArea ul.user_index li .detail .type span::before {
        left: 0;
        content: "[";
    }

    main .userrecArea ul.user_index li .detail .type span::after {
        right: 0;
        content: "]";
    }

    main .userrecArea ul.user_index li .txt_lines {
        display: block;
        width: 100%;
        font-size: 3.8vw;
        /* font-size:24px*/;
        color: #111111;
        margin: 0;
        line-height: 1;
    }

    /*モーダル用*/
    body.fixed {
        overflow: hidden;
    }

    html.fixed {
        overflow: hidden;
    }

    #modal-area-1 {
        display: none;
    }

    #modal-area-story {
        display: none;
    }

    #modal-area-character {
        display: none;
    }

    .js-modal__bg {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9b3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .js-modal__main {
        display: block;
        width: 90%;
        max-width: 640px;
        height: max-content;
        padding: 0px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #f9f9f9;
        border: 1px solid #111111;
        border-radius: 20px;
        position: fixed;
        z-index: 110;
    }

    .js-modal__main .inner {
        /*height: calc(100% - 40px);*/
        height: max-content;
        position: relative;
        padding: 6vw 5vw;
    }

    .js-modal__btn--close {
        display: block;
        width: 48px;
        cursor: pointer;
        margin: -10px -10px 0 auto;
    }

    .js-modal__btn--close--fix {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 40px;
        font-size: 14px;
        font-weight: 600;
        color: #143491;
        border: 1px solid #143491;
        border-radius: 2px;
        margin: 0 auto 20px;
        background: #fff;
        cursor: pointer;
    }

    .js-modal__main .inner .filter_ttl {
        font-size: 3.8vw;
    }

    .js-modal__main .inner .filter_txt {
        font-size: 3.8vw;
    }

    .js-modal__main .inner .filter_ttl {
        text-align: center;
        /*font-size: 20px;*/
        font-weight: 600;
        margin: -6vw auto 20px;
    }


    .js-modal__main .inner .filter_txt {
        text-align: center;
        /*font-size: 20px;*/
        margin: 0 auto 25px;
    }

    .js-modal__main .inner .filter_cell {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }

    .js-modal__main .inner .filter_cell p {
        text-align: center;
        font-size: 3.8vw;
        /*font-size: 20px;*/
        margin: 0 auto 15px;
    }

    .js-modal__main .inner .filter_cell ul {
        display: flex;
        flex-wrap: wrap;
    }

    .js-modal__main .inner .filter_cell ul li {
        width: 31%;
        margin: 0 3.5% 15px 0;
    }

    .js-modal__main .inner .filter_cell ul li:nth-child(3n) {
        margin: 0 0% 15px 0;
    }

    .js-modal__main .inner .filter_cell ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        font-size: 3.8vw;
        /*font-size: 20px;*/
        background: #f9f9f9;
        border: 1px solid #111111;
    }

    .js-modal__main .inner .filter_cell ul li button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: darkgreen;
        font-size: 16px;
        color: #fff;
    }

    .js-modal__main .inner .filter_cell ul li button.active {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        font-size: 16px;
        background: #f9f9f9;
        border: 1px solid #111111;
    }


    .js-modal__main .inner button.filter_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        max-width: 240px;
        height: 40px;
        font-size: 16px;
        color: #111;
        border-radius: 10px;
        margin: 0 auto;
        background: #f9f9f9;
        border: 1px solid #111111;
    }

    .js-modal__main .inner a.filter_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        max-width: 240px;
        height: 40px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 3.8vw;
        /*font-size: 20px;*/
        color: #111;
        border-radius: 10px;
        margin: 0 auto;
    }

    .js-modal__main .inner .story_ttl {
        margin: -6vw 0 3vw;
        padding: 0 0 2vw;
        border-bottom: 1px solid #fff;
    }

    .js-modal__main .inner .story_ttl .mainttl {
        font-size: 4.0vw;
        /* font-size:18px;*/
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal__main .inner .story_detail {
        font-size: 4.0vw;
        /* font-size:18px;*/
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal__main .inner .character_cell {
        display: flex;
        justify-content: space-between;
        margin: -6vw auto 3vw;
    }

    .js-modal__main .inner .character_cell .img {
        width: 50%;
    }

    .js-modal__main .inner .character_cell .introduction {
        width: 45%;
    }

    .js-modal__main .inner .character_cell .introduction .name {
        /*font-size: 4.0vw;*/
        font-size: 18px;
        margin: 0 0 1vw;
        line-height: 1;
    }

    .js-modal__main .inner .character_cell .introduction .kana {
        /*font-size: 3.0vw;*/
        font-size: 12px;
        margin: 0 0 2vw;
        line-height: 1;
    }

    .js-modal__main .inner .character_cell .introduction .txt {
        /*font-size: 4.0vw;*/
        font-size: 18px;
        margin: 0;
        line-height: 1.4;
    }

    .js-modal__main .inner .character_detail {
        /*font-size: 4.0vw;*/
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.4;
    }

    .js-modal2__bg {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9b3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .js-modal2__main {
        display: block;
        /*width: 90%;*/
        /*max-width: 640px;*/
        /*height: max-content;*/
        overflow-y: auto; /* 縦スクロールを有効化 */
        /*padding-right: 10px; !* スクロールバーが重ならないようにする *!*/
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*margin: auto;*/
        background: #f9f9f9;
        /*border-radius: 20px;*/
        border: 1px solid #111111;
        position: fixed;
        z-index: 110;
    }

    .js-modal2__main .inner {
        /*height: calc(100% - 40px);*/
        height: max-content;
        position: relative;
        padding: 6vw 5vw;
    }

    .js-modal2__btn--close {
        display: block;
        width: 48px;
        cursor: pointer;
        margin: -0px -0px 0 auto;
    }

    .js-modal2__btn--close--fix {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 40px;
        font-size: 14px;
        font-weight: 600;
        color: #143491;
        border: 1px solid #143491;
        border-radius: 2px;
        margin: 0 auto 20px;
        background: #f9f9f9;
        cursor: pointer;
    }


    .js-modal2__main .inner .filter_ttl {
        font-size: 3.8vw;
    }

    .js-modal2__main .inner .filter_txt {
        font-size: 3.8vw;
    }

    .js-modal2__main .inner .filter_cell p {
        font-size: 3.8vw;
    }

    .js-modal2__main .inner .filter_ttl {
        text-align: center;
        /*font-size: 20px;*/
        font-weight: 600;
        margin: -6vw auto 20px;
    }


    .js-modal2__main .inner .filter_txt {
        text-align: center;
        /*font-size: 20px;*/
        margin: 0 auto 25px;
    }

    .js-modal2__main .inner .filter_cell {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }

    .js-modal2__main .inner .filter_cell p {
        text-align: left;
        /*font-size: 20px;*/
        margin: 0 auto 15px;
    }

    .js-modal2__main .inner .filter_cell ul {
        display: flex;
        flex-wrap: wrap;
    }

    .js-modal2__main .inner .filter_cell ul li {
        width: 31%;
        margin: 0 3.5% 15px 0;
    }

    .js-modal2__main .inner .filter_cell ul li:nth-child(3n) {
        margin: 0 0% 15px 0;
    }

    .js-modal2__main .inner .filter_cell ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 3.8vw;
        /*font-size: 20px;*/
        color: #111;
    }

    .js-modal2__main .inner .filter_cell ul li button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: darkgreen;
        font-size: 16px;
        color: #111111;
    }

    .js-modal2__main .inner .filter_cell ul li button.active {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 16px;
        color: #111;
    }


    .js-modal2__main .inner button.filter_btn {
        display: inline-flex; /* 縮小の影響を受けにくくする */
        justify-content: center;
        align-items: center;

        width: 82%; /* 82% → 縮小後のサイズに合わせる */
        height: 32px; /* 元の32px → 縮小後のサイズ */

        background-image: url(../images/btn_set_filter.png); /* 画像パス */
        background-size: contain; /* cover → contain に変更 */
        background-repeat: no-repeat;
        background-color: transparent;

        border: none;
        cursor: pointer;
        text-indent: -9999px; /* テキストを非表示にする */

        /*transform: scale(0.9); !* Safariでも安定する縮小 *!*/
        transform-origin: center; /* 縮小の基準を中央に */

        overflow: hidden; /* Safariでのはみ出し防止 */
    }

    .js-modal2__main .inner button.reset_btn {
        display: inline-flex; /* 縮小の影響を受けにくくする */
        justify-content: center;
        align-items: center;

        width: 82%; /* 82% → 縮小後のサイズに合わせる */
        height: 32px; /* 元の32px → 縮小後のサイズ */

        background-image: url(../images/btn_reset_filter.png); /* 画像パス */
        background-size: contain; /* cover → contain に変更 */
        background-repeat: no-repeat;
        background-color: transparent;

        border: none;
        cursor: pointer;
        text-indent: -9999px; /* テキストを非表示にする */

        /*transform: scale(0.9); !* Safariでも安定する縮小 *!*/
        transform-origin: center; /* 縮小の基準を中央に */

        overflow: hidden; /* Safariでのはみ出し防止 */
    }

    .js-modal2__main .inner a.filter_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        max-width: 240px;
        height: 40px;
        border: 1px solid #cccccc;
        background: #95ff97;
        font-size: 3.8vw;
        /*font-size: 20px;*/
        color: #111;
        border-radius: 10px;
        margin: 0 auto;
    }

    .js-modal2__main .inner .story_ttl {
        margin: -6vw 0 3vw;
        padding: 0 0 2vw;
        border-bottom: 1px solid #111111;
    }

    .js-modal2__main .inner .story_ttl .mainttl {
        font-size: 4.0vw;
        /* font-size:18px;*/
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal2__main .inner .story_detail {
        font-size: 4.0vw;
        /* font-size:18px;*/
        margin: 0 0 0;
        line-height: 1.6;
    }

    .js-modal2__main .inner .character_cell {
        display: flex;
        justify-content: space-between;
        margin: -6vw auto 3vw;
    }

    .js-modal2__main .inner .character_cell .img {
        width: 50%;
    }

    .js-modal2__main .inner .character_cell .introduction {
        width: 45%;
    }

    .js-modal2__main .inner .character_cell .introduction .name {
        /*font-size: 4.0vw;*/
        font-size: 18px;
        margin: 0 0 1vw;
        line-height: 1;
    }

    .js-modal2__main .inner .character_cell .introduction .kana {
        /*font-size: 3.0vw;*/
        font-size: 12px;
        margin: 0 0 2vw;
        line-height: 1;
    }

    .js-modal2__main .inner .character_cell .introduction .txt {
        /*font-size: 4.0vw;*/
        font-size: 18px;
        margin: 0;
        line-height: 1.4;
    }

    .js-modal2__main .inner .character_detail {
        /*font-size: 4.0vw;*/
        font-size: 18px;
        margin: 0 0 0;
        line-height: 1.4;
    }

    /* 会員登録関連 */
    main .memberArea h1 {
        padding: 10px 0;
        background: #f9f9f9;
        text-align: center;
        width: 100%;
        margin: 0 auto 20px;
        font-size: 4.2vw;
    }

    main .userrecArea .pp_cell {
        display: block;
        width: 92.4%;
        margin: 0 auto;
    }

    main .userrecArea .pp_cell {
        display: block;
        width: 92.4%;
        margin: 0 auto;
    }

    main .userrecArea .pp_cell h2 {
        font-size: 4.2vw;
        margin: 0 0 15px;
        padding: 0;
        text-align: left;
        background: none;
    }

    main .userrecArea .pp_cell .box {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }

    main .userrecArea .pp_cell .box p {
        font-size: 3vw;
        line-height: 1.8;
        margin: 0 0 15px;
    }

    main .userrecArea .pp_cell .box p span {
        font-weight: 600;
        font-size: 3.8vw;
    }

    main .userrecArea .pp_cell .box ul {
        list-style: decimal;
        font-size: 3vw;
        padding: 0 0 0px 8vw;
        margin: 0 0 15px;
    }

    main .userrecArea .pp_cell .box ul li {
        border-bottom: none;
        padding: 0;
        font-size: 3vw;
    }

    main .userrecArea .pp_cell .box ul.list_disc {
        list-style: disc;
    }

    main .userrecArea .pp_cell .box ul li ul {
        margin-top: 15px;
    }

    main .userrecArea .member_cell {
        display: block;
        width: 74%;
        margin: 0 auto;
    }

    main .userrecArea .member_cell p {
        font-size: 3.4vw;
        line-height: 1.8;
        margin: 0 0 15px;
    }

    main .userrecArea .member_cell p a {
        color: #95ff97;
        text-decoration: underline;
    }

    main .userrecArea .dl_member {
        margin: 0vw 0 8vw;
    }

    main .userrecArea .dl_member dt {
        font-size: 3.4vw;
        margin-bottom: 0.6vw;
    }

    main .userrecArea .dl_member dd {
        font-size: 3.4vw;
        margin: 0 0 3.5vw;
    }

    main .userrecArea .dl_member dd .attention {
        font-size: 2.7vw;
        color: #95ff97;
        margin: 0.4vw 0 0;
    }

    main .userrecArea .dl_member input[type=text] {
        width: 90%;
    }

    main .userrecArea .dl_member input[type=password] {
        width: 90%;
    }

    main .userrecArea .check {
        margin: 0 auto 7vw;
        text-align: center;
        font-size: 3.4vw;
    }

    main .form_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 47vw;
        height: 8.3vw;
        border-radius: 3.5vw;
        background: none;
        border: 1px solid #111111;
        color: #000;
        text-align: center;
        margin: 0 auto;
        font-size: 3.4vw;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    }

    main .userrecArea .member_cell p.forget_password {
        text-align: center;
        font-size: 3.4vw;
        margin: 0 auto 7vw;
    }

    main .userrecArea .member_cell p.forget_password a {
        color: #1b3182;
    }

    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }

    /** test **/
    .toggleCell {
        list-style: none;
        padding: 0;
    }

    .list-item {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
        padding: 0;
    }

    .list_character {
        flex-shrink: 0;
        padding-right: 10px;
    }

    .list_character img {
        width: 50px;
        height: auto;
    }

    .text-content {
        display: flex;
        flex-direction: column; /* ✅ 確実に縦に並べる */
        width: 100%;
    }

    .title {
        color: #666666;
        font-size: 10px;
        display: block; /* ✅ 横並び防止 */
        line-height: 0;
    }

    .description {
        font-size: 14px;
        color: #111111;
        display: block; /* ✅ 横並び防止 */
    }

    .description2 {
        margin-top: 10px;
        font-size: 14px;
        color: #111111;
        display: block; /* ✅ 横並び防止 */
    }

    .description3 {
        margin-top: 15px;
        font-size: 14px;
        color: #111111;
        display: block; /* ✅ 横並び防止 */
    }

    .attribute {
        font-size: 10px;
        color: #666666;
        display: block; /* ✅ 横並び防止 */
    }

    .attribute span {
        background: #eee;
        padding: 0;
        border-radius: 3px;
        margin-right: 5px;
        display: inline-block; /* ✅ まとめて折り返ししやすく */
    }

    .scroll-menu {
        display: flex;
        gap: 10px;
        overflow-x: auto; /* ✅ 横スクロール可能にする */
        white-space: nowrap;
        padding: 10px;
        scrollbar-width: none; /* Firefox用 */
        -ms-overflow-style: none; /* IE / Edgeレガシー用 */
    }

    .scroll-menu::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge用 */
    }

    .menu-item {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #f9f9f9;
        flex-shrink: 0; /* ✅ 横スクロール時に縮まないようにする */
        text-decoration: none;
        color: black;
    }

    .scroll-menu2 {
        display: flex;
        gap: 10px;
        overflow-x: auto; /* ✅ 横スクロール可能にする */
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 5px;
        /*padding: 10px;*/
        scrollbar-width: none; /* Firefox用 */
        -ms-overflow-style: none; /* IE / Edgeレガシー用 */
    }

    .scroll-menu2::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge用 */
    }

    .menu-item2 {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0px 3px;
        border-radius: 5px;
        background: #f9f9f9;
        flex-shrink: 0; /* ✅ 横スクロール時に縮まないようにする */
        text-decoration: none;
        color: black;
    }

    .icon {
        /*width: 15px;*/
        height: auto;
    }


    .half_block3 {
        width: 45%;
        display: inline-flex; /* inline-block の代わりに inline-flex を使用 */
        align-items: center; /* 上下中央揃え */
        /*justify-content: center; !* 水平方向の中央揃え（必要に応じて削除） *!*/
        vertical-align: middle; /* 他の要素との整列を維持 */
    }
}
