@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.p_25 {
  padding: 0 !important;
}

#special-content {
  margin-bottom: -10px !important;
}

#sb-site-main {
  transform: unset;
}

#contents .container,
#contents #main {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#special-content {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  color: #111;
}
#special-content img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.contentswrap {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  background: url(img/bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}
.contentswrap * {
  font-weight: 500;
  font-size: 18px;
  font-family: "M PLUS", sans-serif;
  font-style: normal;
  line-height: 1.3 !important;
}
@media screen and (max-width: 650px) {
  .contentswrap * {
    font-size: 14px;
  }
}
.contentswrap p,
.contentswrap span,
.contentswrap a,
.contentswrap li {
  transform: rotateZ(0.03deg);
}
.contentswrap section {
  padding-top: 50px;
}
@media screen and (max-width: 650px) {
  .contentswrap section {
    padding-top: 30px;
  }
}
.contentswrap section button {
  width: 100%;
  min-height: 100px;
  border: none;
  background: none;
  transition: 0.2s;
}
.contentswrap section button:hover {
  transform: translateY(-3px);
}
.contentswrap section a.btn_bb1 {
  display: inline-block;
  margin: 10px auto 0;
  font-size: 18px;
  border-bottom: 1px solid;
  transition: 0.2s;
}
.contentswrap section a.btn_bb1:hover {
  transform: translateX(3px);
}
@media screen and (max-width: 650px) {
  .contentswrap section a.btn_bb1 {
    font-size: 13px;
  }
}

/*メニュー*/
#cpnav ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#cpnav ul li {
  width: calc(25% - 15px);
  padding: 15px 0;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(90deg, #1a1a1a 0%, #5A00B8 55%, #FF29E0 100%);
  border-bottom: 2px solid #E600C6;
  border-radius: 5px;
}
#cpnav ul li span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  #cpnav ul li span {
    font-size: 10px;
  }
}
#cpnav ul li::after {
  content: "▼";
  display: block;
  font-size: smaller;
  transform: scale(1.3, 0.7);
}
@media screen and (max-width: 650px) {
  #cpnav ul li {
    padding: 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  #cpnav ul {
    max-width: 90%;
  }
  #cpnav ul li {
    width: calc(29% + 20px);
  }
}
@media screen and (max-width: 991px) {
  #cpnav ul {
    max-width: 90%;
  }
  #cpnav ul li {
    width: calc(29% + 20px);
  }
}
@media screen and (max-width: 650px) {
  #cpnav ul {
    max-width: 94%;
  }
  #cpnav ul li {
    width: calc(25% - 3px);
    padding: 5px 3px 3px;
  }
}

h1 {
  width: 100%;
  margin: auto;
}
h1 img {
  width: 100%;
}

.h2 {
  margin: 30px auto;
}

a.btn_onSale {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 10px auto 15px;
  background: #ff9800;
  text-align: center;
  padding: 5px 5px 8px;
  font-size: 21px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 50px;
}
a.btn_onSale::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
a.btn_onSale {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s transform, 0.75s opacity;
}
a.btn_onSale:hover {
  cursor: pointer;
  transform: translateY(3px);
  opacity: 0.8;
}
a.btn_onSale::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1882352941), #fff);
  transform: skewX(-30deg);
  opacity: 0.6;
  top: 0;
  left: -120px;
  transition: 0s;
}
a.btn_onSale:hover::before {
  left: calc(100% + 80px);
  width: 100px;
  opacity: 0;
  transition: 0.7s;
}
@media screen and (max-width: 650px) {
  a.btn_onSale {
    margin: 5px auto 0;
    font-size: 14px;
  }
}

.btn_coming, .btn_end {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 10px auto 15px;
  background: #777;
  text-align: center;
  padding: 5px 5px 8px;
  font-size: 21px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 50px;
}
@media screen and (max-width: 650px) {
  .btn_coming, .btn_end {
    margin: 5px auto 0;
    font-size: 14px;
    text-align: center;
  }
}

ul.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}
ul.item_list li {
  position: relative;
  padding: 10px 5px;
}

.leadTxt {
  color: #fff;
  padding: 15px 0 10px;
}

.cp__contents_inner {
  position: relative;
  margin: 30px auto 20px;
  padding: 60px 15px 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 650px) {
  .cp__contents_inner {
    margin-top: 0;
    padding: 18% 5px 15px;
  }
}
.cp__contents_inner .mainTxt {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 1.6 !important;
}
.cp__contents_inner .mainTxt span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .cp__contents_inner .mainTxt {
    font-size: 16px;
  }
  .cp__contents_inner .mainTxt span {
    font-size: larger;
  }
}
.cp__contents_inner .mainTxt .attention {
  font-size: 16px;
  color: gray;
}
@media screen and (max-width: 650px) {
  .cp__contents_inner .mainTxt .attention {
    font-size: 14px;
  }
}
.cp__contents_inner .headTxt {
  margin-bottom: 15px;
  padding: 5px 10px 10px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #ff9800;
}

#cpCoupon .cp__contents_inner span,
#cpCoupon a.btn_bb1 {
  color: #0080ff;
}

#cpPrice .cp__contents_inner span {
  color: #ff1aa1;
}

#cpLimit .cp__contents_inner span {
  color: #673AB7;
}

#cpFeature .cp__contents_inner span {
  color: #009688;
}

.coupon_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 650px) {
  .coupon_box {
    padding: 0;
  }
}

.coupon_s li {
  width: calc(50% - 20px);
  margin: 15px 10px;
}
@media screen and (max-width: 650px) {
  .coupon_s li {
    width: calc(50% - 10px);
    margin: 15px 5px;
  }
}
.coupon_s li .coupon-code {
  color: #0080ff;
  background-color: #fff !important;
  font-size: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .coupon_s li .coupon-code {
    height: 35px;
  }
}
.coupon_s li button.copyBtn {
  display: block;
  position: relative;
  width: 100%;
  min-height: 45px !important;
  text-decoration: none;
  text-align: center;
  color: #252b33;
  border: 2px solid #252b33 !important;
  font-size: 20px;
  font-weight: bold;
  border-radius: 35px;
  box-shadow: 0 3px 0 #252b33;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  transition: all 0.5s ease;
}
.coupon_s li button.copyBtn:hover {
  background: #ffe000 !important;
  transform: translateY(3px) !important;
  box-shadow: none;
}
.coupon_s li button.copyBtn::before {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.coupon_s li button.copyBtn.is-copied::before {
  content: "コピーしました";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: #fee700;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .coupon_s li button.copyBtn {
    min-height: 30px !important;
    font-size: 11px;
  }
}
.coupon_s li .copyPopup {
  display: none;
}

/* バッジ */
.badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding-top: 1em;
  color: #fff;
  text-align: center;
  background-color: #673AB7;
  border-radius: 50%;
  box-shadow: 3px 3px 0;
  background-size: contain;
  z-index: 999;
}
.badge span {
  font-weight: bold;
  font-family: "Meiryo", "メイリオ", sans-serif;
}
.badge span:nth-of-type(1) {
  font-size: 32px;
  line-height: 0.8 !important;
  letter-spacing: -1.4px;
  color: #fffe00 !important;
}
.badge span:nth-of-type(2) {
  font-size: 18px;
  color: #fffe00 !important;
  line-height: 0.3 !important;
}
.badge span:nth-of-type(3) {
  display: block;
  font-size: 18px;
  line-height: 12px;
  color: #fff !important;
}
@media screen and (max-width: 650px) {
  .badge {
    width: 65px;
    height: 65px;
  }
  .badge span:nth-of-type(1) {
    font-size: 26px;
    line-height: 0.5;
  }
  .badge span:nth-of-type(2) {
    font-size: 14px;
  }
  .badge span:nth-of-type(3) {
    font-size: 14px;
  }
}

.offbadge {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 12px;
  padding-top: 8px;
  z-index: 10;
}
.offbadge span {
  display: block;
  font-family: "M PLUS", sans-serif;
  font-style: normal;
  color: #ffff00;
  line-height: 1.2 !important;
  position: relative;
}
.offbadge span.offbadge__off {
  font-weight: 900;
  font-size: 170%;
  margin: -8px 0 0;
}
.offbadge span.offbadge__percent {
  font-weight: 900;
  font-size: 280%;
  margin: -5px 0;
}
.offbadge span.offbadge__percent > small {
  font-size: 50%;
  font-weight: 900;
}
.offbadge span.offbadge__toku {
  font-size: 350%;
  font-weight: 900;
  transform: rotate(10deg);
  position: relative;
  left: -0.15em;
  top: -0.05em;
}
.offbadge span.offbadge__toku span {
  font-size: 65%;
  font-weight: 900;
  transform: rotate(20deg);
  position: relative;
  left: 0.95em;
  top: -1.2em;
}
.offbadge::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #dd000a;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .offbadge {
    width: 60px;
    height: 60px;
    font-size: 9px;
    padding-top: 7px;
  }
  .offbadge::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #dd000a;
    left: 0;
    top: 0;
  }
}

.cp__contents {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 40px 0 0 0;
  position: relative;
}
.cp__contents h2 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .cp__contents h2 {
    top: -50px;
  }
}
@media screen and (max-width: 650px) {
  .cp__contents h2 {
    top: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .cp__contents {
    margin: auto;
    padding: 40px 10px 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .cp__contents {
    margin: auto;
    padding: 30px 10px 0 10px;
  }
}

.hov-blink {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s transform, 0.75s opacity;
}
.hov-blink:hover {
  cursor: pointer;
  transform: translateY(3px);
  opacity: 0.8;
}
.hov-blink::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1882352941), #fff);
  transform: skewX(-30deg);
  opacity: 0.6;
  top: 0;
  left: -120px;
  transition: 0s;
}
.hov-blink:hover::before {
  left: calc(100% + 80px);
  width: 100px;
  opacity: 0;
  transition: 0.7s;
}

.hov-normal {
  transition: 0.2s;
}
.hov-normal:hover {
  opacity: 0.7;
}

.animation.anime-fadeUp {
  opacity: 0;
  transform: translateY(100px);
}

.animation.anime-fadeUp.animated {
  animation: 1s ease-in-out 0s 1 forwards fadeUp;
}

.animation.anime-fadeIn {
  opacity: 0;
}

.animation.anime-fadeIn.animated {
  animation: 1s ease-in-out 0s 1 forwards fadeIn;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a:focus,
a:hover {
  text-decoration: unset;
}

a#topbtn {
  position: fixed;
  right: 10px;
  bottom: -50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 25px 0 0;
  transition: 0.3s;
  color: #fff;
  border-radius: 50%;
  background: #111;
  line-height: 1;
  z-index: 999;
}
a#topbtn.show {
  bottom: 30px;
}
a#topbtn:hover {
  transform: translateY(2px);
  background: #333;
}
a#topbtn::before {
  position: absolute;
  top: 1em;
  right: calc(50% - 0.3em);
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#cpFeature {
  padding-bottom: 60px;
}
#cpFeature .fList p {
  padding-top: 5px;
  font-size: 13px;
}/*# sourceMappingURL=main.css.map */