@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 {
  margin: 0;
  padding: 0;
}

.area-wrapper .mainvisual img {
  width: 100%;
}

.area-wrapper .slick-arrow {
  display: block !important;
}

.area-wrapper ul.slick-dots {
  margin: 30px 0 0;
}

.area-wrapper ul.slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.area-wrapper ul.slick-dots li.slick-active button {
  background: #000;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
  .area-wrapper ul.slick-dots {
    margin: 10px 0 0;
  }
  .area-wrapper ul.slick-dots li button {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 0 100px;
}

img {
  max-width: 100%;
}

/*
    area-header
=========================================*/
.area-header h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 60px 0 40px;
}

.area-header p {
  text-align: left;
  font-size: 16px;
  width: 670px;
  margin: 0 auto;
}

.area-header .date {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 0;
}

@media screen and (max-width: 896px) {
  .area-header h2 {
    font-size: 13px;
    margin: 20px 0;
  }
  .area-header p {
    font-size: 11px;
    width: auto;
    margin: 0 35px;
  }
  .area-header .date {
    font-size: 13px;
    margin: 20px 0 0;
  }
}

/*
    area-product
=========================================*/
.area-product {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.area-product .area-slider {
  margin-right: 100px;
}

.area-product .area-slider .color-name {
  margin: 0 0 10px;
}

.area-product .area-info {
  font-family: 'Roboto Condensed', sans-serif;
}

.area-product .area-info .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.area-product .area-info .name a {
  color: #000;
  text-decoration: none;
}

.area-product .area-info .name .pri {
  font-size: 28px;
  font-weight: 300;
}

.area-product .area-info .size {
  font-size: 20px;
}

.area-product .area-info .btn {
  display: block;
}

.area-product .area-info .btn a {
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 1;
  display: block;
  background: #000;
  color: #fff;
  padding: 20px 50px;
  box-sizing: border-box;
  text-decoration: none;
}

.area-product .thumb-item {
  width: 540px;
  margin: 0 auto;
}

.area-product .thumb-item .image {
  width: 540px;
  margin: 0 14px;
}

.area-product .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 43%;
  left: -50px;
  z-index: 1;
}

.area-product .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 43%;
  right: -50px;
  z-index: 1;
}

.area-product .thumb-item-nav {
  width: 210px;
  margin: 0 auto;
}

.area-product .thumb-item-nav li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.area-product .thumb-item-nav li.BLACK {
  background: #000;
}

.area-product .thumb-item-nav li.WHITE {
  background: #ebebeb;
}

.area-product .thumb-item-nav li.ORANGE {
  background: #f67b5a;
}

.area-product .thumb-item-nav li.GREY {
  background: #afadb2;
}

.area-product .thumb-item-nav li.LTGREEN {
  background: #dce27c;
}

.area-product .thumb-item-nav li.NAVY {
  background: #2d2d6c;
}

.area-product .thumb-item-nav li.GREEN {
  background: #1d674e;
}

@media screen and (max-width: 896px) {
  .area-product {
    display: block;
  }
  .area-product .area-slider {
    margin-right: 0px;
  }
  .area-product .thumb-item {
    width: auto;
    margin: 0 35px;
  }
  .area-product .thumb-item .image {
    width: 300px;
    margin: 0 35px;
  }
  .area-product .prev-arrow {
    cursor: pointer;
    position: absolute;
    top: 43%;
    left: -50px;
    z-index: 1;
    zoom: .5;
  }
  .area-product .next-arrow {
    cursor: pointer;
    position: absolute;
    top: 43%;
    right: -50px;
    z-index: 1;
    zoom: .5;
  }
  .area-product .thumb-item-nav {
    width: 189px;
    margin: 0 auto 30px;
  }
  .area-product .thumb-item-nav .slick-track li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
  }
  .area-product .area-info .name {
    font-size: 20px;
  }
  .area-product .area-info .name .pri {
    font-size: 15px;
  }
  .area-product .area-info .size {
    font-size: 14px;
  }
  .area-product .area-info .btn {
    display: block;
  }
  .area-product .area-info .btn a {
    margin: 20px 72px 0;
    font-size: 12px;
  }
}

/*
    area-detail
=========================================*/
.area-detail .line {
  display: block;
  width: 1px;
  height: 150px;
  background: #000;
  margin: 130px auto 100px;
}

.area-detail h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.area-detail .detail-slider {
  position: relative;
  width: 600px;
  margin: 0 auto 100px;
}

.area-detail .detail-slider h3 {
  position: absolute;
  top: 80px;
  right: -30px;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

.area-detail .detail-slider.womens h3 {
  right: auto;
  left: -30px;
}

.area-detail .detail-slider .thumb-item {
  width: 600px;
  margin: 0 auto;
}

.area-detail .detail-slider .thumb-item .image {
  width: 600px;
  margin: 0 14px;
}

.area-detail .detail-slider .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 43%;
  left: -50px;
  z-index: 1;
}

.area-detail .detail-slider .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 43%;
  right: -50px;
  z-index: 1;
}

.area-detail .detail-slider .slick-dots {
  bottom: -45px;
}

.area-detail .detail-slider .slick-dots li {
  margin: 0;
  padding: 0;
}

.area-detail .detail-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border: none;
  background: #eaeaea;
}

.area-detail .detail-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000;
}

@media screen and (max-width: 896px) {
  .area-detail .line {
    height: 100px;
    margin: 70px auto;
  }
  .area-detail h2 {
    font-size: 15px;
  }
  .area-detail .detail-slider {
    width: 275px;
    margin: 0 auto 100px;
  }
  .area-detail .detail-slider h3 {
    top: 30px;
    right: -15px;
    font-size: 12px;
  }
  .area-detail .detail-slider.womens h3 {
    right: auto;
    left: -15px;
  }
  .area-detail .detail-slider .thumb-item {
    width: 275px;
    margin: 0 auto;
  }
  .area-detail .detail-slider .thumb-item .image {
    width: 275px;
    margin: 0 14px;
  }
  .area-detail .detail-slider .prev-arrow {
    zoom: .5;
  }
  .area-detail .detail-slider .next-arrow {
    zoom: .5;
  }
  .area-detail .detail-slider .slick-dots {
    bottom: -45px;
  }
  .area-detail .detail-slider .slick-dots li button {
    padding: 0;
  }
  .area-detail .detail-slider .slick-dots li button:before {
    width: 5px;
    height: 5px;
  }
  .area-detail .detail-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #000;
  }
}

.area-wrapper .area-color .slick-arrow {
  display: none !important;
}

/*
    area-color
=========================================*/
.area-color {
  margin: 180px 0 0;
}

.area-color h2 {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  padding: 35px 0;
}

.area-color .line-top {
  display: block;
  width: 58%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.area-color .line-bottom {
  display: block;
  width: 58%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}

.area-color .area-color-sider {
  margin: 0 auto;
}

.area-color .area-color-sider .area-emb {
  width: 350px;
  margin: 50px auto 100px;
}

.area-color .area-color-sider .area-emb h3 {
  margin: 0;
  padding: 0;
}

.area-color .area-color-sider .area-emb .emb-image {
  width: 350px;
}

.area-color .thumb-item {
  width: 100%;
  margin: 0 auto;
}

.area-color .thumb-item li {
  display: flex;
  display: -webkit-flex;
}

.area-color .thumb-item .image {
  width: 540px;
  margin: 0 80px;
}

.area-color .thumb-item .detail-image {
  width: 250px;
}

.area-color .color-name {
  margin: 0 0 10px;
}

.area-color .slider-arrow {
  position: relative;
  width: 540px;
  margin: 0 auto;
  top: -370px;
}

.area-color .slider-arrow .prev {
  cursor: pointer;
  position: absolute;
  top: -50%;
  left: -50px;
}

.area-color .slider-arrow .next {
  cursor: pointer;
  position: absolute;
  top: -50%;
  right: -50px;
}

.area-color .prev-arrow {
  display: none;
}

.area-color .next-arrow {
  display: none;
}

.area-color .thumb-item-nav {
  width: 210px;
  margin: 0 auto;
  cursor: pointer;
}

.area-color .thumb-item-nav li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.area-color .thumb-item-nav li.BLACK {
  background: #000;
}

.area-color .thumb-item-nav li.WHITE {
  background: #ebebeb;
}

.area-color .thumb-item-nav li.ORANGE {
  background: #f67b5a;
}

.area-color .thumb-item-nav li.GREY {
  background: #afadb2;
}

.area-color .thumb-item-nav li.LTGREEN {
  background: #dce27c;
}

.area-color .thumb-item-nav li.NAVY {
  background: #2d2d6c;
}

.area-color .thumb-item-nav li.GREEN {
  background: #1d674e;
}

.area-color .area-info {
  margin-top: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}

.area-color .area-info .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.area-color .area-info .name a {
  color: #000;
  text-decoration: none;
}

.area-color .area-info .name .pri {
  font-size: 28px;
  font-weight: 300;
}

.area-color .area-info .size {
  font-size: 20px;
}

.area-color .area-info .btn {
  display: block;
}

.area-color .area-info .btn a {
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 1;
  display: block;
  background: #000;
  color: #fff;
  padding: 20px 50px;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (max-width: 896px) {
  .area-color {
    margin: 90px 0 0;
  }
  .area-color h2 {
    font-size: 15px;
    padding: 15px 0;
  }
  .area-color .line-top {
    width: 65%;
  }
  .area-color .line-bottom {
    width: 65%;
  }
  .area-color .area-color-sider {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .area-color .area-color-sider .area-emb {
    width: 200px;
    margin: 30px auto;
  }
  .area-color .area-color-sider .area-emb .emb-image {
    width: 200px;
    margin-right: 0px;
  }
  .area-color .thumb-item {
    width: 100%;
    margin: 0 auto;
  }
  .area-color .thumb-item li {
    display: flex;
    display: -webkit-flex;
  }
  .area-color .thumb-item .image {
    width: 230px;
    margin: 0 20px;
  }
  .area-color .slider-arrow {
    position: relative;
    width: 250px;
    margin: 0 auto;
    top: -160px;
  }
  .area-color .slider-arrow .prev {
    cursor: pointer;
    position: absolute;
    top: -50%;
    left: -20px;
    zoom: .5;
  }
  .area-color .slider-arrow .next {
    cursor: pointer;
    position: absolute;
    top: -50%;
    right: -20px;
    zoom: .5;
  }
  .area-color .prev-arrow {
    zoom: .5;
  }
  .area-color .next-arrow {
    zoom: .5;
  }
  .area-color .thumb-item-nav {
    width: 189px;
    margin: 0 auto 30px;
  }
  .area-color .thumb-item-nav .slick-track li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
  }
  .area-color .area-info .name {
    font-size: 20px;
  }
  .area-color .area-info .name .pri {
    font-size: 15px;
  }
  .area-color .area-info .size {
    font-size: 14px;
  }
  .area-color .area-info .btn {
    display: block;
  }
  .area-color .area-info .btn a {
    margin: 20px 72px 0;
    font-size: 12px;
  }
}

.all-btn a {
  font-size: 18px;
  display: block;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  border: 1px solid #000;
  width: auto;
  padding: 20px;
  line-height: 1;
  max-width: 1050px;
  margin: 40px auto;
  text-decoration: none;
  transition: 0.3s ease 0s;
}

.all-btn a:hover {
  color: #fff;
  background: #000;
}

.all-btn a:hover.sample5-2::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 896px) {
  .all-btn a {
    font-size: 14px;
    color: #fff;
    background: #000;
    margin: 40px 25px;
  }
  .all-btn a.sample5-2::after {
    right: -86%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-2::after {
  right: -90%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 896px) {
  .btn-all {
    margin: 0 30px;
  }
}

.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 */
