@charset "utf-8";
/* CSS Document */
*{word-break: break-all;}
/*-----------------------------------------------

 happy-receive

-----------------------------------------------*/
.happyCont *{
	box-sizing: border-box;
}

.happyCont mark{
	background-color: transparent;
	color: inherit;
	background-image: linear-gradient(to bottom, transparent 60%, #ffec4c 60%);
}

.happyCont > section{
	margin: 40px auto 50px;
}

/**/
.happyCont h2.main-title{
	margin: 0 auto 15px;
	padding-left: 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7em;
	border-left: 8px solid #ffc600;
}

.happyCont h3.double-line{
	color: #212121;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6em;
	border-top: 1px solid #ff7a0f;
	border-bottom: 1px solid #ff7a0f;
}

/*-----メインイメージ-----*/
.happyCont .main-img{
	margin-bottom: 30px;
}
.happyCont .main-img img{
	margin-bottom: 15px;
}
.happyCont .main-img > p{
	margin: 10px 15px;
	color: #313131;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 736px) {
	.happyCont h3.under-line{
		padding: 5px 10px;
		font-size: 22px;
	}
	.happyCont h3.under-line:before{
		width: 40%;
		max-width: 315px;
	}

	/*-----メインイメージ-----*/
	.happyCont .main-img > p,
	.happyCont h3.under-line + p{
		margin: 0 2%;
	}

}
@media screen and (max-width: 480px) {
	.happyCont h3.under-line{
		font-size: 19px;
	}
}


/*-----目次-----*/
.happyCont .index-box{
	max-width: 640px;
	margin: 50px auto;
	padding: 15px;
	border: 1px solid #ffc600;
	border-radius: 20px;
}
.happyCont .index-box h3{
	color: #ad8600;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ffc600;
}
.happyCont .index-box ol{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 90%;
	margin: auto;
	padding: 15px;
	font-size: 15px;
	font-weight: 700;
	counter-reset: number;
}
.happyCont .index-box ol > li{
	padding-left: 40px;
	position: relative;
}
.happyCont .index-box ol > li:before{
	content: counter(number);
	counter-increment: number;
	display: block;
	width: 18px;
	height: 18px;
	background-color: #404040;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 0;
}

.happyCont .index-box ol > li ul{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 10px 0 0;
	color: #616161;
}
.happyCont .index-box ol > li ul > li{
	padding-left: 20px;
	position: relative;
}
.happyCont .index-box ol > li ul > li:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 3px solid #898989;
	border-right: 3px solid #898989;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
}


@media screen and (max-width: 736px) {
	.happyCont .index-box{
		width: 90%;
	}
	.happyCont .index-box h3{
		font-size: 18px;
	}
	.happyCont .index-box ol{
		width: 100%;
	}
	.happyCont .index-box ol > li{
		padding-left: 30px;
	}
}


/*-----ランキング-----*/
.happyCont .ranking-box{
	background-color: #fefaf1;
	margin: 50px auto;
	padding: 30px 0 40px;
	border-radius: 20px;
}
.happyCont .ranking-box h3{
	padding-top: 40px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
}
.happyCont .ranking-box h3 span{
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 20px;
	line-height: 1.3em;
}
.happyCont .ranking-box h3:before{
	content: "";
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(../../../_images/campaign/happy-receive/ranking-title.webp);
	background-repeat: no-repeat;
	background-position: top center;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

/**/
.happyCont .ranking-box ul li{
	position: relative;
}
.happyCont .ranking-box ul li:before{
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: -10px;
	z-index: 10;
}
.happyCont .ranking-box ul li:nth-of-type(1):before{
	background-color: #ff6a6a;
	background-image: url(../../../_images/campaign/happy-receive/rank1-icon.gif);
	border: 1px solid #ff6a6a;
}
.happyCont .ranking-box ul li:nth-of-type(2):before{
	background-image: url(../../../_images/campaign/happy-receive/rank2-icon.gif);
	border: 1px solid #ff6a6a;
}
.happyCont .ranking-box ul li:nth-of-type(3):before{
	background-image: url(../../../_images/campaign/happy-receive/rank3-icon.gif);
	border: 1px solid #ff6a6a;
}
.happyCont .ranking-box ul li:nth-of-type(4):before{
	background-image: url(../../../_images/campaign/happy-receive/rank4-icon.gif);
	border: 1px solid #269f3d;
}
.happyCont .ranking-box ul li:nth-of-type(5):before{
	background-image: url(../../../_images/campaign/happy-receive/rank5-icon.gif);
	border: 1px solid #269f3d;
}


.happyCont .ranking-box ul li img{
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.happyCont .ranking-box ul li .name{
	color: #4e4e4e;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 2px solid #cbc9c5;
}
.happyCont .ranking-box ul li .number{
	color: #4e4e4e;
	font-size: 13px;
	font-weight: 700;
}
.happyCont .ranking-box ul li .price{
	color: #111;
	font-size: 13px;
	font-weight: 700;
}
.happyCont .ranking-box ul li .price em{
    color: #ff0000;
    font-size: 14px;
	font-weight: 700;
}
.happyCont .ranking-box ul li .link-btn{
	display: block;
	background-color: #ffac0d;
	color: #fff;
	margin-top: 10px;
	padding: 8px 10px;
	font-weight: 700;
	border-radius: 5px;
	transition: all .3s ease;
	position: relative;
}
.happyCont .ranking-box ul li .link-btn:after{
	content: "";
	display: block;
	border: 6px solid rgba(0,0,0,0);
	border-left: 8px solid #fff;
	transform: translateY(-50%);
	position: absolute;
	right: 5px;
	top: 50%;
}

/*hover*/
.happyCont .ranking-box ul li a:hover .link-btn{
	background-color: #ff6924;
}


/*swiper*/
.happyCont .ranking-box .swiper-container{
	padding: 15px 20px 0;
}
.happyCont .ranking-box .swiper-parent{
	margin: 20px 0 0;
	position: relative;
}
.happyCont .ranking-box .swiper-button-prev,
.happyCont .ranking-box .swiper-button-next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-radius: 50%;
	z-index: 100;
}
.happyCont .ranking-box .swiper-button-prev{
	padding-right: 8px;
	left: 5px;
}
.happyCont .ranking-box .swiper-button-next{
	padding-left: 8px;
	right: 5px;
}
.happyCont .ranking-box .swiper-button-prev:before,
.happyCont .ranking-box .swiper-button-next:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid rgba(255,255,255,0);
}
.happyCont .ranking-box .swiper-button-prev:before{
	border-right: 12px solid #ffc90f;
}
.happyCont .ranking-box .swiper-button-next:before{
	border-left: 12px solid #ffc90f;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.8;
}


@media screen and (max-width: 736px) {
	.happyCont .ranking-box{
		width: 95%;
		padding: 3% 0 4%;
	}
	.happyCont .ranking-box h3{
		padding-top: 35px;
		font-size: 28px;
		line-height: 1.2em;
	}
	.happyCont .ranking-box h3 span{
		font-size: 19px;
		line-height: 1.2em;
	}
	.happyCont .ranking-box h3:before{
		background-size: 100% auto;
		width: 150px;
		height: 25px;
	}

	/**/
	.happyCont .ranking-box ul li:before{
		width: 42px;
		height: 42px;
		background-size: 70% auto;
	}

	.happyCont .ranking-box ul li .name{
		font-size: 15px;
	}
	.happyCont .ranking-box ul li .link-btn{
		margin-top: 10px;
		padding: 8px 10px;
	}

	/*swiper*/
	.happyCont .ranking-box .swiper-container{
		padding: 15px 20px 0;
	}
	.happyCont .ranking-box .swiper-parent{
		margin: 10px 0 0;
		position: relative;
	}
	.happyCont .ranking-box .swiper-button-prev,
	.happyCont .ranking-box .swiper-button-next{
		width: 36px;
		height: 36px;
	}
	.happyCont .ranking-box .swiper-button-prev{
		padding-right: 10px;
	}
	.happyCont .ranking-box .swiper-button-next{
		padding-left: 10px;
	}
}
@media screen and (max-width: 480px) {
	.happyCont .ranking-box h3{
		padding-top: 30px;
		font-size: 25px;
	}
	.happyCont .ranking-box h3 span{
		font-size: 18px;
	}
	.happyCont .ranking-box h3:before{
		width: 130px;
		height: 25px;
	}
	/**/
	.happyCont .ranking-box ul li:before{
		width: 38px;
		height: 38px;
		top: -10px;
		left: -10px;
	}
}


/*-----商品リスト-----*/
.happyCont .item-box h3{
	min-height: 60px;
	background-color: #fefaf1;
	color: #0b0b0b;
	margin: 0 auto 15px;
	padding: 17px 20px 17px 170px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	vertical-align: middle;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	position: relative;
}
.happyCont .item-box h3 span{
	display: block;
	width: 100%;
	font-size: 18px;
}
.happyCont .item-box h3:before{
	content: "";
	display: block;
	width: 125px;
	height: calc(100% - 20px);
	background-repeat: no-repeat;
	background-position: center;
	border-right: 1px solid #111;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.happyCont .item-box.box2 h3:before{
	background-image: url(../../../_images/campaign/happy-receive/number-02.gif);
}
.happyCont .item-box.box3 h3:before{
	background-image: url(../../../_images/campaign/happy-receive/number-03.gif);
}
.happyCont .item-box.box4 h3:before{
	background-image: url(../../../_images/campaign/happy-receive/number-04.gif);
}

.happyCont .item-box h4.sub-title{
	margin-bottom: 10px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	position: relative;
}
.happyCont .item-box h4.sub-title:before{
	content: "";
	display: block;
	background-color: #ffaf24;
	width: 15px;
	height: 15px;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 20px;
	top: 50%;
}

.happyCont .item-box > section{
	margin: 40px auto;
}

/*----商品リスト-並び----*/
.happyCont .item-box .item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	margin: 15px auto 30px;
}
.happyCont .item-box .item-list > li{
	width: calc((100% - 90px) / 4);
}

.happyCont .item-box .item-list a{
	display: block;
}
.happyCont .item-box .item-list a img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	transition: all .3s ease;
}

.happyCont .item-box .item-list .name{
	color: #4e4e4e;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 2px solid #cbc9c5;
}
.happyCont .item-box .item-list .number{
	color: #4e4e4e;
	font-size: 13px;
	font-weight: 700;
}
.happyCont .item-box .item-list .price{
	color: #111;
	font-size: 13px;
	font-weight: 700;
}
.happyCont .item-box .item-list .price em{
    color: #ff0000;
    font-size: 14px;
	font-weight: 700;
}

.happyCont .item-box .item-list li .link-btn{
	display: block;
	background-color: #ffb109;
	color: #fff;
	margin: 20px auto 0;
	padding: 12px 15px 12px 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	transition: all .3s ease;
	position: relative;
}
.happyCont .item-box .item-list li .link-btn:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
	transform: translateY(-50%);
	position: absolute;
	right: 5px;
	top: 50%;
}

/*hover*/
.happyCont .item-box a:hover .link-btn{
	background-color: #ff6924;
}


/*-----タブ切り替え(CSSのみ)-----*/
.happyCont .item-box .tab-switch{
	margin: 40px auto;
}


.happyCont .item-box .tab-switch-input{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
.happyCont .item-box .tab-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 30px;
}
.happyCont .item-box .tab-nav-btn{
	display: block;
	width: calc((100% - 25px) / 6);
	background-color: #fff;
	color: #1d1d1d;
	padding: 8px 25px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #1d1d1d;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s ease;
}
.happyCont .item-box .tab-nav-btn:hover{
	background-color: #ffe6b3;
}

.happyCont .item-box .tab-panels .tab-cont{
	display: none;
}
.happyCont .item-box .tab-panels .tab-cont h5{
	display: block;
	width: fit-content;
	margin: 0 auto 20px;
	padding: 5px 15px 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
	position: relative;
}
.happyCont .item-box .tab-panels .tab-cont h5:after{
	content: "";
	display: block;
	min-width: 300px;
	height: 4px;
	border-radius: 10px;
	background-color: #ffb109;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
}

/*選択中タブの表示切り替え（最大6タブまで対応）*/
.happyCont .item-box .tab-switch-input:nth-of-type(1):checked ~ .tab-nav .tab-nav-btn:nth-of-type(1),
.happyCont .item-box .tab-switch-input:nth-of-type(2):checked ~ .tab-nav .tab-nav-btn:nth-of-type(2),
.happyCont .item-box .tab-switch-input:nth-of-type(3):checked ~ .tab-nav .tab-nav-btn:nth-of-type(3),
.happyCont .item-box .tab-switch-input:nth-of-type(4):checked ~ .tab-nav .tab-nav-btn:nth-of-type(4),
.happyCont .item-box .tab-switch-input:nth-of-type(5):checked ~ .tab-nav .tab-nav-btn:nth-of-type(5),
.happyCont .item-box .tab-switch-input:nth-of-type(6):checked ~ .tab-nav .tab-nav-btn:nth-of-type(6){
	background-color: #1d1d1d;
	color: #fff;
}

.happyCont .item-box .tab-switch-input:nth-of-type(1):checked ~ .tab-panels .tab-cont:nth-of-type(1),
.happyCont .item-box .tab-switch-input:nth-of-type(2):checked ~ .tab-panels .tab-cont:nth-of-type(2),
.happyCont .item-box .tab-switch-input:nth-of-type(3):checked ~ .tab-panels .tab-cont:nth-of-type(3),
.happyCont .item-box .tab-switch-input:nth-of-type(4):checked ~ .tab-panels .tab-cont:nth-of-type(4),
.happyCont .item-box .tab-switch-input:nth-of-type(5):checked ~ .tab-panels .tab-cont:nth-of-type(5),
.happyCont .item-box .tab-switch-input:nth-of-type(6):checked ~ .tab-panels .tab-cont:nth-of-type(6){
	display: block;
}

/**/
.happyCont .item-box .recomend-link{
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 20px;
}
.happyCont .item-box .recomend-link dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.happyCont .item-box .recomend-link ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
}
.happyCont .item-box .recomend-link ul > li{
	width: calc((100% - 60px) / 4);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.happyCont .item-box .recomend-link ul > li a{
	display: block;
	background-color: #fff;
	color: #585858;
	padding: 8px 15px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.happyCont .item-box .recomend-link ul > li a:hover{
	background-color: #5197ff;
	color: #fff;
}

/**/
.happyCont .item-box .recomend-link-box{
	margin: 50px auto 0;
}
.happyCont .item-box .recomend-link-box a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	min-width: 300px;
	max-width: 550px;
	background-color: #fff;
	color: #585858;
	margin: 0 auto;
	padding: 15px 30px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.happyCont .item-box .recomend-link-box img{
	flex-shrink: 0;
	max-width: 200px;
	height: auto;
}
.happyCont .item-box .recomend-link-box dl{
	width: 80%;
	max-width: 360px;
}
.happyCont .item-box .recomend-link-box dt{
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.happyCont .item-box .recomend-link-box .link-btn{
	display: block;
	max-width: 280px;
	background-color: #5197ff;
	color: #fff;
	margin: 0 auto;
	padding: 6px 15px 6px 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	transition: all .3s ease;
	position: relative;
}
.happyCont .item-box .recomend-link-box .link-btn:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
	transform: translateY(-50%);
	position: absolute;
	right: 5px;
	top: 50%;
}

/*hover*/
.happyCont .item-box .recomend-link-box a:hover .link-btn{
	background-color: #ff6924;
}

@media screen and (max-width: 736px) {
	.happyCont .item-box h3{
		min-height: 50px;
		padding: 10px 20px 10px 120px;
		font-size: 22px;
	}
	.happyCont .item-box h3 span{
		display: block;
		width: 100%;
		font-size: 16px;
	}
	.happyCont .item-box h3:before{
		width: 100px;
	}

	.happyCont .item-box h4.sub-title{
		padding-left: 40px;
		font-size: 20px;
	}
	.happyCont .item-box h4.sub-title:before{
		width: 12px;
		height: 12px;
		left: 10px;
	}

	.happyCont .item-box > p{
		width: 95%;
		margin: auto;
	}
	.happyCont .item-box > section{
		width: 95%;
	}


	/*----商品リスト-並び----*/
	.happyCont .item-box .item-list{
		gap: 40px 20px;
	}
	.happyCont .item-box .item-list > li{
		width: calc((100% - 40px) / 3);
	}

	.happyCont .item-box .item-list .name{
		margin: 0 0 5px;
		padding: 0 0 5px;
	}
	.happyCont .item-box .item-list li .link-btn{
		margin: 15px auto 0;
		padding: 6px 15px 6px 6px;
		font-size: 15px;
	}
	.happyCont .item-box .item-list li .link-btn:after{
		border: 6px solid transparent;
		border-left: 8px solid #fff;
		right: 3px;
	}

	/*タブ切り替え*/
	.happyCont .item-box .tab-nav{
		gap: 8px;
		margin-bottom: 20px;
	}
	.happyCont .item-box .tab-nav-btn{
		width: calc((100% - 40px) / 6);
		padding: 8px 10px;
		font-size: 13px;
	}
	.happyCont .item-box .tab-panels .tab-cont h5{
		font-size: 20px;
	}
	.happyCont .item-box .tab-panels .tab-cont h5:after{
		min-width: 250px;
	}


	/**/
	.happyCont .item-box .recomend-link{
		width: 95%;
		margin: auto;
		padding: 4%;
	}
	.happyCont .item-box .recomend-link dt{
		font-size: 20px;
	}
	.happyCont .item-box .recomend-link ul{
		display: flex;
		flex-wrap: wrap;
		gap: 15px 15px;
	}
	.happyCont .item-box .recomend-link ul > li{
		width: calc((100% - 30px) / 3);
	}
	.happyCont .item-box .recomend-link ul > li a{
		padding: 8px 10px;
	}

	/**/
	.happyCont .item-box .recomend-link-box a{
		gap: 20px;
		width: 90%;
		padding: 15px 4%;
	}
	.happyCont .item-box .recomend-link-box dt{
		font-size: 17px;
	}
	.happyCont .item-box .recomend-link-box .link-btn{
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	.happyCont .item-box h3{
		padding: 10px 10px 10px 80px;
		font-size: 20px;
	}
	.happyCont .item-box h3 span{
		font-size: 16px;
	}
	.happyCont .item-box h3:before{
		width: 70px;
		background-size: 55px auto;
	}

	.happyCont .item-box h4.sub-title{
		padding-left: 30px;
		font-size: 18px;
	}
	.happyCont .item-box h4.sub-title:before{
		width: 12px;
		height: 12px;
		left: 5px;
	}


	/*----商品リスト-並び----*/
	.happyCont .item-box .item-list{
		gap: 40px 20px;
	}
	.happyCont .item-box .item-list > li{
		width: calc((100% - 20px) / 2);
	}

	.happyCont .item-box .item-list li .link-btn{
		font-size: 15px;
	}
	

	/*タブ切り替え*/
	.happyCont .item-box .tab-nav{
		gap: 8px;
	}
	.happyCont .item-box .tab-nav-btn{
		width: calc((100% - 16px) / 3);
		padding: 8px 5px;
	}
	.happyCont .item-box .tab-panels .tab-cont h5{
		font-size: 18px;
	}
	.happyCont .item-box .tab-panels .tab-cont h5:after{
		min-width: 220px;
	}

	/**/
	.happyCont .item-box .recomend-link dt{
		font-size: 18px;
	}
	.happyCont .item-box .recomend-link ul{
		gap: 15px 15px;
	}
	.happyCont .item-box .recomend-link ul > li{
		width: calc((100% - 15px) / 2);
	}
	.happyCont .item-box .recomend-link ul > li a{
		padding: 7px;
	}

	/**/
	.happyCont .item-box .recomend-link-box a{
		flex-wrap: wrap;
		gap: 10px;
		width: 90%;
		padding: 15px 4%;
	}
	.happyCont .item-box .recomend-link-box dl{
		width: 100%;
	}
	.happyCont .item-box .recomend-link-box dt br{
		display: none;
	}
}


/*-----オススメ/ポイント-----*/
.happyCont .more-box p{
	margin: 15px auto;
}

@media screen and (max-width: 736px) {
	.happyCont .more-box p{
		width: 95%;
	}
}


/*---------------------------------------------
	カテゴリー/グループリンク
-----*/

.group-link .h-title{
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #111;
}
.group-link{
	margin: 50px auto;
}
.group-link ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.group-link ul > li{
	width: calc((100% - 40px) / 3);
}
.group-link ul > li a{
	display: block;
}
.group-link ul > li img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 736px) {
	.group-link .h-title{
		font-size: 20px;
	}
	.group-link ul{
		width: 95%;
		margin: auto;
	}
	.group-link ul{
		gap: 15px;
	}
	.group-link ul > li{
		width: calc((100% - 30px) / 3);
	}
}
@media screen and (max-width: 480px) {
	.category-link .h-title,
	.group-link .h-title{
		font-size: 18px;
	}
	.group-link ul > li{
		width: calc((100% - 15px) / 2);
	}
}




