@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-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 .header-text {
  font-size: 16px;
  font-weight: bold;
  margin: 60px 0 120px;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
  .area-wrapper .header-text {
    font-size: 12px;
    margin: 30px 0 40px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  font-family: "Inter", sans-serif;
}
.area-header h1 {
  font-size: 14px;
  font-weight: normal;
}
.area-header .table-img {
  margin: 80px 0 10px;
}
.area-header .notice {
  width: 1120px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
}
.area-header .title-index {
  font-family: "Inter", sans-serif;
  color: #ffba00;
  font-size: 32px;
  font-weight: bold;
  margin: 80px 0 8px;
}
.area-header .nav {
  width: 1122px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0 auto 180px;
  line-height: 1.4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.area-header .nav li {
  width: 280px;
  margin: 0px;
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
}
.area-header .nav li a {
  text-decoration: none;
  display: block;
  position: relative;
}
.area-header .nav li a .num {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #ffba00;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 37%;
}
.area-header .nav li a .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-header .nav li a .wrap img {
  width: 110px;
  display: block;
}
.area-header .nav li a .wrap .text {
  padding: 0 0 0 16px;
  font-weight: bold;
  text-align: left;
  width: 170px;
}
@media screen and (max-width: 896px) {
  .area-header h1 {
    margin: 30px;
    text-align: left;
    font-size: 13px;
  }
  .area-header h1 br {
    display: none;
  }
  .area-header .table-img {
    margin: 0 0 10px;
  }
  .area-header .notice {
    width: auto;
    margin: 0 10px;
  }
  .area-header .title-index {
    font-size: 15px;
    margin: 50px 0 0px;
  }
  .area-header .nav {
    width: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 100px;
    border-right: none;
  }
  .area-header .nav li {
    width: 50%;
    margin: 0;
    font-size: 11px;
    text-align: left;
  }
  .area-header .nav li a .num {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 30%;
  }
  .area-header .nav li a .wrap img {
    width: 34%;
    display: block;
  }
  .area-header .nav li a .wrap .text {
    font-size: 10px;
    width: 66%;
    padding: 10px 0px 10px 10px;
    font-weight: 600;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  background: #fff;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
}
.area-body section {
  margin: 0 0 180px;
}
.area-body section h2 {
  width: 880px;
  margin: 0 auto -20px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.area-body section .model-image {
  width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.area-body section .model-info {
  font-weight: normal;
  color: #ffba00;
  margin: 20px 0 36px;
}
.area-body section .name a {
  text-decoration: none;
  display: block;
  margin: 30px 0 20px;
  font-family: "Inter", sans-serif;
  color: #ffba00;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.area-body section .name a .pri {
  font-size: 14px;
}
.area-body section .name a .pri span {
  font-weight: normal;
  font-size: 12px;
}
.area-body section .elem-text {
  font-size: 12px;
  font-weight: normal;
}
.area-body section .elem-btn a {
  color: #000;
  background: #ffba00;
  font-family: "Inter", sans-serif;
  width: 660px;
  padding: 30px 0;
  margin: 20px auto;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.area-body section .banner {
  width: 1120px;
  margin: 200px auto 100px;
}
.area-body section .prev-arrow {
  position: absolute;
  top: 43%;
  left: 6%;
  z-index: 2;
}
.area-body section .next-arrow {
  position: absolute;
  top: 43%;
  right: 6%;
  z-index: 2;
}
.area-body section .slick-slide img {
  margin: 0 auto;
}
.area-body section .slick-arrow {
  display: block !important;
}
.area-body section .slick-dots {
  display: flex !important;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  bottom: -20px;
}
.area-body section .slick-dots li {
  width: 10px;
  margin: 0 4px;
}
.area-body section ul.slick-dots li button {
  background: none;
}
.area-body section .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  opacity: 1;
  background: #dfdfdf;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.area-body section .slick-dots li.slick-active button {
  background: none;
}
.area-body section .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000;
}
@media screen and (max-width: 896px) {
  .area-body section {
    margin: 0 0 100px;
  }
  .area-body section h2 {
    width: auto;
    margin: 0 0 -20px;
  }
  .area-body section .model-image {
    width: auto;
    margin: 0 auto;
  }
  .area-body section .model-info {
    margin: 10px 0 30px;
  }
  .area-body section .name a {
    margin: 30px 0 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .area-body section .name a .pri {
    font-size: 12px;
  }
  .area-body section .name a .pri span {
    font-size: 10px;
  }
  .area-body section .elem-text {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin: 0 35px;
  }
  .area-body section .elem-text br {
    display: none;
  }
  .area-body section .elem-btn a {
    color: #000;
    background: #ffba00;
    font-family: "Inter", sans-serif;
    width: 660px;
    padding: 30px 0;
    margin: 20px auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: none;
  }
  .area-body section .elem-btn a {
    width: auto;
    padding: 20px 0;
    margin: 20px 35px;
    font-size: 16px;
  }
  .area-body section .banner {
    width: auto;
    margin: 50px 20px;
  }
  .area-body section .prev-arrow {
    position: absolute;
    top: 43%;
    left: 10%;
    z-index: 2;
    zoom: 0.7;
  }
  .area-body section .next-arrow {
    position: absolute;
    top: 43%;
    right: 10%;
    z-index: 2;
    zoom: 0.7;
  }
  .area-body section .slick-slide img {
    margin: 0 auto;
  }
  .area-body section .slick-dots {
    bottom: -20px;
  }
  .area-body section .slick-dots li {
    margin: 0 2px;
  }
  .area-body section .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
}

.btn-all a {
  display: block;
  margin-bottom: 200px;
}
@media screen and (max-width: 896px) {
  .btn-all {
    margin: 0 25px;
  }
}

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;
}

/*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;
}