@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------
	父の日特集
-------------------------------------------------------------------------------- */
#fathersday{
	margin: 0 0 21vw;
}
#fathersday .ancpoint {
	margin-top: -18vw;
	padding-top: 18vw;
	}

/* メインコンテンツ */
#fathersday .main-contents{
	width: 95%;
	margin: 5vw auto;
}
#fathersday .main-contents h3{
	font-size: 3.8vw;
	line-height: 1.875;
	font-weight: 400;
	margin-bottom: 7vw;
}
#fathersday .main-contents .navi{
	background: #d2d2d2;
}
#fathersday .main-contents .navi ul{
	display: flex;
	flex-wrap: wrap;
	padding: 3vw 3vw 1vw 3vw;
}
#fathersday .main-contents .navi ul li{
	background: #fff;
	list-style: none;
	padding: 2vw 3vw;
	border-radius: 2vw;
	margin: 0 2vw 2vw 0;
	font-weight: 700;
	font-size: 3.4vw;
}
#fathersday .main-contents .navi ul li a{
	color: #000;
}



/* カテゴリー */
#fathersday .category-box{
	width: 95%;
	margin: 0 auto;
	padding-top: 15vw;
}
#fathersday .category-box-outer{
	background: #f0f0f0;
}

#fathersday .category-box .heading{
	text-align: center;
}
#fathersday .category-box .heading .heading_cat{
	padding: 0 0 1vw;
	font-weight: bold;
	font-size: 3.4vw;
	color: #333333;
	position: relative;
}
#fathersday .category-box .heading .heading_cat::after{
	position: absolute;
	bottom: -2%;
	left: 42%;
	content: '';
	width: 14vw;
	height: 1vw;
	background: #cc4e45;
}
#fathersday .category-box .heading .heading_num{
	font-size: 4.8vw;
	color: #cc4e45;
}
#fathersday .category-box .heading .heading_name{
	font-size: 4.4vw;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
}



/*商品アイテム*/
#fathersday .category-box .item-box{
	margin: 15vw 0;
}
#fathersday .category-box-outer .item-box:last-child{
	padding-bottom: 15vw;
	margin: 0;
}
#fathersday .category-box .item-box h3.heading-label{
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 5.6vw;
	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: 50%;
}
#fathersday .category-box .item-box .name{
	font-size:4.4vw;
	margin: 5.5vw 0 1vw 0;
	text-align: center;
}
#fathersday .category-box .item-box .price{
	font-size:5.4vw;
	margin: 0;
	text-align: center;
}
#fathersday .category-box .item-box .price .tax{
	font-size:3.4vw;	
}
#fathersday .category-box .item-box .color-box{
	margin: 4.5vw auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fathersday .category-box .item-box .color-1{
	width: 38vw;
}
#fathersday .category-box .item-box .color-2{
	width: 56vw;
}
#fathersday .category-box .item-box .color-3{
	width: 74vw;
}
#fathersday .category-box .item-box .color-4{
	width: 92vw;
}
#fathersday .category-box .item-box .color-5{
	width: 92vw;
}
#fathersday .category-box .item-box .color-6{
	width: 92vw;
}
#fathersday .category-box .item-box .color-box .color-label{
	background: #333333;
	color:#fff;
	font-size: 3.4vw;
	font-weight: 700;
	text-align: center;
	width: 17vw;
	height: 7vw;
	border-radius: 1vw;
	padding: 1vw 0;
}
#fathersday .category-box .item-box .color-box .color-img{
	display: flex;	
	flex-wrap: wrap;
}
#fathersday .category-box .item-box .color-5 .color-img,
#fathersday .category-box .item-box .color-6 .color-img{
	width:80vw;
	margin-left: 4vw;
}
#fathersday .category-box .item-box .color-box .color-img img{
	width: 18vw;
}
#fathersday .category-box .item-box .color-box .color-img{
	display: flex;	
	flex-wrap: wrap;
}
#fathersday .category-box .item-box .text{
	margin-bottom: 7.3vw;
	font-size: 3.8vw;
	line-height: 2;
}



/* もっと見る */
#fathersday .category-box .item-box .btn-more a{
		display: block;
	width: 60vw;
	margin: 0 auto;
	padding: 1.5vw 5vw 1.5vw 0;
	text-decoration: none;
	text-align: center;
	border: solid 0.2vw #7d7d7d;
	border-bottom: solid 2px #7d7d7d;
	font-size: 3.4vw;
	background: #ffffff url("https://gifutake00.itembox.design/item/images/index/icon-arr-more.png") no-repeat calc(100% - 4vw) 50%;
	background-size: 1.3vw auto;
	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: 95%;
	margin: 0 auto 15vw auto;
}
#fathersday .service-box-outer{
	background: #f0f5f5;
	padding: 15vw 0 0 0;
}
#fathersday .service-box .heading{
	text-align: center;
}
#fathersday .service-box .heading .heading_service{
	padding: 0 0 1vw;
	font-weight: bold;
	font-size: 3.4vw;
	color: #333333;
	position: relative;
}
#fathersday .service-box .heading .heading_service::after{
	position: absolute;
	bottom: -2%;
	left: 43%;
	content: '';
	width: 12vw;
	height: 1vw;
	background: #cc4e45;
}
#fathersday .service-box .heading .heading_name{
	font-size: 4.4vw;
	font-weight: bold;
	line-height: 1.45;
	margin: 4vw 0 8vw;
	text-align: center;
}
#fathersday .service-box .bnr-box{
	display: flex;
	flex-direction: column;
	padding-bottom: 15vw;
}
#fathersday .service-box .bnr-box .bnr{
	width: 100%;
	margin-bottom: 4vw;
}

