@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
/* ================================================== *
 *
 *    RESET
 *
 * ================================================== */
.gamen_note1{
	font-size:85%;width:700px;float:left;}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
	display: block;
}
video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
p, blockquote, dl, dd, figure {
  margin: 0;
}
hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}
pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}
ol, ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
strong, b {
  font-weight: bold;
}
small {
  font-size: 0.83em;
}
q {
  quotes: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
code, samp, kbd {
  font-family: monospace, sans-serif;
}
mark {
  color: black;
  background-color: yellow;
}
sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
br {
  *letter-spacing: 0;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  padding: 0;
  text-align: left;
}
th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
legend {
  border: 0;
  *margin-left: -7px;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}
input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
select {
  line-height: normal;
}
textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body {
  width: 100%;
  text-align: left;
  line-height: 1.7;
  color: #000000;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
a {
	outline: none;
	color: #000000;
	opacity: 1;
	transition: 0.2s;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img:not(.is-mainimg) {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#eventInfoIcons img {
  width: auto;
}

/* ================================================== *
 *
 *    UTILITY CLASS
 *
 * ================================================== */
/* -------------------------------------------------- *
 *    clear
 * -------------------------------------------------- */
.u-clear_b {clear: both;}
.u-clear_r {clear: right;}
.u-clear_l {clear: left;}

/* clearfix */
.u-clear:before,
.u-clear:after {
	content: " ";
	display: table;
}
.u-clear:after {
	clear: both;
}
.clearfix:after{
  content: '';
  display: block;
  clear: both;
}

/* --------------------------------------------------- *
 *    float
 * --------------------------------------------------- */
.u-float_r {
	display: block;
	float: right;
}
.u-float_l {
	display: block;
	float: left;
}

/* --------------------------------------------------- *
 *    text align
 * --------------------------------------------------- */
.u-align_c {
	text-align: center !important;
}
.u-align_r {
	text-align: right !important;
}
.u-align_l {
	text-align: left !important;
}

/* --------------------------------------------------- *
 *    font weight
 * --------------------------------------------------- */
.u-bold {
	font-weight: bold !important;
}

/* --------------------------------------------------- *
 *    font family
 * --------------------------------------------------- */
.u-alphabet {
	font-family: Arial, sans-serif !important;
}

/* --------------------------------------------------- *
 *    font size
 * --------------------------------------------------- */
.u-size_11 {font-size: 11px !important;}
.u-size_12 {font-size: 12px !important;}
.u-size_13 {font-size: 13px !important;}
.u-size_14 {font-size: 14px !important;}
.u-size_15 {font-size: 15px !important;}
.u-size_16 {font-size: 16px !important;}
.u-size_17 {font-size: 17px !important;}
.u-size_18 {font-size: 18px !important;}
.u-size_19 {font-size: 19px !important;}
.u-size_20 {font-size: 20px !important;}
.u-size_21 {font-size: 21px !important;}
.u-size_22 {font-size: 22px !important;}

/* --------------------------------------------------- *
 *    margin
 * --------------------------------------------------- */
.u-mt_0 {margin-top: 0 !important;}
.u-mt_5 {margin-top: 5px !important;}
.u-mt_10 {margin-top: 10px !important;}
.u-mt_15 {margin-top: 15px !important;}
.u-mt_20 {margin-top: 20px !important;}
.u-mt_25 {margin-top: 25px !important;}
.u-mt_30 {margin-top: 30px !important;}
.u-mt_35 {margin-top: 35px !important;}
.u-mt_40 {margin-top: 40px !important;}
.u-mt_45 {margin-top: 45px !important;}
.u-mt_50 {margin-top: 50px !important;}
.u-mt_1em {margin-top: 1em !important;}
.u-mt_2em {margin-top: 2em !important;}
.u-mt_3em {margin-top: 3em !important;}
.u-mr_0 {margin-right: 0 !important;}
.u-mr_5 {margin-right: 5px !important;}
.u-mr_9 {margin-right: 9px !important;}
.u-mr_10 {margin-right: 10px !important;}
.u-mr_15 {margin-right: 15px !important;}
.u-mr_18 {margin-right: 18px !important;}
.u-mr_20 {margin-right: 20px !important;}
.u-mr_25 {margin-right: 25px !important;}
.u-mr_30 {margin-right: 30px !important;}
.u-mr_35 {margin-right: 35px !important;}
.u-mr_40 {margin-right: 40px !important;}
.u-mr_50 {margin-right: 50px !important;}
.u-mr_1em {margin-right: 1em !important;}
.u-mr_2em {margin-right: 2em !important;}
.u-mr_3em {margin-right: 3em !important;}
.u-mb_0 {margin-bottom: 0 !important;}
.u-mb_5 {margin-bottom: 5px !important;}
.u-mb_10 {margin-bottom: 10px !important;}
.u-mb_15 {margin-bottom: 15px !important;}
.u-mb_20 {margin-bottom: 20px !important;}
.u-mb_25 {margin-bottom: 25px !important;}
.u-mb_30 {margin-bottom: 30px !important;}
.u-mb_35 {margin-bottom: 35px !important;}
.u-mb_40 {margin-bottom: 40px !important;}
.u-mb_45 {margin-bottom: 45px !important;}
.u-mb_50 {margin-bottom: 50px !important;}
.u-mb_1em {margin-bottom: 1em !important;}
.u-mb_2em {margin-bottom: 2em !important;}
.u-mb_3em {margin-bottom: 3em !important;}
.u-ml_0 {margin-left: 0 !important;}
.u-ml_5 {margin-left: 5px !important;}
.u-ml_10 {margin-left: 10px !important;}
.u-ml_15 {margin-left: 15px !important;}
.u-ml_20 {margin-left: 20px !important;}
.u-ml_25 {margin-left: 25px !important;}
.u-ml_30 {margin-left: 30px !important;}
.u-ml_35 {margin-left: 35px !important;}
.u-ml_40 {margin-left: 40px !important;}
.u-ml_45 {margin-left: 45px !important;}
.u-ml_50 {margin-left: 50px !important;}
.u-ml_1em {margin-left: 1em !important;}
.u-ml_2em {margin-left: 2em !important;}
.u-ml_3em {margin-left: 3em !important;}

/* --------------------------------------------------- *
 *    padding
 * --------------------------------------------------- */
.u-pt_0 {padding-top: 0 !important;}
.u-pt_5 {padding-top: 5px !important;}
.u-pt_10 {padding-top: 10px !important;}
.u-pt_15 {padding-top: 15px !important;}
.u-pt_20 {padding-top: 20px !important;}
.u-pt_25 {padding-top: 25px !important;}
.u-pt_30 {padding-top: 30px !important;}
.u-pt_35 {padding-top: 35px !important;}
.u-pt_40 {padding-top: 40px !important;}
.u-pt_45 {padding-top: 45px !important;}
.u-pt_50 {padding-top: 50px !important;}
.u-pt_1em {padding-top: 1em !important;}
.u-pt_2em {padding-top: 2em !important;}
.u-pt_3em {padding-top: 3em !important;}
.u-pr_0 {padding-right: 0 !important;}
.u-pr_5 {padding-right: 5px !important;}
.u-pr_10 {padding-right: 10px !important;}
.u-pr_15 {padding-right: 15px !important;}
.u-pr_20 {padding-right: 20px !important;}
.u-pr_25 {padding-right: 25px !important;}
.u-pr_30 {padding-right: 30px !important;}
.u-pr_35 {padding-right: 35px !important;}
.u-pr_40 {padding-right: 40px !important;}
.u-pr_45 {padding-right: 45px !important;}
.u-pr_50 {padding-right: 50px !important;}
.u-pr_1em {padding-right: 1em !important;}
.u-pr_2em {padding-right: 2em !important;}
.u-pr_3em {padding-right: 3em !important;}
.u-pb_0 {padding-bottom: 0 !important;}
.u-pb_5 {padding-bottom: 5px !important;}
.u-pb_10 {padding-bottom: 10px !important;}
.u-pb_15 {padding-bottom: 15px !important;}
.u-pb_20 {padding-bottom: 20px !important;}
.u-pb_25 {padding-bottom: 25px !important;}
.u-pb_30 {padding-bottom: 30px !important;}
.u-pb_35 {padding-bottom: 35px !important;}
.u-pb_40 {padding-bottom: 40px !important;}
.u-pb_45 {padding-bottom: 45px !important;}
.u-pb_50 {padding-bottom: 50px !important;}
.u-pb_1em {padding-bottom: 1em !important;}
.u-pb_2em {padding-bottom: 2em !important;}
.u-pb_3em {padding-bottom: 3em !important;}
.u-pl_0 {padding-left: 0 !important;}
.u-pl_5 {padding-left: 5px !important;}
.u-pl_10 {padding-left: 10px !important;}
.u-pl_15 {padding-left: 15px !important;}
.u-pl_20 {padding-left: 20px !important;}
.u-pl_25 {padding-left: 25px !important;}
.u-pl_30 {padding-left: 30px !important;}
.u-pl_35 {padding-left: 35px !important;}
.u-pl_40 {padding-left: 40px !important;}
.u-pl_45 {padding-left: 45px !important;}
.u-pl_50 {padding-left: 50px !important;}
.u-pl_1em {padding-left: 1em !important;}
.u-pl_2em {padding-left: 2em !important;}
.u-pl_3em {padding-left: 3em !important;}

/* --------------------------------------------------- *
 *    margin
 * --------------------------------------------------- */
.u-mt_0 {margin-top: 0 !important;}
.u-mt_5 {margin-top: 5px !important;}
.u-mt_10 {margin-top: 10px !important;}
.u-mt_15 {margin-top: 15px !important;}
.u-mt_20 {margin-top: 20px !important;}
.u-mt_25 {margin-top: 25px !important;}
.u-mt_30 {margin-top: 30px !important;}
.u-mt_35 {margin-top: 35px !important;}
.u-mt_40 {margin-top: 40px !important;}
.u-mt_45 {margin-top: 45px !important;}
.u-mt_50 {margin-top: 50px !important;}
.u-mt_1em {margin-top: 1em !important;}
.u-mt_2em {margin-top: 2em !important;}
.u-mt_3em {margin-top: 3em !important;}
.u-mr_0 {margin-right: 0 !important;}
.u-mr_5 {margin-right: 5px !important;}
.u-mr_9 {margin-right: 9px !important;}
.u-mr_10 {margin-right: 10px !important;}
.u-mr_15 {margin-right: 15px !important;}
.u-mr_18 {margin-right: 18px !important;}
.u-mr_20 {margin-right: 20px !important;}
.u-mr_25 {margin-right: 25px !important;}
.u-mr_30 {margin-right: 30px !important;}
.u-mr_35 {margin-right: 35px !important;}
.u-mr_40 {margin-right: 40px !important;}
.u-mr_50 {margin-right: 50px !important;}
.u-mr_1em {margin-right: 1em !important;}
.u-mr_2em {margin-right: 2em !important;}
.u-mr_3em {margin-right: 3em !important;}
.u-mb_0 {margin-bottom: 0 !important;}
.u-mb_5 {margin-bottom: 5px !important;}
.u-mb_10 {margin-bottom: 10px !important;}
.u-mb_15 {margin-bottom: 15px !important;}
.u-mb_20 {margin-bottom: 20px !important;}
.u-mb_25 {margin-bottom: 25px !important;}
.u-mb_30 {margin-bottom: 30px !important;}
.u-mb_35 {margin-bottom: 35px !important;}
.u-mb_40 {margin-bottom: 40px !important;}
.u-mb_45 {margin-bottom: 45px !important;}
.u-mb_50 {margin-bottom: 50px !important;}
.u-mb_1em {margin-bottom: 1em !important;}
.u-mb_2em {margin-bottom: 2em !important;}
.u-mb_3em {margin-bottom: 3em !important;}
.u-ml_0 {margin-left: 0 !important;}
.u-ml_5 {margin-left: 5px !important;}
.u-ml_10 {margin-left: 10px !important;}
.u-ml_15 {margin-left: 15px !important;}
.u-ml_20 {margin-left: 20px !important;}
.u-ml_25 {margin-left: 25px !important;}
.u-ml_30 {margin-left: 30px !important;}
.u-ml_35 {margin-left: 35px !important;}
.u-ml_40 {margin-left: 40px !important;}
.u-ml_45 {margin-left: 45px !important;}
.u-ml_50 {margin-left: 50px !important;}
.u-ml_1em {margin-left: 1em !important;}
.u-ml_2em {margin-left: 2em !important;}
.u-ml_3em {margin-left: 3em !important;}

/* --------------------------------------------------- *
*    padding
* --------------------------------------------------- */
.u-pt_0 {padding-top: 0 !important;}
.u-pt_5 {padding-top: 5px !important;}
.u-pt_10 {padding-top: 10px !important;}
.u-pt_15 {padding-top: 15px !important;}
.u-pt_20 {padding-top: 20px !important;}
.u-pt_25 {padding-top: 25px !important;}
.u-pt_30 {padding-top: 30px !important;}
.u-pt_35 {padding-top: 35px !important;}
.u-pt_40 {padding-top: 40px !important;}
.u-pt_45 {padding-top: 45px !important;}
.u-pt_50 {padding-top: 50px !important;}
.u-pt_1em {padding-top: 1em !important;}
.u-pt_2em {padding-top: 2em !important;}
.u-pt_3em {padding-top: 3em !important;}
.u-pr_0 {padding-right: 0 !important;}
.u-pr_5 {padding-right: 5px !important;}
.u-pr_10 {padding-right: 10px !important;}
.u-pr_15 {padding-right: 15px !important;}
.u-pr_20 {padding-right: 20px !important;}
.u-pr_25 {padding-right: 25px !important;}
.u-pr_30 {padding-right: 30px !important;}
.u-pr_35 {padding-right: 35px !important;}
.u-pr_40 {padding-right: 40px !important;}
.u-pr_45 {padding-right: 45px !important;}
.u-pr_50 {padding-right: 50px !important;}
.u-pr_1em {padding-right: 1em !important;}
.u-pr_2em {padding-right: 2em !important;}
.u-pr_3em {padding-right: 3em !important;}
.u-pb_0 {padding-bottom: 0 !important;}
.u-pb_5 {padding-bottom: 5px !important;}
.u-pb_10 {padding-bottom: 10px !important;}
.u-pb_15 {padding-bottom: 15px !important;}
.u-pb_20 {padding-bottom: 20px !important;}
.u-pb_25 {padding-bottom: 25px !important;}
.u-pb_30 {padding-bottom: 30px !important;}
.u-pb_35 {padding-bottom: 35px !important;}
.u-pb_40 {padding-bottom: 40px !important;}
.u-pb_45 {padding-bottom: 45px !important;}
.u-pb_50 {padding-bottom: 50px !important;}
.u-pb_1em {padding-bottom: 1em !important;}
.u-pb_2em {padding-bottom: 2em !important;}
.u-pb_3em {padding-bottom: 3em !important;}
.u-pl_0 {padding-left: 0 !important;}
.u-pl_5 {padding-left: 5px !important;}
.u-pl_10 {padding-left: 10px !important;}
.u-pl_15 {padding-left: 15px !important;}
.u-pl_20 {padding-left: 20px !important;}
.u-pl_25 {padding-left: 25px !important;}
.u-pl_30 {padding-left: 30px !important;}
.u-pl_35 {padding-left: 35px !important;}
.u-pl_40 {padding-left: 40px !important;}
.u-pl_45 {padding-left: 45px !important;}
.u-pl_50 {padding-left: 50px !important;}
.u-pl_1em {padding-left: 1em !important;}
.u-pl_2em {padding-left: 2em !important;}
.u-pl_3em {padding-left: 3em !important;}

.is-ie,
.ie .not-ie {
  display: none;
}
.ie .is-ie {
  display: block;
}

/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */
#wrapper {
	width: 100%;
}
@media only screen and (max-width: 767px) {
.pcVer {
	display: none;
}
}
@media print, screen and (min-width: 768px) {
.spVer {
	display: none;
}
html {
	background: :#FFFFFF;/* #f5f5f5; */
}
.articleContents {
	min-width: 960px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.common_contents__width{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.contentsIn,
#global__pagetitle,
#global__function,
#global__keyvisual,
#global__tabnavigation {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* リキッドレイアウト */
.liquidLayout .articleContents {
	max-width: 100%;
	width: 100%;
	border-left: none;
	border-right: none;
	box-shadow: none;
}
}

/* --------------------------------------------------- *
 *    header
 * --------------------------------------------------- */
#global__header {
	width: 100%;
	border-bottom: #c8c7b8 2px solid;
}
#global__header a {
	text-decoration: none;
	opacity: 1;
	transition: 0.2s;
}
#global__header--header {
	display: table;
	background: rgba(255,255,255,0.7);
}
/* 会員サイト */
#global__header--member > ul > li > a {
	color: #e6000d;
	display: block;
}
#global__header--member > ul > li:first-child a {
}
/* 製品Title */
#global__pagetitle {
	text-align: center;
	position: relative;
}
/* 検索 */
#global__pagetitle--search_btn {
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0.86rem;
	text-align: center;
	color: #716f63;
	border: #b3b2a4 1px solid;
	border-radius: 3px;
	position: absolute;
	z-index: 1;
}

#global__pagetitle--search_form input,
#global__pagetitle--search_form button,
#global__pagetitle--search_form textarea,
#global__pagetitle--search_form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#global__pagetitle--search_form {
	border: #b3b2a4 1px solid;
	border-radius: 3px;
	line-height: 1;
	box-sizing: border-box;
	z-index: 10;
	padding-left: 2px;
	letter-spacing: -0.4em;
	text-align: right;
}

#global__pagetitle--search_form > form > span > input[type="search"] {
	border: #b3b2a4 1px solid;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	color: #000 !important;
}
#global__pagetitle--search_form > form > span > #search_btn {
	display: inline-block;
	letter-spacing: normal;
	border: 0;
	overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.86rem;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-color: #fff;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	border: #fff 1px solid;
	padding: 2px 10px 5px 10px;
}
/* MENU */
#global__function--localmenu {
	color: #716f63;
	text-align: left;
	position: relative;
}
#global__function--localmenu #localmenu_btn {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
#global__function--localmenu #localmenu_btn:after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 3px solid #9d9d8f;
	border-right: 3px solid #9d9d8f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
}
#global__function--localmenu #localmenu_btn.active:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#global__function--localmenu_menu {
	position: absolute;
	left: 0;
	background: #eeeddf;
	z-index: 100;
}
#global__function--localmenu_menu > li {
	padding: 0 15px;
	border-bottom: #c8c7b8 1px solid;
}
#global__function--localmenu_menu > li:last-child {
	border-bottom: none;
}
#global__function--localmenu_menu > li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 5px 0;
}
#global__function--localmenu_menu > li a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #9d9d8f;
	border-right: 3px solid #9d9d8f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 10px;
}

/* SP */
@media only screen and (max-width: 767px) {
#global__header {
	width: 100%;
	box-sizing: border-box;
}
#global__header--header {
	width: 100%;
	height: 55px;
	overflow: hidden;
}
#global__header--navbtn,
#global__header--title_logo,
#global__header--member {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
/* ナビbtn */
#global__header--navbtn {
	width: 55px;
	text-align: left;
	padding-left: 10px;
}
#global__header--navbtn_spMenu {
	cursor: pointer;
}
#global__header--navbtn_spMenu img {
	width: 22px;
	height: auto;
}
/* ロゴ */
#global__header--title_logo {
	text-align: center;
}
#global__header--title_logo-logo img {
	width: 96px;
	height: auto;
}
/* 会員サイト */
#global__header--member {
	width: 55px;
	text-align: right;
	font-size: 0.71rem;
}
#global__header--member > ul {
	letter-spacing: -0.4em;
	text-align: right;
}
#global__header--member > ul > li {
	letter-spacing: normal;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 55px;
	padding-top: 10px;
}
.global__header--member_login > ul > li:first-child {
	display: none !important;
}
#global__header--member > ul > li i {
	display: block;
}
#global__header--member > ul > li i img {
	width: 22px;
	height: auto;
}
#global__header--nav_menu .menu {
	display: none !important;
}
#global__header--nav {
	width: 100%;
	background: rgba(82,70,70,0.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#global__header--nav .btnClose {
	padding: 1.6% 3.3%;
	height: 40px;
	box-sizing: border-box;
}
#global__header--nav .btnClose img {
	max-width: 20px;
	width: 6.7%;
}
#global__header--nav_menu {
	border-top: #eeeddf 1px solid;
	height: 100%;
}
#global__header--nav_menu > li {
	border-bottom: #eeeddf 1px solid;
}
#global__header--nav_menu > li a {
	display: block;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.14rem;
}
#global__header--nav_menu > li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	padding-right: 5px;
	margin-left: 5px;
}
/* 製品Title */
#global__pagetitle {
	width: 100%;
	height: 40px;
	display: table;
	box-sizing: border-box;
	text-align: left;
	padding-left: 3.3%;
	padding-right: 15%;
}
#global__pagetitle--title {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.14rem;
	line-height: 1.2;
	font-weight: normal;
}
#global__pagetitle--title img {
	height: 40px;
	width: auto;
}
/* 検索 */
#global__pagetitle--searchPc {
	display: none;
}
#global__pagetitle--search #global__pagetitle--search_btn {
    width: 34px;
    height: 34px;
    right: 10px;
    top: 3px;
	background-color:#666;
}
#global__pagetitle--search #global__pagetitle--search_btn > input[type="button"] {
	border: 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-color: #fff;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-size: 45% auto;
	background-position: center 3px;
	padding-top: 16px;
    font-size: 0.71rem;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	margin:0;
	padding:16px 0 0 0;

	-webkit-appearance: none
}
#global__pagetitle--search #global__pagetitle--search_form {
	width: 100%;
	height: 62px;
	padding: 3.3%;
	border: none;
	border-radius: 0;
	text-align: left;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	display: none;
}
#global__pagetitle--search #global__pagetitle--search_form form {
	display: table;
	width: 100%;
}
#global__pagetitle--search #global__pagetitle--search_form form span {
	display: table-cell;
	vertical-align: top;
}
#global__pagetitle--search #global__pagetitle--search_form form span:first-child input {
	width: 100%;
	box-sizing: border-box;
}
#global__pagetitle--search #global__pagetitle--search_form form span:nth-child(2) {
	width: 40px;
}
#global__pagetitle--search #global__pagetitle--search_form > form > span > #search_btn {
	background: #716f63;
	border: #716f63 1px solid;
	height: 27px;
	color: #fff;
}
#global__function.search {
	padding-top: 62px;
}
#global__pagetitle--search_form > form > span > input[type="search"] {
	height: 27px;
	font-size: 16px !important;
}
/* MENU */
.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#global__function--localmenu {
	background: #eeeddf;
	height: 40px;
	position: relative;
}
#global__function--localmenu_menu {
	border-top: #fff 2px solid;
	display: none;
}
#global__function--localmenu_menu:before {
	content: '';
	display: block;
	width: 118px;
	height: 2px;
	background: #eeeddf;
	position: absolute;
	left: 0;
	top: -2px;
}
#global__function--localmenu #localmenu_btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 3.3%;
	border-right: #fff 2px solid;
}
#global__function--localmenu #localmenu_btn:after {
	right: 15px;
	top: 8px;
}
#global__function--localmenu #localmenu_btn.active:after {
	right: 15px;
	top: 15px;
}
#global__function--localmenu_menu > li a {
	padding: 5px 25px 5px 0;
}
/* パンくず */
#global__function--breadcrumb {
	display: none;
}
/* リキッドレイアウト */
.liquidLayout #global__search {
	width: 100%;
	position: relative;
}
.liquidLayout #global__pagetitle--search_form {
	background: #fff;
}

}
/* PC */
@media print, screen and (min-width: 768px) {
#global__header--navbtn,
#global__header--nav .btnClose {
	display: none;
}
#global__header {
	width: 100%;
	min-width: 960px;
	height: 72px;
}
#global__header--header {
	width: 100%;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#global__header--title_logo {
	display: table-cell;
	width: 128px;
	padding: 14px 30px;
	vertical-align: top;
}
#global__header--title_logo img {
	height: 44px;
	width: auto;
}
#global__header--nav {
	display: table-cell;
	vertical-align: middle;
}
#global__header--nav > #global__header--nav_menu {
	display: table;
	font-size: 1.07rem;
}
#global__header--nav > #global__header--nav_menu > li {
	display: table-cell !important;
	vertical-align: middle;
	padding: 0 13px;
	height: 72px;
}
#global__header--nav > #global__header--nav_menu > li:first-child {
	padding-left: 0;
}
#global__header--nav > #global__header--nav_menu > li:last-child {
	padding-right: 0;
}
#global__header--nav > #global__header--nav_menu > li > a {
	display: block;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu {
	width: 91.2%;
	max-width: 1090px;
	position: absolute;
	left: 30px;
	top: 62px;
	z-index: 102;
	background: rgba(82,70,70,0.9);
	padding: 25px;
	box-sizing: border-box;
	display: none !important;
}
#global__header--nav > #global__header--nav_menu > li.mddActive > .menu {
	display: block !important;	
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	padding-top: 15px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li {
	display: table-cell;
	width: 25%;
	background-color: #fff;
}
#global__header--nav > #global__header--nav_menu > .products .menu:before,
#global__header--nav > #global__header--nav_menu > .business .menu:before,
#global__header--nav > #global__header--nav_menu > .corporate .menu:before {
	content: '';
	display: block;
	border-right: 10px solid transparent;
	border-bottom: 20px solid rgba(82,70,70,0.9);
	border-left: 10px solid transparent;
	position: absolute;
	left: 200px;
	top: -20px;
}
#global__header--nav > #global__header--nav_menu > .business .menu:before {
	left: 322px;
}
#global__header--nav > #global__header--nav_menu > .corporate .menu:before {
	left: 512px;
}

#global__header--nav > #global__header--nav_menu > li > .menu .listAll {
	padding-left: 30px;
	color: #fff;
	font-size: 1.14rem;
	display: inline-block;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu .listAll:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/shared_common/images/ic_list_all.svg) no-repeat left center;
	background-position: left bottom;
	background-size: 20px 40px;
	position: absolute;
	left: 0;
	top: 5px;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateTop {
	display: inline-block;
	border: #a7a7a2 2px solid;
	font-size: 1.07rem;
	margin-left: 40px;
}
#global__header--nav > #global__header--nav_menu > li.corporate > .menu .cateTop {
	margin-left: 0;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateTop a {
	color: #fff;
	padding: 0 70px 0 15px;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateTop a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global__header--nav > #global__header--nav_menu > li > .menu .announce {
	font-size: 1.07rem;
	display: inline-block;
	float: right;
	overflow: hidden;
}
#global__header--nav > #global__header--nav_menu > li > .menu .announce a,
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu li a {
	color: #fff;
	padding-right: 40px;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu .announce a:after,
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu li a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu {
	float: right;
	overflow: hidden;
	clear: both;
	letter-spacing: -0.4em;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 40px;
}

#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList {
	padding: 10px;
	border-bottom: #c8c7b8 2px solid;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks:last-child,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line:last-child,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList:last-child {
	border-bottom: none;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line {
	color: #716f63;
	font-weight: bold;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt a,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line a {
	display: block;
	position: relative;
	padding-left: 15px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dd a,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList > li a {
	font-size: 0.86rem;
	padding-left: 15px;
	display: block;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dd {
	display: block !important;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dd a:before,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList > li a:before {
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #c8c7b8;
	position: absolute;
	left: 0;
	top: 5px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList.noArrow > li a {
	padding-left: 0;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList.noArrow > li a:before {
	content: none;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt a,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line a {
	display: inline-block;
	padding-left: 0;
	padding-right: 40px;
	margin-bottom: 5px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt a:after,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:first-child .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_01.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:first-child .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_02.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:first-child .menuListLinks:nth-child(3) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_03.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(2) .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_04.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(2) .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_05.jpg) no-repeat right 5px top 5px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(3) .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_06.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(3) .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_07.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(3) .menuListLinks:nth-child(3) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_08.jpg) no-repeat right 5px top 5px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(4) .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_09.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(4) .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_10.jpg) no-repeat right 5px top 10px;
	min-height: 88px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(4) .menuListLinks:nth-child(3) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_11.jpg) no-repeat right 10px top 10px;
	padding-right: 76px;
}
#global__header--nav > #global__header--nav_menu .menu a:hover {
	opacity: 0.5;
	transition: 0.2s;
}
/* 会員サイト */
#global__header--member {
	width: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
/* 会員サイト(ログインあり) */
#global__header--member.global__header--member_login {
	width: 160px !important;
}
#global__header--member > ul {
	display: table;
	width: 100%;
}

#global__header--member > ul > li {
	display: table-cell;
	width: 50%;
	height: 72px;
	vertical-align: middle;
	text-align: center;
}

#global__header--member.global__header--member_login > ul > li {
	border-left: 1px solid #d8dacc;
	font-size: 0.8rem !important;
}

#global__header--member > ul > li > a {
	text-align: center;
}

#global__header--member > ul > li a i {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#global__header--member > ul > li:first-child a i {
	width: 24px;
	padding: 10px 0 2px;
}
#global__header--member > ul > li:last-child a i {
	width: 24px;
	padding: 10px 0 2px;
}
#global__header--member > ul > li:first-child a i img {
	width: 100%;
	height: auto;
}
#global__header--nav > ul > li > a:hover span,
#global__header--member > ul > li > a:hover {
	opacity: 0.5;
	transition: 0.2s;
}
/* 製品title */
#global__pagetitle {
	height: 56px;
}
#global__pagetitle--title {
	height: 56px;
	line-height: 56px;
	font-size: 1.43rem;
	font-weight: normal;
}
#global__pagetitle--title img {
	vertical-align: bottom;
}
/* 検索 */
#global__pagetitle--search {
	display: none;
}
#global__pagetitle--searchPc {
	position: absolute;
	right: 15px;
	top: 5px;
	height: 48px;
}
#global__pagetitle--searchPc #global__pagetitle--search_btn {
	border-radius: 3px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#global__pagetitle--searchPc #global__pagetitle--search_btn > input[type="button"] {
	border: 0;
	width: 48px;
	height: 46px;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 25px;
	font-size: 0.86rem;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-color: #fff;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	background-size: 20px 20px;
}
#global__pagetitle--searchPc #global__pagetitle--search_form {
	display: block;
	width: 260px;
	height: 48px;
	border: #b3b2a4 1px solid;
	border-radius: 3px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
}
#global__pagetitle--searchPc .active #global__pagetitle--search_form {
	display: block !important;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form {
	letter-spacing: -0.4em;
	text-align: right;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span:first-child {
	margin-right: 3px;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span > input[type="search"] {
	width: 186px;
	height: 22px;
	color: #000 !important;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span > #search_btn {
	border: 0;
	width: 48px;
	height: 46px;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 25px;
	font-size: 0.86rem;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	background-size: 20px 20px;
}
#global__pagetitle--searchPc #global__pagetitle--search_btn:hover,
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span > #search_btn:hover {
	cursor: pointer;
	opacity: 0.5;
}

/* 機能ヘッダー */
#global__function {
	display: table;
	width: 100%;
	height: 36px;
	background: #eeeddf;
	box-sizing: border-box;
}
/* MENU */
#global__function--localmenu {
	display: table-cell;
	width: 110px;
	border-right: #c8c7b8 1px solid;
	position: relative;
}
#global__function--localmenu #localmenu_btn {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
}
#global__function--localmenu #localmenu_btn:after {
	right: 15px;
	top: 5px;
}
#global__function--localmenu #localmenu_btn.active:after {
	top: 12px;
}
#global__function--localmenu #localmenu_btn:hover {
	opacity: 0.5;
	transition: 0.2s;
}
/* パンくず */
#global__function--breadcrumb {
	letter-spacing: -0.4em;
	padding: 0 15px;
}
#global__function--breadcrumb > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 0.86rem;
	background: url(/shared_common/images/ic_separator.svg) no-repeat 5px 6px;
	padding: 2px 0 0 20px;
}
#global__function--breadcrumb > li a {
	text-decoration: none;
}
#global__function--breadcrumb > li:first-child {
	background: none;
}
#global__function--localmenu_menu {
	width: 220px;
	top: 36px;
	display: none;
}
#global__function--breadcrumb > li a:hover {
	opacity: 0.5;
	transition: 0.2s;
}
/* リキッドレイアウト */
.liquidLayout #global__header--header {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.liquidLayout #global__search {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.liquidLayout #global__pagetitle--search_form {
	background: #fff;
}
}

/* --------------------------------------------------- *
 *    footer
 * --------------------------------------------------- */
/* このページのTOPへ */
.pagetop {
	text-align: right;
	margin: 2em 0;
	padding-right: 15px;
	box-sizing: border-box;
	font-weight: 400;
}
.pagetop a {
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}
.pagetop a:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #9d9d8f;
	border-right: 3px solid #9d9d8f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 8px;
}

.pagetop-sub {
	text-align: right;
	margin: 1em 0;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 12px;
}
.pagetop-sub a {
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}
.pagetop-sub a:before {
	content: '';
	width: 12px;
	height: 12px;
	background: url("/business/images_global/linkage_arrow_up.png") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 3px;
}


#global__footer {
	width: 100%;
	color: #fff;
}
#global__footer a {
	color: #fff;
	text-decoration: none;
}
#global__footer .bnrlist1_li a {
	background: #fff;
}
#global__footer--common {
	background: #403d33;
}
#global__footer #global__footer--common .lnikList {
	letter-spacing: -0.4em;
	margin-bottom: 2em;
}
#global__footer #global__footer--common .lnikList li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

/* SP */
@media only screen and (max-width: 767px) {
	/* このページのTOPへ */
	.pagetop {
		margin: 0;
		padding: 2em 3.3% 2em 0;
	}
	#global__footer #global__footer--product,
	#global__footer #global__footer--category {
		display: none;
	}
	#global__footer #global__footer--common {
		width: 100%;
		padding-bottom: 20px;
	}
	#global__footer #global__footer--common .lnikList {
		text-align: center;
	}
	#global__footer #global__footer--common .lnikList li {
		margin-right: 15px;
	}
	#global__footer .footer_copyright {
		text-align: center;
	}
	#global__footer a:hover {
		text-decoration: underline;
	}
}
/* PC */
@media print, screen and (min-width: 768px) {
	#global__footer {
		width: 100%;
	}
	#global__footer--product,
	#global__footer--category,
	#global__footer--common {
		width: 100%;
	}
	#global__footer--product {
		background: #716f63;
	}
	#global__footer--category {
		background: #59574b;
	}
	#global__footer--common {
		padding-bottom: 20px;
	}
	#global__footer--product > div > ul,
	#global__footer--category > div > ul,
	#global__footer--category > div > div > ul,
	#global__footer--common > div > ul {
		width: 100%;
		padding: 20px 65px 0;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
	}
	#global__footer--product .f_3col > li,
	#global__footer--category .f_3col > li {
		width: 31.2%;
		float: left;
		margin-left: 3.2%;
	}
	#global__footer--product .f_3col > li:first-child,
	#global__footer--category .f_3col > li:first-child {
		margin-left: 0;
	}
	#global__footer .f_3col ul,
	#global__footer .f_4col ul{
		margin-bottom: 2em;
	}
	#global__footer .cateList dt {
		border-bottom: #fff 1px dashed;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#global__footer--common .footer_copyright {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 65px;
		box-sizing: border-box;
		float: none;
	}
	#global__footer a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}
	#global__footer--product .f_3col > li .cap,
	#global__footer--category .f_3col > li .cap {
		margin-top: 0.5em;
		color: #fff;
		font-size: 0.7rem;
		line-height: 1.2;
	}
	/* リキッドレイアウト */
	.liquidLayout .pagetop,
	.liquidLayout #global__footer--category > ul,
	.liquidLayout #global__footer--common > ul,
	.liquidLayout #global__footer--common .footer_copyright {
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------------------------------------------- *
 *    tabnavigation
 * --------------------------------------------------- */
#global__tabnavigation--wrap {
	width: 100%;
	height: 90px;
	background: #b3b2a4;
	border-bottom: #716f63 15px solid;
	box-sizing: border-box;
}
#global__tabnavigation {
	width: 100%;
	height: 75px;
	margin:  0 auto;
	display: table;
}
#global__tabnavigation > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #b3b2a4;
	border-left: #fff 2px solid;
	cursor: pointer;
	font-size: 1.5rem;
}
#global__tabnavigation > li:first-child {
	border-left: none;
}
#global__tabnavigation > li.active {
	background-color: #716f63;
}
#global__tabnavigation.division03 > li {
	width: 33.3%;
}

/* SP */
/* キーフレームを作成 */
@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}

@media only screen and (max-width: 767px) {
#global__tabnavigation--wrap {
	width: 100%;
	height: 85px;
	background: #b3b2a4;
	border-bottom: #716f63 15px solid;
	box-sizing: border-box;
}
#global__tabnavigation {
	height: 70px;
	display: block;
	width: 100%;
}
#global__tabnavigation > li {
	float: left;
	height: 70px;
	box-sizing: border-box;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 70px;
}
/* global__tabnavigation Scroll */
#global__tabnavigation.scrolled {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-animation: fadein 0.7s;
}

/* contents */
#global__tabnavigation + div {
	background: #eeeddf;
}
}
/* PC */
@media print, screen and (min-width: 768px) {
#global__tabnavigation > li {
	font-size: 1.55rem;
}
#global__tabnavigation > li:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#global__tabnavigation > li:before {
	content: '';
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
}
#global__tabnavigation > li:not(.active):hover {
	opacity: 0.5;
	transition: 0.2s;
}
/* contents */
#global__tabnavigation + div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}


/* --------------------------------------------------- *
 *    global__keyvisual
 * --------------------------------------------------- */
.bx-controls .bx-controls-direction .bx-prev {
	display: block;
	background-image: url(/shared_common/images/btn_prev.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
	filter: drop-shadow(1px 1px 3px #000);
	opacity: 0.5;
}
.bx-controls .bx-controls-direction .bx-next {
	display: block;
	background-image: url(/shared_common/images/btn_next.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
	filter: drop-shadow(1px 1px 3px #000);
	opacity: 0.5;
}

.bx-wrapper .bx-pager {
	width: 100%;
	height: 16px;
	padding-top: 0;
	position: absolute;
	left: 0;
	z-index: 10;
}

/* SP */
@media only screen and (max-width: 767px) {
#global__keyvisual--slider .slide3divisions_2,
#global__keyvisual--slider .slide3divisions_3 {
	display: none;
}
#global__keyvisual--slider li .slideWrap{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#global__keyvisual--slider li .slideWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: auto !important;
  object-fit: cover;
}
.bx-controls .bx-controls-direction .bx-prev,
.bx-controls .bx-controls-direction .bx-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-size: 40px 40px;
}
.bx-controls .bx-controls-direction .bx-prev {
	left: 0;
}
.bx-controls .bx-controls-direction .bx-next {
	right: 0;
}
.bx-wrapper .bx-pager {
	bottom: 16px;
}

#global__keyvisual--slider_fixedSp #global__keyvisual--slider_fixed li,
#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed li {
	text-align: center;
}

#global__keyvisual--slider_fixedSp #global__keyvisual--slider_fixed li{
	margin-bottom: 20px;
}

#global__keyvisual--slider_fixedSp #global__keyvisual--slider_fixed li p.sps {
	display: none;
}

#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed li p.spp {
	display: none;
}

#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed.np {
	display: none;
}

#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed.disaster {
	display: block !important;
}

#global__keyvisual #global__keyvisual--slider_fixed {
	display: none;
}

}
/* PC */
@media print, screen and (min-width: 768px) {
#global__keyvisual {
	overflow: hidden;
	line-height: 0;
}
#global__keyvisual--slider img,
#global__keyvisual--still img,
#global__keyvisual--slider_fixed img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom !important;
}
/* 3ペイン */
#global__keyvisual.pane3 #global__keyvisual--slider,
#global__keyvisual.pane3 #global__keyvisual--still {
	float: left;
	width: 70%;
	padding-right: 3px;
	box-sizing: border-box;
}
#global__keyvisual.pane3 #global__keyvisual--slider_fixed {
	float: right;
	width: 30%;
	border-left: #fff 4px solid !important;
	box-sizing: border-box;
}
#global__keyvisual.pane3 #global__keyvisual--slider_fixed li {
	border-bottom: none;
}
#global__keyvisual.pane3 #global__keyvisual--slider_fixed li p.sps:first-child,
#global__keyvisual.pane3 #global__keyvisual--slider_fixed li p.spp:first-child {
	margin-bottom: 3px;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.np p.sps{
	display: none !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.np p.spp{
	display: block !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.disaster p.sps{
	display: block !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.disaster p.spp{
	display: none !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.disaster p.spp:first-child{
	display: block !important;
}



#global__keyvisual a {
	display: block;
}
#global__keyvisual a:hover {
	opacity: 0.5;
	transition: 0.2s;
}
.bx-wrapper .bx-pager {
	bottom: 24px;
}
}
@media print{
#global__keyvisual.pane3 {
	width: 960px !important;
	height: 376px !important;
}
#global__keyvisual.pane3 #global__keyvisual--slider li .slideWrap {
	width: 669px !important;
	height: 376px !important;
}
}

/* --------------------------------------------------- *
 *    animation
 * --------------------------------------------------- */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* SP（TOPのみ） */
@media only screen and (max-width: 959px) {
#indexTop.articleContents {
	min-width: 100%;
}
#indexTop #global__header {
	width: 100%;
	min-width: 100%;
	height: auto;
	box-sizing: border-box;
}
#indexTop #global__header--header {
	width: 100%;
	height: 55px;
	overflow: hidden;
}
#indexTop #global__header--navbtn,
#indexTop #global__header--title_logo,
#indexTop #global__header--member {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
/* ナビbtn */
#indexTop #global__header--navbtn {
	width: 55px;
	text-align: left;
	padding-left: 10px;
}
#indexTop #global__header--navbtn_spMenu {
	cursor: pointer;
}
#indexTop #global__header--navbtn_spMenu img {
	width: 22px;
	height: auto;
}
/* ロゴ */
#indexTop #global__header--title_logo {
	width: auto;
	padding: 0;
	text-align: center;
}
#indexTop #global__header--title_logo-logo img {
	width: 96px;
	height: auto;
}
/* 会員サイト */
#indexTop #global__header--member {
	width: 55px;
	text-align: right;
	font-size: 0.71rem;
}
#indexTop #global__header--member > ul {
	letter-spacing: -0.4em;
	text-align: right;
}
#indexTop #global__header--member > ul > li {
	letter-spacing: normal;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 55px;
	height: auto;
	padding-top: 10px;
}
#indexTop .global__header--member_login > ul > li:first-child {
	display: none !important;
}
#indexTop #global__header--member > ul > li i {
	display: block;
}
#indexTop #global__header--member > ul > li:first-child a i {
	width: auto;
	padding: 0;
}
#indexTop #global__header--member > ul > li i img {
	width: 22px;
	height: auto;
}
#indexTop #global__header--nav > #global__header--nav_menu > li.mddActive > .menu {
	display: none !important;
}

#indexTop #global__header--nav {
	width: 100%;
	background: rgba(82,70,70,0.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#indexTop #global__header--nav .btnClose {
	display: block;
	padding: 1.6% 3.3%;
	/*height: 40px;*/
	box-sizing: border-box;
}
#indexTop #global__header--nav .btnClose img {
	max-width: 20px;
	width: 6.7%;
}
#indexTop #global__header--nav_menu {
	display: block !important;
	border-top: #eeeddf 1px solid;
	height: 100%;
}
#indexTop #global__header--nav_menu > li {
	display: block !important;
	height: auto;
	padding: 0;
	border-bottom: #eeeddf 1px solid;
}
#indexTop #global__header--nav_menu > li a {
	display: block;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.14rem;
}
#indexTop #global__header--nav_menu > li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	padding-right: 5px;
	margin-left: 5px;
}
/* 製品Title */
#indexTop #global__pagetitle {
	width: 100%;
	height: 40px;
	display: table;
	box-sizing: border-box;
	text-align: left;
	padding-left: 3.3%;
	padding-right: 15%;
}
#indexTop #global__pagetitle--title {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.14rem;
	line-height: 1.2;
	font-weight: normal;
}
#indexTop #global__pagetitle--title img {
	height: 40px;
	width: auto;
}
/* 検索 */
#indexTop #global__pagetitle--searchPc {
	display: none;
}
#indexTop #global__pagetitle--search #global__pagetitle--search_btn {
    width: 34px;
    height: 34px;
    right: 10px;
    top: 3px;
	background-color:#666;
}
#indexTop #global__pagetitle--search #global__pagetitle--search_btn > input[type="button"] {
	border: 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-color: #fff;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-size: 45% auto;
	background-position: center 3px;
	padding-top: 16px;
    font-size: 0.71rem;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	margin:0;
	padding:16px 0 0 0;

	-webkit-appearance: none
}
#indexTop #global__pagetitle--search #global__pagetitle--search_form {
	width: 100%;
	height: 62px;
	padding: 3.3%;
	border: none;
	border-radius: 0;
	text-align: left;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	display: none;
}
#indexTop #global__pagetitle--search #global__pagetitle--search_form form {
	display: table;
	width: 100%;
}
#indexTop #global__pagetitle--search #global__pagetitle--search_form form span {
	display: table-cell;
	vertical-align: top;
}
#indexTop #global__pagetitle--search #global__pagetitle--search_form form span:first-child input {
	width: 100%;
	box-sizing: border-box;
}
#indexTop #global__pagetitle--search #global__pagetitle--search_form form span:nth-child(2) {
	width: 40px;
}
#indexTop #global__pagetitle--search #global__pagetitle--search_form > form > span > #search_btn {
	background: #716f63;
	border: #716f63 1px solid;
	height: 27px;
	color: #fff;
}
#indexTop #global__function.search {
	padding-top: 62px;
}
#indexTop #global__pagetitle--search_form > form > span > input[type="search"] {
	height: 27px;
	font-size: 16px !important;
}
/* MENU */
#indexTop .scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#indexTop #global__function--localmenu {
	background: #eeeddf;
	height: 40px;
	position: relative;
}
#indexTop #global__function--localmenu_menu {
	border-top: #fff 2px solid;
	display: none;
}
#indexTop #global__function--localmenu_menu:before {
	content: '';
	display: block;
	width: 118px;
	height: 2px;
	background: #eeeddf;
	position: absolute;
	left: 0;
	top: -2px;
}
#indexTop #global__function--localmenu #localmenu_btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 3.3%;
	border-right: #fff 2px solid;
}
#indexTop #global__function--localmenu #localmenu_btn:after {
	right: 15px;
	top: 8px;
}
#indexTop #global__function--localmenu #localmenu_btn.active:after {
	right: 15px;
	top: 15px;
}
#indexTop #global__function--localmenu_menu > li a {
	padding: 5px 25px 5px 0;
}
/* パンくず */
#indexTop #global__function--breadcrumb {
	display: none;
}
/* リキッドレイアウト */
#indexTop .liquidLayout #global__search {
	width: 100%;
	position: relative;
}
#indexTop .liquidLayout #global__pagetitle--search_form {
	background: #fff;
}
}

/* PC（TOPのみ） */
@media only screen and (min-width: 960px) {
#global__header--nav.dis {
	display: table-cell !important;
}
}

/*  */
@media only screen and (min-width: 960px) {
	#global__header--nav.dis {
		display: table-cell !important;
	}
	}

/*20250114_iPhoneで検索窓の入力欄がはみだす修正 */
@media only screen and (max-device-width: 414px){
	input[type="search"],
	textarea{
		max-width: 90%;
	}
}