@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;
}

.hacobune-app-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.hacobune-unit-video-outline {
  padding: 0 !important;
}

.hacobune-unit-video {
  margin: 0 !important;
}

.hacobune-readmore {
  margin: 0 !important;
}

.hacobune-video-js.videojs-default-skin {
  background: none !important;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 15px;
  font-family: "Roboto Condensed", "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 !important;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  margin: 0;
}
.area-header .mainvisual .media_pc {
  display: block;
}
.area-header .mainvisual .media_sp {
  display: none;
}
.area-header .header-text {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 30px 0 50px;
}
.area-header p {
  font-size: 16px;
  margin: 40px 0 90px;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
  }
  .area-header .mainvisual .media_pc {
    display: none;
  }
  .area-header .mainvisual .media_sp {
    display: block;
  }
  .area-header .header-text {
    font-size: 13px;
    margin: 20px 0 35px;
  }
  .area-header .header-img {
    margin: 0 10px;
  }
  .area-header p {
    text-align: left;
    font-size: 13px;
    margin: 20px 30px 50px;
  }
}

/*
    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: -30px;
}
.area-body ul.slick-dots li {
  float: none;
  margin: 0 2px;
  width: 40px;
  height: 2px;
  padding: 0;
}
.area-body ul.slick-dots li button {
  width: 40px;
  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: #333;
}
.area-body ul.slick-dots li.slick-active button:before {
  background: none;
  border: none;
}
.area-body section {
  padding: 0 0 50px;
}
.area-body section .sec-line {
  width: 1120px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.area-body section .sec-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  margin: 70px 0 30px;
}
.area-body section .sec-title span {
  display: block;
  font-size: 56px;
  margin: 10px 0 0;
}
.area-body section .img-list {
  margin: 50px 0;
}
.area-body section .info-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1120px;
  margin: 50px auto;
  gap: 40px;
}
.area-body section .info-list li {
  width: 540px;
  margin: 0 0 10px;
}
.area-body section .info-list li .info-text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0;
}
.area-body section .info-list li .info-text .pro-name {
  font-size: 23px;
  font-weight: 600;
}
.area-body section .info-list li .info-text .pro-name .pri {
  padding: 0 0 0 20px;
}
.area-body section .info-list li .info-text .pro-btn {
  font-size: 18px;
  font-weight: 600;
  width: 126px;
  padding: 0px 0;
  background: #000;
  color: #fff;
  text-align: center;
  display: block;
}
.area-body section .area-logo {
  width: 290px;
  margin: 100px auto;
}
@media screen and (max-width: 896px) {
  .area-body ul.slick-dots {
    display: block !important;
    bottom: -15px;
  }
  .area-body ul.slick-dots li {
    float: none;
    margin: 0 1px;
    width: 20px;
  }
  .area-body ul.slick-dots li button {
    width: 20px;
    height: 1px;
  }
  .area-body section {
    padding: 0 0 10px;
  }
  .area-body section .sec-line {
    width: auto;
    height: 1px;
  }
  .area-body section .sec-title {
    font-size: 12px;
    margin: 30px 0 14px;
  }
  .area-body section .sec-title span {
    font-size: 28px;
  }
  .area-body section p {
    margin: 0 20px;
    text-align: left;
  }
  .area-body section .img-list {
    margin: 40px 0;
  }
  .area-body section .img-list li {
    margin: 0 1px;
  }
  .area-body section .info-list {
    flex-flow: column;
    width: auto;
    margin: 40px auto;
    gap: 0;
  }
  .area-body section .info-list li {
    width: auto;
    margin: 0 0 60px;
  }
  .area-body section .info-list li .info-text {
    margin: 10px 15px 0;
  }
  .area-body section .info-list li .info-text .pro-name {
    font-size: 13px;
  }
  .area-body section .info-list li .info-text .pro-name .pri {
    padding: 0 0 0 10px;
  }
  .area-body section .info-list li .info-text .pro-btn {
    font-size: 13px;
    font-weight: 600;
    width: 90px;
    padding: 0px 0;
  }
  .area-body section .area-logo {
    width: 185px;
    margin: 60px auto;
  }
}

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;
}