@charset "utf-8";

.p-item__wrapper {
    padding: 90px 0;
}
.p-item__wrapper h2 {
  margin-bottom: 40px;
}
.p-item__wrapper .c-flex {
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-item__wrapper h2.text_title {
  margin-bottom: 30px;
}
.p-item__wrapper h2.text_title span {
  color: #333;
  display: flex;
  font-size: 38px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  line-height: 1.4;
  transform: skewX(-14deg);
}
.p-item__wrapper h2.text_title span::before,
.p-item__wrapper h2.text_title span::after {
  content: "";
  width: 100px;
  border-top: 1px solid #333;
}
.p-item__wrapper h2.text_title span::before {
  margin-right: 1rem; 
}
.p-item__wrapper h2.text_title span::after {
  margin-left: 1rem;
}
.p-item__wrapper img {
  height: auto;
  width: 100%;
}
.p-item__wrapper__inner {
  margin-bottom: 40px;
}
.p-item__wrapper__inner + .text_title {
  margin-top: 60px;
}
.p-item__wrapper__panel {
  text-align: center;
}
.p-item__wrapper__panel,
.p-item__wrapper__panel--set {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 2px solid #2c2007;
  background-color: #fff;
}
.p-item__wrapper__panel:not(:nth-child(4n)) {
  border-right: 0;
}
.p-item__wrapper__panel:not(:nth-child(n+1):nth-child(-n+4)) {
  border-top: 0;
}
.p-item__wrapper__panel:last-child {
  border-right: 2px solid #2c2007;
}
.p-item__wrapper__panel--set {
  width: calc((100%/3) - 20px);
}
@media screen and (min-width: 768px), print {
  .p-item__wrapper__panel {
    width: calc(100%/4);
  }
}
@media screen and (max-width: 767px){
  .p-item__wrapper {
    padding: 60px 0;
  }
  .p-item__wrapper h2 {
    margin-bottom: 20px;
  }
  .p-item__wrapper h2.text_title span {
    font-size: 6vw;
  }
  .p-item__wrapper h2.text_title span::before,
  .p-item__wrapper h2.text_title span::after {
    content: none;
  }
  /*.p-item__wrapper__inner {
    padding-right: 15px;
    padding-left: 15px;
  }*/
  .p-item__wrapper__panel {
    padding: 18px 14px 16px;
    width: 50%;
  }
  .p-item__wrapper__panel:nth-child(even) {
    border-left: 0;
  }
  .p-item__wrapper__panel:not(:nth-child(4n)) {
    border-right: 2px solid #2c2007;
  }
  .p-item__wrapper__panel:not(:nth-child(n+1):nth-child(-n+2)){
    border-top: 0;
  }
}
.item-category {
  background: #f7d043;
  background: linear-gradient(25deg,  #f7d043 0%,#ffe95c 20%,#f2c71b 44%,#feedbb 52%,#ffea6b 58%,#edbe23 71%,#f4f490 78%,#ffe95c 85%,#f2c50f 100%);
  border: 2px solid #5e4d13;
  box-shadow: 4px 4px 0 0 rgba(0,0,0,.1);
  color: #2c2007;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  padding: 2px 0;
  text-align: center;
  transform: skewX(-14deg);
}
.item-image {
  width: 100%;
  max-width: 180px;
  height: auto;
  height: 180px;
  min-height: 180px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
a:hover .item-image > img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.item-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .78px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px){
  .item-category {
    font-size: 14px;
  }
  .item-image {
    width: calc(100% - 12px);
    height: 115px;
    min-height: auto;
    margin-bottom: 22px;
  }
  .item-name {
    font-size: 12px;
  }
}
.p-top-recommend__panel--small>a .product_price {
  font-size: 20px;
  letter-spacing: .8px;
  line-height: 1.2;
}
.item-price {
  color: #e43344;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .item-price {
    font-size: 11px;
    letter-spacing: .8px;
    line-height: 1.2;
  }
  .item-price span {
    font-size: 18px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px){
  .item-price {
    line-height: 1.3;
  }
  .item-price span {
    font-size: 6vw;
  }
}
.item-coupon {
  border: 3px dashed #001e60;
  font-weight: 600;
}
.item-coupon input {
  width: 100%;
}
.item-coupon-link {
  padding: 10px;
  height: 100%;
  width: 100%;
}
.item-coupon-link:hover {
  background-color: #ff5500;
  color: #fff;
}
dl.event-period {
  margin-bottom: 10px;
  text-align: center;
}
dl.event-period dt {
  margin-bottom: 30px;
}
dl.event-period dt span {
  color: #484848;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  transform: skewX(-14deg);
}
dl.event-period dt span::before,
dl.event-period dt span::after {
  content: "";
  width: 90px;
  border-top: 1px solid #484848;
}
dl.event-period dt span::before {
  margin-right: 1rem; 
}
dl.event-period dt span::after {
  margin-left: 1rem; 
}
dl.event-period dd {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
ul.caution {
  font-size: 14px;
  text-indent: -1em;
}
ul.caution li {
  margin-left: 1em;
}
ul.caution li::before {
  content: "※";
}
.p-item__wrapper__text {
  text-align: center;
}
.discount {
  color: #e50011;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
}
.discount span {
  font-size: 56px;
  padding: 0 6px;
}
@media screen and (max-width: 767px){
  dl.event-period {
    display: block;
    margin-bottom: 10px;
  }
  dl.event-period dt {
    font-size: 22px;
    margin-bottom: 10px;
    width: 100%;
  }
  dl.event-period dd {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  ul.caution {
    font-size: 11px;
  }
  .item-coupon-link {
    padding: 6px;
  }
  .discount {
    font-size: 8vw;
    line-height: 1.2;
    margin: 10px 20px;
  }
  .discount span {
    font-size: 10vw;
  }
  dl.event-period dt span {
    font-size: 20px;
  }
  dl.event-period dt span::before,
  dl.event-period dt span::after {
    width: 3vw;
  }
}
.bg-recommend-campaign {
  text-align: left;
}
.bg-white {
  background: #fff;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  margin-bottom: 40px;
  padding: 30px;
}
@media screen and (max-width: 767px){
  .bg-white {
    padding: 20px 10px;
  }
}

/*-------------------------------------
　各ブロック背景
---------------------------------------*/
/*ドスパラ通販サイト限定セール*/
.bg-online-limited {
  background: #fff url("../../../event/gw2023-sale/images/bg-online-limited.jpg") no-repeat top center / cover;
  padding-top: 0;
}
/*ドスパラ通販サイトおすすめ品*/
.bg-recommend-product {
  background: #fff url("../../../event/gw2023-sale/images/bg-recommend-product.jpg") no-repeat top center / cover;
  padding-top: 0;
}
/*ドスパラ店舗限定セール*/
.bg-shop-limited {
  background: #fff url("../../../event/gw2023-sale/images/bg-shop-limited.jpg") no-repeat top center / cover;
  padding-top: 0;
}
/*GW6大キャンペーン*/
.bg-gw-6campaign {
  background: #fff url("../../../event/gw2023/images/bg-gw-6campaign.jpg") no-repeat top center / cover;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .bg-online-limited {
    background: #fff url("../../../event/gw2023-sale/images/bg-online-limited-sp.jpg") no-repeat top center / cover;
  }
  .bg-recommend-product {
    background: #fff url("../../../event/gw2023-sale/images/bg-recommend-product-sp.jpg") no-repeat top center / cover;
  }
  .bg-shop-limited {
    background: #fff url("../../../event/gw2023-sale/images/bg-shop-limited-sp.jpg") no-repeat top center / cover;
  }
  .bg-gw-6campaign {
    background: #fff url("../../../event/gw2023/images/bg-gw-6campaign-sp.jpg") no-repeat top center / cover;
  }
}

/*-------------------------------------
　クーポンの使い方ポップアップ
---------------------------------------*/
.p-popup-how-to-use-coupon__trigger {
  display: inline-block;
  line-height: 1;
  margin-top: 1em;
}
.p-popup-how-to-use-coupon__trigger img {
  width: 12px;
  height: auto;
  margin-left: 3px;
  vertical-align: baseline;
}
.p-popup-how-to-use-coupon__trigger:hover img {
  opacity: 0.5;
}
.p-popup-how-to-use-coupon input.popup_flg ~ .popup_content_wrapper {
  width: 95vw;
  max-width: 1000px;
  padding: 40px;
}
.p-popup-how-to-use-coupon input.popup_flg ~ .popup_content_wrapper .popup_close_icon {
  color: #484848;
  border: 0;
  top: 4px;
  right: 4px;
  transform: none;
  font-size: clamp(28px, 36/768*100vw,36px);
  font-weight: normal;
}
.p-popup-how-to-use-coupon .popup_content {
  overflow-y: auto;
}
.p-popup-how-to-use-coupon__image img {
  width: 100%;
}