@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;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 16px;
  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 a.not-link:hover {
  opacity: 1 !important;
  transition: all 0.6s ease;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  font-size: 18px;
  font-weight: 500;
  margin: 40px auto 80px;
  line-height: 1.7;
  text-align: center;
}
.area-header .navi {
  position: relative;
  width: 960px;
  margin: 0 auto;
  min-height: 970px;
}
.area-header .navi li {
  display: none;
}
.area-header .navi li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 0;
}
.area-header .navi li:nth-child(2) {
  position: absolute;
  top: 290px;
  left: 280px;
  z-index: 1;
}
.area-header .navi li:nth-child(3) {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.area-header .navi li:nth-child(4) {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 2;
}
.area-header .navi li:nth-child(5) {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .area-header .mainvisual {
    width: auto;
    margin: 0;
  }
  .area-header .header-text {
    width: auto;
    font-size: 13px;
    margin: 15px 0 30px;
    text-align: center;
  }
  .area-header .navi {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 105vw;
  }
  .area-header .navi li:nth-child(1) {
    width: 43%;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 0;
  }
  .area-header .navi li:nth-child(2) {
    width: 43%;
    position: absolute;
    top: 32%;
    left: 29%;
    z-index: 1;
  }
  .area-header .navi li:nth-child(3) {
    width: 40%;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
  }
  .area-header .navi li:nth-child(4) {
    width: 40%;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 2;
  }
  .area-header .navi li:nth-child(5) {
    width: 43%;
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto 100px;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.area-body section {
  padding: 200px 0 0;
}
.area-body section:nth-child(2n) .flex-box {
  flex-flow: row-reverse;
}
.area-body section:nth-child(2n) .flex-box .box-movie {
  margin: 0 0 0 60px;
}
.area-body section .area-product {
  width: 1120px;
  margin: 0 auto;
  border-top: 1px solid #333;
  padding: 80px 0;
  position: relative;
}
.area-body section .area-product .sec-num {
  position: absolute;
  top: -30px;
  left: 0;
}
.area-body section .visual-slider li {
  margin: 0 10px;
}
.area-body section .flex-box {
  display: flex;
  display: -webkit-flex;
  font-family: "Arvo", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-body section .flex-box .box-movie {
  width: 660px;
  margin: 0 60px 0 0;
}
.area-body section .flex-box .box-movie .hacobune-app-container {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.area-body section .flex-box .box-movie .hacobune-unit-video-outline {
  padding: 0 !important;
}
.area-body section .flex-box .box-movie .hacobune-unit-video {
  margin: 0 !important;
}
.area-body section .flex-box .box-movie .hacobune-readmore {
  margin: 0 !important;
}
.area-body section .flex-box .box-movie .hacobune-video-js.videojs-default-skin {
  background: none !important;
}
.area-body section .flex-box .box-info {
  width: 400px;
}
.area-body section .flex-box .box-info h3 {
  font-size: 20px;
  color: #999;
}
.area-body section .flex-box .box-info .area-name {
  text-align: left;
  position: relative;
  margin: 0 0 40px;
}
.area-body section .flex-box .box-info .area-name .brand {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.area-body section .flex-box .box-info .area-name .name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.area-body section .flex-box .box-info .area-name .pri {
  font-size: 18px;
  font-weight: 600;
}
.area-body section .flex-box .box-info .area-name .size {
  font-size: 14px;
}
.area-body section .flex-box .box-info .area-name .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.area-body section .flex-box .box-info .area-name .btn a {
  font-size: 13px;
  display: block;
  background: #333333;
  color: #fff;
  width: 70px;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
}
.area-body section .flex-box .box-info h4 {
  color: #999;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: 14px;
}
.area-body section .flex-box .box-info .list {
  border-top: 1px solid #999;
  padding: 50px 0 0;
}
.area-body section .flex-box .box-info .list li {
  margin: 0 0 20px;
}
.area-body section .flex-box .box-info .list li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.area-body section .flex-box .box-info .list li a .item {
  text-align: left;
}
.area-body section .flex-box .box-info .list li a .item .list-name,
.area-body section .flex-box .box-info .list li a .item .list-pri {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.area-body section .flex-box .box-info .list li a .item .list-brand,
.area-body section .flex-box .box-info .list li a .item .list-size {
  font-size: 12px;
  line-height: 1.2;
}
.area-body section .flex-box .box-info .list li a .item .list-brand::before,
.area-body section .flex-box .box-info .list li a .item .list-size::before {
  content: "/";
  padding: 0 6px;
  display: inline-block;
}
.area-body section .flex-box .box-info .list li a .btn {
  font-size: 13px;
  display: block;
  background: #333333;
  color: #fff;
  width: 60px;
  height: 26px;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .area-body {
    max-width: auto;
    margin: 0 auto 40px;
    font-size: 13px;
  }
  .area-body section {
    padding: 100px 0 0;
  }
  .area-body section:nth-child(2n) .flex-box {
    flex-flow: column;
  }
  .area-body section:nth-child(2n) .flex-box .box-movie {
    margin: 0;
  }
  .area-body section .area-product {
    width: auto;
    padding: 40px 0;
    margin: 0 20px;
    position: relative;
  }
  .area-body section .area-product .sec-num {
    position: absolute;
    top: -15px;
    left: 0;
  }
  .area-body section .area-product .sec-num img {
    zoom: 0.5;
  }
  .area-body section .visual-slider li {
    margin: 0 5px;
  }
  .area-body section .flex-box {
    flex-flow: column;
  }
  .area-body section .flex-box .box-movie {
    width: auto;
    margin: 0;
  }
  .area-body section .flex-box .box-info {
    width: auto;
  }
  .area-body section .flex-box .box-info h3 {
    font-size: 15px;
    font-weight: 400;
  }
  .area-body section .flex-box .box-info .area-name {
    text-align: left;
    position: relative;
    margin: 0 0 30px;
  }
  .area-body section .flex-box .box-info .area-name .brand {
    font-size: 10px;
  }
  .area-body section .flex-box .box-info .area-name .name {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 14px;
  }
  .area-body section .flex-box .box-info .area-name .pri {
    font-size: 14px;
  }
  .area-body section .flex-box .box-info .area-name .size {
    font-size: 12px;
  }
  .area-body section .flex-box .box-info .area-name .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .area-body section .flex-box .box-info .area-name .btn a {
    font-size: 10px;
    width: 60px;
  }
  .area-body section .flex-box .box-info h4 {
    font-weight: 400;
    top: 12px;
  }
  .area-body section .flex-box .box-info .list {
    border-top: 1px solid #999;
    padding: 40px 0 0;
  }
  .area-body section .flex-box .box-info .list li {
    margin: 0 0 10px;
  }
  .area-body section .flex-box .box-info .list li a .item {
    text-align: left;
  }
  .area-body section .flex-box .box-info .list li a .item .list-name,
.area-body section .flex-box .box-info .list li a .item .list-pri {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .area-body section .flex-box .box-info .list li a .item .list-brand,
.area-body section .flex-box .box-info .list li a .item .list-size {
    font-size: 10px;
    line-height: 1;
  }
  .area-body section .flex-box .box-info .list li a .item .list-brand::before,
.area-body section .flex-box .box-info .list li a .item .list-size::before {
    content: "/";
    padding: 0 4px;
    display: inline-block;
  }
  .area-body section .flex-box .box-info .list li a .btn {
    font-size: 10px;
    width: 45px;
    height: 23px;
    line-height: 1;
    padding: 7px 0;
    text-align: center;
  }
}

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;
}

.fadeup {
  -webkit-animation: FadeUpAni 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
  animation: FadeUpAni 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
}

.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;
}

/*FadeUpAni*/
@-webkit-keyframes FadeUpAni {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(60px);
    -webkit-transform: scale(0.9) translateY(60px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
  }
}
@keyframes FadeUpAni {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(60px);
    -webkit-transform: scale(0.9) translateY(60px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
  }
}
.FadeUpAni {
  -webkit-animation-name: FadeUpAni;
  animation-name: FadeUpAni;
}