@charset "utf-8";

/*----------------------------------------
    .main_visual
----------------------------------------*/
.main_visual {
  position: relative;
}
.main_visual h1 {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  font-size: 2.4rem;
  color: #fff;
  top: 10%;
  line-height: 1.8;
  letter-spacing: 6px;
  font-weight: 500;
}
.main_visual h1 span {
  display: block;
  font-size: 1.3rem;
  margin-top: 15px;
  letter-spacing: 2px;
  font-family: webFont;
}
.main_visual h1 span pre {
  display: inline;
}
.header .global_nav .global_nav_list > li.js_down .global_sub {
  top: 42px;
}
.main_pc {
  background: url(/jp/img/index/bg-main_visual.png) no-repeat left bottom;
  background-size: 100% auto;
}
/*----------------------------------------
    .info
----------------------------------------*/
.info {
  background: url(/jp/img/index/bg-info.gif) repeat-y center top;
  background-size: 100% auto;
  border-bottom: 1px solid #efeeec;
}
.info .inner {
  display: flex;
  align-items: center;
  height: 90px;
}
.info h2 {
  font-size: 1.4rem;
  color: #bf1a20;
  font-weight: 500;
}
.info .news {
  width: 50%;
}
.info .news a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
.info .news a:hover {
  opacity: 1;
}
.info .news a:hover span {
  color: #bf1a1e;
}
.info .news h2 {
  width: 70px;
  padding-right: 20px;
	letter-spacing: 2px;
}
.info .news .slider_list {
  padding-right: 10px;
  width: 65%;
}
.info .news .slider_list dl dt {
  color: #757575;
  margin-bottom: 2px;
}
.info .news .slider_list dl dd a {
  font-size: 1.4rem;
}
.info .news .button span {
  position: relative;
  padding-right: 10px;
  font-weight: 500;
  display: block;
  width: 70px;
}
.cn_page .info .news .button span {
  width: 40px;
}
.info .news .button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #bf1a1e;
  border-right: 2px solid #bf1a1e;
  transform: rotate(45deg);
}
.info .news .button span:hover,
.info .news dl dd a:hover {
  color: #bf1a1e;
  opacity: 1;
}
.info .retrieval {
  width: 50%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info .retrieval .retrieval_box {
  width: 360px;
  display: flex;
}
.info .retrieval .retrieval_box > input:first-child {
  width: 83%;
  font-size: 1.4rem;
  height: 46px;
  line-height: 46px;
  color: #757575;
  padding: 0 20px;
  border: none;
  margin-right: 3%;
}
.info .retrieval .retrieval_box .button_area {
  width: 14%;
  position: relative;
}
.info .retrieval .retrieval_box .search_button {
  color: #ffffff;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  height: 100%;
  background-color: #bf1a20;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
}
.info .retrieval .retrieval_box .button_area::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/jp/img/index/bg-search.jpg) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
.info .retrieval h2 {
  padding: 0 10px 0 38px;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
.info .retrieval h2::before {
  content: "";
  width: 26px;
  height: 22px;
  background: url(/jp/img/index/ico-retrieval_title.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

/*----------------------------------------
    .product
----------------------------------------*/
.product {
  padding-top: 65px;
  background: #ffffff;
}
.product h2 {
  text-align: center;
  margin-bottom: 30px;
}
.product h2 .en {
  font-family: webFont;
  display: block;
  font-size: 4.0rem;
  letter-spacing: 4px;
}
.product h2 .jp {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 3px;
  font-weight: 500;
}
.product ul {
  display: flex;
  justify-content: space-between;
}
.product ul li {
  width: 32%;
  max-width: 340px;
}
.product ul li a {
  display: block;
  padding: 30px 5px 15px 5px;
}
.product ul li a .photo {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.product ul li a .text {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  text-align: center;
}
.product ul li a .text p {
  position: relative;
}
.product ul li a .text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #bf1a1e;
  border-right: 2px solid #bf1a1e;
  transform: rotate(45deg);
}
.product ul li a .text p .product_name {
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  transition: 0.5s;
}
.product ul li a .text p .product_weight {
  font-size: 1.4rem;
  display: block;
  color: #757575;
  transition: 0.5s;
}
.product ul li a:hover {
  box-shadow: 0px 0px 12px #d2d1d1;
  opacity: 1;
}
.product ul li a:hover .text p,
.product ul li a:hover .text p .product_weight {
  color: #bf1a20;
}
.product .list_button {
  width: 260px;
  margin: 55px auto 0 auto;
}
.product .list_button a {
  display: block;
  background-color: #bf1a20;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 19px 15px 16px 15px;
  position: relative;
  border-radius: 5px;
  letter-spacing: 4px;
  font-weight: 500;
}
.product .list_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.product .list_button a:hover {
  opacity: 0.7;
}

/*----------------------------------------
    .links
----------------------------------------*/
.links {
  position: relative;
  padding: 140px 0 60px 0;
  background-color: rgba(0,0,0,0.4);
}
.links .bg_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  max-height: 843px;
  overflow: hidden;
}
.links .bg_top img {
  width: 100%;
  height: auto;
}
.links .bg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.links .bg_bottom img {
  width: 100%;
  height: auto;
}
.links .links_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.links .links_list li {
  width: 49%;
  margin-bottom: 20px;
  background-color: #fff;
}
.links .links_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 200px;
  padding-left: 30px;
  letter-spacing: 3px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.links .links_list li:nth-child(1) a {
  background-image: url(/jp/img/index/bg-links_list_1.jpg);
}
.links .links_list li:nth-child(2) a {
  background-image: url(/jp/img/index/bg-links_list_2.jpg);
}
.links .links_list li:nth-child(3) a {
  background-image: url(/jp/img/index/bg-links_list_3.jpg);
  color: #fff;
}
.links .links_list li:nth-child(4) a {
  background-image: url(/jp/img/index/bg-links_list_4.jpg);
  color: #fff;
}
.links .links_list li a .en {
  font-family: webFont;
  font-size: 3.6rem;
  display: block;
  width: 100%;
}
.links .links_list li:nth-child(3) a .en,
.links .links_list li:nth-child(4) a .en {
  color: #fff;
}
.links .links_list li a .jp {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  font-weight: 500;
}
.links .links_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #bf1a20;
  border-right: 2px solid #bf1a20;
  transform: rotate(45deg);
}
.links .links_list li a:hover {
  opacity: 0.7;
}
.links .links_external {
  display: flex;
  position: relative;
  z-index: 5;
}
.links .links_external h3 {
  width: 15%;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  padding: 38px 0;
  text-align: center;
  letter-spacing: 3px;
}
.links .links_external ul {
  width: 85%;
  display: flex;
  background-color: #fff;
}
.links .links_external ul li {
  width: 25%;
  border-left: 1px solid #e3e3e3;
}
.links .links_external ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
.links .links_external ul li a img {
  max-width: 170px;
  width: 100%;
  height: auto;
}
.links .links_external ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 979px){
.main_visual h2 {
  font-size: 2.4rem;
}
.links {
  padding: 60px 0 15px 0;
}
.links .links_list li a {
  height: 150px;
}
.info .news .button a {
  padding-right: 10px;
}
}
