@charset "UTF-8";


/* ふよふよコンテンツ */
.fuyoObjectPare{
    position: relative;
}
.fuyoContent{
    background-color:rgba(22, 182, 182, 0.5);
    color: #fff;
    display: inline-block;
    padding: 20px 30px 50px;
    border-radius: 30%;
    opacity: 0;
    z-index: 50;
    width: 250px;
    position: absolute;
}
.fuyoContent a{
    color: #fff;
    text-decoration: underline;
}
/* 閉じるボタン */
.fuyoClose{
    background-color: #fff;
    height: 30px;
    width: 30px;
    color: #333;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 16px;
    position: absolute;
    right: 50px;
    bottom: 10px;
    cursor: pointer;
}
.closeAction{
    display: none;
}

/* 各ふよふよのポジション */
.fuyoPt_top1{
    right: 100px;
    top: 100px;
}
.fuyoPt_top2{
    right: 100px;
    top: 100px;
}
.fuyoPt_news1{
    right: 150px;
    top: 200px;
}
.fuyoPt_about1{
    right: 150px;
    top: 200px;
}
.fuyoPt_crew1{
    left: 220px;
    top: 300px;
}
.fuyoPt_crewIndex1{
    left: 350px;
    top: 400px;
}
.fuyoPt_newsIndex1{
    left: 300px;
    top: 200px;
}
.fuyoPt_space1{
    right:200px;
    top: 350px;
}
.fuyoPt_eventsIndex1{
    right:50px;
    top:250px;
}
.fuyoPt_events1{
    left:50px;
    top:150px;
}
.fuyoPt_access1{
    left:100px;
    top:380px;
}
.fuyoPt_contact1{
    left:100px;
    top:380px;
}
.fuyoPt_onlineIndex1{
    right:50px;
    top:380px;
}
.fuyoPt_onlineCategIndex1{
    left:50px;
    top:200px;
}
.fuyoPt_item1{
    left:100px;
    top:200px;
}
.fuyoPt_item2{
    left:100px;
    top:500px;
}
.fuyoPt_top_movie1{
    left:100px;
    top:150px;
    width: 350px;
}
.fuyoPt_top_Sld1{
    right:100px;
    top:150px;
    width: 350px;
}
.fuyoPt_top_Fix1{
    right:100px;
    top:150px;
    width: 350px;
}
.fuyoPt_top_News1{
    right:180px;
    top:30px;
}
.fuyoPt_top_About1{
    left:100px;
    top:80px;
}
.fuyoPt_top_oln1{
    left:80px;
    top:30px;
}
.fuyoPt_top_oln2{
    left:20px;
    top:30px;
}

@media(max-width:840px){
    .fuyoPt_news1{
    right: 10px;
    top: 200px;
    }
    .fuyoPt_about1{
    right: 10px;
    top: 400px;
    }
    .fuyoPt_crew1{
    left: 10px;
    top: 200px;
    }
    .fuyoPt_crewIndex1{
    right: 10px;
    top: 400px;
    }
    .fuyoPt_newsIndex1{
    left: 300px;
    top: 280px;
    }
    .fuyoPt_space1{
    right:10px;
    top: 350px;
    }
    .fuyoPt_eventsIndex1{
    right:10px;
    top:350px;
    }
    .fuyoPt_onlineIndex1{
    right:10px;
    top:280px;
    }
    .fuyoPt_onlineCategIndex1{
    left:10px;
    top:220px;
    }
    .fuyoPt_item1{
    left:0px;
    top:180px;
    }
    .fuyoPt_top_movie1{
    right:0px;
    top:100px;
    width: 400px;
    }
    .fuyoPt_top_Sld1{
    right:10px;
    top:100px;
    }
    .fuyoPt_top_Fix1{
    right:10px;
    top:100px;
    width: 230px;
    }
    .fuyoPt_top_News1{
    right:10px;
    top:30px;
    }
    .fuyoPt_top_oln1{
    left:10px;
    top:10px;
    }
    .fuyoPt_top_oln2{
    left:20px;
    top:270px;
    }
}