body:not(.page-index):not(.page-module-list):not(.page-module-accordion):not(.page-module-box):not(.page-module-button):not(.page-module-image):not(.page-module-layout):not(.page-module-list):not(.page-module-other):not(.page-module-radio):not(.page-module-set):not(.page-module-table):not(.page-module-text) {
  padding-top: 0;
}
@media screen and (min-width: 901px) {
  .sp_none {
    display: none;
  }
  .image-type01_image[data-sb-image-size-pc="auto"] {
    max-width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .pc_none {
    display: none;
  }
  .image-type01_image[data-sb-image-size-sp="auto"] {
    max-width: 80%;
  }
}

header {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  min-width: 960px;
}
header .headerBar {
  position: relative;
  z-index: 100;
  background: #000;
  overflow: hidden;
  border-bottom: 1px solid #494949;
  text-align: right;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  vertical-align: top;
}
header .inner {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
header .inner::after {
  content: "";
  display: table;
  clear: both;
}
header .logo {
  float: left;
  padding: 20px;
  padding-left: 0;
}
header .logo a {
  display: block;
  padding: 12px;
  padding-left: 0;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
header .logo img {
  max-width: 100%;
  height: 21px;
  width: auto;
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
  header .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  header {
    min-width: 320px;
  }
  header .logo {
    margin-left: 5px;
    padding: 11px 0;
  }
  header .logo a {
    display: block;
    padding: 10px 5px 10px 0;
  }
  header .logo img {
    height: 14px;
    width: auto;
    vertical-align: top;
  }
}
@media only screen and (max-width: 980px) and (max-width: 600px) {
  header .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.js-lazyload {
  background: none;
}
.keyvisual-full_image {
  background: center / auto 100% repeat-x url("../img/kv_bg.png");
  text-align: center;
}
.keyvisual-full_image + p,
.keyvisual-01 ~ p {
  text-align: center;
}
.applink-list_text {
  display: block;
  margin-top: 10px;
}

p.text span.note {
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
}

@media screen and (max-width: 900px) {
  .hash-index-01_link {
    font-size: 14px;
  }
}

footer {
  background: #000;
  color: #fff;
  font-family: Helvetica, Arial, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  padding: 0;
  position: relative;
  width: 100%;
  min-width: 990px;
}
footer .res-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  border-top: none;
}
footer .res-footer-inner .footer-parts-01 {
  display: table;
  padding: 23px 0;
}
footer .res-footer-inner .footer-parts-01 .footer-hdg {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
  color: #ccc;
}
footer .res-footer-inner .footer-parts-01 .footer-discription {
  display: table-cell;
  font-size: 13px;
  padding-right: 30px;
  color: #ccc;
}
footer .footer-parts-03.simpleCopy {
  background-color: #000;
  padding: 15px 0 10px;
}
footer .copyright {
  color: #ccc;
  margin: 0;
  text-align: center;
  font-size: 13px;
  padding: 0;
  opacity: 1;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 600px) {
  footer {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
  footer .res-footer-inner {
    min-width: 320px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
  }
  footer .res-footer-inner .footer-parts-01 .footer-hdg {
    margin-bottom: 12px;
  }
  footer .res-footer-inner .footer-parts-01 .footer-discription {
    margin-bottom: 0;
  }
  footer .res-footer-inner .footer-parts-01 .footer-hdg,
  #footer .res-footer-inner .footer-parts-01 .footer-discription {
    display: block;
    padding-right: 0;
  }
  footer .copyright {
    font-size: 12px;
  }
}
