@charset "UTF-8";

/* ----------------------------- リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a:hover {
  opacity: 0.7;
}

/* ----------------------------- 全体（本体トンマナ） */
body {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  color: #302d39;
  background:
    linear-gradient(180deg, #faf8f6 0%, #ffffff 45%, #f2efec 100%);
  font-weight: 400;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

a:link,
a:visited {
  color: #212121;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #212121;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* ----------------------------- 準備中ページ */
.l-main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
}

.p-coming {
  width: 100%;
  max-width: 560px;
  text-align: center;
}

.p-coming__logo {
  margin-bottom: 40px;
}

.p-coming__logo img {
  width: 266px;
  height: auto;
}

.p-coming__title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 140%;
  color: #1c2e3f;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

.p-coming__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 2px;
  margin-left: -24px;
  background: #9a8878;
}

/* ----------------------------- CTA */
.p-coming__cta {
  margin-bottom: 36px;
}

.p-coming__cta-note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 160%;
  color: #9a8878;
}

/* ----------------------------- ボタン（本体 .c-btn1 準拠） */
.c-btn1 {
  text-align: center;
}

.c-btn1 a {
  display: block;
  color: #fff !important;
  background: #1c2e3f;
  text-decoration: none !important;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 160%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.04em;
}

.c-btn1 a span {
  display: inline-block;
  background: url(../img/icon_2.svg) no-repeat left center;
  background-size: 6px 10px;
  padding-left: 16px;
}

/* ----------------------------- 注意書き */
.p-coming__note {
  max-width: 500px;
  margin: 0 auto 32px;
  padding: 24px 28px;
  background: #f2efec;
  border: 1px solid #e0d9d1;
  text-align: left;
}

.p-coming__note-text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 200%;
  color: #302d39;
}

.p-coming__note-items {
  display: inline-block;
  margin: 4px 0;
  padding-left: 1em;
  color: #444;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding: 32px 15px;
  }

  .p-coming__logo {
    margin-bottom: 28px;
  }

  .p-coming__logo img {
    width: 220px;
  }

  .p-coming__title {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.14em;
    margin-bottom: 28px;
  }

  .c-btn1 a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .c-btn1 a span {
    background-size: 5px auto;
    padding-left: 12px;
  }

  .p-coming__note {
    padding: 18px 16px;
  }

  .p-coming__cta-note {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .p-coming__note-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
