/*====================================
  初期化
====================================*/
.breadcrumb {
  display: none !important;
}

.lp_omikuji2024 {
  background-color: #0a0406;
}

.lp_omikuji2024 * {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.lp_omikuji2024 p {
  margin-bottom: unset;
}

.lp_omikuji2024__top_image img {
  width: 100%;
  height: auto;
}

/*====================================
  Utility
====================================*/

.fc-red {
  color: #e60013;
}

.fs-smaller {
  font-size: 0.7em;
}

/*====================================
  コンテンツ
====================================*/

.lp_omikuji2024__bg_wrapper {
  position: relative;
  background-color: #0a0406;
}

.lp_omikuji2024__bg_image {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}


.lp_omikuji2024__lead {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.lp_omikuji2024__inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.lp_omikuji2024__lead_head {
  text-align: center;
}

.lp_omikuji2024__lead_head img {
  max-width: 800px;
}

.lp_omikuji2024__lead_desc p {
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 2.5;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
}

.lp_omikuji2024__cta {
  padding-bottom: 50px;
  background-color: #070604;
}

.lp_omikuji2024__cta_headText {
  color: #fff;
  font-size: 24px;
  font-size: clamp(18px, 5vw, 24px);
}

.lp_omikuji2024__cta_btn {
  color: #fff;
  font-size: 18px;
}

.lp_omikuji2024__cta_price {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: right;
}

.lp_omikuji2024__cta_btn form table {
  margin-left: auto;
}

.lp_omikuji2024__cta_btn form [type=number] {
  max-width: 100px;
  padding: 7px 10px;
  border-radius: 5px 0 0 5px;
  height: 50px;
  margin-left: 10px;
}

.lp_omikuji2024__cta_btn .lp_omikuji2024__spinner_wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}

.lp_omikuji2024__cta_btn .lp_omikuji2024__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25px;
  padding: 0;
  border: solid 1px #000;
  color: #000;
  cursor: pointer;
}

.lp_omikuji2024__cta_btn [type="submit"] {
  display: block;
  width: 80%;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 70px auto 20px;
}
.lp_omikuji2024__cta_btn [type="submit"] img {
  border-radius: 10px;
}
.lp_omikuji2024__cta_btn [type="submit"]:disabled {
  color: #e60013;
  border: solid 1px #e60013;
  padding: 30px 10px;
  font-size: 36px;
  font-size: clamp(16px, 5vw, 36px);
}

.anim--dokidoki {
  animation: dokidoki 1.8s linear 0s infinite;
}

@keyframes dokidoki {
  0% {
    transform: scale(100%);
  }

  98% {
    transform: scale(100%);
  }

  100% {
    transform: scale(110%);
  }
}


.anim--purupuru {
  animation: purupuru 0.1s linear 0s infinite;
}

@keyframes purupuru {
  0% {
    transform: scale(100%);
  }

  50% {
    transform: scale(102%);
  }
}

.lp_omikuji2024__cta_desc {
  margin-top: 50px;
}

.lp_omikuji2024__cta_desc dt {
  background-color: #e60013;
  padding: 10px 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.lp_omikuji2024__cta_desc dd {
  background-color: #fff;
  padding: 20px 5px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}
