@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  background-color: #000;
  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 {
  background: #17184b;
  padding-bottom: 80px;
}
.area-header .header-text {
  font-size: 16px;
  font-weight: normal;
  margin: 55px 0;
  color: #fff;
}
.area-header .area-reserve {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 10px 74px;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .area-header {
    padding-bottom: 30px;
  }
  .area-header .header-text {
    text-align: left;
    font-size: 12px;
    margin: 20px 10px;
  }
  .area-header .header-text br {
    display: none;
  }
  .area-header .area-reserve {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 10px 0;
    margin: 0 20px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  background: #fff;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
.area-body section.border {
  border-top: 1px solid #ccc;
}
.area-body section h2 {
  font-size: 25px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-weight: 500;
  color: #092b6c;
  letter-spacing: 1px;
  margin: 0 0 50px;
}
.area-body section p {
  margin-bottom: 2em;
}
.area-body section .image-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.area-body section .image-list li {
  width: 540px;
  margin: 0 10px;
  background-color: #cfcfcf;
}
.area-body section .name {
  font-size: 20px;
  font-weight: bold;
}
.area-body section .name a {
  text-decoration: none;
}
.area-body section .model-slider {
  width: 600px;
  margin: 70px auto 40px;
  position: relative;
}
.area-body section .model-slider .prev-arrow {
  position: absolute;
  top: 43%;
  left: -60px;
  z-index: 2;
}
.area-body section .model-slider .next-arrow {
  position: absolute;
  top: 43%;
  right: -60px;
  z-index: 2;
}
.area-body section .slick-arrow {
  display: block !important;
}
.area-body section ul.slick-dots {
  display: none !important;
}
.area-body section .btn-cart a {
  display: block;
  width: 600px;
  line-height: 1;
  padding: 20px 0 24px;
  margin: 65px auto 0;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: #092b6c;
  border: 2px solid #092b6c;
  text-decoration: none;
  position: relative;
}
.area-body section .btn-cart a i {
  position: absolute;
  top: 20px;
  right: 45px;
  width: 22px;
}
@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 20px;
    padding: 50px 0;
  }
  .area-body section h2 {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .area-body section p {
    text-align: left;
    margin-bottom: 2em;
  }
  .area-body section p br {
    display: none;
  }
  .area-body section .image-list {
    flex-flow: column;
    margin: 30px 0;
  }
  .area-body section .image-list li {
    width: auto;
    margin: 0;
  }
  .area-body section .name {
    margin: 30px 0 0;
    font-size: 16px;
  }
  .area-body section .model-slider {
    width: auto;
    margin: 30px -20px;
  }
  .area-body section .model-slider .prev-arrow {
    position: absolute;
    top: 43%;
    left: 50px;
    z-index: 2;
    zoom: 0.5;
  }
  .area-body section .model-slider .next-arrow {
    position: absolute;
    top: 43%;
    right: 50px;
    z-index: 2;
    zoom: 0.5;
  }
  .area-body section .btn-cart a {
    display: block;
    width: auto;
    line-height: 1;
    padding: 14px 0 18px;
    margin: 35px auto 0;
    font-size: 18px;
    border: 2px solid #092b6c;
    text-decoration: none;
    position: relative;
  }
  .area-body section .btn-cart a i {
    position: absolute;
    top: 14px;
    right: 25px;
    width: 15px;
  }
}

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;
}