@charset "utf-8";

:root {
  --color-gold: #a78f4f;
  --color-silver: #919191;
  --color-red: #ad2424;
  --color-green: #327957;
  --color-orange: #e29228;
  --color-brown: #5f3e11;
  --color-skyblue: #3a88d0;
  --color-blue: #233b80;
  --color-purple: #583c88;
  --color-pink: #df8b84;
  --color-grey: #219C8B;
  --color-black: #A42171;
}

.main {
  display: block;
  width: 950px !important;
  margin-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.2;
}

.main_bg {
  min-width: 1280px;
  background-color: #f4f0e7;
}

.l_flex {
  display: flex;
}

.l_flexNoShrink {
  flex-shrink: 0;
}

.u_indent {
  text-indent: -1em;
  padding-left: 1em;
}

footer {
  margin-top: 0 !important;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.mx_auto {
  margin-inline: auto;
}

@media (max-width: 768px) {
  .main {
    width: 90% !important;
  }

  .main_bg {
    min-width: 100%;
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: block !important;
  }

  .m_footer_pickup_header_wrap::after {
    left: 0;
  }
}

/* Common
---------------------------------------------------------- */
/* Text */
.g_serif {
  font-family: "Noto Serif JP", serif;
}

.g_bold {
  font-weight: 700;
}

.g_c_navy {
  color: #031b4c;
}

.g_link {
  color: #9d2517;
  text-decoration: underline;
}

.g_alignC {
  text-align: center;
}

.lead_txt {
  color: #031b4c;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.g_setting {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .lead_txt {
    font-size: 16px;
    text-align: left;
  }

  .g_alignL_sm {
    text-align: left;
  }
}

/* Box */
.g_box {
  position: relative;
}

.g_box:has(.g_sec_ttl) {
  padding-top: 32px;
}

.g_box_inr {
  padding: 110px 40px;
  border: 4px solid #031b4c;
  background: linear-gradient(135deg, #031b4c 60px, #fff 0) top left, linear-gradient(-135deg, #031b4c 60px, #fff 0) top right, linear-gradient(-45deg, #031b4c 60px, #fff 0) bottom right, linear-gradient(45deg, #031b4c 60px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.g_box .g_sec_ttl {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.g_box__tp .g_box_inr {
  padding: 50px 80px 120px;
  background: linear-gradient(135deg, #031b4c 45px, transparent 0) top left, linear-gradient(-135deg, #031b4c 45px, transparent 0) top right, linear-gradient(-45deg, #031b4c 45px, transparent 0) bottom right, linear-gradient(45deg, #031b4c 45px, transparent 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .g_box:has(.g_sec_ttl) {
    padding-top: 26px;
  }

  .g_box_inr {
    padding: 80px 20px;
    border: 2px solid #031b4c;
    background: linear-gradient(135deg, #031b4c 30px, #fff 0) top left, linear-gradient(-135deg, #031b4c 30px, #fff 0) top right, linear-gradient(-45deg, #031b4c 30px, #fff 0) bottom right, linear-gradient(45deg, #031b4c 30px, #fff 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }

  .g_box__tp .g_box_inr {
    padding: 50px 20px 80px;
    background: linear-gradient(135deg, #031b4c 30px, transparent 0) top left, linear-gradient(-135deg, #031b4c 30px, transparent 0) top right, linear-gradient(-45deg, #031b4c 30px, transparent 0) bottom right, linear-gradient(45deg, #031b4c 30px, transparent 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }

  .g_box .g_sec_ttl {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* Title */
.g_sec_ttl_txt {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 11px;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.06em;
  background-color: #031b4c;
  outline: 1px solid #fff;
  outline-offset: -6px;
  line-height: 1.4;
}

.g_sec_ttl_txt::before,
.g_sec_ttl_txt::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.g_sec_ttl_txt::before {
  left: -20px;
  background-image: url("/resource/img/campaign/lottery2024/title_left.svg");
}
.g_sec_ttl_txt::after {
  right: -20px;
  background-image: url("/resource/img/campaign/lottery2024/title_right.svg");
}

@media (max-width: 768px) {
  .g_sec_ttl {
    padding: 0 20px;
  }
  .g_sec_ttl_txt {
    width: 90%;
    max-width: 350px;
    padding: 17px;
    font-size: 20px;
  }
}

.g_sec_ttl__wh .g_sec_ttl_txt {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 11px;
  color: #a78f4f;
  font-size: 30px;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: 1px solid #a78f4f;
  outline: 1px solid #a78f4f;
  outline-offset: -6px;
  line-height: 1.4;
}
.g_sec_ttl__wh .g_sec_ttl_txt::before,
.g_sec_ttl__wh .g_sec_ttl_txt::after {
  width: 62px;
  height: calc(100% + 2px);
  top: -1px;
}
.g_sec_ttl__wh .g_sec_ttl_txt::before {
  left: -20px;
  background-image: url("/resource/img/campaign/lottery2024/kannrenn-title_left.svg");
}
.g_sec_ttl__wh .g_sec_ttl_txt::after {
  right: -20px;
  background-image: url("/resource/img/campaign/lottery2024/kannrenn-title_right.svg");
}

@media (max-width: 768px) {
  .g_sec_ttl__wh .g_sec_ttl_txt {
    width: 90%;
    max-width: 350px;
    padding: 17px;
    font-size: 20px;
  }
}

/* Button */
.g_btnBox {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.g_btn {
  width: 100%;
  max-width: 250px;
}
.g_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  background-color: #031b4c;
}

.g_btn > a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/resource/img/campaign/lottery2024/ico_tab_wh.svg");
}

.g_btn.g_btn__form {
  max-width: 530px;
}
.g_btn.g_btn__form > a {
  background-color: #9d2517;
}

.g_btn_note {
  font-size: 12px;
  line-height: 1.5;
}

.g_btn + .g_btn_note {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .g_btnBox {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .g_btn > a {
    padding-right: 40px;
    font-size: 15px;
  }

  .g_btn > a::after {
    right: 15px;
  }
}

.lottery_btn {
  width: 100%;
  max-width: 580px;
  margin: auto;
  background-color: #fff;
}

.lottery_btn a {
  display: block;
  line-height: 0;
  transition: opacity 0.3s;
}

.lottery_btn a:hover {
  opacity: 0.6;
}

.lottery_btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .lottery_btn {
    width: 90%;
  }
}

/* Table */
.g_table {
  width: 100%;
  max-width: 790px;
  margin-inline: auto;
  border: 1px solid #bebebe;
}

.g_table th {
  width: 200px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #031b4c;
  text-align: center;
}

.g_table tr + tr th {
  border-top: 1px solid #fff;
}

.g_table td {
  background-color: #fff;
  padding: 15px 20px 10px 20px;
  vertical-align: middle;
  line-height: 1.75;
}

.g_table tr + tr td {
  border-top: 1px solid #bebebe;
}

@media (max-width: 768px) {
  .g_table:not(.bup_sec_table) th,
  .g_table:not(.bup_sec_table) td {
    display: block;
  }

  .g_table:not(.bup_sec_table) th {
    width: 100%;
    padding: 5px;
  }

  .g_table td {
    padding: 15px 10px;
  }
}

/* Note */
.g_note {
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #707070;
}

.g_note_inr_txt {
  line-height: 1.5;
}

.g_note_inr_txt_link {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .g_note {
    margin-top: 60px;
  }
}

/* Color */
.g_c_gold {
  color: var(--color-gold);
}
.g_c_silver {
  color: var(--color-silver);
}
.g_c_red {
  color: var(--color-red);
}
.g_c_green {
  color: var(--color-green);
}
.g_c_orange {
  color: var(--color-orange);
}
.g_c_brown {
  color: var(--color-brown);
}
.g_c_skyblue {
  color: var(--color-skyblue);
}
.g_c_blue {
  color: var(--color-blue);
}
.g_c_purple {
  color: var(--color-purple);
}
.g_c_pink {
  color: var(--color-pink);
}
.g_c_grey {
  color: var(--color-grey);
}
.g_c_black {
  color: var(--color-black);
}

/* Background */
.g_bg_gold {
  background-color: var(--color-gold);
}
.g_bg_silver {
  background-color: var(--color-silver);
}
.g_bg_red {
  background-color: var(--color-red);
}
.g_bg_green {
  background-color: var(--color-green);
}
.g_bg_orange {
  background-color: var(--color-orange);
}
.g_bg_brown {
  background-color: var(--color-brown);
}
.g_bg_skyblue {
  background-color: var(--color-skyblue);
}
.g_bg_blue {
  background-color: var(--color-blue);
}
.g_bg_purple {
  background-color: var(--color-purple);
}
.g_bg_pink {
  background-color: var(--color-pink);
}
.g_bg_grey {
  background-color: var(--color-grey);
}
.g_bg_black {
  background-color: var(--color-black);
}

/* ball */
.g_prize_ball {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: color-mix(in srgb, #f7f7f7 91%, #000);
  border-radius: 50%;
  overflow: hidden;
}

.g_prize_ball::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: -17.5%;
  left: 15%;
  border-radius: 50%;
  background-color: #f7f7f7;
}

.g_prize_ball::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20.25%;
  height: 20%;
  top: 15%;
  right: 20%;
  border-radius: 50%;
  background-color: #fff;
}

.g_prize_ball.gold {
  background-color: color-mix(in srgb, var(--color-gold) 91%, #000);
}
.g_prize_ball.gold::before {
  background-color: var(--color-gold);
}
.g_prize_ball.silver {
  background-color: color-mix(in srgb, var(--color-silver) 91%, #000);
}
.g_prize_ball.silver::before {
  background-color: var(--color-silver);
}
.g_prize_ball.red {
  background-color: color-mix(in srgb, var(--color-red) 91%, #000);
}
.g_prize_ball.red::before {
  background-color: var(--color-red);
}
.g_prize_ball.green {
  background-color: color-mix(in srgb, var(--color-green) 91%, #000);
}
.g_prize_ball.green::before {
  background-color: var(--color-green);
}
.g_prize_ball.orange {
  background-color: color-mix(in srgb, var(--color-orange) 91%, #000);
}
.g_prize_ball.orange::before {
  background-color: var(--color-orange);
}
.g_prize_ball.brown {
  background-color: color-mix(in srgb, var(--color-brown) 91%, #000);
}
.g_prize_ball.brown::before {
  background-color: var(--color-brown);
}
.g_prize_ball.skyblue {
  background-color: color-mix(in srgb, var(--color-skyblue) 91%, #000);
}
.g_prize_ball.skyblue::before {
  background-color: var(--color-skyblue);
}
.g_prize_ball.blue {
  background-color: color-mix(in srgb, var(--color-blue) 91%, #000);
}
.g_prize_ball.blue::before {
  background-color: var(--color-blue);
}
.g_prize_ball.purple {
  background-color: color-mix(in srgb, var(--color-purple) 91%, #000);
}
.g_prize_ball.purple::before {
  background-color: var(--color-purple);
}
.g_prize_ball.pink {
  background-color: color-mix(in srgb, var(--color-pink) 91%, #000);
}
.g_prize_ball.pink::before {
  background-color: var(--color-pink);
}
.g_prize_ball.grey {
  background-color: color-mix(in srgb, var(--color-grey) 91%, #000);
}
.g_prize_ball.grey::before {
  background-color: var(--color-grey);
}
.g_prize_ball.black {
  background-color: color-mix(in srgb, var(--color-black) 91%, #000);
}
.g_prize_ball.black::before {
  background-color: var(--color-black);
}

/* TOP
---------------------------------------------------------- */
/* MV */
.mv_sec {
  position: relative;
  width: 1280px;
  margin-inline: auto;
}

.mv_img_sec {
  line-height: 0;
}

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

.mv_btn {
  position: absolute!important;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: auto;
}

@media (max-width: 768px) {
  .mv_sec {
    width: 100%;
  }

  .mv_btn {
    width: 80%;
    bottom: 9.3vw;
  }
}

/* Lead */
.top_lead {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .top_lead {
    margin-top: 60px;
  }
}

/* Campaign */
.top_campaign {
  margin-top: 120px;
}

.top_campaign_txt {
  font-size: 26px;
}

.top_campaign_txt__num {
  font-size: 36px;
}

.top_campaign_btm {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .top_campaign {
    margin-top: 80px;
  }

  .top_campaign_txt {
    font-size: 22px;
    line-height: 1.8;
  }

  .top_campaign_txt__num {
    font-size: 30px;
  }

  .top_campaign_btm {
    margin-top: 40px;
  }
}

/* Prize */
.top_prize {
  margin-top: 120px;
}

.top_prize_lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.top_prize_itm {
  position: relative;
}

.top_prize_itm_img {
  line-height: 0;
  border: 2px solid #eaeaea;
  overflow: hidden;
}

.top_prize_itm_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 27 / 14;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_prize_itm_ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.top_prize_itm_txt {
  font-size: 18px;
  line-height: 1.5;
}

.top_prize_itm_limit {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 115px;
  right: 10px;
  width: 60px;
  height: 62px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.top_prize_itm_limit_num {
  display: block;
  font-size: 20px;
}

.top_prize + .lottery_btn {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .top_prize {
    margin-top: 80px;
  }

  .top_prize_lst {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .top_prize_itm_ttl {
    font-size: 18px;
  }

  .top_prize_itm_txt {
    font-size: 16px;
  }

  .top_prize_itm_limit {
    top: 17vw;
    right: 10px;
    width: 25%;
    max-width: 50px;
    max-height: 52px;
    font-size: 10px;
  }

  .top_prize_itm_limit_num {
    font-size: 18px;
  }

  .top_prize + .lottery_btn {
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  .top_prize_lst {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top_prize_itm_limit {
    top: 35vw;
    right: 10px;
    width: 18%;
    max-width: 70px;
    height: auto;
    max-height: 100%;
    font-size: 2.6vw;
    aspect-ratio: 1 / 1;
  }

  .top_prize_itm_limit_num {
    font-size: 4.8vw;
  }
}

/* Requirements */
.top_requirements {
  margin-top: 120px;
}

.top_requirements_table {
  margin-top: 50px;
}

.top_requirements + .lottery_btn {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .top_requirements + .lottery_btn {
    margin-top: 40px;
  }
}

/* 結果
---------------------------------------------------------- */
/* MV */
.page_mv_sec {
  width: 1280px;
  margin-inline: auto;
  margin-bottom: 80px;
}

.page_mv_img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

.page_mv_img img {
  width: 100%;
}

@media (max-width: 768px) {
  .page_mv_sec {
    width: 100%;
  }
}

/* 共通 */
.result_prize:not(.result_prize__miss) {
  position: relative;
}

.result_prize:not(.result_prize__miss)::before,
.result_prize:not(.result_prize__miss)::after {
  content: "";
  position: absolute;
  margin: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.result_prize:not(.result_prize__miss)::before {
  width: 202px;
  height: 154px;
  top: 0;
  left: 0;
  background-image: url("/resource/img/campaign/lottery2024/hanabi_01.png");
}
.result_prize:not(.result_prize__miss)::after {
  width: 125px;
  height: 176px;
  top: 40%;
  right: 0;
  background-image: url("/resource/img/campaign/lottery2024/hanabi_02.png");
}

.result_prize_inr {
  position: relative;
  z-index: 5;
}

.result_prize_grade_txt {
  display: block;
  font-size: 42px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.result_prize_ttl {
  position: relative;
  margin-top: 30px;
  padding-top: 83px;
  padding-bottom: 44px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
}

.result_prize_ttl__cong {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.result_prize_ttl::before,
.result_prize_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.result_prize_ttl::before {
  top: 0;
  height: 53px;
  background-image: url("/resource/img/campaign/lottery2024/ribon_top.png");
}

.result_prize_ttl::after {
  bottom: 0;
  height: 16px;
  background-image: url("/resource/img/campaign/lottery2024/ribon_under.png");
}

.result_prize_img {
  width: 100%;
  max-width: 570px;
  margin-top: 50px;
  margin-inline: auto;
}

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

.result_prize_copy {
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.result_prize_txt {
  margin-top: 20px;
}

.result_prize_txt a {
  color: #9d2517;
  text-decoration: underline;
}

.result_prize_application {
  margin-top: 45px;
}

.result_prize_application_txt {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.result_prize_application_btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .result_prize:not(.result_prize__miss)::before {
    width: 202px;
    height: 154px;
  }
  .result_prize:not(.result_prize__miss)::after {
    width: 125px;
    height: 176px;
    top: 40%;
  }

  .result_prize_grade_txt {
    font-size: 36px;
  }

  .result_prize_ttl {
    margin-top: 30px;
    font-size: 26px;
  }

  .result_prize_img {
    margin-top: 40px;
  }

  .result_prize_copy {
    margin-top: 20px;
  }

  .result_prize_application {
    margin-top: 30px;
  }
}

@media (max-width: 599px) {
  .result_prize_ttl {
    padding-top: 19.3vw;
    padding-bottom: 10.6vw;
  }

  .result_prize_ttl::before,
  .result_prize_ttl::after {
    background-size: contain;
  }

  .result_prize_ttl::before {
    height: 12vw;
    background-image: url("/resource/img/campaign/lottery2024/sp_ribbon_top.png");
  }

  .result_prize_ttl::after {
    height: 4.2vw;
    background-image: url("/resource/img/campaign/lottery2024/sp_ribbon_under.png");
  }
}

.result_requirements {
  margin-top: 120px;
}

.result_requirements_btn {
  margin-top: 120px;
}

.result_requirements_btnBox {
  margin-top: 40px;
}

.result_prize__miss .result_requirements_btn > a::after {
  display: none;
}

.result_retry {
  margin-top: 70px;
}

.result_retry_ttl {
  font-size: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .result_requirements {
    margin-top: 60px;
  }

  .result_requirements_btn {
    margin-top: 60px;
  }

  .result_requirements_btnBox {
    margin-top: 30px;
  }

  .result_prize__miss .result_requirements_btn > a {
    padding-right: 20px;
  }

  .result_retry {
    margin-top: 40px;
  }
}

.related_service {
  margin-top: 120px;
}

.related_service_lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.related_service_itm a {
  display: block;
  line-height: 1.5;
  transition: color 0.3s;
}

.related_service_itm_img {
  line-height: 0;
}

.related_service_itm_img img {
  width: 100%;
}

.related_service_itm_ttl {
  margin-top: 20px;
  font-size: 20px;
}

.related_service_itm_txt {
  margin-top: 20px;
}

.related_service_itm a:hover {
  color: var(--color-gold);
}

@media (max-width: 768px) {
  .related_service {
    margin-top: 60px;
  }

  .related_service_lst {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }

  .related_service_itm a {
    display: block;
    line-height: 1.5;
    transition: color 0.3s;
  }

  .related_service_itm_ttl {
    margin-top: 20px;
    font-size: 20px;
  }

  .related_service_itm_txt {
    margin-top: 20px;
  }

  .related_service_itm a:hover {
    color: var(--color-gold);
  }
}

/* 抽選中
---------------------------------------------------------- */
.lotterying {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/resource/img/campaign/lottery2024/garagara_back.png");
}

.lotterying .lotterying_inr {
  padding: 90px 80px;
}

.lotterying_ttl {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.lotterying_ttl_txt {
  display: inline-block;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: loadTtl 3s infinite;
          animation: loadTtl 3s infinite;
}

.lotterying_ttl_txt:nth-child(1) {
  /* animation-delay: 0.5s; */
}
.lotterying_ttl_txt:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lotterying_ttl_txt:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lotterying_ttl_txt:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.lotterying_wheel {
  position: relative;
  width: 276px;
  height: 278px;
  margin: 60px auto 0;
  line-height: 0;
}

.lotterying_wheel_img {
  position: absolute;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.lotterying_wheel_body {
  width: 254px;
  top: 0;
  -webkit-animation: wheel 2s ease-in-out forwards infinite;
          animation: wheel 2s ease-in-out forwards infinite;
}

.lotterying_wheel_leg {
  width: 157px;
  bottom: 0;
}

.lotterying_wheel_handle {
  width: 33px;
  bottom: 46px;
  -webkit-transform-origin: center 16.5px;
          transform-origin: center 16.5px;
  -webkit-animation: wheel 1.5s linear forwards infinite;
          animation: wheel 1.5s linear forwards infinite;
}

@-webkit-keyframes wheel {
  from {
    rotate: 0;
  }

  to {
    rotate: 360deg;
  }
}

@keyframes wheel {
  from {
    rotate: 0;
  }

  to {
    rotate: 360deg;
  }
}

@-webkit-keyframes loadTtl {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loadTtl {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .lotterying .lotterying_inr {
    padding: 60px 20px;
  }

  .lotterying_ttl {
    gap: 24px;
  }

  .lotterying_ttl_txt {
    font-size: 24px;
  }
}

@media (max-width: 599px) {
  .lotterying_wheel {
    width: 46.077vw;
    height: 46.411vw;
    margin: 60px auto 0;
  }

  .lotterying_wheel_body {
    width: 42.404vw;
  }

  .lotterying_wheel_leg {
    width: 26.21vw;
  }

  .lotterying_wheel_handle {
    width: 5.509vw;
    bottom: 7.679vw;
    -webkit-transform-origin: center 2.755vw;
            transform-origin: center 2.755vw;
  }
}

/* 対象研修
---------------------------------------------------------- */
.bup_sec {
  padding-top: 45px;
}

.bup_sec + .bup_sec {
  padding-top: 80px;
}

.bup_sec_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  letter-spacing: 0.06em;
}

.bup_sec_ttl_ball {
  width: 30px;
  height: 30px;
}

.bup_sec_ttl_prize {
  display: inline-block;
  margin-right: 10px;
}

.bup_sec_ttl + .bup_sec_txt {
  margin-top: 30px;
}

.bup_sec_table_wrap {
  overflow-x: auto;
}

.bup_sec_table {
  margin-top: 25px;
  max-width: 100%;
  min-width: 650px;
}

.bup_sec_table th {
  width: auto;
  padding: 10px;
  line-height: 1.5;
  vertical-align: middle;
}

.bup_sec_table thead th + th {
  border-left: 1px solid #fff;
}
.bup_sec_table thead th:nth-child(1) {
  width: 140px;
}

.bup_sec_table thead th:nth-child(2) {
  width: auto;
}

.bup_sec_table thead th:nth-child(3) {
  width: 120px;
}

.bup_sec_table thead th:nth-child(4) {
  width: 120px;
}

.bup_sec_table td {
  padding: 20px;
  border-right: 1px solid #bebebe;
}

.bup_sec_table td:last-child {
  color: #9d2517;
  font-weight: 700;
  border-right: none;
}

.bup_sec_table td a {
  color: #031b4c;
  text-decoration: underline;
}

.bup_sec_table td a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .bup_sec_ttl {
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 1.5;
  }

  .bup_sec_ttl_txt {
    display: block;
    width: 100%;
  }

  .bup_sec_table td {
    padding: 10px;
  }
}


/* クローズ対応 */
*.closed {
  position: relative;
  pointer-events: none;
}

*.closed::after {
  content: '応募は終了いたしました。';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background-color: rgb(41 45 55 / 0.7);
  z-index: 5;
}

*.closed a {
  pointer-events: none;
}