@charset "utf-8";

.home-hero,
.home-inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.main-inner + .home-hero,
.main-inner + .home-inner {
  margin-top: 30px;
}

/* home-hero */
.home-hero {
  position: relative;
}
.home-hero__image img {
  width: 100%;
  height: auto;
}
.home-hero__content {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 720px;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.home-hero__title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: bold;
}
.home-hero__title:lang(ja) {
  font-size: 44px;
}
.home-hero__text {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.4;
}
.home-hero__text:lang(ja) {
  font-size: 16px;
}

/* home-menu */
.home-menu {
  text-align: center;
  position: relative;
  min-height: 200px;
  background: #f2f2f2;
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#eeeeee 100%);
  background: linear-gradient(to bottom,  #f2f2f2 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eeeeee',GradientType=0 );
}
.home-menu__inner {
  width: 31.88%;
  margin: 0 auto;
  padding: 0 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.home-menu__title {
  padding: 26px 0 0;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.home-menu__title:lang(ja) {
  font-size: 30px;
}
.home-menu__text {
  font-size: 14px;
}
.home-menu__button a {
  display: inline-block;
  margin: 16px 0 0;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fafafa;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.home-menu__button a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.home-menu__image {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 0;
}
.home-menu__image:after {
  content: "";
  display: table;
  clear: both;
}
.home-menu__image img {
  max-width: 80%;
  height: auto;
}
.home-menu__image__left {
  width: 34.06%;
  float: left;
  text-align: right;
  box-sizing: border-box;
}
.home-menu__image__right {
  width: 34.06%;
  float: right;
  text-align: left;
  box-sizing: border-box;
}
.home-menu-group {
  display: table;
  border-spacing: 4px 0;
  margin: 4px -4px 10px;
}
.home-menu__item {
  display: table-cell;
  box-sizing: border-box;
  background: #f4f4f4;
  width: 33.33%;
  padding: 0 20px 28px;
}
.home-menu__item__link .c-figure {
  margin: 0 -20px 16px;
}
.home-menu__item__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
}
.home-menu__item__text {
  font-size: 16px;
}

/* panel-notice */
.c-panel.panel-notice {
  margin: 30px 0 0;
}
.c-panel.panel-notice .panel-title {
  font-size: 22px;
}
.c-panel.panel-notice .c-link-list,
.c-panel.panel-notice .c-news-list {
  margin-top: 10px;
}
.c-panel.panel-notice .c-news-list__items {
  margin-top: 0;
}
.c-panel.panel-notice .heading-productinfo:lang(ja) {
  font-size: 18px;
}

/* panel-notice (default) */
.c-panel.panel-notice--default {
  padding: 0;
  border: 0;
}
.c-panel.panel-notice--default > .panel-title:first-child {
  margin-top: -4px;
}

/* panel-notice (box) */
.c-panel.panel-notice--box {
}

.heading-productinfo__icon {
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .main-inner + .home-hero,
  .main-inner + .home-inner {
    margin-top: 12px;
  }
  /* home-hero */
  .home-hero__image img {
    width: 134.5%;
    margin-left: -17.25%;
    margin-right: -17.25%;
  }
  .home-hero__content {
    width: 100%;
  }
  .home-hero__title,
  .home-hero__title:lang(ja) {
    font-size: 24px;
    line-height: 1.4;
  }
  .home-hero__text {
    display: none;
  }
  /* home-menu */
  .home-menu {
    position: static;
    min-height: 0;
  }
  .home-menu__title,
  .home-menu__title:lang(ja) {
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 22px;
    line-height: 1.2;
  }
  .home-menu__inner {
    width: auto;
    min-width: 0;
    padding: 0 20px;
  }
  .home-menu__text {
    font-size: 12px;
  }
  .home-menu__button a,
  .home-menu__button a:lang(ja) {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .home-menu__image {
    position: static;
  }
  .home-menu__image__left,
  .home-menu__image__right {
    width: 50%;
  }
  .home-menu__image__left {
    padding-right: 1%;
  }
  .home-menu__image__right {
    padding-left: 1%;
  }
  .home-menu__image img {
    max-width: 85%;
  }
  .home-menu-group {
    display: block;
    margin: 4px 0 10px;
  }
  .home-menu__item {
    display: block;
    width: auto;
    margin: 0 0 4px;
    padding: 0 12px 18px;
  }
  .home-menu__item__link .c-figure {
    margin: 0 -12px 10px;
  }
  .home-menu__item__title {
    font-size: 22px;
    line-height: 1.2;
  }
  /* panel-notice */
  .c-panel.panel-notice {
    margin: 18px 0 0;
  }
  /* panel-notice (box) */
  .c-panel.panel-notice--box {
    margin: 12px 0 0;
  }
  .c-news-list ~ .c-panel.panel-notice--box {
    margin-top: 30px;
  }
}