@charset "UTF-8";
/* CSS Document */

/*＝＝＝＝＝＝＝＝＝
共通
＝＝＝＝＝＝＝＝＝*/

*{
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-style: normal;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a:link { 
	color:#434343;
}

a:visited { 
	color:#5C5B5B; 
}
a:hover { 
	color:#212121;
}

a:active { 
	color:#212121;
}



/*＝＝＝＝＝＝＝＝＝
共通
＝＝＝＝＝＝＝＝＝*/
html {
  scroll-padding-top: calc((var(--headerHeight, 212.2px)) + 20px); 
}

.wrapper{
	height: 100%;
	overflow-x: hidden;
	position: relative;
	display: block;
		background: #E2F5F9;
}

.main{
	background: #E2F5F9;
}

.item-title-wrap{
   max-width:1200px;
	margin: 0 auto;
	padding:200px 8px 0 8px;
  }


.item-title-wrap span{
	font-size:14px;
	display: inline-block;
	margin-bottom: 14px;
}

.section-title{
	font-size:20px;
	font-weight: bold;
	color:#000;
    padding: 60px 0 20px;
	line-height: 1.6;
}

/*＝＝＝＝＝＝＝＝＝
campaign
＝＝＝＝＝＝＝＝＝*/
.cp-top img{
	display: block;
	margin: auto;
    max-width:100%;
}

.cp-nav{
	max-width: 100%;
	margin: 0 auto 100px;
	background:#F98486;
}

.cp-guide{
	height: 100px;
	display: flex;
	align-items: center;
}

.cp-list{
	width: calc(100%/3);
	text-align: center;
	border-right: 1.5px solid #FFF;
}

.cp-list:last-child{
	border-right:none;
	text-align: center;
}

.cp-title {
    padding-right: 10px;
	letter-spacing: .2rem;
	color:FFF;
}


.cp-section{
	width: 100%;
	margin: 0 auto 50px;
	padding: 50px;
}

.cp-box{
	width: 90%;
		margin: 0 auto;
		height: auto;
		position: relative;
}

.cp-box img{
	border-radius: 0	;
	margin-bottom: 50px;
	}



/*関連商品*/
#cp02 .product-list-item img{
	border-radius:0;
}

#cp02 span.product-caption{
	color:#212121;	
	}
	
#cp02 span.product-price{
	color:#212121;	
	}

#cp03 .product-list-item img{
	border-radius:0;
}

#cp03 span.product-caption{
	color:#212121;	
	}
	
#cp03 span.product-price{
	color:#212121;	
	}


.cp-attention-list{
	background:#EBECC0;
	border-radius: 0px;
	line-height: 1.5;
	padding:10rem;
}


/*＝＝＝＝＝＝＝＝＝
Campaign-heading
＝＝＝＝＝＝＝＝＝*/
.cp-heading {
	width: 15rem;
	height: 5rem;
	font-size: 120%;
	letter-spacing: .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1.5px solid #F98486;
	background: #FFF;
	position: absolute;
	top:-80px;
	left:10px;
}


.cp-heading :before, .cp-heading :after { 
  position: absolute;
  top: 0;
  content:'';
  width: 10px;
  height: 100%;
  display: inline-block;
}

.cp-heading :before{
  border-left: solid 3px #F98486;
  border-top: solid 3px #F98486;
  left: 0;	
}

.cp-heading :after{
	content: '';
	border-right: solid 3px #F98486;
  	border-bottom: solid 3px #F98486;
  	right: 0;
}


.coupon-list{
	font-size: 1.6rem;
  	font-weight: 700;
 	 line-height: 1.5;
  	position: relative;
  	display: inline-block;
  	padding: 1rem 4rem;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
  	text-align: center;
  	vertical-align: middle;
  	letter-spacing: 0.1em;
  	color: #212529;
  	border-radius: 0.5rem;
	
}

/*クーポンボタン*/
.coupon-btn01{
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #fff;
  background-color:#EC6D6F;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 0.5rem;
margin-top:10px;
}

.coupon-btn01:hover {
  transform: scale(0.9,0.9);
}

.use-coupon{
	 width:50%;
     padding: 10px;
	}

/*リンクボタンの設定*/
.link-btn {
	width:370px;
	position: absolute;
	left: 50px;
}

.link-btn a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: .3s;
}

.link-text {
  font-size: 16px;
  padding-left:10px;
}

.arrow-extend{
  padding: 10px;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.arrow-extend::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color:#F6B531;
  border-radius: 150px;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}

.arrow-extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.arrow-extend:hover::before {
  width: 100%;
}

/*＝＝＝＝＝＝＝＝＝スマホー＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:767px){
/*画面サイズが767px以内の時に適用する*/
	
/*＝＝＝＝＝＝＝＝＝
Campaign
＝＝＝＝＝＝＝＝＝*/
.cp-guide{
	height: 50px;
}
	
.cp-section{
	width: 100%;
	}
	
.cp-title {
	padding-right: 0;
	letter-spacing: .2rem;
	font-size: 60%;
	text-align: center;
	white-space:pre-wrap;
}
	
.cp-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:0;
	font-size: 12px;
}
	

.cp-box img{
	border-radius: 10px;
	}

	
#cp02 span.product-caption{
	color:#FFF;	
	}
	
#cp02 span.product-price{
	color:#FFF;	
	}
	
.cp-heading {
	width: 8rem;
	height: 2rem;
	font-size: 10px;
	letter-spacing: .1rem;
	padding:0;
	text-align: center;
}


/*クーポン獲得ボタン*/
.coupon-btn01{
	width: 200px;
	height: 40px;
	font-size: 80%;
	 line-height: 25px;
	margin: 5px auto;
	padding:0.5rem;
}
	
.use-coupon{
	width: 90%;
     padding: 5px;
	}

.cp-attention-list{
	line-height: 1.5;
	border-radius: 10px;
	padding:1rem;
}

	
/*リンクボタンの設定*/
.link-btn {
	width:250px;
	height: 20px;
	position: absolute;
	left: 10px;
}	
	
.link-text {
  font-size: 14px;
  padding-left:30px;
}
	
.arrow-extend{
  padding: 10px;
  color: #333;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.arrow-extend::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color:#F6B531;
  border-radius: 10px;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}

.arrow-extend::after {
  content: '';
  width: 5px;
  height: 5px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.arrow-extend:hover::before{
  width: 100%;
}

}
