﻿@import url(https://fonts.googleapis.com/css?family=Teko:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Lato|Roboto+Condensed|Teko);

/* Basic nomal responsive style
-------------------------------------------------------------------------*/
html {
  min-height: 100%;
  position: relative;
}
footer {
  bottom: 0;
  position: absolute;
}
 
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}
body {
  background: #fff;
  color: #111;
  text-align: center;
  font-family: 'Avenir','Helvetica neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 100px;
}

header:before,
header:after {
  content: "";
  display: table;
  clear: both;
}
footer {
  margin: 0 auto;
  width: 100%;
  background: #f53939;
  min-height: 60px;
}
footer:before,
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer.posRel{
  position: relative;
}
#contents {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#contents:before,
#contents:after {
  content: "";
  display: table;
  clear: both;
}

a{color: #111;}

div.cp_logo{
  position: relative;
  text-align: left;
}
.cp_foot img{  max-width: 100px;}

.fixed {
  position:fixed;
  top:0;
  left:0;
  width:100%;
}

header{
  position: relative;
  top:0;
  left:0;
  width:100%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none; 
}

header .inner{
  position:relative;
  max-width:1000px;
  margin:0 auto;
  padding:.5em 0;
  min-height: 60px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

header p.ico_radiko{
  width: 60px;
  height: 60px;
  position: absolute;
  right: 70px;
  top: 0px;
}
header p.ico_radiko img{ width: 100%; }
header p.ico_radiko a{
  cursor: pointer;
}
/* オーバーレイ */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 999;
}

/* ナビゲーション */
header nav {
    overflow:auto;
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    max-width:320px;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index:9999;
}
/* ナビゲーション：アクティブ時 */
header.navOpen nav {
    opacity: 1;
    right: 0;
}
header nav ul {
  border-top:1px solid #ccc;
  /*margin-top: -15%;*/
}
header nav ul li {
  border-bottom:1px solid #ccc;
  font-size: .88492em;
}
header nav ul li a {
  position:relative;
  display:block;
  padding:1em;
  color:#000;
  text-decoration:none;
}
header nav ul li a:hover {
  background:#f2f2f2;
}
header nav ul li a:before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px; 
  margin-right: -4px;
  vertical-align: middle;
  border-top: 3px solid #ff0000;
  border-right: 3px solid #ff0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* ナビゲーションアイコン */
header .navBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    background: #f8f8f8;
}
header p.navBtn{
  color: #ff0000;
  padding-top: 15px;
}
header .navBtn span {
    display: block;
    height: 4px;
    width: 100%;
    background: #ff0000;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
    margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header.navOpen .navBtn {
    right: 10px;
    z-index:10000;
    position: fixed;
    right: 320px;
}

.headTit{
  position: relative;
  width: 100%;
  background: #f83232;
  padding: .3em 0; 
  font-size: 2.5em;
  font-family: 'Fjalla One', sans-serif;
}
.headTit div{
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.headTit span{
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: .2em .75em;
  color: #f83232;  
}


#contents {
  max-width: 1000px;
  padding: 0 .5em 1em;
}
.btnset li{
  display: inline-block;
}
.btnset li a{
  padding: .5em 1em;
  display: block;
  background: #fff;
  color: #000;
}

.ctg{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.ctg.btnset li{
  margin: 0 2px 8px;
}
.ctg.btnset li a{
  opacity:0.8;
  padding: .36em .44em;
  font-size: .9224em;
  color: #f65b5b;
  background: #fff;
  border: 1px solid #f65b5b; 
}
.ctg.btnset li a:hover{
  color: #fff;
  background: #f65b5b;
 filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.top.btnset {
  max-width: 800px;
  margin: .75em auto 0;
  padding-left: 20px;
}
.top.btnset li{
  margin: 0 1px 8px;
  float: left;
}
.top.btnset li p.active{
  color: #fff;
  background: #f65b5b;
  font-size: .8824em;
  padding: 0 .34em;
}

/*------------------------------------------
  Pick UP LIST
------------------------------------------*/
.pu{
  width: 100%;
  position: relative;
  padding: 0 0 30px;
  margin-top: 20px;  
  /*background: #f8f8f8;*/
}
.pu .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.pu h2 img{  width: 160px;}
.pu h2{position: relative;top:-10px;}
.pu h2::before{
  content: '';
  width: 41%;
  height: 1%;
  border-top: 1px dotted #444;
  position: absolute;
  top: 50%;
  left: 0;
}
.pu h2::after{
  content: '';
  width: 41%;
  height: 1%;
  border-top: 1px dotted #444;
  position: absolute;
  top: 50%;
  right: 0;
}
.puList{
  width: 100%;
  position: relative;
}
.puList li{
  width: 33%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;  
  margin: 0;
  padding: 0 .75%;
  min-height: 240px;
  transform: translate3d(0,0,0);
}
.puList li a{
  display: block;
}
.puList li a:hover{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.puList li p.pu_tit{
  width: 100%;
  height: 40px;
  margin: 5px 0 0;
  overflow: hidden;
  font-size: .9244em;
  text-align: left;
  padding-bottom: 1%;
  text-align: left;
  display: block;
}

.tagsmark{
  height: 21px;
  overflow: hidden;
}
.tagsmark p{
  float: left;
  margin-right: 4px;
  font-size: .8664em;
}
.i_ctg{
  color: #fff;
  background: #f65b5b;
  font-size: .7284em;
  padding: 1px 2px;
}
.puList li figure.thumb{
  width: 100%;
  height: 140px;
  margin-bottom: 1%;
  overflow: hidden;
  display: block;
  background: #fff;
  border: 1px solid #fff; 
  position: relative;
}
.puList li figure.thumb img{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;  
  width: 100%;
}
.puList li a figure.thumb img:hover{
    -webkit-transform: scale( 1.2 );
    -moz-transform: scale( 1.2 );
}
.puList li figure.thumb p.ud_txt{
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(225,225,225, .6);
  padding: .5em .5em 0;
  font-size: .888em;
  text-align: left;
  color: #333;
  letter-spacing: .14em;
  font-family: 'Teko', sans-serif;
  z-index: 1;
  line-height: 1em;
}
/*------------------------------------------
  Category List
-------------------------------------------*/
h1.ctgName{
  padding-top: 1.5em;
  padding-bottom: 1em;
  text-align: left;
}
h1.ctgName span{ 
  position: relative;
  padding: .5em .75em;
  font-size: 1.1644em;
  color: #fff;
  background: #f65b5b;
}

.ctgList{
  width: 100%;
  position: relative;
  padding: 20px 0 50px;
}
.glidItem li{
  width: 33%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;  
  margin: 0 0 1.5em;
  padding: 0 1em;
  min-height: 220px;
  transform: translate3d(0,0,0);
}
.glidItem li a{
  display: block;
}
.glidItem li a:hover{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.glidItem li p.pu_tit{
  width: 100%;
  height: 40px;
  margin: 5px 0 0;
  overflow: hidden;
  font-size: .9244em;
  text-align: left;
  padding-bottom: 1%;
  text-align: left;
  display: block;
}
.glidItem li figure.thumb{
  width: 100%;
  height: 160px;
  margin-bottom: 1%;
  overflow: hidden;
  display: block;
  background: #f8f8f8;
  border: 1px solid #fff; 
  position: relative;
}
.glidItem li figure.thumb img{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;  
  width: 100%;
}
.glidItem li a figure.thumb img:hover{
    -webkit-transform: scale( 1.2 );
    -moz-transform: scale( 1.2 );
}
.glidItem li figure.thumb p.ud_txt{
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(225,225,225, .6);
  padding: .5em .5em 0;
  font-size: .888em;
  text-align: left;
  color: #333;
  letter-spacing: .14em;
  font-family: 'Teko', sans-serif;
  z-index: 1;
  line-height: 1em;
}

/*.pager{
  width: 100%;
  margin: 1em auto 0;
  position: relative;
}
.pager p{
  display: inline-block;
  margin: 0 .5em;
}
.pager p a{
  display: block;
  color: #756767;
}
.pager p a:hover{
  color: #e92c2c;
}
.pager p span{
  position: relative;
  padding: .75em 3em;
  border: 2px solid #756767;
  border-radius: 40px;
  -webkit-border-radius: 40px;  
  -moz-border-radius: 40px;
}
.pager p a span:hover{
   border: 2px solid #e92c2c;
}*/
/*------------------------------------------
  footer Navi
------------------------------------------*/
footer .inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: .5em;
}
.footerNavi,.footerSNS{
  max-width: 1000px;
  margin:0px auto .5em;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.footerNavi li{
  display: inline;
  float: left;
  font-size: .8226em;
  margin-right: 1%;
}
.footerNavi li a{
  padding: .26em;
  display: block;
  color: #f4f4f4;
}
.footerNavi li a:hover{
  text-decoration: underline;
}
.footerSNS{
  width: 100%;
  border-top: 1px dotted #fff;
  padding-top: .5em;
}
.footerSNS h4{
  color: #fff;
  font-weight: 700;
  font-size: .867em;
  margin-bottom: .28em;
}
.footerSNS ul{
  font-size: 0;
}
.footerSNS li{
  display: inline-block;
}
.footerSNS li a{
  color: #fff;
  padding: 4px 6px;
  display: block;
}

/* ページトップへ戻るボタン */
#go_top{
  width:30px;
  height:30px;
  position: fixed;
  bottom: 30px;
  right: 0px;
  z-index: 999;
}
#go_top a{
    display: inline-block;
    font: 26px Genericons;
    color: #fff;  
}
.genericon-collapse::before{
    content: '\f432';    /* twitterアイコン */
    background: #f65b5b;
    padding: 6px 8px 4px 8px;
}
/*------------------------------------------
  sns webFont
------------------------------------------*/
.gicon-sns{
    display: inline-block;
    font: 22px Genericons;
}
.gicon-twitter:before{
    content: '\f202';    /* twitter */
}
.gicon-facebook:before{
    content: '\f204';    /* facebook */
}
.gicon-google:before{
    content: '\f218';    /* google+ */
}
.gicon-pocket:before{
    content: '\f224';    /* pocket */      
}
.gicon-youtube:before{
    content: '\f213';    /* youtube */
}

/*------------------------------------------
  Share Button
------------------------------------------*/
.share{
  max-width: 100%;
  margin-top: 3em;
}
.share p.gf_teko{ font-size: 1.46em; font-weight: 500;padding-right: .4em;}
.share.btnset li a{
  text-align: center;
  color:#fff;
  padding: 0;
}
.share.btnset li a:hover{
   filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.share .gicon-twitter:before{
    background: #1B95E0;
    padding: 8px 8px 4px 8px;
}
.share .gicon-facebook:before{
    background: #3b5999;
    padding: 8px 8px 4px 8px;
}
.share .gicon-google:before{
    background: #dd4b39;
    padding: 8px 8px 4px 8px;    
}
.share .gicon-pocket:before{
    background: #EE4056;
    padding: 8px 8px 4px 8px;        
}
.share .gicon-youtube:before{
    background: rgb(205,32,31);
    padding: 8px 8px 4px 8px;
}


/*------------------------------------------
  Google AD
------------------------------------------*/
#gAd{
  max-width: 768px;
  max-height: 100px;
  border: 1px solid #bbb;
  margin: 10px auto;
}

/*---Media Queries------------------------------------*/
@media screen and (max-width:1000px){
    body{margin-bottom: 14em;}
    header .inner {
        padding: 0;
    }
    .pu .inner{
      padding: 0;
    }
    .puList li p.pu_tit{
      max-height: 40px;
    }
}
@media screen and (max-width:768px){
    body{margin-bottom: 14em;}
    .footerNavi{
      padding: 0 1em;
    }
    div.cp_logo{
      position: relative;
      padding: .42em .2266em;
    }
    .ctg{ 
      width: 100%;
      padding: 0;
    }
    .pu h2::before,.pu h2::after{ width: 38%;}      
    .puList li{
      width: 33%;
      padding-left: 1.5%;
      padding-right: 1.5%;
      min-height: 220px;
    }
    .puList li p.pu_tit{
      font-size: .786em;
      max-height: 36px;
      overflow : hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }    
    .puList li.wh50{
      width: 66%;
    }
    .pu .inner{padding: 0 20px;} 
    .top.btnset { padding: 0;}
    .glidItem li{
      margin-bottom: .8em;
    }
    .glidItem li p.pu_tit{
      font-size: .826em;
      height: 35px;
      overflow : hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
     }

}

@media (max-width:640px) {
    body{margin-bottom: 100px;}
      header .inner{
        padding:0;
      }
      div.cp_logo img{
        width: 80px;
      }
       header p.ico_radiko{
        width: 40px;
        height: 40px;
        right: 50px;
       }      
      .headTit{
        font-size: 1.5em;
      }
      .headTit div{
        padding-left: .5em;
      }
      header .navBtn {
          width: 40px;
          height: 40px;
          padding: 6px;
      }
      header p.navBtn{
        padding-top: 10px;
      }

      header.navOpen .navBtn{
        right: 70%;
      }
      header nav ul {
        border-top:1px solid #ccc;
        /*margin-top: -15%;*/
      }
      .pu h2 img{width: 140px;}
      .pu h2::before,.pu h2::after{
        width: 24%;
      }   
      .pu .inner{
        padding: 0 .5em;
      }
      .puList li{
        width: 100%;
        height: auto;
        min-height: 100px;
        float: left;
        margin: 0 auto 1em;
        padding: 0;
      }   
      .puList li figure.thumb{
        width: 100%;
        max-height: 100px;
        overflow: hidden;
      }
      .puList li p.pu_tit{
        font-size: .786em;
        max-height: 16px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
      .ctg.btnset li p.active{
        font-size: .76488em;
      }
      .ctg{margin-top: 0em;}
      .ctg.btnset li a{ font-size: .7644em;}

      .footerNavi{ padding:0;}
      .footerNavi li{
        display: inline-block;
        width: 48%;
      }
      .footerNavi li a:hover{ border: 0;margin: 0;}
      .footerNavi li a{font-weight: 300;}
      h1.ctgName span{ font-size: 1em;}      
      .ctgList{padding-bottom: 30px;}
      .glidItem li{
        width: 50%;
        min-height: 100px;
        padding: 0 .2em;  
       }
      .glidItem li p.pu_tit{
        font-size: .786em;
        height: 35px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        }
        .glidItem li figure.thumb{ height: 100px;}
        /*.pager p span{ padding: .5em 1.5em;}*/

        #go_top{
          width:30px;
          height:30px;
          position: relative;
          margin: 0 auto;
          bottom: 0;
          padding: 20px 0;
        }
}



/*------------------------------------------
	Layout
------------------------------------------*/
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}
.mgt10{margin-top: 10px;}
.mgt20{margin-top: 20px;}
.mgtb30{margin: 30px 0;}

/*------------------------------------------
	font
------------------------------------------*/
.copyright{font-size: 8px; color: #fff;padding: .4em 0;}
.gf_teko{font-family: 'Teko', sans-serif;}

.fs09{font-size: .9224em;}
.fs08{font-size: .8422em;}
.fs07{font-size: .78442em;}
.fs11{font-size: 1.1422em;}

.bold{font-weight: 700;}
.txt_l{text-align: left;}

