@charset "utf-8";

/* 2018/01　WEBフォント導入 */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
/* 2018/01　WEBフォント導入 */


.wp_content *,.wp_content *:after,.wp_content  *:before { -webkit-box-sizing: content-box; box-sizing: content-box; }

/* @group breadcrumb */

#breadcrumb{
	width: 100%;
}

#breadcrumb ul{
	max-width: 1200px;
	min-width: 970px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	font-size: 90%;
}

#breadcrumb ul li{
	float: left;
	color: #999999;
}

#breadcrumb ul li:after{
}

#breadcrumb ul li:last-child::after{
	content: " ";
}

#breadcrumb ul li a{
	font-size: ;
	color: #3366cc;
	text-decoration: none;
}

.home{
	background: url("../img/header/breadcrumb_home.gif") no-repeat left center;
	padding: 1px 0 0 20px;
}

/* @end */

/* @group index */

#index_mainimage{
	width: 100%;
	height: 400px;
	margin: 0 0 20px;
}

#index_mainimage h2{
	font-size: 28px;
	color: #ffffff;
	padding-top: 120px;
	text-shadow: 0 1px 3px #000;
}

.index_mainimage_text{
	width: 445px;
	margin: 30px auto;
	padding: 10px 20px;
	background: url("../img/index/black_back.png") ;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	letter-spacing: 1px;
}

.index_mainimage_text p{
	margin-bottom: 0;
}

.index_contents{
	background: #ffffff;
	padding: 130px 0 120px;
}

.index_contents_text {
	text-align: center;	
}

.index_contents_text h2{
	font-size: 35px;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}

.index_contents_text p{
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 1.8;
}

.index_basic {
	background: #f5f4e7;
	padding: 70px 0px;
}

.index_basic_title {
	width: 538px;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b0bbbb;
	text-align: center;
}

.index_basic_lead {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.index_basic_container {
	margin: 70px 0 0;
}

.index_basic_box {
	position: relative;
	margin-bottom: 60px;
	transition: opacity .2s linear 0s;
}

.index_basic_box:hover{
    opacity:0.7;
}

.index_basic_photo {
	
}

.index_basic_photo img {
	width: 100%;
	height: auto;
}

.index_basic_text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	z-index: 5;
}

.index_basic_text_inner {
	
}

.index_basic_text_inner h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.index_basic_text_inner p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.index_basic_text span {
	display: inline-block;
	padding: 20px 75px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	font-size: 17px;
	position: relative;
}

.index_basic_text span:after {
	position: absolute;
	width: 16px;
	height: 26px;
	content: "";
	background: url("../img/index/arrow.png") no-repeat;
	top: 50%;
	right: 30px;
	margin: -13px 0 0;
}

.index_basic_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	top: 0;
	left: 0;
	z-index: 10;
}

.index_deep {
	background: #ffffff;
	padding: 70px 0px;
}

.index_deep_title {
	width: 538px;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b0bbbb;
	text-align: center;
}

.index_deep_lead {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.index_deep_container {
	margin: 70px 0 0;
}

.index_deep_box {
	width: 48%;
	float: left;
	margin-bottom: 60px;
	transition: opacity .2s linear 0s;
}

.index_deep_box:hover{
    opacity:0.7;
}

.index_deep_box:nth-child(2n) {
	float: right;
}

.index_deep_box:nth-child(2n+1) {
	clear: both;
}

.index_deep_box_inner {
	position: relative;
}

.index_deep_photo {
	
}

.index_deep_photo img {
	width: 100%;
	height: auto;
}

.index_deep_text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	z-index: 5;
}

.index_deep_text_inner h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.index_deep_text span {
	display: inline-block;
	padding: 20px 75px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	font-size: 17px;
	position: relative;
}

.index_deep_text span:after {
	position: absolute;
	width: 16px;
	height: 26px;
	content: "";
	background: url("../img/index/arrow.png") no-repeat;
	top: 50%;
	right: 30px;
	margin: -13px 0 0;
}

.index_deep_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	top: 0;
	left: 0;
	z-index: 10;
}

.index_deep_description {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 10px;
}


.sp_chn_btn{
	width: 100%;
	background: #d6e0ea;
}

.sp_chn_btn a{
	display: inline-block;
	text-align: center;
	font-size:46px;
	color: #253252;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 0 20px 40px;
	background: url("../img/sp.png") no-repeat left center;
	background-size: 30px 51px;
}

/* @end */

/* @group category */

.category_head{
	width: 970px;
	margin: 0 auto;
}

.category_head h2{
	color: #263251;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}

.entry_list{
}

.entry_list_box{
	width: 30%;
	float: left;
	margin: 35px 1.665%;
}

.entry_thumb img {
	width: 100%;
	height: auto;
}

.entry_list_box a{
	display: block;
	color: #000000;
	text-decoration: none;
	background: #ffffff;
	border-radius: 5px;
	padding: 10px 0;
	border: 1px solid #f5f4e7;
}

.entry_list_box a:hover{
	background: #666666;
	color: #ffffff;
}

.entry_list_box h2{
	background: #d6e0eb;
	padding: 15px 10px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	min-height: 48px;
	
}

.entry_list_box p{
	font-size: 14px;
	padding: 5px 15px;
	min-height: 45px;
}

.entry_list_box a:hover h2{
	background: #333333;
	color: #ffffff;
}

.entry_list_box a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.tag_list{
	width: 970px;
	margin: 0 auto;
	text-align: center;
}

.tag_list li{
	display: inline;
}

.tag_list li a{
	display: inline-block;
	text-align: center;
	color: #333333;
	width: 150px;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 3px 0;
	border-radius: 5px;
}

#infscr-loading {
	text-align: center;
}

/* @end */


.categorypage_head {
	background: #ffffff;
}

.categorypage_head_title {
	width: 40%;
	float: left;
	text-align: center;
	border-right: 1px solid #263251;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
	padding: 180px 20px 50px 20px;
}

.categorypage_head_ja {
	font-size: 35px;
	letter-spacing: 0.1em; 
	font-weight:400;
}

.categorypage_head_en {
	font-size: 15px;
}

.categorypage_head_text {
	width: 60%;
	float: right;
	text-align: left;
	padding: 190px 0 50px 50px;
	font-size: 14px;
}

.categorypage_head_link {
	clear: both;
	width: 60%;
	float: right;
	text-align: center;
}

.categorypage_head_link a {
	display: inline-block;
	border: 1px solid #333333;
	font-size: 18px;
	padding: 15px 60px 15px 30px;
	position: relative;
	color: #333333;
	text-decoration: none;
	border-radius: 8px;
	transition: all .2s;
}

.categorypage_head_link a:after {
	position: absolute;
	width: 16px;
	height: 25px;
	content: "";
	top: 50%;
	right: 20px;
	margin: -13px 0 0;
	background: url("../img/maintenance/common/arrow.png") no-repeat;
} 

.categorypage_head_link a:hover {
	background: #4f71a0;
	color: #ffffff;
}

.categorypage_head_link a:hover::after {
	background: url("../img/aging/common/arrow_white.png") no-repeat;
}



/* @group category aging */

.aging_head_title {
	padding: 100px 100px 20px 20px;
}

.aging_head_text {
	padding: 180px 0 0 50px;
}

.aging_tag_list {
	text-align: center;
	padding: 60px 10%;
}

.aging_tag_list li {
	display: inline-block;
	margin: 0 20px 20px;
}

.aging_tag_list li a {
	display: inline-block;
	padding: 12px 70px 12px 30px;
	font-size: 15px;
	color: #383636;
	border: 1px solid #333;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
	transition: all .2s;
}

.aging_tag_list li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 16px;
	height: 25px;
	background: url("../img/aging/common/arrow_blue.png") no-repeat;
	margin-top: -13px;
}

.aging_tag_list li a:hover,
.aging_tag_list li a.active {
	background: #4f71a0;
	color: #ffffff;
}

.aging_tag_list li a:hover::after,
.aging_tag_list li a.active:after {
	background: url("../img/aging/common/arrow_white.png") no-repeat;
}

.aging_contents {
	background: #f5f4e7;
	padding: 100px 0;
}

.aging_category {
	font-size: 24px;
	padding-bottom: 80px;
}

.review_category {
	font-size: 24px;
	padding: 80px 0;
}
/* @end */


/* @group category maintenance */

.maintenance_contents {
	background: #f5f4e7;
	padding: 80px 0;
}

.contents_cat_lead {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}

.maintenance_step_left {
	width: 48%;
	float: left;
	margin: 80px 0 100px;
}

.maintenance_step_left img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.maintenance_step_right {
	width: 48%;
	float: right;
	margin: 80px 0 100px;
}

.maintenance_step {
	width: 47%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	transition: opacity .2s linear 0s;
}

.maintenance_step:hover {
	opacity: 0.7;
}

.maintenance_step:nth-child(2n) {
	float: right;
}

.maintenance_step_photo {
	
}

.maintenance_step_photo img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 1px solid #7e7e7e;
}

.maintenance_step_text {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	z-index: 10;
	color: #ffffff;
	text-align: center;
}

.maintenance_step_text h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.maintenance_step_text p {
	font-size: 16px;
}

.maintenance_step a {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	top: 0;
	left: 0;
} 


/* @end */

/* @group category made */

.made_head {
	padding-bottom: 100px;
}

.made_contents {
	background: #f5f4e7;
	padding: 80px 0;
}

/* @end */

/* @group category brass */

.brass_head {
	padding-bottom: 100px;
}

.brass_contents,
.customerqa_contents,
.leatherkinds_contents {
	background: #ffffff;
	padding: 80px 0;
}

.brass_contents2,
.japanism_contents,
.customerqa_contents2,
.leatherkinds_contents2 {
	background: #f5f4e7;
	padding: 80px 0;
}

/* @end */



/* @group entry */

#entryimage{
	width: 100%;
	height: 250px;
	margin: 0 0 0;
	padding-top: 150px;
}

#entryimage p{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 5px;
	text-shadow: 0 1px 3px #000;
}

#entryimage h2{
	font-size: 32px;
	color: #ffffff;
	text-shadow: 0 1px 3px #000;
}

.black{
	background: #000000;
	color: #ffffff;
	padding: 5% 0 1%;
}

.black a{
	color: #ffffff;
}

.gray{
	background: #eeeeee;
	padding: 5% 0;
	color: #333333;
}

.gray_headline{
	font-size:28px;
	text-align:center;
	margin-bottom:30px;
	letter-spacing:2px;

}
.white{
	background: #ffffff;
	padding: 5% 0;
	color: #333333;
}

.doubleline{
	background: url("../img/doubleline.png") repeat-x;
	font-size: 28px;
	text-align: center;
	padding: 10px 0;
}

.recommend_title{
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	padding: 5px 0;
	font-size: 28px;
	text-align: center;
}

/******** 2018/01　追加したCSS ********/
.inner{
    margin: 0 20.5vw;
	letter-spacing: 0.1em; 	
	}
h6{font-size: 28px;
    line-height: 2;
    margin-top: 2.66667vw;
    font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
	letter-spacing: 0.1em; 
	font-weight:400;
}
	　
.text_c{
		font-size:16px;
    line-height: 2;
    margin-top: 1.66667vw;
	margin-bottom:4.1vw;
}	
.fadein {
    opacity : 0.5;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }	
.btn_bk {
	display: inline-block;
	width: 220px;
	height: 65px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	color:#FFF !important;
	line-height: 68px;
	-webkit-transition: none;
	transition: none;
	font-weight: 500;
	font-size:13px;
	letter-spacing:1px;
	margin:5px 5px;
	text-shadow: 0 1px 1px #000;
	letter-spacing:2px;
	 background-image:-moz-linear-gradient(
    top,
    #af2318 0%,
    #8a160d);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#af2318),
    to(#8a160d));
}
.btn_bk:hover {
opacity: 0.7; 
filter: alpha(opacity=70); 
-moz-opacity: 0.7;
} 
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

figure.wide img  {
	 width: 100%;
	 height: auto;
}


.cf {
    zoom: 1;
}
.point01 {
    position: relative;
    z-index: 2;
}
.en-word{font-family:'PT Serif', serif;
font-size:30px;
}
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
.result{
	text-align:left;
	background-color:#f8f8f8;	
	 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  line-height:2;

}
/********使ったら分かること ********/ 
.inner-aging{
	max-width:900px;
    margin: 3vw auto;
	letter-spacing: 0.1em; 
	text-align:left;
	background-color:#FFF;
	padding:6vw 10vw;

	}
.aging-q-word{

font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
font-weight:600;
font-size:20px;
margin-bottom:25px;
color:#900;
}
.aging-btn-red {
	display: inline-block;
	width:45vw;
	max-width:850px; 
	height: 70px;
	text-align: center;
	text-decoration: none;
	background-color:#af2318; 
	border-radius: 3px;
	color:#FFF;
	line-height: 72px;
	-webkit-transition: none;
	transition: none;
	font-size:21px;
	letter-spacing:3px;

}  
.aging-btn-bl {
	display: inline-block;
	width:45vw;
	max-width:850px; 
	height: 70px;
	text-align: center;
	text-decoration: none;
	background-color:#263251;
	border-radius: 3px;
	color:#FFF;
	line-height: 72px;
	-webkit-transition: none;
	transition: none;
	font-size:21px;
	letter-spacing:3px;
} 
.aging-btn-red:hover {
opacity: 0.7; 
filter: alpha(opacity=70); 
-moz-opacity: 0.7;
} 

.aging-btn-bl:hover {
opacity: 0.7; 
filter: alpha(opacity=70); 
-moz-opacity: 0.7;
} 
/********使ったら分かること ********/ 

/********７種類の革********/ 
.leather-icon{
margin-left:140px;
}

.attention{
width:770px;
height:auto;
border:solid 1px #999; 
line-height:50px;
padding:50px 100px 30px 100px;
} 
/********７種類の革********/ 
/********ルガトの３色個別案内********/ 
#rugatocolor_btn_a{
	width:120px;
	height:120px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	background-color:#333;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:120px;
	margin-left:50px;
	margin-top:20px;
	font-size:20px;
	border:1px solid #999;
}
#rugatocolor_inner{
    margin: 0 15.5vw;
	letter-spacing: 0.1em; 
	text-align:left;		
	}
.rugatocolor_inner{
    margin: 0 15.5vw;
	letter-spacing: 0.1em; 
	text-align:left;		
	}

/********ルガトの３色個別案内********/ 
/********３つのサービス********/ 
.service-title {
	font-size:35px;
	width:400px;
	padding:24px 10px 40px 10px;
	background-color:#FFF;
	position:absolute;
	left:7%;
	 right:0;
	 bottom:22%;
}

.service-title2{font-size:25px;
    line-height: 2;
    margin-top: 2.66667vw;
	font-family: 'Noto Sans JP', sans-serif;
}

/********リコメンドアイテム********/ 
.recommend_box p{
background:none!important;
}	

.recommend_box p a:hover {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
 
/******** 2018/01　追加したCSS ********/

/* @end */

/* @group pagenavi */

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	background: #ffffff;
	color: #333333;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #666666;
}

.wp-pagenavi span.current {
	font-weight: normal;
	background: #d6e0eb;
}

.frame-title {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius:60px;
	box-sizing: border-box; 
	padding: 2.0rem 5.5rem;
	font-size:3.0rem;
	color:#ad8340;
	background-color:#9cc8d9;
	margin-bottom:6%;
	font-weight:600;
	letter-spacing: .2rem;
} 
 
.text{
font-size:1.4rem;
line-height:2em;
letter-spacing: 0.09em;
color: #333;
text-align:left;
}

.copy33{font-size:2.9rem;
    line-height: 2;
    margin: 1.1vw 0;
}

.title_borderbk {
	font-size:30px;
	padding:18px 0 25px 0;
	background-color:#000;
	background: rgba(0,0,0,0.6);
	width:100%;
	position:absolute;
	 top:33%;
	 color:#FFF;
}
/* @end */


/* @group clearfix */

/*****CLEARFIX START*****/
#header_topbar:after,
#nav:after,
#header_scroll_nav:after,
#breadcrumb ul:after,
.contents:after,
#footer1_container:after,
#footer2:after,
.index_category_box:after,
.categorypage_head:after {
	visibility: hidden;
	display: block;
	font-size:0;
	content: " "; 
	clear: both; 
	height: 0; 
}
* html #header_topbar,
* html #nav,
* html #header_scroll_nav,
* html #breadcrumb ul,
* html .contents,
* html #footer1_container,
* html #footer2,
* html .index_category_box{ zoom: 1; }
*:first-child+html #header_topbar,
*:first-child+html #nav,
*:first-child+html #header_scroll_nav,
*:first-child+html #breadcrumb ul,
*:first-child+html .contents,
*:first-child+html #footer1_container,
*:first-child+html #footer2,
*:first-child+html .index_category_box { zoom: 1; }

/*****CLEARFIX END*****/

/* @end */

#footer_container {
	font-size: 13px;
}

#footer_container a {
	text-decoration: none;
}