@charset "utf-8";

.c-section__body {
  margin-top: 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-section__body {
    max-width: 100%;
  }
}

/* ------------------------------------------------------
 * hero slider
------------------------------------------------------ */
.hero-visual {
  overflow: hidden;
  width: 100%;
  height: calc(100vw * 1084 / 2732);
}
@media screen and (max-width: 767px) {
  .hero-visual {
    height: calc(100vw * 1 / 2);
  }
}

.hero-item {
  overflow: hidden;
  height: calc(100vw * 1084 / 2732);
}
@media screen and (max-width: 767px) {
  .hero-item {
    height: calc(100vw * 1 / 2);
  }
}

.hero-item > img {
  max-width: 100%;
  width: 100vw;
  height: calc(100vw * 1084 / 2732);
  transform: scale(1);
  transition: transform 0s linear 1s;
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
  
}
@media screen and (max-width: 767px) {
  .hero-item > img {
    height: calc(100vw * 1 / 2);
  }
}

.hero-item.slick-active > img {
  transform: scale(1.1);
  transition: transform 8.0s linear;
}

.hero-item[data-slick-index="0"] > img {
   animation: firstZOut 9.0s linear;
   transform-origin: 30% 80%;
}

.hero-item:nth-child(4) > img {
  transform-origin: bottom;
  transform: translateY(-45%);
  height: auto;
}

.hero-item:nth-child(4).slick-active > img {
  transform: translateY(0);
  transition: transform 8.0s linear;
  display: block;
}

@keyframes firstZOut {
  0% {
    -webkit-transform: scale(1) rotate(0.001deg);
    transform: scale(1) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(0.001deg);
    transform: scale(1.1) rotate(0.001deg);
  }
}

.hero-item__ttl {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  transition: opacity linear 1s;
  width: calc(50% - 180px);
  padding: 0 20px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .hero-item__ttl {
    width: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.slick-current .hero-item__ttl{
  opacity: 1;
  transition: opacity linear 1s;
}

.hero-item__ttl img {
  max-width: 100%;
}


/* ------------------------------------------------------
 * hero navigation
------------------------------------------------------ */
#top-hero {
  position: relative;
}

.hero-navigation {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero-navigation {
    position: static;
    width: 100%;
    border-top: 1px solid #fff;
  }
}

.hero-products {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
}
  
.hero-products__item {
  height: calc(100% / 3);
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .hero-products__item {
    height: auto;
  }
}

.hero-products__item:last-child {
  border-bottom: none;
}

.hero-products__item::before {
  content: none;
}

.hero-products__link {
  position: relative;
  transition-duration: .3s;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 0 52% 0;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.25);
  background-image: none;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .hero-products__link {
    background-color: #fff;
    transition-duration: 0s;
  }
}
@media screen and (max-width: 320px) {
  .hero-products__link {
    height: 84px;
    padding: 5px 10px;
  }
}

.hero-products__link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: .3s;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: visible;
  content: "";
}
@media screen and (max-width: 767px) {
  .hero-products__link::before {
    transition-duration: 0s;
    opacity: 1;
    visibility: visible;
  }
}

.hero-products__link--01::before {
  background-image: url(/images/hero_navi01_hover.jpg);
}

.hero-products__link--02::before {
  background-image: url(/images/hero_navi02_hover.jpg);
}

.hero-products__link--03::before {
  background-image: url(/images/hero_navi03_hover.jpg);
}

.hero-products__link--04::before {
  background-image: url(/images/hero_navi04_hover.jpg);
}

.hero-products__link--05::before {
  background-image: url(/images/hero_navi05_hover.jpg);
}

.hero-products__link--06::before {
  background-image: url(/images/hero_navi06_hover.jpg);
}

.hero-products__link:hover::before {
  transition-duration: .3s;
  opacity: 1;
}

.hero-products__link span {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.hero-products__link img {
  max-width: 100%;
  height: auto;
}


/* ------------------------------------------------------
 * products
------------------------------------------------------ */
.c-section--products .c-section__body {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .c-section--products .c-section__body {
    padding: 0;
  }
}

.c-sectionSlider--products {
  margin-top: 28px;
}

.top-products {
  display: none;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .top-products {
    margin-bottom: 64px;
    padding: 0 12px;
  }
}

.top-products.slick-initialized {
  display: block;
}

.top-products__item {
  margin: 0 8px;
}

.top-products__item a {
  position: relative;
  transition-duration: .3s;
  display: block;
  margin-bottom: 2px;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 1px 1.96px 0.04px rgba(17, 17, 38, 0.07);
  color: #222;
  text-decoration: none;
}

.top-products__item a::after {
  position: absolute;
  top: 0;
  left: 0;
  transition: background linear .3s;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.top-products__item a:hover::after {
  background-color: rgba(0,0,0,0.05);
}

.top-products__item img {
  margin: 0 auto;
}

.top-products__item span {
  display: block;
  text-align: center;
}

.top-products__item a > span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-products__item a > span {
    bottom: 25px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.top-products .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 18px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-products .slick-dots {
    margin-top: 0;
  }
}

.top-products .slick-dots li {
  margin: 10px 5px;
  padding-left: 0
}

.top-products .slick-dots .slick-active button {
  background: #e50038
}

.top-products .slick-dots button {
  width: 10px;
  height: 10px;
  background: #c1c1c1;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer
}

@media screen and (max-width: 767px) {
  .c-section--products .c-btn {
    margin-top: 30px;
    padding: 0 20px;
  }
}

/* ------------------------------------------------------
 * service
------------------------------------------------------ */
.c-section--service {
  min-height: 420px;
}

.c-sectionPanel--service {
  margin-top: 40px;
  padding: 0 20px;
}

.p-servicePanel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 45px 60px 205px;
  background: url(/images/img_top_service_bg.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-servicePanel {
    padding: 15px 0 140px;
  }
}

.p-servicePanel__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .p-servicePanel__item {
    width: 50%;
    margin: 0;
  }
}

.p-servicePanel__item:before {
  content: none;
}

.p-servicePanel__link {
  position: relative;
  transition-duration: .3s;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 900px) {
  .p-servicePanel__link {
    margin: 15px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-servicePanel__link {
    width: 120px;
    height: 120px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 320px) {
  .p-servicePanel__link {
    margin: 10px auto;
  }
}

.p-servicePanel__link:hover {
  transition-duration: .3s;
  background: rgba(0, 0, 0, .6);
}

.p-servicePanel__image {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-servicePanel__image {
    top: 26px;
    width: 40px;
    height: auto;
  }
}

.p-servicePanel__text {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-servicePanel__text {
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-servicePanel__text--2line {
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-servicePanel__text--2line {
    bottom: 10px;
  }
}

/* ------------------------------------------------------
 * Panel
------------------------------------------------------ */
.c-sectionPanel {
  width: 50%;
  background-color: rgba(0,0,0,.5);
}
@media screen and (max-width: 767px) {
  .c-sectionPanel {
    width: 100%;
    margin-top: 60%;
    background-color: #222;
  }
}

.p-topPanel {
  position: relative;
  max-width: 500px;
  height: 400px;
  padding: 44px 58px 26px;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topPanel {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    padding: 25px 20px 20px;
  }
}

.p-topPanel .c-section__title {
  color: #fff;
}

.p-topPanel__name {
  margin-top: 36px;
  font-weight: bold;
  font-size: 114.286%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topPanel__name {
    margin-top: 20px;
  }
}

.p-topPanel__text {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-topPanel__text {
    margin-top: 20px;
  }
}

.p-topPanel__btn {
  position: absolute;
  bottom: 40px;
  right: 58px;
}
@media screen and (max-width: 767px) {
  .p-topPanel__btn {
    position: static;
    margin-top: 50px;
    text-align: right;
  }
}

.p-topPanel__link {
  position: relative;
  margin: 10px 40px 0 0;
  color: #fff;
  text-decoration: none;
}

.p-topPanel__link::after {
  position: absolute;
  right: -40px;
  bottom: 7px;
  display: block;
  width: 30px;
  height: 8px;
  background: url(/styles/images/arrow.svg) no-repeat;
  background-size: 30px 8px;
  content: "";
}

/* ------------------------------------------------------
 * factory
------------------------------------------------------ */
.c-section--factory {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  background-image: url(/images/img_top_factory_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-section--factory {
    background-image: url(/images/img_top_factory_bg_sp.jpg);
    background-position: top;
    background-size: contain;
  }
}

/* ------------------------------------------------------
 * shop
------------------------------------------------------ */
.c-section--shop {
  display: flex;
  justify-content: flex-start;
  margin-top: 2px;
  background-image: url(/images/img_top_shop_bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-section--shop {
    background-image: url(/images/img_top_shop_bg_sp.jpg);
    background-position: top;
    background-size: contain;
  }
}

.c-section--shop .p-topPanel {
  margin: 0 0 0 auto;
}

/* ------------------------------------------------------
 * infomation
------------------------------------------------------ */
.c-section--info .c-section__body {
  margin-top: 40px;
}

.c-section--info .c-btn {
  margin-top: 35px;
}

/* ------------------------------------------------------
 * recomend
------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .c-section--recomend {
    margin-top: 43px;
    padding: 0 20px
  }
}

.c-section--recomend .c-section__body {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .c-section--recomend .c-section__body {
    margin-top: 16px;
  }
}

.p-recomendCards__list {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-recomendCards__list {
    margin-bottom: 46px;
  }
}

.p-recomendCards__list .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -54px;
  transform: translateX(-50%);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-recomendCards__list .slick-dots {
    margin-top: 6px;
  }
}

.p-recomendCards__list .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 16px 5px;
}

/* ------------------------------------------------------
 * slider
------------------------------------------------------ */
.slide-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.prev-arrow {
  left: -30px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
}

.next-arrow {
  right: -30px;
  transform: translate(50%, -50%) rotate(45deg);
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
}

/* ------------------------------------------------------
 * footer
------------------------------------------------------ */
.l-footer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 34px;
  }
}