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

	function 機能　/　antistatic　制電

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

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

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


/*------------------------------
	catch-cont
------------------------------*/
.catch-cont {
    width: 790px;
    margin: 0 auto 5rem;
    position: relative;
}

.catch-cont > div{
    width: 410px;
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.catch-cont p {
    color: #FFF;
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 2.3;
    letter-spacing: .06em;
}

.catch-cont p span {
    padding: .7rem 2.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.catch-cont p.caution {
	display: block;
	width: fit-content;
	color: #ff3838;
	margin: auto;
	font-size: 1.3rem;
	position: relative;
}
.catch-cont p.caution:before {
	content: "！";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #ff3838;
	color: #fff;
	margin-right: 5px;
	font-size: 1.3rem;
	line-height: 1.3em;
	text-align: center;
	border-radius: 50%;
}

/*blue*/
.catch-cont p.blue {
    text-shadow: 3px 3px 2px rgba(0, 128, 194, 0.3);
}
.catch-cont p.blue span {
	background-image: linear-gradient( 90deg, #2c91ff 0%, #25b3ff 36%, #20c9ff 92%);
}


@media screen and (max-width: 810px) {
    .catch-cont {
        width: 100%;
    }
	.catch-cont img{
		width: 60%;
	}
	.catch-cont > div{
		width: fit-content;
	}
	.catch-cont p{
		font-size: 2.5rem;
	}
	.catch-cont p span {
		padding: .7rem 2rem;
	}
	.catch-cont p.caution {
		font-size: 1.3rem;
		text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97999px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.51361px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
	}
	.catch-cont p.caution:before {
		text-shadow: none;
		box-shadow: 0 0 0 2px #fff;
	}
}

@media screen and (max-width: 480px) {
	.catch-cont img{
		width: 100%;
	}
    .catch-cont > div {
		width: 100%;
        margin: 0 auto -1rem;
        font-size: 2.3rem;
        text-align: center;
        transform: none;
        -webkit-transform: none;
        position: relative;
        right: auto;
        top: auto;
    }
    .catch-cont p {
        margin: 0 auto -1rem;
        font-size: 2.3rem;
        text-align: center;
        transform: none;
        -webkit-transform: none;
        position: relative;
        right: auto;
        top: auto;
    }
	.catch-cont p.caution {
		margin-top: 10px;
	}
}


/*------------------------------
	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;
}


/*blue*/
.scene-cont .h-scene.blue span {
    color: #28a3ff;
}


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

.scene-cont ul li {
	width: calc((100% - 5rem) / 3);
}

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

.scene-cont ul li figcaption {
    color: #FFF;
    position: absolute;
    bottom: 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%;
}
.scene-cont ul li p{
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: left;
}

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

@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 {
        gap: 2rem 4%;
    }
    
	.scene-cont ul li {
		width: calc((100% - 4%) / 2);
	}
    
    .scene-cont ul li figcaption {
        font-size: 13px;
    }

}


/*------------------------------
	選び方
------------------------------*/
.feature-box{
	background-image: url(../../../_images/special/denim/feature-bg.jpg);
	margin: 80px auto;
	padding: 40px 40px 20px;
	border-radius: 20px;
	position: relative;
}
.feature-box h3{
	display: block;
	width: fit-content;
	margin: auto;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}

.feature-box > .inner{
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.feature-box > .inner > dl{
	width: calc(100% / 2);
	padding: 40px 30px;
	position: relative;
}
.feature-box > .inner > dl:nth-of-type(odd):after{
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background-image: repeating-linear-gradient(180deg, #93a1b2, #93a1b2 10px, transparent 10px, transparent 14px);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 3px 100%;
	position: absolute;
	right: -4px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.feature-box > .inner > dl:not(:nth-last-child(-n + 2)):before{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #93a1b2, #93a1b2 10px, transparent 10px, transparent 14px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	z-index: -1;
}
.feature-box > .inner > dl dt{
	color: #163288;
	margin-bottom: 20px;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}
.feature-box > .inner > dl dt mark{
	color: inherit;
	background-image: linear-gradient(to bottom, transparent 65%, #fee404 65%);
}
.feature-box > .inner > dl dd{
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 210px;
}
.feature-box > .inner > dl dd p{
	color: #4a4a4a;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

/**/
.feature-box > .inner > dl.uniform dd{
	background-image: url(../../../_images/special/denim/feature-uniform.webp);
}
.feature-box > .inner > dl.taste dd{
	background-image: url(../../../_images/special/denim/feature-taste.webp);
}
.feature-box > .inner > dl.durability dd{
	background-image: url(../../../_images/special/denim/feature-durability.webp);
}
.feature-box > .inner > dl.lee dd{
	background-image: url(../../../_images/special/denim/feature-lee.webp);
}


@media screen and (max-width: 810px) {
	.feature-box{
		padding: 10% 4% 20px;
	}
	.feature-box h3{
		max-width: 80%;
		top: -3.5%;
	}

	.feature-box > .inner > dl{
		padding: 20px;
	}
	.feature-box > .inner > dl dd{
		background-size: 200px auto;
		padding-top: 170px;
	}
}
@media screen and (max-width: 600px) {
	.feature-box{
		padding: 10% 4% 20px;
	}
	.feature-box h3{
		max-width: 80%;
		top: -3.5%;
	}

	.feature-box > .inner > dl{
		width: 100%;
		padding: 20px 0;
	}
	.feature-box > .inner > dl:nth-of-type(odd):after{
		display: none;
	}
	.feature-box > .inner > dl:not(:last-of-type):before{
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		background-image: repeating-linear-gradient(90deg, #93a1b2, #93a1b2 10px, transparent 10px, transparent 14px);
		background-position: left bottom;
		background-repeat: repeat-x;
		background-size: 100% 3px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -2px;
		margin: auto;
		z-index: -1;
	}
	/**/
	.feature-box > .inner > dl dt{
		margin-bottom: 10px;
	}
	.feature-box > .inner > dl.uniform dd{
		padding-top: 150px;
	}
	.feature-box > .inner > dl.taste dd{
		padding-top: 160px;
	}
	.feature-box > .inner > dl.durability dd{
		padding-top: 150px;
	}
	.feature-box > .inner > dl.lee dd{
		padding-top: 120px;
	}
}

@media screen and (max-width: 480px) {
	.feature-box h3{
		max-width: 90%;
		top: -1.5%;
	}

}


/*------------------------------
	おすすめ商品
------------------------------*/
.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 {
	display: flex;
    flex: 1 1 1;
    order: -1;
	justify-content: center;
	align-items: center;
    width: calc((100% - 40px) / 3);
	background-color: #c8c8c8;
    color: #fff;
    padding: 60px 30px 20px;
    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:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(249deg) brightness(102%) contrast(101%);
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	margin: auto;
}
.recommend-box .tab-box > label:hover {
    background-color: var(--main-color);
    opacity: .8;
}
.recommend-box .tab-box > label br{
	display: none;
}

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

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

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

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

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

.recommend-box .tab-box label.normal:before{ background-image: url(../../../_images/common/icon-normal.webp);}
.recommend-box .tab-box label.sommelier:before{ background-image: url(../../../_images/common/icon-sommelier.webp);}
.recommend-box .tab-box label.homaekake:before{ background-image: url(../../../_images/common/icon-homaekake.webp);}


/*-----*/
.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 .pocket-box{
	margin: 10px 0 0;
}
.recommend-box .recommend-item > .detail > .feature .pocket-box > dl{
	width: 90%;
	margin: auto;
}
.recommend-box .recommend-item > .detail > .feature .pocket-box > dl > dt{
	margin-bottom: 5px;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}
.recommend-box .recommend-item > .detail > .feature .pocket-box > dl > dd{
	background-color: #fff;
	padding: 10px 15px;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #969696;
	border-radius: 5px;
}

/**/
.recommend-box .recommend-item > .detail > .feature dl.sub-box{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 90%;
	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;
	text-align: center;
	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 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;
}

/**/
.recommend-box .staff-comment{
	width: 90%;
	background-color: #f7efdd;
	margin: 40px auto;
	padding: 20px 30px;
	padding-left: 160px;
	border-radius: 10px;
	position: relative;
}
.recommend-box .staff-comment > p{
	color: #787264;
	font-size: 1.3rem;
	font-weight: 700;
}
.recommend-box .staff-comment:before{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 85px;
	height: 85px;
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recommend-box .staff-comment.staff1:before{
	background-image: url(../../../_images/type/icon-staff1.gif);
}
.recommend-box .staff-comment.staff2:before{
	background-image: url(../../../_images/type/icon-staff2.gif);
}
.recommend-box .staff-comment.staff3:before{
	background-image: url(../../../_images/type/icon-staff3.gif);
}

@media screen and (max-width: 810px) {
	.recommend-box .tab-box {
		gap: 0 10px;
	}
	.recommend-box .tab-box > label {
		width: calc((100% - 20px) / 3);
		padding: 60px 10px 10px;
	}
	
	
	/*-----*/
	.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: 0 5px;
	}
	.recommend-box .tab-box > label {
		width: calc((100% - 10px) / 3);
		padding: 50px 5px 10px;
	}
	.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;
	}
}

/*------------------------------
	最新製作事例
------------------------------*/
.record-box .record-list{
	display: flex;
	gap: 30px;
	margin: 30px auto;
}
.record-box .record-list > li{
	width: calc((100% - 30px) / 2);
}
.record-box .record-list > li a{
	display: block;
	height: 100%;
	padding: 10px;
	border: 2px solid #dfdfdf;
	border-radius: 18px;
	overflow: hidden;
}
.record-box .record-list > li .img{
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}
.record-box .record-list > li .img img{
	width: 100%;
	height: 275px;
	object-fit: cover;
}
.record-box .record-list > li .title{
	background-image: radial-gradient(circle, #000000 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 8px 4px;
	margin: 10px 10px 15px;
	padding-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: left;
	position: relative;
}
.record-box .record-list > li dl{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 10px;
	font-size: 1.3rem;
	line-height: 1.5em;
}
.record-box .record-list > li dl > div{
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.record-box .record-list > li dl > div dt{
	flex-shrink: 0;
	width: 110px;
	background-color: #f1f1f1;
	padding: 3px;
	text-align: center;
	border-radius: 5px;
}
.record-box .record-list > li dl > div dd{
	padding: 3px;
}
/*hover*/
.record-box .record-list > li a:hover{
	border-color: var(--main-color);
	opacity: 1;
}

@media screen and (max-width: 810px) {
	.record-box .record-list{
		gap: 20px;
	}
	.record-box .record-list > li{
		width: calc((100% - 20px) / 2);
	}
	.record-box .record-list > li a{
		border-radius: 15px;
	}
	.record-box .record-list > li .img{
		border-radius: 13px;
	}
	.record-box .record-list > li .img img{
		height: 240px;
	}
	.record-box .record-list > li dl > div dt{
		width: 90px;
	}
	.record-box .record-list > li dl > div dd{
		padding: 3px;
	}
}

@media screen and (max-width: 480px) {
	.record-box .record-list{
		gap: 20px;
		padding-bottom: 10px;
		overflow-x: auto;
	}
	.record-box .record-list > li{
		width: 280px;
	}
	.record-box .record-list > li a{
		border-radius: 15px;
	}
	.record-box .record-list > li .img img{
		width: 260px;
		height: 220px;
	}
	.record-box .record-list > li dl > div dt{
		width: 90px;
	}
	.record-box .record-list > li dl > div dd{
		padding: 3px;
	}
}


/*------------------------------
	活躍シーン
------------------------------*/
.scene-box ul.scene-list{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 30px auto;
}

.scene-box ul.scene-list > li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.scene-box ul.scene-list > li > img{
	flex-shrink: 0;
	width: 430px;
	height: auto;
	border: 2px solid #dfdfdf;
	border-radius: 20px;
}
.scene-box ul.scene-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;
}
.scene-box ul.scene-list > li > dl > dd{
	font-size: 1.4rem;
	line-height: 1.6em;
}


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

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



