@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 0 0 160px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  text-align: left;
}
.area-header .mainvisual {
  display: block;
  max-width: 1300px;
  margin: 0 auto;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  text-align: center;
  margin: 40px auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
}
.area-header .header-text span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.area-header .navi {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.area-header .navi li {
  width: 300px;
  margin: 0 15px;
}
.area-header .navi li .navi-num {
  width: 70px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .mainvisual img {
    width: 100%;
  }
  .area-header .header-text {
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
  }
  .area-header .header-text span {
    margin: 1rem 0 0;
    font-size: 13px;
  }
  .area-header .navi {
    margin: 40px 10px 0;
  }
  .area-header .navi li {
    width: 33.333%;
    margin: 0;
  }
  .area-header .navi li .navi-num {
    width: 34px;
    margin: 0 auto 6px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  margin: 100px 0 0;
}
.area-body section .top-wrap {
  width: 1120px;
  margin: 0 auto;
  border-top: 1px solid #569116;
  padding: 100px 0;
}
.area-body section .sec-title {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #569116;
  font-size: 40px;
  position: relative;
}
.area-body section .sec-title .sec-num {
  position: absolute;
  left: 0;
  text-align: left;
}
.area-body section .sec-title .sec-text {
  display: inline-block;
  padding: 16px 0 0;
}
.area-body section .area-product {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.area-body section .area-product .product-img {
  width: 740px;
}
.area-body section .area-product .product-list {
  width: 320px;
}
.area-body section .area-product .product-list li {
  margin: 10px 0;
}
.area-body section .area-product .product-list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.area-body section .area-product .product-list li a .product-list-img {
  width: 160px;
}
.area-body section .area-product .product-list li a .product-list-info {
  width: 130px;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}
.area-body section .area-product .product-list li a .product-list-info .pri {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.area-body section .area-product .product-list li a .product-list-info .product-btn {
  text-align: center;
  color: #fff;
  background: #569116;
  border-radius: 20px;
  padding: 8px 0;
  margin: 10px 0 0;
  line-height: 1;
}
.area-body section .sub-title {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #569116;
  font-size: 40px;
}
.area-body section .model-list {
  opacity: 0;
}
.area-body section .model-list li {
  margin: 0 5px;
}
.area-body section .model-list li img {
  width: 100%;
}
.area-body section .model-list.slick-initialized {
  opacity: 1;
}
.area-body section .model-list ul.slick-dots {
  display: block !important;
  bottom: -30px;
}
.area-body section .model-list ul.slick-dots > li {
  float: none;
  margin: 0 1px !important;
  width: 30px;
  height: 2px;
  padding: 0;
}
.area-body section .model-list ul.slick-dots > li button {
  width: 30px;
  height: 2px;
  padding: 0;
  background: #ccc;
  border-radius: 0 !important;
}
.area-body section .model-list ul.slick-dots > li button:before {
  border: none;
}
.area-body section .model-list ul.slick-dots > li.slick-active button {
  background: #63a51b;
}
.area-body section .model-list ul.slick-dots > li.slick-active button:before {
  background: none;
  border: none;
}

@media screen and (max-width: 896px) {
  .area-body section {
    margin: 50px 0 0;
  }
  .area-body section .top-wrap {
    width: auto;
    margin: 0 auto;
    border-top: 1px solid #569116;
    padding: 50px 0;
  }
  .area-body section .sec-title {
    font-size: 20px;
    position: relative;
  }
  .area-body section .sec-title .sec-num {
    display: block;
    position: relative;
    left: 0;
    text-align: center;
  }
  .area-body section .sec-title .sec-num img {
    zoom: 0.5;
  }
  .area-body section .sec-title .sec-text {
    display: block;
    padding: 10px 0 0;
  }
  .area-body section .area-product {
    flex-flow: column;
  }
  .area-body section .area-product .product-img {
    width: auto;
  }
  .area-body section .area-product .product-list {
    width: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .area-body section .area-product .product-list li {
    width: 46%;
    margin: 10px 2%;
  }
  .area-body section .area-product .product-list li a {
    flex-flow: column;
    display: block;
  }
  .area-body section .area-product .product-list li a .product-list-img {
    width: auto;
  }
  .area-body section .area-product .product-list li a .product-list-info {
    width: auto;
    font-size: 10px;
  }
  .area-body section .area-product .product-list li a .product-list-info .product-name {
    width: 100%;
  }
  .area-body section .area-product .product-list li a .product-list-info .pri {
    font-weight: 500;
    font-size: 12px;
    display: block;
  }
  .area-body section .area-product .product-list li a .product-list-info .product-btn {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #569116;
    border-radius: 20px;
    padding: 8px 0;
    margin: 15px 30px 0;
    line-height: 1;
  }
  .area-body section .sub-title {
    font-size: 20px;
  }
  .area-body section .model-list {
    opacity: 0;
  }
  .area-body section .model-list li {
    margin: 0;
  }
  .area-body section .model-list li img {
    width: 100%;
  }
  .area-body section .model-list.slick-initialized {
    opacity: 1;
  }
  .area-body section .model-list ul.slick-dots {
    display: block !important;
    bottom: -30px;
  }
  .area-body section .model-list ul.slick-dots > li {
    float: none;
    margin: 0 1px !important;
    width: 15px;
    height: 2px;
    padding: 0;
  }
  .area-body section .model-list ul.slick-dots > li button {
    width: 15px;
    height: 2px;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}