@charset "utf-8";
/* CSS Document */

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
img {
	max-width: 100%;
}
p {
	margin: 0;
}
.sp {
	display: none;
}
.inner {
	max-width: 1080px;
	width: 95%;
	margin: auto;
}
.title {
    font-family: "Oswald";
    text-align: center;
    font-size: 2.5em;
}
@media screen and (max-width: 930px){
	.sp {
		display: block;
	}
}

/*テクノロジー*/
.box-1line .box {
	width: 100%;
}
.box-2line .box {
	width: 49.9%;
}
.box-2line .box:last-of-type {
	margin-left: -5px;
}
.box {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
}
.box .box_inner {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
	width: 161px;
	padding: 15px 10px 5px;
    box-sizing: border-box;
}
.box .box_inner .icon {
	margin: 0 auto;
	text-align: center;
}
.box .box_inner .icon_text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
	text-align: center;
	margin: 1em auto 1.3em;
	letter-spacing: -0.5px;
}
.box .box_inner .tec_img {
	text-align: center;
}
@media screen and (max-width: 930px){
	.box {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}
	.box .box_inner {
		position: inherit;
		width: 100%;
		padding: 0 0 10px;
	}
	.box-2line .box {
		width: 100%;
	}
	.box-2line .box:last-of-type {
		margin-left: 0;
	}
	.box .box_inner .icon {
		display: inline-block;
		width: 25%;
		margin: 0 15px;
		vertical-align: middle;
		text-align: left;
	}
	.box .box_inner .icon_text {
		display: inline-block;
		width: 60%;
		text-align: left;
		vertical-align: middle;
	}
	.box .box_inner .icon_text br {
		display: none;
	}
	.box .img {
		height: 165px;
		overflow: hidden;
	}
	.box .img img {
		width: 100%;
	}
}

/*インビジブルスタビライザー*/
.invisible p {
	color: #33b371;
}
.box_top .box_inner {
    width: 618px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    margin: auto;
	padding: 20px;
}
.box_top .box_inner .icon {
	text-align: left;
}
.box_top .box_inner .icon .icon_img {
    display: inline-block;
    max-width: 110px;
    vertical-align: middle;
    margin-right: 10px;
}
.box_top .box_inner .icon p {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
	margin: 0;
}
.box_top .box_inner .icon_text {
	text-align: left;
	font-size: 14px;
}
@media screen and (max-width: 930px){
	.box_top .box_inner {
		width: 100%;
		right: 0;
		top: 0;
		transform: translateY(0%);
		-webkit- transform: translateY(0%);
		padding: 10px 0;
	}
	.box_top .box_inner .icon {
		width: 100%;
		margin: 0;
	}
	.box_top .box_inner .icon .icon_img {
		max-width: 80px;
	}
	.box_top .box_inner .icon p {
		width: 78%;
		font-size: 13.5px;
	}
	.box_top .box_inner .icon p br {
		display: none;
	}
	.box_top .box_inner .icon_text {
		font-size: 12px;
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 415px){
	.box_top .box_inner .icon {
		width: auto;
	}
	.box_top .box_inner .icon p {
		width: 66%;
	}
}

/*紫外線カット*/
.uv p {
	color: #6b1d7a;
}
.uv .box_inner {
    top: 20px;
    left: 20px;
}
.uv .box_inner .icon {
	max-width: 118px;
}

/*撥水*/
.water p {
	color: #2d96b1;
}
.water .box_inner {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.water .box_inner .icon {
	max-width: 126px;
}

/*静電防止*/
.anti {
    background: url(../img/antistatic-bg.jpg) no-repeat;
    background-size: contain;
    /*height: 300px;*/
	padding-bottom: 27.778%;
}
.anti p {
	color: #eaa300;
}
.anti .box_inner {
    left: 189.5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.anti .box_inner .icon {
	max-width: 100px;
}

/*吸湿発熱*/
.thermal p {
	color: #ee782a;
}
.thermal .box_inner {
    right: 20px;
    top: 20px;
}
.thermal .box_inner .icon {
	max-width: 121px;
}

/*吸汗・速乾*/
.quick p {
	color: #2478be;
}
.quick .box_inner {
    left: 20px;
    bottom: 20px;
}
.quick .box_inner .icon {
	max-width: 114px;
}

/*防風*/
.wind p {
	color: #7d7d7d;
}
.wind .box_inner {
    left: 20px;
    bottom: 20px;
}
.wind .box_inner .icon {
	max-width: 112px;
}

/*保温*/
.thermal-fabric p {
	color: #dc5f0d;
}
.thermal-fabric .box_inner {
    right: 20px;
    top: 20px;
}
.thermal-fabric .box_inner .icon {
	max-width: 114px;
}

@media screen and (max-width: 930px){
	.uv .box_inner {
		top: 0;
		left: 0;
	}
	.water .box_inner {
		right: 0;
		top: 0;
		transform: translateY(0);
		-webkit- transform: translateY(0);
	}
	.anti {
		background: none;
		padding: 0 0 20px;
	}
	.anti .box_inner {
		left: 0;
		top: 0;
		transform: translateY(0);
		-webkit- transform: translateY(0);
	}
	/*.anti .img img {
		max-width: 174%;
		margin-left: -60%;
	}*/
	.thermal .box_inner {
		right: 0;
		top: 0;
	}
	.quick .box_inner {
		left: 0;
		bottom: 0;
	}
	.wind .box_inner {
		left: 0;
		bottom: 0;
	}
	.thermal-fabric {
		border-bottom: 0;
	}
	.thermal-fabric .box_inner {
		right: 0;
		top: 0;
	}
}