@charset "utf-8";

/* ======================================================
 * home_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Components >>> hero-visual
 * - Components >>> article_list
 * - Components >>> products
 * - Components >>> news
 * - Components >>> ir
 * - Components >>> mnv
 * - Components >>> top-category
 * - Clearfix
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
#footer {
  margin-top: 0;
}
/* ------------------------------------------------------
 * Components >>> top-category
------------------------------------------------------ */
.top-category {
  position: relative;
  width: 100%;
}
.top-category > .block {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
.top-category > .block > *:first-child,
.top-category > .block > section:first-child > *:first-child {
  margin-top: 0 !important;
}
.top-category [data-row-pc]:not([data-row-pc="1"]) > * {
  margin-top: 20px;
  margin-left: 20px;
}
.top-category [data-row-pc="2"] > * { width: calc((100% - 20px) / 2); }
.top-category [data-row-pc="3"] > * { width: calc((100% - 40px) / 3);}
.top-category [data-row-pc="4"] > * { width: calc((100% - 60px) / 4);}
.top-category [data-row-pc="5"] > * { width: calc((100% - 80px) / 5);}
.top-category [data-row-pc="6"] > * { width: calc((100% - 100px) / 6);}

.top-category .category_title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.top-category .category_title + * {
  margin-top: 37px;
}
.top-category .category_title .title_label {
  position: relative;
  color: #333333;
  text-decoration: none;
}
.top-category .category_title a.title_label:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 11px;
  height: 18px;
  margin-left: 17px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* ------------------------------------------------------
 * Components  >>> #hero-visual
------------------------------------------------------ */
#hero-visual .hero-slider .hero-slide {
  position: relative;
}
#hero-visual .hero-slider .hero-slide.t-v02,
#hero-visual .hero-slider .hero-slide.t-v02 .hero-slide_lead {
  color: #fff;
}
#hero-visual .hero-slider .hero-slide > .block {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#hero-visual .hero-slider .hero-slide > .block.type02 {
  height: 100%;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#hero-visual .hero-slider .hero-slide > .block > .hero-slide_detail {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
}
#hero-visual .hero-slider .hero-slide > .block.type02 > .hero-slide_detail {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#hero-visual .hero-slider .hero-slide > .block.type02 > .hero-slide_detail > .hero-slide_detail_wrap {
  width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}
#hero-visual .hero-slider .hero-slide > .block > .hero-slide_detail.type02 {
  width: auto;
  top: auto;
  left: auto;
  bottom: 50px;
  right: 250px;
  padding: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#hero-visual .hero-slider .hero-slide .hero-slide_title {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1;
  font-weight: 500;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title + .hero-slide_title {
  margin-top: 20px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.type02 {
  font-size: 80px;
  font-size: 8.0rem;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.color02 {
  color: #00b0f0;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.color03 {
  color: #000;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.t-catch-v1 {
  margin-left: -37px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_lead {
  margin-top: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 200;
  color: #000;
}
#hero-visual .hero-slider .hero-slide .hero-slide_lead.type02 {
  color: #333;
}
#hero-visual .hero-slider .hero-slide .hero-slide_lead.type03 {
  color: #000;
}
#hero-visual .hero-slider .hero-slide > .block.type02 .hero-slide_lead {
  margin-top: 20px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_image {
  margin-top: 5px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_image.type02 {
  margin-top: 80px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_img {
  text-align: center;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link {
  margin-top: 30px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link > *:first-child {
  margin-top: 0 !important;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button > li > a,
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button-v2 > li > a {
  text-align: center;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button > li > a {
  min-width: 300px;
  border: none;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button > li > a:after {
  background-image: url(/common/img/com_link_ic04.png);
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button-v2 > li > a {
  min-width: 280px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button-v2 > li > a:hover {
  color: #444444;
  background-color: #fff;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button-v2 > li > a:hover:after {
  background-image: url(/common/img/com_link_ic02.png);
}
#hero-visual .hero-slider .slick-dots {
  position: absolute;
  bottom: 27px;
  width: 100%;
  line-height: 1;
}
#hero-visual .hero-slider .slick-dots li,
#hero-visual .hero-slider .slick-dots button {
  outline: none;
  line-height: 10px;
}
/* ------------------------------------------------------
 * Components >>> #article_list
------------------------------------------------------ */
#article_list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
#article_list .news_article + .news_article {
  margin-top: 45px;
}
#article_list .news_article .news_title {
}
#article_list .news_article .news_title a,
#article_list .news_article .news_title .no_link {
  color: #333333;
  font-size: 2.0rem;
  text-decoration: none;
  -webkit-transition: background-color, border-color, color, .2s ease-out 0s;
  transition: background-color, border-color, color, .2s ease-out 0s;
}
#article_list .news_article .news_title a:hover {
  color: #0096e0;
  text-decoration: underline;
}
#article_list .news_article .news_title a.news_txt {
}
#article_list .news_article .news_title a.news_txt:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 7px;
  height: 12px;
  margin-left: 20px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#article_list .news_article .news_title a.news_txt[target="_blank"]:after {
  width: 13px;
  height: 12px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
#article_list .news_article .news_title a.news_txt.a-pdf:after,
#article_list .news_article .news_title a.news_txt[href$=".pdf"]:after,
#article_list .news_article .news_title a.news_txt[href$=".PDF"]:after {
  width: 16px;
  height: 16px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}
#article_list .news_article .news_detail {
  margin-top: 5px;
}
/* ------------------------------------------------------
 * Components >>> #products
------------------------------------------------------ */
#products {
  background: url(/img/index_products_bg01.jpg) no-repeat;
  background-size: cover;
}
#products.top-category > .block {
  padding: 60px 0 55px;
}
#products [data-row-pc]:not([data-row-pc="1"]) > * {
  margin-top: 24px;
  margin-left: 24px;
}
#products [data-row-pc="2"] > * { width: calc((100% - 24px) / 2); }
#products [data-row-pc="3"] > * { width: calc((100% - 48px) / 3);}
#products [data-row-pc="4"] > * { width: calc((100% - 72px) / 4);}
#products [data-row-pc="5"] > * { width: calc((100% - 96px) / 5);}
#products [data-row-pc="6"] > * { width: calc((100% - 120px) / 6);}

#products > .block .category_title > .title_label,
#products .index-layout > .index_item > .block,
#products .index-layout > .index_item > .block > .index_title {
  color: #fff;
}
#products > .block .category_title > .title_label:after {
  width: 10px;
  height: 16px;
  background-image: url(/common/img/com_link_ic05.png);
}
#products > .block .category_title > .title_label:hover {
  text-decoration: underline;
}
#products .index-layout .index_title {
  margin-top: 12px;
}
#products .index-layout a.block .index_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(/common/img/com_link_ic03.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#products .index-layout .index_title + * {
  margin-top: 12px;
}
/* ------------------------------------------------------
 * Components >>> #news
------------------------------------------------------ */
#news {
  background: url(/common/img/com_bg01.jpg);
}
#news.top-category > .block {
  padding-top: 40px;
  min-height: 425px;
}
#news .top-news-layout {
}
#news .top-news-layout > .top-news_head {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#news .top-news-layout > .top-news_head > * {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0 !important;
}
#news .top-news-layout > .top-news_head > .top-news_list[data-row-pc="5"] {
  width: 997px;
}
#news .top-news-layout > .top-news_head > .top-news_list > li {
  float: left;
  width: 18.5%;
  margin-left: 18px;
  text-align: center;
}
#news .top-news-layout > .top-news_head > .top-news_list > li > a {
  display: block;
  padding: 19px 2px;
  line-height: 1;
  color: #666666;
  text-decoration: none;
  outline: 0;
  border-bottom: 1px solid rgba(51,51,51,0.15);
}
#news .top-news-layout > .top-news_head > .top-news_list > li > a:hover,
#news .top-news-layout > .top-news_head > .top-news_list > li > a.is-current {
  color: #0096e0;
  border-bottom: 1px solid #0096e0;
}
#news .top-news-layout > .top-news_head > .top-news_list + .top-news_util {
  padding-left: 43px;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link {
  display: table;
  table-layout: fixed;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link > li {
  display: table-cell;
  vertical-align: middle;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link > li > a {
  display: block;
  line-height: 1;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link > li + li {
  padding-left: 34px;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link a {
  color: #0096e0;
  text-decoration: none;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link a:hover {
  text-decoration: underline;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link .link_label:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 7px;
  height: 13px;
  margin-left: 10px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link .link_icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  line-height: 1
}
#news .top-news-layout > .top-news_detail {
  margin-top: 50px;
}
#news .top-news_slider  > *:first-child,
#news .top-news_box > *:first-child {
  margin-top: 0 !important;
}
/*#news .top-news_slider.is-current,*/
#news .top-news_box.is-current {
  position: relative;
  visibility: visible;
  opacity: 1;
}
#news .top-news_slider.is-current .news-layout,
#news .top-news_box.is-current .news-layout {
  position: relative;
  height: auto;
}
/*#news .top-news_slider,*/
#news .top-news_box {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
/*#news .top-news_slider .news-layout,*/
#news .top-news_box .news-layout {
  position: absolute;
  top: 0;
  width: 580px;
  height: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
#news .top-news_slider .news-layout {
  padding-left: 45px;
  padding-right: 45px;
}
#news .top-news_slider .news-layout .news_article > .block {
  padding-top: 0;
  padding-bottom: 0;
  outline: 0;
}
#news .top-news_slider .news-layout .news_article .news_title {
  margin-top: 5px;
}
#news .top-news_slider .news-layout .news_article .news_title .news_txt {
  font-size: 20px;
  font-size: 2.0rem;
}
#news .top-news_slider .slick-arrow.slick-prev,
#news .top-news_slider .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 25px;
  margin-top: -12px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: url(/common/img/com_slider_ic01.png) no-repeat;
}
#news .top-news_slider .slick-arrow.slick-prev:hover,
#news .top-news_slider .slick-arrow.slick-next:hover {
  cursor: pointer;
}
#news .top-news_slider .slick-arrow.slick-prev {
  left: 0;
  background-position: left top;
}
#news .top-news_slider .slick-arrow.slick-next {
  right: 0;
  background-position: right top;
}
#news .top-news_box {
  padding-left: 10px;
  padding-right: 30px;
}
#news .top-news_box .news-layout .news_article:first-of-type > .block {
  padding-top: 0;
}
#news .top-news_box .news-layout .news_article > .block {
  padding-top: 5px;
  padding-bottom: 5px;
}
#news .top-news_box .news-layout .news_article .news_title,
#news .top-news_box .news-layout .news_article .news_title + p {
  padding-left: 9em;
}
#news .top-news-layout .top-news_detail .top-news_item .scrollbarCustom {
  height: 220px;
  overflow: hidden;
}
/* scrollbar */
/* 全体 */
.jspContainer {
	overflow: hidden;
	position:relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
	position: absolute;
}
/* 縦スクロールバー */
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
}
/* 背景 */
.jspTrack {
	position: relative;
}
.jspTrack {
	background: #e0e0e0;
  border-radius: 5px;
}
/* ノブ */
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspDrag {
	background: #0096e0;
  border-radius: 5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
/* ------------------------------------------------------
 * Components >>> #ir
------------------------------------------------------ */
#ir.top-category > .block {
  padding-top: 60px;
}
#ir .index-layout .index_title {
  font-size: 16px;
  font-size: 1.6rem;
}
#ir .index-layout .index_title:after {
  top: 0;
}
#ir.top-category .top-ir-layout[data-row-pc]:not([data-row-pc="1"]) > * {
  margin-top: 40px;
  margin-left: 40px;
}
#ir.top-category .top-ir-layout[data-row-pc="2"] > * { width: calc((100% - 40px) / 2); }
#ir.top-category .top-ir-layout[data-row-pc="3"] > * { width: calc((100% - 80px) / 3);}
#ir.top-category .top-ir-layout[data-row-pc="4"] > * { width: calc((100% - 120px) / 4);}
#ir.top-category .top-ir-layout[data-row-pc="5"] > * { width: calc((100% - 160px) / 5);}
#ir.top-category .top-ir-layout[data-row-pc="6"] > * { width: calc((100% - 200px) / 6);}

#ir.top-category .top-ir-layout .top-ir_item .news-layout {
  margin-top: 0;
}
#ir.top-category .top-ir-layout .top-ir_item .news-layout .news_date {
  min-width: 8em;
}
/* ------------------------------------------------------
 * Components >>> #mnv
------------------------------------------------------ */
#mnv > .block {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#mnv > .block > .mnv_detail {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
#mnv > .block > .mnv_detail .visual-layout {
  width: 600px;
  text-align: center;
}
#mnv > .block > .mnv_detail .visual-layout.is-right {
  float: right;
}
#mnv > .block > .mnv_detail .visual-layout .visual_text {
  margin-top: 30px;
  font-size: 15px;
  font-size: 1.5rem;
}
#mnv > .block > .mnv_detail .visual-layout .visual_link {
  margin-top: 30px;
}
#mnv > .block > .mnv_detail .visual-layout .visual_link > *:first-child {
  margin-top: 0 !important;
}
#mnv > .block > .mnv_detail .visual-layout .visual_link .link-button > li > a{
  min-width: 240px;
  border: none;
  text-align: center;
}

/* ------------------------------------------------------
 * Components >>> #other
------------------------------------------------------ */
#other .index-layout .index_title {
  font-size: 16px;
  font-size: 1.6rem;
}
#other .index-layout .index_title:after {
  top: 0;
}
#other .index-layout.index-layout-bannar {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#other .index-layout.index-layout-bannar > .index_item {
  flex-basis: 285px;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
#mnv > .block > .mnv_detail:after {
  display: block;
  clear: both;
  content: "";
}
