@charset "shift-jis";

/*-----------------------------------------------------------------------------------------
common
----------------------------------------------------------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
}

body {
    font-family: "zen-maru-gothic", sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #101010;
    margin: 0;
    padding: 0;
}

button {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
}

* {
    cursor: none !important;
}

.pc {
    display: none
}

a {
    text-decoration: none;
    font-family: "zen-maru-gothic", sans-serif;
}

p {
    font-family: "zen-maru-gothic", sans-serif;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

footer {
    min-height: 20vh;
}

/* 基本 */

#wrap {
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}


.loading-screen {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    animation: hidden 1.2s ease-in-out forwards;

}



.hamu_inroom::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -48%;
    width: 216%;
    height: 216%;
    background-image: url(https://support.enetshop.jp/iiinecko/images/lp/yawatomo_room/bg_ham.svg);
    background-size: 140px;
    background-repeat: repeat;
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.8;
    animation: scroll-bg 60s linear infinite;
}

.peshimi_inroom::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -48%;
    width: 216%;
    height: 216%;
    background-image: url(https://support.enetshop.jp/iiinecko/images/lp/yawatomo_room/bg_peshi.svg);
    background-size: 140px;
    background-repeat: repeat;
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.8;
    animation: scroll-bg 60s linear infinite;
}

.yoru_inroom::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -48%;
    width: 216%;
    height: 216%;
    background-image: url(https://support.enetshop.jp/iiinecko/images/lp/yawatomo_room/bg_yoru.svg);
    background-size: 140px;
    background-repeat: repeat;
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.8;
    animation: scroll-bg 60s linear infinite;
}

@keyframes scroll-bg {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -129px -690px;
    }
}

.hamu_inroom {
    background-color: #e8f5c9;
    position: relative;
    font-weight: 900;

}

.peshimi_inroom {
    background-color: #6f708d;
    position: relative;
    font-weight: 900;

}

.yoru_inroom {
    background-color: #6c6c6c;
    position: relative;
    font-weight: 900;

}

.loading-screen {
    background-color: #e8f5c9;
}



.hamu_inroom .loading-screen .open_door,
.yoru_inroom .loading-screen .open_door {
    position: absolute;
    top: -318px;
    left: -110px;
    width: 192px;
    transform-origin: center center;
    animation: zoom 1.5s ease-in-out forwards;

}


.house_door img,
.house_inner img {
    width: 100%;
    height: auto;
    display: block;
}

.peshimi_inroom .loading-screen .open_door {
    position: absolute;
    top: -328px;
    left: -210px;
    width: 222px;
    transform-origin: center center;
    animation: zoom 1.5s ease-in-out forwards;
}




@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}


.hamu_inroom .loading-screen .house_inner,
.yoru_inroom .loading-screen .house_inner {
    position: relative;
    width: 1260px;
    top: -219px;
    left: -433px;
}

.peshimi_inroom .loading-screen .house_inner {
    position: relative;
    width: 1260px;
    top: -227px;
    left: -252px;
}


.hamu_inroom .loading-screen .house_door {
    position: absolute;
    width: 192px;
    top: 520px;
    left: 170px;
    transform-origin: right;
    animation: open 1s ease-in-out forwards;
    z-index: 55555555;
}

.peshimi_inroom .loading-screen .house_door {
    position: absolute;
    width: 192px;
    top: 505px;
    left: 216px;
    transform-origin: left;
    animation: open 1s ease-in-out forwards;
    z-index: 55555555;
}

.yoru_inroom .loading-screen .house_door {
    position: absolute;
    width: 192px;
    top: 520px;
    left: 170px;
    transform-origin: right;
    animation: open 1s ease-in-out forwards;
    z-index: 55555555;
}

@keyframes open {

    0% {
        transform: scaleX(1);
        ;
    }

    100% {
        transform: scaleX(-0.3);
        ;
    }
}




@keyframes hidden {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#content {
    height: 100vh;
    display: block;
}

#viewport {
    height: 100vh;
    overflow: scroll;
    scroll-behavior: auto;
    touch-action: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100vh;
    display: block;
}

.enter {
    position: absolute;
    text-align: center;
    height: 100vh;
    align-content: space-evenly;
    text-align: center;
    width: 170%;
}

#viewport::-webkit-scrollbar {
    display: none;
}



/* 森に戻るボタン */
.back {
    background-color: #32643f;
    color: #fcf0be;
    transition: 0.3s;
    width: 50%;
    align-content: space-evenly;
    border-radius: 65px;
}


.rightnav {
    position: fixed;
    bottom: 0;
    height: 52px;
    width: 97%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 1%;
    gap: 4px;
    left: 3px;
    font-size: 5vw;
    text-align: center;
    /* margin: 0 auto; */
}


/* はむのすけヒントボタン */
.hamu_inroom .hint {
    background-color: #dd815e;
    color: #fcf0be;
    width: 50%;
    align-content: space-evenly;
    border-radius: 65px;
}

.peshimi_inroom .hint {
    background-color: #b5dddd;
    align-content: space-evenly;
    color: #56392b;
    width: 50%;
    border-radius: 65px;
}

.yoru_inroom .hint {
    background-color: #b1c200;
    align-content: space-evenly;
    color: #56392b;
    width: 50%;
    border-radius: 65px;
}


.hint-content {
    position: fixed;
    pointer-events: none;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hamu_inroom .accordion-content {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
    position: fixed;
    top: 60px;
    background-color: #fffbeb;
    z-index: 1;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 5px solid #56392b;
}

.peshimi_inroom .accordion-content {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
    position: fixed;
    top: 60px;
    background-color: #e9f0f3;
    z-index: 1;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 5px solid #395868;
}

.yoru_inroom .accordion-content {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
    position: fixed;
    top: 60px;
    background-color: #e2e2e2;
    z-index: 1;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 5px solid #4c4c4c;
}

.accordion-content.open {
    display: block;
}

.hamu_inroom .accordion-toggle {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 23px;
    line-height: 29px;
    background-color: #56392b;
    padding: 15px;
    color: #fff;
    text-align: center;
    border: none;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;

}

.peshimi_inroom .accordion-toggle {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 23px;
    line-height: 29px;
    background-color: #395868;
    padding: 15px;
    color: #fff;
    text-align: center;
    border: none;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;

}

.yoru_inroom .accordion-toggle {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 23px;
    line-height: 29px;
    background-color: #4c4c4c;
    padding: 15px;
    color: #fff;
    text-align: center;
    border: none;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;

}

@keyframes topin {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


.yoru_inroom .leftnav div h3 {
    font-size: 23px;
    line-height: 29px;
    background-color: #585452;
    padding: 15px;
    color: #fff;
}

.leftnav div>p {
    width: 86%;
    margin: 12px auto;
    font-size: 15px;
}

.leftnav div .level {
    width: 59%;
    margin: 12px auto;
    font-size: 17px;
    background-color: #fff;
    border-radius: 72px;
    padding: 7px;
}

.leftnav div img {
    width: 80%;
    margin: 0px auto;

}

/* モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;

}

.modal.show {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.modal.hide {
    animation: fadeOut 0.3s ease;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 14px;
    width: 89%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 61%;
    overflow-y: scroll;
    overflow-x: hidden;

}

.hamu_inroom .modal-content {
    border: solid 4px #56392b;
}

.peshimi_inroom .modal-content {
    border: solid 4px #395868;
}

.yoru_inroom .modal-content {
    border: solid 4px #333333;
}

.modal-content .close {
    background-color: #fff;
    border-radius: 51px;
    width: 27px;
    display: block;
    height: 27px;
    align-content: space-evenly;
    text-align: center;
    left: 78vw;
    position: absolute;
    top: 2vw;
}


.hamu_inroom .modal-content .close {
    border: 3px solid #56392b;
    color: #56392b;
}

.peshimi_inroom .modal-content .close {
    border: 3px solid #395868;
    color: #395868;
}

.yoru_inroom .modal-content .close {
    border: 3px solid #333333;
    color: #333333;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.hamu_inroom #content,
.peshimi_inroom #content,
.yoru_inroom #content {
    height: 100vh;
    min-height: 100dvh;
    overflow-x: scroll;
    position: relative;
    overflow-y: scroll;
    width: 900px;
}

.scroll-hint {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: #0000004f;
    pointer-events: none;
    opacity: 1;
    animation: hintbye 0.5s ease 2s forwards;
    /* 2???0.5??????? */

}

@keyframes hintbye {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.no-scroll {
    overflow: hidden;
}

.scroll-hint .finger {
    width: 80%;
    position: fixed;
    left: 13%;
    top: 39%;
    pointer-events: none;
}

.finger-horizontal {
    animation: swipe-horizontal 4s infinite;
}

@keyframes swipe-horizontal {


    0% {
        transform: translate(0, 0);
    }

    12.5% {
        transform: translate(-30px, 0);
    }

    25% {
        transform: translate(30px, 0);
    }

    37.5% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -30px);
    }

    62.5% {
        transform: translate(0, 30px);
    }

    75% {
        transform: translate(0, -30px);
    }

    87.5% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }

}

.room_inner {
    width: 900px;
    position: relative;
    margin: 0 auto;
    top: 51%;
    left: 50%;
    transform: translate(-86%, -29%);
}

.room_inner .base_inner {
    width: 900px;
    position: relative;
    margin: 0 auto;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -29%);
}

.modal-content .imgwrap {
    width: 99%;
    margin: 8% auto;
}

.modal-img {
    width: 100%;
    display: block;
}

.hidden {
    display: none;
}

.image-controls {
    text-align: center;
    width: 84%;
    margin: -9px auto 5px;
    border-radius: 62px;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #f0f0f0;
    border: solid #292929;
}

.image-controls button {
    padding: 3px 10px;
    border: none;
    border-radius: 42px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: calc(100% / 2);
    color: #292929;
}

.image-controls button.active {
    background-color: #292929;
    color: #fff;
}

.modal-content .title {
    font-size: 6vw;
    font-weight: 900;
    margin: 20px auto -32px;
    letter-spacing: 0px;
}

.hamu_inroom .modal-content .title {
    color: #56392b;
}

.peshimi_inroom .modal-content .title {
    color: #395868;
}

.yoru_inroom .modal-content .title {
    color: #333333;
}

.modal-content .description {
    font-size: 17px;
    line-height: 1.6;
    color: #292929;
    margin-bottom: 15px;
    width: 79%;
    margin: 8px auto;
    text-align: center;
}

/* おソロボタン */
.modal-content .shop a {
    padding: 17px 11px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 5vw;
    width: 100%;
    border-radius: 22px;
    text-align: center;
}

.modal-content .shop a::after {
    content: "→";
    margin-left: 8px;
    font-size: 23px;
    transition: transform 0.3s;
    background-color: #fff;
    padding: 2px 7px;
    border-radius: 57px;
    animation: attentionbtn 1s ease-in-out infinite;
    display: inline-block;

}

.hamu_inroom .modal-content .shop a::after {
    color: #32643f;
}

.peshimi_inroom .modal-content .shop a::after {
    color: #676888;
}

.yoru_inroom .modal-content .shop a::after {
    color: #b1c200;
}

@keyframes attentionbtn {

    0%,
    100% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(3px);
    }
}



.hamu_inroom .modal-content .shop a {
    background-color: #32643f;
    border: solid 2px #32643f;
}

.peshimi_inroom .modal-content .shop a {
    background-color: #676888;
    border: solid 2px #676888;
}

.yoru_inroom .modal-content .shop a {
    background-color: #b1c200;
    border: solid 2px #b1c200;
}


.modal-content .shop {
    margin: 12px auto;
    display: flex;
    width: 89%;
    gap: 11px;
    flex-direction: column;
    align-items: center;
}

.room_inner .item {
    position: absolute;
    animation: 2s drop 0.3s ease-in-out forwards;

}

.room_inner .item.bound {
    animation: bound 0.8s ease-in-out;
}


@keyframes drop {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }


    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes bound {

    0%,
    50%,
    100% {
        transform: translateY(0);
    }

    25%,
    85% {
        transform: translateY(-5px);
    }
}

.hamu_inroom .room_inner .hamunosuke {
    width: 117px;
    top: 278px;
    left: 390px;
    z-index: 2;
    position: absolute;
    animation: 2s drop 0.3s ease-in-out forwards;

}

.peshimi_inroom .room_inner .peshimi {
    width: 116px;
    top: 275px;
    left: 370px;
    z-index: 5;
    position: absolute;
    animation: 2s drop 0.3s ease-in-out forwards;
}

.yoru_inroom .room_inner .yoru {
    width: 115px;
    top: 285px;
    left: 271px;
    z-index: 8;
    position: absolute;
    animation: 2s 0.3s ease-in-out forwards;
}

.hamu_inroom .room_inner .item.item01 {
    width: 109px;
    top: 194px;
    left: 129px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item01 {
    width: 86px;
    top: 148px;
    left: 495px;
    z-index: 4;
}

.yoru_inroom .room_inner .item.item01 {
    width: 177px;
    top: 139px;
    left: 179px;
    z-index: 4;
}

.hamu_inroom .room_inner .item.item02 {
    width: 94px;
    top: 115px;
    left: 534px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item02 {
    position: absolute;
    width: 80px;
    top: 186px;
    left: 356px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item02 {
    width: 140px;
    top: 39px;
    left: 5px;
    z-index: 2;
}

.hamu_inroom .room_inner .item.item03 {
    width: 172px;
    top: 300px;
    left: 181px;
    z-index: 3;
}

.peshimi_inroom .room_inner .item.item03 {
    width: 127px;
    top: 55px;
    left: 404px;
    z-index: 3;
}

.yoru_inroom .room_inner .item.item03 {
    width: 125px;
    top: -25px;
    left: 343px;
    z-index: 3;
}

.hamu_inroom .room_inner .item.item04 {
    width: 98px;
    top: 391px;
    left: 347px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item04 {
    width: 143px;
    top: 239px;
    left: 739px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item04 {
    width: 82px;
    top: 209px;
    left: 558px;
    z-index: 2;
}

.hamu_inroom .room_inner .item.item05 {
    width: 193px;
    top: 104px;
    left: 342px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item05 {
    width: 254px;
    top: 253px;
    left: 26px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item05 {
    width: 93px;
    top: 245px;
    left: 150px;
    z-index: 5;
}

.hamu_inroom .room_inner .item.item06 {
    width: 122px;
    top: 174px;
    left: 33px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item06 {
    width: 376px;
    top: 257px;
    left: 313px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item06 {
    width: 157px;
    top: 250px;
    left: 371px;
    z-index: 6;

}

.hamu_inroom .room_inner .item.item07 {
    width: 71px;
    top: 352px;
    left: 579px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item07 {
    width: 130px;
    top: 256px;
    left: 468px;
    z-index: 7;
}

.yoru_inroom .room_inner .item07 {
    position: absolute;
    width: 85px;
    top: 126px;
    left: 310px;
    z-index: 3;
}

.hamu_inroom .room_inner .item.item08 {
    width: 349px;
    top: 257px;
    left: 264px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item08 {
    position: absolute;
    width: 71px;
    top: 362px;
    left: 364px;
    z-index: 1;
}

.yoru_inroom .room_inner .item.item08 {
    width: 312px;
    top: 273px;
    left: 291px;
    z-index: 1;
}


.hamu_inroom .room_inner .item09 {
    position: absolute;
    width: 163px;
    top: 366px;
    left: 432px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item.item09 {
    width: 105px;
    top: 174px;
    left: 187px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item09 {
    width: 312px;
    top: 273px;
    left: 291px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item10 {
    position: absolute;
    width: 111px;
    top: 296px;
    left: 716px;
    z-index: 3;
}

.yoru_inroom .room_inner .item10 {
    position: absolute;
    width: 167px;
    top: 279px;
    left: 252px;
    z-index: 7;
}

.peshimi_inroom .room_inner .item.item11 {
    width: 53px;
    top: 350px;
    left: 215px;
    z-index: 3;
}

.yoru_inroom .room_inner .item11 {
    position: absolute;
    width: 67px;
    top: 391px;
    left: 509px;
    z-index: 9;
}


.peshimi_inroom .room_inner .item12 {
    position: absolute;
    width: 47px;
    top: 318px;
    left: 417px;
    z-index: 5;
}

.yoru_inroom .room_inner .item.item12 {
    width: 117px;
    top: 322px;
    left: 536px;
    z-index: 5;
}

.peshimi_inroom .room_inner .item.item13 {
    width: 151px;
    top: 174px;
    left: 574px;
    z-index: 5;
}

.yoru_inroom .room_inner .item.item13 {
    width: 229px;
    top: 79px;
    left: 350px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item14 {
    position: absolute;
    width: 79px;
    top: 365px;
    left: 602px;
    z-index: 5;
}

.yoru_inroom .room_inner .item.item14 {
    width: 79px;
    top: 353px;
    left: 201px;
    z-index: 5;
}

.peshimi_inroom .room_inner .item15 {
    top: 210px;
    z-index: 1;
    width: 90px;
    left: 259px;
}

.room_inner .none {
    z-index: 2;
    background-color: #dddddd00;
    display: block;
    content: "";
    position: absolute;
}


.hamu_inroom .room_inner .none.none1 {
    width: 52px;
    top: 119px;
    left: 123px;
    height: 69px;
    content: "";
}

.peshimi_inroom .room_inner .none.none1 {
    width: 48px;
    top: 108px;
    left: 81px;
    height: 68px;
    content: "";
}

.yoru_inroom .room_inner .none.none1 {
    width: 70px;
    top: 33px;
    left: 210px;
    height: 85px;
    content: "";
}


.hamu_inroom .room_inner .none.none2 {
    width: 66px;
    top: 183px;
    left: 631px;
    height: 141px;
    content: "";
}

.yoru_inroom .room_inner .none.none2 {
    width: 80px;
    top: 215px;
    left: 655px;
    height: 96px;
    content: "";
}

.peshimi_inroom .room_inner .none.none2 {
    width: 56px;
    top: 380px;
    left: 618px;
    height: 64px;
    content: "";
    z-index: 8;
}

.hamu_inroom .room_inner .none.none3 {
    width: 31px;
    top: 223px;
    left: 236px;
    height: 56px;
    content: "";
}

.peshimi_inroom .room_inner .none.none3 {
    width: 51px;
    top: 149px;
    left: 733px;
    height: 80px;
    content: "";
    z-index: 8;
}

.yoru_inroom .room_inner .none.none3 {
    width: 117px;
    top: 284px;
    left: 271px;
    height: 101px;
    content: "";
    z-index: 9;
}

.hamu_inroom .room_inner .none.none4 {
    width: 162px;
    top: 70px;
    left: 704px;
    height: 332px;
    content: "";
}

.peshimi_inroom .room_inner .none.none4 {
    width: 43px;
    top: 184px;
    left: 373px;
    height: 57px;
    content: "";
}

.yoru_inroom .room_inner .none.none4 {
    width: 42px;
    top: 188px;
    left: 621px;
    height: 52px;
    content: "";
}

.hamu_inroom .room_inner .none.none5 {
    width: 82px;
    top: 296px;
    left: 399px;
    height: 62px;
    content: "";
}

.none a {
    width: 100%;
    height: 100%;
}

/* ヒントボタン */
.hint {
    background-color: #dbd822;
    color: #444;
    transition: 0.3s;
    width: 50%;
    align-content: space-evenly;
    border-radius: 65px;
}

.hintani {
    position: absolute;
    content: '';
    animation: ping 1.2s ease-in-out infinite both;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 55px;
    pointer-events: none;
}

.peshimi_inroom .hintani:nth-child(1) {
    top: 130px;
    left: 90px;
}

.peshimi_inroom .hintani:nth-child(2) {
    top: 311px;
    left: 151px;

}

.peshimi_inroom .hintani:nth-child(3) {
    top: 247px;
    left: 233px;

}

.peshimi_inroom .hintani:nth-child(4) {
    top: 389px;
    left: 222px;
}

.peshimi_inroom .hintani:nth-child(5) {
    top: 243px;
    left: 298px;
}

.peshimi_inroom .hintani:nth-child(6) {
    top: 210px;
    left: 377px;

}

.peshimi_inroom .hintani:nth-child(7) {
    top: 129px;
    left: 442px;
}

.peshimi_inroom .hintani:nth-child(8) {
    top: 203px;
    left: 517px;
}

.peshimi_inroom .hintani:nth-child(9) {
    top: 254px;
    left: 619px;
}

.peshimi_inroom .hintani:nth-child(10) {
    top: 284px;
    left: 779px;
}

.peshimi_inroom .hintani:nth-child(11) {
    top: 164px;
    left: 737px;
}

.peshimi_inroom .hintani:nth-child(12) {
    top: 397px;
    left: 622px;
}

.peshimi_inroom .hintani:nth-child(13) {
    top: 284px;
    left: 506px;
}

.peshimi_inroom .hintani:nth-child(14) {
    top: 313px;
    left: 426px;
}

.peshimi_inroom .hintani:nth-child(15) {
    top: 370px;
    left: 485px;
}

.yoru_inroom .hintani:nth-child(1) {
    top: 160px;
    left: 46px;
}

.yoru_inroom .hintani:nth-child(2) {
    top: 299px;
    left: 164px;
}

.yoru_inroom .hintani:nth-child(3) {
    top: 42px;
    left: 210px;
}

.yoru_inroom .hintani:nth-child(4) {
    top: 379px;
    left: 210px;
}

.yoru_inroom .hintani:nth-child(5) {
    top: -31px;
    left: 374px;
}

.yoru_inroom .hintani:nth-child(6) {
    top: 179px;
    left: 244px;
}

.yoru_inroom .hintani:nth-child(7) {
    top: 264px;
    left: 421px;
}

.yoru_inroom .hintani:nth-child(8) {
    top: 149px;
    left: 422px;
}

.yoru_inroom .hintani:nth-child(9) {
    top: 294px;
    left: 300px;
}

.yoru_inroom .hintani:nth-child(10) {
    top: 296px;
    left: 496px;
}

.yoru_inroom .hintani:nth-child(11) {
    top: 224px;
    left: 664px;
}

.yoru_inroom .hintani:nth-child(12) {
    top: 384px;
    left: 565px;
}

.yoru_inroom .hintani:nth-child(13) {
    top: 226px;
    left: 566px;
}

.yoru_inroom .hintani:nth-child(14) {
    top: 173px;
    left: 615px;
}

.hamu_inroom .hintani:nth-child(1) {
    top: 257px;
    left: 91px;
}

.hamu_inroom .hintani:nth-child(1) {
    top: 257px;
    left: 91px;
}

.hamu_inroom .hintani:nth-child(2) {
    top: 239px;
    left: 175px;
}

.hamu_inroom .hintani:nth-child(3) {
    top: 420px;
    left: 369px;
}

.hamu_inroom .hintani:nth-child(4) {
    top: 309px;
    left: 428px;
}

.hamu_inroom .hintani:nth-child(5) {
    top: 265px;
    left: 645px;
}

.hamu_inroom .hintani:nth-child(6) {
    top: 309px;
    left: 364px;
}

.hamu_inroom .hintani:nth-child(7) {
    top: 204px;
    left: 551px;
}

.hamu_inroom .hintani:nth-child(8) {
    top: 249px;
    left: 779px;
}

.hamu_inroom .hintani:nth-child(9) {
    top: 376px;
    left: 599px;
}

.hamu_inroom .hintani:nth-child(10) {
    top: 183px;
    left: 418px;
}

.hamu_inroom .hintani:nth-child(11) {
    top: 230px;
    left: 231px;
}

.hamu_inroom .hintani:nth-child(12) {
    top: 314px;
    left: 254px;
}

.hamu_inroom .hintani:nth-child(13) {
    top: 134px;
    left: 128px;
}

@keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}

/* コメント */
.comment {
    position: absolute;
    z-index: 15;
    font-size: 16px;
    background-color: #fff;
    padding: 9px 18px;
    border-radius: 71px;
    pointer-events: none;
}


.hamu_inroom .comment,
.hamu_inroom .comment a {
    color: #56392b;
}

.peshimi_inroom .comment,
.peshimi_inroom .comment a {
    color: #395868;
}

.yoru_inroom .comment,
.yoru_inroom .comment a {
    color: #252525;
}

.comment::after {
    content: "";
    position: absolute;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    bottom: -24px;
    height: 0;
    border: 13px solid transparent;
    border-top-color: #fff;
}



.hamu_inroom .comment.comment01 {
    animation: 2s drop 0.3s ease-in-out forwards, 1s hidden 3.5s ease-in-out forwards;
    top: 215px;
    left: 332px;
}


.peshimi_inroom .comment.comment01 {
    animation: 2s drop 0.3s ease-in-out forwards, 1s hidden 3.5s ease-in-out forwards;
    top: 221px;
    left: 343px;
}

.yoru_inroom .comment.comment01 {
    animation: 2s drop 0.3s ease-in-out forwards, 1s hidden 3.5s ease-in-out forwards;
    top: 221px;
    left: 224px;

}


.hamu_inroom .comment.comment02 {
    top: 55px;
    left: -2px;
}

.peshimi_inroom .comment.comment02 {
    top: 49px;
    left: 20px;
}

.yoru_inroom .comment.comment02 {
    top: -9px;
    left: 128px;
    z-index: 14;
}

.hamu_inroom .comment.comment03 {
    top: 128px;
    left: 526px;
}

.peshimi_inroom .comment.comment03 {
    top: 309px;
    left: 529px;
}

.yoru_inroom .comment.comment03 {
    top: 151px;
    left: 551px;
    z-index: 14;
}

.hamu_inroom .comment.comment04 {
    top: 155px;
    left: 104px;
}

.peshimi_inroom .comment.comment04 {
    top: 89px;
    left: 644px;
}

.yoru_inroom .comment.comment04 {
    top: 221px;
    left: 174px;
    z-index: 14;
}

.hamu_inroom .comment.comment05 {
    top: 99px;
    left: 636px;
}

.peshimi_inroom .comment.comment05 {
    top: 109px;
    left: 272px;
}

.yoru_inroom .comment.comment05 {
    top: 131px;
    left: 569px;
}

.hamu_inroom .comment.comment06 {
    top: 216px;
    left: 386px;
}

.comment.app {
    opacity: 0;
}

.comment.app.show {
    animation: app 0.3s ease-in-out forwards;
    pointer-events: all;
}

@keyframes app {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}