@charset "UTF-8";
/*----------------------------------------
	reset.scss
---------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address, em, img, picture,
small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
article, aside, figure, footer, header, main, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*----------------------------------------
	base.scss
---------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0 auto;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:link, a:visited {
  color: #000;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*	mediaqueries
-------------------*/
@media print, screen and (min-width: 750px) {
  a[href^="tel:"] {
    color: #000;
    pointer-events: none;
  }
}
/*// ============================================================
// base
// ============================================================*/
/*----------------------------------------
wrapper.scss
---------------------------------------- */
.l-wrapper {
  position: relative;
  min-height: 100%;
}
.l-wrapper.-fixed {
  height: 100vh;
  overflow: hidden;
}

.l-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) and (max-width: 1279px) {
  .l-inner {
    padding: 0 3.4375vw;
  }
}

/*----------------------------------------
	header.scss
---------------------------------------- */
.l-header {
  background-color: #000;
}
.l-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.l-header__logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__logo .ja {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
}
.l-header__logo .en {
  margin-left: 88px;
}
@media screen and (min-width: 576px) and (max-width: 1279px) {
  .l-header .l-inner {
    height: 8.59375vw;
  }
  .l-header__logo .ja {
    top: 2.03125vw;
    left: 3.4375vw;
  }
  .l-header__logo .ja img {
    width: 4.765625vw;
  }
  .l-header__logo .en {
    margin-left: 6.875vw;
  }
  .l-header__logo .en img {
    width: 35.3125vw;
  }
}
@media screen and (max-width: 575px) {
  .l-header .l-inner {
    height: 14.6666666667vw;
  }
  .l-header__logo {
    margin: 0 auto;
  }
  .l-header__logo .en {
    margin: 0 auto;
  }
  .l-header__logo .en img {
    width: 60.2666666667vw;
  }
}

/*----------------------------------------
	footer.scss
---------------------------------------- */
.l-footer {
  padding: 80px 0 56px;
  background-color: #000;
}
.l-footer__text {
  width: 156px;
  margin: 0 auto;
}
.l-footer__button {
  width: 400px;
  margin: 20px auto 94px;
}
.l-footer__button a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.l-footer__button a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.l-footer__copyright {
  width: 356px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) and (max-width: 1279px) {
  .l-footer {
    padding: 4.6875vw 0 4.375vw;
  }
  .l-footer__text {
    width: 16.25vw;
  }
  .l-footer__button {
    width: 31.25vw;
    margin: 2.34375vw auto 4.6875vw;
  }
  .l-footer__copyright {
    width: 27.8125vw;
  }
}
@media screen and (max-width: 575px) {
  .l-footer {
    padding: 4vw 0;
  }
  .l-footer__text {
    width: 20.8vw;
  }
  .l-footer__button {
    width: 42.6666666667vw;
    margin: 2.6666666667vw auto 5.6vw;
  }
  .l-footer__copyright {
    width: 47.4666666667vw;
  }
}

/*// ============================================================
// layout
// ============================================================*/
/*----------------------------------------
	module/breakpoint.scss
---------------------------------------- */
@media screen and (max-width: 575px) {
  .m-tab-only,
.m-pc-only,
.m-tabpc-only {
    display: none !important;
  }

  .m-sp-only {
    display: block !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1279px) {
  .m-sp-only,
.m-pc-only {
    display: none !important;
  }

  .m-tab-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .m-sp-only,
.m-tab-only,
.m-sptab-only {
    display: none !important;
  }

  .m-tabpc-only,
.m-pc-only {
    display: block !important;
  }
}
/*// ============================================================
// modules
// ============================================================*/