@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: #fff;
  background: #000;
  font-size: 16px;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #fff;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .font-roboto {
  font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.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-movie {
  position: relative;
  width: 100%;
}
.area-header .mainvisual-movie video {
  width: 100%;
}
.area-header .header-text {
  text-align: center;
  margin: 50px auto 90px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}
.area-header .area-about {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 1060px;
  margin: 0 auto;
}
.area-header .area-about .area-movie {
  margin: 0 60px 0 0;
  width: 500px;
}
.area-header .area-about .area-movie .hacobune-app-container {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.area-header .area-about .area-movie .hacobune-unit-video-outline {
  padding: 0 !important;
}
.area-header .area-about .area-movie .hacobune-unit-video {
  margin: 0 !important;
}
.area-header .area-about .area-movie .hacobune-readmore {
  margin: 0 !important;
}
.area-header .area-about .area-movie .hacobune-video-js.videojs-default-skin {
  background: none !important;
}
.area-header .area-about .area-text {
  width: 500px;
}
.area-header .area-eventinfo {
  width: 860px;
  margin: 100px auto;
  border: 1px solid #cccccc;
  padding: 80px 0;
  text-align: center;
}
.area-header .area-eventinfo .event-box {
  margin: 0 0 3rem;
}
.area-header .area-eventinfo .event-box .event-title {
  font-size: 16px;
  line-height: 1;
}
.area-header .area-eventinfo .event-box .mb {
  margin: 0 0 1.5rem;
}
.area-header .area-eventinfo .event-box .border {
  margin: 13px auto 0;
  width: 5px;
  height: 1px;
  background: #ccc;
}
.area-header .area-eventinfo .event-box .event-text {
  font-size: 20px;
}
.area-header .area-eventinfo .event-box .text-bold {
  font-weight: 600;
}
.area-header .area-eventinfo .event-box .event-link {
  font-size: 14px;
  margin-top: -5px;
  line-height: 1;
}
.area-header .area-eventinfo .event-box .event-link a {
  color: #666;
}
.area-header .area-eventinfo .event-box .area-sub .event-text {
  font-size: 16px;
}
.area-header .area-navi .navi-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.area-header .area-navi .navi {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 860px;
  margin: 0 auto;
  border: 1px solid #fff;
}
.area-header .area-navi .navi li {
  padding: 17px;
  width: 290px;
  border-right: 1px solid #fff;
}
.area-header .area-navi .navi li:last-child {
  border: none;
}
.area-header .area-navi .navi li .navi-text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-header .area-navi .navi li .navi-text .navi-num {
  color: #333;
  font-size: 50px;
  margin: 0;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.2;
}
.area-header .area-navi .navi li .navi-text .navi-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 6px;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .mainvisual img {
    width: 100%;
  }
  .area-header .header-text {
    margin: 10px auto 50px;
    font-size: 13px;
  }
  .area-header .area-about {
    width: auto;
    margin: 0 30px;
    flex-flow: column;
  }
  .area-header .area-about .area-movie {
    width: 100%;
    margin: 0;
  }
  .area-header .area-about .area-text {
    width: auto;
    margin: 20px 0;
  }
  .area-header .area-eventinfo {
    width: auto;
    margin: 50px 30px;
    padding: 30px 20px 10px;
  }
  .area-header .area-eventinfo .event-box {
    margin: 0 0 2rem;
    text-align: left;
  }
  .area-header .area-eventinfo .event-box .event-title {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
  }
  .area-header .area-eventinfo .event-box .mb {
    margin: 0 0 1.5rem;
  }
  .area-header .area-eventinfo .event-box .border {
    margin: -4px auto 5px;
    width: 3px;
  }
  .area-header .area-eventinfo .event-box .event-text {
    font-size: 15px;
    line-height: 1.3;
  }
  .area-header .area-eventinfo .event-box .event-text.text-center {
    text-align: center;
  }
  .area-header .area-eventinfo .event-box .event-link {
    font-size: 12px;
    margin: 5px 0 10px;
    line-height: 1.4;
  }
  .area-header .area-eventinfo .event-box .event-link a {
    word-wrap: break-word;
  }
  .area-header .area-eventinfo .event-box .area-sub {
    margin: 10px 0;
  }
  .area-header .area-eventinfo .event-box .area-sub .event-text {
    font-size: 13px;
  }
  .area-header .area-navi .navi-title {
    font-size: 15px;
  }
  .area-header .area-navi .navi {
    width: auto;
    margin: 0 30px;
  }
  .area-header .area-navi .navi li {
    padding: 10px;
    width: 33.33333%;
    border-right: 1px solid #fff;
  }
  .area-header .area-navi .navi li:last-child {
    border: none;
  }
  .area-header .area-navi .navi li .navi-text .navi-num {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
  .area-header .area-navi .navi li .navi-text .navi-name {
    font-size: 9px;
    margin: 0 0 0 3px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  padding: 150px 0 0;
}
.area-body section .sec-title {
  width: 1120px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.area-body section .sec-title .sec-num {
  line-height: 1;
  font-size: 190px;
  color: #333;
  letter-spacing: -4px;
}
.area-body section .sec-title .sec-text {
  text-align: left;
  line-height: 0.8;
  letter-spacing: -1px;
  font-size: 150px;
}
.area-body section .sec-title .sec-text span {
  line-height: 0.8;
  display: block;
  font-size: 29px;
}
.area-body section .model-slider li {
  margin: 0 1px;
}
.area-body section .model-slider li img {
  width: 100%;
}
.area-body section .area-product {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  margin: 80px auto;
}
.area-body section .area-product .product-img {
  width: 640px;
}
.area-body section .area-product .product-info {
  width: 420px;
  text-align: left;
}
.area-body section .area-product .product-info .brand {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.area-body section .area-product .product-info .brand span {
  font-size: 18px;
  color: #666;
  display: block;
}
.area-body section .area-product .name {
  font-weight: 600;
  font-size: 46px;
}
.area-body section .area-product dl {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  display: -webkit-flex;
  line-height: 1.4;
}
.area-body section .area-product dl dt {
  width: 50px;
}
.area-body section .area-product dl dd::before {
  content: ":";
  padding: 0 6px;
}
.area-body section .area-product .elem-btn a {
  text-align: center;
  display: block;
  border: 1px solid #fff;
  line-height: 1;
  width: 100%;
  padding: 16px 0;
  margin: 40px 0;
  font-size: 16px;
}
.area-body section .area-product p {
  font-size: 16px;
  line-height: 2;
}
.area-body section .area-detail {
  width: 1130px;
  margin: 0 auto;
}
.area-body section .area-detail .img-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.area-body section .area-detail .img-list li {
  margin: 0 5px;
}
.area-body section .area-detail p {
  text-align: left;
  width: 670px;
  margin: 10px auto 30px;
}
.area-body section .elem-btn a {
  width: 1120px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  line-height: 1;
  padding: 16px 0;
  margin: 60px auto 0;
  font-size: 16px;
}
.area-body section.mb {
  margin-bottom: 150px;
}
.area-body section.area-other {
  background: #fff;
  color: #000;
  padding-top: 60px;
}
.area-body section.area-other a {
  color: #000;
}
.area-body section.area-other .other-title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 30px;
}
.area-body section.area-other .product-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
}
.area-body section.area-other .product-list li {
  width: 30.33333%;
  margin: 0 1.5% 5%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.area-body section.area-other .product-list li .product-text {
  margin: 10px 0 0;
  display: block;
}

@media screen and (max-width: 896px) {
  .area-body section {
    margin: 50px 0 0;
  }
  .area-body section .sec-title {
    width: auto;
    padding: 0;
    margin: 0 auto;
    flex-flow: column;
    font-weight: 600;
  }
  .area-body section .sec-title .sec-num {
    font-size: 100px;
    letter-spacing: -3px;
  }
  .area-body section .sec-title .sec-text {
    text-align: center;
    line-height: 1;
    margin: -30px 0 10px;
    letter-spacing: -1px;
    font-size: 55px;
  }
  .area-body section .sec-title .sec-text span {
    line-height: 1;
    display: block;
    font-size: 12px;
  }
  .area-body section .model-slider li {
    margin: 0 1px;
  }
  .area-body section .model-slider li img {
    width: 100%;
  }
  .area-body section .area-product {
    flex-flow: column;
    width: auto;
    margin: 20px 30px;
  }
  .area-body section .area-product .product-img {
    width: auto;
    margin: 0 0 30px;
  }
  .area-body section .area-product .product-info {
    width: auto;
    text-align: left;
  }
  .area-body section .area-product .product-info .brand {
    font-size: 10px;
    line-height: 1;
  }
  .area-body section .area-product .product-info .brand span {
    font-size: 10px;
    display: inline-block;
  }
  .area-body section .area-product .name {
    font-size: 32px;
  }
  .area-body section .area-product dl {
    font-size: 12px;
  }
  .area-body section .area-product dl dt {
    width: 30px;
  }
  .area-body section .area-product dl dd::before {
    content: ":";
    padding: 0 3px;
  }
  .area-body section .area-product .elem-btn a {
    padding: 12px 0;
    margin: 20px 0;
    font-size: 11px;
  }
  .area-body section .area-product p {
    font-size: 13px;
    margin: 30px 0;
  }
  .area-body section .area-detail {
    width: auto;
    margin: 30px;
  }
  .area-body section .area-detail .img-list {
    flex-flow: column;
  }
  .area-body section .area-detail .img-list li {
    margin: 0 0 5px;
  }
  .area-body section .area-detail p {
    text-align: left;
    width: auto;
    margin: 5px 0 30px;
  }
  .area-body section .elem-btn a {
    width: auto;
    padding: 12px 0;
    margin: 20px 30px;
    font-size: 11px;
  }
  .area-body section.mb {
    margin-bottom: 80px;
  }
  .area-body section.area-other {
    padding-top: 30px;
  }
  .area-body section.area-other .other-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .area-body section.area-other .product-list {
    max-width: 1160px;
    margin: 0 10px;
  }
  .area-body section.area-other .product-list li {
    width: 48%;
    margin: 0 1% 10%;
    font-size: 13px;
    line-height: 1.1;
  }
}
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;
}