@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: center;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  margin: 40px auto 80px;
  font-size: 18px;
  font-weight: 500;
}
.area-header .header-sozai {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.area-header .header-sozai .sozai-box {
  width: 460px;
  margin: 0 30px;
}
.area-header .header-sozai .sozai-box .img-sozai-text {
  font-size: 15px;
  margin: 24px 0 0;
  text-align: left;
}
.area-header .line-up-title {
  font-size: 20px;
  font-weight: 300;
  color: #999;
  text-align: center;
  margin: 80px 0 20px;
}
.area-header .series-title {
  line-height: 1;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.area-header .series-title.mt {
  margin: 40px 0 0;
}
.area-header .series-title span {
  font-size: 30px;
  font-weight: 400;
}
.area-header .series-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.area-header .series-list li {
  width: 350px;
  margin: 0 5px;
}
.area-header .series-list li .series-list-title {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .area-header .header-text {
    width: auto;
    margin: 14px 40px 40px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
  }
  .area-header .header-text br {
    display: none;
  }
  .area-header .header-sozai {
    flex-flow: column;
  }
  .area-header .header-sozai .sozai-box {
    width: auto;
    margin: 0 40px 40px;
  }
  .area-header .header-sozai .sozai-box .img-sozai-text {
    font-size: 13px;
    margin: 12px 0 0;
    text-align: left;
  }
  .area-header .line-up-title {
    font-size: 10px;
    margin: 60px 0 0px;
  }
  .area-header .series-title {
    line-height: 1;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding: 0;
    margin: 0 0 20px;
  }
  .area-header .series-title.mt {
    margin: 30px 0 0;
  }
  .area-header .series-title span {
    font-size: 15px;
  }
  .area-header .series-list li {
    width: 33.3333%;
    margin: 0;
  }
  .area-header .series-list li .series-list-title {
    font-size: 10px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  margin: 130px 0 0;
  padding: 90px 0;
  border-top: 1px solid #ccc;
}
.area-body section .sec-title {
  margin: 0;
  padding: 0;
  font-size: 150px;
  color: #333;
  font-weight: 700;
  line-height: 0.9;
}
.area-body section .sec-title span {
  display: block;
  font-size: 50px;
  font-weight: 300;
}
.area-body section .sec-title.other-title {
  font-size: 80px;
}
.area-body section .box-product {
  padding: 130px 0 0;
}
.area-body section .box-product.first-box {
  padding: 70px 0 0;
}
.area-body section .sec-sub-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0 30px;
}
.area-body section .sec-sub-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #000;
  margin: 12px auto 0;
}
.area-body section .area-product-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
}
.area-body section .area-product-box .area-product-img {
  width: 750px;
}
.area-body section .area-product-box .area-product-info {
  width: 380px;
  position: relative;
}
.area-body section .area-product-box .area-product-info .model-slider {
  margin: 0 50px 15px;
}
.area-body section .area-product-box .area-product-info .prev-arrow {
  position: absolute;
  top: 44%;
  left: -60px;
  z-index: 2;
}
.area-body section .area-product-box .area-product-info .next-arrow {
  position: absolute;
  top: 44%;
  right: -60px;
  z-index: 2;
}
.area-body section .area-product-box .area-product-info .slick-arrow {
  display: block !important;
}
.area-body section .area-product-box .area-product-color {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.area-body section .area-product-box .area-product-pri {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.area-body section .area-product-box .area-product-pri span {
  font-size: 14px;
}
.area-body section .area-product-box .elem-btn {
  margin: 0 40px;
}
.area-body section .area-product-box p {
  margin: 35px 0 0;
  text-align: left;
}
.area-body section .area-product-slider {
  margin: 130px 0 0;
}
.area-body section .area-product-slider li {
  margin: 0 15px;
}
.area-body section .sec-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 30px 0 20px;
}
.area-body .elem-btn.btn-black a {
  width: 400px;
  color: #fff;
  background: #333333;
  padding: 22px 0;
}
.area-body .elem-btn a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  width: auto;
  margin: 20px auto 0;
  line-height: 1;
  padding: 18px 0;
  display: block;
  border-radius: 30px;
  border: 1px solid #333333;
}
.area-body .other-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.area-body .other-box .other-box-item {
  width: 490px;
  margin: 80px 15px;
}
.area-body .other-box .other-box-item .sec-sub-title {
  font-size: 30px;
}
.area-body .other-box .other-box-item .area-product-color {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.area-body .other-box .other-box-item .area-product-pri {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.area-body .other-box .other-box-item .area-product-pri span {
  font-size: 14px;
}
.area-body .other-box .other-box-item .elem-btn.btn-black a {
  width: 300px;
  color: #fff;
  background: #333333;
  padding: 16px 0;
}
.area-body .other-box .other-box-item .elem-btn a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  width: auto;
  margin: 20px auto 0;
  line-height: 1;
  padding: 18px 0;
  display: block;
  border-radius: 30px;
  border: 1px solid #333333;
}
.area-body .other-box .other-box-item p {
  margin: 50px 20px 0;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .area-body section {
    margin: 80px 0 0;
    padding: 50px 0;
    border-top: 1px solid #ccc;
  }
  .area-body section .sec-title {
    margin: 0;
    padding: 0;
    font-size: 70px;
  }
  .area-body section .sec-title span {
    display: block;
    font-size: 25px;
  }
  .area-body section .sec-title.other-title {
    font-size: 40px;
  }
  .area-body section .box-product {
    padding: 80px 0 0;
  }
  .area-body section .box-product.first-box {
    padding: 60px 0 0;
  }
  .area-body section .sec-sub-title {
    font-size: 30px;
    margin: 0px 0 10px;
  }
  .area-body section .sec-sub-title::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    margin: 8px auto 0;
  }
  .area-body section .area-product-box {
    flex-flow: column;
  }
  .area-body section .area-product-box .area-product-img {
    width: auto;
  }
  .area-body section .area-product-box .area-product-info {
    width: 100%;
    position: relative;
  }
  .area-body section .area-product-box .area-product-info .model-slider {
    margin: 15px 15% 10px;
  }
  .area-body section .area-product-box .area-product-info .prev-arrow {
    position: absolute;
    top: 44%;
    left: -60px;
    z-index: 2;
    zoom: 0.5;
  }
  .area-body section .area-product-box .area-product-info .next-arrow {
    position: absolute;
    top: 44%;
    right: -60px;
    z-index: 2;
    zoom: 0.5;
  }
  .area-body section .area-product-box .area-product-color {
    font-size: 13px;
  }
  .area-body section .area-product-box .area-product-pri {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }
  .area-body section .area-product-box .area-product-pri span {
    font-size: 10px;
  }
  .area-body section .area-product-box .elem-btn {
    margin: 0 60px;
  }
  .area-body section .area-product-box p {
    font-size: 14px;
    margin: 35px 40px 0;
    text-align: left;
  }
  .area-body section .area-product-slider {
    margin: 60px 0 0;
  }
  .area-body section .area-product-slider li {
    margin: 0 5px;
  }
  .area-body section .sec-name {
    font-size: 15px;
    margin: 20px 0 10px;
    line-height: 1.4;
  }
  .area-body .elem-btn.btn-black a {
    width: 80%;
    color: #fff;
    background: #333333;
    padding: 15px 0;
  }
  .area-body .elem-btn a {
    font-size: 10px;
    width: auto;
    margin: 20px auto 0;
    line-height: 1;
    padding: 15px 0;
  }
  .area-body .other-box {
    flex-flow: column;
  }
  .area-body .other-box .other-box-item {
    width: auto;
    margin: 40px 15px;
  }
  .area-body .other-box .other-box-item .other-img {
    margin: 0 40px;
  }
  .area-body .other-box .other-box-item .sec-sub-title {
    font-size: 24px;
  }
  .area-body .other-box .other-box-item .area-product-color {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
  }
  .area-body .other-box .other-box-item .area-product-pri {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }
  .area-body .other-box .other-box-item .area-product-pri span {
    font-size: 10px;
  }
  .area-body .other-box .other-box-item .elem-btn.btn-black a {
    width: auto;
    margin: 14px 60px;
    color: #fff;
    background: #333333;
    padding: 14px 0;
  }
  .area-body .other-box .other-box-item .elem-btn a {
    font-size: 10px;
  }
  .area-body .other-box .other-box-item p {
    margin: 30px 40px 0;
    text-align: left;
  }
}
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;
}