/*============================================================
  Work In Progress
*============================================================*/

/* メイン
---------------------------------------- */
/* メイン-エリア */
.wip-main {
  width: 90%;
  text-align: center;
  margin: auto;
}

/* メイン-メッセージ */
.wip-main-message {
  font-family: 'Raleway';
  font-style: normal;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 50px;
}

/* メイン-説明-上部 */
.wip-main-explain-top {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.wip-main-explain-top img {
  vertical-align: middle;
  margin-right: 16px;
}

/* メイン-説明-下部 */
.wip-main-explain-bottom {
  margin-top: 16px;
}

/* メイン-説明-下部-文字 */
.wip-main-explain-bottom span {
  font-size: 14px;
  font-weight: 400;
}

/* メイン-サービストップ */
.wip-main-frame {
  width: 100%;
  max-width: 640px;
  padding: 84px 32px 42px;
  border: 24px solid #EDEDED;
  border-bottom:  none;
  border-radius: 16px 16px 0 0;
  margin: 56px auto 0;
}

/* メイン-説明画像 */
.wip-main-explain-image {
  margin-top: 30px;
}

/* メイン-サービストップボタン */
.wip-main-service-top-button {
  width: 240px;
  border: 2px solid #1E2023;
  border-radius: 8px;
  cursor: pointer;
  margin: 24px auto 0;
}

/* メイン-サービストップボタン-文字 */
.wip-main-service-top-button span {
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .wip-main-message {
    font-size: 40px;
    letter-spacing: 0;
  }

  .wip-main-frame{
    padding: 32px;
    border-width: 16px;
  }
}