@charset "UTF-8";
/* CSS Document */

/* 20250507 T.ABE ADD STA [プラザブロウの無人島生活] */
/* スタート画面（デフォルト表示） */
.inner_content {
    width: 900px;
    margin: auto;
}
#island_fish_diary{
    img{
        width: 100%;
    }
}
#island_fish_diary .island_fish_default{
    position: relative;
    background: #ead7ad;
    height: 1350px;
    overflow-x: hidden;

    .island_logo-parrent{
        position: absolute;
        top: 15vw;
        left: 50%;
        transform: translateX(-50%);
        img{
            width: 300px;
        }
    
    }
    .island_bg-parrent{
        .sea{
            position: absolute;
            bottom: 0;
            left: 0;
            height: 400px;
        }
        .btn_box{
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            text-align: center;
            button{
                background: transparent;
                border: none;
            }
            img{
                margin-bottom: 10px;
                width: 300px;
                cursor: pointer;
            }
            img.done{
                -webkit-filter: grayscale(1);
                filter: gray;
                filter: grayscale(1);
                cursor: unset;
            }

            ul{
                display: flex;
    
                li{
                    a{
                        color: #fff;
                        position: relative;
                        display: block;
                        width: 150px;
    
                        span{
                            position: absolute;
                            top: 40%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 18px;
                            display: block;
                            width: 100%;
                            text-align: center;
                        }
                    }
                    img{
                        width: 150px;
                    }
                    a:hover{
                        color: #fff !important;
                        opacity: .8;;
                    }
                }
            }
        }
    }
    .island_mori-parrent{
        position: absolute;
        top: 0;
        width: 100%;
    
        .mori{
            opacity: .6;
            position: absolute;
            top: -150px;
        }
        .logo_box{
            margin: 30px auto 180px;

            .bnr_box{
                display: flex;
                justify-content: center;
                gap: 10px;
                width: 80%;
                margin: auto;
                margin-top:20px;

                li{
                    width: 50%;

                    img{
                        width: 100%;
                    }
                }
            }
        }
        .logo_box:has(.bnr_box){
            margin: 30px auto 60px;
        }
        .logo{
            position: relative;
            z-index: 1;
            width: 70%;
            display: block;
            margin: auto;
        }
        .plazabro{
            position: relative;
            transform: translateX(-10px);
            /* position: absolute;
            top: 0;
            left: 40%;
            transform: translateX(-50%); */
        }
        .fukidashi{
            position: absolute;
            width: 300px;
            left: 15%;
        }
        .crab{
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }
    }
    .island_mori-parrent:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(to bottom, #dde795, rgba(221, 231, 149, 0));
    }
    
}








/* 結果画面共通 */
#island_fish_diary :is(.island_fish_sea_02,.island_fish_field_02,.island_fish_forest_02){
    position: relative;
    background: #ead7ad;
    height: 900px;
    overflow: hidden;

    .island_logo-parrent{
        position: absolute;
        top: 15vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .btn_box{
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;

        ul{
            display: flex;

            li{
                a{
                    color: #fff;
                    position: relative;
                    display: block;
                    width: 150px;

                    span{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        font-size: 18px;
                        display: block;
                        width: 100%;
                        text-align: center;
                    }
                }
                a:hover{
                    color: #fff !important;
                    opacity: .8;;
                }
            }
        }
    }

    .share{
        font-size: 18px;
        a{
            font-size: 18px;
        }
    }
    .island_top {
        .name{
            position: absolute;
            text-align: center;
            display: inline-block;
            background: #fff;
            border-radius: 30px;
            padding: 0 20px;
            border: 2px solid #1b0305;
            left: 50%;
            top: 60px;
            transform: translateX(-50%);
            z-index: 1;
            font-size: 30px;
        }
        .rope{
            height: 100px;
            width: auto;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            z-index: 1;
        }
        .home_btn{
            position: relative;
            z-index: 1;
            width: 100px;
            padding: 10px;
            display: block;
            margin-top: 0;
        }
    }
    .island_bg{
        background: rgba(255, 255, 255, .5);
        position: absolute;
        top: 0;
        left: 0;
        height: 900px;
        width: 100%;
    }
    .island_box{
        position: absolute;
        bottom: 250px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        z-index: 1;
        text-align: center;
        margin-bottom: 20px;

        img{
            height: 450px;
            width: auto;
        }

        span{
            position: relative;
            vertical-align: 4px;
        }
        span:before,span:after{
            text-align: center;
            line-height: 24px;
            content: "iOS_Share";
            font-family: "Material Icons Outlined";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 24px;
            animation-direction: reverse;
            color: #222;
        }
    }
}
/* 結果画面共通ここまで */

/* 釣り） */
#island_fish_diary .island_fish_sea{
    position: relative;
    background: #ead7ad;
    height: 1150px;
    overflow: hidden;

    .island_logo-parrent{
        position: absolute;
        top: 15vw;
        left: 50%;
        transform: translateX(-50%);
    
    }
    .island_bg-parrent{
        .sea{
            position: absolute;
            bottom: 0;
            left: 0;
            height: 400px;
        }
        .btn_box{
            position: absolute;
            bottom: 200px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            button{
                background: transparent;
                border: none;
                animation: button1 3s ease-in-out infinite alternate;
                transition: 1.5s ease-in-out;
            }
            img{
                width: 300px;
                cursor: pointer;
            }
        }
    }
    .island_mori-parrent{

        .home_btn{
            position: absolute;
            top: 10px;
            left: 10px;
            width: 100px;
        }
    
        .logo{
            position: relative;
            z-index: 1;
            width: 300px;
            margin: auto;
            display: block;
            margin-top: 30px;
            margin-bottom: 60px;
        }
        .bubble_text_01{
            width: 25%;
            margin: auto;
            margin-top: 30px;
            display: block;
            z-index: 1;
            animation: bubble_text_01 3s ease-in-out infinite alternate;
            transition: 1.5s ease-in-out;
        }
        .rock{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
        }
        .body_01{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
        }
        .stick{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            animation: stick 3s ease-in-out infinite alternate;
            transition: 1.5s ease-in-out;
        }
        .arm{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            animation: arm 3s ease-in-out infinite alternate;
            transition: 1.5s ease-in-out;

        }
        .tail{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            animation: tail 3s ease-in-out infinite alternate;
            transition: 1.5s ease-in-out;
        }
        .crab{
            position: absolute;
            bottom: 400px;
            left: 400px;
            z-index: 1;
        }
    }
    .shells{
        transform: translateY(-50px);
    }

.island_bottom{
    .btn_box{
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;

        ul{
            display: flex;

            li{
                a{
                    color: #fff;
                    position: relative;
                    display: block;
                    width: 150px;

                    span{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        font-size: 18px;
                        display: block;
                        width: 100%;
                        text-align: center;
                    }
                }
                a:hover{
                    color: #fff !important;
                    opacity: .8;;
                }
            }
        }
    }
}
}


/* 釣り外れ画面 */
#island_fish_diary .island_fish_sea_02{

    .island_bottom{
        .sea{
            position: absolute;
            bottom: 0;
            left: 0;
        }
    }
    .wave_01{
        position: absolute;
        bottom: 100px;
        left: 0;
        height: 300px;
        z-index: 1;
    }
    .wave_02{
        position: absolute;
        bottom: 100px;
        left: 0;
        height: 300px;
        z-index: 1;
    }
}




/* 畑 */

#island_fish_diary .island_fish_field{
    position: relative;
    background: #ead7ad;
    height: 1150px;
    overflow: hidden;

    .island_logo-parrent{
        position: absolute;
        top: 15vw;
        left: 50%;
        transform: translateX(-50%);
    
    }
    .island_bg-parrent{
        .bg{
            position: absolute;
            top: 0;
            left: 0;
        }
        .btn_box{
            position: absolute;
            bottom: 200px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            button{
                background: transparent;
                border: none;
                animation: hurueru2 .1s  infinite;
            }
            img{
                width: 300px;
                cursor: pointer;
            }
        }
    }
    .island_mori-parrent{

        .home_btn{
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 1;
            width: 100px;
        }
    
        .logo{
            position: relative;
            z-index: 1;
            width: 300px;
            margin: auto;
            display: block;
            margin-top: 30px;
            margin-bottom: 60px;
        }
        .bubble_text_02{
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 25%;
            z-index: 1;
            margin-top: 30px;
            animation: hurueru .1s  infinite;


        }
        .body_01{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            animation: hurueru .1s  infinite;
        }
    }

    .island_bottom{
        .btn_box{
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
    
            ul{
                display: flex;
    
                li{
                    a{
                        color: #fff;
                        position: relative;
                        display: block;
                        width: 150px;
    
                        span{
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 18px;
                            display: block;
                            width: 100%;
                            text-align: center;
                        }
                    }
                    a:hover{
                        color: #fff !important;
                        opacity: .8;;
                    }
                }
            }
        }
    }
}




#island_fish_diary .island_fish_field_02{

    .island_box{
        .get-point{
            color: #fff;
            a{
                color: #fff;

                span:before, span:after {
                    color: #fff;
                }
            }
        }
    }

    .island_bottom{
        .bg{
            position: absolute;
            top: 0;
            left: 0;
        }
    }
}






/* 森 */

#island_fish_diary .island_fish_forest{
    position: relative;
    background: #ead7ad;
    height: 1150px;
    overflow: hidden;

    .island_logo-parrent{
        position: absolute;
        top: 15vw;
        left: 50%;
        transform: translateX(-50%);
    
    }
    .island_bg-parrent{
        .bg{
            position: absolute;
            top: 0;
            left: 0;
        }
        .btn_box{
            position: absolute;
            bottom: 200px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            button{
                background: transparent;
                border: none;
                animation: button3 3s ease-in-out infinite alternate;
            }
            img{
                width: 300px;
                cursor: pointer;
            }
        }
    }
    .island_mori-parrent{

        .home_btn{
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 1;
            width: 100px;
        }
    
        .logo{
            position: relative;
            z-index: 1;
            width: 300px;
            margin: auto;
            display: block;
            margin-top: 30px;
            margin-bottom: 60px;
        }
        .bubble_text_03{
            position: absolute;
            left: 65%;
            transform: translateX(-50%) rotate(15deg);
            width: 25%;
            z-index: 1;
            margin-top: 150px;
            animation:zoom 4s linear infinite;

        }
        .body_01{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
        }
        .stick{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            animation: stick 3s ease-in-out infinite alternate;
        }
        .arm{
            position: absolute;
            bottom: 300px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            animation: arm 3s ease-in-out infinite alternate;
        }
        .tail{
            position: absolute;
            bottom: 280px;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            z-index: 1;
            animation: tail 3s ease-in-out infinite alternate;
        }
    }

    .island_bottom{
        .btn_box{
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
    
            ul{
                display: flex;
    
                li{
                    a{
                        color: #fff;
                        position: relative;
                        display: block;
                        width: 150px;
    
                        span{
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 18px;
                            display: block;
                            width: 100%;
                            text-align: center;
                        }
                    }
                    a:hover{
                        color: #fff !important;
                        opacity: .8;;
                    }
                }
            }
        }
    }
}

#island_fish_diary .island_fish_forest_02{


    .island_bottom{
        .bg{
            position: absolute;
            top: 0;
            left: 0;
        }
    }
}


/* ゲーム終了画面 */
#island_fish_diary .island_fish_end{
    position: relative;
    background: #ead7ad;
    height: 1050px;
    overflow: hidden;
    

    .island_logo-parrent{
        position: absolute;
        top: 15vw;
        left: 50%;
        transform: translateX(-50%);
    
    }
    .island_bottom{
        .btn_box{
            position: absolute;
            bottom: 0;
            margin-bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
    
            ul{
                display: flex;
    
                li{
                    a{
                        color: #fff;
                        position: relative;
                        display: block;
                        width: 150px;
    
                        span{
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 18px;
                            display: block;
                            width: 100%;
                            text-align: center;
                        }
                    }
                    a:hover{
                        color: #fff !important;
                        opacity: .8;;
                    }
                }
            }
        }
        .sea{
            position: absolute;
            bottom: 0;
            left: 0;
            height: 400px;
            z-index: 1;
        }
        .island_bottom_text{
            text-align: center;
            background: #fff;
            border-radius: 20px;
            width: 50%;
            margin: auto;
            border: 3px solid #222;
            margin-bottom: 30px;
            padding: 20px 0;

            p{
                font-size: 20px;
            }
        }
    }
    .island_mori-parrent{
    
        .logo{
            position: relative;
            z-index: 1;
            width: 300px;
            margin: auto;
            display: block;
            margin-top: 30px;
            margin-bottom: 60px;
        }
        .star{
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            width: 500px;
            margin: auto;
            display: block;
            margin-top: 0;
        }
        .fukidashi{
            position: relative;
            transform: translateY(50px);
            width: 250px;
            z-index: 1;
            display: block;
            margin: auto;
        }
        .sleep{
            position: relative;
            width: 100%;
            z-index: 2;
        }
        .zzz{
            position: relative;
            width: 100%;
            z-index: 1;
        }
        .crab{
            position: absolute;
            right: 90px;
            bottom: 700px;
            width: 100px;
            z-index: 1;
        }
        .shell{
            position: absolute;
            bottom: 380px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            z-index: 1;
        }
    }

    .island_bg-parrent{
        .bg{
            position: absolute;
            top: -200px;
            left: 0;
        }
    }
}


#howto_play {
    background: #cee6f0;
    text-align: center;
    padding-bottom: 100px;

    .howto_play_inner{
        width: 80%;
        margin: auto;
        padding-bottom: 100px;
        background: #fff;
        padding: 20px;
        border-radius: 50px;
    }

    & h3{
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
    }
    & h4{
        margin-bottom: 10px;
        font-size: 18px;
        color: #222;
        border-bottom: 3px solid #efefef;
        padding-bottom: 5px;
        position: relative;

        br{
            display: none;
        }

        & span{
            font-size: 18px;
            position: relative;
        }
        & img{
            width: 50px;
        }

        .chara_01{
            position: absolute;
            top: 10px;
            left: -60px;
        }
        .chara_02{
            position: absolute;
            bottom: 10px;
            left: -80px;
        }
        .chara_03{
            position: absolute;
            top: 10px;
            right: -60px;
        }
        .chara_04{
            position: absolute;
            bottom: 10px;
            right: -80px;
        }
    }
    .btn_box{
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;

        button{
            background: transparent;
            border: none;
            background-image: url(../plazaburo-point-game/img/sea_2.png);
            background-size: cover;
            background-position-y: 90%;
            padding: 20px;        }
    }
    .btn_box_2{
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;

        button{
            background: transparent;
            border: none;
            background-image: url(../plazaburo-point-game/img/sea_2.png);
            background-size: cover;
            background-position-y: 100%;
            padding: 20px;        
        }
        button:nth-child(2){
            background-image: url(../plazaburo-point-game/img/field/bg.png);
        }
        button:nth-child(3){
            background-image: url(../plazaburo-point-game/img/forest/bg.png);
        }
    }
    .explanation{
        text-align: left;
        margin-bottom: 30px;

        & li{
            br{
                display: none;
            }
        }
    }
    .campaign-info{
        text-align: left;

        & ul{
            display: flex;
            gap: 20px;
        }
    }
}

/* 図鑑CSS */
#island_zukan:has(#area-1.active) {
    background: url("../../plazaburo-point-game/img/sea/sea_2.png"),url("../../plazaburo-point-game/img/sea/bg.png"), #cee6f0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top,top;
}
#island_zukan:has(#area-2.active) {
    background: url("../plazaburo-point-game/img/field/bg.png"), #865437;
    background-repeat: no-repeat;
}
#island_zukan:has(#area-3.active) {
    background: url("../plazaburo-point-game/img/forest/bg.png"), #7ea070;
    background-repeat: no-repeat;
}

#island_zukan{

    .island_top {
        text-align: center;
        .name{
            /* position: absolute; */
            text-align: center;
            background: #fff;
            border-radius: 30px;
            padding: 0 20px;
            border: 2px solid #1b0305;
            left: 50%;
            top: 100px;
            z-index: 1;
            font-size: 30px;
            width: 150px;
            margin: auto;
            margin-bottom: 20px;
        }
        .rope{
            text-align: center;
            height: 37.5px;
            /* position: absolute; */
            left: 50%;
            top: 0;
            z-index: 1;
        }
    }

    .book {
        padding: 20px;
    }
    
    .item-list {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 0;
        background: #fffaf7;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 20px;
    
    }
    
    .item-list .item {
        width: calc(100%/3);
    }
    
    .item-list .item .item-inner {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }
    .item-list .item .item-inner[data-point="1000"] .item-img-secret{
        background-image: url("../plazaburo-point-game/img/nizi_02.png");
        background-size: 100% 100%;
    }
    .item-list .item .item-inner[data-point="1000"] .item-name {
        position: relative;
        border: none;
        padding: 2px;
    }
    
    .item-list .item .item-inner[data-point="1000"] .item-name::before {
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #de4141 0%, #e8ac51 16.66%, #f2e55c 33.33%, #39a869 50%, #4784bf 66.66%, #5d5099 83.33%, #a55b9a 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    }
    
    .item-list .item .item-inner .item-name {
        background-color: #ffffff;
        border-radius: 50px;
        border: #000000 2px solid;
        width: 80%;
        line-height: 2.5;
        text-align: center;
        line-height: 35px;

    }
    
    
    
    .item-list .item .item-inner img {
        width: 100%;
    }
    
    /*非表示（未獲得） */
    .item-list .item .item-inner .item-img-secret {
        width: 100%;
        height: 100%;
        display: inline-block;
        mask: no-repeat center/100%;
        -webkit-mask: no-repeat center/100%;
        background: #c7bcbb;
    }






      
      .tab-list {
        display: flex;
        justify-content: center;
        gap: 20px;
      }
      
      .tab-item {
        width: auto;
        img{
            width: 100px;
            opacity: .6;
            cursor:pointer;
        }
      }

      .tab-panel {
        display: none;
      }
      
      .tab-item.active {
        img{
            opacity: 1;
        }
      }
      
      .tab-panel.active {
        display: block;
        padding: 5%;
      }
      .tab-panel.active h2 {
        font-size: 20px;
        font-weight: bold;
      }


      .btn_box{

        ul{
            display: flex;
            justify-content: center;

            li{
                a{
                    color: #fff;
                    position: relative;
                    display: block;
                    width: 150px;

                    span{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        font-size: 18px;
                        display: block;
                        width: 100%;
                        text-align: center;
                    }

                    img{
                        width: 100%;
                    }
                }
                a:hover{
                    color: #fff !important;
                    opacity: .8;;
                }
            }
        }
    }
}

/* ログイン画面 */
.login_form{
    background-color: #fff;
    border-radius: 50px;
    width: 80%;
    margin: auto;
    padding: 20px;
    font-weight: 700;
    margin-bottom: 3vw;
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    >p{
        margin-bottom: 1em;
    }
    a{
        color: #0027ff;
    }

    form{
        width: fit-content;
        margin: auto;

        dl{
            gap: 5px;
            display: flex;
            align-items: center;
        }
        dt{
            width: 9em;
            text-align: right;
        }
        dt:after{
            content: ":";
        }
        input{
            width: 100%;
        }
        input[type=submit] {
            position: relative;
            margin: 20px auto;
            padding: 5px 40px;
            border: none;
            text-align: center;
            background-color: #f02b49;
            border-radius: 2px;
            color: #fff;
            box-shadow: 0 4px 0 #bc132d;
            top: -3px;
            width: 135px;
            cursor: pointer;
        }

        dd.forget a{
            display: flex;
            align-items: center;
            font-size: 80%;
            color: inherit;
        }
        dd.forget i{
            font-size: 140%;
        }
    }
}

/* ビジネス会員非表示 */
.business-none{
    background-color: rgba(255, 255, 255, .75);
    width: 80%;
    margin: auto;
    padding: 40px 10px;
    font-weight: 700;
    margin-bottom: 3vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
}




/* アニメーション設定 */
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .wave_01{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 300px;
        z-index: 1;
    }
    .wave_02{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 300px;
        z-index: 1;
    }
    .scroll-infinity{
        position: absolute;
        bottom: 0;
    }
    .island_fish_end .scroll-infinity{
        z-index: 1;
    }
    .scroll-infinity__wrap {
      display: flex;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
      width: calc(100vw / 2);
    }
    .scroll-infinity__item>img {
      width: 100%;
    }
@keyframes bubble_text_01 {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  }


  @keyframes stick {
    0% {
      transform:translate(-50%, 0) rotate(-7deg);
    }
    50% {
      transform:translate(-50%, -7px) rotate(0deg);
    }
    100% {
      transform:translate(-50%, 0) rotate(-7deg);
    }
  }


  @keyframes arm {
    0% {
      transform:translate(-50%, 0) rotate(-7deg);
    }
    50% {
      transform:translate(-50%, -7px) rotate(0deg);
    }
    100% {
      transform:translate(-50%, 0) rotate(-7deg);
    }
  }

  @keyframes tail {
    0% {
      transform:translate(-50%, 0) rotate(-7deg);
    }
    50% {
      transform:translate(-50%, -7px) rotate(0deg);
    }
    100% {
      transform:translate(-50%, 0) rotate(-7deg);
    }
  }

  @keyframes button1 {
    0% {
      transform:translate(0, 5px);
    }
    50% {
      transform:translate(0, -5px);
    }
    100% {
      transform:translate(0, 5px);
    }
  }

  @keyframes button3 {
    0% {
      transform:rotate(5deg);
    }
    50% {
      transform:rotate(0);
    }
    100% {
      transform:rotate(-5deg);
    }
  }

  @keyframes hurueru {
    0% {transform: translate(-50%, 0px) rotateZ(0deg)}
    25% {transform: translate(calc(-50% + 2px), 2px) rotateZ(1deg)}
    50% {transform: translate(-50%, 2px) rotateZ(0deg)}
    75% {transform: translate(calc(-50% + 2px), 0px) rotateZ(-1deg)}
    100% {transform: translate(-50%, 0px) rotateZ(0deg)}
}
@keyframes hurueru2 {
    0% {transform: translate(0, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0, 0px) rotateZ(0deg)}
}
    @keyframes zoom {

        0% {
            transform: translateX(-50%) rotate(15deg) scale(1);
        }
        50% {
            transform: translateX(0) rotate(0) scale(1.5);
        }
        100% {
            transform: translateX(-50%) rotate(15deg) scale(1);
            }
    }
    


/* 20250507 T.ABE ADD END [プラザブロウの無人島生活] */

/* 20250514 KOMATUBARA ADD STA*/
/*OP動画*/
.plazaburo-move-popup {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.plazaburo-move-popup.close {
    display: none;
}

.plazaburo-move-popup .inner{
    width: 80vh;
    max-width: calc(100vh - 180px);
    padding-top: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.plazaburo-move-popup .close-btn {
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #fff;
}

.plazaburo-op {
    width: 95%;
    aspect-ratio: 1/1;
    margin: auto;
}

#island_fish_diary{
    .movie_play{
        width: 150px;
        margin: 20px auto 0;
        cursor: pointer;
        img{
            width: 150px;
        }
    }
}
/* 20250514 KOMATUBARA ADD END*/