@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-feature.png);
  background-attachment: fixed;
  background-repeat: repeat;
}
.contentswrap * {
  font-weight: 500;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", 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.btn01 {
  display: inline-block;
  margin: 10px auto 0;
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid;
  transition: 0.2s;
}
.contentswrap section a.btn01:first-child {
  color: #ff1aa1;
}
.contentswrap section a.btn01:hover {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 650px) {
  .contentswrap section a.btn01 {
    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(30% + 20px);
  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: 12px;
  }
}
#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: 5px;
    font-size: 16px;
  }
}
@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(26% + 20px);
  }
}

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

.h2 {
  margin: 30px auto;
}

.infoBox {
  margin: 0 auto 30px;
}
.infoBox div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.infoBox div a {
  width: 50%;
  padding: 10px;
  transition: 0.2s;
}
.infoBox div a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .infoBox div a {
    width: 100%;
  }
}

a.btn_bf {
  display: block;
  position: relative;
  max-width: 450px;
  width: 90%;
  margin: 0 auto 30px;
  background: #f01919;
  padding: 10px;
  font-size: 21px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s transform, 0.75s opacity;
}
a.btn_bf::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
a.btn_bf:hover {
  cursor: pointer;
  transform: translateY(3px);
  opacity: 0.8;
}
a.btn_bf::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_bf:hover::before {
  left: calc(100% + 80px);
  width: 100px;
  opacity: 0;
  transition: 0.7s;
}
@media screen and (max-width: 650px) {
  a.btn_bf {
    margin: 20px auto 0;
    font-size: 19px;
  }
}

a.btn_item {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 5px auto 15px;
  background: #1c7020;
  text-align: center;
  padding: 10px;
  font-size: 21px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.3s transform, 0.75s opacity;
}
a.btn_item::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
a.btn_item:hover {
  cursor: pointer;
  transform: translateY(3px);
  opacity: 0.8;
}
a.btn_item::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_item:hover::before {
  left: calc(100% + 80px);
  width: 100px;
  opacity: 0;
  transition: 0.7s;
}
@media screen and (max-width: 650px) {
  a.btn_item {
    margin: 5px auto 0;
    font-size: 14px;
    text-align: left;
  }
}

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

ul.item_list {
  max-width: 100%;
  margin: 0 auto;
}
ul.item_list li {
  padding: 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: 20% 15px 30px;
  }
}
.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;
  }
}

#cp1 .cp__contents_inner p span,
#cp1 .weekly_time span,
#cp1 .txtlink {
  color: #ff1aa1;
}

#cp2 .cp__contents_inner p span,
#cp2 .weekly_time span,
#cp2 .txtlink {
  color: #ff481a;
}

#cp3 .cp__contents_inner p span,
#cp3 .weekly_time span,
#cp3 .txtlink {
  color: #00ac00;
}

#cp4 .cp__contents_inner p span,
#cp4 .weekly_time span,
#cp4 .txtlink {
  color: #0080ff;
}

.cpBox {
  position: relative;
  margin: 70px auto;
}
@media screen and (max-width: 991px) {
  .cpBox {
    margin: 60px auto;
  }
}
@media screen and (max-width: 650px) {
  .cpBox {
    margin: 50px auto;
  }
}
.cpBox .itemBox {
  padding: 45px 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 650px) {
  .cpBox .itemBox {
    padding: 15px 10px;
  }
}
.cpBox h2.ttl_A {
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .cpBox h2.ttl_A {
    top: -20px;
  }
}
.cpBox h2.ttl_B {
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .cpBox h2.ttl_B {
    top: -50px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .cpBox h2.ttl_B {
    width: 105%;
  }
}

#cp1_point .cpBox h2.ttl_A {
  top: -60px;
}
@media screen and (max-width: 650px) {
  #cp1_point .cpBox h2.ttl_A {
    top: -30px;
  }
}

.cp__lead {
  margin: 10px auto;
  font-size: 21px;
  line-height: 1.6 !important;
}
@media screen and (max-width: 991px) {
  .cp__lead {
    font-size: 18px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 650px) {
  .cp__lead {
    font-size: 14px;
  }
}

.cp1_shadow {
  box-shadow: 6px 6px 0 rgba(255, 26, 160, 0.1843137255);
}
@media screen and (max-width: 650px) {
  .cp1_shadow {
    box-shadow: 3px 3px 0 rgba(255, 26, 160, 0.1843137255);
  }
}

.cp2_shadow {
  box-shadow: 6px 6px 0 rgba(255, 72, 26, 0.2392156863);
}
@media screen and (max-width: 650px) {
  .cp2_shadow {
    box-shadow: 3px 3px 0 rgba(255, 72, 26, 0.2392156863);
  }
}

.cp3_shadow {
  box-shadow: 6px 6px 0 rgba(0, 172, 0, 0.231372549);
}
@media screen and (max-width: 650px) {
  .cp3_shadow {
    box-shadow: 3px 3px 0 rgba(0, 172, 0, 0.231372549);
  }
}

.cp4_shadow {
  box-shadow: 6px 6px 0 rgba(0, 128, 255, 0.2);
}
@media screen and (max-width: 650px) {
  .cp4_shadow {
    box-shadow: 3px 3px 0 rgba(0, 128, 255, 0.2);
  }
}

ul.afsale {
  padding: 0 20px;
}
@media screen and (max-width: 650px) {
  ul.afsale {
    padding: 0 10px;
  }
}
ul.afsale > li:nth-of-type(odd) .subttl {
  color: #fb7901;
}
ul.afsale > li:nth-of-type(odd) a.mdbtn {
  background-color: #fb7901;
}
ul.afsale > li:nth-of-type(even) .subttl {
  color: #c8006d;
}
ul.afsale > li:nth-of-type(even) a.mdbtn {
  background-color: #c8006d;
}

.secretbox p {
  font-weight: 500;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  color: #777;
}

.secretbox {
  position: relative;
  padding: 70px 10px 80px;
  max-width: 1000px;
  margin: 20px auto;
  background: repeating-linear-gradient(-45deg, #eee, #eee 10px, #fff 0, #fff 20px);
  border-radius: 10px;
}

.saletab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 15px;
}
@media screen and (max-width: 650px) {
  .saletab {
    margin: 30px auto 0;
  }
}
.saletab li {
  width: calc(25% - 25px);
  margin: 10px 10px 25px;
  transition: 0.3s;
  cursor: pointer;
}
.saletab li:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 650px) {
  .saletab li {
    width: calc(25% - 10px);
    margin: 5px 5px 10px;
  }
}
.saletab li .ptBtn_noAct {
  display: none;
}

.aboutCon {
  max-width: 640px;
  margin: 30px auto;
}
.aboutCon .about_warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_part {
  width: calc(45% + 15px);
}
@media screen and (max-width: 650px) {
  .about_part {
    width: calc(44% + 10px);
  }
}
.about_part img {
  width: 95%;
}
.about_part p {
  font-size: 14px;
}
.about_part .about_ttl {
  margin: 15px auto 10px;
  font-size: 21px;
  font-weight: 700;
}
.about_part .about_txt {
  text-align: left;
}
.about_part .about_btn a {
  display: block;
  width: 100%;
  margin: 15px auto;
  padding: 7px 5px;
  color: #ff1aa1;
  border: 3px solid #ff1aa1;
  border-radius: 5px;
  transition: 0.2s;
}
.about_part .about_btn a:hover {
  color: #fff;
  background: #ff1aa1;
}

.whbox__inner {
  padding: 50px 10px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .whbox__inner {
    padding: 20px 10px;
  }
}

.question {
  padding-top: 15px !important;
}
.question::first-letter {
  font-weight: 700;
  color: #0080ff;
}

.answer {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #9fa0a0;
}
.answer:last-child {
  border-bottom: none;
}
.answer::first-letter {
  font-weight: 700;
  color: #ff481a;
}

.sale_comment {
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  margin: 20px auto;
  max-width: 500px;
  padding: 5px 10px;
  position: relative;
  z-index: 5;
  color: #666;
}
@media screen and (max-width: 650px) {
  .sale_comment {
    font-size: 14px;
    max-width: 250px;
  }
}
.sale_comment::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ddd;
  z-index: -1;
  border-radius: 50px;
}
.sale_comment::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(100% - 2px);
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-top-color: #ddd;
  z-index: -1;
}

.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 Rounded 1c", 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;
  }
}

.itemlist__coupon {
  font-size: 13px;
  background: #ffff00;
  color: #dd000a;
  margin: 0px -11px -1px;
  padding: 5px;
  line-height: 1.5 !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .itemlist__coupon {
    font-size: 12px;
  }
}

.itemlist__coupon-sold {
  background: #555;
  color: #fff;
}

.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 {
    max-width: 96%;
    margin: auto;
    padding: 40px 10px 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .cp__contents {
    margin: auto;
    padding: 30px 10px 0 10px;
  }
}

.cp01__itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cp01__itemlist > li {
  padding: 5px;
}
.cp01__itemlist > li:nth-of-type(1) {
  width: 100%;
}
.cp01__itemlist > li:nth-of-type(n + 2) {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .cp01__itemlist {
    max-width: 400px;
    margin: auto;
  }
  .cp01__itemlist > li:nth-of-type(n + 2) {
    width: 100%;
  }
}

.cp02__features {
  display: flex;
  justify-content: center;
}
.cp02__features > li {
  padding: 15px;
}
.cp02__features > li p {
  padding: 10px 0 0;
  line-height: 1.5 !important;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .cp02__features > li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .cp02__features {
    display: block;
  }
  .cp02__features > li {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 400px;
    margin: auto;
    padding: 10px 0;
  }
  .cp02__features > li div {
    width: 40%;
  }
  .cp02__features > li p {
    width: 60%;
    padding-left: 10px;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 650px) {
  .cp02__features > li br {
    display: none;
  }
}

#cp1 dl {
  max-width: 94%;
  text-align: left;
  margin: 20px auto 0;
}
#cp1 dl dd {
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
  #cp1 dl dd {
    padding: 5px 7.5px;
  }
}
#cp1 dl dd a {
  color: #ff1aa1;
}
#cp1 dl dd a:hover {
  opacity: 0.5;
}
#cp1 dl dd p.attention {
  color: #777;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  #cp1 dl dd p.attention {
    font-size: 14px;
  }
}
#cp1 dl dd p.note {
  color: #777;
  font-size: 95%;
}
#cp1 dl dd .red {
  font-size: 95%;
}
#cp1 dl dd p span {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  #cp1 dl dd p span:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #cp1 dl dd {
    border: none;
    padding: 7.5px 0;
    font-size: 13px;
  }
}
#cp1 dl dd .lotterylink {
  display: flex;
  flex-wrap: wrap;
}
#cp1 dl dd .lotterylink li {
  width: 33.3%;
  padding: 7.5px;
}
#cp1 dl dd .lotterylink li a {
  display: block;
  padding: 7.5px 5px 5px;
  background: #ff1aa1;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#cp1 dl dd .lotterylink li a small {
  display: block;
}
@media screen and (max-width: 991px) {
  #cp1 dl dd .lotterylink li a small {
    font-size: 60%;
  }
}
@media screen and (max-width: 650px) {
  #cp1 dl dd .lotterylink li {
    width: 50%;
    padding: 5px;
  }
}
#cp1 dl dd .lotterylink_notperiod {
  margin: 10px 0;
  display: block;
  padding: 5px 15px 5px;
  background: #ccc;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#cp1 dl dt {
  padding: 10px 0;
  font-size: 20px;
  background: #ff1aa1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #cp1 dl dt {
    padding: 5px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  #cp1 dl {
    max-width: 100%;
  }
}

#cp2 dl {
  max-width: 94%;
  text-align: left;
  margin: 20px auto 0;
}
#cp2 dl dd {
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
  #cp2 dl dd {
    padding: 5px 7.5px;
  }
}
#cp2 dl dd a {
  color: #ff481a;
}
#cp2 dl dd a:hover {
  opacity: 0.5;
}
#cp2 dl dd p.attention {
  color: #777;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  #cp2 dl dd p.attention {
    font-size: 14px;
  }
}
#cp2 dl dd p.note {
  color: #777;
  font-size: 95%;
}
#cp2 dl dd .red {
  font-size: 95%;
}
#cp2 dl dd p span {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  #cp2 dl dd p span:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #cp2 dl dd {
    border: none;
    padding: 7.5px 0;
    font-size: 13px;
  }
}
#cp2 dl dd .lotterylink {
  display: flex;
  flex-wrap: wrap;
}
#cp2 dl dd .lotterylink li {
  width: 33.3%;
  padding: 7.5px;
}
#cp2 dl dd .lotterylink li a {
  display: block;
  padding: 7.5px 5px 5px;
  background: #ff481a;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#cp2 dl dd .lotterylink li a small {
  display: block;
}
@media screen and (max-width: 991px) {
  #cp2 dl dd .lotterylink li a small {
    font-size: 60%;
  }
}
@media screen and (max-width: 650px) {
  #cp2 dl dd .lotterylink li {
    width: 50%;
    padding: 5px;
  }
}
#cp2 dl dd .lotterylink_notperiod {
  margin: 10px 0;
  display: block;
  padding: 5px 15px 5px;
  background: #ccc;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#cp2 dl dt {
  padding: 10px 0;
  font-size: 20px;
  background: #ff481a;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #cp2 dl dt {
    padding: 5px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  #cp2 dl {
    max-width: 100%;
  }
}

#cp3 dl {
  max-width: 94%;
  text-align: left;
  margin: 20px auto 0;
}
#cp3 dl dd {
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
  #cp3 dl dd {
    padding: 5px 7.5px;
  }
}
#cp3 dl dd a {
  color: #00ac00;
}
#cp3 dl dd a:hover {
  opacity: 0.5;
}
#cp3 dl dd p.attention {
  color: #777;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  #cp3 dl dd p.attention {
    font-size: 14px;
  }
}
#cp3 dl dd p.note {
  color: #777;
  font-size: 95%;
}
#cp3 dl dd .red {
  font-size: 95%;
}
#cp3 dl dd p span {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  #cp3 dl dd p span:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #cp3 dl dd {
    border: none;
    padding: 7.5px 0;
    font-size: 13px;
  }
}
#cp3 dl dd .lotterylink {
  display: flex;
  flex-wrap: wrap;
}
#cp3 dl dd .lotterylink li {
  width: 33.3%;
  padding: 7.5px;
}
#cp3 dl dd .lotterylink li a {
  display: block;
  padding: 7.5px 5px 5px;
  background: #00ac00;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#cp3 dl dd .lotterylink li a small {
  display: block;
}
@media screen and (max-width: 991px) {
  #cp3 dl dd .lotterylink li a small {
    font-size: 60%;
  }
}
@media screen and (max-width: 650px) {
  #cp3 dl dd .lotterylink li {
    width: 50%;
    padding: 5px;
  }
}
#cp3 dl dd .lotterylink_notperiod {
  margin: 10px 0;
  display: block;
  padding: 5px 15px 5px;
  background: #ccc;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#cp3 dl dt {
  padding: 10px 0;
  font-size: 20px;
  background: #00ac00;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #cp3 dl dt {
    padding: 5px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  #cp3 dl {
    max-width: 100%;
  }
}

.outline__list li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.outline__list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background: #ccc;
  left: 5px;
  top: 13px;
}

.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;
  }
}
#sb-site-main {
  transform: unset;
}

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;
}

/*bxslider*/
#socialshare {
  display: none;
}

.product-list {
  border: none !important;
  margin: 0 auto;
  height: auto !important;
}
.product-list ul {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0 !important;
  position: relative;
  border-top: none !important;
}
.product-list ul li {
  height: auto !important;
  border: none !important;
  width: calc(25% - 10px) !important;
  margin: 0 5px 5px;
  transition: 0.3s;
}
.product-list ul li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .product-list ul li {
    width: calc(50% - 10px) !important;
  }
}
.product-list ul li img {
  width: 100%;
  height: auto;
  margin: auto;
}
.product-list ul li .txt-productname {
  line-height: 1.5 !important;
  margin: 10px 0 5px;
  color: #111;
  font-size: 14px;
  height: 3em !important;
  overflow: hidden;
}
.product-list ul li .txt-productname a {
  color: #111;
  font-weight: normal !important;
}
.product-list ul li .txt-price {
  font-size: 25px !important;
  color: #dd000a;
  font-family: Impact, Oswald, Haettenschweiler, Franklin Gothic Bold, sans-serif !important;
}
.product-list ul li .txt-price:first-letter {
  font-size: 70%;
  font-weight: bold;
}
.product-list ul li .txt-stock {
  font-size: 12px;
}
.product-list ul li:hover {
  background: #fff;
}

.bx-wrapper {
  margin-bottom: 0 !important;
  background: unset !important;
}
.bx-wrapper .bx-viewport {
  height: auto !important;
}
.bx-wrapper .bx-controls-direction {
  display: none;
}

a.img-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: 0.2s;
}

#sld {
  border: none !important;
  position: relative;
  min-height: 300px;
}
#sld:not(:has(.slick-list))::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #ff1aa1 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: calc(50% - 20px);
  top: 50px;
  content: "";
}
#sld .slick-list {
  border: none !important;
}
#sld .slick-slider > .slick-arrow {
  background: #ddd !important;
  width: 10% !important;
  max-width: 60px;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  bottom: unset !important;
  transform: unset !important;
}
#sld .slick-slider > .slick-arrow.slick-prev {
  left: -5px !important;
  z-index: 10;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0)) !important;
}
#sld .slick-slider > .slick-arrow.slick-prev::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 15px);
  left: 15px;
  border: 3px solid transparent;
  border-bottom-color: #555;
  border-left-color: #555;
  transform: rotate(45deg);
}
#sld .slick-slider > .slick-arrow.slick-next {
  left: unset !important;
  right: -5px !important;
  z-index: 10;
  background: linear-gradient(-90deg, #ffffff, rgba(255, 255, 255, 0)) !important;
}
#sld .slick-slider > .slick-arrow.slick-next::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 15px);
  right: 15px;
  border: 3px solid transparent;
  border-top-color: #555;
  border-right-color: #555;
  transform: rotate(45deg);
}

#special-content:not(.beforeperiod) .beforewrap {
  display: none;
}
#special-content:not(.beforeperiod) .afterwrap {
  display: block;
}

#special-content.beforeperiod .beforewrap {
  display: block;
}
#special-content.beforeperiod .afterwrap {
  display: none;
}

.btndisable a.lgbtn::after,
.btndisable a.mdbtn::after {
  display: none;
}

.countdown {
  margin: 0.5em 0 1em;
  font-size: 18px;
  background: #fbe4f1;
  padding: 10px 0 0;
}
.countdown > p {
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  display: inline-block;
  color: #c8006d;
}
.countdown span {
  background: #c8006d;
  padding: 0px 8px;
  font-size: 150%;
  color: #fff;
  margin: 0 5px 0 7.5px;
  letter-spacing: 2px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  vertical-align: text-bottom;
  position: relative;
}
.countdown .cd__txt {
  margin: 0 0 2.5px;
}
@media screen and (max-width: 650px) {
  .countdown {
    font-size: 16px;
    padding: 10px 0;
  }
  .countdown > p {
    display: block;
  }
}

.categoryArea {
  padding-bottom: 60px;
}

.fList p {
  color: #fff !important;
}/*# sourceMappingURL=main.css.map */