@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;
}

.hide_if_en {
  /*
      .area-wrapper
  =========================================*/
  /*
      area-header
  =========================================*/
  /*
      area-body
  =========================================*/
}
.hide_if_en .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;
}
.hide_if_en .area-wrapper a {
  color: #000;
  text-decoration: none;
}
.hide_if_en .area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.hide_if_en .area-wrapper .mainvisual img {
  width: 100%;
}
.hide_if_en .area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
.hide_if_en .area-wrapper .hacobune-app-container {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.hide_if_en .area-wrapper .hacobune-unit-video-outline {
  padding: 0 !important;
}
.hide_if_en .area-wrapper .hacobune-unit-video {
  margin: 0 !important;
}
.hide_if_en .area-wrapper .hacobune-readmore {
  margin: 0 !important;
}
.hide_if_en .area-wrapper .hacobune-video-js.videojs-default-skin {
  background: none !important;
}
.hide_if_en .area-wrapper .hacobune-readmore {
  display: none;
}
@media screen and (max-width: 896px) {
  .hide_if_en .area-wrapper {
    font-size: 13px;
  }
  .hide_if_en .area-wrapper .bodyWrap {
    padding: 0;
  }
}
.hide_if_en a:focus,
.hide_if_en *:focus {
  outline: none;
}
.hide_if_en .area-header {
  padding: 0;
  text-align: left;
}
.hide_if_en .area-header .mainvisual img {
  width: 100%;
}
.hide_if_en .area-header .area-about {
  font-size: 18px;
  width: 1120px;
  margin: 100px auto 180px;
  color: #324d79;
  background: #f5f8fc;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.hide_if_en .area-header .area-about .about-text {
  width: 600px;
}
.hide_if_en .area-header .area-about .about-text .logo {
  width: 404px;
  margin: 0 auto 30px;
}
.hide_if_en .area-header .area-about .about-text .header-text {
  padding: 0 70px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.hide_if_en .area-header .area-about .about-movie {
  width: 520px;
}
.hide_if_en .area-header .navi .nav-title {
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  color: #324d79;
  text-align: center;
  margin: 0 0 15px;
}
.hide_if_en .area-header .navi ul {
  width: 1140px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto 120px;
}
.hide_if_en .area-header .navi ul li {
  width: 360px;
  text-align: center;
  background: #f6b225;
  margin: 0 10px 20px;
}
.hide_if_en .area-header .navi ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.hide_if_en .area-header .navi ul li .nav-img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.hide_if_en .area-header .navi ul li .nav-text {
  width: 195px;
  display: block;
  text-align: right;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 600;
  margin: 0 40px 0 0;
  color: #fff;
}
.hide_if_en .area-header .area-banner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 120px;
}
.hide_if_en .area-header .area-banner .banner-img {
  width: 360px;
  margin: 0 10px;
}
@media screen and (max-width: 896px) {
  .hide_if_en .area-header {
    width: auto;
    padding: 0;
  }
  .hide_if_en .area-header .header-text {
    padding: 0;
    margin: 20px 35px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
  }
  .hide_if_en .area-header .area-about {
    font-size: 13px;
    width: auto;
    margin: 0px;
    padding: 35px 0;
    flex-flow: column-reverse;
  }
  .hide_if_en .area-header .area-about .about-text {
    width: auto;
  }
  .hide_if_en .area-header .area-about .about-text .logo {
    width: 230px;
    margin: 30px auto;
  }
  .hide_if_en .area-header .area-about .about-text .header-text {
    padding: 0 30px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    text-align: left;
  }
  .hide_if_en .area-header .area-about .about-text .header-text br {
    display: none;
  }
  .hide_if_en .area-header .area-about .about-movie {
    width: calc(100% - 60px);
  }
  .hide_if_en .area-header .navi .nav-title {
    padding: 0;
    font-size: 20px;
    margin: 40px 0 10px;
  }
  .hide_if_en .area-header .navi ul {
    width: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 10px;
  }
  .hide_if_en .area-header .navi ul li {
    width: 48%;
    text-align: center;
    margin: 0 1% 2%;
  }
  .hide_if_en .area-header .navi ul li .nav-img {
    display: block;
    width: 30%;
    margin: 0 auto;
  }
  .hide_if_en .area-header .navi ul li .nav-text {
    width: 70%;
    display: block;
    line-height: 1.2;
    font-size: 13px;
    margin: 0 10px 0 0;
  }
  .hide_if_en .area-header .area-banner {
    flex-flow: column;
    margin: 70px 15px 50px;
  }
  .hide_if_en .area-header .area-banner .banner-img {
    width: auto;
    margin: 0 10px 10px;
  }
}
.hide_if_en .area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.hide_if_en .area-body ul.slick-dots {
  display: block !important;
  bottom: -20px;
  left: 0%;
}
.hide_if_en .area-body ul.slick-dots > li {
  float: none;
  margin: 0 5px !important;
  width: 8px;
  height: 8px;
  padding: 0;
}
.hide_if_en .area-body ul.slick-dots > li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #ccc;
  border-radius: 0 !important;
}
.hide_if_en .area-body ul.slick-dots > li button:before {
  border: none;
}
.hide_if_en .area-body ul.slick-dots > li.slick-active button {
  background: #000;
}
.hide_if_en .area-body ul.slick-dots > li.slick-active button:before {
  background: none;
  border: none;
}
.hide_if_en .area-body section {
  margin: 0 auto;
  background: url(../images/back.jpg) top center repeat-x;
  padding: 150px 0 0;
}
.hide_if_en .area-body section .sec-title {
  font-size: 100px;
  color: #324d79;
  line-height: 0.9;
  font-weight: 700;
  padding: 70px 0 50px;
}
.hide_if_en .area-body section .flex-box {
  width: 1120px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #324d79;
}
.hide_if_en .area-body section .flex-box .product-img {
  width: 720px;
}
.hide_if_en .area-body section .flex-box .product-text {
  width: 400px;
  text-align: left;
}
.hide_if_en .area-body section .flex-box .product-text .txt-right {
  text-align: right;
}
.hide_if_en .area-body section .flex-box .product-text .product-name {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
}
.hide_if_en .area-body section .flex-box .product-text .pri {
  font-size: 24px;
  font-weight: 700;
}
.hide_if_en .area-body section .flex-box .product-text .pri span {
  font-weight: 600;
  font-size: 14px;
}
.hide_if_en .area-body section .flex-box .product-text p {
  font-size: 15px;
  margin: 10px 0 20px;
}
.hide_if_en .area-body section .flex-box .product-text .elem-btn {
  width: 400px;
  margin: 0 0 50px;
}
.hide_if_en .area-body section .flex-box .product-text .elem-btn a {
  font-size: 13px;
  display: block;
  background: #324d79;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.hide_if_en .area-body section .model-slider li {
  margin: 0 3px;
}
.hide_if_en .area-body section .mens-slider {
  max-width: 1206px;
  width: 80%;
  margin: 0 auto;
}
.hide_if_en .area-body section .mens-slider li {
  margin: 0 3px;
}
.hide_if_en .area-body section .product-lists {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 1120px;
  margin: 100px auto;
}
.hide_if_en .area-body section .product-lists li {
  width: 336px;
  margin: 0 56px 60px 0;
}
.hide_if_en .area-body section .product-lists li:nth-child(3n) {
  margin-right: 0;
}
.hide_if_en .area-body section .product-lists li a {
  display: block;
  font-size: 13px;
  text-align: left;
  line-height: 1.3;
  color: #324d79;
}
.hide_if_en .area-body section .product-lists li a .lists-name {
  font-weight: 500;
  display: block;
  margin: 10px 0;
}
.hide_if_en .area-body section .product-lists li a .lists-price {
  font-weight: 600;
}
.hide_if_en .area-body section .product-lists li a .lists-price .yen {
  font-size: 11px;
}
.hide_if_en .area-body .btn-all {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.hide_if_en .area-body .btn-all a {
  font-size: 18px;
  font-weight: 300;
  display: block;
  background: #324d79;
  color: #fff;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 896px) {
  .hide_if_en .area-body ul.slick-dots {
    display: block !important;
    bottom: -15px;
    left: 0;
  }
  .hide_if_en .area-body ul.slick-dots li {
    float: none;
    margin: 0 3px !important;
    width: 5px;
    height: 5px;
    padding: 0;
  }
  .hide_if_en .area-body ul.slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 0;
  }
  .hide_if_en .area-body ul.slick-dots li button:before {
    border: none;
  }
  .hide_if_en .area-body ul.slick-dots li.slick-active button:before {
    background: none;
    border: none;
  }
  .hide_if_en .area-body section {
    margin: 0 auto;
    background: url(../images/back.jpg) top center repeat-x;
    padding: 100px 0 0;
  }
  .hide_if_en .area-body section .sec-title {
    font-size: 43px;
    line-height: 1;
    font-weight: 700;
    padding: 70px 25px 0;
    text-align: left;
  }
  .hide_if_en .area-body section .flex-box {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    align-items: flex-start;
    flex-flow: column;
  }
  .hide_if_en .area-body section .flex-box .product-img {
    width: auto;
    margin: 0;
  }
  .hide_if_en .area-body section .flex-box .product-text {
    width: auto;
    margin: 0;
    text-align: left;
  }
  .hide_if_en .area-body section .flex-box .product-text .txt-right {
    text-align: left;
  }
  .hide_if_en .area-body section .flex-box .product-text .product-name {
    font-size: 20px;
  }
  .hide_if_en .area-body section .flex-box .product-text .pri {
    font-size: 18px;
  }
  .hide_if_en .area-body section .flex-box .product-text .pri span {
    font-size: 12px;
  }
  .hide_if_en .area-body section .flex-box .product-text p {
    font-size: 13px;
    margin: 14px 0;
  }
  .hide_if_en .area-body section .flex-box .product-text .elem-btn {
    width: auto;
    margin: 0 0 25px;
  }
  .hide_if_en .area-body section .flex-box .product-text .elem-btn.mb {
    margin-bottom: 50px;
  }
  .hide_if_en .area-body section .flex-box .product-text .elem-btn a {
    font-size: 10px;
    padding: 6px 0;
  }
  .hide_if_en .area-body section .model-slider li {
    margin: 0 1px;
  }
  .hide_if_en .area-body section .mens-slider {
    width: 100%;
  }
  .hide_if_en .area-body section .mens-slider li {
    margin: 0 1px;
  }
  .hide_if_en .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;
  }
  .hide_if_en .area-body section .product-lists li {
    width: 47.5%;
    margin: 0 5% 4% 0;
  }
  .hide_if_en .area-body section .product-lists li:nth-child(2n) {
    margin-right: 0;
  }
  .hide_if_en .area-body section .product-lists li:nth-child(3n) {
    margin-right: 5%;
  }
  .hide_if_en .area-body section .product-lists li:nth-child(6n) {
    margin-right: 0;
  }
  .hide_if_en .area-body section .product-lists li a {
    display: block;
    font-size: 9px;
  }
  .hide_if_en .area-body section .product-lists li a .lists-name {
    font-weight: 500;
    display: block;
    margin: 10px 0 5px;
  }
  .hide_if_en .area-body section .product-lists li a .lists-price {
    font-weight: 600;
  }
  .hide_if_en .area-body section .product-lists li a .lists-price .yen {
    font-size: 9px;
  }
  .hide_if_en .area-body .btn-all {
    width: 70%;
    max-width: auto;
    margin: 0 15%;
  }
  .hide_if_en .area-body .btn-all a {
    font-size: 12px;
    font-weight: 300;
    padding: 14px 0;
  }
}

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;
}