@charset "UTF-8";

/* ----------------------------------
紙吹雪用の設定
---------------------------------- */
html,
body {
  height: 100%;
}

.wrapper {
  position: relative;
  z-index: 0;
}

#particles-js {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

#campaign_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* ----------------------------------
main
---------------------------------- */
/* .apparel-campaign_main {
  padding-bottom: 90px;
} */

.apparel-campaign_main-img {
  margin: 0 auto 60px;
}

.apparel-campaign_main-img img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.sectionTitle {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 600;
}

.sectionTitle_desc {
  margin-bottom: 20px;
}

.apparel-campaign_main p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .05em;
  text-align: center;
}



/* ----------------------------------
pick up
---------------------------------- */
.apparel-campaign_pickup {
  padding-bottom: 90px;
}

.apparel-campaign_pickup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 76%;
  margin: 0 auto;
  padding: 60px 16.5px 48px;
  box-shadow: 0 0 17px 0 rgba(32, 52, 76, 0.15);
  background-color: #fff;
}

.apparel-campaign_pickup-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  margin: auto;
  background: url(../imgs/top/card_hole.png) center / contain no-repeat;
  max-width: 360px;
  height: 50px;
  z-index: 5;
}

.apparel-campaign_pickup-img {
  flex: 1 1 50%;
}

.apparel-campaign_pickup-txt {
  flex: 1 1 42%;
  padding: 0 20px 0 30px;
}


.apparel-campaign_pickup-txt .fw-bold {
  font-weight: bold;
}

.apparel-campaign_pickup-txt .larger {
  font-size: 21px;
}

.apparel-campaign_pickup-txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .05em;
}

.apparel-campaign_pickup-txt p + p {
  margin-top: 1em;
}



/* ----------------------------------
商品エリア
---------------------------------- */
.apparel-campaign_pd {
  padding: 90px 0;
}

.apparel-campaign_pd .card_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.apparel-campaign_pd .card_list > li {
  position: relative;
  display: block;
  width: auto;
  background: #fff url(../imgs/top/card_hole.png) no-repeat center top 4px;
  background-size: 78% auto;
  box-shadow: 0 0 17px 0 rgba(32, 52, 76, .15);
  transition: box-shadow .4s ease-out;
}

.card_list-lineup.card > li a {
  display: flex;
  flex-direction: column;
}

.apparel-campaign_pd .item_icons_price {
  position: relative;
  margin-bottom: 24px;
}

.card_list-lineup.card .itemImg {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card_list-lineup.card .card_list-more {
  margin-top: auto;
}

.apparel-campaign_pd .item_icons_price {
  display: block;
}

.card_list-more {
  position: relative;
  display: block;
  margin: 24px auto 0;
  width: 90%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ccff00;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.apparel-campaign_btn {
  position: relative;
  display: block;
  margin: 0px auto 30px;
  max-width: 80%;
  width: 520px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ccff00;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.card_list-more:after,
.apparel-campaign_btn:after {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  font-size: 16px;
  font-weight: normal;
}


/* キャンペーン概要 */

.special-assaultlily-attention {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 100px;
}

.special-assaultlily-attention_desc {
  flex: 0 0 auto;
  width: 50%;
}

.special-assaultlily-attention_img {
  flex: 0 0 auto;
  width: 50%;
  text-align: center;
}

.special-assaultlily-attention_img img {
  width: 100%;
  max-width: 100%;
}

.special-assaultlily-attention p {
  text-align: left;
  margin-bottom: 30px;
  padding: 0 30px 0 50px;
}

.special-assaultlily-attention p span {
  display: block;
  font-size: 21px;
}


/*  画像ポップアップ
====================================*/
.popup-image-dialog {
  max-width: 800px;
  width: 90vw;
}

.popup-image-dialog img {
  width: 100%;
  height: auto;
}