@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

body {
  width: 100%;
}

.wrapper {
  background: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding: 0 0 160px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #333;
  text-decoration: none;
  letter-spacing: 0.2rem;
}
.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;
}


a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  text-align: center;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  margin: 40px auto 80px;
  font-size: 16px;
}


.header-sozai {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.header-sozai .sozai-box {
  width: 560px;
  margin: 0 15px;
}
.header-sozai .sozai-box .img-sozai-text {
  font-size: 15px;
  margin: 24px 0 0;
  text-align: left;
}
.area-header .line-up-title {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin: 80px 0 20px;
  letter-spacing: 0.3rem
}

.area-header .series-list {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
}

 .area-header .series-list li {
    box-sizing: border-box;
    margin: 0 5px;
    width: 200px;
  }


  .area-header .series-list li .series-list-title-ja {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin: 0 30px;
  border-bottom: 1px solid #333;
}

.area-header .series-list li .series-list-title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.1rem;
}


.midsahi_text {
  display: inline-block;
  font-weight:bold;
  border-top: solid 3px #333;
  border-bottom: solid 3px #333;
  margin: 0 auto 50px;
  padding: 5px 5px 5px 5px;
}

/*　4列横並び　*/
.area-body section .product-lists {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto 120px;
}
.area-body section .product-lists li {
  width: 240px;
  margin: 0 20px 40px;
}
.area-body section .product-lists li a {
  display: block;
  font-size: 13px;
  text-align: left;
  line-height: 1.3;
}
.area-body section .product-lists li a .lists-name {
  font-weight: 500;
  display: block;
  margin: 5px 0 0;
  letter-spacing: 0.1rem;
}
.area-body section .product-lists li a .lists-name.media_pc {
  display: block;
}
.area-body section .product-lists li a .lists-name.media_sp {
  display: none;
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  margin: 130px 0 0;
  padding: 90px 0;
  border-top: 1px solid #ccc;
}
.area-body section .sec-title {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.1rem;
  padding: 0;
  line-height: 0.9;
  margin: 30px 0 20px;
}
.area-body section .sec-title span {
  display: block;
  font-size: 50px;
  font-weight: 300;
}

.area-body section .box-product {
  padding: 130px 0 0;
}
.area-body section .box-product.first-box {
  padding: 70px 0 0;
}
.area-body section .sec-sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin: 20px 0px 30px;
  letter-spacing: 0.1rem;
}

.area-body section .area-product-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
}
.area-body section .area-product-box .area-product-img {
  width: 750px;
}
.area-body section .area-product-box .area-product-info {
  width: 380px;
  position: relative;
}
.area-body section .area-product-box .area-product-info .model-slider {
  margin: 0 50px 15px;
}
.area-body section .area-product-box .area-product-info .prev-arrow {
  position: absolute;
  top: 44%;
  left: -60px;
  z-index: 2;
}
.area-body section .area-product-box .area-product-info .next-arrow {
  position: absolute;
  top: 44%;
  right: -60px;
  z-index: 2;
}
.area-body section .area-product-box .area-product-info .slick-arrow {
  display: block !important;
}
.area-body section .area-product-box .area-product-color {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.area-product-brand {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

.area-product-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.area-body section .area-product-box .area-product-pri {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.area-body section .area-product-box .area-product-pri span {
  font-size: 14px;
}
.area-body section .area-product-box .elem-btn {
  margin: 0 40px;
}
.area-body section .area-product-box p {
  margin: 15px 0 15px;
  text-align: left;
}
.area-body section .area-product-slider {
  margin: 130px 0 0;
}
.area-body section .area-product-slider li {
  margin: 0 15px;
}
.area-body section .sec-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 2rem;
  margin: 30px 0 20px;
  letter-spacing: 0.1rem;
}
.area-body .elem-btn.btn-black a {
  width: 400px;
  color: #fff;
  background: #333333;
  padding: 22px 0;
}
.area-body .elem-btn a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  width: auto;
  margin: 20px auto 0;
  line-height: 1;
  padding: 18px 0;
  display: block;
  border-radius: 30px;
  border: 1px solid #333333;
}
.area-body .other-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.area-body .other-box .other-box-item {
  width: 490px;
  margin: 80px 15px;
}
.area-body .other-box .other-box-item .sec-sub-title {
  font-size: 30px;
}

.area-body .other-box .other-box-item .area-product-pri {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.area-body .other-box .other-box-item .area-product-pri span {
  font-size: 14px;
}

.elem-btn.btn-black {
    margin-bottom: 120px;
}


.area-body .other-box .other-box-item .elem-btn.btn-black a {
  width: 300px;
  color: #fff;
  background: #333333;
  padding: 16px 0;
}
.area-body .other-box .other-box-item .elem-btn a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  width: auto;
  margin: 20px auto 0;
  line-height: 1;
  padding: 18px 0;
  display: block;
  border-radius: 30px;
  border: 1px solid #333333;
}
.area-body .other-box .other-box-item p {
  margin: 50px 20px 0;
  text-align: left;
}

.btnlust {
    position: relative;
    border: none;
    border-bottom: 1px solid #666;
    width: 500px;
    max-width: 90%;
    font-size: 24px;
    left: 0px;
    font-weight: 800;
    letter-spacing: 0.2rem;
  }

.btnlust::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #666;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}

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;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
  
  .area-header {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .area-header .header-text {
    width: auto;
    margin: 40px 40px 40px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }
  .area-header .header-text br {
    display: none;
  }
  .header-sozai {
    flex-flow: column;
  }
 .header-sozai .sozai-box {
    width: auto;
    margin: 0 40px 20px;
  }
 .header-sozai .sozai-box .img-sozai-text {
    font-size: 13px;
    margin: 12px 0 0;
    text-align: left;
  }

  .area-header .series-list li {
    margin: 0;
    width: 33.3333%;
  }

  .area-header .series-list li .series-list-title-ja {
    font-size: 14px;
  }

  .area-header .series-list li .series-list-title {
    font-size: 12px;
  }

  .area-header .line-up-title {
    font-size: 20px;
  }
  
  .area-body section {
    margin: 80px 0 0;
    padding: 0px;
    border-top: 1px solid #ccc;
  }
  .area-body section .sec-title {
    font-size: 24px;
    margin: 20px 0 4px;
  }
  .area-body section .sec-title span {
    display: block;
    font-size: 25px;
  }
 
  .area-body section .box-product {
    padding: 80px 0 0;
  }
  .area-body section .box-product.first-box {
    padding: 60px 0 0;
  }
  .area-body section .sec-sub-title {
    font-size: 18px;
    margin: 0px;
    line-height: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .area-body section .sec-sub-title::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    margin: 8px auto 0;
  }
  .area-body section .area-product-box {
    flex-flow: column;
  }
  .area-body section .area-product-box .area-product-img {
    width: auto;
  }
  .area-body section .area-product-box .area-product-info {
    width: 100%;
    position: relative;
  }
  .area-body section .area-product-box .area-product-info .model-slider {
    margin: 15px 15% 10px;
  }
  .area-body section .area-product-box .area-product-info .prev-arrow {
    position: absolute;
    top: 44%;
    left: -60px;
    z-index: 2;
    zoom: 0.5;
  }
  .area-body section .area-product-box .area-product-info .next-arrow {
    position: absolute;
    top: 44%;
    right: -60px;
    z-index: 2;
    zoom: 0.5;
  }
  .area-body section .area-product-box .area-product-color {
    font-size: 13px;
  }


  .area-product-name {
    font-size: 13px;
  }

  .area-body section .area-product-box .area-product-pri {
    font-size: 15px;
    line-height: 1;
  }
  .area-body section .area-product-box .area-product-pri span {
    font-size: 10px;
  }
  .area-body section .area-product-box .elem-btn {
    margin: 0 60px;
  }
  .area-body section .area-product-box p {
    font-size: 14px;
    margin: 20px 40px 20px;
    text-align: left;
  }
  .area-body section .area-product-slider {
    margin: 60px 0 0;
  }
  .area-body section .area-product-slider li {
    margin: 0 5px;
  }
  .area-body section .sec-name {
    font-size: 16px;
    margin: 20px 40px 10px;
    line-height: 1.4;
  }
  .area-body .elem-btn.btn-black a {
    width: 80%;
    color: #fff;
    background: #333333;
    padding: 15px 0;
    font-size: 16px;
  }
  .area-body .elem-btn a {
    font-size: 10px;
    width: auto;
    margin: 0px auto 80px;
    line-height: 1;
    padding: 15px 0;
  }
  .area-body .other-box {
    flex-flow: column;
  }
  .area-body .other-box .other-box-item {
    width: auto;
    margin: 40px 15px;
  }
  .area-body .other-box .other-box-item .other-img {
    margin: 0 40px;
  }
  .area-body .other-box .other-box-item .sec-sub-title {
    font-size: 24px;
  }
 
  .area-body .other-box .other-box-item .area-product-pri {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
  }
  .area-body .other-box .other-box-item .area-product-pri span {
    font-size: 10px;
  }
  .area-body .other-box .other-box-item .elem-btn.btn-black a {
    width: auto;
    margin: 14px 60px;
    color: #fff;
    background: #333333;
    padding: 14px 0;
  }
  .area-body .other-box .other-box-item .elem-btn a {
    font-size: 10px;
  }
  .area-body .other-box .other-box-item p {
    margin: 30px 40px 0;
    text-align: left;
  }

  .btnlust {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: 75%;
	max-width: 90%;
  font-size: 16px;
  left: 0px;
  letter-spacing: 0.1rem;
  }

  .area-body section .product-lists {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin: 0 20px 80px;
  }
  .area-body section .product-lists li {
    width: 46%;
    margin: 0 2% 4%;
  }
  .area-body section .product-lists li a {
    display: block;
    font-size: 10px;
    text-align: left;
    line-height: 1.5;
  }
 
  .area-body section .product-lists li a .lists-name {
    letter-spacing: 0.1rem;
    line-height: 0.9rem;
    font-size: 12px;
  }
  .area-body section .product-lists li a .lists-name.media_pc {
    display: none;
  }
  .area-body section .product-lists li a .lists-name.media_sp {
    display: block;
  }

  .elem-btn.btn-black {
    margin-bottom: 24px;
  }
}