/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }

@media print, screen and (max-width: 767.98px) {
  .hide-sp {
    display: none; } }

@font-face {
  font-family: "ES";
  src: url("/assets/font/ESKlarheitKurrent-Bk.woff2") format("truetype"), url("/assets/font/ESKlarheitKurrent-Xlt.woff2") format("truetype"); }
*, *:before, *:after {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

img {
  vertical-align: bottom; }

a {
  color: #082041; }

.coming-soon-row {
  position: relative;
  width: 100%;
  height: 1000px;
  background-image: url("/assets/img/coming-soon/top-kv.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media print, screen and (max-width: 767.98px) {
    .coming-soon-row {
      height: 100vh; } }
  .coming-soon-row__cs-img {
    position: absolute;
    top: 42%;
    left: 14%;
    width: 100px; }
    @media print, screen and (max-width: 767.98px) {
      .coming-soon-row__cs-img {
        top: 9%;
        left: 35px;
        width: 68px; } }
  .coming-soon-row__txt {
    position: absolute;
    top: 45%;
    left: 14%;
    transform: rotate(90deg);
    font-family: 'ES';
    color: #d5d6d6;
    line-height: 2.0; }
    @media print, screen and (max-width: 767.98px) {
      .coming-soon-row__txt {
        top: 15%;
        left: 0; } }
  .coming-soon-row__cs {
    font-size: 28px; }
    @media print, screen and (max-width: 767.98px) {
      .coming-soon-row__cs {
        font-size: 18px; } }
  .coming-soon-row__date {
    font-size: 26px; }
    @media print, screen and (max-width: 767.98px) {
      .coming-soon-row__date {
        font-size: 15px; } }
  .coming-soon-row__scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    margin-bottom: -140px; }
    @media print, screen and (max-width: 767.98px) {
      .coming-soon-row__scroll {
        width: 30px;
        margin-bottom: -42px; } }
    .coming-soon-row__scroll > img {
      width: 100%; }

.coming-soon-row2 {
  display: flex;
  width: 100%;
  padding: 24.0rem 0 16.0rem;
  justify-content: center;
  align-items: center;
  color: #d5d6d6;
  background-color: #082041; }
  @media print, screen and (max-width: 767.98px) {
    .coming-soon-row2 {
      padding: 14.0rem 0 200px; } }
  .coming-soon-row2__txt {
    font-size: 20.5px;
    letter-spacing: 1px;
    text-align: center; }
    @media print, screen and (max-width: 767.98px) {
      .coming-soon-row2__txt {
        font-size: 18px; } }
  .coming-soon-row2__release {
    margin: 8.0rem 0 3.0rem;
    text-align: center;
    font-family: 'ES'; }
  .coming-soon-row2__release-img {
    width: 11px; }
  .coming-soon-row2__sns-icons {
    display: flex;
    justify-content: center; }
  .coming-soon-row2__sns-link {
    margin: 0 0.75rem; }
  .coming-soon-row2__sns-img {
    width: 28px;
    vertical-align: middle; }
    .coming-soon-row2__sns-img.-large {
      width: 32px; }

.l-footer {
  background-color: #d5d6d6;
  padding: 60px 70px 45px; }
  @media print, screen and (max-width: 767.98px) {
    .l-footer {
      padding: 60px 15px 45px; } }

.footer-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  font-family: 'ES';
  color: #082041; }
  @media print, screen and (max-width: 767.98px) {
    .footer-inner {
      align-items: start;
      flex-wrap: wrap;
      font-size: 14px; } }
  .footer-inner__heading {
    margin: 1.0rem 0; }
  .footer-inner__logo {
    align-self: center; }
    @media print, screen and (max-width: 767.98px) {
      .footer-inner__logo {
        width: 100%;
        margin-bottom: 2.0rem; } }
  .footer-inner__logo-img {
    width: 120px; }
  .footer-inner__address {
    margin-left: 95px;
    line-height: 1.5; }
    @media print, screen and (max-width: 767.98px) {
      .footer-inner__address {
        width: 58%;
        margin-left: 0;
        padding-right: 2.0rem; } }
  .footer-inner__email {
    margin-top: 1.0rem; }
  .footer-inner__followus {
    margin-left: 180px; }
    @media print, screen and (max-width: 767.98px) {
      .footer-inner__followus {
        width: 42%;
        margin-left: 0; } }
  .footer-inner__sns-link {
    display: inline-block; }
    .footer-inner__sns-link:not(:last-child) {
      margin-right: 1.0rem; }
  .footer-inner__sns-img {
    width: 25px; }
    @media print, screen and (max-width: 767.98px) {
      .footer-inner__sns-img {
        width: 25px; } }

/*# sourceMappingURL=coming-soon.css.map */
