@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:#202124;
    color:#fff;
    border-top:#3d4257 4px solid;
    border-bottom:#3d4257 4px solid;
}
#main *{

}
#wrapper {
  position:relative;
  width:100%;
}
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:1000px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(../../images/title_s.png);
  background-repeat:no-repeat;
  background-position:left center;
  min-height:60px;
  font-size:40px;
  text-align:center;
  font-weight:bold;
  padding:30px 0;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents{
  position:relative;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  grid-gap:10px;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 100;
  font-style: normal;
  padding:50px 0;
}
.contents *{

}
.item{
  position:relative;
  border:1px solid #ccc;
  height:auto;
  overflow: hidden;
  opacity:0;
}
.item img{
  width:100%;
  transition-duration: 0.3s;
}
.item img:hover{
  transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;
}
.item p{
  position:absolute;
  font-size:12px;
  padding:5px 0;
  bottom:0;
  text-align:center;
  background-color:rgba(0,0,0,.8);
  width:100%;
}
.back_link ul{
  display:flex;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.back_link ul li::after{
  content: " |";
}
.back_link ul li{
  padding-left:10px;
}
.back_link ul li:first-child{
  padding:0;
}
.back_link ul li a{
  color:#fff;
  text-decoration: none;
}
.back_link ul li a:visited{
    color:#fff;
}
.sml{
  display:none;
}

/*===============================================
●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 画面の横幅が768pxまで
===============================================*/

@media screen and (max-width: 768px) {
  #wrapper{
    overflow:hidden;
  }
  .wimg{
    width:100%;
  }
  /* twitter埋め込みあり */
  .twitter-widget-wrapper iframe {
     width: 740px !important;
   }
   .header{
     width:100%;
     font-size:16px;
     background-size:20%;
   }
   .contents{
     position:relative;
     width:98%;
     margin-left:auto;
     margin-right:auto;
     display:grid;
     grid-template-columns:1fr 1fr;
     grid-gap:5px;
     font-family: a-otf-gothic-bbb-pr6n,sans-serif;
     font-weight: 100;
     font-style: normal;
     padding:50px 0;
   }
   .item p{
     font-size:10px;
   }
  .sml{
    display:block;
  }
}
