




#wrap {
width: 100%;
height: auto;
position: relative;
}
 
#main_wrap{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#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;
    font-size: 18px;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 800;
     background-position: 10px 10px;
    background-size: 26px 26px;
         background-color: #ffffff;
    background-image: linear-gradient(90deg, #0073bb10 1px, transparent 1px), linear-gradient(#0072bb21 1px, transparent 1px);
}



#header{
position: relative;
text-align: center;
}

#header img{
    width: 100%;
}

.logo {    
position: absolute;
    width: 35%;
    top: 6%;
    left: 33%;
  }


.container{
    margin-bottom: 2.625rem;
    padding: 2em 2rem 0;
    border-radius: 30px;
    max-width: 1120px;
    margin: 0 auto;

}

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

#wrap #main h1{
    font-size: 2.3em;
    color: #0072bb;
    display: inline-block;  
    border-bottom: 6px solid  #f7921e;
    font-style: normal;
    margin: 0;
} 



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


#mail{
text-align: center;
background:#0072bb;
font-weight: bold;
margin-top: -3px;
font-style: normal;
font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 800;
}

#mail a span{
    font-size: 1.4rem;
    line-height: 2;
}


#mail a{
    color: #fff;
    font-size: 2rem;
    display: block;
    padding: 1.5rem;
    margin-top: -15px;
}

#mail:hover {
background: #f7921e;
}

#mail a:hover{
    color: #fff;

}





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

#about{
    padding: 10vh 0;
}

#about p{
    font-weight: bold;
    font-size:1.3em ;
    color: #333;
    line-height: 2.5;
}

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

#personality {
    padding: 10vh 0;
    background-color: #eeeeee;
}

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

.personality_box img{
    width: 90%;
}

.personality_box h2{
    font-size: 1.3em;
    color: #0072bb;
    line-height: 1.5;
}

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

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


#x {
    padding: 10vh 0;
}

#x:hover{
    opacity: 80%;
}



    .sp{
        display: none;
    }




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

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



}

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

    .sp{
        display: block;
    }

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

    #mail a span{
        font-size: 1rem;
    }

.personality_box{
    display: block;
}

.img_tomochika{
    margin-bottom: 1.2rem;
}

.personality_box img {
    width: 80%;
}

.logo{
        width: 84%;
    top: 2%;
    left: 9%;

}


}

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

    .container{
        padding: 1rem 1rem 0 ;
    }

    #wrap #main h1{
        font-size: 1.6em;
    }

    #mail a{
        padding: 1rem;
        margin-top: -10px;
    }

    #about, #personality {
        padding: 5vh 0;
    }

    #about p {
        font-size: 1em;
        line-height: 2;
    }

    .personality_box h2{
    font-size: 1em;
}

.img_ooyoshi{
    margin-bottom: 3cap;
}

}
