@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body {
	min-width:auto !important;
	font-size:62.5% !important;
	line-height:2;
/*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;*/
}




h1, h2, h3, h5 {font-weight:bold !important;}


h2 {
	font-size:1.6em;
	letter-spacing: .3em;
}

h3.title_h3 {
	letter-spacing: .3em;
	font-size:1.6em;
	text-align:center;
}


h3.title_h3 span {
	padding:0 5px 10px;
	border-bottom:1px solid #000;
}


h3.title_h3 span.ttl_jp {
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:.8em;
	border:none;
}


#contents {
	line-height:inherit !important;
	font-size:1.6em !important;
}


.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}
.mb150 {margin-bottom:150px !important;}


.center {text-align:center !important;}



.pc {display:block !important;}
.sp {display:none !important;}


@media screen and (max-width: 768px){
.pc {display:none !important;}
.sp {display:block !important;}
	
}


#wrapper {
	font-size:1.4em !important;
}



.container {
	width:960px;
	box-sizing: border-box;
	padding:0;
	margin:0 auto;
	position: relative;
}


@media screen and (max-width: 768px){
.container {
	width:96%;
	box-sizing: border-box;
	padding:0;
	margin:0 auto;
	position: relative;
}
}



/* TOP PAGE */
/* TOPスライドショー */
.js-flickity {
	list-style:none;
}

.gallery-cell a {
	display:block;
	width: 100%;
	position: relative;
	text-decoration: none;
}


.outer_topImage {
	width:100%;
	background:#83acc2;
}


.block_topImage {
	width:960px;
	margin:0 auto;
}

.copy01 {
	font-size:5em;
	width:40%;
	position: absolute;
	top:15%;
	left:80px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}




.copy02 {
	font-size:2.5em;
	width:50%;
	position: absolute;
	bottom:100px;
	right:80px;
	color:#000 !important;
	text-align:right;
}



.copy03 {
	font-size:5em;
	width:40%;
	position: absolute;
	top:15%;
	left:80px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}



.bx-wrapper .bxslider .copy01 img, .bx-wrapper .bxslider .copy03 img {
	width:auto !important;
}



.copy04 {
	font-size:1.6em;
	width:60%;
	position: absolute;
	top:25%;
	left:80px;
	color:#000 !important;
	margin:20px 0 0;
}



.copy04 span {
	display:block;
	padding:1em 1em;
	background:#000;
	color:#FFF !important;
	width:12.5em;
	text-align:center;
	font-size:0.6em;
	position: relative;
	margin:30px 0 0 !important;
}


.copy04 span::before {
	content: "";
	display:inline-block;
	width:7px;
	height:7px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	transform: rotate(45deg);
	margin:-5px 0 0 0;
	position: absolute;
	left:15px;
	top:50%;
}



/*@media screen and (min-width: 1000px) and (max-width: 1199px){
.copy01 {
	font-size:4em;
	width:50%;
	position: absolute;
	top:15%;
	left:80px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}



.copy02 {
	font-size:2em;
	width:50%;
	position: absolute;
	bottom:50px;
	right:50px;
	color:#000 !important;
	text-align:right;
}



.copy03 {
	font-size:4em;
	width:50%;
	position: absolute;
	top:15%;
	left:80px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}
	
.copy04 {
	font-size:1.4em;
	width:65%;
	position: absolute;
	top:30%;
	left:80px;
	color:#000 !important;
}
}*/



@media screen and (min-width: 769px) and (max-width: 999px){
.block_topImage {
	width:100%;
	margin:0 auto;
}
	
.copy01 {
	font-size:3.5em;
	width:50%;
	position: absolute;
	top:10%;
	left:60px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}



.copy02 {
	font-size:1.8em;
	width:50%;
	position: absolute;
	bottom:30px;
	right:40px;
	color:#000 !important;
	text-align:right;
}



.copy03 {
	font-size:3.5em;
	width:50%;
	position: absolute;
	top:15%;
	left:60px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}
	
	
.copy04 {
	font-size:1.4em;
	width:65%;
	position: absolute;
	top:30%;
	left:60px;
	color:#000 !important;
}
}



@media screen and (min-width: 420px) and (max-width: 768px){
.block_topImage {
	width:100%;
	margin:0 auto;
}
	
.copy01 {
	font-size:3em;
	width:50%;
	position: absolute;
	top:40px;
	left:40px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}



.copy02 {
	font-size:1.6em;
	width:100%;
	position: absolute;
	bottom:30px;
	right:30px;
	color:#000 !important;
	text-align:right;
}



.copy03 {
	font-size:3em;
	width:50%;
	position: absolute;
	top:40px;
	left:40px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}
	

.copy04 {
	font-size:1.3em;
	width:60%;
	position: absolute;
	top:90px;
	left:40px;
	color:#000 !important;
}
}



@media screen and (max-width: 419px){
.block_topImage {
	width:100%;
	margin:0 auto;
}
	
.copy01 {
	font-size:2em;
	width:50%;
	position: absolute;
	top:20px;
	left:20px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}



.copy02 {
	font-size:1.2em;
	width:100%;
	position: absolute;
	bottom:10px;
	right:10px;
	color:#000 !important;
	text-align:right;
}



.copy03 {
	font-size:2em;
	width:50%;
	position: absolute;
	top:30px;
	left:20px;
	font-family: "Helvetica Neue", Helvetica, 'Arimo', sans-serif;
	font-weight:200 !important;
	letter-spacing: 0.1em;
	line-height:1.4em;
	color:#000 !important;
}
	

.copy04 {
	font-size:.8em;
	width:85%;
	position: absolute;
	top:60px;
	left:20px;
	color:#000 !important;
}
	
	
.copy04 span {
	display:block;
	padding:.5em 1em;
	background:#000;
	color:#FFF !important;
	width:12.5em;
	text-align:center;
	font-size:0.6em;
	position: relative;
	margin:15px 0 0 !important;
}
}




#section01 {
	width:100%;
	height:800px;
	padding:150px 0;
}


#section01 h2 {
	width:100%;
	position: absolute;
	left:0;
	top:10px;
	opacity:0;
	animation-name: slideIn01;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	
}


#section01 h2 .f-line {
	display:block;
	padding:0;
	margin:0;
}


#section01 p.p_text {
	width:43%;
	position: absolute;
	left:0;
	top:145px;
	opacity:0;
	animation-name: slideIn01;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
}


#section01 p.p_img {
	width:50%;
	position: absolute;
	right:0;
	top:0;
	opacity:0;
	animation-name: slideIn02;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
}



#section01 p.p_img img {
	width:100%;
}


@keyframes slideIn01 {
	from {
		left:-150px;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	to {
		left:0;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}


@keyframes slideIn02 {
	from {
		right:-150px;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	to {
		right:0;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}




@media screen and (min-width: 420px) and (max-width: 768px){
#section01 {
	width:100%;
	height:1300px;
	padding:100px 0;
}


#section01 h2 {
	width:100%;
	position: absolute;
	left:0;
	top:760px;
	opacity:0;
	animation-name: slideIn01;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	font-size:1.1em;
}
	
	
#section01 h2 .f-line {
	display:inline;
}


#section01 p.p_text {
	width:100%;
	position: absolute;
	left:0;
	top:880px;
	opacity:0;
	animation-name: slideIn01;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
}


#section01 p.p_img {
	width:100%;
	position: absolute;
	right:0;
	top:0;
	opacity:0;
	animation-name: slideIn02;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
}
}





@media screen and (max-width: 419px){
#section01 {
	width:100%;
	height:1200px;
	padding:100px 0;
}


#section01 h2 {
	width:100%;
	position: absolute;
	left:0;
	top:420px;
	opacity:0;
	animation-name: slideIn01;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	font-size:1.1em;
}
	
	
#section01 h2 .f-line {
	display:inline;
}


#section01 p.p_text {
	width:100%;
	position: absolute;
	left:0;
	top:600px;
	opacity:0;
	animation-name: slideIn01;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
}


#section01 p.p_img {
	width:100%;
	position: absolute;
	right:0;
	top:0;
	opacity:0;
	animation-name: slideIn02;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
}
}



#section02 {
	width:100%;
	height:1705px;
	padding:70px 0 160px;
	box-sizing: border-box;
	background: linear-gradient(#d3dee2, #98b8c5);
}


@keyframes fadeIn {
	from {
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	to {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}


.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 320px;
	max-width: 490px;
	max-height: 300px;
	width: 50%;
	background: #000;
	text-align: center;
	cursor: pointer;
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: liner;
}


.grid figure.oneColumn {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 320px;
	max-width: 980px;
	max-height: 450px;
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: liner;
}


.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.7;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#FFF;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	color:#FFF;
}

.grid figure h4 {
	font-size:1.2em;
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h4 span {
	display:block;
	font-size:0.7em;
	padding:10px 0 0;
}

.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	/*top: 10px;*/
	right: 5px;
	bottom: 5px;
	/*left: 10px;*/
	display:inline-block;
	transform: rotate(45deg);
	/*h:border: 1px solid #fff;*/
	content: '';
	border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
	/*-webkit-transform: scale(1);
	transform: scale(1);*/
}

/*figure.effect-chico figcaption::before,*/
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-chico h4 {
	padding: 10% 0 20px 0;
}


figure.oneColumn h4 {
	padding: 12% 0 20px 0;
}


figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1);
	transform: scale(1);
	font-size:1.2em;
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	/*-webkit-transform: scale(1);
	transform: scale(1);*/
}


figcaption p a {
	color:#FFF !important;
	text-decoration:none;
	font-size:0.6em;
	padding:5px 15px;
	border:1px solid #FFF;
}


@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.grid figure.oneColumn {
	display: inline-block;
	float: none;
	min-width: 320px;
	max-width: 490px;
	max-height: 300px;
	width:100%;
	margin: 0 auto;
}
	
	figure.effect-chico figcaption {
	padding: 4em 2.5em 0;
}
	
	figure.effect-chico h4 {
	padding: 0 0 10px 0;
	line-height:1.2em;
}


    figure.oneColumn h4 {
	padding: 0 0 10px 0;
	line-height:1.2em;
}
}



@media screen and (max-width: 768px){
#section02 {
	width:100%;
	height:auto;
	padding:70px 0 80px;
	box-sizing: border-box;
	background: linear-gradient(#d3dee2, #98b8c5);
}
}




#section03 {
	width:100%;
	height:2350px;
	/*	height:2150px;*/
	padding:70px 0 160px;
	box-sizing: border-box;
}


span.moreInfo {
	display:inline-block;
	font-size:0.7em;
	margin:50px 0 0;
	padding:.1em .7em;
	border:1px solid #FFF;
}



@keyframes showUp {
	from {
		left:0;
		visibility: visible;
	}
	to {
		left:100%;
		visibility: visible;
	}
}



/* tech01 */
.block_tech01 {
	width:50%;
	height:600px;
	position: absolute;
	top:0;
	left:0;
	display: table;
	background:#000;
}


.tech01 {
	width:100%;
	height:600px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech01::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech01:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech01 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:600px;
	text-decoration:none;
	padding:230px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}



.wblock_tech01 {
	width:100%;
	height:600px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech02 */
.block_tech02 {
    width:50%;
    height:300px;
    position: absolute;
    top:0;
    left:50%;
    display: table;
    background:#000;
}


.tech02 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech02::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech02:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech02 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech02 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech03 */
.block_tech03 {
    width:50%;
    height:300px;
    position: absolute;
    top:300px;
    left:50%;
    display: table;
    background:#000;
}



.tech03 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech03::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech03:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech03 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech03 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech04 */
.block_tech04 {
	width:25%;
	height:300px;
	position: absolute;
	top:600px;
	left:0;
	display: table;
	background:#000;
}


.tech04 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech04::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech04:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech04:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech04 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech04 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}





/* tech05 */
.block_tech05 {
	width:25%;
	height:300px;
	position: absolute;
	top:900px;
	left:0;
	display: table;
	background:#000;
}


.tech05 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech05::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech05:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech05.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech05:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech05 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}



.wblock_tech05 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .4s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech06 */
.block_tech06 {
	width:25%;
	height:600px;
	position: absolute;
	top:600px;
	left:25%;
	display: table;
	background:#000;
}


.tech06 {
	width:100%;
	height:600px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech06::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech06:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech06.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech06:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech06 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:600px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech06 {
	width:100%;
	height:600px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}


.tech06 span.break {
	display:block;
}



/* tech07 */
.block_tech07 {
    width:50%;
    height:600px;
    position: absolute;
    top:600px;
    left:50%;
    display: table;
    background:#000;
}

.tech07 {
	width:100%;
	height:600px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech07::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech07:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech07.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech07:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech07 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:600px;
	text-decoration:none;
	padding:230px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}



.wblock_tech07 {
	width:100%;
	height:600px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}




/* tech08 */
.block_tech08 {
	width:50%;
	height:300px;
	position: absolute;
	top:1200px;
	left:0;
	display: table;
	background:#000;
}


.tech08 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech08::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech08:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech08.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech08:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech08 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech08 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}




/* tech09 */
.block_tech09 {
	width:50%;
	height:300px;
	position: absolute;
	top:1200px;
	left:50%;
	display: table;
	background:#000;
}


.tech09 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech09::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}



.tech09:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech09.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech09:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech09 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech09 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .4s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech10 */
.block_tech10 {
	width:50%;
	height:300px;
	position: absolute;
	top:1500px;
	left:0;
	display: table;
	background:#000;
}


.tech10 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech10::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech10:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech10.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech10:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech10 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech10 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}




/* tech11 */
.block_tech11 {
	width:50%;
	height:300px;
	position: absolute;
	top:1500px;
	left:50%;
	display: table;
	background:#000;
}


.tech11 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech11::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech11:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech11.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech11:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech11 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech11 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}


/*20181129追加*/


/* tech12 */
.block_tech12 {
	width:50%;
	height:300px;
	position: absolute;
	top:1800px;
	left:0;
	display: table;
	background:#000;
}


.tech12 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech12::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech12:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech12.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech12:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech12 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech12 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech13 */
.block_tech13 {
	width:50%;
	height:300px;
	position: absolute;
	top:1800px;
	left:50%;
	display: table;
	background:#000;
}


.tech13 {
	width:100%;
	height:300px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}


.tech13::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech13:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech13.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech13:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech13 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:300px;
	text-decoration:none;
	padding:75px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech13 {
	width:100%;
	height:300px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}








@media screen and (max-width: 768px){
	
#section03 {
	width:100%;
	height:auto;
	padding:70px 0 80px;
	box-sizing: border-box;
}


span.moreInfo {
	display:inline-block;
	font-size:0.7em;
	margin:30px 0 0;
	padding:.1em .7em;
	border:1px solid #FFF;
}
	
	
/* tech01 */
.block_tech01 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech01 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
	
.tech01::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}


.tech01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech01:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech01 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}



.wblock_tech01 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech02 */
.block_tech02 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech02 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
	
.tech02::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	

.tech02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech02:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech02 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech02 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech03 */
.block_tech03 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech03 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
	
.tech03::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	

.tech03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech03:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech03 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech03 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech04 */
.block_tech04 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech04 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
	
.tech04::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}

.tech04:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech04:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech04 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech04 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}





/* tech05 */
.block_tech05 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech05 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
	
.tech05::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	

.tech05:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech05.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech05:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech05 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}



.wblock_tech05 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .4s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech06 */
.block_tech06 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech06 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
	
.tech06::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	

.tech06:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech06.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech06:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech06 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech06 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}
	

.tech06 span.break {
	display:inline;
}



/* tech07 */
.block_tech07 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech07 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
	
.tech07::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	

.tech07:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech07.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech07:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech07 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}



.wblock_tech07 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}




/* tech08 */
.block_tech08 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech08 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}

	
.tech08::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	
	
.tech08:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech08.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech08:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech08 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech08 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}




/* tech09 */
.block_tech09 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech09 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}

	
.tech09::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	
	
.tech09:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech09.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech09:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech09 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech09 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .4s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}



/* tech10 */
.block_tech10 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech10 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}

	
.tech10::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	
.tech10:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech10.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech10:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech10 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech10 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}




/* tech11 */
.block_tech11 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech11 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}

	
.tech11::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	
	
.tech11:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech11.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech11:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech11 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech11 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}
	

/* tech12 */
.block_tech12 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech12 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}

	
.tech12::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	
.tech12:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech12.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech12:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech12 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech12 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}




/* tech13 */
.block_tech13 {
	width:100%;
	height:200px;
	position: static;
	display: table;
	background:#000;
}


.tech13 {
	width:100%;
	height:200px;
	position: relative;
    overflow: hidden;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
}

	
.tech13::before {
	content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
}
	
	
.tech13:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .7;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fitems%2Fimages%2Fbg_tech13.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tech13:hover:after {
    opacity: .5;
    /*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}


.tech13 a {
	display:block;
	box-sizing: border-box;
	width:100%;
	height:200px;
	text-decoration:none;
	padding:40px 0 0;
	position: relative;
	z-index:1;
	color:#FFF;
	font-size:1.4em;
}


.wblock_tech13 {
	width:100%;
	height:200px;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	animation-name: showUp;
	animation-duration: 1s;
	animation-delay: .8s;
	animation-timing-function: liner;
	animation-fill-mode:forwards;
	opacity:1;
	z-index:2;
}
	
	
	
	
	
}




#section04 {
	width:100%;
	padding:70px 0 160px;
	box-sizing: border-box;
	background:#F4F5F5;
}


.list_products {
	width:100%;
	overflow:hidden;
	list-style:none;
}


.list_products li {
	width:22%;
	margin:0 4% 30px 0;
	float:left;
	text-align:center;
}


.list_products li:nth-child(2n) {
	width:22%;
	margin:0 4% 30px 0;
	float:left;
	text-align:center;
}


.list_products li:nth-child(4n) {
	width:22%;
	margin:0 0 30px;
	float:left;
	text-align:center;
}


.list_products li a {
	display:block;
	width:100%;
	color:#333;
	text-decoration: none;
}


div.img_products {
	width:100%;
	background:#FFF;
	margin:0 0 10px;
}


div.img_products img {
	width:100%;
}


span.sub_name {
	display:block;
	font-size:0.8em;
}


@media screen and (max-width: 768px){
#section04 {
	width:100%;
	padding:70px 0 80px;
	box-sizing: border-box;
	background:#F4F5F5;
}
	
.list_products li {
	width:48%;
	margin:0 4% 30px 0;
	float:left;
	text-align:center;
}
	
	
.list_products li:nth-child(2n) {
	width:48%;
	margin:0 0 30px;
	float:left;
	text-align:center;
}


.list_products li:nth-child(4n) {
	width:48%;
	margin:0 0 30px;
	float:left;
	text-align:center;
}
}


/* COM-ET */
div#contents section.comet {
	font-family:Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

#contents .comet .comet_box ul li a .cmt p {
	box-sizing: content-box;
}

#contents .comet {
	line-height:1.6em;
}

#contents .comet h2 {
	letter-spacing: 0;
}






/*GA追加 20171219*/

.mov_box {
    width: 480px;
    margin: 24px 0 0!important;
    text-align: center;
}
p span.cautionG{
    font-size:0.6em!important;
    line-height: 1.6 !important;
}

article{
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif!important;
}
@media screen and (max-width:767px) {
	.mov_box {
		width:100%;
	}
}
