#wrap {
width: 100%;
height: auto;
position: relative;
}
 
#main_wrap{
    width: 100%;
    height: auto;
    overflow: hidden;   
    color: #8f8280;
    background: #fbf4f1;
    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: fot-tsukubrdgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

#header{
position: relative;
}

#header img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.container{
    padding: 2em 0;
}


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

#wrap #main h1{
    font-size: 2rem;
    color: #8f8280;
    display: inline-block;  
    font-weight: 700;
    background: linear-gradient(transparent 50%, #f8e8a9 50%);
    font-style: normal;
    padding: 0 1rem;
    margin: 0;
} 



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

#wrap #main  #about h1{
    text-align: left;
}

#about{
    margin-top: 4.5vh;
}

#about p{
    color: #8f8280;
    line-height: 2;
    font-size: 24px;
    margin-bottom: 2em;
}

#about img{
    max-width: 384px;
    width: 100%;
}
/* //////////////////出演者////////////////// */

.personality_box{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.625rem;

}

.personality_text{
        text-align: left;
}

.personality_tanigashira, .personality_kamata{
    background: #ebe6e3;
        border-radius: 2rem;
        padding: 2rem;
        width: 45%;
        position: relative;
}

#personality img{
    max-width: 256px;
    width: 100%;
}



.personality_box h2{
    color: #8f8280;
}

.personality_box .personality_tanigashira::after{
    content: "";
    background-image: url(../images/personality_illust1.png);
    background-size: contain;
    width: 65px;
    height: 56px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0%;
    bottom: -3%;
}

.personality_box .personality_kamata::after{
    content: "";
    background-image: url(../images/personality_illust2.png);
    background-size: contain;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0%;
    bottom: -3%;
}


.line img{
    padding: 2.625rem 0;
    width: 100%;
}

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

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

}

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

    .sp{
        display: block;
    }

    .personality_box{
        display: block;
    }

    .personality_tanigashira, .personality_kamata{
        width: 100%;
    }

    .personality_tanigashira {
        margin-bottom: 3rem;
    }



}

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

    #about p{
        font-size: 20px;
    }

    .container{
    padding: 1em 0;
}

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

}

