@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
@media (hover: hover) {
  .hover:hover, #main a:hover {
    opacity: 0.7 !important;
  }
}

#main {
  font-family: "Noto Sans JP", sans-serif;
}

#main a {
  color: inherit;
}
#main a:hover {
  opacity: 1;
}

section {
  padding: 0;
  color: #fff;
}
section .bg_wrap {
  padding: 60px 20px 70px;
}
@media screen and (max-width: 768px) {
  section .bg_wrap {
    padding: 50px 20px;
  }
}
section .bg_wrap > *:not(.box) {
  text-align: center;
}
section h2 {
  margin-bottom: 40px;
  font-size: 37px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 25px;
  }
}
section h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
section h2 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section h2 img {
    margin-bottom: 10px;
  }
}
section .period dt, section .period dd {
  font-weight: bold;
  text-align: center;
}
section .period dt {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  section .period dt {
    font-size: 13px;
  }
}
section .period dd {
  font-size: 44px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  section .period dd {
    font-size: 25px;
  }
}
section .period dd .mid {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section .period dd .mid {
    font-size: 16px;
  }
}
section .period dd .sm {
  display: inline-block;
  margin: 0 0.2em 0 -0.4em;
  vertical-align: middle;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  section .period dd .sm {
    font-size: 12px;
  }
}
section .period dd .notes {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  section .period dd .notes {
    margin-top: 10px;
  }
}

.notes {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notes {
    font-size: 13px;
  }
}

.btn {
  display: table;
  width: min(100%, 430px);
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn {
    width: min(100%, 320px);
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .btn a {
    padding: 0 25px;
    height: 51px;
    font-size: 15px;
  }
}
.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;
  transform: translateY(-50%);
  top: 52%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .btn a::after {
    border-width: 5px 0 5px 7.6px;
    right: 15px;
  }
}
.btn.blk a {
  background: #000;
}

.notes_list {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .notes_list {
    font-size: 12px;
  }
}
.notes_list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* =============================================== 
  .mv
=============================================== */
.mv {
  background-image: url(../img/blackfriday/mv_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  position: relative;
  height: 46vw;
}
@media screen and (max-width: 1275px) {
  .mv {
    height: 700px;
    background-size: 1366px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/blackfriday/mv_sp.jpg);
    background-size: 100%;
    height: calc(73vw + 177px);
  }
}
.mv .anchor_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  width: 100%;
  padding: 0 20px;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 3.5vw;
}
@media screen and (max-width: 768px) {
  .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 {
  width: min(100%, 387px);
  display: table;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.mv .anchor_link li a {
  display: table-cell;
  height: 70px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .mv .anchor_link li a {
    line-height: 1.2;
    height: 51px;
  }
}
.mv .anchor_link li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  position: absolute;
  transform: translateY(-50%);
  top: 52%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .mv .anchor_link li a::after {
    border-width: 7px 5.5px 0 5.5px;
    right: 20px;
  }
}
.mv .anchor_link li:nth-child(1) {
  color: #fff;
}
.mv .anchor_link li:nth-child(1) a {
  background: #CCAC53;
}
.mv .anchor_link li:nth-child(1) a::after {
  border-color: #fff transparent transparent transparent;
}
.mv .anchor_link li:nth-child(2) {
  color: #CCAC53;
}
.mv .anchor_link li:nth-child(2) a {
  background: #fff;
}
.mv .anchor_link li:nth-child(2) a::after {
  border-color: #CCAC53 transparent transparent transparent;
}
.mv .anchor_link li:nth-child(2) a span {
  font-size: 17px;
  color: #DC3A86;
}
@media screen and (max-width: 768px) {
  .mv .anchor_link li:nth-child(2) a span {
    font-size: 12px;
  }
}
.mv .anchor_link li:nth-child(3) {
  color: #fff;
}
.mv .anchor_link li:nth-child(3) a {
  background: #CCAC53;
}
.mv .anchor_link li:nth-child(3) a::after {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #fff;
}
.mv .anchor_link li:nth-child(3) a span {
  font-size: 17px;
  color: #DC3A86;
}
@media screen and (max-width: 768px) {
  .mv .anchor_link li:nth-child(3) a span {
    font-size: 12px;
  }
}

/* =============================================== 
  #sect01
=============================================== */
#sect01 .bg_wrap {
  background: #CCAC53;
}
#sect01 h2 {
  position: relative;
}
#sect01 h2::before {
  background: url(../img/blackfriday/sect01_bg_pc.svg) no-repeat center/auto;
  width: 100%;
  height: 206.59px;
}
@media screen and (max-width: 768px) {
  #sect01 h2::before {
    background: url(../img/blackfriday/sect01_bg_sp.svg) no-repeat center/contain;
    width: calc(100% + 40px);
    max-width: 347px;
    height: 109.12px;
    position: absolute;
    transform: translateX(-50%);
    top: 30px;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  #sect01 h2 img {
    width: 102px;
  }
}
#sect01 .txt {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #sect01 .txt {
    font-size: 16px;
  }
}
#sect01 .box {
  background: url(../img/blackfriday/sect01_img.jpg) no-repeat calc(100% - 25px) center/131.48px, #fff;
  border-radius: 15px;
  width: min(100%, 519.43px);
  padding: 25px;
  margin: 0 auto 30px;
  color: #DC3A86;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #sect01 .box {
    background-size: 81px;
    background-position: calc(100% - 15px) center;
    border-radius: 10px;
    padding: 20px 15px;
    width: min(100%, 320px);
    font-size: 20px;
  }
}
#sect01 .box span {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #sect01 .box span {
    font-size: 16px;
  }
}

.tab_wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.tab_wrap label {
  background: #A88520;
  flex: 1 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;
}
@media screen and (max-width: 768px) {
  .tab_wrap label {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.tab_wrap label::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #A88520 transparent transparent transparent;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
}
@media screen and (max-width: 768px) {
  .tab_wrap label::before {
    border-width: 4px 3.5px 0 3.5px;
    bottom: -4px;
  }
}
.tab_wrap input {
  display: none;
}
.tab_wrap input:focus {
  outline: none;
}
.tab_wrap input:checked + label {
  background: #fff;
  color: #CCAC53;
}
.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;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_contents {
    padding: 45px 28px;
  }
}
.tab_wrap .tab_contents h3 {
  margin-bottom: 40px;
  color: #CCAC53;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_contents h3 {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
.tab_wrap .tab_contents dl {
  border: 1px solid #B1B1B1;
  border-bottom: none;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.tab_wrap .tab_contents dl dt, .tab_wrap .tab_contents dl dd {
  border-bottom: 1px solid #B1B1B1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.tab_wrap .tab_contents dl dt {
  background: #F0F0F0;
  padding: 19px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_contents dl dt {
    padding: 10px;
    font-size: 16px;
  }
}
.tab_wrap .tab_contents dl dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
  padding: 23px;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_contents dl dd {
    padding: 15px;
  }
}
.tab_wrap .tab_contents dl dd .shop {
  margin-bottom: 15px;
}
@media (hover: hover) {
  .tab_wrap .tab_contents dl dd .shop a:hover {
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_contents dl dd .shop {
    margin-bottom: 10px;
  }
}
.tab_wrap .tab_contents dl dd .detail {
  color: #DC3A86;
  font-size: 12px;
}
.tab_wrap .tab_contents dl dd .ph {
  width: 100px;
  flex-shrink: 0;
}
.tab_wrap .tab_contents dl + .notes {
  display: inline-block;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab_contents dl + .notes {
    margin-bottom: 30px;
    text-align: left;
  }
}

/* =============================================== 
  #sect02
=============================================== */
#sect02 .bg_wrap {
  background: #E275A8;
}
#sect02 h2::before {
  background: url(../img/blackfriday/sect02_bg_pc.svg) no-repeat center/auto;
  width: 100%;
  height: 96.96px;
  top: auto;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  #sect02 h2::before {
    background: url(../img/blackfriday/sect02_bg_sp.svg) no-repeat center/auto;
    height: 50px;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #sect02 h2 img {
    width: 290.28px;
  }
}
#sect02 .btn {
  margin-bottom: 50px;
}
#sect02 .box_wrap {
  display: flex;
  justify-content: center;
  gap: 50px 47px;
  width: min(100%, 1000px);
  margin: 0 auto 40px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
#sect02 .box_wrap > div {
  background: #fff;
  border-radius: 15px;
  flex: 1;
  padding: 30px 23px 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div {
    flex: inherit;
    width: 320px;
    border-radius: 10px;
    width: 320px;
    padding: 30px 17px 40px;
  }
}
#sect02 .box_wrap > div::before {
  content: "";
  position: absolute;
}
#sect02 .box_wrap > div h3 {
  display: inline-block;
  margin-bottom: 16px;
  color: #DC3A86;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
  position: relative;
}
#sect02 .box_wrap > div h3::before, #sect02 .box_wrap > div h3::after {
  content: "";
  background: url(../img/blackfriday/dots.svg) no-repeat center/contain;
  width: 22px;
  height: 55px;
  position: absolute;
  bottom: 0;
}
#sect02 .box_wrap > div h3::after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div h3 {
    margin-bottom: 25px;
  }
}
#sect02 .box_wrap > div .detail {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div .detail {
    margin-bottom: 30px;
  }
}
#sect02 .box_wrap > div .detail img {
  display: inline-block;
  vertical-align: top;
}
#sect02 .box_wrap > div .detail mark {
  background: linear-gradient(transparent 40%, #FFF000 40%);
}
#sect02 .box_wrap > div .detail strong {
  display: block;
  margin-top: 16px;
  font-size: 33px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div .detail strong {
    margin-top: 5px;
    font-size: 25px;
  }
}
#sect02 .box_wrap > div .detail strong span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div .detail strong span {
    font-size: 27px;
  }
}
#sect02 .box_wrap > div .detail strong span.sm {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div .detail strong span.sm {
    font-size: 22px;
  }
}
#sect02 .box_wrap > div:nth-of-type(1)::before {
  background: url(../img/blackfriday/sect02_parts01.svg) no-repeat center/contain;
  width: 146px;
  height: 99px;
  top: -45px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div:nth-of-type(1)::before {
    width: 110px;
    height: 80px;
    top: -35px;
    left: -24px;
  }
}
#sect02 .box_wrap > div:nth-of-type(1) h3 {
  padding-top: 10px;
  font-size: 29px;
}
#sect02 .box_wrap > div:nth-of-type(1) h3::before {
  left: -20px;
}
#sect02 .box_wrap > div:nth-of-type(1) h3::after {
  right: -20px;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div:nth-of-type(1) h3 {
    padding-top: 0;
    font-size: 27px;
  }
}
#sect02 .box_wrap > div:nth-of-type(1) h3 span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div:nth-of-type(1) h3 span {
    font-size: 34px;
  }
  #sect02 .box_wrap > div:nth-of-type(1) h3 span.sm {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div:nth-of-type(2) {
    padding-top: 24px;
  }
}
#sect02 .box_wrap > div:nth-of-type(2)::before {
  background: url(../img/blackfriday/sect02_parts02.svg) no-repeat center/contain;
  width: 77px;
  height: 82px;
  top: -23px;
  left: -16px;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div:nth-of-type(2)::before {
    width: 55px;
    height: 58px;
    left: 0;
  }
}
#sect02 .box_wrap > div:nth-of-type(2)::after {
  content: "";
  background: url(../img/blackfriday/sect02_parts03.svg) no-repeat center/contain;
  width: 89px;
  height: 96px;
  position: absolute;
  right: -21px;
  bottom: 19px;
}
@media screen and (max-width: 768px) {
  #sect02 .box_wrap > div:nth-of-type(2)::after {
    width: 64px;
    height: 69px;
    top: 225px;
    right: -15px;
    bottom: auto;
  }
}
#sect02 .box_wrap > div:nth-of-type(2) h3 {
  font-size: 37px;
}
#sect02 .box_wrap > div:nth-of-type(2) h3::before {
  left: -30px;
}
#sect02 .box_wrap > div:nth-of-type(2) h3::after {
  right: -30px;
}
#sect02 .box_wrap > div:nth-of-type(2) h3 span {
  font-size: 20px;
}
#sect02 .app_wrap {
  background: url(../img/blackfriday/app_bg.jpg) no-repeat center/cover;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  #sect02 .app_wrap {
    background-size: 1366px;
    padding: 35px 28px;
  }
}
#sect02 .app_wrap h4 {
  display: block;
  border-radius: 40px;
  width: 576.85px;
  padding: 10px 0;
  margin: 0 auto 23px;
  background: url(../img/blackfriday/app_wrap_bg.jpg) no-repeat center/cover;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sect02 .app_wrap h4 {
    width: min(100%, 320px);
    padding: 5.5px 10px;
    margin-bottom: 17px;
    font-size: 16px;
  }
}
#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;
  transform: translateX(-50%);
  left: 50%;
  bottom: -9px;
}
@media screen and (max-width: 768px) {
  #sect02 .app_wrap h4::before {
    border-width: 8px 7px 0 7px;
    bottom: -7px;
  }
}
#sect02 .app_wrap ul {
  display: flex;
  justify-content: center;
  gap: 0 27px;
}
@media screen and (max-width: 768px) {
  #sect02 .app_wrap ul {
    gap: 0 17px;
  }
}

/* =============================================== 
  parts
=============================================== */
.mb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 30px;
  }
}