@charset "UTF-8";
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
 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;
}
#main *{
  font-family: wanpaku-rera,sans-serif;

}
p {
    margin: 0;
    padding: 0;
}
.center{
    text-align:center;
}
/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 230px;
    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;
}

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger{
    opacity: 0;
}


.header{
  position:relative;
  width:100%;
  background-image:url(../images/bg_body.jpg);
  background-repeat:repeat;
}
.contents{
  position:relative;
  font-size:20px;
  line-height:1.5;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
}
.nemoto{
  position:relative;
  margin-top:30px;
  margin-bottom:50px;
}
.ppl{
  margin-top:-23px;
}
ul.nemoto_comment{
  position:relative;
  display:flex;
  with:100%;
  align-items: center;
}
ul.nemoto_comment li p{
  font-size:16px;
}
ul.nemoto_comment li:first-of-type{
  position:relative;
  width:40%;
}
ul.nemoto_comment li:first-of-type img{
  width:100%;
  position:relative;
}
ul.nemoto_comment li.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;

  max-width: 60%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

ul.nemoto_comment li.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

ul.nemoto_comment li.balloon1-left p {
  margin: 0;
  padding: .5em;
}
/*===============================================
●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 画面の横幅が670pxまで
===============================================*/

@media screen and (max-width: 670px) {
  .wimg{
    width:100%;
  }
  /* twitter埋め込みあり */
  .twitter-widget-wrapper iframe {
     width: 740px !important;
   }
   .contents{
     width:90%;
     font-size:14px;
   }
   .header{
     background-size:50%;
   }
   .ppl{
     margin-top:-10px;
   }

   ul.nemoto_comment{
     position:relative;
     display:block;
     with:100%;
     align-items: center;
   }
   ul.nemoto_comment li p{
     font-size:14px;
   }
   ul.nemoto_comment li:first-of-type{
     position:relative;
     width:100%;
   }
   ul.nemoto_comment li:first-of-type img{
     width:100%;
     position:relative;
   }
   ul.nemoto_comment li.balloon1-left {
     position: relative;
     display: inline-block;
     margin: 1.5em 0;
     padding: 7px 10px;

     max-width: 100%;
     color: #555;
     font-size: 16px;
     background: #e0edff;
   }

   ul.nemoto_comment li.balloon1-left:before {
     content: "";
     position: absolute;
     top: -12px;
     left: 50%;
     margin-left: -15px;
     border: 15px solid transparent;
     border-bottom: 15px solid #e0edff;
   }

   ul.nemoto_comment li.balloon1-left p {
     margin: 0;
     padding: .5em;
   }
}
