@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 .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
.area-wrapper .bodyWrap .elem-btn a {
  display: block;
  border: 1px solid #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}
.area-wrapper .bodyWrap .elem-btn a .dli-chevron-right {
  position: absolute;
  top: 45%;
  right: 34.5%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
  .area-wrapper .bodyWrap .elem-btn a {
    display: block;
    font-size: 12px;
    width: auto;
    margin: 0 25px;
    padding: 17px 0;
    position: relative;
  }
  .area-wrapper .bodyWrap .elem-btn a .dli-chevron-right {
    position: absolute;
    top: 43%;
    right: 19.5%;
    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);
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  text-align: left;
}
.area-header .mainvisual .movie-pc {
  display: block;
}
.area-header .mainvisual .movie-pc video {
  width: 100%;
}
.area-header .mainvisual .movie-sp {
  display: none;
}
.area-header .mainvisual .movie-sp video {
  width: 100%;
}
.area-header .header-text {
  text-align: center;
  margin: 70px auto 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .mainvisual .movie-pc {
    display: none;
  }
  .area-header .mainvisual .movie-sp {
    display: block;
  }
  .area-header .header-text {
    text-align: center;
    margin: 35px 0;
    font-size: 11px;
    line-height: 1.8;
    padding: 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.area-body .model-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 170px 10px 100px;
}
.area-body .model-list li {
  width: calc(33.33333% - 7px);
}
.area-body .model-list li a {
  position: relative;
  display: block;
  line-height: 1;
}
.area-body .model-list li a .num {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.area-body .detail-list {
  width: 750px;
  margin: 0 auto 100px;
  position: relative;
}
.area-body .detail-list .slick-slide {
  position: relative;
}
.area-body .detail-list > li:first-child .ico-batsu {
  display: block;
}
.area-body .detail-list .ico-batsu {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}
.area-body .detail-list .ico-batsu a {
  width: 30px;
  height: 30px;
  z-index: 2;
  display: block;
}
.area-body .detail-list .ico-batsu a::before,
.area-body .detail-list .ico-batsu a::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #fff;
}
.area-body .detail-list .ico-batsu a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.area-body .detail-list .ico-batsu a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.area-body .detail-list .detail-product-list {
  width: 430px;
  margin: 150px auto;
  text-align: left;
}
.area-body .detail-list .detail-product-list .product-list a {
  margin: 20px 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
}
.area-body .detail-list .detail-product-list .product-list a .product-text {
  width: auto;
  margin: 0 10px 0 0;
}
.area-body .detail-list .detail-product-list .product-list a .product-text .product-cate {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px;
}
.area-body .detail-list .detail-product-list .product-list a .product-text .product-cate .pri {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 10px;
}
.area-body .detail-list .detail-product-list .product-list a .product-text .product-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.area-body .detail-list .detail-product-list .product-list a .product-btn {
  display: none;
  font-size: 13px;
  width: 110px;
  text-align: center;
  border-radius: 3px;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0;
}
.area-body .back-btn a {
  display: block;
  font-size: 15px;
  width: 300px;
  text-align: center;
  border-radius: 3px;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 20px 0;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .area-body .model-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 70px 5px 50px;
  }
  .area-body .model-list li {
    width: calc(50% - 2.5px);
  }
  .area-body .model-list li a {
    position: relative;
    display: block;
    line-height: 1;
  }
  .area-body .model-list li a .num {
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 10px;
  }
  .area-body .detail-list {
    margin: 30px 0 30px;
    width: auto;
  }
  .area-body .detail-list .slick-slide {
    position: relative;
  }
  .area-body .detail-list > li:first-child .ico-batsu {
    display: block;
    top: 15px;
    right: 15px;
  }
  .area-body .detail-list .detail-product-list .ico-batsu a::before,
.area-body .detail-list .detail-product-list .ico-batsu a::after {
    background: #000;
  }
  .area-body .detail-list .ico-batsu {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .area-body .detail-list .ico-batsu a {
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  .area-body .detail-list .ico-batsu a::before,
.area-body .detail-list .ico-batsu a::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 30px;
    /* 棒の高さ */
    background: #fff;
  }
  .area-body .detail-list .slick-arrow {
    display: block !important;
  }
  .area-body .detail-list .prev-arrow {
    position: absolute;
    z-index: 2;
    top: 44%;
    left: 20px;
    zoom: 0.5;
  }
  .area-body .detail-list .next-arrow {
    position: absolute;
    z-index: 2;
    top: 44%;
    right: 20px;
    zoom: 0.5;
  }
  .area-body .detail-list .detail-product-list {
    width: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
  }
  .area-body .detail-list .detail-product-list .product-list {
    margin: 50vw 40px;
  }
  .area-body .detail-list .detail-product-list .product-list a {
    margin: 15px 0;
  }
  .area-body .detail-list .detail-product-list .product-list a .product-text {
    width: auto;
    margin: 0 10px 0 0;
  }
  .area-body .detail-list .detail-product-list .product-list a .product-text .product-cate {
    font-size: 12px;
  }
  .area-body .detail-list .detail-product-list .product-list a .product-text .product-cate .pri {
    font-size: 10px;
    margin: 0 0 0 10px;
  }
  .area-body .detail-list .detail-product-list .product-list a .product-text .product-name {
    font-size: 10px;
  }
  .area-body .detail-list .detail-product-list .product-list a .product-btn {
    font-size: 10px;
    width: 70px;
    padding: 5px 0;
  }
  .area-body .back-btn a {
    display: block;
    font-size: 11px;
    width: 180px;
    text-align: center;
    border-radius: 3px;
    padding: 14px 0;
    margin: 0 auto;
  }
}
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;
}