@charset "UTF-8";
.contents-wrap {
  max-width: 960px;
  margin: auto;
  color: #111;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.contents-wrap::before {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/cpn/202508/img/bg.png);
}
.contents-wrap header {
  margin: 0 0 5px;
  border: none !important;
  background-color: #ff1aa1 !important;
}
.contents-wrap header img {
  max-width: 30%;
  height: auto;
}
.contents-wrap a:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .contents-wrap a {
    font-size: unset;
  }
  .contents-wrap header {
    margin: 0;
  }
  .contents-wrap {
    max-width: 720px;
  }
}

img {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

h1 {
  margin: 5px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  h1 {
    margin: 0;
  }
}
h1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/cpn/202508/img/top_ttl.png) no-repeat center;
  background-size: contain;
  z-index: 8;
}
h1.sh::before {
  opacity: 0;
  animation: ttlshow 0.8s ease-in-out 0.2s forwards;
}

@keyframes ttlshow {
  0% {
    opacity: 0;
    scale: 1.5;
  }
  70% {
    scale: 0.85;
    opacity: 1;
  }
  100% {
    scale: 0.9;
    opacity: 1;
  }
}
@keyframes chshow {
  0% {
    transform: translateY(300px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.kv__period {
  padding: 15px 5px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background: #ff3300;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv__period {
    padding: 10px 5px;
    font-size: 16px;
  }
}

.couponBox {
  max-width: 690px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.couponGroup {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .couponGroup {
    padding: 0;
  }
}

.couponGroup_bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 30px 15px;;
}
@media screen and (max-width: 768px) {
  .couponGroup_bottom {
    padding: 20px 0;
  }
}

a.coupon {
  display: block;
  margin: 15px 10px;
}
@media screen and (max-width: 768px) {
  a.coupon {
    margin: 10px;
  }
}

a.coupon img {
  max-width: 100%;
  height: auto;
}

.pagenav {
  padding: 0 10px;
}
@media screen and (max-width: 479px) {
  .pagenav {
    padding: 0;
  }
}

.pagenav > ul {
  margin: 30px 0;
  counter-reset: num;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

/* margin: 20px 0から変更 */
@media screen and (max-width: 479px) {
  .pagenav > ul {
    margin: 10px 0 25px 0;
  }
}
.pagenav > ul > * {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .pagenav > ul li {
    width: 45%;
    max-width: 600px;
  }
}
.pagenav > ul li a {
  position: relative;
  display: block;
  padding: 20px 5px;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #0088ff;
  color: #0088ff;
  background-color: #fff;
  box-shadow: 0 3px 0 #ccc;
}
.pagenav > ul li a .pagenav__cpttl {
  font-size: 16px;
  font-weight: bold;
}
.pagenav > ul li a .pagenav__cptxt {
  display: block;
  margin: 0 0 3px;
  font-size: 24px;
  font-weight: bold;
}
.pagenav > ul li a .pagenav__cptxt > em {
  color: #ff3300;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .pagenav > ul li a .pagenav__cptxt {
    font-size: 16px;
  }
}
.pagenav > ul li a::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  content: "";
  transition: 0.3s;
  border-radius: 50%;
  background-color: #0088ff;
}
.pagenav > ul li a::before {
  position: absolute;
  z-index: 10;
  right: calc(50% - 6px);
  bottom: -4px;
  width: 12px;
  height: 12px;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.pagenav > ul li a:hover {
  border: 2px solid #ff3300;
  transform: translateY(7px);
  box-shadow: 0 0 0;
}
.pagenav > ul li a:hover::after {
  background-color: #ff3300;
}

section[id^=cp] {
  margin: 50px 0;
}
section[id^=cp] .cp-wrap {
  padding: 30px 10px 0 10px;
  /* background-color: #f8f8f8; */
}
@media screen and (max-width: 479px) {
  section[id^=cp] .cp-wrap {
    margin-top: 35px;
    padding: 0;
  }
  section[id^=cp]{
    margin: 40px 0;
  }
  #cp1{
    margin-bottom: 0;
  }
}
section[id^=cp] h2 {
  position: relative;
  padding: 0 0 10px;
  text-align: center;
}
section[id^=cp] h2 img {
  position: relative;
  z-index: 10;
}
section[id^=cp] h2::before {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 7%;
  min-height: 30px;
  content: "";
  background-color: #ff3300;
}
section[id^=cp] h2::after {
  position: absolute;
  z-index: 9;
  top: 99%;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #ff3300;
}

section#cp2 h2::before {
  background-color: #0088ff !important;
}
section#cp2 h2::after {
  border-top: 20px solid #0088ff !important;
}

a.cp1__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  max-width: 700px;
  width: calc(100% - 60px);
  min-height: 200px;
  margin: 20px auto 5px;
  padding: 10px 0 10px 10px;
  color: #111;
  transition: 0.2s;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  a.cp1__main {
    padding: 5px 5px 10px 5px;
    max-width: 640px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 768px) {
  a.cp1__main > img {
    width: 55%;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  a.cp1__main > img {
    width: 80%;
  }
}
a.cp1__main > div {
  width: 45%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  a.cp1__main > div {
    padding: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  a.cp1__main > div {
    width: 100%;
  }
}
a.cp1__main:hover {
  border-color: #ff3300;
}

.cp1__sub {
  justify-content: center;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.cp1__sub > * {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
}
.cp1__sub > a {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  color: #111;
  transition: 0.2s;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cp1__sub{
    margin-bottom: 5px;
  }
  .cp1__sub > a {
    align-items: center;
    max-width: 640px;
    width: calc(50% - 10px);
    margin: 5px auto;
    padding: 5px 5px 10px 5px;
  }
}
.cp1__sub > a > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cp1__sub > a > img {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .cp1__sub > a > img {
    width: 100%;
    margin: auto;
  }
}
.cp1__sub > a > div {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cp1__sub > a > div {
    padding: 0 10px;
  }
}

.cp1__sub > a p {
  width: 100%;
}
.cp1__sub > a:hover {
  border-color: #0088ff;
}

.img-responsive {
  margin-right: auto;
  margin-left: auto;
}

.cp1__item__nm {
  margin: 15px 0 10px;
  font-size: 18px;
}
.cp1__item__nm > em {
  font-size: 110%;
  font-weight: bold;
  color: #ff3300;
}
@media screen and (max-width: 768px) {
  .cp1__item__nm {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .cp1__item__nm {
    font-size: 14px;
  }
}

.cp1__item__npr {
  margin: 0 0 3px;
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .cp1__item__npr {
    display: block;
    text-align: center;
  }
}

.cp1__item__cpr {
  color: #ff3300;
}
.cp1__item__cpr > span:nth-of-type(1) {
  display: inline-block;
  padding: 2px 7px;
  vertical-align: super;
  font-size: 18px;
  font-weight: bold;
  margin-right: 0;
  color: #fbff2c;
  background-color: #ff3300;
}
@media screen and (max-width: 768px) {
  .cp1__item__cpr > span:nth-of-type(1) {
    display: block;
    position: relative;
    text-align: center;
  }
  .cp1__item__cpr > span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-top: 10px solid #ff3300;
  }
}
.cp1__item__cpr > span:nth-of-type(2) {
  display: inline-block;
  padding-left: 5px;
  font-size: 36px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.cp1__item__cpr > span:nth-of-type(2)::first-letter {
  padding: 5px;
  font-size: 75%;
}
@media screen and (max-width: 768px) {
  .cp1__item__cpr > span:nth-of-type(2) {
    display: block;
    padding: 10px 15px 0 0;
    text-align: center;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/cpn/202508/img/price_bk.png);
    background-size: cover;
  }
}
@media screen and (max-width: 479px) {
  .cp1__item__cpr > span:nth-of-type(2) {
    background: none;
  }
}

.cp1__item__inf {
  margin: 10px auto 5px;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  background-color: #f3f3f3;
}
.cp1__item__inf span {
  display: block;
  margin-top: 5px;
}

a.btn-cp1acc {
  position: relative;
  margin: 30px auto;
  border: 2px solid #003ab9;
  box-shadow: 0 3px 0 #ccc;
  display: block;
  width: calc(100% - 10px);
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 10px;
  transition: 0.3s;
  text-align: center;
  color: #003ab9;
  border: 2px solid #003ab9;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  a.btn-cp1acc {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }
}
a.btn-cp1acc:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0;
}
@media screen and (max-width: 768px) {
  a.btn-cp1acc {
    margin: 10px auto 20px;
  }
}
a.btn-cp1acc:not(.active)::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 25px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-right: 2px solid #003ab9;
  border-bottom: 2px solid #003ab9;
}
@media screen and (max-width: 479px) {
  a.btn-cp1acc:not(.active)::after {
    right: 15px;
  }
}
a.btn-cp1acc:not(.active):hover::after {
  top: calc(0.9em + 1px);
}
a.btn-cp1acc.active::after {
  position: absolute;
  top: calc(50% - 0.2em);
  right: 25px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(-135deg);
  border-right: 2px solid #003ab9;
  border-bottom: 2px solid #003ab9;
}
@media screen and (max-width: 479px) {
  a.btn-cp1acc.active::after {
    right: 15px;
  }
}
a.btn-cp1acc.active:hover::after {
  top: calc(1em - 1px);
}
a.btn-cp1acc:hover {
  color: #ff3300;
  border-color: #ff3300;
}
a.btn-cp1acc:hover::after {
  border-right-color: #ff3300;
  border-bottom-color: #ff3300;
}

a.btn-rar {
  position: relative;
  margin: 30px auto;
  box-shadow: 0 3px 0 #ccc;
  display: block;
  width: calc(100% - 10px);
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 10px;
  transition: 0.3s;
  text-align: center;
  color: #ff3300;
  border: 2px solid #ff3300;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  a.btn-rar {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }
}
a.btn-rar:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0;
}
a.btn-rar::after {
  position: absolute;
  top: calc(50% - 0.4em);
  right: 25px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 2px solid #ff3300;
  border-right: 2px solid #ff3300;
}
@media screen and (max-width: 479px) {
  a.btn-rar::after {
    right: 15px;
  }
}
a.btn-rar:hover::after {
  right: 22px;
}
@media screen and (max-width: 479px) {
  a.btn-rar:hover::after {
    right: 12px;
  }
}
/* a.btn-rar:hover {
  color: #ff3300;
  border-color: #ff3300;
}
a.btn-rar:hover::after {
  border-top-color: #ff3300;
  border-right-color: #ff3300;
} */

a.btn-rar.redBtn {
  border: 2px solid #a11d30;
  display: block;
  width: calc(100% - 10px);
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 10px;
  transition: 0.3s;
  text-align: center;
  color: #a11d30;
  border: 2px solid #a11d30;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  a.btn-rar.redBtn {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }
}
a.btn-rar.redBtn:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0;
}
a.btn-rar.redBtn::after {
  position: absolute;
  top: calc(50% - 0.4em);
  right: 25px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 2px solid #a11d30;
  border-right: 2px solid #a11d30;
}
@media screen and (max-width: 479px) {
  a.btn-rar.redBtn::after {
    right: 15px;
  }
}
a.btn-rar.redBtn:hover::after {
  right: 22px;
}
@media screen and (max-width: 479px) {
  a.btn-rar.redBtn:hover::after {
    right: 12px;
  }
}

a.btn-rar.blueBtn {
  border: 2px solid #ff3300;
  display: block;
  width: calc(100% - 10px);
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 10px;
  transition: 0.3s;
  text-align: center;
  color: #ff3300;
  border: 2px solid #ff3300;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  a.btn-rar.blueBtn {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }
}
a.btn-rar.blueBtn:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0;
}
a.btn-rar.blueBtn::after {
  position: absolute;
  top: calc(50% - 0.4em);
  right: 25px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 2px solid #ff3300;
  border-right: 2px solid #ff3300;
}
@media screen and (max-width: 479px) {
  a.btn-rar.blueBtn::after {
    right: 15px;
  }
}
a.btn-rar.blueBtn:hover::after {
  right: 22px;
}
@media screen and (max-width: 479px) {
  a.btn-rar.blueBtn:hover::after {
    right: 12px;
  }
}
/* a.btn-rar.blueBtn:hover {
  color: #ff3300;
  border-color: #ff3300;
} */
/* a.btn-rar.blueBtn:hover::after {
  border-top-color: #ff3300;
  border-right-color: #ff3300;
} */

.cp1__detail__wrap {
  overflow: hidden;
  height: 0;
  transition: 0.5s ease-in-out;
  padding: 0 5px;
}

.cp1__detail__midashi {
  padding: 7px 0;
  text-align: center;
  color: #fff;
  border: 2px solid #111;
  background-color: #111;
  font-size: 18px;
  font-weight: bold;
}

.cp1__detail {
  max-width: 700px;
  margin: auto;
  padding: 20px 0 0;
}
.cp1__detail > div {
  padding: 0 5px;
  border: 2px solid #111;
  background-color: #fff;
}

.cp1__detail__contents,
.modal-body {
  padding: 5px 5px 0 20px;
}
@media screen and (max-width: 768px) {
  .cp1__detail__contents,
  .modal-body {
    padding: 5px 0;
  }
}
.cp1__detail__contents dt,
.modal-body dt {
  position: relative;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.cp1__detail__contents dt .ptxt,
.modal-body dt .ptxt {
  font-size: 14px;
}
.cp1__detail__contents dt::before,
.modal-body dt::before {
  position: absolute;
  top: 6px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #003ab9;
}
@media screen and (max-width: 768px) {
  .cp1__detail__contents dt,
  .modal-body dt {
    border-bottom: 1px solid #003ab9;
  }
  .cp1__detail__contents dt::before,
  .modal-body dt::before {
    display: none;
  }
}
.cp1__detail__contents span,
.modal-body span {
  display: inline-block;
}
.cp1__detail__contents .smmidashi,
.modal-body .smmidashi {
  width: 10em;
  margin: 0 10px 5px 0;
  padding: 2px 10px;
  /* background-color: #f8f8f8; */
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cp1__detail__contents .smmidashi,
  .modal-body .smmidashi {
    width: 100%;
    margin: 5px 10px 5px 0;
  }
}
.cp1__detail__contents dd,
.modal-body dd {
  margin: 5px 0 30px;
}
.cp1__detail__contents ul,
.cp1__detail__contents ol,
.modal-body ul,
.modal-body ol {
  margin: 10px 0 0;
}
.cp1__detail__contents ul li,
.cp1__detail__contents ol li,
.modal-body ul li,
.modal-body ol li {
  margin: 2.5px 0 2.5px 1.5em;
  position: relative;
}
.cp1__detail__contents ul > li,
.modal-body ul > li {
  list-style: disc;
  margin: 2.5px 0 2.5px 1.5em;
}
.cp1__detail__contents ol > li,
.modal-body ol > li {
  list-style: decimal;
  margin: 5px 0 20px 1.5em;
}
.cp1__detail__contents .notes,
.modal-body .notes {
  background-color: #fff5f5;
  padding: 5px;
}
.cp1__detail__contents .notes li,
.modal-body .notes li {
  list-style: none;
}
.cp1__detail__contents .notes li::before,
.modal-body .notes li::before {
  content: "※";
  position: absolute;
  left: -1.5em;
  color: #003ab9;
}

.modal-body {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0 10px;
  color: #111;
}
.modal-body a {
  font-size: unset !important;
  color: #003ab9;
  text-decoration: underline;
}
.modal-body a:hover {
  text-decoration: none;
}
.modal-body .modal-midashi {
  font-size: 16px;
  color: #fff;
  background-color: #003ab9;
  font-weight: bold;
  margin: 30px 0 10px;
  padding: 10px 5px;
}
.modal-body .modal-midashi:first-of-type {
  margin: 10px 0 10px;
}

.modal-dialog {
  color: #111;
}
.modal-dialog .btn-default {
  border: none;
  background-color: #003ab9;
  color: #fff;
}

.modal-open .modal {
  overflow-y: hidden;
  padding-right: 0 !important;
}

a.btn-cp1notes {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 10px;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #003ab9;
  font-size: 18px;
  font-weight: bold;
  max-width: 400px;
  margin: 10px auto;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  a.btn-cp1notes {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }
}
a.btn-cp1notes:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0;
}
a.btn-cp1notes::after {
  position: absolute;
  top: calc(50% - 0.4em);
  right: 25px;
  width: 0.6em;
  height: 0.6em;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 479px) {
  a.btn-cp1notes::after {
    right: 15px;
  }
}
a.btn-cp1notes:hover::after {
  right: 22px;
}
@media screen and (max-width: 479px) {
  a.btn-cp1notes:hover::after {
    right: 12px;
  }
}

a.aircon_coupon img {
  display: block;
  max-width: 560px;
  width: 95%;
  height: auto;
  margin: auto;
}

#cp2 h3 {
  position: relative;
  max-width: 400px;
  margin: 30px auto 0;
  padding: 0 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  #cp2 h3 {
    font-size: 18px;
    max-width: 300px;
    padding: 0;
  }
}
#cp2 h3::after, #cp2 h3::before {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  content: "";
  border: 0.5em solid transparent;
}
@media screen and (max-width: 479px) {
  #cp2 h3::after, #cp2 h3::before {
    display: none;
  }
}
#cp2 h3::before {
  left: 0;
}
#cp2 h3::after {
  right: 0;
}
#cp2 h3:nth-of-type(1)::before, #cp2 h3:nth-of-type(1)::after {
  border-top: 0.7em solid #003ab9;
}
#cp2 h3:nth-of-type(2)::before, #cp2 h3:nth-of-type(2)::after {
  border-top: 0.7em solid #ff3300;
}

.couponlist {
  margin: 5px auto 30px;
  padding: 0 5px;
}
.couponlist a {
  display: block;
  max-width: 640px;
  margin: 10px auto;
}
.couponlist img {
  max-width: 100%;
  height: auto;
}

.cp2__main a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 700px;
  width: calc(100% - 60px);
  min-height: 200px;
  margin: 20px auto 5px;
  padding: 10px;
  color: #111;
  transition: 0.2s;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.cp2__main a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .cp2__main a {
    padding: 5px 15px;
    max-width: 640px;
    width: calc(100% - 10px);
  }
}
.cp2__main a > div:nth-of-type(1) {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .cp2__main a > div:nth-of-type(1) {
    width: 40%;
  }
}
.cp2__main a > div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% - 300px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cp2__main a > div:nth-of-type(2) {
    padding-bottom: 0;
    width: 60%;
    padding-left: 5px;
  }
}
.cp2__main a > * {
  width: 100%;
}

.cp2__item__rate {
  width: 100%;
  margin: 10px auto;
  background-color: #a11d30;
}
.cp2__item__rate p {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #fffe38;
}
@media screen and (max-width: 768px) {
  .cp2__item__rate p {
    font-size: 21px;
  }
}
.cp2__item__rate span {
  font-size: 60%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cp2__item__rate {
    width: 60%;
  }
}

.cp2__item__nm {
  margin: 5px 0;
  font-size: 18px;
}
@media screen and (max-width: 479px) {
  .cp2__item__nm {
    font-size: 14px;
  }
}

.cp2__item__npr {
  font-size: 16px;
  text-decoration: line-through;
}

.cp2__item__cpr {
  padding-right: 10px;
  font-size: 42px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #a11d30;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/cpn/202508/img/price_bk.png) no-repeat center;
  background-size: 250px auto;
}
.cp2__item__cpr::first-letter {
  padding: 5px;
  font-size: 75%;
}
@media screen and (max-width: 768px) {
  .cp2__item__cpr {
    margin-bottom: 10px;
    font-size: 32px;
    background-size: 180px auto;
  }
}

.cp2__sub {
  justify-content: center;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.cp2__sub > li {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .cp2__sub > li {
    max-width: 640px;
    width: calc(100% - 10px);
  }
}
.cp2__sub > * {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
}
.cp2__sub > li a {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  min-height: 515px;
  padding: 10px;
  color: #111;
  transition: 0.3s;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.cp2__sub > li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .cp2__sub > li a {
    align-items: center;
    margin: 5px auto;
    padding: 5px;
    min-height: auto;
  }
}
.cp2__sub > li a > div {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cp2__sub > li a > div:nth-of-type(1) {
    width: 40%;
  }
  .cp2__sub > li a > div:nth-of-type(2) {
    width: 60%;
    padding-left: 5px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
}
.cp2__sub > li a p {
  width: 100%;
}

.cp3__item {
  margin: 5px auto 40px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cp3__item > * {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .cp3__item {
    display: flex;
    flex-wrap: wrap;
  }
  .cp3__item > * {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.cp3__item a {
  display: block;
  position: relative;
  padding: 10px;
  transition: 0.3s;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.cp3__item a:hover {
  border-color: #0088ff;
}

.cp3__item__nm {
  overflow: hidden;
  height: 3em;
  margin: 15px auto 10px;
  padding: 0;
  color: #111;
}
@media screen and (max-width: 768px) {
  .cp3__item__nm{
    height: 4em;
  }
}

.ctlist {
  margin: 5px auto 40px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.ctlist > * {
  width: calc(25% - 10px);
  margin: 5px;
}
.ctlist a {
  display: flex;
  align-items: center;
  padding: 5px;
  transition: 0.3s;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.ctlist a div {
  width: 90px;
}
.ctlist a p {
  width: calc(100% - 90px);
  padding-left: 10px;
  color: #111;
  transition: 0.3s;
}
.ctlist a:hover {
  border-color: #ff3300;
}
.ctlist a:hover p {
  color: #ff3300;
}
@media screen and (max-width: 768px) {
  .ctlist {
    display: flex;
    flex-wrap: wrap;
  }
  .ctlist > * {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
  .ctlist a {
    display: block;
  }
  .ctlist a div {
    width: 100%;
  }
  .ctlist a p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 3px 0 0;
  }
}
@media screen and (max-width: 479px) {
  .ctlist {
    display: flex;
    flex-wrap: wrap;
  }
  .ctlist > * {
    width: calc(50% - 10px);
    margin: 5px;
  }
}

.rbox {
  position: absolute;
  top: -10px;
  left: -5px;
  border: 2px solid #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .rbox {
    top: -10px;
    left: -7px;
    width: 60px;
    height: 60px;
    padding-top: 11px;
  }
}
.rbox span {
  font-weight: bold;
  font-style: italic;
  font-family: "Meiryo", "メイリオ", sans-serif;
}
.rbox span:nth-of-type(1) {
  font-size: 32px;
  line-height: 0.8;
  letter-spacing: -1.4px;
}
.rbox span:nth-of-type(2) {
  font-size: 16px;
}
.rbox span:nth-of-type(3) {
  display: block;
  font-size: 16px;
  line-height: 12px;
}
@media screen and (max-width: 768px) {
  .rbox span:nth-of-type(1) {
    font-size: 26px;
  }
  .rbox span:nth-of-type(2) {
    font-size: 14px;
  }
  .rbox span:nth-of-type(3) {
    font-size: 13px;
    line-height: 8px;
  }
}


.off-box {
  background: linear-gradient(0, #ff3300, #ff4ab4);
}

#recommend {
  text-align: center;
}
#recommend h2 {
  position: relative;
  display: block;
  margin: 50px auto 15px;
  padding: 0px 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
}
#recommend h2::before {
  position: absolute;
  z-index: -2;
  top: calc(50% - 4px);
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 2px solid #ff3300;
}
#recommend h2::after {
  position: absolute;
  z-index: -1;
  left: calc(50% - 6em);
  width: 12em;
  height: 100%;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #recommend h2 {
    font-size: 18px;
    border-bottom: 2px solid #003ab9;
    padding: 0 0 2px;
    margin: 30px auto 15px;
  }
  #recommend h2::before, #recommend h2::after {
    display: none;
  }
}

#recommend {
  padding: 0 10px;
}
@media screen and (max-width: 479px) {
  #recommend {
    padding: 0;
  }
}

.recommend__features {
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
}
.recommend__features > * {
  width: calc(50% - 10px);
  margin: 5px;
}
@media screen and (max-width: 479px) {
  .recommend__features {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend__features > * {
    width: calc(100% - 10px);
    margin: 5px;
  }
}

.recommend__brands {
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
}
.recommend__brands > * {
  width: calc(16.6666666667% - 10px);
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .recommend__brands {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend__brands > * {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
  }
}
.recommend__brands a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .recommend__brands a {
    padding: 5px;
  }
}
.recommend__brands a:hover {
  border-color: #ccc;
}

.pbox {
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #003ab9;
  max-width: 700px;
  color: #003ab9;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pbox {
    margin: 10px 5px;
  }
}

.ptxt {
  color: #003ab9;
}

.smapre {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .smapre {
    margin-top: 30px;
  }
  .smapre a {
    display: block;
    margin: auto;
    width: 400px;
    max-width: 100%;
  }
}
.smapre img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.smapre .lgtxt {
  font-size: 18px;
  position: relative;
  font-weight: bold;
  margin: 5px 1em;
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .smapre .lgtxt {
    font-size: 16px;
  }
}
.smapre .lgtxt small {
  font-weight: bold;
}
.smapre .lgtxt::before {
  content: "＼";
  position: absolute;
  bottom: 0;
  right: 100%;
}
.smapre .lgtxt::after {
  content: "／";
  position: absolute;
  bottom: 0;
  left: 100%;
}

footer {
  padding: 30px 0 50px;
}
footer .smtxt {
  text-align: center;
  font-size: 12px;
}

.topbtn {
  position: fixed;
  right: -40px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  content: "";
  transition: 0.3s;
  border-radius: 50%;
  background: #0088ff;
  z-index: 100;
  border: 1px solid #fff;
}
.topbtn.sh {
  right: 10px;
}
.topbtn::before {
  position: absolute;
  z-index: 10;
  right: calc(50% - 6px);
  bottom: 12px;
  width: 12px;
  height: 12px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.topbtn:hover {
  transform: translateY(-3px);
  background-color: #ff3300;
}

.modal-open .topbtn.sh {
  right: -40px;
}

.anime-fup {
  transform: translateY(50%);
  opacity: 0;
}
.anime-fup.sh {
  animation: fup 0.8s ease-in-out 0s forwards;
}

.official_line{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

.santaro{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  padding: 5px 0;
}

@keyframes fup {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  75% {
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=st.css.map */

/* ↓追加要素 */

.sale__catenav {
  display: flex;
  flex-wrap: wrap;
  width: 1110px;
  max-width: 100%;
  margin: 30px auto;
  justify-content: center;
  text-align: center;
}

.sale__catenav li {
  margin: 10px;
  width: calc(25%);
  padding: .5em;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  transition: .3s;
  color: #0088ff;
  background-color: #fff;
  border: 2px solid #0088ff;
  border-radius: 5em;
}

.nav_time {
  font-size: 16px;
  font-weight: normal;
}

.catenav_now {
  border: 2px solid #ff3300 !important;
  color: #ff3300 !important;
}

.catenav_end {
  border: 2px solid #a7a7a7 !important;
  color: #a7a7a7 !important;
}


@media screen and (max-width: 767px) {
  .sale__catenav {
    margin: 20px auto 0px;
  }

  .sale__catenav li {
    margin: 5px;
    width: calc(25% - -20px);
    border-radius: 1em;
  }

  .sale__catenav span {
  font-size: 14px;
}

  .nav_time {
  font-size: 13px;
}
.santaro{
  padding: 0;
}
}