@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

	@mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Avenir", 'Montserrat', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 8000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.modal__table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal__table__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.modal__table__cell__close {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#error {
  display: none;
}

.modal__error {
  width: 600px;
  height: 455px;
  background: url("../img/common/modal_frame.png") no-repeat center top;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: table;
}

.modal__error__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.modal__error__headline {
  font-size: 22px;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal__error__text {
  font-size: 16px;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blind__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
  overflow: hidden;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
}

.header__inner {
  position: relative;
}

.header__btnSerial {
  position: absolute;
  left: 32px;
  top: 0px;
  z-index: 0;
  width: 119px;
  height: 241px;
}

.header__btnSerial a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.header__btnSerial img {
  position: absolute;
  top: -10px;
}

.container {
  width: 100%;
  min-width: 1120px;
}

.footer {
  width: 100%;
  min-width: 1120px;
}

.footer__inner {
  color: #ffffff;
  width: 55%;
  margin: 0 auto;
  display: table;
  padding: 13px 0 94px 0;
}

.footer__sns {
  display: table-cell;
  vertical-align: middle;
}

.footer__sns ul {
  display: block;
  letter-spacing: 0;
  font-size: 0;
  margin-right: 15px;
}

.footer__sns li {
  display: inline-block;
  letter-spacing: normal;
  font-size: medium;
  margin: 0 8px;
}

.footer__links {
  display: table-cell;
  vertical-align: middle;
}

.footer__links ul {
  display: table;
}

.footer__links li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 13px;
}

.footer__links img {
  vertical-align: middle;
}

.footer__copyright {
  display: table-cell;
  vertical-align: middle;
  zoom: 1;
}

.footer__copyright:after {
  content: "";
  clear: both;
  display: block;
}

.footer__copyright p {
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: .05em;
  float: right;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw

	@mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 8000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .modal__table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .modal__table__cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .modal__table__cell__close {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  #error {
    display: none;
  }
  .modal__error {
    width: 300px;
    width: 80vw;
    height: 227.5px;
    height: 60.66667vw;
    background: url("../img/common/modal_frame.png") no-repeat center top;
    background-size: 100% auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: table;
  }
  .modal__error__inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .modal__error__headline {
    font-size: 14px;
    font-size: 3.73333vw;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .modal__error__text {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  #preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9000;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .blind__inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000000;
    overflow: hidden;
  }
  .header {
    position: fixed;
    left: auto;
    top: auto;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 47px;
    height: 12.53333vw;
  }
  .header__inner {
    position: relative;
  }
  .header__btnSerial {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .header__btnSerial a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__btnSerial img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }
  .container {
    width: 100%;
    min-width: 100%;
  }
  .footer {
    width: 100%;
    min-width: 100%;
  }
  .footer__inner {
    color: #ffffff;
    width: 97.33%;
    margin: 0 auto;
    display: block;
    padding: 27.5px 0 40px 0;
    padding: 7.33333vw 0 10.66667vw 0;
    text-align: center;
  }
  .footer__sns {
    display: block;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .footer__sns ul {
    display: block;
    letter-spacing: 0;
    font-size: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .footer__sns li {
    display: inline-block;
    letter-spacing: normal;
    font-size: medium;
    margin: 0 11.5px;
    margin: 0 3.06667vw;
  }
  .footer__sns li img {
    width: 35px;
    width: 9.33333vw;
    height: auto;
  }
  .footer__links {
    display: block;
    vertical-align: middle;
    margin: 0 45px 25px 45px;
    margin: 0 12vw 6.66667vw 12vw;
  }
  .footer__links ul {
    display: block;
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__links li {
    display: inline-block;
    letter-spacing: normal;
    font-size: medium;
    padding: 0;
    margin: 0 12.5px 10px 12.5px;
    margin: 0 3.33333vw 2.66667vw 3.33333vw;
  }
  .footer__links li:nth-child(1) img {
    height: 12px;
    height: 3.2vw;
    width: auto;
  }
  .footer__links li:nth-child(2) img {
    height: 16px;
    height: 4.26667vw;
    width: auto;
  }
  .footer__links li:nth-child(3) {
    margin-bottom: 0;
  }
  .footer__links li:nth-child(3) img {
    height: 14px;
    height: 3.73333vw;
    width: auto;
  }
  .footer__links li:nth-child(4) {
    margin-bottom: 0;
  }
  .footer__links li:nth-child(4) img {
    height: 21.5px;
    height: 5.73333vw;
    width: auto;
  }
  .footer__links img {
    vertical-align: middle;
  }
  .footer__copyright {
    display: block;
    vertical-align: middle;
    zoom: 1;
  }
  .footer__copyright:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__copyright p {
    font-size: 8px;
    font-size: 2.13333vw;
    line-height: 1.4em;
    letter-spacing: .08em;
    margin-right: 0;
    float: none;
  }
}
