@charset "utf-8";


@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 200;
    src: url('../font/NotoSansCJKjpLight.woff');
    src: local('Noto Sans CJK JP Light'),
         url('../font/NotoSansCJKjpLight.woff2') format('woff2'),
         url('../font/NotoSansCJKjpLight.off') format('opentype')
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansCJKjpRegular.woff');
    src: local('Noto Sans CJK JP Regular'),
         url('../font/NotoSansCJKjpRegular.woff2') format('woff2'),
         url('../font/NotoSansCJKjpRegular.off') format('opentype')
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjpBold.woff');
    src: local('Noto Sans CJK JP Bold'),
         url('../font/NotoSansCJKjpBold.woff2') format('woff2'),
         url('../font/NotoSansCJKjpBold.off') format('opentype')
}

/* reset
-------------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,navi,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,navi,section { display: block;}
navi ul{ list-style: none;}
blockquote,q { quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

input,select { vertical-align: middle;}
li { list-style: none;}
img { vertical-align: top;}
a {
	display: block;
	text-decoration: none;
}
a:focus { outline: 0;}
.clrfx:before,.clrfx:after{
	content: "";
	display: table;
}
.clrfx:after { clear: both;}
.clrfx{ zoom: 1;}

html,body{
}

/* common
-------------------------------------------------------------------------------*/

body {
	font-family: 'NotoSansCJKjp', sans-serif;
	font-weight: 300;
	font-size:14px;
	line-height:150%;
	letter-spacing:0.1em;
	padding-top:100px;
}

* {
	-webkit-font-feature-settings : "palt";
	-moz-font-feature-settings : "palt";
	font-feature-settings : "palt";
}

a {
	color:#004ea1;
	text-decoration:underline;
	display:inline;
}

a:hover {
	text-decoration: underline;
	cursor:pointer;
}

.contents {
	width:100%;
	max-width:1280px;
	margin:auto;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px dashed;
    border-top: 7px solid\9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}


.m0{
	margin: 0 !important;
}

.ml80{
	margin-left: 80px !important;
}
.ml120{
	margin-left: 120px !important;
}

.p10_0 {
	padding: 10px 0 !important;
}

.p20_0 {
	padding: 20px 0 !important;
}

.bdt1{
	border-top: 1px solid #c9c9c9;
}
.bd0{
	border:0 !important;
}

@media screen and (max-width:1150px){
	#concept .content .content-info{
		top: 10%;
	}
	#concept a img {
	}
}
@media screen and (max-width:1024px){
	#concept .content .content-info{
		top: 5%;
	}
	#concept a img {
	    margin-top: 20px;
	}
}
@media screen and (min-width:1150px){
	#concept .content .content-info{
		top: 15%;
	}
	#concept a img {
	}
}

/**/
.fixed-shop-online {
	position:fixed;
	bottom:100px;
	right: 0;
	background-image: url('../image/follow-btn.png');
	width: 147px;
	height: 168px;
	z-index: 999;
	transition: all 0.3s ease;
	transform: translate(100%,70%);
}

.fixed-shop-online a {
	display:block;
	width:100%;
	height:100%;
	}

.fixed-shop-online.active {
	transform: translate(0,0);
	}
	
.fixed-shop-online:hover {
	transform: translate(5px,5px);
	}

/*nav*/

.navbar {
	padding: 20px 0 0 0;
	margin: 0;
	text-align: center;
	position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #ffffff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

.navbar.active {
	padding:0 0 0 0;
	transform: translate(0,-20px);
	}

.navbar ul {
	padding: 0;
	margin: auto;
    width: 100%;
    max-width: 980px;
}
.navbar ul li {
    font-weight: bold;
    display:table;
    width: 13.5%;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    float: left;
	height: 80px;
}

.navbar ul li a {
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
	width:100%;
	height:100%;
	position:relative;
	}
	
.navbar ul li:hover img {
	opacity:0.75;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	}
	
.navbar ul li a:after {
	content: "";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	height:3px;
	width:0%;
	background-color:#cf0226;
	transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	}
	
.navbar ul li a:hover:after {
	width:100%;
	}

.navbar ul li .logo{
    position: absolute;
    margin: 0 auto;
    z-index: 9999;
}

.navbar ul li + li + li + li,
.navbar ul li + li + li + li + li,
.navbar ul li + li + li + li + li + li {
	float:right;
	}
	
.navbar h1 {
	position:absolute;
	left:50%;
	top:26px;
	margin-left:-50px;
	z-index:8500;
	}
	
.navbar .base {
	position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -56px;
    z-index: 8000;
	}

/*bread*/
.bread {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.bread ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 40px;
}
.bread ul li {
	color: #fff;
	font-size: 12px;
	margin-right: 30px;
	position: relative;
}
.bread ul li:after {
	content: ">";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
}
.bread ul li:last-child:after {
	display: none;
}
.bread ul li a {
	color: #fff;
	text-decoration: none;
}
.bread.black ul li, .bread.black ul li a{
	color: #000;
}

/*banner*/
.unslider{
	position: relative;
	overflow: hidden;
}
.unslider-nav{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    z-index: 3;
}
.unslider-nav ol{
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.unslider-nav ol li{
    display: inline-block;
    float: none;
    width: 2px;
    height: 2px;
    margin: 0 5px;
    padding: 3px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active{
    background: #d70c19;
    border-color: #d70c19;
    cursor: default;
}
/*.unslider-arrow.prev {
	position: absolute;
	background-image: url('../image/banenr_btn_L.png');
	top: 45%;
	left: 20px;
	width: 34px;
	height: 60px;
	text-indent: -999em;
}
.unslider-arrow.next {
	position: absolute;
	background-image: url('../image/banenr_btn_R.png');
	top: 45%;
	right: 20px;
	width: 43px;
	height: 70px;
	text-indent: -999em;
}*/
/*concept*/

#concept {
	background-color:#000000;
	}

#concept .content{
	position: relative;
	text-align:center;
	width:100%;
	max-width:1300px;
	margin:auto;
	background-image:url(../image/concept_bg.jpg?01);
	background-size:cover;
	background-position:center center;
}

#concept .content .content-info {
	position:relative;
    z-index: 3;
    color: #fff;
    width:50%;
    line-height: 28px;
	text-align:left;
	float:right;
	padding-top:90px;
	padding-bottom:80px;
	padding-right:50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#concept .content .content-info p {
	margin-bottom:40px;
	padding-top:15px;
	}

#concept .content .content-title{
	margin-bottom: 16px;
}
/*products*/
#products .content{
	background: url('../image/products_background.jpg') 0 0 repeat;
	padding-bottom:70px;
}
#products .content .content-title{
	text-align: center;
	padding: 40px;
}
#products .content .content-info{
	padding: 0 15px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
	margin-top: -15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#products .content .content-info:before{
	display: table;
    content: " ";
}
#products .content .content-info:after{
	clear: both;
	display: table;
    content: " ";
}
#products .content .content-info .info-img{
	float: left;
	width: 33.33333333%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
#products .content .content-info .info-img img{
	box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.4);
}
#products .content .content-footer{
	text-align: center;
}
#products .content .content-footer a img{
}

/*interview*/
#interview .content{
	background-image: url('../image/interview_background.jpg');
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
   -moz-background-size:100% 100%;
   background-size:100% 100%;
   padding-bottom: 60px;
}

#interview .content .content-title{
	text-align: center;
	padding: 40px;
}

#interview .content .content-info{
	margin: 0 auto;
    position: relative;
    width: 900px;
    background-color: #fff;
	font-weight: bolder;
	line-height: 28px;
}

#interview .content .content-info p {
	margin-bottom:30px;
	}

#interview .content .content-info div{
	position: absolute;
	left: 450px;
	top: 20px;
	padding-right: 20px;
}
#interview .content .content-info div h3{
	font-size: 22px;
	margin: 5px 0 10px;
}
#interview .content .content-info div a img{
}
/*FAQ*/
#faq .content{
	background-color: #000;
   padding-bottom: 60px;
}
#faq .content .content-title{
	text-align: center;
	padding: 40px;
}
#faq .content .content-info{
	margin: 0 auto;
    position: relative;
    width: 900px;
	font-weight: bolder;
	line-height: 28px;
}
#faq .content .content-info:before{
	display: table;
    content: " ";
}
#faq .content .content-info:after{
	clear: both;
	display: table;
    content: " ";
}
#faq .content .content-info .col{
	width: 48%;
	float: left;
}
#faq .content .content-info .col:last-child{
	margin-left: 4%;
}
.accordion {
 	width: 100%;
 }
.accordion .menu {
	cursor: pointer;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #bdb3b0;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .menu .link{
	padding: 30px 15px;
}
.accordion .menu .link span.sub{
	padding-left: 47px;
}
.accordion .menu img{
	margin-right: 20px;
}
.accordion .menu:first-child {
	border-top: 1px solid #bdb3b0;
}
.accordion li .caret {
	position: absolute;
	top: 40px;
	left: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion li .caret {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #fff;
}
.accordion li.open .caret {
	color: #fff;
}
.accordion li.open .caret {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.open .submenu{
	display: block;
}
.submenu {
 	display: none;
}
.submenu li{
	padding-left: 58px;
	cursor: default;
	padding-bottom: 50px;
	font-weight: 100;
	padding-right: 20px;
}
/*comics*/
#comics .content{
	background-color: #fff;
   padding-bottom: 60px;
}
#comics .content .content-title{
	text-align: center;
	padding: 40px;
}
#comics .content .content-info{
	margin: 0 auto;
    position: relative;
    width: 900px;
    background-color: #fff;
	font-weight: bolder;
	line-height: 28px;
}
#comics .content .content-info:before{
	display: table;
    content: " ";
}
#comics .content .content-info:after{
	clear: both;
	display: table;
    content: " ";
}
#comics .content .content-info div{
	float: left;
	width: 380px;
	padding: 25px;
}


#history {
	text-align:center;
	padding:60px 0;
	}

/*footer*/
#footer .content{
	background-color: #fff;
	padding-bottom: 60px;
}
#footer .content .content-title{
	text-align: center;
	padding: 40px;
}
#footer .content .content-info{
	margin: 0 auto;
    position: relative;
    width: 900px;
    background-color: #fff;
	font-weight: bolder;
	line-height: 28px;
	border-top: 1px solid #d1c6c3;
	padding: 40px 0;
}
#footer .content .content-info:before{
	display: table;
    content: " ";
}
#footer .content .content-info:after{
	clear: both;
	display: table;
    content: " ";
}
#footer .content .content-info div{
	float: left;
}
#footer .content .content-info div img{
	margin-bottom: 20px;
}
#footer .content .content-info div span{
	font-weight: 300;
	font-size: 12px;
}
#footer .content .content-info div span font{
	color: #a80e18;
}
#footer .content .content-info div:last-child{
	margin-left:50px;
}
#footer .content .content-info .copyright{
	position: absolute;
	right: 0;
	bottom: 0;
}


/*products*/

.products {}

.products #about {
	background-image:url(../image/products/support_bg.jpg);
	background-size:cover;
	background-position:center center;
	text-align:center;
	}
	
.products #about img {
	width:100%;
	max-width:1400px;
	}


.showingFrame {
	position: absolute;
    top: 30px;
	}
	
.showimg {
	position: relative;
    z-index: 10;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	}
	
.showingFrame {
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	}
	
	
/*introduction*/
#introduction .content{
	padding-bottom: 0;
}
#introduction .content .content-info{
	margin: 0 auto;
    position: relative;
    width: 900px;
    background-color: #fff;
	font-weight: bolder;
	line-height: 28px;
	padding-top: 50px;
}
#introduction .content .content-info .title{
	font-size: 22px;
}
#introduction .content .content-info p.price{
	padding: 20px 0 30px;
}
#introduction .content .content-info p label.subtitle{
	width: 90px;
	display: inline-block;
}
#introduction .content .content-info p span{
	font-weight: 300;
	margin-left: 30px;
}
#introduction .content .content-footer{
	margin-top: 30px;
	background:url(../image/products/convershon_bg.jpg) 0 0 repeat;
	padding: 50px 30px;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.2) inset;
}
#introduction .content .content-footer .info{
	margin: 0 auto;
    position: relative;
    width: 900px;
	font-weight: bolder;
	line-height: 28px;
	color:#ffffff;
}

#introduction .content .content-footer .info h3 {
	font-size:18px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.6);
	-webkit-text-shadow: 5px 5px 10px rgba(0,0,0,0.6);
	-moz-text-shadow: 5px 5px 10px rgba(0,0,0,0.6);
	}

#introduction .content .content-footer .info img {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.3);
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

#introduction .content .content-footer .info img:hover {
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	transform: translate(4px,4px);
	-webkit-transform: translate(4px,4px);
	-moz-transform: translate(4px,4px);
	}

#introduction .content .content-footer .info > div {
	margin-left:-15px;
	}

#introduction .content .content-footer .info img:first-child{
}


.content .content-title{
	text-align: center;
	padding: 40px;
}

/*product-show*/

#product-show .content{
	background-image: url('../image/show_bg.jpg');
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
   	-moz-background-size:100% 100%;
   	background-size:100% 100%;
   	padding: 0;
}
#product-show .content .content-info{
	margin: 0 auto;
    position: relative;
    width: 700px;
}
#product-show .content .content-info .thumbnail{
	position: absolute;
	right: 64px;
	top: 40px;
}
#product-show .content .content-info .thumbnail li{
	list-style: none;
	width: 50px;
	border: 2px solid #fff;
	background-color: #fff;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.3);
}
#product-show .content .content-info .thumbnail li.active{
	width: 65px;
	cursor: default;
	border-color: #a80e18;
	box-shadow: 6px 6px 10px 0 rgba(0,0,0,0.3);
}
#product-show .content .content-info .color{
	position: absolute;
	right: 0px;
	bottom: 70px;
	width: 150px;
}

#product-show .content .content-info .color > div {
	padding-left: 4px;
}
    
#product-show .content .content-info .color img{
	margin-bottom: 5px;
}
#product-show .content .content-info .color span{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-table;
	margin-left: 10px;
	cursor: pointer;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.3);
}
#product-show .content .content-info .color span.active{
	border: 3px solid #a80e18;
    margin-bottom: -3px !important;
    cursor: default;
}
.black{
	background-color: #000;
}
.white{
	background-color: #fff;
}
.blue{
	background-color: #00305a;
}
.red{
	background-color: #a71433;
}
.pink{
	background-color: #ff419a;
}
.grey{
	background-color: #afaaab;
}
.yellow{
	background-color: #faff81;
}
.brown{
	background-color: #8e5c46;
}
.lightBlue{
	background-color: #0bb9a1;
}

.bkbl{
	background:linear-gradient(90deg,black 0%,black 50%,blue 50%,blue 100%);
}

.bkgr{
	background:linear-gradient(90deg,black 0%,black 50%,green 50%,green 100%);
}

.bkpk{
	background:linear-gradient(90deg,black 0%,black 50%,#e4007f 50%,#e4007f 100%);
}

.bkrd{
	background:linear-gradient(90deg,black 0%,black 50%,red 50%,red 100%);
}

.bkwh{
	background:linear-gradient(90deg,black 0%,black 50%,white 50%,white 100%);
}

.bkye{
	background:linear-gradient(90deg,black 0%,black 50%,yellow 50%,yellow 100%);
}

.nvbl{
	background:linear-gradient(90deg,navy 0%,navy 50%,blue 50%,blue 100%);
}

.nvgr{
	background:linear-gradient(90deg,navy 0%,navy 50%,green 50%,green 100%);
}

.nvrd{
	background:linear-gradient(90deg,navy 0%,navy 50%,red 50%,red 100%);
}

.rdbk{
	background:linear-gradient(90deg,red 0%,red 50%,black 50%,black 100%);
}





/*other*/
#other_products .content{
	background-image: url('../image/blur-background.jpg');
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
   	-moz-background-size:100% 100%;
   	background-size:100% 100%;
   	position: relative;
   	padding-bottom: 20px;
}
#other_products .content .content-info{
	margin: 0 50px;
	min-width: 800px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: relative;
}


/*concept*/

#concept20170628 {
	background-color:#000000;
	}

#concept20170628 .content{
	position: relative;
	text-align:center;
	width:100%;
	max-width:1020px;
	margin:auto;
	background-image:url(../image/concept.jpg);
	background-size:cover;
	background-position:center center;
}

#concept20170628 .content .content-info {
   box-sizing: border-box;
    color: #fff;
    float: right;
    line-height: 28px;
    padding-bottom: 0;
    padding-right: 130px;
    padding-top: 230px;
    position: relative;
    text-align: left;
    width: 60%;
    z-index: 3;
}

#concept20170628 .content .content-info p {
	margin-bottom:40px;
	padding-top:15px;
	}

#concept20170628 .content .content-title{
	margin-bottom: 16px;
}
#concept20170628 .content .content-info .emphasis{
	margin-bottom:0; font-size:16px; font-weight:bold;padding-top:0;
	}


