@charset "UTF-8";
.media_pc {
  display: block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  overflow: hidden;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-family: 游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ, Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 11px;
    min-width: auto;
  }
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-short {
  position: relative;
}

.video-short iframe {
  width: 720px;
  height: 405px;
}

@media screen and (max-width: 896px) {
  .video-short {
    padding: 0 0 56.25%;
  }
  .video-short iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*
    header
=========================================*/
header {
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
  /************SP************/
  /************SPここまで************/
}

header nav {
  padding: 10px 35px;
}

header nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul .anever_logo img {
  width: 136px;
}

header .mainvisual img {
  width: 100%;
}

header h2 {
  opacity: 0;
  font-size: 18px;
  font-weight: normal;
  margin: 60px 0 32px;
  line-height: 2;
}

header p {
  opacity: 0;
  margin: 0 0 2em;
  letter-spacing: 1px;
}

header .header-box {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  padding: 5em 0;
  border-bottom: 1px solid #c9c9c9;
}

header .header-box:first-of-type {
  padding: 3em 0 5em;
}

header .header-box.last {
  border-bottom: none;
  padding: 5em 0 0;
}

header .header-box .product {
  width: 50%;
}

header .header-box .product:first-child {
  width: 50%;
  margin-right: 5%;
}

header .header-box .flex-box {
  display: flex;
  display: -webkit-flex;
}

@media screen and (max-width: 896px) {
  header {
    margin: 0 auto 50px;
  }
  header nav {
    padding: 10px 20px;
  }
  header nav ul li img {
    zoom: .5;
  }
  header nav ul li.anever_logo img {
    width: 266px;
  }
  header nav ul li.onward img {
    width: 190px;
  }
  header h2 {
    font-size: 14px;
    margin: 40px 0 30px;
  }
  header .global-nav {
    display: flex;
    display: -webkit-flex;
  }
  header .global-nav li {
    margin: 0 5px 0 0;
  }
  header .global-nav li:last-child {
    margin-right: 0;
  }
  header .header-box {
    width: auto;
    margin: 0 auto;
    text-align: left;
    padding: 3em 0;
    border-bottom: 1px solid #c9c9c9;
  }
  header .header-box:first-of-type {
    padding: 3em 0 3em;
  }
  header .header-box.last {
    border-bottom: none;
    padding: 3em 0;
  }
  header .header-box .product {
    width: 80%;
    margin: 0 10% 2em;
  }
  header .header-box .product:first-child {
    width: 80%;
    margin: 0 10% 2em;
  }
  header .header-box .flex-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}

.product {
  opacity: 0;
  margin: 0 0 40px;
  position: relative;
}

.product a {
  display: block;
  position: relative;
}

.product.last-product {
  margin: 0 0 80px;
}

.product .product-name {
  line-height: 2.4;
}

.product .tax {
  display: inline;
  margin: 0 0 0 .5em;
  font-size: .8em;
}

.product-btn {
  position: absolute;
  border: 1px solid #000;
  padding: 0 14px;
  bottom: 10px;
  right: 10px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.elem-text {
  opacity: 0;
  margin: 0 0 2em;
}

.elem-text:last-child {
  margin-bottom: 0;
}

.small-text {
  font-size: 0.7em;
}

.elem-border {
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  margin: 3em 0;
}

@media screen and (max-width: 896px) {
  .product {
    margin: 30px;
  }
  .product.last-product {
    margin: 30px;
  }
  .product-btn {
    padding: 0 6px;
    bottom: 6px;
    right: 10px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .elem-text {
    margin: 0 30px 2em;
  }
  .elem-text:last-child {
    margin-bottom: 0;
  }
  .elem-border {
    width: auto;
    margin: 3em 30px;
  }
}

/*
    area-body
=========================================*/
.area-body section {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin: 0 auto 95px;
}

.area-body section .flex-box {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}

.area-body section .flex-image {
  opacity: 0;
  width: 53%;
  box-sizing: border-box;
}

.area-body section .flex-info {
  width: 47%;
  box-sizing: border-box;
  padding: 0 0% 0 9%;
}

.area-body section.short .flex-box {
  align-items: center;
}

.area-body section.short .flex-image {
  text-align: right;
}

@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    min-width: auto;
    max-width: auto;
    margin: 0 auto 60px;
  }
  .area-body section .flex-box {
    display: block;
  }
  .area-body section .flex-image {
    opacity: 0;
    width: 100%;
  }
  .area-body section .flex-info {
    width: 100%;
    padding: 0;
  }
  .area-body section.short .flex-image {
    width: 100%;
    text-align: right;
  }
  .area-body section.short .flex-info {
    width: 100%;
    padding: 0;
  }
}

.area-body .movie {
  text-align: center;
}

.area-body .movie p {
  margin: 55px 0;
  font-size: 18px;
}

@media screen and (max-width: 896px) {
  .area-body .movie .media_sp {
    text-align: center;
    display: block;
    margin: 0;
  }
  .area-body .movie .border {
    margin: 15px 0;
  }
  .area-body .movie .border img {
    zoom: .5;
  }
  .area-body .movie p {
    margin: 35px 35px 45px;
    font-size: 14px;
  }
}

.area-body .black {
  margin: 65px 0 0;
  background: #000;
  color: #fff;
  padding: 40px 0;
  position: relative;
}

.area-body .black .border {
  position: absolute;
  text-align: center;
  top: -30px;
  left: 50%;
}

.area-body .black p {
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .area-body .black {
    margin: 0;
    padding: 40px 0;
  }
  .area-body .black .border {
    top: -30px;
    left: 50%;
  }
  .area-body .black .border img {
    zoom: .5;
  }
  .area-body .black p {
    width: auto;
    margin: 0 35px;
  }
}

.area-body .banners {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .area-body .banners {
    flex-flow: column;
    margin: 55px 0 0;
  }
}

.area-body .area-banner {
  margin: 0 16px;
}

@media screen and (max-width: 896px) {
  .area-body .area-banner {
    margin: 0;
  }
}

.area-body .area-banner a {
  display: block;
  width: 230px;
  box-sizing: border-box;
  margin: 110px auto;
  border: 1px solid #000;
  text-align: center;
}

.area-body .area-banner a .banner-text {
  line-height: 1.4;
  margin: 1em 0;
  display: block;
  font-size: 12px;
}

.area-body .area-banner a .banner-text h4 {
  font-size: 18px;
}

@media screen and (max-width: 896px) {
  .area-body .area-banner a {
    width: auto;
    margin: 0 20px 25px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .area-body .area-banner a .banner-image {
    width: 30%;
  }
  .area-body .area-banner a .banner-text {
    width: 70%;
  }
  .area-body .area-banner a .banner-text h4 {
    font-size: 17px;
  }
}

.area-body .area-insta {
  margin: 100px 0;
  text-align: center;
}

.area-body .area-insta h3 {
  margin: 0 0 45px;
  font-weight: normal;
  font-size: 18px;
}

@media screen and (max-width: 896px) {
  .area-body .area-insta {
    margin: 50px 0;
  }
  .area-body .area-insta h3 {
    margin: 0 0 30px;
    font-weight: normal;
    font-size: 16px;
  }
}

.vsm-gallery .ecbn-selection-title {
  display: none;
}

.vsm-gallery .ecbn-selection-description {
  display: none;
}

.vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-snap {
  width: 645px !important;
}

.vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
  top: 0;
  left: 0;
  width: calc(100% / 3) !important;
  padding: 0 !important;
}

.vsm-gallery .ecbn-selection-page-wrapper li:nth-child(n+19) {
  display: none !important;
}

@media screen and (max-width: 896px) {
  .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-snap {
    width: 101% !important;
    margin-left: -1%;
  }
}

.area-links {
  width: 1000px;
  margin: 200px auto 0;
}

.area-links .links li {
  margin: 0 0 52px;
}

.area-links .sns {
  display: flex;
  display: -webkit-flex;
}

.area-links .sns li {
  width: 30px;
  margin: 0 24px 0 0;
}

.area-links .sns li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .area-links {
    width: auto;
    margin: 50px 20px 0;
  }
  .area-links .links li {
    margin: 0 0 1.5em;
  }
  .area-links .sns li {
    width: 22px;
    margin: 0 14px 0 0;
  }
}

/*
    footer
=========================================*/
footer {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  padding: 60px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  /************SP************/
  /************SPここまで************/
}

footer p {
  font-weight: normal;
  font-size: 10px;
}

@media screen and (max-width: 896px) {
  footer {
    width: auto;
    padding: 80px 0 30px;
    display: block;
  }
  footer p {
    font-weight: normal;
    font-size: 8px;
  }
  footer .onward {
    width: 70px;
    margin: 10px auto;
    padding: 11px;
  }
}

.inview {
  opacity: 0;
}

.inview2 {
  opacity: 0;
}

.inview3 {
  opacity: 0;
}

.inview4 {
  opacity: 0;
}

.inview5 {
  opacity: 0;
}

.inview6 {
  opacity: 0;
}

.inview7 {
  opacity: 0;
}

.inview8 {
  opacity: 0;
}

.inview9 {
  opacity: 0;
}

.inview10 {
  opacity: 0;
}

.inview11 {
  opacity: 0;
}

.fadeview {
  opacity: 0;
}

.fadein {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1s ease 0s 1;
  -webkit-animation: FadeIn 1s ease 0s 1;
  animation-fill-mode: both;
}

.up {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 1s 1;
  -webkit-animation: VisualImage 1s ease 1s 1;
  animation-fill-mode: both;
}

.up0 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 1.3s 1;
  -webkit-animation: VisualImage 1s ease 1.3s 1;
  animation-fill-mode: both;
}

.up1 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 1.6s 1;
  -webkit-animation: VisualImage 1s ease 1.6s 1;
  animation-fill-mode: both;
}

.up2 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 1.9s 1;
  -webkit-animation: VisualImage 1s ease 1.9s 1;
  animation-fill-mode: both;
}

.up3 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 2.2s 1;
  -webkit-animation: VisualImage 1s ease 2.2s 1;
  animation-fill-mode: both;
}

.up4 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 2.5s 1;
  -webkit-animation: VisualImage 1s ease 2.5s 1;
  animation-fill-mode: both;
}

.up5 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 2.8s 1;
  -webkit-animation: VisualImage 1s ease 2.8s 1;
  animation-fill-mode: both;
}

.up6 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 3.1s 1;
  -webkit-animation: VisualImage 1s ease 3.1s 1;
  animation-fill-mode: both;
}

.up7 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 3.4s 1;
  -webkit-animation: VisualImage 1s ease 3.4s 1;
  animation-fill-mode: both;
}

.up8 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 3.7s 1;
  -webkit-animation: VisualImage 1s ease 3.7s 1;
  animation-fill-mode: both;
}

.up9 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 4s 1;
  -webkit-animation: VisualImage 1s ease 4s 1;
  animation-fill-mode: both;
}

.up10 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 4.3s 1;
  -webkit-animation: VisualImage 1s ease 4.3s 1;
  animation-fill-mode: both;
}

.up11 {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
  animation: VisualImage 1s ease 4.6s 1;
  -webkit-animation: VisualImage 1s ease 4.6s 1;
  animation-fill-mode: both;
}

/*FadeIn*/
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.FadeIn {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
}

/*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, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
