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

	use 用途 /　共通

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

.main-contents > .main-img{
	margin: 20px auto;
}
.main-contents > h2 + p,
.main-contents > .main-img + p{
	margin: 3rem auto 8rem;
}




/*------------------------------
	scene-cont
------------------------------*/
.scene-cont {
    background: #f3f1ed;
    border-radius: 1rem;
    text-align: center;
    padding: 3rem 3.5rem;
    box-shadow: 0px 3px 8.46px 0.54px rgba(0, 0, 0, 0.25);
}

.scene-cont .h-scene {
    font-weight: bold;
    margin-bottom: 3rem;
    line-height: 1.3;
}

.scene-cont .h-scene span {
    display: block;
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

.scene-cont .h-scene em {
    font-size: 2.5rem;
}

.scene-cont .h-scene span {
    color: var(--main-color);
}

.scene-cont .h-scene.blue span {
	color: #5fa1f2;
}

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

@media screen and (max-width: 480px) {
    .scene-cont .h-scene {
        margin-bottom: 2rem;
    }
    
    .scene-cont .h-scene em {
        font-size: 2.1rem;
    }
}

/**/
.scene-cont ul {
    display:flex;
	justify-content: center;
    gap: 2.5rem;
    flex-flow: row wrap;
}

.scene-cont ul li {
    border-radius: 1rem;
    overflow: hidden;
}

.scene-cont ul li figure {
    position: relative;
}

.scene-cont ul li figcaption {
    color: #FFF;
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    background:rgba(0,0,0,0.6);
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.3rem 1rem;
    width: 100%;
}

@media screen and (max-width: 810px) {
    .scene-cont ul {
        gap: 2.5rem 3.5%;
    }
    
	.scene-cont ul li {
        width: 31%;
    }
}

@media screen and (max-width: 480px) {
    .scene-cont ul {
        gap: 2rem 4%;
    }
    
	.scene-cont ul li {
        width: 48%;
    }
    
    .scene-cont ul li figcaption {
        font-size: 13px;
    }

}




/*------------------------------
	おすすめ商品
------------------------------*/
.recommend-box > section{
	margin: 50px auto;
}


/*----アニメーション----*/
/*フェードイン*/
@keyframes fade-in {
    0% { }
    100% { opacity: 1; }
}

/**/
.recommend-box .tab-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
	margin: 30px auto;
}

.recommend-box .tab-box > label {
    order: -1;
	justify-content: center;
	align-items: center;
    width: calc((100% - 80px) / 5);
	background-color: #c8c8c8;
    color: #fff;
    padding: 2rem 2rem 1.6rem;
    font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.3em;
    text-align: center;
    border-radius: 15px 15px 0 0;
	transition: all .3s ease;
    cursor: pointer;
	position: relative;
}
.recommend-box .tab-box > label:hover {
    background-color: var(--main-color);
    opacity: .8;
}

.recommend-box .tab-box > label em {
	font-size: 2.3rem;
	display: block;
}
.recommend-box .tab-box > label span {
	font-size: 1.8rem;
}

.recommend-box .tab-box > label br{
	display: none;
}

.recommend-box .tab-box input {
    display: none;
}

.recommend-box .tab-box > .section-group {
    display: none;
    width: 100%;
	margin: 0;
    padding: 50px 0;
    background-color: #fff;
	border-top: 5px solid var(--main-color);
}

.recommend-box .tab-box > .section-group > section:not(:first-child) {
	margin-top: 7rem;
}

.recommend-box .tab-box > .section-group > *{
	opacity: 0;
}

.recommend-box .tab-box label:has(:checked) {
    background-color: var(--main-color);
}

.recommend-box .tab-box label:has(:checked) + .section-group {
    display: block;
}
.recommend-box .tab-box label:has(:checked) + .section-group > * {
	animation: fade-in .2s ease forwards;
	animation-delay: .1s;
}

/*-----*/
.recommend-box section .h-line{
	display: block;
	width: fit-content;
	background-image: repeating-linear-gradient(90deg, #666, #666 6px, transparent 6px, transparent 12px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 2px;
	margin: 0 auto 30px;
	padding: 0 10px 10px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.recommend-box section .h-line br{
	display: none;
}
.recommend-box section .h-line:after{
	content: "\f303";
	display: block;
	color: #666;
	font: var(--fa-font-solid);
	font-size: 2em;
	position: absolute;
	right: -1em;
	bottom: 0;
}

.recommend-box section .pickup-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 90%;
	margin: -15px auto 40px;
}
.recommend-box section .pickup-list > li{
	font-size: 1.4rem;
	padding: 0 15px;
	position: relative;
}
.recommend-box section .pickup-list > li:not(:last-child):after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #111;
	transform: skewX(-15deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/**/
.recommend-box .recommend-item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.recommend-box .recommend-item > .img{
	width: 420px;
	border: 2px solid #e2e2e2;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.recommend-box .recommend-item > .img img{
	width: 100%;
	height: auto;
}
.recommend-box .recommend-item > .img:before{
	content: "";
	display: block;
	width: 100px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	right: 10px;
	top: 5px;
}

.recommend-box .recommend-item > .img.gekiyasu:after{
	content: "";
	display: block;
	width: 83px;
	height: 109px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	left: 10px;
	top: -5px;
}

/**/
.recommend-box .recommend-item > .detail{
	width: 430px;
}
.recommend-box .recommend-item > .detail > .feature{
	background-color: #f1f1f1;
	margin-bottom: 20px;
	padding: 20px 30px;
	border-radius: 20px;
}
.recommend-box .recommend-item > .detail > .feature > p{
	display: block;
	width: fit-content;
	background-color: var(--main-color);
	color: #fff;
	margin: 0 auto 10px;
	padding: 0 15px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border-radius: 20px;
}
.recommend-box .recommend-item > .detail > .feature dl.main-box{
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px 0;
}
.recommend-box .recommend-item > .detail > .feature dl.main-box > div{
	display: flex;
	gap: 5px;
	position: relative;
}
.recommend-box .recommend-item > .detail > .feature dl.main-box:not(:last-child),
.recommend-box .recommend-item > .detail > .feature dl.main-box > div:not(:last-child){
	background-image: radial-gradient(circle, #6d6d6d 1px, transparent 1px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 6px 2px;
}
.recommend-box .recommend-item > .detail > .feature dl.main-box > div dt{
    display: flex;
    align-items: center;
	flex-shrink: 0;
	width: 160px;
	padding: 10px 0;
	padding-left: 50px;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5em;
	position: relative;
}
.recommend-box .recommend-item > .detail > .feature dl.main-box > div dt:before{
	content: "";
	display: block;
	width: fit-content;
	height: fit-content;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recommend-box .recommend-item > .detail > .feature dl.main-box > div dt.price:before{
	content: "\f1ec";
	font: var(--fa-font-solid);
}
.recommend-box .recommend-item > .detail > .feature dl.main-box > div dt.color:before{
	content: "\f53f";
	font: var(--fa-font-solid);
}

.recommend-box .recommend-item > .detail > .feature dl.main-box > div dd{
	flex: 1;
	padding: 10px 5px;
	font-size: 1.7rem;
	line-height: 1.5em;
	text-align: center;
}
.recommend-box .recommend-item > .detail > .feature dl.main-box > div dd.on{
	background-image: url(../../../_images/common/icon-maru.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	color: #fc3f3f;
	font-weight: 700;
	text-shadow: 
	2px  2px 1px #ffffff,
   -2px  2px 1px #ffffff,
	2px -2px 1px #ffffff,
   -2px -2px 1px #ffffff,
	2px  0px 1px #ffffff,
	0px  2px 1px #ffffff,
   -2px  0px 1px #ffffff,
	0px -2px 1px #ffffff;
}

/**/
.recommend-box .recommend-item > .detail > .feature dl.sub-box{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 70%;
	margin: 10px auto 0;
}
.recommend-box .recommend-item > .detail > .feature dl.sub-box > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.recommend-box .recommend-item > .detail > .feature dl.sub-box dt{
	width: 100%;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.recommend-box .recommend-item > .detail > .feature dl.sub-box dd{
	background-color: #c8c8c8;
	color: #fff;
	padding: 3px 8px;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 5px;
}
.recommend-box .recommend-item > .detail > .feature dl.sub-box dd.on{
	background-color: #fc3f3f;
}

.recommend-box .recommend-item > .detail > .feature dl.sub-box.print dd{
	background-color: transparent;
	padding: 0;
	text-align: center;
}


.recommend-box .recommend-item > .detail > .feature dl.cloth-box{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 90%;
	margin: 10px auto 0;
}
.recommend-box .recommend-item > .detail > .feature dl.cloth-box > dt{
	width: 100%;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.recommend-box .recommend-item > .detail > .feature dl.cloth-box > dd{
	width: fit-content;
	min-width: 270px;
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #969696;
	padding: .7rem 3rem;
	margin: 0 auto;
}
.recommend-box .recommend-item > .detail > .feature dl.cloth-box > dd ul{
	display: flex;
	width: 100%;
}
.recommend-box .recommend-item > .detail > .feature dl.cloth-box > dd li:nth-of-type(odd){
	border-right: 1px solid #969696;
}
.recommend-box .recommend-item > .detail > .feature dl.cloth-box > dd li{
	width: 50%;
	padding: 5px 10px;
	text-align: center;
}

/**/
.recommend-box .recommend-item > .detail ul.spec{
	margin: 10px 0;
	line-height: 1.5;
	position: relative;
}
.recommend-box .recommend-item > .detail ul.spec:not(:last-child){
	background-image: radial-gradient(circle, #000000 1.5px, transparent 1.5px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 9px 3px;
	padding-bottom: 10px;
}
.recommend-box .recommend-item > .detail ul.spec > li.number{
	font-size: 1.4rem;
}
.recommend-box .recommend-item > .detail ul.spec > li.name{
	font-size: 1.8rem;
	font-weight: 700;
}
.recommend-box .recommend-item > .detail ul.spec > li.color-size dl{
	display: flex;
	gap: 10px;
	margin: 5px 0;
	font-size: 1.4em;
}
.recommend-box .recommend-item > .detail ul.spec > li.color-size dl dt{
	padding: 2px 5px;
	line-height: 1em;
	border: 1px solid #666;
	border-radius: 3px;
}
.recommend-box .recommend-item > .detail ul.spec > li.price{
	font-size: 1.4em;
}
.recommend-box .recommend-item > .detail ul.spec > li.price em{
	color: #ff0000;
	font-size: 2.2em;
	font-weight: 700;
}


@media screen and (max-width: 810px) {
	.recommend-box .tab-box {
		gap: 0 10px;
	}
	.recommend-box .tab-box > label {
		width: calc((100% - 40px) / 5);
	}
	
	
	/*-----*/
	.recommend-box section .h-line br{
		display: inline-block;
	}
	.recommend-box section .h-line:after{
		font-size: 1.6em;
	}
	
	/**/
	.recommend-box .recommend-item{
		gap: 20px 0;
	}
	.recommend-box .recommend-item > .img{
		width: 45%;
	}
	.recommend-box .recommend-item > .img:before{
		width: 80px;
		height: 30px;
	}
	
	/**/
	.recommend-box .recommend-item > .detail{
		width: 52%;
	}
	.recommend-box .recommend-item > .detail > .feature{
		padding: 15px 10px;
	}
	.recommend-box .recommend-item > .detail > .feature dl.main-box > div dt{
		width: 120px;
		padding: 10px 0;
		padding-left: 30px;
	}
	.recommend-box .recommend-item > .detail > .feature dl.main-box > div dt:before{
		left: 10px;
	}
	.recommend-box .recommend-item > .detail > .feature dl.main-box > div dd{
		padding: 10px 5px;
        display: flex;
	    justify-content:center;
	    flex-direction: column;
	}
	/*----*/
	.recommend-box .recommend-item > .detail > .feature .pocket-box > dl{
		width: 90%;
		margin: auto;
	}
	.recommend-box .recommend-item > .detail > .feature .pocket-box > dl > dd{
		padding: 10px 5px;
	}
	/**/
	.recommend-box .recommend-item > .detail > .feature dl.sub-box{
		width: 80%;
	}
	
}

@media screen and (max-width: 600px) {
	.recommend-box .recommend-item{
		flex-direction: column;
		gap: 20px 0;
		max-width: 500px;
		margin: auto;
	}
	.recommend-box .recommend-item > .img{
		width: 100%;
	}
	/**/
	.recommend-box .recommend-item > .detail{
		width: 100%;
	}

	/**/
	.recommend-box .staff-comment{
		width: 95%;
		padding: 15px 20px;
		padding-left: 120px;
	}
	.recommend-box .staff-comment:before{
		width: 85px;
		height: 85px;
		left: 20px;
	}
}

@media screen and (max-width: 480px) {
	.recommend-box .tab-box {
		gap: 10px;
		justify-content: center;
	}
	.recommend-box .tab-box > label {
		width: calc((100% - 20px) / 3);
		border-radius: 15px;
	}
	.recommend-box .tab-box > label br{
		display: inline-block;
	}
	.recommend-box .tab-box > label:before {
		width: 35px;
		height: 35px;
		top: 10px;
	}
	
	/*-----*/
	.recommend-box section .h-line{
		width: 90%;
		text-align: center;
	}
	.recommend-box section .h-line:after{
		font-size: 1.5em;
	}
	
	/**/
	.recommend-box .recommend-item{
		flex-direction: column;
		gap: 20px 0;
	}
	.recommend-box .recommend-item > .img{
		width: 100%;
	}
	.recommend-box .recommend-item > .img:before{
		width: 80px;
		height: 30px;
	}
	
	/**/
	.recommend-box .recommend-item > .detail{
		width: 100%;
	}
	.recommend-box .recommend-item > .detail dl.feature{
		padding: 3% 2%;
	}
	.recommend-box .recommend-item > .detail > .feature dl.main-box > div dt{
		width: 120px;
		font-size: 1.8rem;
	}
	.recommend-box .recommend-item > .detail > .feature dl.main-box > div dd{
		padding: 10px 5px;
	}
	
	/**/
	.recommend-box .staff-comment{
		width: 100%;
		padding: 90px 20px 15px;
	}
	.recommend-box .staff-comment:before{
		width: 70px;
		height: 70px;
		top: 10px;
		bottom: auto;
		left: 0;
		right: 0;
	}
}


/*------------------------------
	メリット
------------------------------*/
.merit-box ul.merit-list{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 30px auto;
}

.merit-box ul.merit-list > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.merit-box ul.merit-list > li > img{
	flex-shrink: 0;
	width: 430px;
	height: auto;
	border: 2px solid #dfdfdf;
	border-radius: 20px;
}
.merit-box ul.merit-list > li > dl > dt{
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5em;
	border-left: 2px solid #333;
}
.merit-box ul.merit-list > li > dl > dd{
	font-size: 1.4rem;
	line-height: 1.6em;
}


@media screen and (max-width: 810px) {
	.merit-box ul.merit-list > li{
		gap: 20px 30px;
	}
	.merit-box ul.merit-list > li > img{
		width: 45%;
	}
}

@media screen and (max-width: 480px) {
	.merit-box ul.merit-list > li{
		flex-wrap: wrap;
		gap: 20px 0;
	}
	.merit-box ul.merit-list > li > img{
		width: 100%;
	}
	.merit-box ul.merit-list > li > dl{
		width: 100%;
	}
}



/*------------------------------
	特徴
------------------------------*/


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

}

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

}

