@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: "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: 400;
}
.area-header .header-text span {
  font-size: 22px;
  font-weight: 600;
  display: block;
}
.area-header .navi {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.area-header .navi li {
  width: 360px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.area-header .navi li .navi-text {
  margin: 10px 0 0;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0 0 40px;
  }
  .area-header .header-text {
    margin: 10px 0 20px;
    font-size: 13px;
    font-weight: 400;
  }
  .area-header .header-text span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
  }
  .area-header .navi {
    flex-flow: column;
    margin: 30px 55px;
  }
  .area-header .navi li {
    margin: 0;
    font-size: 13px;
  }
  .area-header .navi li .navi-text {
    margin: 5px 0 30px;
  }
}

/*
    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: -25px;
}
.area-body ul.slick-dots li {
  float: none;
  margin: 0 2px;
  width: 30px;
  height: 2px;
  padding: 0;
}
.area-body ul.slick-dots li button {
  width: 30px;
  height: 2px;
  padding: 0;
  border-radius: 0%;
  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: 70px 0;
}
.area-body section .sec-title {
  font-size: 60px;
  position: relative;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
.area-body section .sec-title .text {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 20px;
}
.area-body section .sec-title small {
  font-size: 40px;
}
.area-body section .sec-title .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #b8b8b8;
  position: absolute;
  top: 54%;
  z-index: 1;
}
.area-body section .sec-proname {
  margin: 40px 0 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 1.2;
}
.area-body section .sec-proname span {
  display: block;
  font-size: 40px;
}
.area-body section .product-imgs {
  width: 750px;
  margin: 60px auto;
}
.area-body section p {
  width: 700px;
  line-height: 2;
  margin: 0 auto;
  text-align: left;
}
.area-body section .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1240px;
  padding: 0;
  margin: 130px auto 30px;
}
.area-body section .flex-box.three-box li {
  width: 390px;
  margin: 0 10px;
}
.area-body section .flex-box li {
  text-align: left;
  width: 530px;
  margin: 0 45px 100px;
}
.area-body section .flex-box li .pro-name {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 20px;
}
.area-body section .flex-box li p {
  width: auto;
  margin: 20px 0 10px;
}
.area-body section .elem-name {
  font-size: 18px;
  font-weight: 600;
}
.area-body section .pri {
  font-size: 20px;
  font-weight: 600;
}
.area-body section .pri span {
  font-size: 12px;
}
@media screen and (max-width: 896px) {
  .area-body section {
    max-width: auto;
    padding: 30px 0 0;
    margin: 0 auto 100px;
    font-size: 13px;
  }
  .area-body section ul.slick-dots {
    display: block !important;
    bottom: -20px;
  }
  .area-body section ul.slick-dots li {
    float: none;
    margin: 0 2px;
    width: 15px;
    height: 1px;
    padding: 0;
  }
  .area-body section ul.slick-dots li button {
    width: 15px;
    height: 1px;
    padding: 0;
    border-radius: 0;
    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 .sec-title {
    font-size: 27px;
    position: relative;
    line-height: 1;
    font-family: "EB Garamond", serif;
    font-weight: 400;
  }
  .area-body section .sec-title .text {
    position: relative;
    display: inline-block;
    background: #fff;
    z-index: 2;
    padding: 0 20px;
  }
  .area-body section .sec-title small {
    font-size: 20px;
  }
  .area-body section .sec-proname {
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
  }
  .area-body section .sec-proname span {
    display: block;
    font-size: 20px;
  }
  .area-body section .product-imgs {
    width: auto;
    margin: 30px auto;
  }
  .area-body section p {
    width: auto;
    line-height: 2;
    margin: 40px 30px;
    text-align: left;
  }
  .area-body section .flex-box {
    flex-flow: column;
    width: auto;
    padding: 0;
    margin: 80px auto 10px;
  }
  .area-body section .flex-box.three-box li {
    width: auto;
    margin: 0 10px;
  }
  .area-body section .flex-box li {
    text-align: left;
    width: auto;
    margin: 0 30px 50px;
  }
  .area-body section .flex-box li .pro-name {
    font-size: 16px;
    margin: 40px 0 20px;
  }
  .area-body section .flex-box li p {
    width: auto;
    margin: 20px 0 10px;
  }
  .area-body section .elem-name {
    font-size: 18px;
    font-weight: 600;
  }
  .area-body section .pri {
    font-size: 16px;
  }
  .area-body section .pri span {
    font-size: 12px;
  }
}
.area-body .elem-btn a {
  font-size: 14px;
  width: 160px;
  line-height: 1;
  padding: 12px 0;
  margin: 0 auto;
  font-weight: 300;
  text-align: center;
  display: block;
  background: #333333;
  color: #fff;
}
.area-body .elem-btn.btn-center a {
  width: 320px;
  margin: 60px auto 100px;
}
.area-body .elem-btn.btn-all a {
  font-size: 18px;
  width: 1120px;
  padding: 24px 0;
  margin: 50px auto 100px;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .area-body .elem-btn a {
    font-size: 10px;
    width: 120px;
    line-height: 1;
    padding: 12px 0;
    margin: 0 auto;
  }
  .area-body .elem-btn.btn-center a {
    width: auto;
    margin: 60px 30px 50px;
  }
  .area-body .elem-btn.btn-all a {
    font-size: 11px;
    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;
}