




#wrap {
width: 100%;
height: auto;
position: relative;
}
 
#main_wrap{
    width: 100%;
    height: auto;
    overflow: hidden;   
    color: #193854;
    background: #020024;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(60, 60, 186, 1) 100%);
    padding:0 1em;
}

#wrap #main_wrap #main {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
}

body #wrap #main_wrap #wrapper {
width: 100%;
height: auto;
margin: 0 auto;
max-width: 1120px;
font-size: 18px;
line-height: 1.889;
    /* font-family: "Noto Sans JP", sans-serif;
    font-weight:400;
    font-style: normal; */

}



#header{
position: relative;
}

#header img{
    width: 100%;
    height: 100%;
}

.container{
    margin-bottom: 2.625rem;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
}






#wrap #main .title{
    text-align: center;
}

#wrap #main h1{
    font-size: 1.75rem;
    color: #efcf00;
    display: inline-block;  
    font-family: "kaisei-opti";
    font-weight: 700;
      border-bottom: 6px dotted #efcf00;
    font-style: normal;
} 



/* //////////////////メール////////////////// */


#mail{
text-align: center;
background:#efcf00;
font-weight: bold;
margin-top: -3px;
    font-family: "kaisei-opti";
    font-weight: 700;
    font-style: normal;
}


#mail a{
    color: #193854;
    font-size: 2rem;
    display: block;
    padding: 1.5rem;
}

#mail:hover {
background: #193854;
}

#mail a:hover{
    color: #fff;

}


/* /////////////////番組内容////////////////// */

#about{
    margin-top: 5vh;
}

#about p{
    font-weight: bold;
    color: #193854;
}

/* //////////////////出演者////////////////// */

.personality_box{
    display: flex;
    justify-content: space-around;
}

.personality_box img{
    width: 90%;
}

.personality_box h2{
    color: #efcf00;
    line-height: 1.5;
}

/* //////////////////SNS////////////////// */

.sns_box{
    display: flex;
    justify-content: space-evenly;
}

#sns img{
    max-width: 350px;
    width: 100%;
}

#sns img:hover{
    opacity: 0.8;
}


/*  ============================= */

@media screen and (max-width: 1000px) {
.pc{
    display: none;  
}

}

@media screen and (max-width: 768px){

    .sp{
        display: block;
    }

    #mail a{
        font-size: 1.5rem;
    }

.personality_box{
    display: block;
}

.img_tomochika{
    margin-bottom: 1.2rem;
}




}

@media screen and (max-width: 560px){
.sns_box{
    display:block;
}


}

