@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;
}

.wrapper {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #fff;
  text-align: center;
  color: #000;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.area-wrapper h1 {
  margin: 0;
  padding: 0;
}

.area-wrapper .mainvisual {
  width: 100%;
}

.area-wrapper .mainvisual img {
  width: 100%;
}

.area-wrapper .slick-arrow {
  display: block !important;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 0 100px;
}

img {
  max-width: 100%;
}

/*
    area-header
=========================================*/
.area-header .mainvisual img {
  width: 100%;
}

.area-header h2 {
  font-size: 22px;
  font-weight: bold;
}

.area-header p {
  text-align: center;
  font-size: 18px;
  margin: 1em auto 80px;
}

.area-header .header-image {
  width: 1050px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .area-header h2 {
    font-size: 14px;
  }
  .area-header p {
    font-size: 14px;
    width: auto;
    margin: 10px 25px;
    text-align: center;
  }
  .area-header p br {
    display: none;
  }
  .area-header .header-image {
    width: auto;
    margin: 0 auto;
  }
}

.area-body {
  width: 1050px;
  margin: 0 auto 130px;
}

.area-body .list {
  margin: 100px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.area-body .list li {
  width: 500px;
  margin: 0 50px 50px 0;
}

.area-body .list li:nth-child(2n) {
  margin-right: 0;
}

.area-body .list li.slide, .area-body .list li.slide2 {
  overflow: hidden;
  position: relative;
}

.area-body .list li.slide img, .area-body .list li.slide2 img {
  top: 0;
  left: 0;
  position: absolute;
}

.area-body .area-product {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}

.area-body .area-product p {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

.area-body .name {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.area-body .name .pri {
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .area-body {
    width: auto;
    margin: 0 25px 70px;
  }
  .area-body .list {
    margin: 30px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .area-body .list li {
    width: 48%;
    margin: 0 4% 2% 0;
  }
  .area-body .list li:nth-child(2n) {
    margin-right: 0;
  }
  .area-body .area-product {
    flex-flow: column-reverse;
  }
  .area-body .area-product p {
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
  }
  .area-body .name {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .area-body .name .pri {
    font-size: 16px;
  }
}

/*
    area-slider
=========================================*/
.area-slider {
  width: 340px;
  margin: 0px 90px 0 0;
}

.area-slider .image {
  width: 340px;
  margin: 0;
}

.prev-arrow {
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  left: -40px;
  z-index: 1;
}

.next-arrow {
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 43%;
  right: -40px;
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .area-slider {
    width: 259px;
    margin: 40px auto 0;
  }
  .area-slider .image {
    width: 260px;
    margin: 0;
  }
  .prev-arrow {
    width: auto;
    cursor: pointer;
    position: absolute;
    top: 43%;
    left: -80px;
    z-index: 1;
    zoom: .5;
  }
  .next-arrow {
    width: auto;
    cursor: pointer;
    position: absolute;
    top: 43%;
    right: -80px;
    z-index: 1;
    zoom: .5;
  }
}

.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;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
