@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=BIZ+UDPMincho&family=DotGothic16&family=M+PLUS+1&family=M+PLUS+1p&family=Merriweather:wght@700&family=Source+Sans+3&family=Ubuntu&family=Work+Sans:wght@900&display=swap');

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin:0;
	padding: 0;
	overflow-x: hidden; 
	color: #333333;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

 #wrapper{
	width:100%;
	margin: 0 auto;
	overflow:hidden;
}

.contents_title2{
	display: block;
	padding: 50px 0 35px;	
}
.contents_title2 img{
	display:block;
	margin: 0 auto;

}

/*///ハンバーガーアイコンここから///*/

/* ハンバーガーボタン */
.hamburger {
	display: none;
	position: fixed;
	z-index : 11;
	right : 5px; 
	top   : 50px;
	width : 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	margin-right: 0;
	border-radius: 5px;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2.5px ;
  left    : 10px;
  background : #333333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  line-height: 40px;
  user-select: none;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.globalMenuSp {
  position: fixed;
  z-index : 10;
  top  : 0;
  left : 0;
  right: 0;
  bottom: 0;
  background-color: rgba(245,245,245, .9);
  text-align: center;
  transform: translate(100%, 0);
  transition: all 0.6s;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.globalMenuSp ul {
  padding: 0 3%;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  color: #333333;
  overflow-y: auto;
}

.globalMenuSp ul li {
	text-align: left;
}


/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
    transform: translate(0, 0);
}

/* アコーディオンここから */
.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer;
}

.accordion-container .accordion-title {
display: block;
position: relative;
margin: 0;
padding: 25px 0.625em 25px 2em;
font-size: 1.25em;
font-weight: normal;
color: #f5f5f5;
background: #000;
cursor: pointer;
letter-spacing: 2px;
text-decoration :none;
font-size: 15px;
font-weight: bold;
transition: 0.4s;
margin-bottom: 5px;
}
.accordion-title:after {
	content: "";
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  
  .accordion-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
  }
  
  .accordion-content {
	display: none;
	padding-left: 2.3125em;
  }
  
.open-menu-link {
	display: inline-block;
	color: #333333;
	padding: 10px 0;
	letter-spacing: 2px;
	text-decoration :none;
	font-size: 15px;
	font-weight: bold;
	transition: 0.4s;
  }
  
.arrow-none:after{
	display: none;
}


/* SNSアイコン */
.ham-sns {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.fa-brands {
	font-size: 33px;
	color: #333;
	padding-left: 6px;
	padding-top: 15px;
	text-align: center;
}
/* アコーディオンここまで */


/*//////ハンバーガーアイコンここまで//////*/



/* 共通設定
-----------------------------------------*/

 .contents_800{
	width: 100%;
	margin:0 auto;
	line-height:22px;
}
	
	.contents_800 img{
		margin: 0 auto;
	}
	
 .contents{
	width: 100%;
	margin:50px auto 100px;
}



.en{
	color:#858585;
	font:Arial, Helvetica, sans-serif;
	font-size:0.667em;
	line-height:18px;
}


.contents_title{
	text-align: center;
	margin: 70px 0 50px;
	font-family: 'Archivo Black', sans-serif;
font-family: 'BIZ UDPMincho', serif;
font-family: 'DotGothic16', sans-serif;
font-family: 'M PLUS 1', sans-serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Source Sans 3', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Work Sans', sans-serif;
}
.contents_title .heading{
	font-size: 26px;
	letter-spacing: 1px;

}
.contents_title .sub-heading{
	font-size: 14px;
	padding-top: 5px;
	font-weight: bold;
}

.moreBox {
	max-width: 180px;
	width: 100%;
	margin: 50px auto 0;
	height: auto;

	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	text-align: center;
	padding: 15px 10px;
	border-radius: 3px;
	position: relative;
}

.moreLink {
	width: 100%;
	display: block;
	color: #333333;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
.moreLink:after {
	content: '';
	position: absolute;
	top: 39%;
	right: 15px;
	transform: translate(-50%, -50%);
	display: block;
	width: 6px;
    height: 6px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: .3s;
}
.moreLink:hover:after {
	right: 10px;
}


.zoom {
	position:relative;
}
.zoom img {
	display: block;
}

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

header{
	width:100%;
}

.head_top{
	width: 100%;
	background:#FFF;
	opacity:0.98;
	font-size:0.833em;
	font-family:Arial, Helvetica, sans-serif;
	color:#707070;
	border-bottom:1px solid #e5e5e5;
}

.head_top_inner{
	max-width:1000px;
	width: 100%;
	margin:0 auto;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_top p{
	display:block;
	padding:12px 0;
}

.head_top_left{
	float:left;
}

.head_top_right{
	width:500px;
	text-align:right;
	margin-left: auto;
}

.head_top a{
	color:#707070;
	text-decoration:none;
}

.head_logo{
	height:210px;
	width: 100%;
	margin:0 auto 45px;
	text-align: center;
	background:url(../img/common/head_bg.gif);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.head_logo_inner{
	max-width:429px;
	width: 100%;
	margin:0 auto;
	position:relative;
	text-align: center !important;
	top:91px;
}
.head_logo_inner a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.head_logo_inner p{
	color:#707070;
	margin-top:10px;
	font-size:0.667em;
	text-align:center;
}



.head_global{
	width:100%;
	height:55px;
	margin-top:25px;
	border-bottom: 1px solid #ccc;
}

.head_global_inner{
	max-width:1000px;
	width: 100%;
	height: 100%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
ul#topnav {
	height: 100%;
	margin:0 -32px 0 0;
	padding: 0;
    position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
ul#topnav li {
	padding: 0 10px;
	font-weight: bold;
	font-size: 15px;
	height: 100%;
	line-height: 2.5;
	cursor: pointer;
}
ul#topnav li a {
    padding: 0 0 ;
    display: block;
    color: #333333;
	line-height:2.5;
	font-weight: bold;
	font-size: 15px;
}


ul#topnav li:hover {
	background:url(../img/common/menu_arrow.png) no-repeat bottom; 
}

ul#topnav li span {
    padding: 15px 0;
    position: absolute; 
	top:51px;
    display: none;
    width: 200px;
    background: #1b1b1b;
    color: #FFF;
	z-index:1000000;
}

ul#topnav li span div{
	position: relative;
    left: 10%;
}


ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; color:#FFF; font-size:0.750em;}
ul#topnav li span a:hover {text-decoration: underline;}
.head_sns{
	max-width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:-8px;
	display: flex;
}

.head_sns li{
	margin-right:5px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	border-bottom:1px solid #e5e5e5;
}

.fixed2 {
	background:#FFF;
	opacity:0.95;
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 10000;
	height:25px;
	padding: 25px 0;
}



/******ニュース******/


#news{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#news ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-right:-20px;
	overflow:hidden;

}
#news ul li {
	width: 48%;
}

.news_contents{
	width: 100%;
	height: 100%;
	background:#f8f8f8;
	display: flex;
}

.news_contents img{
	display:block;
	margin:0 15px 0 0;
	padding:0;
}

.news_day{
	color:#696969;
	font-style:italic;
	font-size:0.750em;
	padding:20px 0 15px;
}

.news_contents_title{
	font-size:0.750em;
	font-style:italic;
	line-height:20px;
	padding-bottom:20px;
}

#news a .news_contents_title{
	color:#000;
}
.news_contents img:hover{
	opacity:0.8;
}

#news a .news_contents_title:hover{
	text-decoration:underline;
}

/******フッター上お問い合わせ******/

.contact_text{
	text-align:center;
	margin-bottom:50px;
	color:#363636;
	font-size:0.833em;
}

.contact-box{
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}

#contact p{
	display:block;
}

.contact_contents_title{
	font-weight:bold;
	font-size:0.938em;
	padding-bottom:15px;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px solid #c8c8c8;
}

.contact_contents_text{
	width: 97%;
	margin: 0 auto;
	color:#363636;
	font-size:  13px;
	line-height:22px;
}

.contact_contents_text a{
	color:	#A52A2A;
	text-decoration:none;
	font-weight: bold;
	display: block;
	padding-top: 15px;
}

.contact_contents_m50{
	width: 30%;
	padding: 0 1%;
}

.contact-tel-image {
	padding-bottom: 15px;
}

/******フッター******/
footer {
	width: 100%;
	background:rgba(169,169,169, .9);
}
.footer-wrap {
	width: 100%;
	margin: 0 auto;
}
.pagetop{
	padding:15px 0;
	background: rgba(	211,211,211, .8);
}

.pagetop:hover{
	background:#c8c8c8;
}


.footer_logo{
	max-width: 200px;
	width: 100% !important;
	margin:0 auto;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px;
	text-align: center;
}
.footer_logo a img{
	display: inline-block;
	text-align: center;
}
.footer_logo a p {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
}

.copyright{
	width: 100%;
	background: rgba(255, 255, 255, .9);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	padding:14px 0 10px;
	color: #333333;
}
		

/* TOPページ
-----------------------------------------*/


/******スライダー******/

    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
		width:33.333% !important;
		margin:0  !important;
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	
	.swiper-slide a{
		width:100%;
	}
	
	.swiper-slide img{
		width:100%;
	}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	margin-bottom:55px;
	border-top:2px solid #000;
}

.wideslider img:hover{
	box-sizing:border-box;
	border:10px solid #f4f4f4; 
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.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;
}

 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #333;
	border-radius:10px;
}
.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;
}	

/******スライダー終わり******/


.topic_title{
	width:50px;
	font-size:0.833em;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	border:2px solid #000;
	display:block;
	float:left;
	margin-right:20px;
}

.topic{
	width:580px;
	margin:0 auto 30px;	
}

.topic_text{
	color:#505050;
	font-size:0.750em;
	padding:8px 0 5px;
	display:block;
}

#concept{
	width:100%;
	height:500px;
	background:url(../img/index/concept_bg.jpg) repeat-x;
	border-top:15px solid #f4f4f4;
	border-bottom:15px solid #f4f4f4;
}

.concept_inner{
	width:1000px;
	padding:25px 0;
	margin:0 auto;
	text-align:center;
}

.concept_inner .en{
	color:#6a6969;	
}

.concept_text{
	color:#363636;
	font-size:0.833em;
	line-height:24px;	
}

.concept_arrow:hover{
	opacity:0.8;
}


/* BRAND & ITEM
取り扱い & アイテム ここから */
.brand-items {
	width: 100%;
	height: auto;
	padding: 0 2%;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.brand-left {
	width: 48%;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between !important;

}
.brand-left-image {
	width: 60%;
	margin: 0 auto;
}
.brand-left-text {
	width: 96%;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
	color: #333;
	padding-top: 50px;
}
.brand-left-text-en {
	font-size: 12px;
	color: #858585;
	padding-top: 15px;
}
.brand-right {
	width: 48%;
}
.brand-right img {
	margin: 0 auto;
	padding-bottom: 2%;
}

	

/* REPORTページ
-----------------------------------------*/

.report_head{
	margin:120px 0 50px;
	padding-bottom:30px;
	border-bottom:1px solid #c8c8c8;
}

.report_day{
	margin-bottom:10px;
	font-style:italic;
	color:#696969;
}

.report_title{
	color:#333;
	font-size:1.500em;
	line-height:30px;
	margin-bottom:15px;
}

.report_contents p{
	font-size:0.833em;
	display:block;
	line-height:24px;
	margin-bottom:20px;
}



/* Entryページ
-----------------------------------------*/

.formWrap{
	padding-bottom:50px;
	border-bottom:1px solid #c8c8c8;
	margin-bottom:50px;
}

.form_text{
	font-size:0.875em;
	text-align:center;
	margin-bottom:40px;
}

.form_titile{
	color:#000;
	margin-top:60px;
}

.form_title_line{
	width:20px;
	border-color:#000;
	margin:10px 0 0;
	padding:0;
}

.form_entry{
	width:98%;
	margin:40px auto 30px;
	list-style:none;
}


.form_entry li{
	color:#a4a4a4;
}

.form_entry input{
	width:98%;
	height:40px;
	border:1px solid #DDD;
	background:none;
	webkit-appearance:none;
	margin:18px 0 28px;
	padding:0 5px; 
}

.form_entry textarea{
	width:98%;
	height:170px;
	border:1px solid #DDD;
	background:none;
	webkit-appearance:none;
	resize: vertical;
	margin:18px 0 0px;
	padding:5px;
}

.form_send input:hover{
	opacity:0.8;
}

.form_submit{
	width:153px;
	height:40px;
	background:url(../img/contact/submit.jpg);
	border:none;
}

.form_reset{
	width:153px;
	height:40px;
	background:url(../img/contact/reset.jpg);
	border:none;
}

.form_privacy{
	color:#a4a4a4;
	line-height:28px;
	margin-bottom:20px;
}

.form_privacy .en{
	line-height:20px;
}

.form_privacy a{
	color:#3d87b6;
	text-decoration:none;
}

.privacy_check{
	color:#a4a4a4;
	text-align:center;
	margin-bottom:20px;
}


.contact_tel{
	margin:0 auto 50px;
	width:100%;
	font-size:0.875em;
	border:2px solid #DDD;
	padding:15px;
}


.contact_tel td{
	padding:0 15px;
	padding-top:10px;
}

.contact_tel td img{
	display:block;
	float:left;
	position:relative;
	top:-5px;
	margin-right:5px;
}

.contact_tel p{
	display:block;
	padding: 5px 0;
}

.contact_tel_titile{
	border-right:1px solid #000;
}

.privacy_text{
	margin-top:50px;
	font-size:0.813em;
	line-height:26px;
}

.form_select{
	font-size:0.875em;
	border-collapse: collapse;
	margin:50px 0;	
}

.form_select a{
	color:#000;
}

.form_select td{
	padding:10px;
	
}

.entry_titile{
	float:left;
}

.form_entry .en{
	float:right;	
}

.complete_text{
	font-size:0.813em;
	line-height:26px;
	text-align:center;
	margin:50px 0;
}

.complete .more{
	margin-bottom:50px;
}


.confirm_back{
	width:161px;
	height:40px;
	background:url(../img/contact/back.jpg);
	border:none;
}

.confirm_back:hover{
	opacity:0.8;
}


.confirm_back2{
	width:161px;
	height:40px;
	background:url(../img/contact/back2.jpg);
	border:none;
}

.confirm_back2:hover{
	opacity:0.8;
}

.contact_confirm{
	line-height:26px;
	font-size:0.813em;
}

.contact_confirm .form_title_line{
	margin-bottom:30px;
}

.confirm{
	margin:50px 0;
}

.error_messe{
	color:#C06;
}

.contact_confirm .formTable{
	width:500px;
	margin:0 auto 50px;
	border-collapse: collapse;
}

.contact_confirm .formTable td{
	border:1px solid #a0a0a0;
	padding:10px;
}

.contact_confirm .formTable th{
	border:1px solid #a0a0a0;
	padding:10px;
}


/* itemページ
-----------------------------------------*/

.item_title{
	margin-top:80px;
}

.item_title img{
	clear:both;
	display:block;
}

.brand_logo{
	margin-bottom:35px;
}

.item_slider{
	margin:65px 0 ;
}

.item_spec{
	overflow:hidden;
	margin:65px 0;
	background:#f8f8f8;
}

.item_spec li{
	float:left;
}


.item_spec table{
	border-collapse: collapse;
	width:503px;
	font-size:0.813em;
	line-height:24px;
}

.item_spec table th{
	width:60px;
	font-weight:normal;
	text-align:left;
}

.item_spec_text{
	margin:30px 30px;
}

.item_spec_text img{
	display:block;
	margin:0;
	padding:0;
}

.item_spec_text .en{
	width:503px;
	display:inline-block;
	margin-top:25px;
}

.item_caption_text{
	margin-top:30px;
}

.item_page_link{
	width:1000px;
	padding-bottom:20px;
	margin-bottom:70px;
	border-bottom:1px solid #dadada;
	text-align:center;
	font-family:"游明朝" ,"Roboto Slab" , Garamond , "Times New Roman" ,  "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
}

.item_page_link a{
	color:#595858;
}

.item_page_link a:hover{
	color:#000;
}

.item_titile{
	text-align:center;
	margin-bottom:45px;
}

.item_inner{
	padding:60px 0;
	max-width:1000px;
	width: 100%;
	margin: 0 auto 60px;
	overflow:hidden;
	border-bottom:1px solid #dadada;
}

.item_inner2{
	padding:0 0 60px;
	margin-bottom:60px;
	width:1000px;
	overflow:hidden;
	border-bottom:1px solid #dadada;
}

.item_about_left{
	width: 47%;
	float:left;
}


.item_about_left img{
	display:block;
}


.item_about_right{
	width: 46%;
	float:right;
	font-size:0.813em;
}

.item_about_right li{
	margin-bottom:30px;
	line-height:22px;
}


.item_history_left{
	width: 60%;
	display:block;
	font-size:0.813em;
	line-height:24px;
	float:left;
}

.item_history_right{
	width: 37%;
	display:block;
	float: right;
}

.item_color_contents{
	overflow:hidden;
	margin-bottom:-50px;
}

.item_color_contents li{
	width:250px;
	float:left;
	display:block;
	margin-bottom:50px;
	ont-size:0.813em;
	line-height:24px;
}


.item_color_contents li img{
	width:250px;
	margin-bottom:25px;
}

.item_color_contents li p{
	font-size:0.813em;
	text-align:center;
}

.item_gallery_contents{
	overflow:hidden;
	margin-right:-20px;
}

.item_gallery_contents li{
	width: 240px;
	height: 240px;
	overflow: hidden;
	background:#000;
	float:left;
	margin:0 15px 15px 0;
	display:block;
	
}

.item_gallery_contents li img{
	height:250px;
}

.pdf_text{
	font-size:0.813em;
	line-height:24px;
	margin:35px 0;
}

.catalog_button:hover{
	opacity:0.9;
}

item_relation .item_inner2{
	border:none;
}

.item_relation_contents{
	overflow:hidden;
	margin-right:-20px;
}

.item_relation_contents li{
	float:left;
	width:490px;
	height:240px;
	margin-right:20px;
	
}

.item_relation_contents li img{
	display:block;
}

/* ブランドページ
-----------------------------------------*/

.bland_logo{
	width:100%;
	text-align:center;
	position:relative;
	top:-425px;
	z-index:9999;
	margin-bottom:-400px;
}


.bland_logo img {
	width: 100%;
}

.stamp_about{
	overflow:hidden;
}

.stamp_about_left{
	float:left;
	display:block;
	margin:0 30px 0 0;
}


.stamp_about_text{
	font-size:0.813em;
	line-height:24px;
	margin:20px 0;
}

.stamp_about_official{
	float:left;
	margin-right:10px;
}

.stamp_about_button{
	display:inline-block;
	border:2px solid #eaeaea;
	padding:16px 65px 14px;
	margin-top:15px;
	color:#000;
}

.stamp_about_button:hover{
	background:#eaeaea;
}

.stamp_about_button img{
	margin-right:5px;
}

.stamp_tamtam{
	position:relative;
	top:-20px;
	background:#f6f4f1;
	padding:80px 30px;
	overflow:hidden;
	z-index:-1;
}

.stamp_tamtam_top{
	margin-bottom:65px;
}

.stamp_tamtam_left{
	float:left;
	width:579px;
	margin-right:20px;
}

.stamp_tamtam_text{
	font-size:0.813em;
	line-height:24px;
	margin-top:20px;
}

.stamp_tamtam_bottom{
	margin-bottom:65px;
}

.stamp_tamtam_bottom img{
	float:left;
	margin-right:30px;
}

.tamtam_real{
	overflow:hidden;
}

.tamtam_real_left{
	float:left;
	width:400px;
}

.tamtam_real_right{
	float:right;
}

.tamtam_real_text{
	font-size:0.813em;
	line-height:24px;
	margin-bottom:30px;
}	

.lineup ul{
	margin-top:40px;
	overflow:hidden;
	margin-right:-20px;
}

.lineup ul li{
	background:#f8f8f8;
	width:320px;
	padding-bottom:20px;
	float:left;
	margin-right:20px;
}

.lineup_logo{
	margin:30px 0;
}

.lineup_inner{
	padding:0 15px;
}

.lineup_text{
	font-size:0.813em;
	line-height:24px;
	margin-bottom:15px;
}


/* 取り扱い店舗
-----------------------------------------*/

.store_logo{
	width:1000px;
	text-align:center;
	margin:50px 0 30px;
}

.store_table{
	width:800px;
	margin:0 auto;
	text-align:left;
	border-collapse: collapse;
	font-size:0.813em;
	line-height:24px;	
}

.store_table th{
	padding:10px 15px;
}

.store_table td{
	padding:8px 15px;
	background:#f3f3f3;
	color:#236279;
}

.store_table td a{
	color:#236279;	
}

.store_table td a:hover{
	text-decoration:underline;	
}

/* 会社概要
-----------------------------------------*/


.profile_table{
	overflow:hidden;
}

.profile_jp{
	width:490px;
	border-collapse: collapse;
	font-size:0.813em;
	line-height:24px;
	float:left;
}

.profile_jp td{
	padding:10px;
	border-bottom:1px solid #dadada;
}


.profile_table{
	overflow:hidden;
}

.profile_en{
	width:490px;
	border-collapse: collapse;
	font-size:0.750em;
	line-height:24px;
	float:right;
	color:#848484;
}

.profile_en td{
	padding:10px;
	border-bottom:1px solid #dadada;
}

.access_map{
	width:1000px;
	text-align:center;
	padding:25px 0 15px;
	background:#bcbcbc;
	margin-top:50px;
}


/* 
 レスポンシブここから
 */
/* --------------------------------------------------
  iPad幅1024px以下のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (max-width: 1024px) {
	/* メニューアイコン */
	.head_global{
		display: none;
	}
	
	.hamburger {
		display: block;
		width: 17px;
		padding-right: 50px;
	}

	/* NEWS */
	#news ul li {
		width: 75%;
		margin: 0 auto;
		padding: 0 2%;
	}

	/* BRAND & ITEM
取り扱い & アイテム */
    .brand-left {
		width: 98%;
	}
    .brand-right {
		width: 98%;
	}
	.brand-left-image {
		width: 40%;
		margin: 0 auto;
	}
	.brand-left-text {
		width: 60%;
		margin: 0 auto;
	}
	.brand-left-text-en {
		font-size: 12px;
		color: #858585;
		padding-top: 15px;
	}
	.brand-right {
		width: 75%;
		margin: 30px auto 0;
	}
	

	/* お問い合わせ */
	.contact-box {
		width: 70%;
	}
	.contact_contents_m50{
		width: 40%;
		padding-bottom: 30px;
	}

}
@media screen and (max-width: 768px) {
	.globalMenuSp {
		width: 100% !important;
	}
	/* お問い合わせ */
	.contact_contents_m50{
		width: 100%;
		padding-bottom: 50px;
	}

	
	.item_history_left{
		width: 90%;
		float: none;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
	.item_history_right{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (max-width: 468px) {
	/* お知らせ */
	#news ul li {
		width: 100%;
	}
	.news_contents img{
		height: auto;
		object-fit: cover;
	}
	/* BRAND & ITEM
	取り扱い & アイテム */
	.brand-left-image {
		width: 80%;
		margin: 0 auto;
	}
	.brand-left-text {
		width: 90%;
		margin: 0 auto;
	}
	.brand-right {
		width: 95%;
		margin: 30px auto 0;
	}
	

}