@charset "UTF-8";
.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: inline-block;
  }
}

body {
  width: 100%;
}

/*
    .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.header-text {
  font-size: 16px;
  margin: 3em 0;
  padding: 0;
}

.area-wrapper .mainvisual img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
    font-size: 12px;
  }
  .area-wrapper .mainvisual {
    padding: 0;
  }
  .area-wrapper h1.header-text {
    font-size: 12px;
    margin: 2em 20px;
    padding: 0;
    text-align: left;
  }
  .area-wrapper h1.header-text br {
    display: none;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 0 100px;
}

img {
  max-width: 100%;
}

.area-banner {
  margin: 60px 0 0;
}

.area-banner img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .area-banner {
    margin: 30px 0 0;
  }
}

/*
    area-product
=========================================*/
.area-product {
  margin: 0 0 160px;
  overflow: hidden;
}

.area-product .product-image {
  width: 1060px;
  margin: 0 auto;
  padding: 90px 0;
  border-top: 1px solid #000;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.area-product .product-image .image {
  width: 260px;
  margin: 0 auto;
}

.area-product .product-image .name {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}

.area-product .product-image .price {
  color: #000;
}

.area-product .product-image .size {
  display: inline-block;
  position: relative;
}

.area-product .product-image .size .maru {
  position: absolute;
  top: 0px;
  left: 3.5em;
}

.area-product .product-image .size .maru img {
  width: 44px;
}

.area-product .product-image .size .maru-1 {
  position: absolute;
  top: 0px;
  left: -0.2em;
}

.area-product .product-image .size .maru-1 img {
  width: 44px;
}

.area-product .product-image .btn a {
  display: block;
  color: #000;
  padding: 10px 0;
  width: 220px;
  margin: 10px auto;
  border: 1px solid #000;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.area-product .other {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 20px;
}

.area-product .other dt {
  color: #999;
  font-weight: bold;
}

.area-product .other dd {
  padding: 0 0 0 10px;
}

.area-product .other dd a span {
  text-decoration: underline;
}

.area-product .other dd a span.shop {
  font-size: 10px;
  text-decoration: none;
}

.area-product p {
  text-align: left;
  width: 470px;
  line-height: 2;
  margin: 30px auto 60px;
}

.area-product p span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #999999;
}

.area-product h4 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 30px 0;
}

.area-product h3 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
}

.area-product .area-slider {
  position: relative;
}

.area-product .area-slider .area-arrow {
  position: relative;
  width: 500px;
  margin: 0 auto;
  top: -350px;
}

.area-product .area-slider .arrow-prev {
  position: absolute;
  top: 43%;
  left: -50px;
  z-index: 2;
}

.area-product .area-slider .arrow-next {
  position: absolute;
  top: 43%;
  right: -50px;
  z-index: 2;
}

.area-product .thumb-item {
  width: 100%;
  margin: 0 auto;
}

.area-product .thumb-item .image {
  width: 500px;
  margin: 0 40px;
}

.area-product .slick-slider .slick-arrow {
  display: block !important;
  width: calc(50% - 250px);
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  opacity: .7;
  border: none;
  border-radius: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  z-index: 2;
}

.area-product .slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.area-product .slick-slider .slick-arrow.slick-next {
  right: 0;
}

@media screen and (max-width: 896px) {
  .area-product {
    margin: 0 0 80px;
  }
  .area-product .product-image {
    width: auto;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #000;
    flex-flow: column;
  }
  .area-product .product-image .image {
    width: auto;
    margin: 0 100px;
  }
  .area-product .product-image .name {
    text-align: center;
    font-size: 12px;
  }
  .area-product .product-image .price {
    margin: .5em 0;
    color: #000;
  }
  .area-product .product-image .size {
    display: inline-block;
    position: relative;
  }
  .area-product .product-image .size .maru {
    position: absolute;
    top: 0px;
    left: 3.5em;
  }
  .area-product .product-image .size .maru img {
    width: 44px;
  }
  .area-product .product-image .size .maru-1 {
    position: absolute;
    top: 0px;
    left: -0.5em;
  }
  .area-product .product-image .size .maru-1 img {
    width: 44px;
  }
  .area-product .product-image .btn a {
    display: block;
    color: #000;
    padding: 10px 0;
    width: 220px;
    margin: 10px auto;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
  }
  .area-product .other dt.wide {
    width: 13em;
  }
  .area-product .other dd {
    padding: 0 0 0 10px;
  }
  .area-product .other dd a span.shop {
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
  }
  .area-product p {
    text-align: left;
    width: auto;
    margin: 10px 30px 30px;
  }
  .area-product p br {
    display: none;
  }
  .area-product h3 {
    font-size: 18px;
  }
  .area-product h4 {
    font-size: 12px;
    margin: 10px 0 25px;
  }
  .area-product h4 br {
    display: block;
  }
  .area-product h4.non-margin {
    margin: 0 0 25px;
  }
  .area-product .area-slider .area-arrow {
    display: none;
  }
  .area-product .product-title {
    margin: 80px auto 20px;
  }
  .area-product .product-title img {
    zoom: .5;
  }
  .area-product .product-btn a {
    font-size: 10px;
    width: auto;
    margin: 0 36px 50px;
    padding: 14px 0;
  }
  .area-product .product-list {
    margin: 40px 20px 20px;
    flex-wrap: wrap;
  }
  .area-product .product-list li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .area-product .product-list li a {
    text-decoration: none;
  }
  .area-product .product-list li:nth-child(2n) {
    margin-right: 0;
  }
  .area-product .product-list li:last-child {
    margin-right: 0;
  }
  .area-product .thumb-item {
    width: 100%;
  }
  .area-product .thumb-item .image {
    width: 90%;
    margin: 0 5%;
  }
  .area-product .slick-slider .slick-arrow {
    width: 14px;
    height: auto;
    position: absolute;
    top: auto;
    background: none;
    opacity: 1;
    border: none;
  }
  .area-product .slick-slider .prev-arrow {
    position: absolute;
    top: 43%;
    left: 30px;
  }
  .area-product .slick-slider .next-arrow {
    position: absolute;
    top: 43%;
    right: 30px;
  }
}

@media screen and (max-width: 896px) {
  .btn-all {
    margin: 0 30px;
  }
}

.inview {
  opacity: 0;
}

.updelay1 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 0s 1;
  -webkit-animation: VisualImage 1s ease 0s 1;
  animation-fill-mode: both;
}

.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 */
