@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;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  margin: 0;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 60px;
}
.area-header .pick-img {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1020px;
  margin: 30px auto 0;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
  }
  .area-header .header-text {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 40px;
  }
  .area-header .title-pick {
    width: 102px;
    margin: 0 auto;
  }
  .area-header .pick-img {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin: 10px auto 0;
  }
  .area-header .pick-img li {
    width: 33.33333%;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto 100px;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
}
.area-body ul.slick-dots {
  display: block !important;
  bottom: -20px;
}
.area-body ul.slick-dots li {
  float: none;
  margin: 0 2px;
  width: 20px;
  height: 2px;
  padding: 0;
}
.area-body ul.slick-dots li button {
  width: 20px;
  height: 2px;
  padding: 0;
  border-radius: 0%;
  background: #ccc;
}
.area-body ul.slick-dots li button:before {
  border: none;
}
.area-body ul.slick-dots li.slick-active button {
  background: #000;
}
.area-body ul.slick-dots li.slick-active button:before {
  background: none;
  border: none;
}
.area-body section {
  padding: 120px 0 0;
  margin: 0 auto;
}
.area-body section .top-line {
  margin: 0 0 100px;
}
.area-body section .model-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 1115px;
  margin: 0 auto;
}
.area-body section .model-box .left {
  width: 555px;
}
.area-body section .model-box .right {
  width: 555px;
}
.area-body section .product-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  margin: 30px auto;
}
.area-body section .product-box.reverse-box {
  flex-flow: row-reverse;
}
.area-body section .product-box.reverse-box .product-img {
  margin: 0 40px 0 20px;
}
.area-body section .product-box .product-img {
  width: 320px;
  margin: 0 0px 0 40px;
}
.area-body section .product-box .product-info {
  width: 745px;
  margin: 0 0 0 40px;
  text-align: left;
}
.area-body section .product-box .product-info .mt {
  margin-top: 20px;
}
.area-body section .product-box .product-info .product-name {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
}
.area-body section .product-box .product-info .product-pri {
  font-size: 24px;
  font-weight: 600;
}
.area-body section .product-box .product-info .product-pri span {
  font-size: 16px;
}
.area-body section .product-box .product-info p {
  font-size: 15px;
  margin: 20px 0;
}
.area-body section .coordinate-box {
  width: 1020px;
  margin: 0 auto;
  text-align: left;
}
.area-body section .title-coordinate {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 0;
}
.area-body section .title-line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: relative;
  top: -30px;
  z-index: -1;
}
.area-body section .coordinate-list {
  font-size: 15px;
}
.area-body section .coordinate-list li {
  margin: 10px 0;
}
.area-body section .coordinate-list li span {
  margin: 0 10px;
}
.area-body section .archive-box .archive-title {
  margin: 0 0 40px;
}
.area-body section .archive-box .archive-link {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .area-body section {
    max-width: auto;
    margin: 0 auto;
    font-size: 13px;
    padding: 80px 0 0;
    margin: 0 auto;
  }
  .area-body section ul.slick-dots {
    display: block !important;
    bottom: -20px;
  }
  .area-body section ul.slick-dots li {
    float: none;
    margin: 0 2px;
    width: 15px;
    height: 1px;
    padding: 0;
  }
  .area-body section ul.slick-dots li button {
    width: 15px;
    height: 1px;
    padding: 0;
    border-radius: 0;
    background: #ccc;
  }
  .area-body section ul.slick-dots li button:before {
    border: none;
  }
  .area-body section ul.slick-dots li.slick-active button {
    background: #333;
  }
  .area-body section ul.slick-dots li.slick-active button:before {
    background: none;
    border: none;
  }
  .area-body section .top-line {
    margin: 0 20px 50px;
  }
  .area-body section .model-box {
    flex-flow: column;
    width: auto;
    margin: 0 auto;
  }
  .area-body section .model-box .left {
    width: auto;
    margin: 0 0 2px;
  }
  .area-body section .model-box .right {
    width: 100%;
  }
  .area-body section .product-box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    width: auto;
    margin: 30px 35px;
  }
  .area-body section .product-box.reverse-box {
    flex-flow: column;
  }
  .area-body section .product-box.reverse-box .product-img {
    margin: 0;
  }
  .area-body section .product-box .product-img {
    width: auto;
    margin: 0;
  }
  .area-body section .product-box .product-info {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .area-body section .product-box .product-info .product-name {
    margin: 10px 0 0;
    font-size: 18px;
  }
  .area-body section .product-box .product-info .product-pri {
    font-size: 16px;
  }
  .area-body section .product-box .product-info .product-pri span {
    font-size: 12px;
  }
  .area-body section .product-box .product-info p {
    font-size: 13px;
    margin: 14px 0;
  }
  .area-body section .coordinate-box {
    width: auto;
    margin: 0 35px;
    text-align: left;
  }
  .area-body section .title-coordinate {
    font-size: 14px;
    padding: 0 14px 0 0;
  }
  .area-body section .title-line {
    top: -14px;
    z-index: -1;
  }
  .area-body section .coordinate-list {
    font-size: 11px;
  }
  .area-body section .coordinate-list li {
    margin: 10px 0;
  }
  .area-body section .coordinate-list li span {
    margin: 0 10px 0 0;
  }
  .area-body section .coordinate-list li span.pri {
    margin: 0 0 0 10px;
  }
  .area-body section .archive-box {
    margin: 80px 0 0;
  }
  .area-body section .archive-box .archive-title {
    margin: 0 0 20px;
  }
  .area-body section .archive-box .archive-title img {
    zoom: 0.5;
  }
  .area-body section .archive-box .archive-link {
    width: auto;
    margin: 0 30px;
  }
}
.area-body .elem-btn a {
  line-height: 1;
  display: block;
}
.area-body .elem-btn.btn-all a {
  margin: 150px auto 100px;
}
@media screen and (max-width: 896px) {
  .area-body .elem-btn a {
    font-size: 10px;
    width: 130px;
    line-height: 1;
    margin: 20px auto;
  }
  .area-body .elem-btn.btn-all {
    margin: 50px 0 0;
  }
  .area-body .elem-btn.btn-all a {
    width: auto;
    margin: 0 38px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.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;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.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;
}