@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------
	父の日特集
-------------------------------------------------------------------------------- */

#fathersday{
	margin: 0 0 95px;
}


/* メインコンテンツ */
#fathersday .main-contents{
	width: 920px;
	margin: 50px auto 100px auto;
}
#fathersday .main-contents h3{
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	margin-bottom: 25px;
}
#fathersday .main-contents .navi{
	background: #d2d2d2;
}
#fathersday .main-contents .navi ul{
	display: flex;
	padding: 10px;
}
#fathersday .main-contents .navi ul li{
	background: #fff;
	list-style: none;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	font-weight: 700;
}
#fathersday .main-contents .navi ul li a{
	color: #000;
}



/* カテゴリー */
#fathersday .category-box{
	width: 920px;
	margin: 0 auto 70px auto;
}
#fathersday .category-box-outer{
	background: #f0f0f0;
	padding: 70px 0 0 0;
}

#fathersday .category-box .heading{
	text-align: center;
}
#fathersday .category-box .heading .heading_cat{
	padding: 0 0 3px;
	font-weight: bold;
	font-size: 27px;
	color: #333333;
	position: relative;
}
#fathersday .category-box .heading .heading_cat::after{
	position: absolute;
	bottom: -10%;
	left: 46%;
	content: '';
	width: 70px;
	height: 5px;
	background: #cc4e45;
}
#fathersday .category-box .heading .heading_num{
	font-size: 45px;
	color: #cc4e45;
	line-height: 1;
	margin: 10px 0 5px;
}
#fathersday .category-box .heading .heading_name{
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 33px;
	text-align: center;
}



/*商品アイテム*/
#fathersday .category-box .item-box{
	margin: 70px 0;
}
#fathersday .category-box-outer .item-box:last-child{
	padding-bottom: 70px;
}
#fathersday .category-box .item-box h3.heading-label{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 33px;
	text-align: center;
}
#fathersday .category-box .item-box .img-box{
	display: flex;
	justify-content: space-between;
}
#fathersday .category-box .item-box .img-box .img{
	width: 440px;
}
#fathersday .category-box .item-box .name{
	font-size:28px;
	margin: 33px 0 15px 0;
	text-align: center;
}
#fathersday .category-box .item-box .price{
	font-size:32px;
	margin: 0;
	text-align: center;
}
#fathersday .category-box .item-box .price .tax{
	font-size:16px;	
}
#fathersday .category-box .item-box .color-box{
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fathersday .category-box .item-box .color-1{
	width: 190px;
}
#fathersday .category-box .item-box .color-2{
	width: 280px;
}
#fathersday .category-box .item-box .color-3{
	width: 370px;
}
#fathersday .category-box .item-box .color-4,
#fathersday .category-box .item-box .color-6{
	width: 450px;
}
#fathersday .category-box .item-box .color-5{
	width: 540px;
}
#fathersday .category-box .item-box .color-box .color-label{
	background: #333333;
	color:#fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	width: 80px;
	height: 30px;
	border-radius: 5px;
	padding: 5px;
}

#fathersday .category-box .item-box .color-box .color-img{
	display: flex;	
	flex-wrap: wrap;
}
#fathersday .category-box .item-box .color-6 .color-img{
	margin-left: 10px;
}
#fathersday .category-box .item-box .color-box .color-img img{
	width: 90px;	
}
#fathersday .category-box .item-box .text{
	text-align: center;
	margin-bottom: 45px;
	font-size: 16px;	
}



/* もっと見る */
#fathersday .category-box .item-box .btn-more a{
	display: block;
	width: 290px;
	margin: 0 auto;
	padding: 10px 22px 10px 0;
	text-decoration: none;
	text-align: center;
	border: solid 1px #7d7d7d;
	border-bottom: solid 2px #7d7d7d;
	font-size: 15px;
	background: #ffffff url("https://gifutake00.itembox.design/item/images/index/icon-arr-more.png") no-repeat calc(100% - 36px) 50%;
	color: #333333;
}
#fathersday .category-box .item-box .btn-more a:hover{
	border: solid 1px #cc4e45;
	border-bottom: solid 2px #cc4e45;
	color: #cc4e45;
	background: #ffffff url("https://gifutake00.itembox.design/item/images/index/icon-arr-more_hover.png") no-repeat calc(100% - 36px) 50%;
}



/* オンラインストア限定サービス */
#fathersday .service-box{
	width: 920px;
	margin: 0 auto 70px auto;
}
#fathersday .service-box-outer{
	background: #f0f5f5;
	padding: 70px 0 0 0;
}
#fathersday .service-box .heading{
	text-align: center;
}
#fathersday .service-box .heading .heading_service{
	padding: 0 0 3px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	position: relative;
}
#fathersday .service-box .heading .heading_service::after{
	position: absolute;
	bottom: -10%;
	left: 46%;
	content: '';
	width: 70px;
	height: 5px;
	background: #cc4e45;
}
#fathersday .service-box .heading .heading_name{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.45;
	margin: 15px 0 33px;
	text-align: center;
}
#fathersday .service-box .bnr-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 80px;
}
#fathersday .service-box .bnr-box .bnr{
	width: 450px;
}

