@charset "utf-8";

/*-----------------------------------
ページ共通
-----------------------------------*/
#mothersday-bestpair img{
  width:100%;
}
#mothersday-bestpair .go-button{
	max-width: 450px;
  margin: 40px auto 0;
}
#mothersday-bestpair .go-button a{
  position: relative;
  display: block;
  padding: 15px 35px;
  color: #fff;
  border-radius: 100vh;
  transition: 0.3s;
  background: #bc3347;
  text-align: center;
  font-weight: 600;
	font-size: 18px;
}
#mothersday-bestpair .go-button a::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width:600px){
	.sp-only{
		display: none;
	}
	#mothersday-bestpair a:hover img{
		opacity: 1;
	}
	#mothersday-bestpair a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width:599px){
	#mothersday-bestpair .go-button{
		width: 90%;
		margin: 20px auto 0;
	}
	#mothersday-bestpair .go-button a{
		padding: 13px 30px;
		font-size: 17px;
	}
	#mothersday-bestpair .go-button a::after{
		right: 20px;
	}
}
	
/*-----------------------------------
ヘッダー
-----------------------------------*/
#mothersday-bestpair .title-area{
  text-align: center;
}
#mothersday-bestpair .title-area h2{
	margin-bottom: 40px;
}
#mothersday-bestpair .title-area .lead-text{
  font-weight: 500;
	font-size: 18px;
}
#mothersday-bestpair .title-area .lead-text .imp-text{
	font-size: 22px;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #fff063 70%);
}
#mothersday-bestpair .title-area .lead-text .attention{
	font-size: 16px;
	color: #d93600;
}

@media screen and (max-width:599px){
	#mothersday-bestpair .title-area h2{
		margin-bottom: 20px;
	}
	#mothersday-bestpair .title-area .lead-text{
		font-size: 15px;
		line-height: 1.8;
	}
	#mothersday-bestpair .title-area .lead-text .imp-text{
		font-size: 18px;
	}
	#mothersday-bestpair .title-area .lead-text .attention{
		font-size: 14px;
	}
}

/*-----------------------------------
コンテンツ
-----------------------------------*/
#mothersday-bestpair .item-area{
	display: grid;
  grid-template-columns: 1fr;
  gap: 120px;
	margin: 100px 0;
}
#mothersday-bestpair .item-area .item-wrap h3{
  position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 10px;
	margin-bottom: 60px;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.1em;
	font-weight: 600;
  text-align: center;
	border-bottom: 1px solid;
}
#mothersday-bestpair .item-area .item-wrap h3::before{
	position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: translate(-50%, 50%) rotate(45deg);
  border-bottom: 1px solid #202020;
}
#mothersday-bestpair .item-area .item-wrap h3 .item-number{
  font-size: 75px;
  color: #e18989;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  font-family: "linotype-sabon", sans-serif;
	letter-spacing: 0em;
}
#mothersday-bestpair .item-area .item-wrap h3 .h3-small{
	font-size: 22px;
}
#mothersday-bestpair .item-area .item-wrap .item-inner{
	max-width: 1100px;
	margin: 0 auto;
  display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 200px;
}
#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a{
	display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 30px 30px 20px 30px;
	transition: 0.3s all;
}
#mothersday-bestpair .item-area .item-wrap:nth-of-type(odd) .item-inner .item-box a{
	background: #fff;
	border: 2px solid #edcece;
}
#mothersday-bestpair .item-area .item-wrap:nth-of-type(even) .item-inner .item-box a{
	background: #fff3f3;
	border: 2px solid #fff3f3;
}
#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .brand {
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-weight: 600;
	font-size: 17px;
	line-height: 1.8;
	border-bottom: 1px dashed #202020;
}
#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .name{
	font-size: 17px;
	line-height: 1.5;
}
#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .price {
	margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
	text-align: right;
}
#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .price .number{
	margin: 0 3px;
  font-size: 21px;
}

@media screen and (min-width:600px){
	#mothersday-bestpair .item-area .item-wrap .item-inner{
		position: relative;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner::before{
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		width: 45px;
		height: 45px;
		background: url(/d_images/mothersday/images/plus.png) no-repeat center / contain;
		transform: translate(-50%, -50%);
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text{
		padding: 0 10px;
	}
}

@media screen and (max-width:599px){
	#mothersday-bestpair .item-area{
		gap: 50px;
		margin: 60px auto;
	}
	#mothersday-bestpair .item-area .item-wrap h3{
		gap: 15px;
		padding-bottom: 8px;
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 1.5;
	}
	#mothersday-bestpair .item-area .item-wrap h3::before{
		width: 16px;
		height: 16px;
	}
	#mothersday-bestpair .item-area .item-wrap h3 .item-number{
		font-size: 45px;
	}
	#mothersday-bestpair .item-area .item-wrap h3 .h3-small{
		font-size: 15px;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner{
		grid-template-columns: 1fr;
		gap: 52px;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box{
		position: relative;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box:first-of-type::after{
		position: absolute;
		content: "";
		bottom: -39px;
		left: 50%;
		width: 26px;
		height: 26px;
		background: url(/d_images/mothersday/images/plus.png) no-repeat center / contain;
		transform: translateX(-50%);
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a{
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		padding: 12px;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .brand{
		padding-bottom: 6px;
		font-size: 15px;
		line-height: 1.5;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .name{
		font-size: 15px;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .price{
		font-size: 13px;
	}
	#mothersday-bestpair .item-area .item-wrap .item-inner .item-box a .item-text .price .number{
		font-size: 18px;
	}
}
	
