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

.media_sp {
  display: none;
}

a {
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.8;
}

/*スマホ*/
@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;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
  user-select: 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;
  }
}

/*! 托めzみ啝をレスポンシブ鬉気擦 */
.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.video 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: 20px;
  font-weight: normal;
  margin: 60px 0 32px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.header-txt {
  margin-bottom: 60px;
}

header p {
  opacity: 0;
  margin: 0 0 2em;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

header .header-box .img-box {
  opacity: 0;
  max-width: 1280px;
  margin: 0 auto 27px;
}

header .header-box .img-boxlast-child {
  margin: 0 auto;
}

@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-txt {
    padding: 0 20px;
  }
  header p {
    font-size: 100%;
  }
  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;
  }
  header .header-box .img-box {
    margin-bottom: 10px;
  }
}

.product-box {
  max-width: 1000px;
  margin: 0 auto;
}

.product-main {
  margin-bottom: 70px;
}

.product-main-flex {
  display: flex;
  justify-content: center;
}

.product-main-flex .img {
  width: 50%;
}

.product-flex {
  display: flex;
  justify-content: center;
  gap: 33px;
}

.product-flex-inner {
  width: 50%;
}

.product-flex-btm {
  margin-top: 60px;
}

.product-img {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.product-img .img {
  max-width: 174px;
}

.product {
  opacity: 0;
}

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

.product-txt {
  margin-top: 34px;
  line-height: 2.2;
  text-align: center;
}

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

.product-btn {
  display: inline-block;
  margin: 25px auto 0;
  border: 1px solid #000;
  padding: 1px 9px 0;
  letter-spacing: 1px;
  line-height: 1.3;
}

.elem-text {
  opacity: 0;
  margin: 60px 0 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

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

.elem-text-large {
  margin-top: 60px;
}

.elem-text-center {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .product-flex {
    display: block;
  }
  .product-main {
    margin-bottom: 25px;
  }
  .product-main-flex {
    display: block;
  }
  .product-flex-inner {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-flex-inner:last-child {
    margin-bottom: 0;
  }
  .product-main-flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-flex-btm {
    margin-top: 30px;
  }
  .product-img {
    width: 100%;
    gap: 10px;
  }
  .product-img .img {
    max-width: 100%;
    width: 50%;
  }
  .product-txt {
    margin-top: 18px;
  }
  .product {
    margin: 0 0 10px;
  }
  .product.last-product {
    margin: 30px;
  }
  .product-btn {
    margin: 20px auto 0;
    padding: 2px 6px 1.5px;
    bottom: 6px;
    right: 10px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .elem-text {
    margin: 16px 10px 2em;
    font-size: 100%;
  }
  .elem-text:last-child {
    margin-bottom: 0;
  }
  .elem-border {
    width: auto;
    margin: 3em 30px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
  border-top: 1px solid #000;
}
.area-body section {
  margin: 0 auto 130px;
}

.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 {
    width: auto;
    padding: 40px 0;
    margin: 0 10px;
  }
  .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 .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;
  -webkit-animation: FadeIn 1s ease 0s;
  animation-fill-mode: forwards;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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 */
