@charset "utf-8";


/* #　共通
----------------------- */
h2{
	font-size:2.85rem;
}
h2 span{
	color:#0CF;
	font-size:inherit;
}
.backnumber{
	background-color:#eca3a0; 
	color:#FFF; 
	font-size:12px; 
	height:12px; 
	line-height:12px; 
	padding:0; 
	margin: 0;
	float:right; 
	display:block;
	text-decoration:none;
}

.backnumber:hover{
	background-color:#E37C77; 
	color:#FFF; 
	font-size:12px; 
	height:12px; 
	line-height:12px; 
	padding:0; 
	margin: 0;
	float:right; 
	display:block;
	text-decoration:none;
}

@media screen and ( max-width:1024px) {
}

@media screen and (min-width:0px) and ( max-width:750px) {
h2{
	font-size:2rem;
}



}


/* #　メインビジュアル
----------------------- */
#main-visual{
	background-image:url(/eng/img/Burning_Burner.gif); 
	background-size:cover;
	background-attachment:fixed;
	background-position:50% 50%;
	width:100%;
	height:100%;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	
	position:relative;
}

#main-visual #about{
	 position:absolute; 
	 top:50%; 
	 left:0; 
	 text-align:center; 
	 width:100%;
	 
	 -ms-transform: translateY(-50%);
	 -webkit-transform : translateY(-50%);
	 transform : translateY(-50%);		

	 padding-top: 10%; 
}

#main-visual #about h2{
	font-size:3.5rem;
	margin:0;
	letter-spacing:20px;
}
#main-visual #about h2 span{
	font-size:inherit;
	color:rgb(255, 0, 0);
}
#main-visual #about h3{
	font-size:2.1rem;
	font-weight:400;
}
#main-visual #about p{
	font-size:1.5rem;
	margin:50px 0;
}
@media screen and ( max-width:1024px) {
#main-visual{
	height:60%;
	top:76px;
	margin-bottom:76px;
}
}

@media screen and (min-width:0px) and ( max-width:750px) {
#main-visual{
	height:80%;
	background-attachment:scroll;
}
#main-visual #about h2{
	font-size:3rem;
	letter-spacing:5px;
}
#main-visual #about h3{
	font-size:1.8rem;
}
#main-visual #about p{
	font-size:1rem;
}
}


/* #　製品
----------------------- */
#product{
	padding:50px 0;
}
#product > p{
	text-align:center;
	color:#999;
	margin-bottom:30px;
}
.all-product{
	width:100%;
	margin-top:50px;
}
.all-product a{
	display:block;
	color:#000;
	text-decoration:none;
	text-align:center;
	width:100%;
	margin:auto;
}
.all-product a:hover{
	text-decoration:underline;
	opacity:0.8;
}
.all-product a div{
    position: relative;
    width: 55%;
	margin:auto;
}
.all-product a div:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.all-product a div img {
    position: absolute;
	
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
		
	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%);
	
}
.all-product p{
	color:#444;
	font-size:12px;
	font-size:0.857rem;
	width:50%;
	margin:auto;
	margin-top:10px;
}
.all-product a hr{
	border:0;
	margin:10px 0;
	border-top:#eeeeee solid 1px;
	width:60%;
	
	display:none;
}

@media screen and (min-width:0px) and ( max-width:750px) {
.all-product p{
	width:100%;
}
}



/* #　hotTopics
----------------------- */

#hotTopics{
	background-image:url(/eng/img/hotTopics-top-img.jpg);
	background-size:cover;
	background-position:50% 50%;
	background-attachment:fixed;

	color: white;
}

.article .clearfix a{
	margin-bottom:0;
}

@media screen and (min-width:0px) and ( max-width:750px) {
.article .clearfix a{
	margin-bottom:20px;
}
.article .clearfix a:nth-child(3n){
	margin-bottom:0;
}
#hotTopics{
	background-attachment:scroll;
}
}

@media screen and (min-width:751px) and ( max-width:775px) {
	.article .clearfix a{
	margin-bottom:20px;
}
.article .clearfix a:nth-child(3n){
	margin-bottom:0;
}
#hotTopics{
	background-attachment:scroll;
}

.txt_1{
	font-size:12px;
}
}


/* #　最下部
----------------------- */
#bottom{
	background-image:url(/eng/img/back-bottom.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:50% 50%;
    position: relative;
	background-color:#fff;
}

#bottom:before {
    content:"";
    display: block;
    padding-top: 30%;
}

@media screen and ( max-width:1024px) {
#bottom:before {
	display:none;
}
}
@media screen and (min-width:0px) and ( max-width:768px) {
#bottom{
	background-attachment:scroll;
}
}


/* #　latestNews
----------------------- */
#bottom #latestNews{
	width:50%;
	background-color:rgba(255,255,255,0.95);
	box-sizing:border-box;
	position:absolute;
	top:50px;
	left:5%;
	bottom:50px;
	padding:50px 5%;
}

#bottom #latestNews a {
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:#eca3a0 dotted 1px;
	padding:1em 0;
}

#bottom #latestNews a:after {
     content:".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

#bottom #latestNews a .day{
	color:#666;
	display:inline-block;
	font-style:italic;
	float:left;
	width:8em;
	line-height:2em;
}
#bottom #latestNews a .link{
	padding-left:16em;
	padding-top:0.3em;
	position:relative;
	min-height:1.7em;
}
#bottom #latestNews a .link span.kind{
	display:inline-block;
	padding:;
	width:7em;
	text-align:center;
	box-sizing:border-box;	
	
	background-color:#09c;
	color:#fff;
	font-weight:bold;
	
	position:absolute;
	top:-0.3em;
	top:0;
	left:8em;
	line-height:2em;
	height:2em;
}

#bottom #latestNews a:hover{
	color:#09c;
}

#bottom #latestNews a:hover .link span.kind{
	border:#09c solid 0.15em;
	color:#09c;
	background-color:#fff;
	line-height:1.7em;
	opacity:0.5;
}
#bottom #latestNews a:hover .link p{
	text-decoration:underline;
}


@media screen and ( max-width:1024px) {
#bottom #latestNews{
	width:100%;
	position:relative;
	top:0;
	left:0;
	bottom:0;
	padding:50px 5%;
}

}

@media screen and (min-width:1025px) and (max-width:1324px){
#bottom #latestNews .clearfix_5 {
	display:none;
}
}

@media screen and (min-width:1025px) and (max-width:1139px){
#bottom #latestNews .clearfix_6{
	display:none;
}
}


@media screen and (min-width:1025px) and (max-width:1245px) {
#bottom #latestNews h2{
	width:100%;
	font-size:18px;
}
	
}

@media screen and (min-width:1245px) and (max-width:1375px) {
#bottom #latestNews h2{
	width:100%;
	font-size:18px;
}
	
}

@media screen and (min-width:0px) and ( max-width:750px) {
	
#bottom #latestNews a{
	padding:0.5em 0;
}
#bottom #latestNews a .day{
	float:none;
	margin-bottom:0.2em;
	line-height:1em;
}
#bottom #latestNews a .link{
	padding-left:8em;
}
#bottom #latestNews a .link span.kind{
	left:0;
}
}



/* #　conatct
----------------------- */
#bottom #conatct{
	width:35%;
	background-color:rgba(255,255,255,0.3);
	
	box-sizing:border-box;
	
	position:absolute;
	top:50px;
	right:5%;
	bottom:50px;
	padding:50px 5%;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#fff;
	border:#FFF solid 5px;
}
#bottom #conatct:hover{
	color:#000;
	background-color:rgba(255,255,255,0.7);
}
#bottom #conatct i{
	color:#0CF; font-size:100px; text-align:center;
}
#bottom #conatct p{
	margin-top:20px;
	font-size:1.3rem;
}

@media screen and (min-width:1025px) and (max-width:1244px) {
#bottom #conatct h2{
	font-size:20px;
}
}

@media screen and (min-width:1245px) and (max-width:1375px) {
#bottom #conatct h2{
	font-size:26px;
}
}

@media screen and ( max-width:1024px) {
#bottom #conatct{
	width:100%;
	
	margin-top:50px;
	padding:10px;
	
	position:relative;
	top:0;
	right:0;
	bottom:0;
}
#bottom #conatct i{
	font-size:50px;
}

}
