@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: #e5e5e5;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #e5e5e5;
  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: 30px auto 70px;
  line-height: 1.8;
  text-align: center;
}
.area-header .header-text span {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.area-header .area-about li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 940px;
  margin: 0 auto 10px;
}
.area-header .area-about li:nth-child(2n) {
  flex-flow: row-reverse;
}
.area-header .area-about li .area-about-img {
  width: 460px;
}
.area-header .area-about li .area-about-text {
  width: 480px;
  padding: 90px;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0 0 40px;
  }
  .area-header .header-text {
    font-size: 15px;
    margin: 5px 30px 40px;
    line-height: 2;
  }
  .area-header .header-text span {
    margin-top: 5px;
    font-size: 13px;
  }
  .area-header .area-about li {
    flex-flow: column;
    width: auto;
    margin: 0 35px 20px;
  }
  .area-header .area-about li:nth-child(2n) {
    flex-flow: column;
  }
  .area-header .area-about li .area-about-img {
    width: auto;
  }
  .area-header .area-about li .area-about-text {
    font-size: 13px;
    line-height: 2;
    width: auto;
    padding: 20px 0;
    text-align: left;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto 0px;
  padding: 0 0 150px;
  font-weight: normal;
  background: #e5e5e5;
  overflow: hidden;
}
.area-body section {
  padding: 150px 0 0;
}
.area-body section .product-imgs {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}
.area-body section .product-imgs li {
  width: 50%;
}
.area-body section .product-imgs li:nth-child(1) {
  padding: 0 7% 0 0;
}
.area-body section .product-imgs li:nth-child(3) {
  padding: 0 0 0 7%;
}
.area-body section .product-imgs li:nth-child(4) {
  padding: 7%;
}
.area-body section .area-product {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}
.area-body section .area-product .area-product-name {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  padding: 0 50px 0 0;
  margin: 0 40px 0 0;
  border-right: 1px solid #000;
}
.area-body section .area-product .product-color {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
  margin: 0 60px 0 0;
}
.area-body section .area-product .product-color span {
  font-size: 12px;
  padding: 0 0 0 2px;
}
.area-body section .area-product .area-product-btn a {
  display: block;
  width: 250px;
  padding: 20px 0;
  color: #fff;
  background: #000;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  .area-body {
    margin: 0 auto 0px;
    padding: 0 0 150px;
  }
  .area-body section {
    padding: 100px 0 0;
  }
  .area-body section .product-imgs {
    flex-flow: column;
    max-width: auto;
    margin: 0 auto;
  }
  .area-body section .product-imgs li {
    width: auto;
  }
  .area-body section .product-imgs li:nth-child(1) {
    padding: 0;
  }
  .area-body section .product-imgs li:nth-child(2) {
    padding: 35px 35px 0 0;
  }
  .area-body section .product-imgs li:nth-child(3) {
    padding: 35px 0 0 35px;
  }
  .area-body section .product-imgs li:nth-child(4) {
    padding: 35px;
  }
  .area-body section .area-product {
    flex-flow: column;
    margin-top: -20px;
  }
  .area-body section .area-product .area-product-name {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    padding: 0;
    width: calc(100% - 70px);
    margin: 0 0 5px;
    border-right: none;
  }
  .area-body section .area-product .area-product-info {
    width: calc(100% - 70px);
    margin: 0 35px;
  }
  .area-body section .area-product .product-color {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    margin: 0;
  }
  .area-body section .area-product .product-color span {
    font-size: 10px;
    padding: 0 0 0 2px;
  }
  .area-body section .area-product .area-product-btn {
    width: calc(100% - 70px);
  }
  .area-body section .area-product .area-product-btn a {
    margin: 15px 0 0;
    display: block;
    width: auto;
    padding: 10px 0;
    font-size: 12px;
  }
}

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;
}