@charset "utf-8";
/*
Theme Name: Fuji Furnituire
Theme URI: https://fujrnituhre.sbs
Description: 
Author: Mamiko Kusano
Author URI: https://creazione.jp
*/
/*全デバイス共通のスタイルとスマートフォン向けレイアウトの指定*/z
/*==========================================
 body
===========================================*/
html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}

body {
  width: 100%; /*画面幅いっぱいにWebページを表示させる*/
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  font-size: 1.6em;
  color: #555;
	}

h1,h2,h3,h4,h5,h6 {
	margin-bottom : 24px;
	}

 
h1 {
    font-size : 2rem; 
    line-height : 1;    
    /* 要素の高さ：48px（要素を配置するときの高さの基準の2倍）*/
}
 
h2 {
    font-size : 1.8rem;
	font-weight: 500;
    line-height : 1.3333;   
}
h3 {
    font-size : 1.2rem;
    line-height : 1;    
  	font-weight: 400;
}
h4 {
    font-size : 1rem;
    line-height : 1;    
   	font-weight: 300;
}
.level-font {
  font-weight: 500;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.single-font{
	
}

.top-font {
  font-size: 26px;
  color: #FFFFFF;
}
.top-font-b {
  font-size: 26px;
  color: #555;
}
.m-top-font {
  font-size: 26px;
  color: #fff;
}

p {
  margin-bottom: 12px;
  font-size:14px;
  line-height: 1.8;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #747474;
  text-decoration: underline;
}
/* hr ------------*/
hr {
  display: none;
}
div.line10 {
  height: 10px;
  clear: both;
}
div.line80 {
  height: 80px;
  clear: both;
}

@media (max-width: 767px) {
h2 {
    font-size : 1.8rem;
	font-weight: 300;
    line-height : 1.2;   
}
	}

/*==========================================
 フルードイメージ
===========================================*/
img {
  max-width: 100%; /*幅の最大値を指定*/
  height: auto; /*自動的に縦横を保ち拡大縮小*/
}
.displayBlock {
  display: block;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/


/*==========================================
トップページのスタイル
===========================================*/
/*メインビジュアルの動画*/

/* wrap */

.top-hero {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 87vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_title{
  font-family:'Roboto', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}

/*スマホ用メニュー*/
@media (max-width: 979px) {
div#top-image {
    margin-top: 70px;
}
}

/*メインビジュアルと固定ページサブタイトルも共通*/
#top-image {
  position: relative;
}
#top-image h2 {
   position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
}

p.subHeadings {
    position: absolute;
    top: 52%;
    left: 10%;
    color: #fff;
    font-size: 10px;
}

#top-image p {
  margin: 0;
}
#top-image img {
  width: 100%;
}

.movie-caption h2 {
  position: absolute;
    left: 10%;
    top: 40%;
	z-index: 99999;
}
.mission_txt h2 {
    font-size: 20px;
}

h2.home_title{
 position:relative;
   font-size: 45px;
    text-align: center;
}
h2.home_title::before{
position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    content: "";
    background-color: #999;
  }
h2 span {
   font-size: 11px;
  display: block;
  margin-top: 5px;
}
h2.title-archive span {
    font-size: 22px;
}

.txt_sub_title{
    font-size:14px;
     line-height: 2;
}

.more_arrow{
  position: relative;
  width: 140px;
  display: flex;
    justify-content: center;
    align-items: center;
   font-size: 14px;
}
.more_arrow:before,
.more_arrow:after{
    content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #999;
}
.more_arrow:before{
  width: 60px;
  transform: translate(30px, 0px);
}
.more_arrow:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}

a.more_arrow {
    margin: 0 50px 0 auto;
}
.box_title h2 {
    font-size: 40px;
    color: #fff;
}
.box_txt{
    font-size:14px;
    color:#fff;
}
.box_more{
    font-size:14px;
    color:#fff;
    text-align:right;
    text-decoration: underline;
}
.bk_black{
    background-color: rgba(77,77,77,0.2);
    width:95%;
	margin:0 auto !important;
}

.box_title_b{
    font-size:30px;
    color:#333;
}
.box_txt_b{
    font-size:14px;
    color:#333;
}
.box_more_b{
    font-size:14px;
    color:#333;
    text-align:right;
    text-decoration: underline;
}
.under_b{
    border-bottom: 2px solid #333;
   padding-bottom:10px;
    }
span.under_b a {
    text-decoration: none;
}

.txt-c{
    text-align:center;
    
}
h2.section_title {
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
}

span.en_font {
    font-size: 30px;
    padding-right: 94px;
}

span.jp_font {
    display: block;
    color: #7d7d7d;
    font-size: 10px;
    margin: 0 0 -20px;
}

h2.section_title ::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 80px;
    height: 1px;
    background: #333;
}



.title_n {
	position: relative;
	padding-left: 70px;
	font-size: 12px;
}

.title_n::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgb(0 0 0 / 25%);
	font-size: 50px;
}

.title_n::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgb(0 0 0 / 25%);
}


.half_title::before {
	content: attr(data-s_jp);
	display: block;
	font-size: 12px;
}

h2.half_title {
   margin-bottom: -10px;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 300;
}

.mission_txt{
    font-size:30px;
}
.width-900{
    max-width:900px;
    width:80%;
    margin:0 auto;
    }
    
.home_txt_full {
    width: 80%;
    margin: 0 auto;
    max-width: 1920px;
}

@media (max-width: 767px) {
  .bk_black{
     margin: 0 30px;
}
.vc_column-inner.vc_custom_1636534598035 {
    margin: 0 30px !important;
}
.home_txt_full.vc_custom_1636534877199.vc_row-o-content-middle.vc_row-flex {
    margin: 0 30px !important;
}
.home_txt_full {
   width: 90%;
   }
h2.home_title{
   font-size: 35px;

}
.mission_txt h2 {
    font-size: 18px;
	margin-bottom: 8px;
}
.txt-c {
      font-size: 16px;
}
.box_title h2 {
    font-size: 30px;
    color: #fff;
}
	
}

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/

/* メインビジュアルの画像切り替え */
@media only screen and (min-width: 768px) {
p.mv_pcimg { display: block; }
p.mv_spimg {
    display: none;
}
}

@media only screen and (max-width: 767px) {
p.mv_pcimg {
    display: none !important;
}
p.mv_spimg {
    display: block;
}
}

#contents {
  width: 90%;
  margin: 0 auto 80px; /*画面の左右に余白を作る*/
  padding-top: 80px;
}
#contents #main {
  margin: 0 10px 80px;
}
/*1つの投稿記事を囲む枠*/
section.post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
/*アイキャッチ画像*/
.post-thumb {
  float: none;
}
.post-thumb img, .post-top img {
  border: solid 1px #ddd;
  max-width: 100%;
  height: auto;
  display: block;
}
/*投稿タイトル・本文抜粋*/
.post-contant {
  float: none;
}
/*投稿タイトル*/
.post-title{
  font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 160%;
}
/*アーカイブタイトル*/
.title-archive {
  font-size: 24px;
  border-bottom: dotted 1px #666;
  margin-bottom: 40px;
  padding-bottom: 16px;
  line-height: 160%;
}
/*投稿・固定ページタイトル*/
.title-post {
  font-size: 32px;
  margin: 0 0 30px 0;
  line-height: 160%;
}
@media (max-width: 767px) {
	.title-post {
  font-size: 20px;
  }
}

.title-single {
  font-size: 25px;
    margin: 50px 0 0 0;
    padding: 0.5rem 1rem;
    border-left: 6px double #666;
}

/*投稿日・カテゴリ名・タグ*/
ul.post-data li {
  margin: 0 0 5px;
  display: inline-block;
  padding-right: 3px;
  font-size: 12px;
}
/*本文テキスt*/
.post-txt {
    font-size: 14px;
}

/*続きを読むボタン*/
p.more {
  text-align: right;
}
p.more a {
  float: right;
  font-size: 12px;
  padding: 5px 0;
  color: #555;
  border-bottom: 1px solid #999;
  background: #fff;
  display: block;
}
/* ボタンをマウスオーバーした時 */
p.more a:hover {
  background-color: 777;
  color: #fff;
  text-decoration: none;
}
/*==========================================
投稿ページ・固定ページ
===========================================*/
.post-body p {
  line-height: 2;
  margin: 0 0 30px 0;
}
.page-type01 {
  margin-top: 80px;
}
/*メニューページ　プライス*/
p.price {
  background: #f7f2ee;
  padding: 10px;
  text-align: center;
}
/*画像フレーム*/
.frame {
  display: inline-block;
  position: relative;
}
.frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========================================
Project
===========================================*/
.d_top_box {
    position: relative;
   }

.d_top_p {
     position: absolute;
    top: 20%;
    left: 10%;
    transform: translate(-10%, -40%);
    color:#fff;
  }
.d_top_p_b {
     position: absolute;
    top: 20%;
    left: 10%;
    transform: translate(-10%, -40%);
    color:#555;
  }

.d_top_txt p {
    font-size: 16px;
    margin-bottom: 0px;
}

.d_top_txt_b p {
    color: #555;
    font-size: 16px;
	margin-bottom: 0px;
}

.d_top_txt h2 {
    color: #fff;
   font-size: 30px;
    font-family: 'helvetica','Noto Sans JP', sans-serif;
	    font-weight: 500;
    margin-bottom: 0px;
	
}
.d_top_txt_b h2 {
  color: #333;
    font-size: 25px;
    font-family: 'helvetica','Noto Sans JP', sans-serif;
	    font-weight: 500;
    margin-bottom: 0px;
}
.project_subttl h2 {
	color: #555;
    font-size: 24px;
    font-family: 'helvetica','Noto Sans JP', sans-serif;
	    font-weight: 500;
    margin-bottom: 25px !important;
}
.project_mission_en h2 {
	color: #555;
    font-size: 24px;
    font-family: 'helvetica','Noto Sans JP', sans-serif;
	    font-weight: 500;
    margin-bottom: 25px !important;
}

.project_mission_ja h2 {
   color: #555;
    font-size: 26px;
    font-family: 'helvetica','Noto Sans JP', sans-serif;
	    font-weight: 500;
}

.project_movie {
    text-align: center;
  }

.u-image {
    margin-bottom: 9px !important;
}
@media (max-width: 767px) {
.d_top_txt h2 {
    font-size: 16px;
  }
.d_top_txt_b h2 {
    font-size: 16px;
  }
.project_mission_ja h2 {
       font-size: 20px;
 }
.d_top_txt_b p {
    font-size: 12px;
  }
.d_top_p {
    top: 20%;
    left: 15%;
    transform: translate(-10%, -40%);
	}	
}

.project_mission_en h2 {
		  font-size: 20px;
	}


.googlemap-box,
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.googlemap-box .googlemaps iframe, .googlemaps object, .googlemaps embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*==========================================
*Future
===========================================*/
#body_first{
    max-width:1000px;
    margin:0 auto;
    width:90%;
}
.future-title{
	position: relative;
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 80px;
}
.future-title h1{
	margin: 70px 0 0 0;
    line-height: 2;
}
.future-title:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.future-subtitle h2 {
  font-size:20px;
  padding: 1.3rem 2rem 1.2rem 0.5rem;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.future_txt p {
    font-size: 14px;
}
.future_ex h3{
  padding: .25em 0 .25em .75em;
  border-left: 3px solid #ccc;
}


@media (max-width: 767px) {
.future-title {
    position: relative;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-top: 50px;
}
.future-subtitle h2 {
    font-size: 18px;
    padding: 0.7rem 0.5rem;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
}
	}
@media (max-width: 979px) {
.spmenu-padding {
    margin-top: 70px;
}
	#body_first {
        margin-top: 100px;
}
}
/*==========================================
投稿ページ前後の記事へのリンク
===========================================*/
.botomNav {
  text-align: center;
  padding: 10px 5px;
  width: 100%;
  background-color: #fff;
  border: none;
  font-size: 13px;
}
.navitop {
  float: none;
  text-align: center;
  padding: 10px 0;
}
.navileft {
  float: none;
  padding: 10px 0;
}
.naviright {
  float: none;
  padding: 10px 0;
}

/*==========================================
投稿ページ前後の記事へのリンク-グレー
===========================================*/
.botomNav_g {
  text-align: center;
  padding: 10px 5px;	
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 13px;
}
.navitop_g {
  float: none;
  text-align: center;
  padding: 10px 0;
}
.navileft_g {
  float: none;
  padding: 10px 0;
}
.naviright_g {
  float: none;
  padding: 10px 0;
}
/*==========================================
投稿ページ前後の記事へのリンク-ホワイト
===========================================*/
.botomNav_w {
  text-align: center;
  padding: 10px 5px;	
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  font-size: 13px;
}
.navitop_w {
  float: none;
  text-align: center;
  padding: 10px 0;
}
.navileft_w {
  float: none;
  padding: 10px 0;
}
.naviright_w {
  float: none;
  padding: 10px 0;
}

/*==========================================
 ページネーションのスタイル
===========================================*/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 50px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 5px 8px 6px 9px;
    text-decoration: none;
    width: auto;
    color: #555;
    border: 1px solid #555;
    background: #fff;
}

.pagination a:hover {
    color: #fff;
    background-color: #777;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #fff;
  color: #555;
	border:1px solid #555
}
/*==========================================
 サイドバーのスタイル
===========================================*/
#sub {
  margin-bottom: 24px;
}
/*サイドバーの各ウィジェットを囲むdiv*/
.side-widget {
  margin: 0 0 50px 0;
  font-size: 12px;
}
/*サイドバーのタイトル*/
.side-title {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 16px 0;
  font-weight: bold;
  border-bottom: 1px dotted #666;
}
/*サイドバーのリスト*/
/*.side-widget ul{
	margin:0;
		padding:0 14px;
		list-style:none;
	}*/
.side-widget ul li {
  font-size: 13px;
  padding: 14px 0;
  border-bottom: 1px dashed #eee;
}
.side-widget ul li ul.children {
  padding-top: 5px;
  padding-left: 12px;
  list-style: none;
}
.side-widget ul li ul.children li {
  font-size: 12px;
  padding: 15px 0 5px 0px;
  border: none;
}


/*==========================================
 固定ページのスタイル
===========================================*/

#contents-100 {
	overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
#contents-100g {
	overflow: hidden;
    margin: 0 auto;
    width: 100%;
	background:#f2f2f2;
}
#section_gray_about,#section_gray_first, #section_gray_second, #section_gray_third, #section_gray_fourth, #section_gray_fifth, #section_gray_sixth, #section_gray_seventh, #section_gray_eighth, #section_gray_nineth, #section_gray_tenth, #section_gray_11th, #section_gray_12th, #section_gray_13th, #section_gray_14th, #section_gray_15th, #section_gray_16th, #section_gray_17th{
    margin: 0 auto;
	width: 100%;
    background-color: #f2f2f2;
}	



#contents-100 .inner-120 {
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
}
@media (min-width: 768px) {
	#contents-100 .inner-120 {
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
}
}
@media (max-width: 767px) {
#contents-100 .inner-120{
	width: 95%;
	  margin: 0 auto;
 	}
#contents-100 .section_120{
	width: 95%;
	  margin: 0 auto;
	
   }
	}

@media (min-width: 768px) {
#section_about, #section_main, #section_detail, #section_bottom, #section_first, #section_second, #section_third, #section_fourth, #section_fifth, #section_sixth, #section_seventh, #section_zero, #section_eighth, #section_ninth, #section_tenth, #section_11th, #section_12th, #section_13th, #section_14th   {
    margin: 0 auto;
	width: 80%;
    max-width: 1200px;   
}
		
}

@media (max-width: 767px) {
#section_about, #section_main, #section_detail, #section_bottom, #section_first, #section_second, #section_third, #section_fourth, #section_fifth, #section_sixth, #section_seventh, #section_zero, #section_eighth, #section_ninth, #section_tenth, #section_11th, #section_12th, #section_13th, #section_14th   {
    width: 90%;
    margin: 0 auto;
}
	}
 
@media (min-width: 768px) {
#contents-100g .section_120{
	margin: 0 auto;
	max-width: 1200px;
	width: 80%;
   }
#contents-100 .section_120{
	margin: 0 auto;
	max-width: 1200px;
	width: 80%;
   }
}

@media (max-width: 767px) {
#contents-100g .section_120{
	width: 90%;
	margin: 0 auto;
	}
}
#series, #designer{
	background-color: #f2f2f2;
}

/*==========================================
 各ページのタイトルのスタイル
===========================================*/
/* ---------------------
   frame
--------------------- */
.frame {
	width: 79.167%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}
.frame-n {
	width: 80.702%;
}

@media screen and (max-width: 1140px) {
	.frame {
		width: 88%;
	}
	.frame-n {
		width: 78%;
	}
}

@media screen and (max-width: 950px) {
	.frame-n {
		width: 78%;
	}
}

@media screen and (max-width: 736px) {
	.frame {
		width: 94%;
	}
	.frame-n {
		width: 82%;
	}
}

/* ---------------------
	固定ページタイトル
--------------------- */

.idxSct_head:after {
	display: block;
	width: 30px;
	height: 2px;
	content: "";
	background: #555;
}

.idxSct_ttlEn {
	line-height: 1;
	margin-bottom: 25px;
	margin-left: -.06em;
	-webkit-transition-delay: .2s;
	     -o-transition-delay: .2s;
	        transition-delay: .2s;
}

@media screen and (min-width: 1024px) {
	.idxSct_ttlEn {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 1023px) {
	.idxSct_ttlEn {
		font-size: 1.8rem;
	}
	.idxSct_txt .dib {
		display: inline;
	}
}

@media screen and (max-width: 736px) {
	
	.idxSct_head {
		margin-bottom: 34px;
	}
	.idxSct_head:after {
		width: 30px;
	}
	.idxSct_ttl {
		font-size: .7rem;
		margin-bottom: 10px;
	}
	.idxSct_ttlEn {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
}
.up.start, .down.start {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.idxSct_ttl {
    font-size: 0.8rem;
    line-height: 1;
    margin-bottom: 10px;
	font-weight: 300;
}



/*==========================================
 Material/Categoryのサブメニューのスタイル
===========================================*/
.mate-heading h3 {
    font-size: 16px;
}

.mate-heading{
    font-size: 14px;
	text-align: center;
}

.mate-heading a {
    text-decoration: none;
}

.mate-heading-sp h3 {
    font-size: 16px;
}
.mate-heading-sp {
    font-size: 14px;
}
.mate-heading-sp a {
    text-decoration: none;
}
.mate-heading a {
    position: relative;
    display: inline-block;
}
.mate-heading a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
}
.mate-heading a:hover::after {
    width: 100%;
}



@media (max-width: 767px) {
.mate-heading-sp {
    padding: 15px 10px;
    border: none;
    text-align: center;
	position: relative;
}
.mate-heading-sp:before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 4px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #555;
}
}

/*==========================================
 Collection-singleのスタイル
===========================================*/
.pro_title h1{
    color:#333;
    margin-top: 30px;
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.pro_.detail p {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: -10px;
}

.pro_subtitle p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: -10px;
	Color:#222;
}

.pro_size p{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: -10px;
	color:#222;
}
.pro_mate p {
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0px !important;
}   
.pro_txt p{
   margin-top: 30px;
    font-size: 13px;
    line-height: 1.8;
}

.pro_desig p{
    margin-top: 30px;
    font-size: 13px;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    vertical-align: top;
}
.wpb_text_column.wpb_content_element.pro_.detail {
    margin-bottom: -5px;
}

.wpb_text_column.wpb_content_element.pro_subtitle {
    margin-bottom: -5px;
}
.wpb_text_column.wpb_content_element.pro_size {
    margin-bottom: -5px;
}

.clear_b{
    clear:both;
}

#contents_pro{
	max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
	}
	
#section_box{
    position: relative;
}

#section-left {
    position: absolute;
    top: 0;
	left: 0;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    /*width:25%;*/
   }

#section-right{
   float: right;
    margin-left: 10%;
    width: 55%;
}
#section-left .vc_column-inner {
    /*position: fixed;*/
    /*width: 30%;*/
    max-width:400px;
}
.coll-notes p {
    font-size: 12px;
}

@media only screen and (max-width: 768px){
    
 #section-left .vc_column-inner {
   position: static;
    width: 100%;
}
 #section-left {
     position: static;
    width: 100%;}
}

/*==================================================
  2026新Productページのスタイル
==================================================*/
/* -------------------------------
  ① イメージ / 動画（フルワイド）
-------------------------------- */
#section_2026collection_image {
  position: relative;
  left: 50%;
  width: 100vw;
　aspect-ratio: 16 / 9;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#section_2026collection_image img {
  width: 100%;
  height: 100%;
  display: block;
}

#section_2026collection_image video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

/* -------------------------------
  ② テキスト（白背景 / 750px）
-------------------------------- */
/* PC */
@media (min-width: 768px) {
  #section_2026collection {
    margin: 0 auto;
    width: 80%;
    max-width: 750px;
  }
}

/* SP */
@media (max-width: 767px) {
  #section_2026collection {
    width: 90%;
    margin: 0 auto;
  }
}

/* -------------------------------
  ③ 区切り線の横幅設定
-------------------------------- */
/* デスクトップ（PC） */
@media (min-width: 1025px) {
  #section_2026collection_border {
    width: 60%;
    margin: 0 auto;
  }
}

/* タブレット */
@media (min-width: 768px) and (max-width: 1024px) {
  #section_2026collection_border {
    width: 80%;
    margin: 0 auto;
  }
}

/* モバイル */
@media (max-width: 767px) {
  #section_2026collection_border {
    width: 100%;
    margin: 0 auto;
  }
}

/* ======================================
contactPage
======================================== */
.ly_formContentWrap{
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 30px;
  }
  .formTitle{
    font-size: 18px;
    font-weight: bold;
  }
  .bl_formContent{
    font-size: 13px;
  }
  .bl_formTitle_sub{
    font-size: 15px;
    font-weight: bold;
    background: #f2f2f2;
    padding: 8px 10px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .bl_formRow{
    display: flex;
    align-items: center;
    border-bottom: #e6e6e6 solid 1px;
    padding: 20px 5px;
  }
  .bl_formRow_multi.hp_fullWidth{
    width: 77%;
  }
  .wpcf7-form-control-wrap.your-zip input{
    width: 120px;
  }
  .hp_fullWidth p + p{
    width: 77%;
  }
  .hp_borderNon{
    border-bottom: none;
  }
  .bl_formRow input,
  .bl_formRow textarea,
  .bl_formRow select{
    width: 77%;
    text-align: left;
    vertical-align: middle;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  .bl_formRow select{
    width: auto;
  }
  .bl_formRow input::placeholder,
  .bl_formRow textarea::placeholder{
    color: #757575;
  }
  .bl_form_inputTitle{
    width: 23%;
    white-space: nowrap;
    text-align: left;
    padding: 0 5px;
    vertical-align: middle;
  }
  .bl_form_inputTitle_requid{
    color: #c16565;
    font-size: 12px;
    margin-left: 4px;
  }
  .bl_formRow_multi input,
  .bl_formRow_multi select{
    margin-top: 10px;
  }
  .zip_icon{
    position: relative;
    margin-right: 10px;
    top: 6px;
  }
  .bl_formRow .wpcf7-list-item{
    margin: 0;
  }
  .bl_formRow .wpcf7-list-item label{
    display: flex;
    align-items: center;
  }
  .bl_formRow .wpcf7-list-item label input{
    width: auto;
    margin-right: 5px;
  }
  .bl_formRow input[type="file"]{
    border: none;
    width: auto;
    padding: 0;
  }
  .bl_formRow .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 10px;
  }
  .bl_formCaution{
    margin-bottom: 8px;
  }
  .wpcf7-not-valid-tip{
    margin-top: 4px;
  }
  .submitWrap{
    text-align: center;
    margin-top: 30px;
  }
  .submitBtn{
    cursor: pointer;
    background: #222;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 16px 60px;
    border-radius: 5px;
  }
  div.wpcf7 .ajax-loader {
    display: none !important;
  }
  .wpcf7-response-output{
    max-width: 500px;
    margin: 30px auto 20px!important;
  }
  
  /* 20211128追加分 */
  .bl_formRow input[type="radio"]{
    margin-top: 0;
  }
  .bl_formRow_checkWrap p{
    margin-top: 10px;
  }
  .bl_formRow_checkWrap a{
    text-decoration: underline;
    font-weight: bold;
    color: inherit;
  }
  .bl_formRow__displayBlock{
    display: block;
  }
  .bl_formRow_under{
    display: flex;
    margin-top: 20px;
  }
  .bl_formRow_under_head{
    width: 23%;
    white-space: nowrap;
    text-align: left;
    padding: 0 5px;
    vertical-align: middle;
  }
  .bl_formRow_under_right p{
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .ly_formRow_under_box{
    margin-bottom: 30px;
  }
  .ly_formRow_under_box input{
    width: 60%;
  }
  .ly_formRow_under_box .bl_form_inputTitle{
    width: auto;
    padding: 0;
  }
  .bl_formRow_under_body{
    display: flex;
    align-items: center;
  }
  .bl_formRow_under_body .sep{
    margin: 0 4px;
  }
  .bl_formRow_checkWrap__vertical .wpcf7-checkbox{
    display: flex;
    flex-direction: column;
  }
  .bl_formRow_checkWrap__vertical .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item{
    margin-left: 0;
    margin-top: 5px;
  }
  
.wpcf7-form-control-wrap.your-zip input,
.wpcf7-form-control-wrap.your-zip1 input,
.wpcf7-form-control-wrap.your-zip2 input,
.wpcf7-form-control-wrap.your-zip3 input,
.wpcf7-form-control-wrap.your-zip4 input{
width: 120px;
}

  @media screen and (max-width: 768px) {
    /* ======================================
    contactPage
    ======================================== */
    .ly_formContentWrap{
      width: 90%;
      margin-top: 20px;
      padding: 20px 10px;
    }
    .formTitle{
      font-size: 15px;
    }
    .bl_formRow{
      flex-direction: column;
      align-items: flex-start;
      padding: 10px 5px;
    }
    .bl_formRow_multi.hp_fullWidth{
      width: 100%;
    }
    .bl_form_inputTitle{
      margin-bottom: 4px;
      padding-right: 5px;
      padding-left: 0;
    }
    .hp_fullWidth p + p{
      width: 100%;
    }
    .bl_formRow input,
    .bl_formRow textarea,
    .bl_formRow select{
      width: 100%;
    }
    .bl_form_inputTitle{
      width: 100%;
    }
    .bl_formRow_multi select{
      width: 120px;
    }
    .bl_formRow .wpcf7-list-item + .wpcf7-list-item{
      margin-left: 0;
    }
    .bl_formRow .wpcf7-list-item{
      margin-right: 6px;
    }
    .wpcf7-response-output{
      max-width: 300px;
    }
    /* 20211128追加分 */
    .bl_form_inputTitle{
      margin-bottom: 10px;
    }
    .bl_formRow_under{
      flex-direction: column;
      margin-top: 10px;
    }
    .bl_formRow_under_head{
      width: 100%;
      margin-bottom: 10px;
    }
    .bl_formRow_under_body select{
      padding: 6px 2px;
    }
  }


/*==========================================
 Collection サイドバ02ーのスタイル
===========================================*/
div#sub-collection {
   text-align: center;
}
.side-widget02 {
    margin: 50px 0;
}

.side-widget02 ul {
    font-size: 0;
}

.side-widget02 ul li {
   display: inline-block;
    width: 16%;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0 auto;
}

ul#menu-sidemenu li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

ul#menu-sidemenu li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
}
ul#menu-sidemenu li a:hover::after {
	width:100%;
}

@media (max-width: 767px) {
	ul#menu-sidemenu li {
    border:none;
     padding: 0px;
 }
	.side-widget02 ul li {
   display: inline-block;
    width: 20%;
    font-size: 12px;
    text-align: center;
    border: none;
	position: relative;
   }
	
.side-widget02 ul li:before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    width: 4px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #555;
}
	}

@media (max-width: 979px) {
div#contents_pro {
    margin-top: 70px;
}
}
/*==========================================
 フッターのスタイル
===========================================*/
/* ページトップへのボタンの指定 */
#page-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;
	z-index: 999;
}
/*
#page-top a {
	font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #cccccc;
    border-radius: 0%;
    line-height: 50px;
    display: block;
    opacity: 0.5;
}

#page-top a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, .8); マウスオーバー時の背景色を指定。このrgbaは、RGBカラーモデルのred・green・blueに、alphaが加わったもの。 alphaは色の透明度を表す。
		それぞれrgbの値をカンマで区切り、最後にalfaの値（透明度）を0（完全に透明）～1（完全に不透明）の数値で指定。
}
*/
p#page-top a i {
    font-size: 25px;
    color: #777;
    line-height: 50px;
}



@media (min-width: 768px) {
  .page-top p {
    right: 60px;
    bottom: 70px;
  }
  .page-top p {
    right: 20px;
    bottom: 20px;
  }
#page-top {
    right: 10px;
   }
p#page-top a i {
    font-size: 20px;
   }	
}
.move-page-top {
  background-color: #333;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



/* footer上コンタクト
----------------------------*/
.bl_contactWrapper {
    position: relative;
    height: 200px;
    background-color: #f7f7f7;
}

@media screen and (min-width: 320px) {
    .bl_contactWrapper {
        height:200px;
    }
}

@media screen and (min-width: 1530px) {
    .bl_contactWrapper {
        height:300px;
    }
}

.bl_contact {
    position: absolute;
    background: url(https://fujrnituhre.sbs/wp2/wp-content/uploads/2025/11/subtitle-contact_2025.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 10;
}


.bl_contact .ly_cont {
    position: relative;
    height: 100%;
}

.bl_contact_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    width: 100%;
    transform: translate(-50%, -50%);
}


a.el_btn.el_btn__arrowLeft {
    color: #fff;
	font-size: 0.5rem;
}
h2.bl_contact_ttl {
    margin-bottom: 0;
}
h2.bl_contact_ttl a {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
	padding: 1rem 3rem;
	border: 1px solid;
	text-decoration: none;
}

@media screen and (min-width: 1530px) {
    .bl_contact_ttl {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 1023px) {
h2.bl_contact_ttl a {
    font-size: 1.5rem;
}
}
@media screen and (max-width: 767px) {
h2.bl_contact_ttl a {
         font-size: 1rem;
    }

}

/* footer
----------------------------*/
footer {
   background: #404040;
}
.foot-logo {
  margin-top: 40px;
}
.foot-outer {
   background: #404040;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
footer small {
  font-size: 11px;
  padding-top: 20px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: none;
}
a.footer-pc-title img {
  width: 150px;
  height: auto;
}
.footer-nav a {
  color: #fff;
}
.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-sns-item + .footer-sns-item {
  margin-left: 24px;
}
.footer-sns-item a {
  display: block;
  width: 16px;
}
.footer-sns-item:nth-child(3) a {
  width: 26px;
}
.footer-nav-item .footer-nav-item-link {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
  display: block;
}
.footer-nav-item ul li a {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
.footer-outer {
  padding: 0 0 15px;
}
.txtcenter {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

@media screen and (min-width:768px) {
  /*font*/
  .top-font {
    font-size: 50px;
    line-height: 1.6;
  }
    .top-font-b {
    font-size: 50px;
    line-height: 1.6;
  }
   .m-top-font {
    font-size: 50px;
    line-height: 1.6;
  }
  .sub-font {
    font-size: 36px;
  }
  .headline {
    font-size: 34px;
    margin: 20px 0 20px 0;
  }
  .headline-left {
    font-size: 34px;
  }
  .headline-left-type01 {
    font-size: 34px;
  }
  /*footer*/
  .footer-top {
    margin: 0 auto;
    width: 100%;
  }
  .footer-inner {
    width: 90%;
    margin: 0px auto;
    padding: 100px 0px;
    max-width: 1200px;
  }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .f-top-left {
    display: block;
  }
  .f-ad img {
    width: 200px;
  }
  .f-ad p {
    color: #fff;
    font-size: 12px;
	margin-bottom: 30px;
  }
  .f-bottom-right {
    display: none;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
  }
  .footer-sns-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
  }
  .footer-nav-item ul {
    margin-left: 10px;
  }
}
@media screen and (max-width:768px) {
  .f-top-left {
    display: none;
  }
  .footer-inner {
    width: 90%;
    margin: 0px auto;
    padding: 50px 0px;
  }
  .f-bottom-right {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-top: 0px;
  }
  .footer-sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
	 text-align: center;
  }
  .footer-nav-item ul {
    margin-left: 10px;
  }
  .footer-nav-item .footer-nav-item-link {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
  }
  .footer-nav-item ul li a {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
  }
  .f-ad p {
    font-size: 12px;
    color: #fff;
}	
	.f-ad img {
    width: 150px;
}
}


@media screen and (min-width:1140px) {
   
  /*==========================================
ページのスタイル
===========================================*/
 
  /*コンテンツエリア*/
  #contents {
    width: 1140px;
    overflow: hidden;
  }
  #contents #main {
    width: 750px;
    float: left;
    margin: 0 10px;
  }
  /*アイキャッチ画像*/
  .post-thumb {
    float: left;
    width: 320px;
    margin-right: 20px;
  }
  /*投稿タイトル・本文抜粋*/
  .post-contant {
    float: left;
    width: 400px;
  }
  #contents #sub {
    width: 330px;
    float: right;
    margin: 0 10px;
  }
  /*投稿 前後の記事*/
  .botomNav {
    padding: 20px 10px;
    overflow: hidden;
  }
   .botomNav_g {
    padding: 20px 100px;
    overflow: hidden;
  }
	.botomNav_w {
    padding: 20px 100px;
    overflow: hidden;
  }
  .navitop {
    float: left;
    width: 14%;
    text-align: center;
  }
.navitop_g {
    float: left;
    width: 14%;
    text-align: center;
  }
	.navitop_w {
    float: left;
    width: 14%;
    text-align: center;
  }
  .navileft {
    float: left;
    width: 43%;
    text-align: left;
  }
	.navileft_g {
    float: left;
    width: 43%;
    text-align: left;
  }
	.navileft_w {
    float: left;
    width: 43%;
    text-align: left;
  }
  .naviright {
    float: right;
    width: 43%;
    text-align: right;
  }
.naviright_g {
    float: right;
    width: 43%;
    text-align: right;
  }
	.naviright_w {
    float: right;
    width: 43%;
    text-align: right;
  }
  #top-image {
    position: relative
  }
#top-image h2 {
   position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
}
  .movie-caption h2 {
    position: absolute;
    top: 40%;
    left: 10%;
	z-index: 99999;
  }
	
p.subHeadings {
    position: absolute;
    top: 51%;
    left: 10%;
    color: #fff;
}
}

.post-body > #section_box > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative !important;
}
.post-body > #section_box > .wpb_column > .vc_column-inner > .wpb_wrapper > #section_left {
	width: 30% !important;
	max-width: 400px;
}
.post-body > #section_box > .wpb_column > .vc_column-inner > .wpb_wrapper > #section_left.defo {
	position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
}
.post-body > #section_box > .wpb_column > .vc_column-inner > .wpb_wrapper > #section_left.fixed {
	position: fixed !important;
   top: 0px !important;
}
.post-body > #section_box > .wpb_column > .vc_column-inner > .wpb_wrapper > #section_left.bottom {
 	position: absolute !important;
 	top: auto !important;
	bottom: 800px;
}

@media screen and (max-width: 767px) {
.post-body > #section_box > .wpb_column > .vc_column-inner > .wpb_wrapper > #section_left {
    width: 100% !important;
   }
	div#section_left {
    margin: 0 auto;
}
header#header-tag {
    overflow-x: hidden;
}
}



/*==========================================
 Topページのメインビジュアル動画
===========================================*/
.top-visual{
 position:relative;
 width:100%;
 height:87vh;
}


.top-movie{
overflow:hidden;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#333;
z-index:999;
}

.top-movie video{
z-index: -1;
overflow: hidden;	
position:absolute;
top:50%;
left:50%;
display:block;
width:auto;
height:auto;
min-width:100%;
min-height:100%;
transform:translate(-50%, -50%);
}

/*==========================================
 Productsページのメインビジュアル動画
===========================================*/
.products-visual{
 position:relative;
 width:100%;
 height:87vh;
}

.products-movie{
overflow:hidden;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#333;
z-index:999;
}

.products-movie video{
z-index: -1;
overflow: hidden;	
position:absolute;
top:50%;
left:50%;
display:block;
width:auto;
height:auto;
min-width:100%;
min-height:100%;
transform:translate(-50%, -50%);
}

.designer {
    font-size: 14px;
}
.material_txt h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

/*==========================================
 Productsページ
===========================================*/

.collection_cate_img {
    margin-bottom: 0px;
}
.collection_cate_txt {
    padding-bottom: 20px;
}

.material_box{
     position: relative;
}

.material_txt{
    position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#fff;
    
}

.collection_cate_img {
    position: relative;
}

.collection_cate_txt {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
   }
   
   .catal_txt {
    margin-bottom: 5px;
}
   .catal_small {
    font-size: 12px;
}
@media screen and (max-width: 736px) {
.designer_en h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.designer_en {
    margin-bottom: 5px;
}
.catal_small p{
    font-size:9px;
}
.material_txt h3{
    font-size:14px;
}
   	}

/* ======================================
contactPage
======================================== */
.ly_formContentWrap{
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
}
.formTitle{
  font-size: 18px;
  font-weight: bold;
}
.bl_formContent{
  font-size: 13px;
}
.bl_formTitle_sub{
  font-size: 15px;
  font-weight: bold;
  background: #f2f2f2;
  padding: 8px 10px;
  margin-top: 30px;
  margin-bottom: 0;
}
.bl_formRow{
  display: flex;
  align-items: center;
  border-bottom: #e6e6e6 solid 1px;
  padding: 20px 5px;
}
.bl_formRow_multi.hp_fullWidth{
  width: 77%;
}
.wpcf7-form-control-wrap.your-zip input{
  width: 120px;
}
.hp_fullWidth p + p{
  width: 77%;
}
.hp_borderNon{
  border-bottom: none;
}
.bl_formRow input,
.bl_formRow textarea,
.bl_formRow select{
  width: 77%;
  text-align: left;
  vertical-align: middle;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.bl_formRow select{
  width: auto;
}
.bl_formRow input::placeholder,
.bl_formRow textarea::placeholder{
  color: #757575;
}
.bl_form_inputTitle{
  width: 23%;
  white-space: nowrap;
  text-align: left;
  padding: 0 5px;
  vertical-align: middle;
}
.bl_form_inputTitle_requid{
  color: #c16565;
  font-size: 12px;
  margin-left: 4px;
}
.bl_formRow_multi input,
.bl_formRow_multi select{
  margin-top: 10px;
}
.zip_icon{
  position: relative;
  margin-right: 10px;
  top: 6px;
}
.bl_formRow .wpcf7-list-item{
  margin: 0;
}
.bl_formRow .wpcf7-list-item label{
  display: flex;
  align-items: center;
}
.bl_formRow .wpcf7-list-item label input{
  width: auto;
  margin-right: 5px;
}
.bl_formRow input[type="file"]{
  border: none;
  width: auto;
  padding: 0;
}
.bl_formRow .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 10px;
}
.bl_formCaution{
  margin-bottom: 8px;
}
.wpcf7-not-valid-tip{
  margin-top: 4px;
}
.submitWrap{
  text-align: center;
  margin-top: 30px;
}
.submitBtn{
  cursor: pointer;
  background: #222;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 16px 60px;
  border-radius: 5px;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-response-output{
  max-width: 500px;
  margin: 30px auto 20px!important;
}
input.inputSearch::placeholder {
    font-size: 10px;
}


@media screen and (max-width: 768px) {
  /* ======================================
  contactPage
  ======================================== */
  .ly_formContentWrap{
    width: 90%;
    margin-top: 20px;
    padding: 20px 10px;
  }
  .formTitle{
    font-size: 15px;
  }
  .bl_formRow{
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 5px;
  }
  .bl_formRow_multi.hp_fullWidth{
    width: 100%;
  }
  .bl_form_inputTitle{
    margin-bottom: 4px;
    padding-right: 5px;
    padding-left: 0;
  }
  .hp_fullWidth p + p{
    width: 100%;
  }
  .bl_formRow input,
  .bl_formRow textarea,
  .bl_formRow select{
    width: 100%;
  }
  .bl_form_inputTitle{
    width: 100%;
  }
  .bl_formRow_multi select{
    width: 120px;
  }
  .bl_formRow .wpcf7-list-item + .wpcf7-list-item{
    margin-left: 0;
  }
  .bl_formRow .wpcf7-list-item{
    margin-right: 6px;
  }
  .wpcf7-response-output{
    max-width: 300px;
	}
}
/*==========================================
 翻訳
===========================================*/
.bogo-language-switcher{
	margin:0 2rem 0 auto;
	display:flex;
	justify-content: flex-end;
	}

ul.bogo-language-switcher li {
    padding-right: 2rem !important;
}

.header-translate{
    width: 97%;
    display: inline-block;
    text-align: right;
    margin: 0 5% 0px; 
    /* border-bottom: 1px solid #002e53;*/
}
li.en-US.en.first a {
	font-size: 14px;
}
.ja.current.last a {
    font-size: 14px;
}

div#header .header-translate .en-US .bogo-language-name {
    font-size: 12px;
}
span.bogo-language-name a {
    font-size: 14px;
}
span.bogo-language-name {
    font-size: 14px;
}

@media(max-width:767px){
.bogo-language-switcher {
 display: flex;
 justify-content: start;
 margin: 0.5rem auto 0.5rem 2rem;
}	
ul.bogo-language-switcher li {
    padding-right: 2rem !important;
	font-size: 13px;
}
}

/*==========================================
 ヘッダー 上部
===========================================*/
header {
    overflow: hidden;
}

.logo_upper {
	padding: 0;
	display: inline-block;
}

.info_upper{
  margin-left: auto;
}

.logo_upper a img{
    width:180px;
   height: auto;
}

.info_upper ul {
    display: flex;
}

.info_upper ul li a {
	padding: 0 20px;
}

p.hed-info{
	line-height: 1.3;
   }

ul.flex-r li {
    font-size: 13px;
    margin-left:30px;
    width:180px;
}

ul.flex-r li span i{
    float:left;
    font-size:25px;
    line-height: 40px;
    color:#797979;
}

.inner-f{
	width: 90%;
	margin:0 auto;
}
.header{
    width: 100%;
    display: inline-block;
    margin: -60px 0 0;
}

.header .info_upper{
    float:right;
	margin-top: 40px;
}

p.hed-info {
    line-height: 1.3;
    font-size: 1.4rem;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .logo_upper {
        padding: 0;
        display: block;
        text-align: center;
    }
    
    .logo_upper a{
        height: 50px;
        display: inline-block;
    }
    
    .info_upper ul {
        justify-content: center;
        margin-bottom: 15px;
    }
    ul.flex-r li:first-child{
        margin-left:0;
    }

    div.header div.info_upper{
        float:none;
    }
}

@media all and (-ms-high-contrast: none){
    div.header{
        width: 90%;
        display: inline-block;
        margin:0 5% 0;
    }
}
/*==========================================
 ナビゲーション
===========================================*/
nav#gnav{
    display: block;
    width: 100%;
    margin: 0 auto;
    height:auto;
    border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	overflow-x: hidden;
}

nav#gnav ul li{
    display: inline-block;
    margin-right:20px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    nav#gnav ul li{
        margin-right:15px;
    }
}
nav#gnav ul li:last-child{
    margin-right: 0;
}
nav#gnav ul li a{
    line-height: 50px;
    display: inline-block;
	font-size:14px;
	text-decoration: none;
}

nav#gnav form{
    display: inline-block;
    float: right;
    position: relative;
}
nav#gnav form input.inputSearch{
    border: 1px solid #5d5d5d;
    padding-left: 10px;
    background-color: #5d5d5d;
    height: 50px;
    box-sizing: border-box;
    color: #fff;
}
nav#gnav form input.inputSearch::placeholder{
    color:#B7B7B7;
}
nav#gnav form i{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #B7B7B7;
}
nav#gnav form input[type='submit']{
    display: none;
}
nav#gnav div.menu-gmenu-container{
    display: inline-block;
    margin-left: 40px;
}
nav#gnav {
	overflow: hidden;
}
/*==========================================
 固定ナビゲーション
===========================================*/
nav#gnav-fixed div.menu-gmenu-container{
    display: inline-block;
}
nav#gnav-fixed{
    display: block;
    position: fixed;
    top: -50px;
    opacity: 0;
    width: 100%;
    height: 50px;
    background-color: #333;
    z-index: 9999;
    padding: 0 0 0 2%;
    transition: all .3s ease-out;
}
nav.show{
    top:0!important;
    opacity: 1!important;
}
nav#gnav-fixed a.logo{
    float: left;
    height: 50px;
    margin-right:15px;
}
nav#gnav-fixed a.logo img{
    height: 20px;
    margin-top: 20px;
}
nav#gnav-fixed ul li{
    display: inline-block;
    margin-right:15px;
    line-height: 50px;
}

nav#gnav-fixed ul li:last-child{
    margin-right:0;
}
nav#gnav-fixed ul li a{
    color:#fff;
	font-size:14px;
}
nav#gnav-fixed .header-contact{
    display: inline-block;
    float: right;
    height: 50px;
    background-color: #e6e6e6;
    color: #666;
    padding: 0 20px;
    line-height: 50px;
    border: solid 1px #f9f9f9;
	font-size:14px
}
@media(max-width:979px){
header {
    display: none;
}
	}
li.menu-item.menu-item-type-post_type.menu-item-object-page a {
    position: relative;
	text-decoration: none;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page a:hover::after {
    transform: scale(1, 1);
}

/*==========================================
 検索のスタイル
===========================================*/
#contents-serch h1.page-title {
    margin: 5rem 0 7rem;
}
#contents-serch ul {
   font-size: 16px;
}
li.serch-list {
    margin: 5rem 0 1rem;
	font-size: 18px;
}
div#contents-serch {
    margin: 10rem 0;
}
.inputSearch::placeholder {
    font-size: 12px;
}
/*==========================================
404のスタイル
===========================================*/
#contents-404 h1.page-title {
    margin: 5rem 0 7rem;
}

div#contents-404 {
    margin: 10rem 0;
}

/*==========================================
Projectページのスタイル
===========================================*/
.body_txt p{
    line-height: 1.7;
    font-size: 14px;
}
#contents-100g .section_project{
      max-width:1000px;
    margin:0 auto;
    width:80%;
}

@media(max-width:767px){
#contents-100g .section_project {
      width: 95%;
}
 }
/*==========================================
幅の狭い左寄せスタイル
===========================================*/
#contents-100 .factory_sspace{
    max-width:600px;
    margin:0 auto;
    
}
 /*==========================================
Headerのスタイル
===========================================*/


#header {
	position: relative;
	height: 70px;
}
#header .header-translate {
	position: absolute;
	top: 12px;
}
#header .header {
	position: absolute;
	top: 5px;
	width: 180px;
}
#header .header .logo_upper {
	margin-left: 15px;
}
.searchform {
	position: absolute;
	right: 0;
	display: inline-block;
}

@media (min-width: 980px) {
	.hamburger-menu {
		display: none;
	}
}

@media (max-width: 980px) {
.hamburger-menu {
	width: 100%;
	background-color: #EEE;
	position: fixed;
   top: 0px;
   left: 0px;
	height: 70px;
	z-index: 9999;
}
.hamburger-menu .sp-logo img {
	width: 165px;
	height:auto;
	margin-left: 30px;
	margin-top: 26px;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #eeeeee;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #555555;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	#menu-btn-check {
		display: none;
	}
	
	header {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #EEE;
		transition: all 0.5s;
		overflow: auto;
	}
	#header {
		background-color: #EEE;
		height: 100px;
	}
	.header-translate {
		margin-top: 50px;
	}
	.bogo-language-switcher {
		margin-left: 20px;
	}
	.bogo-language-switcher li, .bogo-language-switcher a {
		color: #555 !important;
	}
	.menu-gmenu-container {
		width: 100%;
	}
	.menu-gmenu-container ul {
		width: 100%;
		border-top: 1px solid #404040;
	}
	.menu-gmenu-container ul li {
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #404040;
	}
		.menu-gmenu-container ul li a {
			width: 100%;
	}

	.searchform {
		position: relative;
		display: block;
		margin-top: 50px;
	}
	.searchform input {
		width: 100%;
	}

	#gnav-fixed {
		display: none !important;
	}
}

.display-block {
	display: block !important;
}
.display-none {
	display: none !important;
}

/* IE11表示用のCSS　*/
_:-ms-fullscreen, :root body {
  -ms-overflow-x:hidden;
 
}
_:-ms-fullscreen, :root .selector {
  property: value;
 
}
_:lang(x)::-ms-backdrop, #header .header {
 top:-50px;
 left:-50px;
}
/*==========================================
 Company
===========================================*/
@media (max-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
	}
}
/*==========================================
 Showroom
===========================================*/

  /*showroom*/
.news_box {
    border-bottom: 1px dotted #a9a9a9;
}

.sreserve_txt .vc_cta3-content h2 {
    font-size: 18px;
}
.sreserve_txt .vc_cta3-content h3 {
    font-size: 16px;
}
.sroutline_txt h4 {
    font-size: 16px;
    line-height: 2;
}
#sr-image {
    position: relative;
}
.caption-box{
    position: absolute;
    top: 40%;
    left: 10%;
}
h2.sr_ttl {
    color: #fff;
    margin-bottom: 10px;
}
p.sr_subttl {
    color: #fff;
}
#sr-image img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
.sroutline_txt h4 {
    font-size: 14px;
}
h2.sr_ttl {
    font-size: 22px;
    margin-bottom: 0px;
}
	
p.sr_subttl {
    font-size: 14px;
}
	}
/*==========================================
 Project
===========================================*/
#contents-100 .project-box{
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
}
.project-img{
    position: relative;
}
.project-img-l{
    position: relative;
}
.project-img-r{
    position: relative;
}
.project-ttl-box{
   position: absolute;
    top: 10%;
    left: 10%; 
}
.project-ttl-box-r{
   position: absolute;
    top: 10%;
    left: 55%; 
}
.project-ttl-box-l{
   position: absolute;
    top: 10%;
    left: 5%; 
}

.project-h3ttl h3 {
    color: #fff;
    font-size: 26px;
}
.project-h3ttl_b h3 {
    color: #555;
    font-size: 26px;
}

.project-py{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.project-py_b{
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}


@media (max-width: 767px){
 .projdct-box{
    width: 90%;
    margin: 0 auto;
}
.project-ttl-box-l {
    position: absolute;
    top: 10%;
    left: 10%;
}
.project-ttl-box-r {
    position: absolute;
    top: 55%;
    left: 10%;
}
.project-h3ttl h3 {
    color: #fff;
    font-size: 20px;
}
	.project-h3ttl_b h3 {
    color: #555;
    font-size: 20px;
}
}

/*==========================================
 Material_single
===========================================*/

.section_120 .material_ttl {
    margin-bottom: 5px;
}
.material_ttl p {
    font-weight: 600;
    color: #333;
   }
.material_comp p {
    font-size: 10px;
    color: #666;
  }


/*==========================================
 Product-2
===========================================*/


.pro_series_ttl h4 {
    font-size: 14px;
    text-align: center;
}

.pro_series_img img {
    padding: 0 10px;
}


.arrow-right .arrow{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 80px;
	height: 1px;
	background-color: #555;
	position: relative;
}

p.arrow-right {
    text-align: right;
}
.arrow-right .arrow:before,
.arrow-right .arrow:after{
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: #555;
	position: absolute;
	right: -4px;
}
.arrow-right .arrow:before{
	top: -5px;
}

.arrow-right .arrow:before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-left .arrow{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 80px;
	height: 1px;
	background-color: #555;
	position: relative;
}
p.arrow-left {
    text-align: left;
}

.arrow-left .arrow:before,
.arrow-left .arrow:after{
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #555;
	position: absolute;
	left: 0px;
}

.arrow-left .arrow:before{
	top: -5px;
}

.arrow-left .arrow:before{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-left .arrow{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 80px;
	height: 1px;
	background-color: #555;
	position: relative;
}

.arrow-left .arrow:before,
.arrow-left .arrow:after{
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: #555;
	position: absolute;
	left: 0px;
}

.arrow-left .arrow:before{
	top: -5px;
}

.arrow-left .arrow:before{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.pro_series_ttl {
    margin-bottom: 70px !important;
}
.procate_subttl h2 {
    font-size: 24px;
}
@media (max-width: 767px) {
.arrow-left .arrow {
    width: 15px;
}
.arrow-left .arrow:before, .arrow-left .arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #555;
    position: absolute;
    left: 0px;
}
.arrow-left .arrow:before {
    top: -4px;
}

p.arrow-left {
    text-align: left;
	font-size: 12px;
}
p.arrow-right {
    text-align: right;
    font-size: 12px;
	margin-right: 5px;
}
.arrow-right .arrow {
    width: 15px;
}
.arrow-right .arrow:before, .arrow-right .arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #555;
    position: absolute;
    right: 0px;
}
.arrow-top p {
    font-size: 12px;
}
}
/*==========================================
 google reCAPCHA
===========================================*/
.grecaptcha-badge { visibility: hidden; }

.recapcha_box {
    margin: 50px 0 0 auto;
    margin-left: 50px;
}
p.rechapcha_txt {
    font-size: 11px;
    color: #888;
}


/*==========================================
 2022/01/10 お問い合わせ
===========================================*/
.bl_formRow_flex{
  display: flex;
  width: 77%;
}
.bl_formRow_half{
    display: flex;
    align-items: center;
    width: 50%;
}
.bl_formRow_half ._text{
    margin: 0 4px;
}
.ly_formRow_under_box .bl_formRow_half input{
    width: 100%;
    min-width: 120px;
}
.bl_formRow_flex .wpcf7-form-control-wrap{
  width: 26%;
  margin-right: 1%;
}
.bl_formRow_flex .wpcf7-form-control-wrap input{
  width: 100%;
}
.bl_formRow_tel{
  display: flex;
  align-items: center;
  width: 77%;
}
.bl_formRow_tel .wpcf7-form-control-wrap{
  width: 10%;
  min-width: 80px;
}
.bl_formRow_tel ._text{
  margin: 0 4px;
}
.bl_formRow_tel .wpcf7-form-control-wrap input{
  width: 100%;
}
.bl_formRow_zip{
  display: flex;
  width: 77%;
  align-items: center;
}
.bl_formRow_zip .wpcf7-form-control-wrap{
  width: 10%;
  min-width: 80px;
}
.bl_formRow_zip .wpcf7-form-control-wrap input{
  width: 100%;
}
.bl_formRow_zip ._text{
  margin: 0 4px;
}
.hp_mt10{
  margin-top: 10px;
}
.hp_mr4{
  margin-right: 4px;
}
.bl_formRow_zip ._text.hp_mt10{
  margin-top: 10px;
}
.bl_formRow_under_right{
  width: 77%;
}
.bl_form_inputTitle{
  white-space: break-spaces!important;
}
.bl_form_inputTitle_requid{
  display: inline-block;
}
.bl_formRow_checkWrap{
  width: 77%;
}
.bl_formRow_checkWrap .wpcf7-form-control.wpcf7-radio{
  display: flex;
  flex-wrap: wrap;
}
.bl_formRow_checkWrap .wpcf7-form-control.wpcf7-radio > span{
  width: 49%;
  margin-left: 0;
}
@media (max-width: 767px){
  .bl_formRow_checkWrap .wpcf7-form-control.wpcf7-radio > span{
    width: 100%;
  }
}


/*==========================================
 2022/01/23 multi-navigation追加
===========================================*/
header,
nav#gnav{
	overflow: visible;
}
.header-translate{
	right: 0;
	width: auto;
	margin: 0;
}
.bogo-language-switcher{
	margin: 0;
	text-align: right;
}
ul.bogo-language-switcher li.last {
	padding-right: 1rem !important;
}
nav#gnav ul li{
	position: relative;
}
nav#gnav ul li.menu-item-has-children a{
	position: relative;
	padding-right: 20px;
}
nav#gnav ul li.menu-item-has-children a::before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 8px;
  height: 8px;
  border: 2px solid;
  border-color:  transparent transparent #747474 #747474;
	transform: rotate(-45deg) translateY(calc(-50% - 5px));
	transform-origin: center top;
}
nav#gnav ul li .sub-menu{
	display: none;
	position: absolute;
	background: #fff;
	z-index: 1000;
	padding: 0 20px 10px 20px;
}
nav#gnav ul li .sub-menu li{
	width: 100%;
	position: static;
	margin-right: 0;
	white-space: nowrap;
}
nav#gnav ul li .sub-menu li:last-child{
	border-bottom: none;
}
nav#gnav ul li .sub-menu li a{
	padding: 0 20px;
	display: block;
	border-bottom: 1px solid #747474;
}
nav#gnav ul li.menu-item-has-children .sub-menu a::before{
	content: none;
}



nav#gnav-fixed ul li{
	position: relative;
}
nav#gnav-fixed ul li.menu-item-has-children a{
	position: relative;
	padding-right: 20px;
}
nav#gnav-fixed ul li.menu-item-has-children a::before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 8px;
  height: 8px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
	transform: rotate(-45deg) translateY(calc(-50% - 5px));
	transform-origin: center top;
}
nav#gnav-fixed ul li.menu-item-has-children a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -3px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
nav#gnav-fixed ul li.menu-item-has-children  a:hover{
  text-decoration: none;
}
nav#gnav-fixed ul li.menu-item-has-children  a:hover::after {
  transform: scale(1, 1);
}
nav#gnav-fixed ul li .sub-menu{
  display: none;
	position: absolute;
	background: #333;
	z-index: 1000;
	padding: 0 20px 10px 20px;
  transform: translateY(-1px);
}
nav#gnav-fixed ul li .sub-menu li{
  width: 100%;
	position: static;
	margin-right: 0;
	white-space: nowrap;
}
nav#gnav-fixed ul li .sub-menu li:last-child{
  border-bottom: none;
}
nav#gnav-fixed ul li .sub-menu li a{
  padding: 0 20px;
	display: block;
	border-bottom: 1px solid #fff;
}
nav#gnav-fixed ul li.menu-item-has-children .sub-menu a::before{
  content: none;
}
nav#gnav-fixed ul li.menu-item-has-children .sub-menu a:hover::after {
  content: none;
}
@media (max-width: 979px){
	header{
		overflow-y: scroll;
    overflow-x: hidden;
	}
	.header-translate{
		right: inherit;
		right: calc(5% - 1rem);
    width: 100%;
    margin: 55px 0 0;
	}
	.bogo-language-switcher{
		margin: 0 2rem 0 auto;
		text-align: inherit;
	}
	ul.bogo-language-switcher li.last {
		padding-right: 1rem !important;
	}
	nav#gnav{
		width: 90%;
		padding: 0 7.5px;
		margin-bottom: 40px;
		overflow-y: scroll;
    overflow-x: hidden;
		border-bottom: none;
	}
	nav#gnav div.menu-gmenu-container{
		margin-left: 0;
	}
	nav#gnav ul li .sub-menu{
		position: static;
		background: inherit;
		padding: 0 0px 0px 20px;
	}
	.menu-gmenu-container ul li.menu-item-has-children:last-child{
		border-bottom: none;
	}
	nav#gnav ul li .sub-menu li a{
		border-bottom: none;
	}
	nav#gnav ul li.menu-item-has-children .sub-menu a::after{
		position: absolute;
		content: "";
		width: 10px;
		height: 1px;
		left: 0;
		top: 50%;
		background-color: #747474;
		transform: scale(1);
	}
}
@media (max-width: 767px){
	.header-translate{
		left: calc(5% - 1rem);
	}
	.bogo-language-switcher{
		margin-left: 20px;
	}
}