@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

.area-body img {
  max-width: 85%;
  vertical-align: bottom;
}

.navi img {
  max-width: 80%;
  vertical-align: bottom;
}

.area-header .navi ul li:nth-child(5) {
    border-right: 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;
  }

  .br-sp {display: none; }
  
}
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: "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 .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;
}
.mainvisual img {
  width: 100%;
}
.area-header .header-text {
  padding: 0;
  margin: 45px auto 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.area-header p {
  text-align: center;
  font-size: 15px;
  margin: 0 0 90px;
}

.navi {
    width: 80%;
    margin: 0 auto;
}

.area-header .navi .nav-title {
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  color: #ccc;
  text-align: center;
  margin: 0 0 15px;
}
.area-header .navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 0px;
    margin: 0 0 120px;
}
.area-header .navi ul li {
    width: 18%; /* 4列ベース、gapありでも収まる幅 */
    text-align: center;
    border-right: none;
    border-right: 1px solid #cccccc;
}
.area-header .navi ul li:last-child {
  border-right: none;
}
.area-header .navi ul li .nav-img {
  display: block;
  margin: 0 auto;
}
.area-header .navi ul li .nav-text {
  display: block;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}
.area-header .navi ul li .nav-text.one-line {
  margin: 20px 0;
}
.area-header .navi ul li .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .header-text {
    padding: 0;
    margin: 20px 35px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }
  .area-header p {
    text-align: left;
    font-size: 14px;
    margin: 0 35px 50px;
  }
  .area-header p br {
    display: none;
  }

  .navi {
    width: 100%;
}

  .area-header .navi .nav-title {
    padding: 0;
    font-size: 13px;
    margin: 0 0 15px;
  }
  .area-header .navi ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0 0 50px 0;
  }
  .area-header .navi ul li {
    width: 33%;
    margin: 0 0 20px;
    border-right: 1px solid #cccccc;
    text-align: center;
  }
  .area-header .navi ul li:nth-child(3) {
    border-right: none;
  }
  .area-header .navi ul li:nth-child(5) {
    border-right: 1px solid #cccccc;
  }
  .area-header .navi ul li:nth-child(6) {
    border-right: none;
  }
  .area-header .navi ul li:last-child {
    border-right: none;
  }
  .area-header .navi ul li .nav-img {
    display: block;
    width: 76%;
    margin: 0 auto;
  }
  .area-header .navi ul li .nav-text {
    display: block;
    line-height: 1.2;
    font-size: 10px;
    margin: 5px 0;
  }
  .area-header .navi ul li .nav-text.one-line {
    margin: 10px 0;
  }
  .area-header .navi ul li .arrow {
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }

  .sec-sub-title {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body ul.slick-dots {
  display: block !important;
  bottom: -20px;
  left: 0%;
}
.area-body ul.slick-dots > li {
  float: none;
  margin: 0 5px !important;
  width: 8px;
  height: 8px;
  padding: 0;
}
.area-body ul.slick-dots > li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #ccc;
  border-radius: 0 !important;
}
.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 {
  border-top: 1px solid #000;
  width: 1120px;
  margin: 0 auto;
  padding: 60px 0;
}
.area-body section .sec-title {
  font-size: 100px;
  line-height: 0.9;
  font-weight: 700;
  padding: 0;
}
.area-body section .sec-title.border {
  border-top: 1px solid #000;
  padding-top: 60px;
  margin-top: 100px;
}
.area-body section .sec-sub-title {
  font-size: 18px;
  padding: 0;
  font-weight: 600;
}
.area-body section .flex-box {
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.area-body section .flex-box .product-img {
  width: 640px;
}
.area-body section .flex-box .product-text {
  width: 420px;
  text-align: left;
}
.area-body section .flex-box .product-text .product-name {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
}
.area-body section .flex-box .product-text .pri {
  font-size: 28px;
  font-weight: 700;
}
.area-body section .flex-box .product-text .pri span {
  font-weight: 600;
  font-size: 18px;
}
.area-body section .flex-box .product-text p {
  font-size: 16px;
  margin: 30px 0;
}
.area-body section .flex-box .product-text .elem-btn {
  width: 400px;
}
.area-body section .flex-box .product-text .elem-btn a {
  font-size: 16px;
  display: block;
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 30px;
}
.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;
}
.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: 10px 0 0;
}
.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;
}

@media screen and (max-width: 896px) {
  .area-body ul.slick-dots {
    display: block !important;
    bottom: -15px;
    left: 0;
  }
  .area-body ul.slick-dots li {
    float: none;
    margin: 0 3px !important;
    width: 5px;
    height: 5px;
    padding: 0;
  }
  .area-body ul.slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 0;
  }
  .area-body ul.slick-dots li button:before {
    border: none;
  }
  .area-body ul.slick-dots li.slick-active button:before {
    background: none;
    border: none;
  }
  .area-body section {
    border-top: 1px solid #000;
    width: auto;
    margin: 0 auto;
    padding: 30px 0;
  }
  .area-body section .sec-title {
    font-size: 40px;
    line-height: 0.9;
    margin: 0 0 10px;
  }
  .area-body section .sec-title.border {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: 30px;
  }
  .area-body section .sec-sub-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .area-body section .flex-box {
    padding: 30px 0;
    margin: 0 auto;
    flex-flow: column;
    justify-content: space-between;
  }
  .area-body section .flex-box .product-img {
    width: auto;
  }
  .area-body section .flex-box .product-text {
    width: auto;
    text-align: left;
    margin: 30px;
  }
  .area-body section .flex-box .product-text .product-name {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
  }
  .area-body section .flex-box .product-text .pri {
    font-size: 16px;
    font-weight: 700;
  }
  .area-body section .flex-box .product-text .pri span {
    font-weight: 600;
    font-size: 12px;
  }
  .area-body section .flex-box .product-text p {
    font-size: 12px;
    margin: 10px 0 20px;
  }
  .area-body section .flex-box .product-text .elem-btn {
    width: auto;
  }
  .area-body section .flex-box .product-text .elem-btn a {
    font-size: 12px;
    padding: 10px 0;
    border-radius: 30px;
  }
  .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 {
    display: block;
    margin: 10px 0 0;
  }
  .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;
  }
}


.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;
}