@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: "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 .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-box {
  width: 1120px;
  margin: 70px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-header .mainvisual-box .mainvisual-movie {
  width: 50%;
}
.area-header .mainvisual-box .mainvisual-movie .hacobune-app-container {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.area-header .mainvisual-box .mainvisual-movie .hacobune-unit-video-outline {
  padding: 0 !important;
}
.area-header .mainvisual-box .mainvisual-movie .hacobune-unit-video {
  margin: 0 !important;
}
.area-header .mainvisual-box .mainvisual-movie .hacobune-readmore {
  margin: 0 !important;
}
.area-header .mainvisual-box .mainvisual-movie .hacobune-video-js.videojs-default-skin {
  background: none !important;
}
.area-header .mainvisual-box .mainvisual-info {
  width: 50%;
  text-align: center;
  font-size: 14px;
}
.area-header .mainvisual-box .mainvisual-info .logo {
  width: 200px;
  margin: 0 auto;
}
.area-header .mainvisual-box .mainvisual-info .mainvisual-title {
  font-size: 14px;
  margin: 60px 0 0;
  padding: 0;
  line-height: 1.8;
}
.area-header .mainvisual-box .mainvisual-info .mainvisual-navi {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.area-header .mainvisual-box .mainvisual-info .mainvisual-navi li {
  padding: 0 0 0 10px;
}
.area-header .mainvisual-box .mainvisual-info .mainvisual-navi li.first {
  padding: 0;
}
.area-header .mainvisual-box .mainvisual-info .mainvisual-navi li.first::after {
  content: "/";
  padding: 0 0 0 10px;
  display: inline-block;
}
.area-header .header-text {
  margin: 120px auto 140px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 2.8;
}
.area-header .navi ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.area-header .navi ul li {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .area-header .mainvisual-box {
    width: 100%;
    margin: 0;
    flex-flow: column;
  }
  .area-header .mainvisual-box .mainvisual-movie {
    width: 80%;
    margin: 0 auto;
  }
  .area-header .mainvisual-box .mainvisual-info {
    width: 80%;
    text-align: left;
    font-size: 14px;
  }
  .area-header .mainvisual-box .mainvisual-info .logo {
    display: none;
  }
  .area-header .mainvisual-box .mainvisual-info .mainvisual-title {
    font-size: 14px;
    margin: 30px 0 0;
    padding: 0;
    line-height: 1.8;
    font-weight: 400;
  }
  .area-header .mainvisual-box .mainvisual-info .mainvisual-navi {
    justify-content: flex-start;
    margin: 20px 0 90px;
  }
  .area-header .header-text {
    display: none;
  }
  .area-header .navi ul li {
    width: 50%;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  width: 1240px;
  margin: 0 auto;
  padding: 265px 0 0;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
}
.area-body section .product-list {
  width: 460px;
  text-align: left;
}
.area-body section .product-list h3 {
  font-size: 16px;
  margin: 160px 0 40px;
  padding: 0;
}
.area-body section .product-list .product-list-info {
  display: none;
  font-size: 11px;
}
.area-body section .product-list .product-list-info li {
  margin: 0 0 20px;
}
.area-body section .product-list .product-list-info li:hover .btn {
  font-size: 10px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.3s;
}
.area-body section .product-list .product-list-info.show {
  display: block;
}
.area-body section .product-list .product-list-info .pri {
  display: inline-block;
  margin: 0 10px 0 0;
}
.area-body section .product-list .product-list-info .btn {
  font-size: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  line-height: 1;
  padding: 2px 13px;
  margin: 0 0 0 10px;
}
.area-body section .product-imgs {
  width: 540px;
  margin: 0 auto;
}
.area-body section .product-imgs .title-num {
  display: none;
}
.area-body section .product-imgs ul {
  margin: 0 0 20px;
  position: relative;
}
.area-body section .product-imgs ul .slick-arrow {
  display: block !important;
}
.area-body section .product-imgs ul .prev-arrow {
  position: absolute;
  top: 44%;
  left: 10px;
  z-index: 2;
}
.area-body section .product-imgs ul .next-arrow {
  position: absolute;
  top: 44%;
  right: 10px;
  z-index: 2;
}
.area-body section .product-imgs ul li {
  margin: 0;
}
.area-body section .product-thumbnail {
  width: 240px;
  margin: 0 auto;
  padding: 0 0 20px 50px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  justify-content: space-between;
}
.area-body section .product-thumbnail .num {
  text-align: left;
}
.area-body section .product-thumbnail ul {
  width: 160px;
}
@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 auto;
    padding: 100px 0 0;
    flex-flow: column-reverse;
  }
  .area-body section .product-list {
    width: auto;
    margin: 0 20px;
    text-align: left;
  }
  .area-body section .product-list h3 {
    display: none;
  }
  .area-body section .product-list .product-list-info {
    display: none;
    font-size: 11px;
  }
  .area-body section .product-list .product-list-info li {
    margin: 0 0 20px;
  }
  .area-body section .product-list .product-list-info li a {
    position: relative;
    display: block;
    height: auto;
    line-height: 1.6;
  }
  .area-body section .product-list .product-list-info li a .cate {
    display: block;
  }
  .area-body section .product-list .product-list-info li a .cate br {
    display: none;
  }
  .area-body section .product-list .product-list-info li a .cate .pri {
    margin: 0 0 0 10px;
  }
  .area-body section .product-list .product-list-info li a .cate .name {
    width: 85%;
    display: block;
  }
  .area-body section .product-list .product-list-info li a .btn {
    position: absolute;
    right: 0;
    bottom: 0.5em;
  }
  .area-body section .product-list .product-list-info .pri {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .area-body section .product-list .product-list-info .btn {
    font-size: 10px;
    padding: 2px 10px;
    margin: 0;
  }
  .area-body section .product-imgs {
    width: 100%;
    margin: 0 auto;
  }
  .area-body section .product-imgs .title-num {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 20px 10px;
    line-height: 1;
  }
  .area-body section .product-imgs .title-num h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }
  .area-body section .product-imgs ul {
    margin: 0 0 20px;
  }
  .area-body section .product-imgs ul li {
    margin: 0;
  }
  .area-body section .product-thumbnail {
    display: none;
  }
}
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;
}