@charset "UTF-8";
/* =============================================== 
  parts
=============================================== */
#main {
  font-family: "Noto Sans JP", sans-serif;
}
#main a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main a:hover {
  opacity: 0.8;
}
#main br.pc {
  display: inline;
}
#main br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #main br.pc {
    display: none;
  }
  #main br.sp {
    display: inline;
  }
}
section {
  padding: 0;
  color: #fff;
}
section .bg_wrap {
  text-align: center;
}
section h2 {
  font-size: 37px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}
section h2::before, section h2::after {
  content: "";
  position: absolute;
}
section .period dt, section .period dd {
  font-weight: 700;
  text-align: center;
}
section .period dt {
  font-size: 22px;
}
section .period dd {
  font-size: 44px;
  line-height: 1;
}
section .period dd .mid {
  font-size: 28px;
  display: inline-block;
  margin-left: -0.5em;
}
section .period dd .sm {
  display: inline-block;
  margin: 0 0.2em 0 -0.4em;
  vertical-align: middle;
  font-size: 21px;
}
section .period dd .notes {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  section .bg_wrap {
    padding: 50px 20px;
  }
  section h2 {
    font-size: 25px;
  }
  section .period dt {
    font-size: 13px;
  }
  section .period dd {
    font-size: 25px;
  }
  section .period dd .mid {
    font-size: 16px;
  }
  section .period dd .sm {
    font-size: 12px;
  }
}
.notes {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .notes {
    font-size: 12px;
  }
}
.btn {
  display: table;
  width: min(100%, 430px);
  margin: 0 auto;
  color: #fff;
}
.btn a {
  background: #DC3A86;
  border-radius: 40px;
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 52%;
  right: 25px;
}
.btn.blk a {
  background: #000;
}
.btn.orange a {
  background: #fff;
  border-color: #D16934;
  color: #D16934 !important;
}
.btn.orange a::after {
  border-color: transparent transparent transparent #D16934;
}

@media screen and (max-width: 768px) {
  .btn {
    width: min(100%, 320px);
  }
  .btn a {
    padding: 0 20px;
    height: 51px;
    font-size: 14px;
  }
  .btn a::after {
    border-width: 5px 0 5px 7.6px;
    right: 15px;
  }
}
.notes_list {
  font-size: 14px;
}
.notes_list li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .notes_list {
    font-size: 12px;
  }
}
.mb_40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 30px;
  }
}
/* =============================================== 
  .mv
=============================================== */
.mv {
  background-image: url(../img/blackfriday2025/mv_pc.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  position: relative;
  height: 46vw;
}
.mv .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 3.5vw;
}
.mv .anchor_link li {
  width: min(100%, 455px);
}
.mv .anchor_link li a {
  display: grid;
  place-content: center;
  height: 124px;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: inset -3px -3px 6px rgba(209, 105, 52, 0.8);
          box-shadow: inset -3px -3px 6px rgba(209, 105, 52, 0.8);
}
.mv .anchor_link li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 52%;
  right: 25px;
}
.mv .anchor_link li:nth-child(1) a {
  color: #fff !important;
  background-color: #DD9F81;
}
.mv .anchor_link li:nth-child(1) a::after {
  border-color: #fff transparent transparent transparent;
}
.mv .anchor_link li:nth-child(2) a {
  color: #D16934 !important;
  background-color: #fff;
}
.mv .anchor_link li:nth-child(2) a::after {
  border-color: #D16934 transparent transparent transparent;
}
.mv .anchor_link li:nth-child(2) a span {
  font-size: 17px;
  color: #DD9F81;
  text-align: center;
}

@media screen and (max-width: 1275px) {
  .mv {
    height: 700px;
    background-size: 1366px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/blackfriday2025/mv_sp.webp);
    background-size: 100%;
    height: calc(73vw + 168px);
  }
  .mv .anchor_link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 0;
    width: min(100%, 320px);
    font-size: 16px;
    bottom: 7vw;
  }
  .mv .anchor_link li a {
    line-height: 1.2;
    height: 60px;
  }
  .mv .anchor_link li a::after {
    border-width: 7px 5.5px 0 5.5px;
    right: 20px;
  }
  .mv .anchor_link li:nth-child(2) a {
    height: 95px;
  }
  .mv .anchor_link li:nth-child(2) a span {
    font-size: 12px;
  }
}
/* =============================================== 
  #sect01
=============================================== */
#sect01 .bg_wrap {
  padding: 90px 0 100px;
  background-color: #DD9F81;
}
#sect01 h2 {
  padding: 40px 30px 0;
  text-align: center;
}
#sect01 h2::before, #sect01 h2::after {
  background: url(../img/blackfriday2025/bg_sect01_ttl.svg) center/contain no-repeat;
  width: 60px;
  height: 208px;
  top: 0;
}
#sect01 h2::before {
  right: calc(100% + 15px);
}
#sect01 h2::after {
  left: calc(100% + 15px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#sect01 h2 img {
  display: block;
  margin: 0 auto 20px;
}
#sect01 .txt {
  font-size: 22px;
  text-align: center;
  line-height: 1.18;
}
#sect01 .wespo_app a {
  padding-left: 10px;
  border: 2px solid #D16934;
}
#sect01 .wespo_app a::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/blackfriday2025/icon_wespo.svg) center/contain no-repeat;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 52%;
  left: 25px;
}

@media screen and (max-width: 768px) {
  #sect01 .bg_wrap {
    padding: 0 28px 40px;
  }
  #sect01 h2 {
    margin-bottom: 32px;
    padding: 40px 20px 0;
  }
  #sect01 h2::before, #sect01 h2::after {
    background-image: url(../img/blackfriday2025/bg_sect01_ttl_sp.svg);
    width: 33px;
    height: 100%;
    top: 10%;
  }
  #sect01 h2 img {
    width: 102px;
    margin-bottom: 10px;
  }
  #sect01 .txt {
    font-size: 16px;
    line-height: 1.62;
  }
  #sect01 .wespo_app a {
    padding-left: 30px;
  }
  #sect01 .wespo_app a::before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
}
.tab_wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
}
.tab_wrap label {
  background: #D16934;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 50%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.tab_wrap label::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #D16934 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
}
.tab_wrap input {
  display: none;
}
.tab_wrap input:focus {
  outline: none;
}
.tab_wrap input:checked + label {
  background: #fff;
  color: #D16934;
}
.tab_wrap input:checked + label::before {
  display: none;
}
.tab_wrap input:checked + label + .tab_contents {
  display: block;
}
.tab_wrap .tab_contents {
  display: none;
  width: 100%;
  padding: 70px 20px;
  text-align: center;
}
.tab_wrap .tab_contents h3 {
  color: #D16934;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.tab_wrap .tab_contents h3 span {
  display: block;
  color: #000;
  font-size: 0.42em;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 1em;
}
.tab_wrap .tab_contents dl {
  background-color: #F0F0F0;
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: 0 42px 60px;
}
.tab_wrap .tab_contents dl dt, .tab_wrap .tab_contents dl dd {
  letter-spacing: 0.05em;
  font-weight: 500;
}
.tab_wrap .tab_contents dl dt {
  padding: 19px;
  font-size: 18px;
  text-align: center;
}
.tab_wrap .tab_contents dl dd {
  margin-bottom: 30px;
}
.tab_wrap .tab_contents dl dd::last-child {
  margin-bottom: 0;
}
.tab_wrap .tab_contents dl dd .shop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 41px 38px;
  background-color: #fff;
}
.tab_wrap .tab_contents dl dd .shop {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}
.tab_wrap .tab_contents dl dd .shop a {
  text-decoration: none;
}
.tab_wrap .tab_contents dl dd .detail {
  color: #D16934;
  font-size: 14px;
  text-align: left;
}
.tab_wrap .tab_contents dl dd .detail .ttl {
  font-size: 19px;
}
.tab_wrap .tab_contents dl dd .ph {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tab_wrap .tab_contents dl dd .date {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 2px 0 4px;
  background-color: #D16934;
}
.tab_wrap .tab_contents dl dd .date.day {
  font-size: 20px;
}
.tab_wrap .tab_contents dl + .notes {
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .tab_wrap label {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .tab_wrap label::before {
    border-width: 4px 3.5px 0 3.5px;
    bottom: -4px;
  }
  .tab_wrap .tab_contents {
    padding: 45px 28px;
  }
  .tab_wrap .tab_contents h3 {
    margin-bottom: 32px;
    font-size: 22px;
  }
  .tab_wrap .tab_contents h3 span {
    font-size: 13px;
    margin-top: 8px;
  }
  .tab_wrap .tab_contents dl {
    padding: 0 20px 30px;
  }
  .tab_wrap .tab_contents dl + .notes {
    margin-bottom: 30px;
    text-align: left;
  }
  .tab_wrap .tab_contents dl dt {
    padding: 10px;
    font-size: 16px;
  }
  .tab_wrap .tab_contents dl dd .shop_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 10px;
    padding: 15px;
  }
  .tab_wrap .tab_contents dl dd .shop {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .tab_wrap .tab_contents dl dd .detail {
    font-size: 10px;
  }
  .tab_wrap .tab_contents dl dd .detail .ttl {
    font-size: 13px;
  }
  .tab_wrap .tab_contents dl dd .ph {
    width: min(100%, 60px);
  }
  .tab_wrap .tab_contents dl dd .date {
    font-size: 10px;
  }
  .tab_wrap .tab_contents dl dd .date.day {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .tab_wrap .tab_contents dl dd .shop a:hover {
    text-decoration: underline !important;
  }
}
/* =============================================== 
  #sect02
=============================================== */
#sect02 .bg_wrap {
  background: radial-gradient(circle, rgb(116, 63, 45) 0%, rgb(38, 21, 15) 50%, rgb(0, 0, 0) 100%);
  padding: 53px 0 35px;
}
#sect02 h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}
#sect02 h2::before {
  background: url(../img/blackfriday2025/bg_sect02_ttl.svg) center/contain no-repeat;
  width: 61px;
  height: 97px;
  right: calc(100% + 56px);
  top: 50%;
}
#sect02 h2::after {
  background: url(../img/blackfriday2025/bg_sect02_ttl02.svg) center/contain no-repeat;
  width: 57px;
  height: 95px;
  left: calc(100% + 60px);
  top: 50%;
}
#sect02 h2 img {
  display: block;
  margin: 0 auto 13px;
}
#sect02 h2 .sup {
  line-height: 1.75;
  font-size: 26px;
}
#sect02 h2 .main_ttl {
  display: inline-block;
  margin-top: 15px;
  font-size: 38px;
}
#sect02 .campaign_detail_wrap {
  background-color: #fff;
  width: min(100%, 885px);
  border-radius: 15px;
  padding: 47px 100px;
  margin: 0 auto 26px;
  text-align: center;
}
#sect02 .campaign_detail_wrap > * {
  color: #000;
}
#sect02 .campaign_detail_wrap h3 {
  color: #DC3A86;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.23;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}
#sect02 .campaign_detail_wrap h3::before, #sect02 .campaign_detail_wrap h3::after {
  content: "";
  background: url(../img/blackfriday2024/bg_coupon_detail_ttl.svg) center/100% no-repeat;
  width: 34px;
  height: 100%;
  position: absolute;
  top: 0;
}
#sect02 .campaign_detail_wrap h3::before {
  left: calc(100% + 15px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#sect02 .campaign_detail_wrap h3::after {
  right: calc(100% + 15px);
}
#sect02 .campaign_detail_wrap h3 .mid {
  font-size: 1.26em;
  line-height: 1;
}
#sect02 .campaign_detail_wrap .txt {
  width: min(100%, 596px);
  margin: 0 auto 16px;
}
#sect02 .campaign_detail_wrap .campaign_detail_img {
  width: min(100%, 414px);
  margin: 0 auto;
}
#sect02 .campaign_detail_wrap .campaign_detail_img .img {
  margin-bottom: 16px;
}
#sect02 .campaign_detail_wrap .campaign_detail_img .notes {
  font-size: 14px;
  text-align: left;
}
#sect02 .campaign_detail_wrap .howto_use {
  background-color: #F8CCB6;
  border-radius: 10px;
  padding: 20px 40px 25px;
  width: min(100%, 580px);
  margin: 40px auto;
}
#sect02 .campaign_detail_wrap .howto_use h4 {
  color: #D16934;
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
}
#sect02 .campaign_detail_wrap .howto_use ol {
  text-indent: -11px;
  padding-left: 11px;
}
#sect02 .campaign_detail_wrap .howto_use ol li {
  font-weight: 600;
}
#sect02 .campaign_detail_wrap .howto_use .notes {
  font-size: 12px;
  text-align: left;
  margin-top: 16px;
}
#sect02 .campaign_detail_wrap .attention {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  text-align: center;
}
#sect02 .campaign_detail_wrap .attention li::before {
  content: "※";
}
#sect02 .btn {
  margin-top: 40px;
}
#sect02 .btn.orange {
  margin: 20px auto 18px;
}
#sect02 .app_wrap {
  background: url(../img/blackfriday2025/bg_app.webp) no-repeat center/cover;
  padding: 60px 20px;
}
#sect02 .app_wrap h4 {
  display: block;
  border-radius: 40px;
  width: 576.85px;
  padding: 10px 0;
  margin: 0 auto 23px;
  background: url(../img/blackfriday2025/bg_app_wrap.webp) no-repeat center/cover;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#sect02 .app_wrap h4::before {
  content: "";
  border-color: #956FAE transparent transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -9px;
}
#sect02 .app_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 27px;
}

@media screen and (max-width: 768px) {
  #sect02 .bg_wrap {
    background: radial-gradient(ellipse at center, rgb(116, 63, 45) 0%, rgb(38, 21, 15) 60%, rgb(0, 0, 0) 70%);
    padding: 36px 28px;
  }
  #sect02 h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }
  #sect02 h2::before {
    background-image: url(../img/blackfriday2025/bg_sect02_ttl_sp.svg);
    width: 53px;
    height: 132px;
    top: 36%;
    right: 82%;
  }
  #sect02 h2::after {
    background-image: url(../img/blackfriday2025/bg_sect02_ttl02_sp.svg);
    width: 56px;
    height: 135px;
    top: 36%;
    left: 80%;
  }
  #sect02 h2 img {
    width: 300px;
    margin-bottom: 7px;
  }
  #sect02 h2 .sup {
    font-size: 16px;
  }
  #sect02 h2 .main_ttl {
    margin-top: 10px;
    font-size: 25px;
    text-align: center;
  }
  #sect02 .campaign_detail_wrap {
    padding: 22px;
  }
  #sect02 .campaign_detail_wrap h3 {
    font-size: 25px;
  }
  #sect02 .campaign_detail_wrap h3::before, #sect02 .campaign_detail_wrap h3::after {
    width: 30px;
    height: 80%;
    top: auto;
    bottom: 0;
  }
  #sect02 .campaign_detail_wrap h3::before {
    left: 100%;
  }
  #sect02 .campaign_detail_wrap h3::after {
    right: 100%;
  }
  #sect02 .campaign_detail_wrap .txt {
    margin-bottom: 26px;
  }
  #sect02 .campaign_detail_wrap .campaign_detail_img .img {
    margin-bottom: 26px;
  }
  #sect02 .campaign_detail_wrap .campaign_detail_img .notes {
    font-size: 11px;
  }
  #sect02 .campaign_detail_wrap .howto_use {
    padding: 16px 11px 35px;
    margin: 32px auto;
  }
  #sect02 .campaign_detail_wrap .howto_use h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #sect02 .campaign_detail_wrap .howto_use ol li {
    margin-bottom: 12px;
    font-size: 12px;
  }
  #sect02 .campaign_detail_wrap .howto_use .notes {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
  }
  #sect02 .campaign_detail_wrap .attention {
    font-size: 11px;
  }
  #sect02 .app_wrap {
    background-size: 1366px;
    padding: 35px 28px;
  }
  #sect02 .app_wrap h4 {
    width: min(100%, 320px);
    padding: 5.5px 10px;
    margin-bottom: 17px;
    font-size: 16px;
  }
  #sect02 .app_wrap h4::before {
    border-width: 8px 7px 0 7px;
    bottom: -7px;
  }
  #sect02 .app_wrap ul {
    gap: 0 17px;
  }
}