@charset "utf-8";

#page-body {
	width: 100%;
}
div.content_wrap {
	width: 100%;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.content_wrap a,
div.content_wrap a img {
	transition: all  0.3s ease;
}
div.content_wrap a img:hover {
	opacity: .7;
}
div.content_wrap .content_wrap_bk {
	width: 100%;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
}
div.sale_top {
	text-align: right;
}
div.sale_top h2 {
	text-align: center;
}
div.sale_top h2 img {
	width: 100%;
	max-width: 1170px;
}

.content_wrap .infotxt {
	width: 90%;
	max-width: 1144px;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 13px;
}
.content_wrap .infotxt h3 {
	margin: 20px auto;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.content_wrap .infotxt p span {
	padding-bottom: 4px;
	border-bottom: solid 1px;
	color: #e8d18a;
	font-weight: bold;
	line-height: calc(32 / 13);
}
.content_wrap .infotxt .infotxt_line {
	margin-bottom: 20px;
}
.infotxt .date {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.content_wrap div.sale_brands {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto 5%;
	padding: 2% 0 2% 0;
	background-color: #3f56c4;
}
.content_wrap div.sale_brands h4 {
	margin-bottom: 30px;
	font-size: 27px;
	font-weight: bold;
}
.content_wrap div.sale_brands p{
	margin-bottom: 4%;
	color: #fff;
	font-size: 21px;
}
.content_wrap div.sale_brands ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 26px 20px;
	text-align: center;
	/* align-items: center; */
}
.content_wrap div.sale_brands ul li {
	max-width: 360px;
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
}
.content_wrap div.sale_brands ul li div {
	min-height: 0%; /* flex-direction:column 使用時のIE表示崩れ対策 */
}
.content_wrap div.sale_brands ul li div.brand_logo {
	box-sizing: border-box;
	margin: 10px 16px 4px;
}
.content_wrap img.pc_view,
br.pc_view,
span.pc_view {
	display: inline;
}
.content_wrap div.pc_view {
	display: block;
}
.content_wrap img.smp_view,
br.smp_view,
span.smp_view {
	display: none;
}
.content_wrap div.smp_view {
	display: none;
}

@media (max-width: 767px) {
	div.content_wrap .content_wrap_bk {
		font-size: 13px;
	}
	.content_wrap div.sale_top h2 {
		padding: 0;
	}
	.content_wrap .sale_top h2 img {
		width: 100%;
		max-width: none;
		margin-bottom: -1px;
	}
	.content_wrap .infotxt {
		margin: 0 auto 80px;
		font-size: 12px;
	}
	.content_wrap .infotxt h3,
	.content_wrap .infotxt .date {
		margin: 5px auto;
		font-size: 16px;
		line-height: 1.8em;
	}
	.content_wrap .infotxt p span {
		letter-spacing: 0;
	}
	.content_wrap .infotxt .infotxt_line {
	    margin-bottom: 0;
	}
	.content_wrap div.sale_brands h4 {
		font-size: 20px;
	}
	.content_wrap div.sale_brands ul {
		gap: 8px 8px;
		width: 100%;
		margin: 1% auto 1%;
	}
	.content_wrap div.sale_brands ul li {
		width: 47%;
	}
	.content_wrap img.pc_view,
	br.pc_view,
	span.pc_view {
		display: none;
	}
	.content_wrap div.pc_view {
		display: none;
	}
	.content_wrap img.smp_view,
	br.smp_view,
	span.smp_view {
		display: inline;
	}
	.content_wrap div.smp_view {
		display: block;
	}
	.content_wrap div.sale_brands{
		width: 100%;
	}
	.content_wrap div.sale_brands p{
		font-size: 15px;
		margin-bottom: -10px;
		padding: 19px 0 31px 0;
	}
}

@media(max-width: 480px) {
	.content_wrap img.smp_view,
	br.smp_view,
	span.smp_view {
		display: inline;
	}
}

/*2022追記------------------------------------*/

@media (max-width: 767px) {
	div.sale_brands ul li div.brand_logo {
		margin: 0% auto 0% auto;
	}
}

/*2024追記------------------------------------*/

/* ========== coupon ========== */

.content_wrap .coupon__information{
  text-align:center;
  margin: -1px auto -1px;
  background-color: #090B22;
  max-width: 1170px;
  overflow: hidden;
}

.content_wrap .coupon_block {
  position: relative;
  text-align: center;
  padding:10px 0 30px 0;
  max-width: 695px;
  width: 90%;
  margin: 0 auto 0;
}
.content_wrap .coupon_subtitle{
  top: 0;
  left: 7%;
  text-align: center;
  margin: 0 auto;
}
.content_wrap .coupon_subtitle img{
  width: 85%;
  margin:3% auto 0 -13%;
}
.content_wrap .coupon_code{
  margin: 3% -10px 3%;
  padding: 1% 0 1%;
  background: #ffffff;
}
.content_wrap .coupon_code h4{
  font-size:17px;
  font-weight: 500;
  color: #fff;
}
.content_wrap coupon_code h4 img{
  width:2.5%;
}
.content_wrap .coupon_code p{
  font-size:18px;
  font-weight: bold;
  color: #152A61;
  letter-spacing:0.1em;
  line-height: 1.3;
  color: #152A61;
}
.content_wrap .coupon_terms{
  color:#fff;
  margin: 3% auto 4%;
}
.content_wrap .coupon_terms p{
  font-size:26px;
  font-weight:bold;
  color: #27936f;
}
.content_wrap .coupon_terms ul{
  font-size:11px;
  font-weight:100;
}
.content_wrap .coupon_terms ul li{
  margin:0 auto 0.5%;
  font-size: 14px;
  color: #ffffff;
}
.content_wrap .coupon__information__title {
  color: #685b00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 75px;
}
.content_wrap .campaign__sub-title {
  margin-bottom: 15px;
}
.content_wrap .coupon_end{
	position: relative;
}
.content_wrap .coupon_end p{
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: ;
	position: absolute;
	bottom: ;
	font-size: 32px;
	background-color:rgba(0,0,0,0.7);
	padding: 21% 0 20% 0;
	z-index: calc(infinity);
	margin: 0;
}

@media (max-width: 1200px) {
  .content_wrap .main_contents{
    font-size: 14px;
  }
  .content_wrap .coupon_subtitle{
    top: 15%;
    left: 11%;
  }
  .content_wrap .coupon_subtitle img{
  width: 88%;
  }
.content_wrap .coupon_end p{
	padding: 25% 0 50% 0;
	margin: 0;
}
}

@media (max-width: 767px){
.content_wrap .coupon_subtitle {
    top: 13%;
    left: 6%;

}
.content_wrap .coupon_terms ul li{
  margin:0 auto 0.5%;
  font-size: 11px;
}
.content_wrap .coupon_code p{
	margin: 3px 0 0 0;
  font-size:10px;
  font-weight: bold;
  color: #152A61;
  letter-spacing:0.15em;
  line-height: 1.3;
  color: #152A61;
}
.content_wrap .coupon_end p{
	font-size: 18px;
	padding: 40% 0 40% 0;
	margin: 0;
}
}


/*================================================================================
クリップボードにコピー
================================================================================*/

.content_wrap .btn-clipboard {
  display: inline-block;
}

.content_wrap .btn-clipboard:hover {
  cursor: pointer;
  color: #FDCE00;
}

.content_wrap .clipboard-success {
  display: none;
  margin: 0;
  font-size: 12px;
}

.content_wrap .clipboard-attention{
	color: #ffffff;
  font-size: 14px;
}

  @media (max-width: 767px) {
    .content_wrap .campaign-coupon{
    padding: 8%;
  }
    .content_wrap .campaign-coupon_wrap {
      max-width: 100%;
      margin: auto;
      background: #899DB8;
      text-align: center;
      color: #ffffff;
    }
    .content_wrap .coupon_code {
      max-width: 100%;
      margin: 0 auto 2%;
      padding: 0% 1%;
      background: #ffffff;
      color: #000000;
      text-align: center;
    }
    .content_wrap .code{
      font-size: 2.0em;
      font-weight: bold;
      display: block;
      margin: 1% 0;
      letter-spacing: 2.5px;
    }
    .content_wrap .clipboard-attention{
    	margin-bottom: 2px;
      font-size: 0.8em;
    }
    .content_wrap .coupon_text .date{
      font-size: 1em;
    }
    .content_wrap .attention{
      font-size: 0.8em;
    }
  }

/* ========== BRAND btn ========== */
.content_wrap.attention p{
	font-size: 24px;
}
.content_wrap .lp_brandlist_btn {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.content_wrap .lp_brandlist_btn a {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	position: relative;
  padding: 9px 16px 9px 10px;
	background: #293056;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.14em;
	color: #fff;
	text-align: center;
}
.content_wrap .lp_brandlist_btn a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
	position: absolute;
	top: calc( 50% - 4px );
	right: 12px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
.content_wrap .lp_brandlist_btn-2col a {
  width: 40%;
}
.content_wrap .lp_viewsmp_inline {
  display: none;
}
@media (max-width: 767px) {
  .content_wrap .lp_brandlist {
    gap: 14px 8px;
  }
  .content_wrap .lp_brandlist li {
    width: calc( (100% - 12px) / 2 );
  }
  .content_wrap .lp_brandlist_logo {
    padding: 10px 0;
  }
  .content_wrap .lp_brandlist_btn {
    padding: 0 10px 10px;
  }
  .content_wrap .lp_brandlist .lp_brandlist_btn a {
    font-size: 11px;
  }
	.content_wrap .lp_viewsmp_inline {
	  display: block;
	}
}
@media (max-width: 425px) {
  .content_wrap .lp_brandlist .lp_brandlist_btn-2col {
    flex-wrap: wrap;
    gap: 10px;
  }
  .content_wrap .lp_brandlist_btn-2col a {
    width: 32%;
    font-size: 11px;
  }
}

/* no_link セール開始前 */
div.sale_brands ul.no_link a,
.footer_btn.no_link a {
	pointer-events: none;
}