@charset "UTF-8";
.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }
}
body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none !important;
}

.wrapper {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #fff;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper .header-text {
  font-size: 16px;
  text-align: center;
  margin: 70px auto;
  color: #000;
  font-weight: 500;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
      overflow: hidden;
  }
  .area-wrapper .header-text {
    text-align: left;
    width: auto;
    margin: 50px 25px;
    font-size: 12px;
  }
  .area-wrapper .header-text br {
    display: none;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0;
}
.area-body section {
  width: 1000px;
  margin: 0 auto 280px;
  position: relative;
  text-align: center;
}
.area-body section h2 {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 2;
}
.area-body section .list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-body section .list li {
  width: 322px;
  margin-right: 72px;
}
.area-body section .list li:last-child {
  margin-right: 0;
}
.area-body section .list li .product-color {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.area-body section .elem-text {
  text-align: left;
  width: 720px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 60px auto;
}
.area-body section .name {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.area-body section .name strong {
  font-size: 1.4em;
  line-height: 1;
  text-decoration: underline;
}
.area-body section .pri {
  font-size: 1.1em;
}
.area-body section .wide-image {
  margin: 80px 0 70px;
}
.area-body section .image-list {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  margin: 70px 0 0;
}
.area-body section .image-list li {
  width: 50%;
  margin-right: 70px;
}
.area-body section .image-list li img {
  margin-bottom: 60px;
}
.area-body section .image-list li img.last {
  margin-bottom: 0;
}
.area-body section .image-list li:last-child {
  margin-right: 0;
}
.area-body section .image-list li.area-btn img {
  margin-bottom: 360px;
}
.area-body section .btn a {
  width: auto;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  background: #000;
  color: #fff;
  line-height: 1;
  display: block;
}
.area-body section .thumb-title {
  font-size: 32px;
  text-align: center;
  margin: -60px 0 20px;
}
.area-body section .thumb-product {
  display: flex;
  display: -webkit-flex;
}
.area-body section .thumb-product li {
  width: 25%;
  margin: 0 3% 0 0;
}
.area-body section .thumb-product li:last-child {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 25px 160px;
    text-align: left;
  }
  .area-body section h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .area-body section h2 img {
    zoom: 0.5;
  }
  .area-body section .list {
    display: block;
  }
  .area-body section .list li {
    width: auto;
    margin: 0 72px 30px;
    text-align: center;
  }
  .area-body section .list li:last-child {
    margin: 0 72px 30px;
  }
  .area-body section .elem-text {
    text-align: left;
    width: auto;
    padding: 0 25px;
    margin: 0 auto 50px;
  }
  .area-body section .name {
    text-align: center;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .area-body section .name strong {
    font-size: 1.1em;
    line-height: 1;
  }
  .area-body section .pri {
    text-align: center;
    font-size: 1em;
  }
  .area-body section .wide-image {
    margin: 30px -25px;
  }
  .area-body section .image-list {
    display: block;
  }
  .area-body section .image-list li {
    width: auto;
    margin: 0 -45px;
  }
  .area-body section .image-list li:last-child {
    margin: 0 30px 60px;
  }
  .area-body section .image-list li.area-btn img {
    width: 100%;
    margin: 0 -20px 60px;
  }
  .area-body section .btn a {
    text-align: center;
    width: auto;
    padding: 20px;
    display: block;
    margin: 0 25px;
  }
  .area-body section .thumb-title {
    font-size: 28px;
    text-align: center;
    margin: -60px 0 20px;
  }
  .area-body section .thumb-product {
    flex-wrap: wrap;
  }
  .area-body section .thumb-product li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .area-body section .thumb-product li:nth-child(2n) {
    margin: 0 0 4%;
  }
  .area-body section .thumb-product li:last-child {
    margin: 0 0 4%;
  }
}

img {
  max-width: 100%;
}

.inview {
  opacity: 0;
}

.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;
}

/*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;
}