@charset "UTF-8";

.touchlookwrapper{padding: 80px 0px 157px;}

.touchlook{padding: 74px 30px 80px;}

.touchlookkv {
	background: url(../img/touchlook/touch/kv.jpg) no-repeat center top;
	background-size: 1440px;
	height: 550px;
	position: relative;
}

.touchlookkv-inner {
	position: absolute;
	top: 44%;
	left: 10%;
	transform: translate(-10%,-44%);
}

.touchlookkv-title{
	width: 319px;
	height: 136px;
	background: url(../img/touchlook/touch/kv_text.svg) no-repeat center center;
	background-size: contain;
	margin-bottom: 8vh;
}

.touchlookkv-text {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.17em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	line-height: 2.1;
}

.touchlookkv-text a {
	color: #fff;
	text-decoration: underline;
}

.touchlookkv-text a:hover {
	text-decoration: none;
}

/*  media ---------------------------------------*/

.touchlook-media {}

.touchlook-media-inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.touchlook-media-list {
}

.touchlook-media-list-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -80px;
	padding-top: 80px;
}

.touchlook-media-list-item:not(:last-of-type) {margin-bottom: 50px;}

.touchlook-media-image {
	width: 50%;
}

.touchlook-media-image img{
	border-radius: 10px;
	width: 100%;
}


.touchlook-media-detail {
	width: 46.5%;
	position: relative;
}


.touchlook-media-title {
	position: relative;
	color: #3c3c3c;
	line-height: 1.5;
	font-size: 22px;
	line-height: 1.65;
	font-weight: bold;
	letter-spacing: 0.18em;
	padding-left: 20px;
/*
	padding-top: 0px;
	padding-bottom: 0px;
*/
	margin-top: 14px;
	margin-bottom: 27px;
}

.touchlook-media-title::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 7px;
	height: 100%;
	background-color: #626e60;
}

.touchlook-media-text {
	font-size: 16px;
	letter-spacing: 0.13em;
	line-height: 1.9em;
	font-weight: bold;
}

.touchlook-info {}

.touchlook-info-title {
	position: relative;
	margin-bottom: 7px;
}

.touchlook-info-title::before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	content: '';
	background: #626e60;
	background-size: 100%;
	width: 100%;
	height: 1px;
}

.touchlook-info-title span {
	display: inline-block;
	padding: 0 12px;
	margin-left: 21px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.13em;
}

.touchlook-info-text {
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
}

.touchlook-media-note {
	color: #3c3c3c;
	line-height: 1.8;
	font-size: 13px;
	letter-spacing: 0.16em;
	font-weight: bold;
	margin-bottom: 25px;
}

.touchlook-media-infolist {
	font-size: 0;
	margin-bottom: 25px;
}

.touchlook-media-infolist dt {
	display: inline-block;
	font-size: 16px;
	color: #3c3c3c;
	vertical-align: top;
	width: 4.5em;
	line-height: 1.65;
	letter-spacing: 0.13em;
}

.is-2em.touchlook-media-infolist dt{width: 3.4em;}
.is-4em.touchlook-media-infolist dt{width: 6em;}

.touchlook-media-infolist dd {
	display: inline-block;
	font-size: 16px;
	color: #3c3c3c;
	width: calc(100% - 4.5em);
	line-height: 1.65;
	letter-spacing: 0.13em;
}

.is-2em.touchlook-media-infolist dd{width: calc(100% - 3.4em);}
.is-4em.touchlook-media-infolist dd{width: calc(100% - 6em);}

/* big pc */
@media screen and (min-width: 1441px){

	.touchlookkv {
		background-size: cover;
	}

}


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

	.touchlookwrapper{padding: 48px 0 22px;}

	.touchlook{padding: 55px 30px 0;}

	.touchlookkv {
		background: url(../img/touchlook/touch/kv_sp.jpg) no-repeat center bottom;
		background-size: cover;
		position: relative;
		height: 71vw;
	}

	.touchlookkv-inner {
		left: 50%;
		top: 45%;
		transform: translate(-50%,-45%);
		width: 100%;
	}

	.touchlookkv-title{
		width: 185px;
		margin: 0 auto 50px;
		max-width: 100%;
		height: 72px;
		max-height: 100%;
		background: url(../img/touchlook/touch/kv_text_sp.svg) no-repeat center center;
		background-size: contain;
	}

	.touchlookkv-text{
		font-size: 12px;
		text-align: center;
		line-height: 1.85;
		text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	}


	/*  touchlook-media ---------------------------------------*/

	.touchlook-media-list {
	}

	.touchlook-media-list-item {display: block}

	.touchlook-media-list-item:not(:last-of-type) {margin-bottom: 50px;}
	.touchlook-media-image {width: 100%; margin-bottom: 6px;}

	.touchlook-media-detail {
		width: 100%;
		overflow: hidden;
	}

	.touchlook-media-title {
		font-size: 15px;
		padding-left: 20px;
		padding-top: 1px;
		padding-bottom: 1px;
		margin-bottom: 17px;
	}

	.touchlook-media-title::before {
		width: 5px;
	}

	.touchlook-media-text {
		font-size: 11.5px;
		line-height: 1.9;
		letter-spacing: 0.16em;
	}

	.touchlook-info {}

	.touchlook-info-title {margin-bottom: 2px;}
	.touchlook-info-title span {font-size: 12px;}

	.touchlook-info-text {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.5;
	}

	.touchlook-media-note {
		font-size: 8.5px;
		margin-bottom: 22px;
	}

	.touchlook-media-infolist {
		margin-bottom: 16px;
	}

	.touchlook-media-infolist dt {
		font-size: 12px;
		line-height: 1.5;
	}

	.touchlook-media-infolist dd {
		font-size: 12px;
		line-height: 1.5;
	}

}