@charset "UTF-8";
 body {
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    position:relative;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
a {
    outline: none;
}
#main {
    position: relative;
    width: 100%;
    margin-top:0;
    background-color:#fdfff9;
}
#main *{
  font-family: vdl-logomaru,sans-serif;


}
p {
    margin: 0;
    padding: 0;
}
.center{
    text-align:center;
}
/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 540px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top:5px;
    background-color:#fff;
}
.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #ff0000;
}
.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}
.radiko a:hover {
    text-decoration: underline;
}
.radiko a:active {
    text-decoration: none;
}
.radiko_narrow {
    display: none;
}
/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
a:hover img.btn_alfa{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
#global_header {
    display: block;
}
#nav_sp {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;

}
.footer_sp {
    display: none;
}
.header{
  position: relative;
  width:100%;
  background-image:url(../images/bg_header.jpg);
  background-size: cover;
  text-align:center;
}
.contents{
  position: relative;
  font-size:18px;
  line-height:1.5;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:50px;
}
.about{
  position: relative;
  color:#19a798;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  padding-top:30px;
  padding-bottom:30px;
  text-align:center;
  font-weight:600;
  font-size:20px;
  line-height:1.8;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color:#fff;
}
.member ul{
  position:relative;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:30px;
}
.member ul.second{
  justify-content: space-between;
  margin-top:20px;
}
.member ul li{
  width:30%;
  position: relative;

}
.date{
  position:relative;
  color:#fe7e01;
  font-size:28px;
  font-weight:900;
  text-align:center;
  padding:50px 0;
}
.date p{
  font-size:18px;

}
.big{
  display:block;
}
.sml{
  display:none;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}

.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.youtube{
  position:relative;
  width:560px;
  margin-left:auto;
  margin-right:auto;
}
.youtube iframe{
  height:315px;
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
  #global_footer {
      display: none;
  }
  .footer_sp {
        display: block;
        margin-top:-30px;
    }
    #nav_sp {
        display: block;
    }
    #global_header {
        display:none;
    }
    .radiko {
        display: none;
    }
    #main{
      margin-top:10px;
    }
    .radiko_narrow {
        display: block;
        width:100%;
        position:relative;
    }
    .radiko_narrow a img{
        position:relative;
        width:100%;
        height:auto;
    }

}
/*===============================================
●style.css 画面の横幅が750pxまで
===============================================*/

@media screen and (max-width: 750px) {
  .wimg{
    width:100%;
  }
  /* twitter埋め込みあり */
  .twitter-widget-wrapper iframe {
     width: 740px !important;
   }
   .contents{
     position: relative;
     font-size:15px;
     line-height:1.5;
     width:90%;;
     margin-left:auto;
     margin-right:auto;
   }
   .about{
     font-size:16px;
   }
   .member ul li{
     width:50%;
   }
   .member ul li img{
     width:100%;
   }
  .date{
    font-size:16px;
  }
  .date p{
    font-size:14px;
  }
  .about{
    width:98%;
  }
   .big{
     display:none;
   }
   .sml{
     display:block;
   }
   .youtube{
     width:90%;
     margin-left:auto;
     margin-right:auto;
   }
   .youtube iframe{
     height:200px;
   }
}
