@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;
  padding-bottom: 50px;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
}
.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;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header .header-text {
  font-size: 15px;
  font-weight: normal;
  margin: 60px 0 100px;
}
.area-header .header-text strong {
  font-weight: bold;
}
.area-header .logo {
  margin: 70px auto 50px;
  width: 216px;
}
.area-header h2,
.area-header h3 {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 0;
}
.area-header h2 {
  font-size: 60px;
  margin: 0 0 20px;
  font-weight: 300;
}
.area-header h3 {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  .area-header .logo {
    margin: 40px auto 30px;
    width: 108px;
  }
  .area-header .header-text {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    margin: 20px;
  }
  .area-header .header-text strong {
    display: block;
  }
  .area-header .header-text br {
    display: none;
  }
  .area-header h2 {
    font-size: 42px;
    margin: 0 0 20px;
  }
  .area-header h3 {
    font-size: 24px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.area-body section .slick-arrow {
  display: block !important;
}
.area-body section .area-product .color {
  font-size: 12px;
}
.area-body section .area-product .color li {
  display: inline-block;
  margin: 0 5px;
}
.area-body section .area-product .size {
  font-size: 12px;
}
.area-body section .area-product .size li {
  display: inline-block;
  margin: 0;
}
.area-body section .area-product .size li::after {
  padding: 0 8px;
  display: inline-block;
  content: "/";
}
.area-body section .area-product .size li:last-child::after {
  content: "";
}
.area-body section .area-product .pri {
  font-size: 15px;
}
.area-body section .btn-more a {
  text-decoration: none;
  width: 1000px;
  margin: 20px auto;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.area-body section .info {
  max-width: 700px;
  margin: 130px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.area-body section .info .info-image {
  width: auto;
}
.area-body section .info p {
  margin: 50px 0 0;
  width: auto;
  text-align: left;
}
.area-body section .model-slider {
  position: relative;
  margin: 0 auto;
}
.area-body section .model-slider li img {
  width: 100%;
}
.area-body section .model-slider .prev-arrow {
  width: 34px;
  z-index: 2;
  position: absolute;
  top: 44%;
  left: 20vw;
}
.area-body section .model-slider .next-arrow {
  width: 34px;
  z-index: 2;
  position: absolute;
  top: 44%;
  right: 20vw;
}
.area-body section .product-slider {
  margin: 130px -2px 60px;
  position: relative;
}
.area-body section .product-slider li {
  margin: 0 2px;
}
.area-body section .product-slider li img {
  width: 100%;
}
.area-body section .product-slider .prev-arrow {
  width: 80px;
  z-index: 2;
  position: absolute;
  top: 44%;
  left: 20px;
}
.area-body section .product-slider .next-arrow {
  width: 80px;
  z-index: 2;
  position: absolute;
  top: 44%;
  right: 20px;
}
.area-body section .elem-text {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}
.area-body section .model-image {
  max-width: 1040px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 60px auto 40px;
}
.area-body section .model-image li {
  margin: 20px;
}
@media screen and (max-width: 896px) {
  .area-body section .area-product .color {
    margin-top: 40px;
  }
  .area-body section .area-product .color {
    font-size: 11px;
  }
  .area-body section .area-product .size {
    font-size: 11px;
  }
  .area-body section .area-product .pri {
    font-size: 13px;
  }
  .area-body section .btn-more a {
    font-size: 12px;
    width: auto;
    margin: 20px 40px;
  }
  .area-body section .info {
    max-width: auto;
    margin: 50px auto;
    flex-flow: column;
  }
  .area-body section .info .info-image {
    width: auto;
    margin: 0 40px;
  }
  .area-body section .info p {
    padding: 20px 40px;
    width: 100%;
    margin: 0;
  }
  .area-body section .model-slider {
    position: relative;
    margin: 0 auto;
  }
  .area-body section .model-slider li img {
    width: 100%;
  }
  .area-body section .model-slider .prev-arrow {
    width: 14px;
    z-index: 2;
    position: absolute;
    top: 44%;
    left: 4vw;
  }
  .area-body section .model-slider .next-arrow {
    width: 14px;
    z-index: 2;
    position: absolute;
    top: 44%;
    right: 4vw;
  }
  .area-body section .product-slider {
    margin: 60px 0 30px;
    position: relative;
  }
  .area-body section .product-slider li {
    margin: 0;
  }
  .area-body section .product-slider li img {
    width: 100%;
  }
  .area-body section .product-slider .prev-arrow {
    width: 40px;
    z-index: 2;
    position: absolute;
    top: 44%;
    left: 10px;
  }
  .area-body section .product-slider .next-arrow {
    width: 40px;
    z-index: 2;
    position: absolute;
    top: 44%;
    right: 10px;
  }
  .area-body section .elem-text {
    width: auto;
    font-size: 12px;
    margin: 0 40px;
  }
  .area-body section .model-image {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 40px 20px;
  }
  .area-body section .model-image li {
    margin: 10px 0;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.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;
}

.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;
}