@charset "shift-jis";

/*-----------------------------------------------------------------------------------------
common
----------------------------------------------------------------------------------------*/

body {

    font-size: 14px;
    font-weight: 900;
    color: #101010;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

* {
    cursor: none !important;
}

a {
    text-decoration: none;
}

.smp {
    display: none;
}

#circle-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: rgba(211, 211, 211, 0.8);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

#gif-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    pointer-events: none;
    z-index: 10;
    transform: translate(-50%, -50%);
}


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;
}




.hamu_inroom {
    background-color: #e8f5c9;
    position: relative;
    font-weight: 900;

}

.hamu_inroom::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -48%;
    width: 216%;
    height: 216%;
    background-image: url(../../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(../../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(../../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;
    }
}

.peshimi_inroom {
    background-color: #6f708d;
    font-weight: 900;

}

.yoru_inroom {
    background-color: #6c6c6c;
    font-weight: 900;

}

.loading-screen {
    background-color: #e8f5c9;
}


.hamu_inroom .loading-screen .open_door,
.yoru_inroom .loading-screen .open_door {

    width: 100%;
    height: 100vh;
    pointer-events: none;
    animation: zoom 1.5s ease-in-out forwards;
    transform-origin: center;
    position: relative;

}

.peshimi_inroom .loading-screen .open_door {

    width: 100%;
    height: 100vh;
    pointer-events: none;
    animation: zoom 1.5s ease-in-out forwards;
    transform-origin: center;
    position: relative;

}


@keyframes zoom {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

.loading-screen {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    pointer-events: none;
    animation: hidden 1.2s ease-in-out forwards;
}

.loading-screen .house_inner {

    position: absolute;
    width: 49%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);

}

.hamu_inroom .loading-screen .house_door {
    position: absolute;
    width: 7%;
    z-index: 2;
    left: 49.5%;
    top: 51%;
    transform-origin: right;
    animation: open 1s ease-in-out forwards;
}

.peshimi_inroom .loading-screen .house_door {
    position: absolute;
    width: 7%;
    z-index: 2;
    left: 43.5%;
    top: 51%;
    transform-origin: left;
    animation: open 1s ease-in-out forwards;
}

.yoru_inroom .loading-screen .house_door {
    position: absolute;
    width: 7%;
    z-index: 2;
    left: 49.5%;
    top: 51%;
    transform-origin: right;
    animation: open 1s ease-in-out forwards;
}

@keyframes open {

    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(-0.3);
    }
}




@keyframes hidden {
    0% {
        display: block;
    }

    100% {
        display: none;
    }
}

#content {
    height: 100vh;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
}

button {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
}

#viewport {
    height: 100vh;
    overflow: hidden;
    scroll-behavior: auto;
    touch-action: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.enter {
    position: fixed;
    width: 100%;
    height: 100%;
}

#viewport::-webkit-scrollbar {
    display: none;
}

.modal-content::-webkit-scrollbar {
    display: block;
}

#content {
    width: 3000px;
    position: relative;
    opacity: 0;
    transition: opacity 2s;
}



/* ?X???????{?^?? */
.back {
    position: fixed;
    right: 29px;
    z-index: 9;
    bottom: 23px;
    background-color: #32643f;
    width: 120px;
    height: 120px;
    text-align: center;
    align-content: space-evenly;
    border-radius: 150px;
    border: 3px solid #56392b;
    font-size: 17px;
    color: #fcf0be;
    box-shadow: 6px 6px 0px #56392b;
    transition: 0.3s;
}

.back:hover,
.hint:hover {
    transform: translateY(5px);
    box-shadow: 0px 0px 0px #56392b;
}

/* ?q???g?{?^?? */
.hint {
    position: fixed;
    right: 29px;
    z-index: 9;
    bottom: 162px;
    width: 120px;
    height: 120px;
    text-align: center;
    align-content: space-evenly;
    border-radius: 150px;
    font-size: 17px;
    transition: 0.3s;
    box-shadow: 6px 6px 0px #56392b;
}

.hintani {
    position: absolute;
    content: '';
    animation: ping 1.2s ease-in-out infinite both;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 55px;
}

.peshimi_inroom .hintani:nth-child(1) {
    top: 240px;
    left: 180px;
}

.peshimi_inroom .hintani:nth-child(1) {
    top: 240px;
    left: 180px;
}

.peshimi_inroom .hintani:nth-child(2) {
    top: 541px;
    left: 171px;
}

.peshimi_inroom .hintani:nth-child(3) {
    top: 419px;
    left: 398px;
}

.peshimi_inroom .hintani:nth-child(4) {
    top: 649px;
    left: 388px;
}

.peshimi_inroom .hintani:nth-child(5) {
    top: 409px;
    left: 494px;
}

.peshimi_inroom .hintani:nth-child(6) {
    top: 329px;
    left: 624px;
}

.peshimi_inroom .hintani:nth-child(7) {
    top: 259px;
    left: 752px;
}

.peshimi_inroom .hintani:nth-child(8) {
    top: 339px;
    left: 862px;
}

.peshimi_inroom .hintani:nth-child(9) {
    top: 424px;
    left: 1039px;
}

.peshimi_inroom .hintani:nth-child(10) {
    top: 474px;
    left: 1319px;
}

.peshimi_inroom .hintani:nth-child(11) {
    top: 314px;
    left: 1205px;
}

.peshimi_inroom .hintani:nth-child(12) {
    top: 664px;
    left: 1026px;
}

.peshimi_inroom .hintani:nth-child(13) {
    top: 496px;
    left: 846px;
}

.peshimi_inroom .hintani:nth-child(14) {
    top: 533px;
    left: 686px;
}

.yoru_inroom .hintani:nth-child(1) {
    top: 240px;
    left: 180px;
}

.yoru_inroom .hintani:nth-child(1) {
    top: 290px;
    left: 116px;
}

.yoru_inroom .hintani:nth-child(2) {
    top: 519px;
    left: 304px;
}

.yoru_inroom .hintani:nth-child(3) {
    top: 389px;
    left: 420px;
}

.yoru_inroom .hintani:nth-child(4) {
    top: 619px;
    left: 378px;
}

.yoru_inroom .hintani:nth-child(5) {
    top: 29px;
    left: 654px;
}

.yoru_inroom .hintani:nth-child(6) {
    top: 529px;
    left: 494px;
}

.yoru_inroom .hintani:nth-child(7) {
    top: 304px;
    left: 731px
}

.yoru_inroom .hintani:nth-child(8) {
    top: 139px;
    left: 392px;
}

.yoru_inroom .hintani:nth-child(9) {
    top: 394px;
    left: 959px;
}

.yoru_inroom .hintani:nth-child(10) {
    top: 434px;
    left: 1116px;
}

.yoru_inroom .hintani:nth-child(11) {
    top: 314px;
    left: 1035px;
}

.yoru_inroom .hintani:nth-child(12) {
    top: 664px;
    left: 966px;
}

.yoru_inroom .hintani:nth-child(13) {
    top: 526px;
    left: 846px;
}

.yoru_inroom .hintani:nth-child(14) {
    top: 483px;
    left: 696px;
}

.hamu_inroom .hintani:nth-child(1) {
    top: 420px;
    left: 146px;
}

.hamu_inroom .hintani:nth-child(1) {
    top: 290px;
    left: 116px;
}

.hamu_inroom .hintani:nth-child(2) {
    top: 429px;
    left: 295px;
}

.hamu_inroom .hintani:nth-child(3) {
    top: 409px;
    left: 398px;
}

.hamu_inroom .hintani:nth-child(4) {
    top: 549px;
    left: 428px;
}

.hamu_inroom .hintani:nth-child(5) {
    top: 330px;
    left: 654px;
}


.hamu_inroom .hintani:nth-child(6) {
    top: 689px;
    left: 624px;
}

.hamu_inroom .hintani:nth-child(7) {
    top: 334px;
    left: 921px;
}

.hamu_inroom .hintani:nth-child(8) {
    top: 539px;
    left: 699px;
}

.hamu_inroom .hintani:nth-child(9) {
    top: 424px;
    left: 1059px;
}

.hamu_inroom .hintani:nth-child(10) {
    top: 434px;
    left: 1266px;
}

.hamu_inroom .hintani:nth-child(11) {
    top: 634px;
    left: 995px;
}

.hamu_inroom .hintani:nth-child(12) {
    top: 504px;
    left: 814px;
}

.hamu_inroom .hintani:nth-child(13) {
    top: 250px;
    left: 231px;
}

@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;
    }
}

/* ???????????q???g?{?^?? */
.hamu_inroom .hint {
    background-color: #dd815e;
    border: 3px solid #56392b;
    color: #fcf0be;
}

.peshimi_inroom .hint {
    background-color: #b5dddd;
    border: 3px solid #56392b;
    color: #56392b;
}

.yoru_inroom .hint {
    background-color: #b1c200;
    border: 3px solid #56392b;
    color: #56392b;
}

.hint-content {
    position: relative;
    z-index: 9;
    pointer-events: none;
    animation: app 0.4s ease;
    width: 100%;
    height: 100%;
}


.hint-content p {
    position: fixed;
    top: 171px;
    left: 701px;
    font-size: 22px;
    background-color: #ffffffed;
    padding: 11px;
    border-radius: 62px;
    width: 26%;
    text-align: center;
}



.hamu_inroom .leftnav {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #f5ecd4;
    width: 260px;
    border-radius: 12px;
    border: solid 3px #56392b;
    box-shadow: 5px 4px 0px #56392b;
    text-align: center;
    opacity: 0;
    animation: topin 1s ease-in-out 1s forwards;
    z-index: 10;
}

.peshimi_inroom .leftnav {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #e5e5e5;
    width: 260px;
    border-radius: 12px;
    border: solid 3px #395868;
    box-shadow: 5px 4px 0px #395868;
    text-align: center;
    opacity: 0;
    animation: topin 1s ease-in-out 1s forwards;
    z-index: 10;
}

.yoru_inroom .leftnav {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #e5e5e5;
    width: 260px;
    border-radius: 12px;
    border: solid 3px #585452;
    box-shadow: 5px 4px 0px #585452;
    text-align: center;
    opacity: 0;
    animation: topin 1s ease-in-out 1s forwards;
    z-index: 10;
}

@keyframes topin {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


.hamu_inroom .leftnav div h3 {
    font-size: 23px;
    line-height: 29px;
    background-color: #56392b;
    padding: 15px;
    color: #fff;
    margin: 0;
}

.peshimi_inroom .leftnav div h3 {
    font-size: 23px;
    line-height: 29px;
    background-color: #395868;
    padding: 15px;
    color: #fff;
    margin: 0;
}

.yoru_inroom .leftnav div h3 {
    font-size: 23px;
    line-height: 29px;
    background-color: #585452;
    padding: 15px;
    color: #fff;
    margin: 0;
}

.leftnav div>p {
    width: 80%;
    margin: 12px auto;
    font-size: 15px;
}

.leftnav div .level {
    width: 84%;
    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: 100%;
    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: 33%;
    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;
    text-align: center;
}

.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;
    font-size: 24px;
    width: 8%;
    display: block;
    height: 6%;
    align-content: space-evenly;
    text-align: center;
    left: 95%;
    position: absolute;
    top: -19px;

}

.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 {
    width: 1500px;
    height: 100vh;
}

.room_inner .base_inner {
    width: 1440px;
    position: absolute;
    margin: 0 auto;
    top: -386px;
    left: 32px;
}


.modal-content .imgwrap {
    width: 87%;
    margin: 30px auto;
}

.modal-img {
    width: 100%;
    display: block;
}

.hidden {
    display: none;
}

.image-controls {
    text-align: center;
    width: 60%;
    margin: -9px auto 5px;
    border-radius: 62px;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #f0f0f0;
    border: solid #292929;
}

.image-controls button {
    padding: 8px 0px;
    color: #292929;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
    width: 100%;
    border-radius: 22px;
    border: solid 0px;
}

.image-controls button.active {
    background-color: #292929;
    color: #fff;
}

.modal-content .title {
    font-size: 31px;
    font-weight: 900;
    margin: 20px auto -32px;
    line-height: 36px;
    width: 100%;
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
}

.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;
}

/* ?N?\???{?^?? */
.modal-content .shop a {
    padding: 22px 0px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 23px;
    width: 100%;
    border-radius: 22px;
}

.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;
}

.hamu_inroom .modal-content .shop a:hover {
    background-color: #fff;
    color: #32643f;
    border: solid 2px #32643f;
}

.peshimi_inroom .modal-content .shop a:hover {
    background-color: #fff;
    color: #676888;
    border: solid 2px #676888;
}

.yoru_inroom .modal-content .shop a:hover {
    background-color: #fff;
    color: #b1c200;
    border: solid 2px #b1c200;
}


.modal-content .shop {
    margin: 12px auto;
    display: flex;
    width: 89%;
    gap: 11px;
    flex-direction: column;
}

.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;
}

.room_inner .item:hover img {
    animation: bound 0.8s ease-in-out infinite;

}

@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: 192px;
    top: 471px;
    left: 651px;
    z-index: 2;
    position: absolute;
    animation: 2s drop 0.3s ease-in-out forwards;

}

.peshimi_inroom .room_inner .peshimi {
    width: 192px;
    top: 489px;
    left: 211px;
    z-index: 5;
    position: absolute;
    animation: 2s drop 0.3s ease-in-out forwards;
}

.yoru_inroom .room_inner .yoru {
    width: 182px;
    top: 486px;
    left: 461px;
    z-index: 8;
    position: absolute;
    animation: 2s drop 0.3s ease-in-out forwards;
}

.hamu_inroom .room_inner .item.item01 {
    width: 173px;
    top: 342px;
    left: 233px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item01 {
    width: 140px;
    top: 264px;
    left: 823px;
    z-index: 4;
}

.yoru_inroom .room_inner .item.item01 {
    width: 284px;
    top: 252px;
    left: 312px;
    z-index: 4;
}

.hamu_inroom .room_inner .item.item02 {
    width: 152px;
    top: 210px;
    left: 887px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item02 {
    position: absolute;
    width: 126px;
    top: 328px;
    left: 601px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item02 {
    width: 228px;
    top: 97px;
    left: 33px;
    z-index: 2;
}

.hamu_inroom .room_inner .item.item03 {
    width: 284px;
    top: 509px;
    left: 313px;
    z-index: 3;
}

.peshimi_inroom .room_inner .item.item03 {
    width: 203px;
    top: 115px;
    left: 677px;
    z-index: 3;
}

.yoru_inroom .room_inner .item.item03 {
    width: 203px;
    top: -15px;
    left: 577px;
    z-index: 3;
}

.hamu_inroom .room_inner .item.item04 {
    width: 154px;
    top: 658px;
    left: 586px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item04 {
    width: 229px;
    top: 414px;
    left: 1217px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item04 {
    width: 133px;
    top: 362px;
    left: 923px;
    z-index: 2;
}

.hamu_inroom .room_inner .item.item05 {
    width: 306px;
    top: 195px;
    left: 578px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item05 {
    width: 409px;
    top: 433px;
    left: 65px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item05 {
    width: 149px;
    top: 422px;
    left: 265px;
    z-index: 5;
}

.hamu_inroom .room_inner .item.item06 {
    width: 194px;
    top: 309px;
    left: 80px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item06 {
    width: 604px;
    top: 440px;
    left: 530px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item06 {
    width: 254px;
    top: 430px;
    left: 620px;
    z-index: 6;
}

.hamu_inroom .room_inner .item.item07 {
    width: 114px;
    top: 594px;
    left: 960px;
    z-index: 2;
}

.peshimi_inroom .room_inner .item.item07 {
    width: 207px;
    top: 441px;
    left: 780px;
    z-index: 7;
}

.yoru_inroom .room_inner .item07 {
    position: absolute;
    width: 137px;
    top: 230px;
    left: 522px;
    z-index: 3;
}

.hamu_inroom .room_inner .item.item08 {
    width: 563px;
    top: 441px;
    left: 450px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item08 {
    position: absolute;
    width: 113px;
    top: 611px;
    left: 612px;
    z-index: 1;
}

.yoru_inroom .room_inner .item.item08 {
    width: 113px;
    top: 341px;
    left: 912px;
    z-index: 1;
}


.hamu_inroom .room_inner .item09 {
    position: absolute;
    width: 269px;
    top: 614px;
    left: 719px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item.item09 {
    width: 167px;
    top: 308px;
    left: 327px;
    z-index: 2;
}

.yoru_inroom .room_inner .item.item09 {
    width: 499px;
    top: 467px;
    left: 497px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item10 {
    position: absolute;
    width: 178px;
    top: 505px;
    left: 1180px;
    z-index: 3;
}

.yoru_inroom .room_inner .item10 {
    position: absolute;
    width: 268px;
    top: 477px;
    left: 430px;
    z-index: 7;
}

.peshimi_inroom .room_inner .item.item11 {
    width: 85px;
    top: 591px;
    left: 370px;
    z-index: 3;
}

.yoru_inroom .room_inner .item11 {
    position: absolute;
    width: 105px;
    top: 660px;
    left: 847px;
    z-index: 9;
}


.peshimi_inroom .room_inner .item12 {
    position: absolute;
    width: 78px;
    top: 550px;
    left: 240px;
    z-index: 5;
}

.yoru_inroom .room_inner .item.item12 {
    width: 188px;
    top: 546px;
    left: 889px;
    z-index: 5;
}

.peshimi_inroom .room_inner .item.item13 {
    width: 248px;
    top: 304px;
    left: 948px;
    z-index: 5;
}

.yoru_inroom .room_inner .item.item13 {
    width: 368px;
    top: 154px;
    left: 588px;
    z-index: 1;
}

.peshimi_inroom .room_inner .item14 {
    position: absolute;
    width: 128px;
    top: 614px;
    left: 996px;
    z-index: 5;
}

.yoru_inroom .room_inner .item.item14 {
    width: 128px;
    top: 596px;
    left: 346px;
    z-index: 5;
}

.peshimi_inroom .room_inner .item15 {
    top: 366px;
    z-index: 1;
    width: 141px;
    left: 445px;
}

.room_inner .none {
    z-index: 2;
    background-color: #dddddd00;
    display: block;
    content: "";
    position: absolute;
}


.hamu_inroom .room_inner .none.none1 {
    width: 77px;
    top: 221px;
    left: 218px;
    height: 104px;
    content: "";
}

.peshimi_inroom .room_inner .none.none1 {
    width: 77px;
    top: 203px;
    left: 156px;
    height: 104px;
    content: "";
}

.yoru_inroom .room_inner .none.none1 {
    width: 116px;
    top: 93px;
    left: 360px;
    height: 125px;
    content: "";
}


.hamu_inroom .room_inner .none.none2 {
    width: 77px;
    top: 339px;
    left: 1058px;
    height: 194px;
    content: "";
}

.yoru_inroom .room_inner .none.none2 {
    width: 117px;
    top: 379px;
    left: 1094px;
    height: 144px;
    content: "";
}

.peshimi_inroom .room_inner .none.none2 {
    width: 117px;
    top: 617px;
    left: 1001px;
    height: 134px;
    content: "";
    z-index: 8;
}

.hamu_inroom .room_inner .none.none3 {
    width: 65px;
    top: 384px;
    left: 398px;
    height: 102px;
    content: "";
}

.peshimi_inroom .room_inner .none.none3 {
    width: 81px;
    top: 277px;
    left: 1201px;
    height: 117px;
    content: "";
    z-index: 8;
}

.yoru_inroom .room_inner .none.none3 {
    width: 131px;
    top: 507px;
    left: 481px;
    height: 117px;
    content: "";
    z-index: 9;
}

.hamu_inroom .room_inner .none.none4 {
    width: 232px;
    top: 214px;
    left: 1188px;
    height: 402px;
    content: "";
}

.peshimi_inroom .room_inner .none.none4 {
    width: 72px;
    top: 326px;
    left: 621px;
    height: 92px;
    content: "";
}

.yoru_inroom .room_inner .none.none4 {
    width: 82px;
    top: 306px;
    left: 1011px;
    height: 92px;
    content: "";
}

.hamu_inroom .room_inner .none.none5 {
    width: 162px;
    top: 476px;
    left: 666px;
    height: 142px;
    content: "";
}

.none a {
    display: block;
    width: 100%;
    height: 100%;
}

/* ?R?????g */
.comment {
    position: absolute;
    z-index: 15;
    font-size: 20px;
    background-color: #fff;
    padding: 9px 25px;
    border-radius: 71px;
    pointer-events: none;
}

.hamu_inroom .comment {
    color: #56392b;
}

.peshimi_inroom .comment {
    color: #395868;
}

.yoru_inroom .comment {
    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: 399px;
    left: 596px;
}

.peshimi_inroom .comment.comment01 {
    animation: 2s drop 0.3s ease-in-out forwards, 1s hidden 3.5s ease-in-out forwards;
    top: 431px;
    left: 197px;
}

.yoru_inroom .comment.comment01 {
    animation: 2s drop 0.3s ease-in-out forwards, 1s hidden 3.5s ease-in-out forwards;
    top: 431px;
    left: 414px;

}


.hamu_inroom .comment.comment02 {
    top: 399px;
    left: 568px;
}

.peshimi_inroom .comment.comment02 {
    top: 429px;
    left: 184px;
}

.yoru_inroom .comment.comment02 {
    top: 431px;
    left: 388px;
    z-index: 14;
}

.hamu_inroom .comment.comment03 {
    top: 399px;
    left: 562px;
}

.peshimi_inroom .comment.comment03 {
    top: 429px;
    left: 155px;
}

.yoru_inroom .comment.comment03 {
    top: 431px;
    left: 358px;
    z-index: 14;
}

.hamu_inroom .comment.comment04 {
    top: 399px;
    left: 565px;
}

.peshimi_inroom .comment.comment04 {
    top: 429px;
    left: 154px;
}

.yoru_inroom .comment.comment04 {
    top: 431px;
    left: 348px;
    z-index: 14;
}

.hamu_inroom .comment.comment05 {
    top: 399px;
    left: 566px;
}

.peshimi_inroom .comment.comment05 {
    top: 429px;
    left: 134px;
}

.yoru_inroom .comment.comment05 {
    top: 431px;
    left: 448px;
}

.hamu_inroom .comment.comment06 {
    top: 399px;
    left: 676px;
}

.comment.app {
    opacity: 0;
}

.comment.app.show {
    animation: app 0.3s ease-in-out forwards;
}

@keyframes app {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}