@keyframes rotate_loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bgline_PC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 0;
  }
}
@keyframes bgline_PC2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1400px 0;
  }
}
@keyframes gray_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -400px center;
  }
}
@keyframes card_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -565px center;
  }
}
@keyframes card_linePC {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -734.5px center;
  }
}
[data-lang-content=cns] {
  font-family: "Noto Serif SC", source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
}

.p-lucky_lang {
  position: relative;
  margin-top: 40px;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p-lucky_lang {
    margin-top: 52px;
  }
}
.is-in-load .p-lucky_lang {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-lucky_lang__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4%;
}
@media screen and (min-width: 1001px) {
  .p-lucky_lang__list {
    gap: 13px 4%;
  }
}
.p-lucky_lang__list-item {
  width: 48%;
}
.p-lucky_lang__btn {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0 11px;
  border: none;
  background: linear-gradient(90deg, rgb(84, 77, 79) 0%, rgb(187, 183, 171) 100%);
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.p-lucky_lang__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(240, 152, 178) 0%, rgb(242, 210, 213) 100%);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1001px) {
  .p-lucky_lang__btn {
    padding: 13px 0 14.3px;
    font-size: 16.9px;
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-lucky_lang__btn:hover {
    opacity: 0.7;
  }
}
.is-current .p-lucky_lang__btn {
  pointer-events: none;
}
.is-current .p-lucky_lang__btn::after {
  opacity: 1;
}
.p-lucky_lang__btn span {
  display: block;
  position: relative;
  z-index: 1;
}

.p-lucky {
  position: relative;
  overflow: hidden;
}
.p-lucky__content {
  position: relative;
  margin-top: 36px;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p-lucky__content {
    margin-top: 46.8px;
  }
}
.is-in-load .p-lucky__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.p-lucky__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-lucky__block.is-current {
  opacity: 1;
  pointer-events: auto;
}
.is-single .p-lucky__block {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.p-lucky__inner + .p-lucky__inner {
  margin-top: 85px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__inner + .p-lucky__inner {
    margin-top: 110.5px;
  }
}
.p-lucky__subttl {
  color: #e37f9d;
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__subttl {
    font-size: 20.8px;
  }
}
.p-lucky__lead {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2.15;
}
@media screen and (min-width: 1001px) {
  .p-lucky__lead {
    margin-top: 26px;
    font-size: 15.6px;
  }
}
.p-lucky__lead-block + .p-lucky__lead-block {
  margin-top: 17px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__lead-block + .p-lucky__lead-block {
    margin-top: 22.1px;
  }
}
.p-lucky__step {
  position: relative;
  margin-top: 14px;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .p-lucky__step {
    margin-top: 18.2px;
  }
}
.p-lucky__step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: rgba(84, 77, 79, 0.1);
  transform: translateX(-50%);
}
.p-lucky__step-item {
  position: relative;
  padding-top: 19px;
  padding-bottom: 18px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__step-item {
    padding-top: 24.7px;
    padding-bottom: 23.4px;
  }
}
.p-lucky__step-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: rgba(84, 77, 79, 0.1);
  transform: translateX(-50%);
}
.p-lucky__step-inner {
  position: relative;
  padding-left: 5.2%;
}
.p-lucky__step-inner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #e37f9d;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .p-lucky__step-inner::before {
    top: 6.5px;
    left: 2.6px;
    width: 5.2px;
    height: 5.2px;
  }
}
.p-lucky__step-num {
  margin-bottom: 6px;
  color: #e37f9d;
  font-size: 14px;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .p-lucky__step-num {
    margin-bottom: 7.8px;
    font-size: 18.2px;
  }
}
.p-lucky__step-desc {
  font-size: 13px;
  line-height: 1.82;
}
@media screen and (min-width: 1001px) {
  .p-lucky__step-desc {
    font-size: 16.9px;
  }
}
.p-lucky__step-desc a {
  color: #e37f9d;
}
@media screen and (min-width: 1001px) {
  .p-lucky__step-desc a:hover {
    text-decoration: none;
  }
}
.p-lucky__step-img {
  margin-top: 10px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__step-img {
    margin-top: 13px;
  }
}
.p-lucky__step-btn {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .p-lucky__step-btn {
    margin-top: 10px;
  }
}
.p-lucky__step-btn a {
  color: #fff;
}
.p-lucky__step-caution {
  margin-top: 11px;
  font-size: 11px;
  line-height: 1.6;
}
.p-lucky__box .p-lucky__step-caution {
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__box .p-lucky__step-caution {
    margin-top: 10.4px;
  }
}
@media screen and (min-width: 1001px) {
  .p-lucky__step-caution {
    margin-top: 14.3px;
    font-size: 14.3px;
  }
}
.p-lucky__box {
  position: relative;
  margin-top: 11px;
  margin-bottom: 3px;
  background: linear-gradient(to right, #faeaec 0%, rgb(242, 210, 213) 100%);
}
@media screen and (min-width: 1001px) {
  .p-lucky__box {
    margin-top: 14.3px;
    margin-bottom: 3.9px;
  }
}
.p-lucky__box-container {
  width: 90%;
  margin: 0 auto;
  padding: 8px 0 11px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__box-container {
    padding: 10.4px 0 14.3px;
  }
}
.p-lucky__dl-item {
  display: flex;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 1001px) {
  .p-lucky__dl-item {
    font-size: 16.9px;
  }
}
.p-lucky__dl-item + .p-lucky__dl-item {
  margin-top: 4px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__dl-item + .p-lucky__dl-item {
    margin-top: 5.2px;
  }
}
.p-lucky__dl-ttl {
  min-width: 40px;
  flex-shrink: 0;
}
@media screen and (min-width: 1001px) {
  .p-lucky__dl-ttl {
    min-width: 52px;
  }
}
.p-lucky__caution-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
}
@media screen and (min-width: 1001px) {
  .p-lucky__caution-item {
    font-size: 13px;
  }
}
.p-lucky__caution-item + .p-lucky__caution-item {
  margin-top: 5px;
}