@charset "UTF-8";
.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: inline-block;
  }
}

body {
  width: 100%;
  background-color: #f3f3eb;
}

@media screen and (max-width: 896px) {
}

.wrapper {
  background: #ffffff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #f3f3eb;
  text-align: center;
  color: #041e3a;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.area-wrapper h1 {
  margin: 0;
  padding: 0;
}

.area-wrapper .mainvisual img {
  width: 100%;
}

.area-wrapper .slick-arrow {
  display: block !important;
}

.area-wrapper ul.slick-dots {
  margin: 0;
  bottom: -40px;
}

.area-wrapper ul.slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 0;
}

.area-wrapper ul.slick-dots li:nth-child(1) button {
  background: #fff;
    border: 1px solid #bbbbbb;
}

.area-wrapper ul.slick-dots li:nth-child(2) button {
  background: #fff;
    border: 1px solid #bbbbbb;
}

.area-wrapper ul.slick-dots li:nth-child(3) button {
  background: #072f81;
}

.area-wrapper ul.slick-dots li:nth-child(4) button {
  background: #072f81;
}

.area-wrapper ul.slick-dots li:nth-child(5) button {
  background: #234d50;
}

.area-wrapper ul.slick-dots li:nth-child(6) button {
  background: #234d50;
}

.area-wrapper ul.slick-dots li.slick-active button {
  border: 1px solid #000;
}



@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
  .area-wrapper ul.slick-dots {
    margin: 10px 0 0;
  }
  .area-wrapper ul.slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 0 100px;
}

img {
  max-width: 100%;
}

/*
    area-header
=========================================*/
.area-header p {
  text-align: center;
  font-size: 20px;
  margin: 90px auto;
    margin-bottom: 10%;
    font-weight: bold;
}

@media screen and (max-width: 896px) {
  .area-header p {
    font-size: 14px;
    font-weight: bold;
    width: auto;
    margin: 20px 20px;
    margin-bottom: 15%;
    text-align: left;
  }
  .area-header p br {
    display: none;
  }
}

section h2 {
    margin: 0 20px;
    margin-top: -15px;
    font-weight: 300;
    font-size: 60px;
    letter-spacing: -0.07em;
    font-family: 'arial black';
  }
nav h2 {
    margin: 20px 0;
}
.title-name{
    margin: 20px 0;
    margin-top: -10px;
    font-size: 40px;
    font-weight: 1000;
}
.title-no {
    margin: 0px 0;
    font-size: 55px;
    font-weight: 1000;
    letter-spacing: -0.0em;
    margin-top: 15%;
    font-family: 'arial black';
    text-shadow: 5px 1px 0 #041e3a, -1px -1px 0 #041e3a, -1px 1px 0 #041e3a, 1px -1px 0 #041e3a, 0px 1px 0 #041e3a, 0-1px 0 #041e3a, -1px 0 0 #041e3a, 1px 0 0 #041e3a;
    color: #fffdfd;
}

@media screen and (max-width: 896px) {
  nav h2 {
    margin: 0 20px;
  }
}

.area-wrapper nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 140px;
}

.area-wrapper nav ul li {
  margin: 0 20px;
}

@media screen and (max-width: 896px) {
    .area-wrapper nav ul {
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
    .area-wrapper nav ul li {
    width: 100%;
  }
}

section {
  margin: 0 0 140px;
}

@media screen and (max-width: 896px) {
  section {
    margin: 0 0 70px;
  }
  section h2 {
    margin: 0 20px;
    margin-top: -15px;
    font-weight: 1000;
    font-size: 28px;
    letter-spacing: -0.07em;
  }
.title-no {
    margin: 0px 0;
    font-size: 35px;
    font-weight: 1000;
    letter-spacing: -0.07em;
    margin-top: 20%;
    text-shadow: 3px 1px 0 #041e3a, -1px -1px 0 #041e3a, -1px 1px 0 #041e3a, 1px -1px 0 #041e3a, 0px 1px 0 #041e3a, 0-1px 0 #041e3a, -1px 0 0 #041e3a, 1px 0 0 #041e3a;
    color: #fffdfd;
}
}

.btn-more {
  margin: 160px 0 0;
}

@media screen and (max-width: 896px) {
  .btn-more {
    margin: 80px 55px 0;
  }
}

.a {
    margin-top: 200px;
}

/*
    area-product
=========================================*/
.area-product .thumb-item,
.area-items .thumb-item {
  width: 600px;
  margin: 0 auto;
}

.area-product .thumb-item .image,
.area-items .thumb-item .image {
  width: 600px;
  margin: 0 14px;
}

.area-product .prev-arrow,
.area-items .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 43%;
  left: -50px;
  z-index: 1;
}

.area-product .next-arrow,
.area-items .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 43%;
  right: -50px;
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .area-product,
  .area-items {
    display: block;
  }
  .area-product .area-slider,
  .area-items .area-slider {
    margin-right: 0px;
  }
  .area-product .thumb-item,
  .area-items .thumb-item {
    width: auto;
  }
  .area-product .thumb-item .image,
  .area-items .thumb-item .image {
    width: 300px;
    margin: 0 35px;
  }
  .area-product .prev-arrow,
  .area-items .prev-arrow {
    cursor: pointer;
    position: absolute;
    top: 43%;
    left: 30px;
    z-index: 1;
    zoom: .5;
  }
  .area-product .next-arrow,
  .area-items .next-arrow {
    cursor: pointer;
    position: absolute;
    top: 43%;
    right: 30px;
    z-index: 1;
    zoom: .5;
  }
  .area-product .thumb-item-nav,
  .area-items .thumb-item-nav {
    width: 189px;
    margin: 0 auto 30px;
  }
  .area-product .thumb-item-nav .slick-track li,
  .area-items .thumb-item-nav .slick-track li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
  }
}

@media screen and (max-width: 896px) {
  .area-items .thumb-item {
    width: auto;
  }
  .area-items .thumb-item .image {
    width: 300px;
    margin: 0 auto -40px;
  }
}

.area-info {
  width: 600px;

  margin: 0px auto 50px;

  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 40px;
}

.area-info .name {
  text-align: left;
  font-family: 'Questrial', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.area-info .name a {
  color: #041e3a;
  text-decoration: none;
    font-weight: 1000;
}

.area-info .name .pri {
  font-size: 18px;
}

.area-info .btn {
  display: block;
}

.area-info .btn a {
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (max-width: 896px) {
  .area-info {
    width: 100%;
    margin: -10px auto 50px;
    display: block;
  }
  .area-info.no-margin {
    margin: 50px auto;
  }
  .area-info.no-margin2 {
    margin: 10px auto 50px;
  }
  .area-info .name {
    text-align: center;
    font-size: 15px;
    margin-block: 50px;
  }
  .area-info .name .pri {
    font-size: 13px;
  }
  .area-info .btn {
    display: block;
  }
  .area-info .btn img {
    zoom: .5;
      margin: 0 auto;
  }
  .area-info .btn a {
    margin: 20px 72px 0;
    font-size: 12px;
  }
}

.area-items .box {
  border-top: 2px solid #041e3a;
    border-bottom: 2px solid #041e3a;
  width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  display: -webkit-flex;
  padding: 40px 0;
  box-sizing: border-box;
  align-items: center;
}

.area-items .box .items-img {
  width: 288px;
}

.area-items .box {
  width: 650px;
  text-align: left;
    font-weight: 700;
    font-size: 15px;
}

.items-text {
  width: 650px;
  text-align: center;
  padding: 0 40px 0 0;
    font-weight: 700;
    font-size: 15px;
}

@media screen and (max-width: 896px) {
  .area-items .box {
    border-top: 2px solid #041e3a;
    border-bottom: 2px solid #041e3a;
    width: auto;
    margin: 0 20px 30px;
    display: block;
    padding: 0 0 20px;
  }
  .area-items .box .items-img {
    width: 100%;
  }
  .area-items .box .items-text {
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding: 0 20px;
      font-weight: 700;
  }
}

.area-wrapper .area-color .slick-arrow {
  display: none !important;
}

.all-btn a {
  font-size: 18px;
  display: block;
  color: #041e3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  border: 1px solid #000;
  width: auto;
  padding: 20px;
  line-height: 1;
  max-width: 1050px;
  margin: 40px auto;
  text-decoration: none;
  transition: 0.3s ease 0s;
}

.all-btn a:hover {
  color: #fff;
  background: #000;
}

.all-btn a:hover.sample5-2::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 896px) {
  .all-btn a {
    font-size: 14px;
    color: #fff;
    background: #000;
    margin: 40px 25px;
  }
  .all-btn a.sample5-2::after {
    right: -86%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #041e3a;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-2::after {
  right: -90%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 896px) {
  .btn-all {
    margin: 0 30px;
  }
}

.inview {
  opacity: 0;
}

.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;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
