@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 {
  width: 640px;
  line-height: 2;
  font-size: 16px;
  text-align: left;
  margin: 50px auto 100px;
  color: #000;
}
.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: left;
    width: auto;
    margin: 30px 25px;
  }
}

a:focus, *:focus {
  outline: none;
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  background: #fff;
  margin: 0;
}
.area-body section {
  width: 1050px;
  margin: 0 auto 140px;
}
.area-body section h2 {
  width: 310px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
}
.area-body section h2:after {
  display: inline-block;
  content: "";
  width: 310px;
  height: 1px;
  background: #000;
  position: relative;
  top: -40px;
  z-index: -1;
}
.area-body section h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 35px;
}
.area-body section h3 {
  margin: -20px 0 10px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.area-body section .name {
  margin: 30px 0 0;
  font-weight: bold;
}
.area-body section .name a {
  text-decoration: none;
}
.area-body section .name .pri {
  display: block;
}
.area-body section .name .view {
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  margin: 20px 0 0;
  line-height: 1;
  padding: 0;
  border-bottom: 1px solid #000;
}
.area-body section .name-list {
  margin: 20px 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-body section .name-list li {
  width: 180px;
  margin: 0 25px;
}
.area-body section .elem-text {
  width: 640px;
  text-align: left;
  margin: 80px auto 50px;
}
.area-body section .image-list {
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-body section .image-list li {
  margin: 0 25px;
}
.area-body section .btn-all a {
  display: block;
  position: relative;
  font-weight: bold;
  width: 800px;
  padding: 30px 0;
  margin: 80px auto 40px;
  line-height: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.area-body section .Arrow-Right {
  position: absolute;
  top: calc(50% - 6px);
  right: 23%;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 auto 70px;
  }
  .area-body section h2 {
    width: 200px;
    font-size: 14px;
  }
  .area-body section h2:after {
    width: 200px;
    top: -30px;
    z-index: -1;
  }
  .area-body section h2 span {
    padding: 0 20px;
  }
  .area-body section h3 {
    margin: -40px 0 10px;
    font-size: 22px;
  }
  .area-body section .visual {
    margin: 0 25px;
  }
  .area-body section .name {
    position: relative;
    text-align: left;
    margin: 20px 25px 0;
  }
  .area-body section .name .view {
    position: absolute;
    right: 0px;
    bottom: 5px;
    text-align: right;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    padding: 0;
    border-bottom: 1px solid #000;
  }
  .area-body section .name-list {
    margin: 20px 0 0;
    flex-flow: column;
  }
  .area-body section .name-list li {
    margin: 10px 0;
    width: calc(100% - 50px);
  }
  .area-body section .elem-text {
    font-size: 14px;
    width: auto;
    text-align: left;
    margin: 40px 25px 30px;
  }
  .area-body section .image-list {
    margin: 0 50px;
    flex-wrap: wrap;
  }
  .area-body section .image-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .area-body section .btn-all a {
    width: auto;
    font-size: 12px;
    padding: 25px 0;
    margin: 80px 25px 40px;
  }
  .area-body section .Arrow-Right {
    position: absolute;
    top: calc(50% - 4px);
    right: 5%;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 8px;
    height: 8px;
  }
}

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;
    transform: translate(0px, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
    transform: translate(0px, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}