@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;

  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;

  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
body {
  font-family: YuMincho, "Yu Mincho",serif,"游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-all;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^="tel"] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

html {
  width: 100%;
}

body {
  width: 100%;
  color: #fff;

  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

.l-wrap {
  position: relative;
  width: 100%;
  padding-top: 70px;
  background: #1c1c1c;
}

.l-wrap__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_top.jpg) no-repeat center;
  background-size: cover;
}

.l-wrap__bg--faq {
  background: url(../faq/img/faq/bg_faq.jpg) no-repeat center;
  background-size: cover;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 70px;
  background: #1c1c1c;
}

.l-header__logo {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 216px;
  cursor: pointer;
}

.l-header__logo-item {
  display: block;
  width: 100%;
  text-decoration: none;
}

.l-header__nav {
  float: right;
  margin-right: 10px;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-header__nav-list {
  display: inline-block;
  vertical-align: top;
}

.l-content {
  position: relative;
  width: 100%;
}

.l-footer {
  position: relative;
  padding: 150px 0 40px;
  text-align: center;
}

.l-footer__copy {
  margin-top: 36px;
  color: #999;
  font-size: 14px;
  font-family: "Halant";
  letter-spacing: 1px;
}

.c-gnav {
  letter-spacing: -.4em;
}

.c-gnav__list {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: normal;
}

.c-gnav__list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
}

.c-gnav__item {
  display: table-cell;
  height: 70px;
  padding: 0 19px;
  vertical-align: middle;
  color: #fff;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.2;
  font-family: "Halant";
  letter-spacing: 2.3px;
  text-decoration: none;
  cursor: pointer;
}

.c-gnav__item--faq img {
  width: 118px;
}

.c-btn {
  position: relative;
  width: 260px;
  margin: 0 auto;
  border: 1px solid #666;
}

.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
}

.c-btn__link {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  font-family: "Halant";
  letter-spacing: 1.4px;
  text-decoration: none;
  cursor: pointer;
}

.c-btn__link::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 30px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #666 #666;
}

.c-sns {
  letter-spacing: -.4em;
}

.c-sns.is-footer {
  margin: 0 auto;
}

.c-sns__list {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}

.c-sns__list::before {
  content: "";
  position: absolute;
  width: 0;
  background: #fff;
}

.is-header .c-sns__list {
  width: 33px;
  height: 70px;
}

.is-header .c-sns__list::before {
  top: 21px;
  left: 3.5px;
  height: 26px;
}

.is-footer .c-sns__list {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

.is-footer .c-sns__list:last-child {
  margin-right: 0;
}

.is-footer .c-sns__list::before {
  top: -3px;
  left: -3px;
  height: 46px;
}

.c-sns__item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-sns__item--on {
  opacity: 0;
}

.c-sns__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.c-menu {
  display: none;
}

.u-load-event--bg {
  opacity: 0;
}

.is-load .u-load-event--bg {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out .2s;
  transition: opacity 1.5s ease-out .2s;
}

.u-load-event--header {
  opacity: 0;
}

.is-load .u-load-event--header {
  opacity: 1;
  -webkit-transition: opacity 1.8s ease-out;
  transition: opacity 1.8s ease-out;
}

.u-load-event--hero {
  opacity: 0;
}

.is-load .u-load-event--hero {
  opacity: 1;
  -webkit-transition: opacity 1.8s ease-out;
  transition: opacity 1.8s ease-out;
}

.u-load-event--logo {
  opacity: 0;
}

.is-load .u-load-event--logo {
  opacity: 1;
  -webkit-transition: opacity .95s ease-out 1.2s;
  transition: opacity .95s ease-out 1.2s;
}

.u-load-event--menu {
  opacity: 0;
}

.is-load .u-load-event--menu {
  opacity: 1;
  -webkit-transition: opacity 1.8s ease-out;
  transition: opacity 1.8s ease-out;
}

.u-load-event--faq {
  opacity: 0;
}

.is-load .u-load-event--faq {
  opacity: 1;
  -webkit-transition: opacity .35s ease-out;
  transition: opacity .35s ease-out;
}

.u-slide-event {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.u-slide-event.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .65s ease-out;
  transition: all .65s ease-out;
}

@media screen and (min-width: 751px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none !important;
  }
  .l-wrap {
    min-width: 970px;
  }
  .l-header {
    min-width: 970px;
  }
  .l-header__nav {
    display: block !important;
  }
  .c-gnav__list::before {
    -webkit-transition: width .28s ease-out;
    transition: width .28s ease-out;
  }
  .c-gnav__list:hover::before {
    width: 100%;
    -webkit-transition: width .25s ease-out;
    transition: width .25s ease-out;
  }
  .c-gnav__item {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .c-btn::before {
    -webkit-transition: width .25s ease-out;
    transition: width .25s ease-out;
  }
  .c-btn:hover::before {
    width: 100%;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
  }
  .c-btn__link {
    -webkit-transition: color .25s ease-out .05s;
    transition: color .25s ease-out .05s;
  }
  .c-btn__link::before {
    -webkit-transition: border-color .2s ease-out .05s;
    transition: border-color .2s ease-out .05s;
  }
  .c-btn:hover .c-btn__link {
    color: #000;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
  }
  .c-btn:hover .c-btn__link::before {
    border-color: transparent transparent #000 #000;
    -webkit-transition: border-color .2s ease-out .2s;
    transition: border-color .2s ease-out .2s;
  }
  .c-sns.is-header {
    width: 94px;
    padding: 0 14px;
  }
  .c-sns__list::before {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
  }
  .c-sns__list:hover::before {
    -webkit-transition: width .25s ease-out;
    transition: width .25s ease-out;
  }
  .is-header .c-sns__list:hover::before {
    width: 26px;
  }
  .is-footer .c-sns__list:hover::before {
    width: 46px;
  }
  .c-sns__item {
    -webkit-transition: opacity .15s ease-out .05s;
    transition: opacity .15s ease-out .05s;
  }
  .c-sns__item--on {
    -webkit-transition: opacity .15s ease-out .05s;
    transition: opacity .15s ease-out .05s;
  }
  .is-header .c-sns__item {
    top: 24px;
    left: 6.5px;
    width: 20px;
  }
  .c-sns__list:hover .c-sns__item {
    opacity: 0;
    -webkit-transition: opacity .25s ease-out .05s;
    transition: opacity .25s ease-out .05s;
  }
  .c-sns__list:hover .c-sns__item--on {
    opacity: 1;
    -webkit-transition: opacity .25s ease-out .05s;
    transition: opacity .25s ease-out .05s;
  }
  .u-slide-event--footer {
    opacity: 0;
  }
  .u-slide-event--footer.active {
    opacity: 1;
    -webkit-transition: opacity .65s ease-out;
    transition: opacity .65s ease-out;
  }
}

@media screen and (max-width: 750px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .is-p-inline {
    display: none !important;
  }
  .l-header__logo {
    left: 5%;
    width: 44%;
  }
  .l-header__nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(28, 28, 28, .95);
  }
  .l-footer {
    padding: 85px 0 30px;
  }
  .l-footer__copy {
    margin-top: 16px;
    font-size: 11px;
  }
  .c-gnav {
    width: 100%;
  }
  .c-gnav__list {
    width: 100%;
    text-align: center;
  }
  .c-gnav__item {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 15.5px;
    padding: 14px 0;
    font-size: 24px;
    letter-spacing: 3px;
  }
  .c-gnav__item--faq img {
    width: 36%;
  }
  .c-btn {
    width: 52%;
  }
  .c-btn__link {
    padding: 11px 0;
    font-size: 20px;
  }
  .c-btn__link::before {
    top: 14px;
    right: 20px;
  }
  .c-sns.is-header {
    width: 100%;
    padding-top: 38px;
    text-align: center;
  }
  .is-header .c-sns__list {
    width: 32px;
    margin-right: 30px;
  }
  .is-header .c-sns__list:last-child {
    margin-right: 0;
  }
  .is-footer .c-sns__list {
    width: 32px;
    margin-right: 30px;
  }
  .c-menu {
    display: block;
    position: fixed;
    top: 24px;
    right: 20px;
    z-index: 5;
    width: 30px;
    height: 20px;
  }
  .c-menu__container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .c-menu__item {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #aaa;
  }
  .c-menu__item:first-child {
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .c-menu__item:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .c-menu__item:last-child {
    bottom: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .is-active .c-menu__item:first-child {
    top: 9px;
    -webkit-transform: rotateZ(30deg);
        -ms-transform: rotate(30deg);
            transform: rotateZ(30deg);
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
  }
  .is-active .c-menu__item:nth-child(2) {
    opacity: 0;
    width: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .is-active .c-menu__item:last-child {
    bottom: 9px;
    -webkit-transform: rotateZ(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotateZ(-30deg);
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
  }
}
