/* ========================================

  Common CSS

======================================== */

/* We Font
======================================== */


/* Common
======================================== */
body{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
  font-size: 15px;
}

::selection { background: #000; color: #fff; }
::-moz-selection { background: #000; color: #fff; }


/* pc/sp */
.pc_ver{ display:block; }
.sp_ver{ display:none; }

/* contents */
#container{
  background: #000;
}
#container img{
  max-width: 100%;
  height: auto;
}
#container .logo{
  text-align: center;
}
#container .logo img{
  width: 60%;
  height: auto;
}
#container #instafeed{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#container #instafeed li{
  width: 25%;
  overflow: hidden;
}
#container #instafeed li a{
  transition: 0.4s;
  transition-property: opacity;
}
#container #instafeed li a:hover{
  opacity: .7;
  cursor: pointer;
}

#about{
  background: #fff;
  padding: 140px 0 140px;
}
#about .inner{
  max-width: 600px;
  margin: 0 auto;
}
#about h2 span{
  display: block;
  font-size: 80px;
}
#about h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
}
#about p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  letter-spacing: .1em;
  color: #222;
  margin-top: 40px;
  line-height: 2;
}

#about .btBuy{
  text-align: center;
}
/*#about .btBuy span{
  display: block;
  font-size: 14px;
}
#about .btBuy a{
  display: block;
  background:#891416;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  padding: 15px 60px;
  border-radius: 10px;
  transition-duration: .4s;
  transition-property: background;
}
#about .btBuy a:hover{
  background: #333;
}
*/
#about .btBuy{
  margin-top: 50px;
}
#about .btBuy+.btBuy{
  margin-top: 20px;
}
#about .btBuy span{
  display: block;
  font-size: 18px;
}
#about .btBuy a {
  display: block;
  background:#891416;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.4;
  padding: 15px 60px;
  color: #fff;
  background: #891416;
  box-shadow: 0px 5px 0 #3d1a1a;
  border-radius: 10px;
}
#about .btBuy a:hover {
  transform: translate3d(0, 5px, 0);
  color: #fff;
  box-shadow: none;
  background: #891416;
}

#sns{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#sns li{
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
#sns li+li{
  margin-left: 10px;
}
#sns li.insta{
  background: #444;
  box-shadow: 0px 5px 0 #000;
}
#sns li.tw{
  background: #222;
  box-shadow: 0px 5px 0 #aaa;
}

#footer{
  background: #fff;
  color: #333;
  padding-bottom: 80px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 12px;
}

/* PC Styles
======================================== */
@media screen and (min-width: 1081px) {
}

/* Tablet Styles
======================================== */
@media screen and (max-width:1080px) {  
  #about{
    background: #fff;
    padding: 80px 0;
  }
  #about .inner{
    max-width: 85%;
    margin: 0 auto;
  }
  #about h2 span{
    display: block;
    font-size: 60px;
  }
  #about h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 17px;
    text-align: center;
  }
  #about p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    color: #222;
    margin-top: 40px;
    line-height: 2;
  }
  #about .btBuy{
    margin-top: 60px;
    text-align: center;
  }
  #about .btBuy span{
    display: block;
    font-size: 14px;
  }
  /*#about .btBuy a{
    display: block;
    background:#891416;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    padding: 15px 60px;
    border-radius: 10px;
    transition-duration: .4s;
    transition-property: background;
  }
  #about .btBuy a:hover{
    background: #333;
  }*/

  #footer{
    background: #fff;
    color: #333;
    padding-bottom: 80px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 12px;
  }
}
@media screen and (min-width:801px) and (max-width:1080px) {
  
}

/* Mobile Styles
======================================== */
@media screen and (max-width: 800px) {
  
}
@media screen and (max-width: 600px) {
  #container #instafeed li{
    width: 50%;
    overflow: hidden;
  }
}