@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : blog.css
 Style : reset & default
 文字コード UTF-8N 改行コード LF
 Build 20180301
================================================================= */
.drop ul{
  padding: 0 !important;
}
ul{
  padding: 0;
}
p{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body {
  margin: 0px;
  padding: 0px;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}
/*------------------------------------------------------------------
  section
--------------------------------------------------------------------*/
section {
  width: 100%;
  padding: 0 10px;
}
section div.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
section div.wrap div#media {
  display: flex;
  flex-direction: column;
}
section div.wrap div#media > div.row {
  width: 100%;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 29px;
  margin-right: -2.4390%;
}
section div.wrap div#media > div.row > div.box {
  width: 30.8943%;
  margin-right: 2.4390%;
}
section div.wrap div#media > div.row > div.box a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
section div.wrap div#media > div.row > div.box a > img,
section div.wrap div#media > div.row > div.box a > video {
  max-width: initial;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section div.wrap div#media div.row > div:last-child {
  margin-right: 0;
}
section div.wrap div#more a {
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  text-indent: -9999px;
  overflow: hidden;
}
section div.wrap div#more a:hover {
  background-image: url(../img/more_hover.png);
}
/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 640px){
  header:nth-of-type(2) div.wrap div.user_img {
      margin: 0;
      width: 80px;
      height: 80px;
      border-radius: 40px;
  }
  header:nth-of-type(2) div.wrap div.user_name div:nth-of-type(1) {
    font-size: 20px;
    line-height: 40px;
  }
  header:nth-of-type(2) div.wrap div.user_name div:nth-of-type(2) {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
  }
  section div.wrap div#media > div.row {
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }
  section div.wrap div#media > div.row > div.box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1px;
  }
  section div.wrap div#media > div.row > div.box a {
      padding-top: 0 !important;
  }
  section div.wrap div#media > div.row > div.box a > img, section div.wrap div#media > div.row > div.box a > video {
      max-width: initial;
      max-height: 100%;
      position: static;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      width: 100%;
      margin-top: 20px;
  }
}
.clone-wrap .clone-nav li a,.clone-wrap .clone-nav li p{
  text-align: center;
}
.local-keyvisual-bg{
  background-image: url(../images/contents/main_2.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
}
h1{
  margin: 0 !important;
}