@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: "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 img {
  width: 100%;
}
.area-header .header-text {
  text-align: center;
  margin: 35px auto 80px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
}
.area-header .navi ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
.area-header .navi ul li {
  width: 260px;
  margin: 0 10px;
}
.area-header .navi ul li .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.area-header .navi ul li .text span {
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin: 10px 0 5px;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .header-text {
    text-align: center;
    margin: 20px auto 45px;
    font-size: 13px;
    line-height: 1.8;
    padding: 0;
  }
  .area-header .navi ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 20px 50px;
  }
  .area-header .navi ul li {
    width: 48%;
    margin: 0 4% 0 0;
  }
  .area-header .navi ul li:nth-child(2n) {
    margin: 0;
  }
  .area-header .navi ul li .text {
    font-size: 10px;
  }
  .area-header .navi ul li .text span {
    font-size: 9px;
    margin: 8px 0 2px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  width: 1120px;
  margin: 0 auto;
  padding: 150px 0 50px;
  position: relative;
}
.area-body section .border {
  background: #000;
  width: 87%;
  height: 1px;
  margin: 0 0 100px;
}
.area-body section .num {
  position: absolute;
  top: 100px;
  right: 0;
}
.area-body section p {
  margin: 20px 0 50px;
  font-size: 18px;
  font-weight: 600;
}
.area-body section .main-slider {
  width: 600px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.area-body section .main-slider.slick-initialized {
  opacity: 1;
}
.area-body section .sub-slider {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.area-body section .sub-slider.slick-initialized {
  opacity: 1;
}
.area-body section .sub-slider li {
  cursor: pointer;
  width: 160px;
  margin: 0 5px;
}
.area-body section .area-product {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 80px 0 0;
}
.area-body section .area-product .product-img {
  width: 430px;
  margin: 0 45px 0 0;
}
.area-body section .area-product .product-text {
  width: 540px;
  text-align: left;
}
.area-body section .area-product .product-text .brand {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.area-body section .area-product .product-text .name,
.area-body section .area-product .product-text .pri {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
}
.area-body section .area-product .product-text .name span,
.area-body section .area-product .product-text .pri span {
  font-size: 12px;
  font-weight: 400;
}
.area-body section .area-product .product-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 30px 0;
}
.area-body section .elem-btn a {
  text-align: center;
  display: block;
  width: 246px;
  margin: 0;
  line-height: 1;
  padding: 12px 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  background-color: #333333;
  color: #fff;
}
.area-body section .elem-btn.all-btn a {
  font-size: 15px;
  width: 640px;
  margin: 100px auto 0;
  padding: 24px 0;
  position: relative;
}
.area-body section .elem-btn.all-btn a .space {
  display: inline-block;
  padding: 0 0 0 12px;
}
.area-body section .elem-btn.all-btn a .dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 40%;
  right: 5%;
}

@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 auto;
    padding: 70px 0 30px;
    position: relative;
  }
  .area-body section .border {
    width: 77%;
    height: 1px;
    margin: 0 0 30px;
  }
  .area-body section .num {
    position: absolute;
    top: 45px;
    right: 10px;
  }
  .area-body section .num img {
    zoom: 0.5;
  }
  .area-body section p {
    margin: 20px 0 50px;
    font-size: 18px;
    font-weight: 600;
  }
  .area-body section .main-slider {
    width: auto;
  }
  .area-body section .sub-slider {
    margin: 30px;
    opacity: 0;
  }
  .area-body section .sub-slider li {
    cursor: pointer;
    width: 160px;
    margin: 0 5px;
  }
  .area-body section .area-product {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: column;
    margin: 40px 0 0;
  }
  .area-body section .area-product .product-img {
    width: auto;
    margin: 0 35px;
  }
  .area-body section .area-product .product-text {
    width: auto;
    margin: 0 50px;
    text-align: left;
  }
  .area-body section .area-product .product-text .brand {
    font-size: 14px;
  }
  .area-body section .area-product .product-text .name,
.area-body section .area-product .product-text .pri {
    font-size: 18px;
  }
  .area-body section .area-product .product-text .name span,
.area-body section .area-product .product-text .pri span {
    font-size: 10px;
  }
  .area-body section .area-product .product-text p {
    font-size: 12px;
    margin: 20px 0;
  }
  .area-body section .elem-btn a {
    width: auto;
    line-height: 1;
    padding: 12px 0;
    font-size: 11px;
  }
  .area-body section .elem-btn.all-btn a {
    font-size: 11px;
    width: auto;
    margin: 50px 25px 0;
    padding: 18px 0;
    position: relative;
  }
  .area-body section .elem-btn.all-btn a .space {
    padding: 0 0 0 8px;
  }
  .area-body section .elem-btn.all-btn a .dli-chevron-right {
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    position: absolute;
    top: 44%;
    right: 5%;
  }
}
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;
}