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

#wrap #main_wrap #main {
width: 100%;
height: auto;
margin: 0 auto;
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-weight: 600;
font-style: normal;
text-align: center;
letter-spacing: 0.1em;
}

#header{
position: relative;
}

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

.container{
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom:3.125rem ;
}


#wrap #main .title{
    text-align: center;
    padding: 3.125rem 0 3.125rem;
}

#wrap #main .title img{
    max-width:130px;
    width: 100%;
    margin-bottom: 0.5rem;

}

#wrap #main h1{
    font-size: 5rem;
    color: #222222;
    display: inline-block;  
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    font-style: normal;
    position: relative;
    margin: 0;
} 


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

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

#about{
    background-color: #ffff9a;
    position: relative;
}

#about p{
    color: #222222;
    line-height: 2;
    font-size: 2rem;
}

#about::after{
    content: "";
    background-image: url(../images/mike.png);
    background-size: contain;
    height: 190px;
    max-width :123px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 15%;
    bottom: 0%;
}

/* /////////////////ハッシュタグ////////////////// */


#hashtag_wrap{
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 1.5rem;
    font-style: italic;
    background: #f4f4f4;
    padding: 1rem 0;
    border-top:3px solid #222222 ;
    border-bottom:3px solid #222222 ;
}

.loop-area{
    display: flex;
 animation: loop-slide 30s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .hashtag_text{
    width: 450px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



@keyframes hashtag-animation{
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* /////////////////放送日////////////////// */

#date {
    background-color: #2adac6;
}

.date_text{
    background-color: #f4f4f4;
    padding: 2rem;
    border:solid 3px #222222;
    max-width: 800px;
    border-radius: 30px;
    box-shadow: 10px 10px 0px 0px rgba(34, 34, 34, 1);
    margin: 0 auto;
}

#date p {
    font-size:1.5rem ;
    line-height: 2.5;
    text-decoration: 2px underline #222222;
    text-underline-offset:0.5rem
}


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

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

#about::after{
    display: none;
}

}

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

    .sp{
        display: block;
    }


}

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

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

    #wrap #main .title{
        padding:1.56rem 0 1.56rem ;
    }

    #wrap #main .title img{
        max-width: 100px;
    }
    
    .container{
        padding: 0 1rem 1.56rem;
    }

    #about p{
        font-size: 1.4rem;
    }

    .loop-area .hashtag_text {
        width: 250px;
    }

    #hashtag_wrap{
        font-size: 1rem;
        border-top: 2px solid #222222;
        border-bottom: 2px solid #222222;
    }

    #date{
        padding-bottom: 1rem;
    }

    .date_text{
        box-shadow: 5px 5px 0px 0px rgba(34, 34, 34, 1);
    }

    #date p{
        font-size: 1rem;
    }




}

