@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: 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 {
  background: #000;
  padding-bottom: 80px;
}
.area-header .header-text {
  width: 340px;
  margin: 80px auto 50px;
}
.area-header p {
  width: 890px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.area-header p.small {
  margin: 35px auto 0;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .area-header {
    padding-bottom: 30px;
  }
  .area-header .header-text {
    width: auto;
    margin: 40px auto 20px;
  }
  .area-header .header-text img {
    zoom: 0.5;
  }
  .area-header p {
    text-align: left;
    width: auto;
    margin: 0 20px;
  }
  .area-header p.small {
    margin: 15px 20px 0;
    text-align: left;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #fff;
  background: #000;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
.area-body section {
  margin: 100px 0 0;
}
.area-body section:first-child {
  margin: 0;
}
.area-body section .wide-image {
  width: 100%;
}
.area-body section .wide-image img {
  width: 100%;
}
.area-body section .wide-image a {
  color: #fff;
}
.area-body section .num-wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.area-body section .num-wrap .num {
  font-size: 60px;
  position: absolute;
  top: 90px;
  left: 0;
  font-family: "PT Serif", serif;
  font-weight: bold;
}
.area-body section .wide-p {
  text-align: left;
  width: 800px;
  margin: 40px auto;
}
.area-body section .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 1100px;
  margin: 0 auto 45px;
}
.area-body section .flex-box .image-box {
  width: 700px;
  margin: 0 45px 0 0;
}
.area-body section .flex-box .image-box .margin-bottom {
  margin-bottom: 45px;
}
.area-body section .flex-box .text-box {
  text-align: left;
  width: 400px;
}
.area-body section .flex-box.rev-box {
  flex-flow: row-reverse;
}
.area-body section .flex-box.rev-box .image-box {
  margin: 0 0 0 45px;
}
.area-body section .name a {
  color: #fff;
  text-decoration: none;
}
.area-body section .name a .pri {
  font-family: "PT Serif", serif;
  margin: 0 20px;
}
.area-body section .name a .buy {
  font-family: "PT Serif", serif;
  margin: 0 20px;
}
.area-body section .btn-all {
  padding: 100px 0;
}
.area-body section .btn-all a {
  width: 1100px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1;
  padding: 36px 0;
  position: relative;
}
.area-body section .btn-all a .triangle1 {
  position: absolute;
  top: 36px;
  right: 50px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.area-body section.movie-section {
  width: 1100px;
  margin: 150px auto 100px;
}
.area-body section .movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.area-body section .movie-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 896px) {
  .area-body {
    font-size: 13px;
  }
  .area-body section {
    margin: 50px 0 0;
  }
  .area-body section:first-child {
    margin: 0;
  }
  .area-body section .wide-image {
    width: 100%;
  }
  .area-body section .wide-image img {
    width: 100%;
  }
  .area-body section .wide-image a {
    color: #fff;
  }
  .area-body section .num-wrap {
    width: auto;
    margin: 0 auto;
    position: relative;
  }
  .area-body section .num-wrap .num {
    font-size: 40px;
    position: absolute;
    top: 5px;
    left: 25px;
  }
  .area-body section .wide-p {
    text-align: left;
    width: auto;
    margin: 20px;
  }
  .area-body section .flex-box {
    flex-flow: column;
    width: auto;
    margin: 0 auto;
  }
  .area-body section .flex-box .image-box {
    width: auto;
    margin: 0 10px;
  }
  .area-body section .flex-box .image-box .margin-bottom {
    margin-bottom: 20px;
  }
  .area-body section .flex-box .text-box {
    text-align: left;
    width: auto;
    margin: 20px;
  }
  .area-body section .flex-box .text-box br {
    display: none;
  }
  .area-body section .flex-box.rev-box {
    flex-flow: column;
  }
  .area-body section .flex-box.rev-box .image-box {
    margin: 0 10px;
  }
  .area-body section .name {
    margin: 20px 0;
    font-size: 12px;
  }
  .area-body section .name a .pri {
    margin: 0 10px;
  }
  .area-body section .name a .buy {
    margin: 0 10px;
  }
  .area-body section.movie-section {
    width: auto;
    margin: 80px 10px 50px;
  }
  .area-body section .btn-all {
    padding: 50px 0;
  }
  .area-body section .btn-all a {
    width: auto;
    margin: 0 10px;
    padding: 20px 0;
    position: relative;
  }
  .area-body section .btn-all a .triangle1 {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid black;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}

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;
}