@charset "utf-8";

html {
  width: 100%;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "Noto Sans", sans-serif;
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

li {
  line-height: 1.5;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 0;
}

.wrapper_container {
  background-color: #fff;
}

.wrapper {
  max-width: 768px;
  margin: 0 auto;
  background-color: #fff;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.Hd {
  width: 100%;
  z-index: 1000;
  background-color: #000;
}

.Hd .Wrap {
  text-align: center;
}

.Hd_Logo {
  max-width: 168px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: block;
  max-width: 768px;
  margin: 10px auto;
  padding: 0 10px;
  line-height: 1.5;
}

.breadcrumb ul li {
  display: inline;
  position: static;
  margin: 0;
}

.breadcrumb ul li a {
  text-decoration: underline;
}

.breadcrumb ul li:first-child {
  margin-left: 0;
}

.breadcrumb ul li::after {
  position: static;
  display: inline;
  content: "＞";
  margin: 0 4px;
  vertical-align: baseline;
}

.breadcrumb ul li:last-child::after {
  content: none;
}

@media screen and (min-width:761px) {
  .breadcrumb {
    width: 768px;
    margin: 0 auto;
  }
}

.nojs-note {
  padding: 10px;
  color: #cc0033;
  text-align: center;
  background-color: #ffe7e7;
}

.nojs-inr {
  max-width: 768px;
  margin: 0 auto;
}

.footer {
  font-size: 1.3rem;
  text-align: center;
  background-color: #000;
  padding: 18px 0;
  color: #fff;
}

.button {
  width: 100%;
  margin: 0 auto;
}

.button a,
.button img {
  display: block;
}

.button a:hover,
.button_02:hover {
  opacity: 0.8;
}

.button_sub {
  margin-top: 20px;
}

.caption {
  font-size: 1.6rem;
}

.caption li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
  text-align: left;
}

.caption li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.step_content .caption {
  margin-top: 3%;
}

#campaign02 .step_content .caption {
  margin-top: 5%;
}

#campaign02 .step_box_02 .step_content .caption {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.Redword {
  color: #f00;
  font-weight: bold;
}

.campaign_close {
  display: none;
  text-align: center;
  padding: 15px;
  color: #f00;
  font-weight: bold;
  border-top: 4px solid #cc0933;
  border-bottom: 4px solid #cc0933;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 1em;
  background-color: #fff;
}

.kv {
  background-color: #fff;
}

.kv h1 {
  line-height: 1;
}

.kv_entry {
  padding: 24px 0 40px;
  background-color: #fff;
}

.kv_entry_lead {
  margin-bottom: 12px;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  color: #b57e10;
}

.entry_notes {
  margin: 16px auto 0;
  max-width: 650px;
}

.button_02 {
  max-width: 510px;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.campaign_tab {
  position: relative;
  z-index: 2;
  max-width: 688px;
  margin: 6% auto 0;
}

.campaign_tab ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.campaign_tab ul li {
  margin-top: auto;
}

.campaign_tab_link {
  display: block;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.campaign_tab_link span:first-child {
  font-size: 2.4rem;
  line-height: 1.25;
}

.campaign_tab_link span:last-child {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.35;
}

.campaign_tab_link01 {
  background-color: #8791ba;
}

.campaign_tab_link01.is-active {
  background-color: #142fac;
}

.campaign_tab_link02 {
  background-color: #bc8586;
}

.campaign_tab_link02.is-active {
  background-color: #cc0033;
}

.campaign_panels {
  background-color: #fff;
}

.campaign_panel {
  display: none;
}

.campaign_panel.is-active {
  display: block;
}

.campaign_panel_inner {
  max-width: 688px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.campaign_main {
  padding: 56px 24px 48px;
  text-align: center;
  color: #fff;
}

.campaign_heading {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
}

.campaign_lead {
  margin-top: 28px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.campaign_point_img {
  max-width: 668px;
  margin: 24px auto 0;
}

.campaign_period {
  max-width: 640px;
  margin: 28px auto 32px;
  border-radius: 10px;
  color: #fff;
}

.campaign_period_blue {
  background-color: #030c36;
}

.campaign_period_red {
  background-color: #480c0d;
}

.campaign_period dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 24px;
}

.campaign_period dl div {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 10px;
}

.campaign_period dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  border: 2px solid #fff;
  font-size: 1.8rem;
  line-height: 1.16;
  font-weight: bold;
}

.campaign_period dd {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: left;
}

.campaign_period dd span {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}

.entry_notes_box {
  width: 82%;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.chance_box,
.coupon_more_box {
  position: relative;
  padding: 0 24px 50px;
}

.more_img {
  max-width: 360px;
  margin: 0 auto -40px;
  position: relative;
  z-index: 2;
}

.chance_box_inner,
.coupon_more_inner {
  padding: 80px 32px 42px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.chance_heading {
  display: inline-block;
  border-bottom: 10px solid #ffeb02;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
}

.chance_lead {
  margin-top: 20px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

.chance_lead span {
  color: #cc0033;
  font-size: 4rem;
}

.chance_img {
  max-width: 572px;
  margin: 24px auto 0;
}

.chance_notes {
  margin-top: 16px;
  color: #000;
  text-align: left;
}

.coupon_unit {
  margin-top: 24px;
}

.coupon_label {
  display: inline-block;
  padding: 4px 28px;
  border-radius: 150px;
  background-color: #67ffe6;
  color: #231816;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
}

.coupon_img {
  max-width: 640px;
  margin: 20px auto 0;
}

.coupon_more_heading {
  display: inline-block;
  padding: 8px 42px;
  border-radius: 150px;
  background-color: #fe8a00;
  color: #231816;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
}

.coupon_more_img {
  max-width: 556px;
  margin: 24px auto 0;
}

.step_area {
  max-width: 688px;
  margin: 13% auto 0;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}

.campaign_ttl {
  padding: 18px 10px;
  background-color: #cc0933;
  color: #fff;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.step_box {
  background-color: #fff;
}

.step_ttl {
  padding: 18px 10px;
  background-color: #000;
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.step_content {
  padding: 32px 40px;
  text-align: center;
}

.step_icon_wrap {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-left: 7%;
}

.step_icon {
  width: 93px;
}

.step_lead {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

.step_content .button {
  margin-top: 24px;
  width: 80%;
}

.button.btn-registration {
  width: 68.5%;
}

.step_logo {
  width: 140px;
  margin: 24px auto 0;
}

.step_arrow {
  width: 0;
  height: 0;
  margin: 0 auto 3%;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 30px solid #cc0933;
}

.kuji_logo_list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.kuji_logo_list li {
  width: 140px;
}

.sec07 {
  background-color: #000;
  padding: 16px 0 24px;
}

.sec07 p {
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.sec07 p span {
  font-size: 3rem;
  font-weight: bold;
}

.sec07 .sec07_sns_area {
  border-bottom: 2px solid #fff;
  padding-bottom: 24px;
}

.sec07 .sec07_sns_area ul {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.sec07 .sec07_sns_area ul li:first-child {
  margin-right: 16px;
}

.sec07 .sec07_sns_area img {
  width: 60px;
  height: 60px;
}

.easy_modal {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #666;
}

.easy_modal .modal_content {
  position: absolute;
  background-color: #fff;
  width: 89.33vw;
  height: 82%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5.6vw 0;
  font-size: 14px;
  line-height: 1.4;
}

.modal_content .modal_close {
  position: absolute;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/ico-modal_close.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: -8vw;
  right: 0;
  cursor: pointer;
}

.modal_content .inner {
  width: 84vw;
  height: 100%;
  margin: 0 auto;
  padding: 0 2.6vw 0 0;
  overflow-y: scroll;
  scrollbar-width: medium;
  scrollbar-color: #afafaf #fff;
}

.modal_content .inner dl dt {
  font-weight: 600;
}

.modal_content .inner dl dd .Block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.93vw;
}

.easy_modal .modal_content .inner dl dd .Block dt {
  width: 35px;
  font-weight: 300;
}

.easy_modal .modal_content .inner dl dd .Block dd {
  width: calc(100% - 35px);
}

.easy_modal .modal_content .inner::-webkit-scrollbar {
  width: 2.66vw;
}

.easy_modal .modal_content .inner::-webkit-scrollbar-track {
  background-color: #fff;
}

.easy_modal .modal_content .inner::-webkit-scrollbar-thumb {
  background-color: #afafaf;
}

.modal_content .inner .n-Block {
  padding-left: 3.73vw;
}

.modal_content .inner .n-Block .Block {
  width: 100%;
}

.btn_page-top01 {
  position: fixed;
  bottom: 180px;
  right: 5%;
  width: 60px;
  height: 60px;
  z-index: 2500;
}

.floating_bnr01 {
  position: sticky;
  z-index: 2400;
  bottom: 0;
  max-width: 768px;
  margin: 0 auto;
  padding: 8px;
  background: #fff;
}

.floating_tab_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 0;
  max-width: 688px;
  margin: 0 auto;
}

.floating_tab_item {
  line-height: 1;
}

.floating_tab_link {
  display: block;
  line-height: 1;
}

.floating_tab_link img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .easy_modal .modal_content {
    width: 689px;
    padding: 50px 0;
  }

  .modal_content .modal_close {
    width: 3.5vw;
    height: 3.5vw;
    top: -5vw;
  }

  .modal_content .inner {
    width: 645px;
    padding: 0 30px 0 29px;
  }

  .easy_modal .modal_content .inner dl dd .Block {
    margin-top: 7px;
  }

  .easy_modal .modal_content .inner::-webkit-scrollbar {
    width: 1.66vw;
  }
}

@media screen and (min-width: 1025px) {
  .easy_modal .modal_content {
    width: 985px;
  }

  .modal_content .modal_close {
    width: 42px;
    height: 42px;
    top: -60px;
  }

  .modal_content .inner {
    width: 940px;
    padding: 0 44px 0 29px;
  }

  .easy_modal .modal_content .inner::-webkit-scrollbar {
    width: 20px;
  }
}

@media screen and (max-width: 850px) {
  .floating_bnr01 {
    padding: 8px 0;
  }

  .floating_tab_list {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 86%;
  }

  .campaign_panel_inner {
    width: 100%;
  }

  .campaign_main {
    padding: 40px 18px 36px;
  }

  .campaign_period dl {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .chance_box,
  .coupon_more_box {
    padding: 0 18px 40px;
  }

  .chance_box_inner,
  .coupon_more_inner {
    padding: 64px 18px 34px;
  }

  .entry_notes_box {
    width: 90%;
  }
}

.campaign_tab_link img {
  display: block;
  width: 100%;
  height: auto;
}

.campaign_visual {
  max-width: 688px;
  margin: 0 auto;
}

.visual_map {
  position: relative;
}

.visual_map img {
  display: block;
  width: 100%;
  height: auto;
}

.visual_map_link {
  position: absolute;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.visual_map_link_entry_blue {
  left: 20%;
  top: 63%;
  width: 60%;
  height: 8%;
}

.visual_map_link_terms_blue {
  left: 18%;
  top: 83%;
  width: 64%;
  height: 7%;
}

.visual_map_link_winner {
  left: 15%;
  top: 86%;
  width: 70%;
  height: 8%;
}

.visual_map_link_entry_red {
  left: 20%;
  top: 56%;
  width: 60%;
  height: 8%;
}

.visual_map_link_registration {
  left: 24%;
  top: 66%;
  width: 52%;
  height: 7%;
}

.visual_map_link_terms_red {
  left: 18%;
  top: 86%;
  width: 64%;
  height: 7%;
}

.visual_map_link_purchase_red {
  left: 20%;
  top: 82%;
  width: 60%;
  height: 8%;
}

.campaign01_design,
.campaign02_design {
  position: relative;
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
}

.campaign01_design>img,
.campaign02_design>img {
  display: block;
  width: 100%;
  height: auto;
}

.campaign01_parts,
.campaign02_parts {
  position: absolute;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.campaign01_parts img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.campaign02_parts img {
  display: block;
  width: 100%;
  height: auto;
}

.campaign01_entry,
.campaign01_notes,
.campaign01_terms,
.campaign01_winner,
.campaign02_winner,
.campaign02_entry,
.campaign02_registration,
.campaign02_notes,
.campaign02_terms,
.campaign02_purchase,
.campaign02_purchase_notes {
  left: 50%;
  transform: translateX(-50%);
}

.campaign01_entry {
  top: 28.7%;
  width: 71.22093%;
}

.campaign01_winner {
  top: 35%;
  width: 71.22093%;
}

.campaign01_notes {
  top: 39.9%;
  width: 84%;
  padding: 1.2% 2.5%;
  border-radius: 8px;
  background-color: #fff;
  line-height: 1.5;
}

.campaign01_notes li,
.campaign02_notes li,
.campaign02_purchase_notes li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
}

.campaign01_notes li {
  font-size: 14px;
}

.campaign01_notes li::before,
.campaign02_notes li::before,
.campaign02_purchase_notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.campaign01_notes li:first-child {
  color: #f00;
  font-weight: bold;
}

.campaign01_terms {
  top: 44.1%;
  width: 74.127907%;
  cursor: pointer;
}

.campaign02_winner {
  top: 92.3%;
  width: 71.22093%;
  text-align: center;
}

.campaign02_winner_link {
  display: block;
}

.campaign02_winner_link img {
  display: block;
  width: 100%;
  height: auto;
}

.campaign02_winner_note {
  margin-top: 4%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

@media screen and (max-width: 768px) {
  .campaign01_notes li {
    font-size: 1.82vw;
  }

  .campaign02_winner_note {
    margin-top: 1.56vw;
    font-size: 2.08vw;
  }
}

.campaign02_entry {
  top: 28.2%;
  width: 71.22%;
}

.campaign02_registration {
  top: 35.5%;
  width: 65.90%;
}

.campaign02_notes {
  top: 40%;
  width: 82%;
  min-height: 7.80%;
  padding: 1.18% 2.11%;
  border-radius: 10px;
  background-color: #fff;
  line-height: 1.5;
}

.campaign02_notes li {
  font-size: 16px;
  color: #f00;
  font-weight: 700;
}

.campaign02_notes li:last-child {
  color: #000;
  font-weight: 400;
}

.campaign02_terms {
  top: 50.3%;
  width: 74.13%;
  cursor: pointer;
}

.campaign02_purchase {
  top: 89%;
  width: 71.22%;
}

.campaign02_purchase_notes {
  top: 94%;
  width: 64%;
  text-align: left;
}

.campaign02_purchase_notes li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 768px) {

  .campaign02_notes li,
  .campaign02_purchase_notes li {
    font-size: 2.08vw;
  }
}

@media screen and (max-width: 760px) {
  html {
    font-size: 30%;
  }

  .Hd_Logo {
    max-width: 21.88vw;
  }

  .footer {
    padding: 2.34vw 0;
    font-size: 1.69vw;
  }

  .kv_entry {
    padding: 3.13vw 0 5.21vw;
  }

  .kv_entry_lead {
    margin-bottom: 1.56vw;
    font-size: 4.69vw;
  }

  .entry_notes {
    margin-top: 2.08vw;
    max-width: 84.64vw;
  }

  .button_02 {
    max-width: 66.41vw;
    margin-top: 3.91vw;
  }

  .campaign_heading,
  .chance_heading {
    font-size: 5.2vw;
  }

  .campaign_lead {
    font-size: 4.16vw;
  }

  .campaign_tab {
    width: 90%;
  }

  .campaign_tab_link span:first-child {
    font-size: 3.12vw;
  }

  .campaign_tab_link span:last-child {
    font-size: 2.6vw;
  }

  .campaign_period dl {
    padding: 1.56vw 3.12vw;
  }

  .campaign_period dl div {
    grid-template-columns: 12.23vw 1fr;
  }

  .campaign_period dt {
    min-height: 8.33vw;
    font-size: 2.34vw;
  }

  .campaign_period dd {
    font-size: 3.38vw;
  }

  .campaign_period dd span {
    font-size: 2.08vw;
  }

  .chance_lead {
    font-size: 4.16vw;
  }

  .chance_lead span {
    font-size: 5.2vw;
  }

  .coupon_label,
  .coupon_more_heading {
    font-size: 3.64vw;
  }

  .step_area {
    max-width: 89.58vw;
  }

  .campaign_ttl {
    padding: 2.34vw 1.30vw;
    font-size: 5.21vw;
  }

  .step_ttl {
    padding: 2.34vw 1.30vw;
    font-size: 3.91vw;
  }

  .step_content {
    padding: 4.17vw 5.21vw;
  }

  .step_icon {
    width: 12.11vw;
  }

  .step_lead {
    font-size: 3.39vw;
  }

  .step_content .button {
    margin-top: 3.13vw;
  }

  .step_logo {
    width: 18.23vw;
    margin-top: 3.13vw;
  }

  .step_arrow {
    border-left-width: 5.99vw;
    border-right-width: 5.99vw;
    border-top-width: 3.91vw;
  }

  .kuji_logo_list {
    gap: 1.30vw;
    margin-top: 3.13vw;
  }

  .kuji_logo_list li {
    width: 18.23vw;
  }

  .caption {
    font-size: 2.08vw;
  }

  .sec07 {
    padding: 2.08vw 0 3.13vw;
  }

  .sec07 p {
    font-size: 3.39vw;
  }

  .sec07 p span {
    font-size: 3.91vw;
  }

  .sec07 .sec07_sns_area {
    padding-bottom: 3.13vw;
  }

  .sec07 .sec07_sns_area ul {
    margin-top: 3.13vw;
  }

  .sec07 .sec07_sns_area ul li:first-child {
    margin-right: 2.08vw;
  }

  .sec07 .sec07_sns_area img {
    width: 7.81vw;
    height: 7.81vw;
  }

  .btn_page-top01 {
    position: fixed;
    bottom: 110px;
    width: 40px;
    height: 40px;
  }
}

.campaign_panels.is-switching {
  visibility: hidden;
}