@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
.br-none br {
  display: none;
}
header#global-header {
  width: 100%;
  height: 120px;
  background-image: url(../../img/common/header-bg.png);
  background-size: 150px;
  box-sizing: border-box;
}
header#global-header div.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 0;
  position: relative;
  box-sizing: border-box;
}
header#global-header div.inner h1.logo {
  width: 400px;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 15px;
}
header#global-header div.inner h1.logo a {
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner h1.logo a:hover {
  opacity: 0.8;
}
header#global-header div.inner h1.logo a img {
  width: 100%;
  height: auto;
}
header#global-header div.inner a.btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner a.btn:hover {
  opacity: 0.8;
}
div#remodal-language ul.list {
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
div#remodal-language ul.list li.item {
  width: 100%;
  margin: 0 0 20px;
  border: 2px solid #ca1724;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#remodal-language ul.list li.item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #ca1724;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  box-sizing: border-box;
}
div#remodal-language ul.list li.item a:hover {
  color: #fff;
  background-color: #ca1724;
}
div#remodal-language ul.list li.active {
  border: none;
  background-color: #aaa;
}
div#remodal-language ul.list li.active span {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
nav#global-nav {
  width: 100%;
  height: 50px;
  background-color: #000;
}
nav#global-nav div.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 0;
  box-sizing: border-box;
}
nav#global-nav div.inner span.menu {
  display: none;
}
nav#global-nav div.inner ul.list {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  /* Android 2~4 */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /* Safari */
  -webkit-box-pack: justify;
  /* Android 2~4 */
  margin: 0;
  padding: 0;
  overflow: hidden;

  display:block \9;
  width:100% \9;
}
nav#global-nav div.inner ul.list li.item {
  height: 50px;
  padding: 15px 0 0;
  font-size: 1.7rem;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;

  width: 14.2% \9;
  float/*\**/: left \9;
  font-size/*\**/: 15px \9;
}
nav#global-nav div.inner ul.list li.item:last-child {
  margin: 0;
}
nav#global-nav div.inner ul.list li.item:hover {
  opacity: 0.8;
  border-bottom: 3px solid #ca1724;
}
nav#global-nav div.inner ul.list li.item a {
  color: #fff;
}
nav#global-nav div.inner ul.list li.active {
  border-bottom: 3px solid #ca1724;
}
nav#global-nav div.inner ul.list li.active span {
  color: #eee;
}
footer#global-footer {
  width: 100%;
  background-color: #a72b2f;
  overflow: hidden;
}
footer#global-footer figure.logo {
  float: left;
  width: 400px;
  margin: 0;
}
footer#global-footer figure.logo img {
  width: 100%;
  height: auto;
}
footer#global-footer ul.footer-menu {
  float: right;
  margin: 0;
  padding: 18px 20px 0 0;
}
footer#global-footer ul.footer-menu li.item {
  display: inline-block;
  margin: 0 0 0 10px;
}
footer#global-footer ul.footer-menu li.item a {
  color: #fff;
}
footer#global-footer ul.footer-menu li.item a:hover {
  text-decoration: underline;
}
p.pan {
  margin: 0 0 20px;
  font-size: 1.5rem;
}
p.pan a {
  color: #000;
  text-decoration: underline;
}
p.pan a:hover {
  color: #ca1724;
}
main#product-view,
main#product-list-view,
main#technology-view,
main#wholesaler-view,
main#contact-view,
main#news-view,
main#concept-view,
main#corporate-view {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
main#product-view div.content-wrapper,
main#product-list-view div.content-wrapper,
main#technology-view div.content-wrapper,
main#wholesaler-view div.content-wrapper,
main#contact-view div.content-wrapper,
main#news-view div.content-wrapper,
main#concept-view div.content-wrapper,
main#corporate-view div.content-wrapper {
  width: 100%;
  overflow: hidden;
}
main#product-view div.content-wrapper section.section,
main#product-list-view div.content-wrapper section.section,
main#technology-view div.content-wrapper section.section,
main#wholesaler-view div.content-wrapper section.section,
main#contact-view div.content-wrapper section.section,
main#news-view div.content-wrapper section.section,
main#concept-view div.content-wrapper section.section,
main#corporate-view div.content-wrapper section.section {
  width: 100%;
  margin: 0 0 20px;
}
main#product-view div.content-wrapper section.section header.header,
main#product-list-view div.content-wrapper section.section header.header,
main#technology-view div.content-wrapper section.section header.header,
main#wholesaler-view div.content-wrapper section.section header.header,
main#contact-view div.content-wrapper section.section header.header,
main#news-view div.content-wrapper section.section header.header,
main#concept-view div.content-wrapper section.section header.header,
main#corporate-view div.content-wrapper section.section header.header {
  margin: 0 0 10px;
  padding: 20px;
  background: -moz-linear-gradient(top, #eee 0%, #fff 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(99%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #fff 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #fff 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #fff 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #fff 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#73000000', GradientType=0);
  /* IE6-9 */
  box-sizing: border-box;
}
main#product-view div.content-wrapper section.section header.header h2.title,
main#product-list-view div.content-wrapper section.section header.header h2.title,
main#technology-view div.content-wrapper section.section header.header h2.title,
main#wholesaler-view div.content-wrapper section.section header.header h2.title,
main#contact-view div.content-wrapper section.section header.header h2.title,
main#news-view div.content-wrapper section.section header.header h2.title,
main#concept-view div.content-wrapper section.section header.header h2.title,
main#corporate-view div.content-wrapper section.section header.header h2.title {
  margin: 0;
  font-size: 2.5rem;
  color: #ca1724;
}
main#product-view div.content-wrapper section.section div.content,
main#product-list-view div.content-wrapper section.section div.content,
main#technology-view div.content-wrapper section.section div.content,
main#wholesaler-view div.content-wrapper section.section div.content,
main#contact-view div.content-wrapper section.section div.content,
main#news-view div.content-wrapper section.section div.content,
main#concept-view div.content-wrapper section.section div.content,
main#corporate-view div.content-wrapper section.section div.content {
  padding: 0 20px;
  box-sizing: border-box;
}
main#product-view div.content-wrapper section.objects header.header,
main#product-list-view div.content-wrapper section.objects header.header,
main#technology-view div.content-wrapper section.objects header.header,
main#wholesaler-view div.content-wrapper section.objects header.header,
main#contact-view div.content-wrapper section.objects header.header,
main#news-view div.content-wrapper section.objects header.header,
main#concept-view div.content-wrapper section.objects header.header,
main#corporate-view div.content-wrapper section.objects header.header {
  margin: 0;
  background: none;
  background-color: #ca1724;
}
main#product-view div.content-wrapper section.objects header.header h2.title,
main#product-list-view div.content-wrapper section.objects header.header h2.title,
main#technology-view div.content-wrapper section.objects header.header h2.title,
main#wholesaler-view div.content-wrapper section.objects header.header h2.title,
main#contact-view div.content-wrapper section.objects header.header h2.title,
main#news-view div.content-wrapper section.objects header.header h2.title,
main#concept-view div.content-wrapper section.objects header.header h2.title,
main#corporate-view div.content-wrapper section.objects header.header h2.title {
  color: #fff;
}
main#product-view div.content-wrapper section.objects div.content,
main#product-list-view div.content-wrapper section.objects div.content,
main#technology-view div.content-wrapper section.objects div.content,
main#wholesaler-view div.content-wrapper section.objects div.content,
main#contact-view div.content-wrapper section.objects div.content,
main#news-view div.content-wrapper section.objects div.content,
main#concept-view div.content-wrapper section.objects div.content,
main#corporate-view div.content-wrapper section.objects div.content {
  padding: 20px;
  background-image: url(../../img/common/header-bg.png);
  background-size: 150px;
  box-sizing: border-box;
}
main#product-view div.content-wrapper section.objects div.content ul.list,
main#product-list-view div.content-wrapper section.objects div.content ul.list,
main#technology-view div.content-wrapper section.objects div.content ul.list,
main#wholesaler-view div.content-wrapper section.objects div.content ul.list,
main#contact-view div.content-wrapper section.objects div.content ul.list,
main#news-view div.content-wrapper section.objects div.content ul.list,
main#concept-view div.content-wrapper section.objects div.content ul.list,
main#corporate-view div.content-wrapper section.objects div.content ul.list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
main#product-view div.content-wrapper section.objects div.content ul.list li.item,
main#product-list-view div.content-wrapper section.objects div.content ul.list li.item,
main#technology-view div.content-wrapper section.objects div.content ul.list li.item,
main#wholesaler-view div.content-wrapper section.objects div.content ul.list li.item,
main#contact-view div.content-wrapper section.objects div.content ul.list li.item,
main#news-view div.content-wrapper section.objects div.content ul.list li.item,
main#concept-view div.content-wrapper section.objects div.content ul.list li.item,
main#corporate-view div.content-wrapper section.objects div.content ul.list li.item {
  float: left;
  width: 9%;
  margin: 0 0 10px;
}
main#product-view div.content-wrapper section.objects div.content ul.list li.item a,
main#product-list-view div.content-wrapper section.objects div.content ul.list li.item a,
main#technology-view div.content-wrapper section.objects div.content ul.list li.item a,
main#wholesaler-view div.content-wrapper section.objects div.content ul.list li.item a,
main#contact-view div.content-wrapper section.objects div.content ul.list li.item a,
main#news-view div.content-wrapper section.objects div.content ul.list li.item a,
main#concept-view div.content-wrapper section.objects div.content ul.list li.item a,
main#corporate-view div.content-wrapper section.objects div.content ul.list li.item a {
  color: #fff;
  font-size: 2.0rem;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#product-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic,
main#product-list-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic,
main#technology-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic,
main#wholesaler-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic,
main#contact-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic,
main#news-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic,
main#concept-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic,
main#corporate-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic {
  width: 100%;
  margin: 0;
}
main#product-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover,
main#product-list-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover,
main#technology-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover,
main#wholesaler-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover,
main#contact-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover,
main#news-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover,
main#concept-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover,
main#corporate-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover {
  opacity: 0.8;
}
main#product-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img,
main#product-list-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img,
main#technology-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img,
main#wholesaler-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img,
main#contact-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img,
main#news-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img,
main#concept-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img,
main#corporate-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img {
  width: 100%;
  height: auto;
}
main#product-view div.content-wrapper section.objects div.content ul.list li.item a h3.title,
main#product-list-view div.content-wrapper section.objects div.content ul.list li.item a h3.title,
main#technology-view div.content-wrapper section.objects div.content ul.list li.item a h3.title,
main#wholesaler-view div.content-wrapper section.objects div.content ul.list li.item a h3.title,
main#contact-view div.content-wrapper section.objects div.content ul.list li.item a h3.title,
main#news-view div.content-wrapper section.objects div.content ul.list li.item a h3.title,
main#concept-view div.content-wrapper section.objects div.content ul.list li.item a h3.title,
main#corporate-view div.content-wrapper section.objects div.content ul.list li.item a h3.title {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
}
