@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;
  padding-bottom: 50px;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding-bottom: 80px;
}
.area-header .header-text {
  font-size: 16px;
  font-weight: normal;
  margin: 55px 0;
}
@media screen and (max-width: 896px) {
  .area-header {
    padding-bottom: 30px;
  }
  .area-header .header-text {
    text-align: left;
    font-size: 14px;
    margin: 30px 20px 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  width: 1200px;
  margin: 0 auto 150px;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.area-body section#sec3 {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.area-body section h3 {
  font-size: 28px;
}
.area-body section .main {
  width: 600px;
  height: 85vh;
  margin-right: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  left: 0;
}
.area-body section .main a {
  display: block;
  position: relative;
  text-decoration: none;
}
.area-body section .main a .info {
  font-family: dharma-gothic-e, sans-serif;
  font-weight: 400;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  margin-top: 20px;
}
.area-body section .main a .info .num,
.area-body section .main a .info h3 {
  font-weight: 700;
}
.area-body section .main a .info .num {
  font-size: 170px;
  margin: 0 20px 0 0;
}
.area-body section .main a .info h3 {
  line-height: 0.9;
  font-size: 72px;
  padding: 0;
  margin: 0 0 0.1em;
}
.area-body section .main a .info span {
  font-size: 36px;
}
.area-body section .main a .info span.pri {
  margin-left: 20px;
}
.area-body section .sub {
  width: 540px;
  text-align: left;
}
.area-body section .sub .sub-image {
  margin: 0 0 20px;
}
.area-body section .sub .slider {
  display: none;
}
.area-body section .sub p {
  margin: 60px 20px;
  text-align: left;
  line-height: 2;
}
.area-body .btn-all a {
  display: inline-block;
  border: 1px solid #000;
}
@media screen and (max-width: 896px) {
  .area-body section {
    overflow: hidden;
    width: auto;
    margin: 0 auto 120px;
    padding-bottom: 25px;
    flex-flow: column;
  }
  .area-body section#sec3 {
    padding-bottom: 120px;
  }
  .area-body section h2 {
    font-size: 32px;
    margin: 0 20px;
    margin-bottom: -16px;
    z-index: 1;
  }
  .area-body section h3 {
    margin: 0 20px;
    font-size: 15px;
  }
  .area-body section .main {
    width: auto;
    margin-right: 0;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .area-body section .main a {
    position: relative;
  }
  .area-body section .main .info {
    line-height: 1;
    margin: 10px 20px;
  }
  .area-body section .main .info .num {
    font-size: 145px;
  }
  .area-body section .main .info .text {
    margin-top: -10px;
  }
  .area-body section .main .info h3 {
    font-size: 60px;
  }
  .area-body section .main .info span {
    font-size: 30px;
  }
  .area-body section .sub {
    width: auto;
  }
  .area-body section .sub .sub-image {
    display: none;
    margin: 0 30px 10px;
  }
  .area-body section .sub .slider {
    display: block;
  }
  .area-body section .sub .slider .slick-dots {
    text-align: center;
    z-index: 3;
    bottom: -30px;
    left: calc(50% - 97.5px);
  }
  .area-body section .sub .slider .slick-dots li {
    border-radius: 0;
    width: 50px;
    height: 10px;
    margin: 0px 3px;
  }
  .area-body section .sub .slider .slick-dots li button {
    border-radius: 0;
    width: 50px;
    height: auto;
  }
  .area-body section .sub .slider .slick-dots li button:before {
    border-radius: 0;
    width: 50px;
    height: 2px;
    opacity: 0.15;
    font-size: 50px;
    background-color: #999;
    border: none;
  }
  .area-body section .sub .slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000;
  }
  .area-body section .sub .slider .slick-arrow {
    display: block !important;
  }
  .area-body section .sub p {
    margin: 30px;
  }
  .area-body .btn-all {
    margin: -60px 20px 0;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.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;
}

.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;
}