/*
Theme Name: Lightning Child デジステオリジナル
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 1.0.0
*/

@charset "UTF-8";
/* 共通 */
#lp-content .disp-pc {
  display: block;
}
#lp-content .disp-pc-flex {
  display: flex;
}
#lp-content .disp-sp {
  display: none;
}
#lp-content .disp-sp-flex {
  display: none;
}
/* タイトル */
#lp-content body, #lp-content p {
  font-family: "Zen Kaku Gothic New", sans-serif; !important
  font-weight: 200;
}
#lp-content h2, #lp-content h3, #lp-content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 300;
  border: none;
}
#lp-content h3 {
  font-size: 24px;
}
#lp-content h4 {
  font-size: 21px;
}
/* ボタン */
#lp-content .lp-btn .btn-lg {
    border: solid 4px #fff;
    width: 280px;
    height: 100px;
    align-content: center;
    font-size: 24px;
}
/* MV */
#lp-content .lp-mv {
  position: relative;
}
#lp-content .top-btn {
  position: absolute;
  bottom: 80px;
}
/* footer */
#lp-content .lp-footer, #lp-content a {
  color: #fff;
}
/* レスポンシブ */
@media screen and (max-width: 480px) {
  /* 共通 */
  #lp-content .disp-pc {
    display: none;
  }
#lp-content .disp-pc-flex {
  display: none;
}
  #lp-content .disp-sp {
    display: block;
  }
#lp-content .disp-sp-flex {
  display: flex;
}
  /* ボタン */
#lp-content .lp-btn .btn-lg {
    width: 160px;
    height: 80px;
    font-size: 18px;
}
#lp-content .top-btn {
  bottom: 50px;
  left: 9%;
}
/* タイトル */
#lp-content h2 {
  font-size: 35px;
}/* footer */
#lp-content .logo {
  width: 30%;
}
}