@charset "UTF-8";

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}

/* font */

body, input, textarea {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', 'Meiryo', serif;
	color: #000000;
	line-height: 200%;
	letter-spacing: 2px;
	font-size: 14px;
}
a {
	color: #000000;
	text-decoration: underline;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
a:hover {
    opacity: 0.8;
	text-decoration: none;
}
*::selection {
	background: #eeeeee;
}
*::-moz-selection {
	background: #eeeeee;
}
@media screen and (max-width: 767px) {
	body, input, textarea {
		line-height: 150%;
		letter-spacing: 1px;
		font-size: 11px;
	}
}

/* wrapper */

body {
	width: 100%;
	position: relative;
}
#wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

/* intro */

.intro {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	overflow:hidden;
	z-index:9000
}
.intro:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	overflow: hidden;
	z-index: 10
}
.intro .logo {
	width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 100;
    opacity: 0;
}
.intro .copy {
    color: #fff;
    margin: 5% 0;
}
.intro .scroll {
    position: absolute;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 60px;
    color: #fff;
    font-family: 'Encode Sans Condensed', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.intro .scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.intro .scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.intro .movie {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	padding-bottom:61.89112%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:1;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility:hidden
}
.intro .movie video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto
}
.intro .news {
    width: 100%;
    padding: 1% 0;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0, 0.5);
    z-index: 5;
    text-align: center;
    color: #fff;
}
.Home-intro-slide_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
}
.ua-mobile .intro .movie {
	top: 0;
    height: 100%;
    padding-bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
	.intro .logo img {
	    width: 240px;
	}
	.intro .copy {
	    margin: 10% 0;
	}
	.intro .news {
	    padding: 3% 0;
	}
}

/* nav */

aside {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 100%;
    min-height: 720px;
    padding: 5% 2%;
    background-color: #fff;
    border-right: 1px solid #eeeeee;
    text-align: center;
    z-index: 2000;
}
aside h1 {
    padding: 0 10%;
}
aside h1 img {
    width: 100%;
}
aside a {
    text-decoration: none;
}
aside .options,
aside .links {
	margin: 20% 0;
}
aside .options a {
    display: block;
    padding: 1% 0;
    position: relative;
}
aside .options a:hover {
    background: #eeeeee;
}
aside .options a:before {
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/nav_arrow.png) no-repeat;
}
aside .links li {
    border-top: 1px solid #eeeeee;
    letter-spacing: 0;
}
aside .links li:last-child {
    border-bottom: 1px solid #eeeeee;
}
aside .links a {
    display: block;
    padding: 5% 0;
    position: relative;
}
aside .links a:before {
    content: '';
    width: 28px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
aside .links a.company:before {
    background: url(../img/company.png) no-repeat;
}
aside .links a.contact:before {
    background: url(../img/contact.png) no-repeat;
}
aside .links a.partner:before {
    background: url(../img/partner.png) no-repeat;
}
aside .links a.youtube:before {
    background: url(../img/youtube.png) no-repeat;
}
aside .links a.online:before {
    background: url(../img/online.png) no-repeat;
}
aside .adw img {
    width: 100%;
    margin-bottom: 10%;
}
aside .copyright {
    font-family: 'Encode Sans Condensed', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
@media screen and (max-width: 767px) {
	aside h1 {
	    padding: 0 15%;
	    margin: 5% 0;
	}
	aside .options a {
	    padding: 2% 0;
	}
}

/* drawer */

.g-nav_item._explore:hover .g-nav-child_options {
    width: 200px;
}
.g-nav_item {
    position: relative;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.g-nav-child_options {
    position: fixed;
    top: 0;
    left: 20%;
    width: 0;
    height: 100%;
    padding: 14% 0;
    background-color: #eeeeee;
    overflow: hidden;
    -webkit-transition: width 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
    transition: width 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.g-nav-child_item {
    position: relative;
    width: 200px;
    padding: 5px 15px;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.g-nav-toggle h1 {
    display: none;
}
@media screen and (max-width: 1050px) {
	.g-nav-toggle {
		position: fixed;
		top: 0;
	    width: 100%;
		height: 40px;
		cursor: pointer;
	    background: #ffffff;
		-webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s ease 0s;
		transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s ease 0s;
		transition: transform 0.4s ease 0s, width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: transform 0.4s ease 0s, width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s ease 0s;
	    z-index: 6000;
	}
	.g-nav-toggle h1 {
	    display: block;
	    position: absolute;
	    width: 180px;
	    top: 10px;
	    left: 5%;
	}
	.g-nav-toggle h1 img {
	    width: 100%;
	}
	.g-nav-toggle.step2 h1 {
	    opacity: 0;
	}
	.g-nav-toggle_line {
		position: absolute;
		right: 5%;
		display :block;
		width: 25px;
		height: 1px;
		background: #000000;
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	.g-nav-toggle_line._1 {
		top: 15px;
	}
	.g-nav-toggle_line._2 {
		top: 25px;
	}
	.g-nav-toggle.step2 .g-nav-toggle_line._1 {
		-webkit-transform: translate(0, 5px) rotate(45deg);
		-ms-transform: translate(0, 5px) rotate(45deg);
		transform: translate(0, 5px) rotate(45deg);
	}
	.g-nav-toggle.step2 .g-nav-toggle_line._2 {
		-webkit-transform: translate(0, -5px) rotate(-45deg);
		-ms-transform: translate(0, -5px) rotate(-45deg);
		transform: translate(0, -5px) rotate(-45deg);
	}
	.g-nav {
		opacity: 0;
	}
	.is-nav-open .g-nav {
		width: 100%;
		height: 100%;
		padding: 40px 35%;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s,height 0s ease 0s;
		transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s,height 0s ease 0s
	}
	aside .options, aside .links {
		margin: 5% 0;
	}
	aside .links a {
	    padding: 4% 0;
	}
	.g-nav_item._explore:hover .g-nav-child_options {
	    width: 100%;
	}
	.g-nav-child_options {
	    position: fixed;
	    top: 40px;
	    left: 0;
	    height: auto;
	    padding: 0;
	    z-index: 9999;
	    -webkit-transition: width 0s cubic-bezier(0.6, 0, 0.2, 1) 0s;
	    transition: width 0s cubic-bezier(0.6, 0, 0.2, 1) 0s;
	    -webkit-transition-delay: 1s;
	    transition-delay: 1s;
	}
	.g-nav-child_item {
	    width: 100%;
	    padding: 0;
	}
	aside .options .g-nav-child_item a:before {
	    left: 10%;
	}
	.is-header-hide .g-nav-toggle {
		-webkit-transform: translateY(-60px);
		-ms-transform: translateY(-60px);
		transform: translateY(-60px);
	}
}
@media screen and (max-width: 767px) {
	.g-nav-toggle h1 {
	    width: 150px;
	}
	.is-nav-open .g-nav {
	    padding: 40px 10%;
	}
}

/* main */

article {
    width: 80%;
    height: 100%;
    margin-left: 20%;
}
article section {
    text-align: center;
    padding: 5%;
}
article h2 {
    font-size: 36px;
    margin-bottom: 3%;
}
article .h2_small,
article .about .h3_small {
    font-size: 12px;
    color: #cccccc;
    font-family: 'Encode Sans Condensed', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    margin: 3% 0 5%;
}
article .copy {
    margin: 5% 0;
}
@media screen and (max-width: 1050px) {
	article {
	    width: 100%;
	    margin: 40px 0;
	}
}
@media screen and (max-width: 767px) {
	article section {
	    padding: 10% 5%;
	}
	article h2 {
	    font-size: 18px;
	    margin-bottom: 5%;
	}
	article .copy {
	    margin: 10% 0;
	}
	article .h2_small, article .about .h3_small {
	    font-size: 10px;
	}
}

/* footer */

footer {
    position: relative;
    width: 80%;
    bottom: 0;
    padding: 2%;
    margin-left: 20%;
    background-color: #eeeeee;
}
footer p {
    text-align: center;
}
footer .go_top {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1050px) {
	footer {
	    width: 100%;
	    margin-left: 0;
	    text-align: center;
	}
	footer .go_top {
		width: 100%;
	    top: -50%;
	    left: 50%;
	}
}

/* index */

article .concept {
    position: relative;
    text-align: left;
    padding: 0 0 5%;
}
article .concept img {
    width: 100%;
}
article .concept p {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
article .important ul {
    letter-spacing: -.4em;
}
article .important li {
    width: 49%;
    display: inline-block;
    margin: 0 2% 2% 0;
    position: relative;
    letter-spacing: 2px;
}
article .important li:nth-child(2n) {
    margin-right: 0;
}
article .important li img {
    width: 100%;
}
article .important .play {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}
article .important .number,
article .about .number {
    font-size: 24px;
    font-family: 'Encode Sans Condensed', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    text-decoration: underline;
}
article .important button {
    background: rgb(0, 0, 0, 0.5);
    border: none;
    border-radius: 10%;
    padding: 3% 6%;
    margin: 3% 0;
}
article .important button p {
    width: 25px;
    height: 15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #ffffff;
    text-indent: -9999em;
}
article .important h3 {
    font-size: 24px;
    letter-spacing: 8px;
    margin-left: 8px;
}
article .important .h3_small {
    font-size: 12px;
    font-family: 'Encode Sans Condensed', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
article .about .photo {
    position: relative;
    letter-spacing: 2px;
}
article .about img {
    width: 100%;
}
article .about .photo p {
    position: absolute;
    bottom: 5%;
    right: 2%;
    color: #fff;
    font-family: 'Encode Sans Condensed', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
article .about .two_column {
    letter-spacing: -.4em;
    margin: 5% 0;
}
article .about .left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
article .about .right {
    width: 50%;
    display: inline-block;
    padding: 3%;
    letter-spacing: 2px;
    vertical-align: middle;
}
article .about .number {
    margin: 5% 0;
}
article .about h3 {
    font-size: 24px;
    margin-bottom: 3%;
    letter-spacing: 0;
}
article .slider a {
    text-decoration: none;
}
article .slider .slick-slider {
	position: relative;
	display: block;
	padding: 0 6%;
}
article .slider .prev,
article .slider .next {
	position: absolute;
	height: 39px;
	width: 20px;
	font-size: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}
article .slider .prev {
	content: "";
	background: url('../img/prev.png') no-repeat;
	left: 3%;
}
article .slider .next {
	content: "";
	background: url('../img/next.png') no-repeat;
	right: 3%;
}
article .slider .slick-initialized .slick-slide {
	display: block
}
article .slider .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	padding: 0 1%;
}
article .slider .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
article .slider img {
    width: 100%;
}
article .slider h3 {
    font-size: 24px;
    margin: 5% 0;
}
@media screen and (max-width: 767px) {
	article .concept {
	    overflow: hidden;
	}
	article .concept img {
	    width: 200%;
	}
	article .important .number, article .about .number {
	    display: none;
	}
	article .important h3 {
	    font-size: 14px;
	    letter-spacing: 3px;
	    margin-left: 3px;
	}
	article .important button p {
	    width: 5px;
	    height: 5px;
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid transparent;
	    border-left: 8px solid #ffffff;
	}
	article .important .h3_small {
	    font-size: 10px;
	}
	article .about .left, article .about .right {
	    width: 100%;
	    display: block;
	}
	article .about h3 {
	    font-size: 18px;
	    margin: 10% 0 5%;
	}
	article .slider .slick-slide {
	    padding: 0 2%;
	}
}

/* material, technology, finish, desgin */

article .material h3,
article .technology h3,
article .finish h3,
article .design h3 {
    font-size: 24px;
    margin: 5% 0;
}
article .material .movie,
article .technology .movie,
article .finish .movie,
article .design .movie {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
article .material h4,
article .technology h4,
article .finish h4,
article .design h4 {
    font-size: 24px;
    margin: 1% 0;
}
article .material img,
article .technology img,
article .finish img,
article .design img {
    width: 100%;
}
article .material .play,
article .technology .play,
article .finish .play,
article .design .play {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}
article .material .number,
article .technology .number,
article .finish .number,
article .design .number {
    font-size: 24px;
    font-family: 'Encode Sans Condensed', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    text-decoration: underline;
}
article .material button,
article .technology button,
article .finish button,
article .design button {
    background: rgb(0, 0, 0, 0.5);
    border: none;
    border-radius: 10%;
    padding: 3% 6%;
    margin: 3% 0;
}
article .material button p,
article .technology button p,
article .finish button p,
article .design button p {
    width: 25px;
    height: 15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #ffffff;
    text-indent: -9999em;
}
article .material h5,
article .technology h5,
article .finish h5,
article .design h5 {
    font-size: 24px;
    margin: 5% 0;
}
article .designer ul {
    letter-spacing: -.4em;
}
article .designer li {
    width: 49%;
    display: inline-block;
    margin: 0 2% 5% 0;
    position: relative;
    letter-spacing: 2px;
    vertical-align: top;
}
article .designer li:nth-child(2n) {
    margin-right: 0;
}
article .designer li img {
    width: 100%;
}
article .designer h4 {
    font-size: 24px;
    margin: 5% 0;
}
@media screen and (max-width: 767px) {
	article .material h3, article .technology h3, article .finish h3, article .design h3 {
	    font-size: 18px;
	}
	article .material .movie, article .technology .movie, article .finish .movie, article .design .movie {
	    width: 100%;
	}
	article .material .number, article .technology .number, article .finish .number, article .design .number {
	    display: none;
	}
	article .material h4, article .technology h4, article .finish h4, article .design h4 {
	    font-size: 14px;
	    letter-spacing: 3px;
	    margin-left: 3px;
	}
	article .material button p, article .technology button p, article .finish button p, article .design button p {
	    width: 10px;
	    height: 5px;
	    border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	    border-left: 15px solid #ffffff;
	}
	article .material h5, article .technology h5, article .finish h5, article .design h5 {
	    font-size: 18px;
	    margin: 10% 0 5%;
	}
	article .designer h4 {
	    font-size: 18px;
	    margin: 10% 0 5%;
	}
}

/* products */

article .image {
    position: relative;
    padding: 0 0 5%;
}
article .image img {
    width: 100%;
}
article .products ul {
    letter-spacing: -.4em;
    text-align: left;
}
article .products li {
    width: 30%;
    margin: 0 5% 5% 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    letter-spacing: 2px;
}
article .products li:nth-child(3n) {
    margin-right: 0;
}
article .products li img {
    width: 100%;
}
article .products h3 {
    margin: 10% 0 5%;
}
article .products button {
    border: solid #bb0000;
    border-width: 1px 0 1px 0;
    background: none;
    padding: 1% 5%;
    margin-top: 5%;
    color: #bb0000;
    cursor: pointer;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
article .products button:hover {
    border-style: solid #bb0000;
    border-width: 1px 0 1px 0;
    background: #bb0000;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
	article .products li {
	    width: 45%;
	    letter-spacing: 1px;
	}
	article .products li:nth-child(3n) {
	    margin: 0 5% 5% 0;
	}
	article .products li:nth-child(2n) {
	    margin-right: 0;
	}
}

/* care */

article .care ul {
    letter-spacing: -.4em;
}
article .care li {
    display: inline-block;
    margin: 0 1% 5%;
    position: relative;
    letter-spacing: 2px;
    vertical-align: top;
}
article .care .character li {
    width: 23%;
}
article .care .color li {
    width: 14%;
}
article .care li img {
    width: 100%;
}
article .care li p {
    margin: 5% 0;
}
@media screen and (max-width: 767px) {
	article .care .color li {
	    width: 24%;
	}
}

/* company */

article .company table {
	width: 80%;
	margin: 0 auto;
    text-align: left;
}
article .company th,
article .company td {
    padding: 3%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	article .company table {
		width: 100%;
	}
}

/* partner */

article .partner ul {
    letter-spacing: -.4em;
}
article .partner li {
    width: 49%;
    display: inline-block;
    margin: 0 2% 5% 0;
    position: relative;
    letter-spacing: 2px;
}
article .partner li:nth-child(2n) {
    margin-right: 0;
}
article .partner li img {
    width: 100%;
}
article .partner h3 {
    font-size: 24px;
    margin: 5% 0;
}
article .partner h4 {
    font-size: 24px;
    margin: 5% 0;
}
@media screen and (max-width: 767px) {
	article .partner h3 {
	    font-size: 18px;
	}
	article .partner h4 {
	    font-size: 14px;
	    margin: 10% 0;
	}
}
