@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通ベースラインCSS
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
  font-size: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 700px) {
  html {
    font-size: calc(10 / 1040 * 100vw);
  }
}

@media screen and (min-width: 1040px) {
  html {
    font-size: 10px;
  }
}

.gDef-contents {
  color: #444;
  background: url(../images/bg_main.jpg) repeat center #fff;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R",
    "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular",
    "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  line-height: 1.5;
}

.gDef-contents * {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gDef-contents img {
  width: 100%;
  height: auto;
  display: block;
}

.gDef-contents a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .gDef-contents a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .gDef-contents a:hover {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media screen and (max-width: 699px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 700px) {
  .sp {
    display: none !important;
  }
}

.inner {
}

.sec_ttl {
}

@media screen and (min-width: 700px) {
  .inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 300px 0 0;
  }

  .sec_ttl {
    /* padding: calc(100 / 740 * 100%) 0 0;
    margin: 0 calc(40 / 740 * 100%) calc(100 / 740 * 100%) 0; */
  }

  .sec_ttl img {
  }
}

@media screen and (min-width: 1040px) {
}

/* =====================================================================
*    footer
* =================================================================== */
#footer {
  background: #000;
  margin-top: 0;
  z-index: 5;
}
.pagetop {
  margin: 0 auto 0;
  z-index: 10;
}
.pagetop a {
  width: calc(210 / 750 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: calc(-70 / 750 * 100%) auto 0;}

#footer small {
  display: block;
  padding: calc(177 / 750 * 100%) 0 calc(43 / 750 * 100%);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .pagetop {
    width: calc(170 / 740 * 100%);
    padding-top: calc(167 / 740 * 100%);
    margin: calc(-50 / 740 * 100%) auto 0;
  }
  .pagetop img {
    display: none;
  }

  .pagetop a {
    width: 100%;
    padding-top: 100%;
    background: url(../images/btn_pagetop_off.png) no-repeat center;
    background-size: contain;
    z-index: 10;
    margin-left: 0;
    margin-top: 0;
  }
  .pagetop a:hover {
    background: url(../images/btn_pagetop_on.png) no-repeat center;
    background-size: contain;
  }

  #footer small {
    margin: 0 calc(40 / 740 * 100%) 0 0;
    padding: calc(40 / 740 * 100%) 0;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1040px) {
  .pagetop a {
  }
}
