
/*-----------------------------------------------------------------

	function 機能　/　共通

-----------------------------------------------------------------*/

.main-contents > h2{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5em;
}

.main-contents > h2 + p{
	margin: 3rem auto 6rem;
}

/*------------------------------
	popular-cont
------------------------------*/
.popular-cont .h-popular {
    text-align: center;
    font-weight: bold !important;
    padding-bottom: 5px;
    margin: 0 auto 5rem;
    border-bottom: 3px solid var(--main-color);
    width: fit-content;
    letter-spacing: .2em;
    line-height: 1.4;
}

.popular-cont .h-popular span {
    font-size: 2.4rem;
    color: var(--main-color);
    padding-right: 1rem;
}

.popular-cont .h-popular em {
    font-size: 3.3rem;
}

@media screen and (max-width: 810px) {

}

@media screen and (max-width: 480px) {
    .popular-cont .h-popular {
        margin-bottom: 3rem;
    }
    
    .popular-cont .h-popular span {
        font-size: 1.8rem;
        padding: 0 1rem;
        display: block;
    }

    .popular-cont .h-popular em {
        font-size: 2.8rem;
    }
}


/**/
.popular-cont .popular-list li:not(:last-child) {
    margin-bottom: 6rem;
}
.popular-cont .popular-list li {
    display: flex;
    min-height: 260px;
}

.popular-cont .popular-list li:nth-child(odd) {
    justify-content: flex-end;
    background-position: left center !important;
}
.popular-cont .popular-list li:nth-child(even) {
    justify-content: flex-start;
    background-position: right center !important;
}

.popular-cont .popular-list li:nth-child(1) {
    background: url("../../../_images/function/dry/reason-temperature.webp") no-repeat;
}
.popular-cont .popular-list li:nth-child(2) {
    background: url("../../../_images/function/dry/reason-active.webp") no-repeat;
}


.popular-cont .popular-list dl {
    width: 390px;
    display: flex;
	justify-content:center;
	flex-direction: column;
}

.popular-cont .popular-list dt {
    margin-bottom: 2rem;
}
.popular-cont .popular-list li:nth-child(even) dt {
    white-space: nowrap;
}

.popular-cont .popular-list dt span {
    text-shadow: 3px 3px 2px rgba(0, 128, 194, 0.3);
    color: #FFF;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.3;
    padding: .7rem 3.5rem .7rem 2rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 0 100px 100px 0;
    background: var(--main-color);
}


@media screen and (max-width: 810px) {
    .popular-cont .popular-list li:nth-child(odd),
    .popular-cont .popular-list li:nth-child(even) {
        background-size: 40%;
    }
    
    .popular-cont .popular-list dl {
        width: 55%;
    }
    
    .popular-cont .popular-list li:nth-child(even) dt {
        white-space: normal;
    }
}

@media screen and (max-width: 680px) {
    .popular-cont .popular-list li:nth-child(odd),
    .popular-cont .popular-list li:nth-child(even) {
        background-size: 100%;
        padding-top: 50%;
        background-position: top center !important;
    }
    
    .popular-cont .popular-list dl {
        width: 100%;
    }
    
    .popular-cont .popular-list li dt {
        margin-left: -20px;
    }
    
    .popular-cont .popular-list dt span {
        font-size: 1.9rem;
    }
}




/*------------------------------
	popular-cont
------------------------------*/
.set-pickup{
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.set-main{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
	margin: 0 auto 100px;
	position: relative;
    padding: 0 4rem;
}
.set-main:after{
	content: "\f00d";
	display: block;
	width: fit-content;
	height: fit-content;
	color: var(--main-color);
	font: var(--fa-font-solid);
	font-size: 6rem;
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
	margin: auto;
}
.set-main img{
	flex-shrink: 0;
	width: 320px;
	height: 270px;
	object-fit: cover;
	border: 10px solid #fff;
	border-radius: 15px;
}
.set-main > div{
	width: 50%;
}
.set-main > div .number{
	font-size: 1.4rem;
}
.set-main > div .name{
	font-size: 1.8rem;
	font-weight: 700;
}
.set-main > div .price{
	font-size: 1.4rem;
}
.set-main > div .price em{
	color: #ff0000;
	font-size: 2.5rem;
	font-weight: 700;
}
.set-main > div .link-btn{
	margin-top: 15px;
}
.set-main > div .link-btn a{
	width: 90%;
	padding: 15px;
	font-size: 2rem;
}

/**/
.set-box .tab-box section.golf .set-pickup{
	background-color: #ebebdd;
	background-image: url(../../../_images/use/sports/set-golf-bg.jpg);
	border-top-color: #409d08;
}
.set-box .tab-box section.tennis .set-pickup{
	background-color: #eee2d8;
	background-image: url(../../../_images/use/sports/set-tennis-bg.jpg);
	border-top-color: #df4900;
}

.set-box .tab-box section.badminton .set-pickup{
	background-color: #d8e6ee;
	background-image: url(../../../_images/use/sports/set-badminton-bg.jpg);
	border-top-color: #308ef8;
}


/*----*/
.set-other{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 40px auto;
}
.set-other > li{
	width: calc((100% - 40px) / 3);
}
.set-other > li a{
	display: block;
	border: 2px solid #cdd9ef;
	border-radius: 15px;
	overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}
.set-other > li:nth-child(odd) a{ border-color: #72c3ed; }
.set-other > li:nth-child(even) a{ border-color: #fd9f5a; }

.set-other > li h5{
	background-color: #a8b5cc;
	color: #fff;
	padding: 8px 5px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	transition: all .3s ease;
}
.set-other > li:nth-child(odd) h5{ background-color: #72c3ed; }
.set-other > li:nth-child(even) h5{ background-color: #fd9f5a; }


.set-other > li img{
	display: block;
	width: 90%;
	height: 210px;
	object-fit: contain;
	margin: 10px auto;
}

.set-other > li dl{
	margin: 0 auto;
	padding: 0 20px 20px;
}
.set-other > li dl dt{
	min-height: 60px;
	color: #626c81;
	margin-bottom: 8px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.set-other > li dl dt span{
	display: block;
	color: #818792;
	padding: 3px;
	font-size: 1.25rem;
}

.set-other > li dl dd{
	display: flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	color: #111;
	margin: auto;
	font-size: 1.1rem;
	text-align: center;
}
.set-other > li dl dd span{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 35px;
	min-height: 35px;
	background-color: #9ba4b4;
	color: #fff;
	padding: 3px;
	font-size: 1.2rem;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
}
.set-other > li dl dd em{
	color: #ff4949;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.3em;
}

.set-other > li a:hover{
	border-color: var(--main-color);
	opacity: 1;
}
.set-other > li a:hover h5{
	background-color: var(--main-color);
}


@media screen and (max-width: 810px) {
	.set-main{
		gap: 30px;
	}
	.set-main:after{
		bottom: -80px;
	}
	.set-main img{
		width: 45%;
		height: auto;
	}
	.set-main > div{
		width: 55%;
	}

	/*----*/
	.set-other{
		gap: 10px;
	}
	.set-other > li{
		width: calc((100% - 10px) / 2);
	}
	.set-other > li dl{
		margin: 0 auto;
		padding: 0 10px 20px;
	}
	.set-other > li img{
		height: 170px;
	}
	
}

@media screen and (max-width: 480px) {

	.set-main{
		flex-direction: column-reverse;
		gap: 10px;
        padding: 0 2rem;
	}
	.set-main img{
		width: 80%;
		height: auto;
	}
	.set-main > div{
		width: 100%;
	}

	/*----*/
	.set-other > li dl{
		padding: 0 10px 10px;
	}
	.set-other > li dl dt{
		min-height: auto;
	}
	.set-other > li dl dd{
		flex-wrap: wrap;
		justify-content: center;
	}
	.set-other > li dl dd span{
		width: 100%;
		min-width: auto;
		min-height: auto;
		margin: auto;
	}
	.set-other > li dl dd span br{
		display: none;
	}
	.set-other > li img{
		height: 150px;
	}
}
