@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: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 0 0 160px;
  font-family: "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 .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  text-align: left;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .mainvisual .header-text {
  left: auto;
  text-align: center;
  margin: -13% auto 11%;
  font-weight: 600;
  font-size: 1.38vw;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .mainvisual img {
    width: 100%;
  }
  .area-header .mainvisual .header-text {
    left: auto;
    text-align: left;
    margin: -40% 25px 15%;
    font-size: 14px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body .elem-btn a {
  text-align: center;
  width: 100%;
  font-size: 26px;
  line-height: 1;
  display: block;
  color: #fff;
  background: #dd5119;
  padding: 12px 0;
}
.area-body .sec-title {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  color: #dd5119;
  line-height: 1;
  padding: 0;
}
.area-body .sec-title .sec-title-text {
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.area-body .sec-title .line {
  height: 1px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background-color: #dd5119;
  display: block;
  position: relative;
  top: -36px;
  z-index: 1;
}
.area-body h4 {
  font-size: 40px;
  color: #dd5119;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  margin: 0 0 50px;
}
.area-body .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}
.area-body .flex-box li {
  width: 49.5%;
}
.area-body .area-product {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  margin: 140px auto 0;
}
.area-body .area-product .product-img {
  width: 334px;
}
.area-body .area-product .product-text {
  width: 440px;
  text-align: left;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: #dd5119;
  line-height: 1.2;
}
.area-body .area-product .product-text .product-info {
  display: flex;
  display: -webkit-flex;
}
.area-body .area-product .product-text .product-info dt {
  width: 110px;
}
.area-body .area-product .product-text .product-info dd::before {
  content: ":";
  padding: 0 10px;
}
.area-body .area-product .product-text .elem-btn {
  margin: 20px 0 0;
}
.area-body .elem-text {
  width: 800px;
  margin: 40px auto 0;
  font-size: 16px;
  text-align: left;
  color: #dd5119;
}
.area-body section {
  padding: 170px 0 0;
}
.area-body section .sec-title {
  font-size: 100px;
  color: #000;
}
.area-body section .sec-title .line {
  background-color: #000;
  top: -52px;
}
.area-body section .product-slider {
  width: 100%;
  margin: 30px auto 40px;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.area-body section .product-slider li {
  margin: 0 5px;
}
.area-body section .product-slider li img {
  width: 100%;
}
.area-body section .product-slider.slick-initialized {
  opacity: 1;
}
.area-body section .elem-btn a {
  width: 440px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 100px;
}
.area-body section .area-model-img {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
}
.area-body section .area-model-img .model-box {
  width: 550px;
  margin: 0 10px;
}
.area-body section .area-model-img ul.slick-dots {
  display: block !important;
  bottom: -30px;
}
.area-body section .area-model-img ul.slick-dots > li {
  float: none;
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
  padding: 0;
}
.area-body section .area-model-img ul.slick-dots > li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #ccc;
  border-radius: 0 !important;
}
.area-body section .area-model-img ul.slick-dots > li button:before {
  border: none;
}
.area-body section .area-model-img ul.slick-dots > li.slick-active button {
  background: #000;
}
.area-body section .area-model-img ul.slick-dots > li.slick-active button:before {
  background: none;
  border: none;
}
.area-body section .area-model-img .model-color {
  margin: 20px 0 0;
  font-size: 40px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.area-body section .sec-name a {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  margin: 40px 0;
  display: block;
}
.area-body section .all-btn a {
  width: 1120px;
  margin: 150px auto 0;
  font-size: 22px;
  line-height: 1;
  display: block;
  color: #dd5119;
  border: 2px solid #dd5119;
  padding: 30px 0;
}

@media screen and (max-width: 896px) {
  .area-body .elem-btn a {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }
  .area-body .sec-title {
    font-size: 35px;
  }
  .area-body .sec-title .sec-title-text {
    padding: 0 10px;
  }
  .area-body .sec-title .line {
    height: 1px;
    width: 100%;
    max-width: auto;
    top: -18px;
    z-index: 1;
  }
  .area-body h4 {
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0 25px;
  }
  .area-body .flex-box {
    flex-flow: column;
    max-width: auto;
    margin: 0 auto;
  }
  .area-body .flex-box li {
    width: auto;
    margin: 0 0 1px;
  }
  .area-body .area-product {
    flex-flow: column;
    width: auto;
    margin: 70px auto 0;
  }
  .area-body .area-product .product-img {
    width: auto;
    margin: 0 75px;
  }
  .area-body .area-product .product-text {
    width: 60%;
    text-align: left;
    font-size: 27px;
    line-height: 1.2;
    margin: 14px 0;
  }
  .area-body .area-product .product-text .product-info {
    display: flex;
    display: -webkit-flex;
  }
  .area-body .area-product .product-text .product-info dt {
    width: 45px;
  }
  .area-body .area-product .product-text .product-info dd::before {
    content: ":";
    padding: 0 10px;
  }
  .area-body .area-product .product-text .elem-btn {
    margin: 20px 0 0;
  }
  .area-body .elem-text {
    width: auto;
    margin: 20px 30px 0;
    font-size: 15px;
  }
  .area-body section {
    padding: 80px 0 0;
  }
  .area-body section .sec-title {
    font-size: 50px;
  }
  .area-body section .sec-title .line {
    top: -26px;
  }
  .area-body section .product-slider {
    width: 100%;
    margin: 20px auto;
  }
  .area-body section .product-slider li {
    margin: 0 1px;
  }
  .area-body section .product-slider li img {
    width: 100%;
  }
  .area-body section .elem-btn a {
    width: auto;
    margin: 0 75px 50px;
  }
  .area-body section .area-model-img {
    flex-flow: column;
    width: auto;
    margin: 0 30px;
  }
  .area-body section .area-model-img .model-box {
    width: auto;
    margin: 0 10px;
  }
  .area-body section .area-model-img ul.slick-dots {
    display: block !important;
    bottom: -20px;
  }
  .area-body section .area-model-img ul.slick-dots > li {
    float: none;
    margin: 0 2px !important;
    width: 5px;
    height: 5px;
  }
  .area-body section .area-model-img ul.slick-dots > li button {
    width: 5px;
    height: 5px;
  }
  .area-body section .area-model-img .model-color {
    margin: 15px 0 20px;
    font-size: 20px;
  }
  .area-body section .sec-name a {
    font-size: 14px;
    margin: 0 0 20px;
    display: block;
  }
  .area-body section .all-btn a {
    width: auto;
    margin: 80px 30px 0;
    font-size: 14px;
    line-height: 1.4;
    padding: 20px 0;
  }
}
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;
}