@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  background-color: #000;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", "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 .header-text {
  line-height: 2;
  font-size: 16px;
  text-align: center;
  margin: 100px auto;
  color: #000;
  font-weight: 500;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 14px;
  }
  .area-wrapper .header-text {
    font-size: 12px;
    text-align: center;
    width: auto;
    margin: 40px 20px;
  }
}

a:focus, *:focus {
  outline: none;
}

.area-nav ul {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-nav ul li {
  margin: 0 20px 0 0;
}
.area-nav ul li:last-child {
  margin: 0;
  border-right: none;
}
.area-nav ul li span {
  display: block;
}
.area-nav ul li:hover {
  opacity: 0.6;
  transition: all 0.6s;
}
.area-nav ul li a {
  text-decoration: none;
}  
.area-body .btn {
    display: block;
    margin: 60px auto 0;
    
}
@media screen and (max-width: 896px) {
  .area-nav ul li {
    margin: 0;
  }
  .area-nav ul li:last-child {
    margin: 0;
    border-right: none;
  }
  .area-nav ul li span {
    font-size: 12px;
    display: block;
    margin: 5px 0 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  color: #000;
  background: #fff;
  margin: 0;
}
.area-body section#sec1 {
    background: #efefe8;
}
.area-body section#sec3 {
    background: #d8d8d3;
}
.area-body section .wrap {
  width: 1120px;
  margin: 0 auto;
  padding: 0 0 120px;
}
.area-body section h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 60px;
  padding: 100px 0 0;
}
.area-body section .section-image {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-body section h3 {
  width: 280px;
  margin: 0 auto;
  padding: 80px 0 50px;
}
.area-body section .pri {
  letter-spacing: 1.5px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 45px;
  border-bottom: 3px solid #000;
  display: inline-block;
  line-height: 1;
}
.area-body section p {
  text-align: center;
  width: 820px;
  margin: 60px auto;
}
.area-body section .image-list {
  margin: 150px 0 80px;
}
.area-body section .image-list li {
  margin: 0 0 80px;
}
.area-body section .image-list li:last-child {
  margin: 0;
}
.area-body section .btn-all {
  padding: 250px 0 100px;
}
.now_on{
    background: #efefe8;
}
.now_on_ttl{
    font-size: 24px;
    padding: 80px 0 20px;
    font-weight: 600;
}
.now_on .wrap{
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 120px;
}
.now_on_item{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 896px) {
  .area-body section .wrap {
    width: auto;
    margin: 0 auto;
    padding: 0 0 80px;
  }
  .area-body section h2 {
    font-size: 38px;
    padding: 40px 0 0;
  }
  .area-body section .section-image {
    flex-flow: column;
  }
  .area-body section h3 {
    width: auto;
    margin: 0 90px;
    padding: 50px 0;
  }
  .area-body section .pri {
    font-size: 33px;
  }
  .area-body section p {
    font-size: 12px;
    width: auto;
    margin: 30px 20px;
  }
  .area-body section .btn {
    margin: 40px 35px 0;
  }
  .area-body section .image-list {
    margin: 80px 0 40px;
  }
  .area-body section .image-list li {
    margin: 0 0 30px;
  }
  .area-body section .image-list li:last-child {
    margin: 0;
  }
  .area-body section .btn-all {
    margin: 0 40px;
    padding: 100px 0;
  }
.now_on_item {
    flex-flow: column;
    gap: 10px;
    }
.now_on_ttl{
        font-size: 20px;
        padding: 60px 0 20px;
    }
}

img {
  max-width: 100%;
}

.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;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}