@charset "UTF-8";

#relateLinks:after,

#bottomAD:after,
#footerNav:after,
#header:after,
#footer:after,
#globalNav:after,
#nav_mob:after,
#contents:after,
#main:after,
#aside:after,
#copy:after,
#cover:after,
#breadcrumb:after,
#visual:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#relateLinks,

#bottomAD,
#footerNav,
#header,
#footer,
#globalNav,
#nav_mob,
#contents,
#main,
#aside,
#copy,
#cover,
#breadcrumb,
#visual{
	zoom: 1;
}



/* add */
.line-under-double{
}
.line-under-double span{
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 12px;
}
.line-under-double span::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #000;
}
.line-under-double span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	bottom: -5px;
}

.line-title-double{
	position: relative;
	clear: both;
	text-align: center;
}

.line-title-double:before {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40%;
	z-index: 1;
}
.line-title-double::after {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 60%;
	z-index: 1;
}

.line-title-double span.white {
	background-color: #FFF;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-double span.yellow {
	background-color: #FFCA02;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-double span.beige {
	background-color: #EDEADE;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-double span.sky {
	background-color: #E6F0F9;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}

.line-title-single{
	position: relative;
	clear: both;
	border-bottom: solid 2px #000;
	padding-bottom: 8px;
	margin-bottom:12px;
}


#visual{
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider ul li img {
    width: 100%;
    display: none;
}
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(/images/sg/common/slider_pre.jpg) no-repeat right center;}
.slider_next {background: #fff url(/images/sg/common/slider_next.jpg) no-repeat left center;}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 40px;
	background: rgba(255,202,2,.9);
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 14px;
	font-size: 1.4em;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 9999999;
}
#page-top a{
	color: #FFF;
}
#page-top:hover{
	background: rgba(255,202,2,.7);
}




/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.hide_pc{
	display: none;
}

span.break{
	display: block;
}

.block2 .box:nth-of-type(2n+1){
	clear: both;
}
.block3 .box:nth-of-type(3n+1){
	clear: both;
}
.block4 .box:nth-of-type(4n+1){
	clear: both;
}
.block5 .box:nth-of-type(5n+1){
	clear: both;
}
.block6 .box:nth-of-type(6n+1){
	clear: both;
}


.liftup {
	margin-top: -80px;
}

#cookie_accept{
	background-color:#333;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	padding: 20px 0;
	border-top:2px solid #FFCA02;
}
#cookie_accept p{
	float: left;
	font-size: 1.0em;
	color: #FFF;
	letter-spacing: 1px;
	margin-right: 12px;
}
#cookie_accept .btn.non-submit{
	background-color: #DDD;
}

#cookie_accept input,
#cookie_accept .btn {
	float: left;
	width: 145px !important;
	margin-left:5px; 
	font-size: 0.875em !important;
}
#cookie_accept input,
#cookie_accept a.btn {
	background: #FFF;
	border-radius: 3px !important;
	border:1px solid #000;
	padding: 6px 0 6px 0;
	color: #333;
	text-decoration: none;
	cursor: pointer !important;
}
#cookie_accept input:hover,
#cookie_accept a:hover.btn {
	background: #FFCA02 !important;
	border-radius: 3px !important;
	border:1px solid #000;
	padding: 6px 0 6px 0;
	color: #FFF !important;
	cursor: pointer !important;
}


/* ヘッダー
-------------------------------------------- */
#header .boxLogo:after,
#header .boxInfo:after,
#header .boxInfo .info:after,
#header .boxInfo .sub:after,
#header .boxFunction .:after,
#header .boxFunction .lang:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#header .boxLogo,
#header .boxInfo,
#header .boxInfo .info,
#header .boxInfo .sub,
#header .boxFunction,
#header .boxFunction .lang{
	zoom: 1;
}
#header{
	width:100%;
	min-width:1060px;
}
#header .boxFunction{

	margin-bottom: 8px;
	border-bottom:1px solid #DDD;
}
#header .boxFunction h1{
	float: left;
	width: 650px;
	font-size: 0.750em;
	padding-top: 17px;
}
#header .boxFunction .sns{
	float: right;
	border-right:1px solid #DDD;
	padding-right: 24px;
	margin-right: 6px;
}
#header .boxFunction .sns ul{
	padding-top: 2px;
}
#header .boxFunction .sns ul li{
	float: left;
	margin-left: 10px;
	line-height: 180%;
}
#header .boxFunction .sns ul li.title{
	font-size: 0.750em;
	font-weight: bold;
	padding-top: 2px;
}
#header .boxFunction .sns ul li a {
	color:#333;
	text-decoration:none;
}
#header .boxFunction .sns ul li a:hover {
	color:#AAA;
	text-decoration:underline;
}
#header .boxFunction .sns ul li.icon{
	font-size: 1.9em;
}
#header .boxFunction .sns ul li.fb a{
	color: #4965B2;
}
#header .boxFunction .sns ul li.fb a:hover {
	color: #AAA;
}
#header .boxFunction .sns ul li.ig a{
	color: #E1306C;
}
#header .boxFunction .sns ul li.ig a:hover {
	color: #AAA;
}
#header .boxFunction .lang{
	float: right;
	padding-top: 20px;
}
#header .boxFunction .lang ul{
}
#header .boxFunction .lang ul li{
	float: left;
	padding-left:20px;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 20px;
}
#header .boxFunction .lang li.jp{
	background: url(/images/sg/common/icon_jp.gif) no-repeat 0.0em 0.3em;
}
#header .boxFunction .lang li.en{
	background: url(/images/sg/common/icon_us.gif) no-repeat 0.0em 0.3em;
}
#header .boxFunction .lang ul li a {
	color:#333;
	text-decoration:underline;
}
#header .boxFunction .lang ul li a:hover {
	color:#AAA;
	text-decoration:underline;
}

#header .boxLogo{
	float: left;
	position: relative;
	padding: 45px 0;
}
#header .boxLogo p.logo-asc{
	width: 240px;
	position: absolute;
	top: -19px;
	left: 0px;
}
#header .boxLogo p.logo-asc img{
	width: 100%;
	height: auto;

}
#header .boxLogo p.logo-tm{
	width: 90px;
	position: absolute;
	top: 11px;
	left: 260px;
}
#header .boxLogo p.logo-vm{
	width: 90px;
	position: absolute;
	top: 11px;
	left: 360px;
}

#header .boxInfo{
	float: right;
	width:620px;
	text-align:right;
	padding-top: 6px;
}
#header .info {
	float: right;
	width: 470px;
	margin: 8px 0 24px 0;
}

#header .info .tel{
	float: right;
	width: 280px;
	font-size:1.8em;
	font-weight: 600;
	line-height:125%;
	color:#111;
	text-align:right;
	letter-spacing: 1px;
	padding:4px 0 0 0;
}
#header .info .tel-product{
	float: right;
	width: 280px;
	font-size:2.2em;
	font-weight: 500;
	line-height:125%;
	color:#111;
	text-align:right;
	padding:10px 0 0 0;
}


/* ナビゲーション
-------------------------------------------- */
#nav{
	background-color:#EFEFEF;
}
#nav ul{
	text-align: center;
}
#nav ul li{
	display: inline-block;
	font-size:1.30em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	line-height: 130%;
	text-align: center;
	padding: 0 20px !important;
}
#nav ul li a{
	padding: 20px 24px !important;
	text-decoration: none;
	color: #111;
	transition: 0.2s ease-in-out;
	display: block;
}
#nav ul li a:hover{
	padding: 20px 24px !important;
	background-color: #FFCA02;
	color: #FFF !important;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	display: block;
}
#nav ul li span.sub{
	display: block;
	font-size: 0.70em;
	font-family: "Noto Sans SC", serif;

	letter-spacing: 1px;
}
#nav ul li span.sub a:hover{
	display: block;
	color: #FFF;
}

#nav .nav p{
	display: none;
}



/* フッター
-------------------------------------------- */
#footer {
	width:100%;
	background: url(/images/sg/common/bg_wall.jpg) ;
	padding: 20px 0 ;
}
#footer p.copy{
	font-size:0.750em;
	text-align: center;
}


/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
	position: relative;
	z-index:1;
}

#main{
	position: relative;
}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	float: left;
	width: 790px;
	position: relative;
	margin-bottom: 40px;
}

.inner{
	width:1200px;
	margin:auto;
}

.inner-sm{
	width:770px;
	margin:auto;
}

.inner-lg{
	width:1170px;
	margin:auto;
}


.bg-nambei{
	background: #FFF;
	background-image: url(/images/sg/top/bg_latin-america.jpg);
	padding: 50px 0 0 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	background-attachment: fixed;
}


#home #products .box{
	margin-bottom: 35px;
}
#home #products .entry h5{
	margin-top: 10px;
}



}










/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){


img{
	max-width: 100%;
	height: auto;
}
#header svg {
	max-width: 100%;
	height: auto;
}
.hide_mob{
	display: none;
}

span.break_mob{
	display: block;
}

#introduction {

}
#introduction h2{
	line-height:120%;
	font-size: 1.500em;
}
#introduction h3{
	line-height:120%;
	font-size: 1.375em;
}

.bg-nambei{
	width: 100%;
	background-image: url(/images/sg/top/bg_latin-america.jpg);
	background-position: -930px -1px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


#cookie_accept{
	background-color:#333;
	padding:10px 20px; 
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	border-top:2px solid #999;
}
#cookie_accept p{
	font-size: 0.8em;
	color: #FFF;
	letter-spacing: 1px;
	margin-right: 12px;
}
#cookie_accept .btn.non-submit{
	background-color: #DDD;
}

#cookie_accept input,
#cookie_accept .btn {
	float: left;
	width: 145px !important;
	margin-left:5px; 
	font-size: 0.8em !important;
}
#cookie_accept input,
#cookie_accept a.btn {
	background: #FFF;
	border-radius: 3px !important;
	border:1px solid #000;
	padding: 6px 0 6px 0;
	color: #333;
	text-decoration: none;
	cursor: pointer !important;
}
#cookie_accept input:hover,
#cookie_accept a:hover.btn {
	background: #FFCA02 !important;
	border-radius: 3px !important;
	border:1px solid #000;
	padding: 6px 0 6px 0;
	color: #FFF !important;
	cursor: pointer !important;
}

/* ヘッダー
-------------------------------------------- */

#header .boxLogo:after,
#header .boxInfo:after,
#header .boxInfo .info:after,
#header .boxInfo .sub:after,
#header .boxFunction:after,
#header .boxFunction .lang:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#header .boxLogo,
#header .boxInfo,
#header .boxInfo .info,
#header .boxInfo .sub,
#header .boxFunction,
#header .boxFunction .lang{
	zoom: 1;
}
#header{
	width:100%;
	border-bottom:1px solid #DDD;
	padding-bottom: 14px;

}
#header .boxFunction{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	border-bottom:1px solid #DDD;
}
#header .boxFunction h1{
	width: 85%;
	position: absolute;
	top: 9px;
	left: 12px;
	z-index: 1000000;
	font-size: 0.75em;
	font-weight: normal;
	color: #333;
}
#header .boxFunction .sns{
	display: none;
	float: left;
	padding-top: 10px;
}

#header .boxFunction .lang{
	float: right;
	padding: 6px 0 2px 0;
}
#header .boxFunction .lang ul{
}
#header .boxFunction .lang ul li{
	padding-left:16px;
	font-size: 0.813em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin-bottom: 4px;
}
#header .boxFunction .lang li.jp{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
}
#header .boxFunction .lang ul li a {
	color:#333;
	text-decoration:underline;
}
#header .boxFunction .lang li.jp{
	background: url(/images/sg/common/icon_jp.gif) no-repeat 0.0em 0.5em;
}
#header .boxFunction .lang li.en{
	background: url(/images/sg/common/icon_us.gif) no-repeat 0.0em 0.3em;
}
#header .boxLogo{
	margin-bottom: 0;
}
#header .boxLogo p.logo-asc{
	float: left;
	width: 154px;
	margin-right: 16px;
}
#header .boxLogo p.logo-tm{
	width: 70px;
	float: left;
	padding-top: 15px;
	margin-right: 10px;
}
#header .boxLogo p.logo-vm{
	width: 70px;
	float: left;
	padding-top: 15px;
}
#header .boxInfo{
	width: 100%;
	margin: auto;
}

#header .info .tel{
	float: left;
	width: 52%;
	font-size:1.3em;
	line-height:125%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	color:#111;
	padding-top: 8px;
}
#header .info .tel-product{
	float: left;
	width: 52%;
	font-size:1.625em;
	line-height:125%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color:#111;
}
#header .boxInfo .contact{
	float: right;
	width: 46%;
	margin: auto;

	text-align: right;
}
#header .boxInfo .contact a{
	padding: 10px 24px !important;
	color:#111 !important;
	font-size:0.95em;
	font-weight: bold !important;
	line-height:150%;
}
#header .sub{
	display: none;
}




/* フッター
-------------------------------------------- */
#footer {
	width: 100%;
	padding: 20px 0 ;
	background: #EFEFEF;
}
#footer p.copy{
	font-size:0.650em;
	text-align: center;
}

#nav .nav{
	border-bottom:1px solid #DDD;
	position: relative;
	z-index: 100;
}
#nav .nav .accordion .inner {
	display: none;
}
#nav .nav .accordion p{
	background-color:#EFEFEF;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	text-align: center;
	padding: 10px 0;
}
#nav .nav .accordion .inner li{
	padding: 8px 14px;
	background: #666;
	font-size: 0.85em;
	color: #FFF;
	background-color: #888;
	border-bottom:1px solid #DDD;
}
#nav .nav .accordion .inner li a{
	display: block;
	color: #FFF;
	text-decoration: none;
}




/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
	position: relative;
	z-index:1;

}
#home #contents{
	padding-top: 0px;
}
#visual{
	padding-top: 5px;
}

#main{
	position: relative;
}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	float: left;
	width: 790px;
	position: relative;
	margin-bottom: 40px;
}

.inner{
	width: 90%;
	margin:auto;
}
.inner-sm{
	width: 90%;
	margin:auto;
}
.inner-lg{
	width: 90%;
	margin:auto;
}



#home #products .box{
	margin-bottom: 0px;
}

#home #products .entry .image{
	margin: 0px;
	padding: 0;
}
#home #products .entry .text{
	margin-top: 8px;
}

#home #products .entry .text p{
	font-size: 0.875em !important;
	letter-spacing: 0 !important;
	line-height: 150% !important;
}
#home #quality h4{
	text-align: left !important;
	margin-bottom: 10px !important;
	line-height: 150%;
}
#home #oem h4{
	text-align: left !important;
	margin-bottom: 10px !important;
	line-height: 150%;
}
#home #contact p.title{
	font-size: 1.25em !important;

}


.liftup{
	width: 240px;
	margin:auto;
	margin-top: -60px;
}

.liftup img{

}


}









/*----------------------------------------
　WP
-------------------------------------------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

img.size-full {
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
}
.wp-caption {
	border: none;
	margin-bottom: 1.625em;
	font-size: 0.8em;
}
.wp-caption img {
	display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	margin: 5px 0 2px 0 !important;
	position: relative;
	text-align: left;
	line-height:120%;
}

a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #efefef;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
/* Images */
img[class*="wp-image-"] {
	height: auto;
}


