@charset "utf-8";
.parallax-mirror {
  display: none;
}
/*----------------------------------------
    .main_visual
----------------------------------------*/
.main_visual h1 {
  padding: 0 10px;
  font-size: 1.4rem;
  top: 15%;
  line-height: 1.8;
  letter-spacing: 0;
}
.main_visual h1 span {
  font-size: 1.0rem;
  margin-top: 10px;
  letter-spacing: 0;
}

/*----------------------------------------
    .info
----------------------------------------*/
.info {
  background: none;
  border-bottom: none;
}
.info .inner {
  display: block;
  padding: 0;
  height: auto;
}
.info .news {
  background-color: #fafafa;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
}
.info .news a {
  display: block;
  padding: 10px 30px 10px 10px;
}
.info .news::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #bf1a1e;
  border-right: 2px solid #bf1a1e;
  transform: rotate(45deg);
}
.info .news h2 {
  width: 100%;
  padding: 0 0 5px 0;
}
.info .news .slider_list {
  padding-right: 0;
  width: 100%;
}
.info .news .slider_list dl dt {
  margin-bottom: 0;
}
.info .news .slider_list dl dd a {
  font-size: 1.2rem;
}
.info .news .button {
  display: none;
}
.info .retrieval {
  width: 100%;
  padding: 10px;
  display: block;
  background-color: #fbefef;
  text-align: center;
}
.info .retrieval .retrieval_box {
  width: 100%;
  margin-top: 10px;
}
.info .retrieval .retrieval_box > input:first-child {
  font-size: 1.2rem;
  height: 54px;
  line-height: 35px;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-right: 0;
  width: 82%;
}
.info .retrieval .retrieval_box .button_area {
  width: 18%;
  height: 54px;
}
.info .retrieval .retrieval_box .search_button {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  height: 54px;
}
.info .retrieval h2 {
  padding: 0 0 0 35px;
  display: inline-block;
}

/*----------------------------------------
    .product
----------------------------------------*/
.product {
  padding-top: 30px;
}
.product h2 {
  margin-bottom: 15px;
}
.product h2 .en {
  font-size: 2.4rem;
  letter-spacing: 3px;
}
.product h2 .jp {
  font-size: 1.2rem;
}
.product ul {
  display: block;
}
.product ul li {
  width: 100%;
  max-width: inherit;
}
.product ul li a {
  display: block;
  padding: 15px 0;
}
.product ul li a .photo {
  padding-bottom: 16px;
  max-width: 640px;
}
.product ul li a .text {
  width: 100%;
  padding-top: 10px;
}
.product ul li a .text p::after {
  right: 5px;
}
.product ul li a .text p .product_name {
  font-size: 1.6rem;
}
.product ul li a .text p .product_weight {
  font-size: 1.2rem;
}
.product ul li a:hover {
  box-shadow: none;
}
.product ul li a:hover .text p {
  color: #333333;
}
.product .list_button {
  width: 260px;
  margin: 20px auto 0 auto;
}
.product .list_button a {
  font-size: 1.4rem;
  padding: 13px 15px 10px 15px;
  letter-spacing: 2px;
}

/*----------------------------------------
    .links
----------------------------------------*/
.links {
  background-color: #fff;
  padding: 30px 0 0 0;
}
.links .inner {
  padding: 0;
}
.links .links_list {
  display: block;
}
.links .links_list li {
  width: 100%;
  margin-bottom: 0;
}
.links .links_list li a {
  height: 140px;
  padding-left: 20px;
  font-size: 2.0rem;
}
.links .links_list li a img {
  width: 120px;
  height: auto;
}
.links .links_list li a .en {
  font-size: 2.2rem;
}
.links .links_list li a .jp {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.links .links_external {
  display: block;
}
.links .links_external h3 {
  width: 100%;
  font-size: 1.4rem;
  padding: 15px 0;
}
.links .links_external ul {
  width: 100%;
  display: block;
}
.links .links_external ul li {
  width: 100%;
  border-left: none;
  border-bottom: 1px solid #e3e3e3;
}
.links .links_external ul li a {
  display: block;
  padding: 15px;
  text-align: center;
}