@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: #fff;
}

.area-container {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 16px;
  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 .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  margin: 0;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  font-size: 18px;
  font-weight: 600;
  margin: 40px auto 60px;
  line-height: 1.8;
  text-align: center;
  display: none;
}
.area-header .area-about {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 1020px;
  margin: 100px auto 0;
}
.area-header .area-about .about-img {
  width: 520px;
}
.area-header .area-about .about-text {
  width: 430px;
  padding: 0 0 0 70px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
.area-header .navi-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
}
.area-header .navi {
  width: 820px;
  margin: 0 auto 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.area-header .navi li {
  width: 400px;
  margin: 5px;
}
.area-header .navi li a {
  position: relative;
  display: block;
}
.area-header .navi li a .nav-title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin: 14px 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0 0 40px;
  }
  .area-header .header-text {
    font-size: 14px;
    margin: 10px 30px 40px;
    line-height: 1.8;
    text-align: left;
    display: block;
  }
  .area-header .header-text br {
    display: none;
  }
  .area-header .area-about {
    flex-flow: column;
    width: auto;
    margin: 50px 30px 0;
  }
  .area-header .area-about .about-img {
    width: auto;
  }
  .area-header .area-about .about-text {
    width: auto;
    padding: 10px 0 30px;
    font-size: 14px;
  }
  .area-header .area-about .about-text br {
    display: none;
  }
  .area-header .navi-title {
    font-size: 16px;
    margin-top: 0;
  }
  .area-header .navi {
    width: auto;
    margin: 0 30px 20px;
  }
  .area-header .navi li {
    width: 48%;
    margin: 1%;
  }
  .area-header .navi li a {
    position: relative;
    display: block;
  }
  .area-header .navi li a .nav-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto 100px;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
}
.area-body ul.slick-dots {
  display: block !important;
  bottom: -30px;
}
.area-body ul.slick-dots li {
  float: none;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  padding: 0;
}
.area-body ul.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: #ccc;
}
.area-body ul.slick-dots li button:before {
  border: none;
}
.area-body ul.slick-dots li.slick-active button {
  background: #000;
}
.area-body ul.slick-dots li.slick-active button:before {
  background: none;
  border: none;
}
.area-body section {
  padding: 0;
}
.area-body section .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 1120px;
  padding: 60px 0;
  margin: 120px auto 30px;
  border-top: 1px solid #000;
}
.area-body section .img-slider {
  width: 530px;
  margin: 0 40px;
}
.area-body section .sec-info {
  width: 470px;
  text-align: left;
  padding: 0;
  font-size: 14px;
}
.area-body section .sec-info .sec-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 0.9;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.area-body section .sec-info p {
  margin: 40px 0;
}
.area-body section .sec-info dl {
  display: flex;
  display: -webkit-flex;
  font-weight: 600;
}
.area-body section .sec-info dl dt {
  width: 5rem;
}
.area-body section .sec-info dl dd::before {
  content: ":";
  padding: 0 10px 0 0;
}
.area-body section .sec-info dl dd .color-chip {
  display: inline-block;
  margin: 0 0 0 10px;
}
.area-body section .sec-info dl dd .color-chip li {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.area-body section .sec-info dl dd .color-chip li.black {
  background: #000;
}
.area-body section .sec-info dl dd .color-chip li.choco {
  background: #715448;
}
.area-body section .sec-info dl dd .color-chip li.grey {
  background: #c0bdb8;
}
.area-body section .sec-info dl dd .color-chip li.natural {
  background: #f0e9d5;
}
.area-body section .sec-info dl dd .color-chip li.navy {
  background: #1a3584;
}
.area-body section .sec-info dl dd .color-chip li.trq_blue {
  background: #02a6c9;
}
.area-body section .sec-info dl dd .color-chip li.green {
  background: #05494b;
}
.area-body section .product-imgs {
  width: 1130px;
  margin: 0 auto 60px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.area-body section .product-imgs li {
  width: 555px;
  margin: 5px;
}
.area-body section .product-imgs li img {
  width: 100%;
}
.area-body section .model-img li {
  margin: 0 5px;
}
.area-body section .model-img li img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .area-body section {
    max-width: auto;
    margin: 0 auto 100px;
    font-size: 13px;
  }
  .area-body section ul.slick-dots {
    display: block !important;
    bottom: -25px;
  }
  .area-body section ul.slick-dots li {
    float: none;
    margin: 0 3px;
    width: 4px;
    height: 4px;
    padding: 0;
  }
  .area-body section ul.slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 0;
    border-radius: 50%;
    background: #ccc;
  }
  .area-body section ul.slick-dots li button:before {
    border: none;
  }
  .area-body section ul.slick-dots li.slick-active button {
    background: #333;
  }
  .area-body section ul.slick-dots li.slick-active button:before {
    background: none;
    border: none;
  }
  .area-body section .flex-box {
    flex-flow: column-reverse;
    width: auto;
    padding: 60px 0;
    margin: 60px auto 30px;
  }
  .area-body section .img-slider {
    width: 80%;
    margin: 0 10%;
  }
  .area-body section .sec-info {
    width: auto;
    text-align: left;
    padding: 0;
    font-size: 13px;
    margin: 0 30px;
  }
  .area-body section .sec-info .sec-title {
    font-size: 58px;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .area-body section .sec-info p {
    margin: 20px 0;
  }
  .area-body section .sec-info dl {
    display: flex;
    display: -webkit-flex;
    font-weight: 600;
  }
  .area-body section .sec-info dl dt {
    width: 5rem;
  }
  .area-body section .sec-info dl dd::before {
    content: ":";
    padding: 0 5px 0 0;
  }
  .area-body section .sec-info dl dd .color-chip {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .area-body section .sec-info dl dd .color-chip li {
    display: inline-block;
    width: 10px;
    height: 10px;
  }
  .area-body section .product-imgs {
    width: auto;
    margin: 0 30px 60px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .area-body section .product-imgs li {
    width: auto;
    margin: 0 0 5px;
  }
  .area-body section .product-imgs li img {
    width: 100%;
  }
  .area-body section .model-img li {
    margin: 0;
  }
}
.area-body .elem-btn a {
  width: 250px;
  line-height: 1;
  padding: 14px 0;
  font-weight: 600;
  text-align: center;
  display: block;
  background: #333333;
  color: #fff;
  margin: 30px 0 0;
}
.area-body .elem-btn.btn-center a {
  width: 320px;
  margin: 60px auto 100px;
}
.area-body .elem-btn.btn-all a {
  font-size: 20px;
  width: 1120px;
  padding: 24px 0;
  margin: 50px auto 100px;
}
@media screen and (max-width: 896px) {
  .area-body .elem-btn a {
    font-size: 10px;
    width: auto;
    line-height: 1;
    padding: 14px 0;
    margin: 30px 0 0;
  }
  .area-body .elem-btn.btn-center a {
    width: auto;
    margin: 60px 30px 50px;
  }
  .area-body .elem-btn.btn-all a {
    font-size: 12px;
    width: auto;
    padding: 18px 0;
    margin: 0 30px 50px;
  }
}

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;
}