@charset "utf-8";

html {
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: visible;
    overflow-y: scroll\9;
    font-size: 62.5%;
}


/* common */

body {
    font-family: "Noto Sans Japanese-r", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
}

header:after,
main:after,
footer:after,
section:after {
    content: "";
    display: block;
    clear: both;
}
a { text-decoration: none;}
  #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 50px;
    background: #4b4b4b;
    opacity: 0.6;
    /*border-radius: 50%;*/
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
#sns_link .social_btn{
    margin-bottom:0 ;
    padding: 3rem 0 ;
}
img.lazy {
  width: 640;
  height: 480;
}

/* タブレット対応する場合 */
@media all and (min-width: 768px) {
  .smp_br{
    display: none;
  }
}

/* ipad pro以上 */
@media all and (min-width: 1366px) {}