#other_header:before{
    height: 450px;
}
.button{
    display: none;
}
.nav{
    left: 0vw;
    width: 100vw;
    height: 80px;
    position: fixed;
    background: #eeee;
    z-index: 99;
    top: 0;
}
.nav ul{
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.nav ul li a {
    padding: 23px 40px;
    font-size: 25px;
}
.news {
    padding: 65px 25% 0;
}
.home_link a {
    width: 60%;
}

.news_content {
    padding: 30px 15%;
}
.project {
    margin: 70px 15% 120px;
}
.kohei {
    margin: 70px 15% 120px;
}
.project_text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row-reverse;
}
.prpject_right{
    width: 50%;
}
.prpject_right img{
    margin: 0;
}
.prpject_left {
    width: 35%;
}
.project p {
    text-align: left;
}
.profile_sns a {
    margin: 0 5px;
}
.pankuzu {
    padding: 25px 25% 0px;
}
#other_header h1 {
    top: 250px;
}
#other_header {
    height:450px;
}

.history_link {
    margin: 50px 25%;
}
.history_description_left img {
    height: 350px;
}
.tabs {
    width: 50%;
    margin: 40px auto;
}
.news.news_wrapper {
    padding: 0px 25% 50px;
}
.news_main .pankuzu {
    padding: 25px 25% 10px;
}

.pc_display{
    display: none;
}
.history_img img {
    width: auto;
    height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50% , -50%);
}
.overlay {
    z-index: 999;
}
.sns {
    padding: 40px 25%;
}
.yumino_left {
    padding: 0;
}
.description_wrapper {
    margin: 25px 25% 70px;
}
.main_performance .pankuzu {
    padding: 25px 25% 0px;
}
.cast_list .main_cast_figure img {
    object-fit: cover;
    width: 20vw;
    height: 450px;
}
.cast_list figure img {
    width: 11vw;
    height: 28vh;
    object-fit: cover;
}
.description_wrapper p {
    margin: 15px 50px;
}
.description_wrapper h4 {
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
}
.next img {
    width: 40%;
    margin: 20px 0;
    height: auto;
}
.next {
    padding: 65px 25% 0;
}
.home_video{
    padding: 65px 25% 0;   
}
.shop_item {
    width:calc(100% / 3 - 60px);
    margin: 0 30px;
}

.goods_inner{
    max-width: 900px;
    width: 90%;
    margin:40px auto;
}




.goods_btn_in{
    width: 80%;
    margin: auto;
    cursor: pointer;
}
.goods_btn_in p{
    font-size: 17px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px 40px;
    border-bottom: 5px rgb(133, 33, 43)  solid;
    background: rgb(223 85 99);
    text-decoration: none;
    color: #eee;
    display: block;
    font-family: 'Chakra Petch',"M PLUS 1p";
    text-align: center;
    font-weight: bold;
}