html {
    margin-right: auto;
    margin-left : auto;
    text-align: center;

  }
  @font-face {
    font-family: "dnp-shuei-mincho-pr6n,sans-serif;";
    src: url(http://wmspic.weimall.jp/img/幻ノにじみ明朝.otf) format('opentype');
  }
body {
font-family: dnp-shuei-nmincho-std, sans-serif;
font-weight: 400;
font-style: normal;
margin: 0;

  }
#aic-body{
    text-align: center;
    margin: 0;
    color: #484848;
    margin: 3%;
  }

  /*========= グリーンピール説明文(タイトル) ===============*/
  :root {
    --delay: 0;
    --duration: 1500ms;
    --iterations: 1;
  }
  .reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 1500ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
  background-color:rgba(0, 0, 25, 0.2);
  border: 3px solid white;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10%;
  margin-top: 10%;
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 1500ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  font-size: 7vw;
  animation-name: clip-text;
  color: #FFF;
  white-space: nowrap;
  cursor: default;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes text-revealer {
  
  0%, 50% {
    transform-origin: 0 50%;
  }
  
  60%, 100% {
    transform-origin: 100% 50%;   
  }

  
  60% {
    transform: scaleX(1);
  }
  
  100% {
    transform: scaleX(0);
  }
}

 /*========= グリーンピール説明文(タイピング) ===============*/
/*タイピング*/
.typing {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.2em;
  word-break : break-all;
  background-color:rgba(255, 255, 255, 0.2);
  width: 90%;
  margin: 0 auto;
  white-space:pre-wrap;
  line-height: 2em;
}
.typing {
  text-align: center;
}

/*========= タイピング ===============*/

.typing span {
  display: none;
}

/*文字列後ろの線の設定*/
.typing::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}


@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */

  .reveal-text,
  .reveal-text::after {
    border-radius: 10px;
    width: 35%;
    margin-bottom: 10%;
    margin-top: 3%;
  }
  
  .reveal-text {
    font-size: 3vw;
  }

  .typing {
    font-size: 12px;
    width: 80%;
    margin-top: -9%;
  }
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#bg-movie{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    /* height: 100vh; 高さを全画面にあわせる*/
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    /*margin: 3%;*/
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 178vw;/* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}



/*見出し設定*/
h1{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
}

/*ボタン*/
  .firstvew{
    height: 850px;
  }
  /* 左ヘッダーロゴ */ 
  .ami-logo {
    width: 100%;
    text-align: center;
    /*background-color: #fff;*/
    object-fit: cover;
    margin-top: 18px;
  }
  .ami-logo img{
    width: 15%;
  }
  @media (max-width: 640px) {
.ami-logo img{
    width: 30%;
  }
  
  }
  /* メイン左部分のデザイン */ 
  .copy-main{
    z-index: 98;
    width: 100%;
    text-align: center;
    margin-top: 10%;
  }
  .copy-main img{
    width: 70%;
  }
  .copy-sab{
    width: 80%;
    margin: 0 auto;
    text-align: right;
    margin-top: 50px;
  }
  .copy-sab ul{
    list-style: none;
  }
  .border1{
    border: 1px solid #484848;
    font-size: 50px;
    margin-right: 15%;
  }
  .brand li{
    font-family: "futura-pt",sans-serif;
    font-size: 10px;
    display: block;
    letter-spacing: 0.6em;
    line-height: 3.5;
    text-align: right;
  }
  .brand{
    margin-top: 50px;
    width: 100%;
    padding: 0;
    margin-left: 1%;
  }
  .brand img{
    width: 100%;
  }
  .txt1{
    width: 75%;
    margin: 0 auto;
    font-size: 13px;
  }
  .sp-brand{
    display: none;
  }

  /* ハンバーガーメニュー */ 
  .cc-following{
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    /* background: #e5fff6; */
    padding-top: 35px;
    z-index: 999;
    text-align: center;
  }
  .cc-following, .overlay{
    display: block;
  }
  .menu_inside{
    margin-top: 25%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    margin: 0 0 0 auto;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    left: 6%;
    top: 17px;
    width: 35px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
     /*background: #79888b;*/
     background: #000;
    border: none;
    height: 1px;
    width: 35px;
    position: absolute;
    top: 0;
    -webkit-transition: all,.35s ease;
    transition: all,.35s ease;
    cursor: pointer;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
    left: 0;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
    width: 100%;
    left: 0;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
    left: 0;
  }
  
  /* メニュー開いてる時のボタン */
  .hamburger.active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay     : 0.6s;
    transition-delay        : 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform    : rotate(45deg);
    -o-transform     : rotate(45deg);
    transform        : rotate(45deg);
    z-index: 999;
  }
  .hamburger.active span:nth-child(2){
    width: 0px;
  }
  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(3){
    background :#666;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .hamburger.active span:nth-child(1){
    -webkit-transform: translateY(4px);
    -ms-transform    : translateY(4px);
    -o-transform     : translateY(4px);
    transform        : translateY(4px);
  }
  
  .hamburger.active span:nth-child(3){
    -webkit-transform: translateY(-16px) rotate(90deg);
    -ms-transform: translateY(-16px) rotate(90deg);
    -o-transform : translateY(-16px) rotate(90deg);
    transform    : translateY(-16px) rotate(90deg);
  }
  
  /* メニュー開いてる時の内容 */
  .open .globalMenuSp{
    display: block;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .globalMenuSp {
    position: fixed;
    z-index : 0;
    top  : 0;
    right : 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .globalMenuSp_wrap{
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s;
    width: 45%;
    max-width: 720px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 5%;
  }
  
  nav.globalMenuSp ul {    
    margin: 0 auto;
    padding: 0;
    width: 100%;
    padding-top: 9%;
  }
  @media (max-width: 740px) {
    nav.globalMenuSp ul {    
      padding-top: 7%;
    }
      
  }
  @media (max-width: 440px) {
    nav.globalMenuSp ul {    
      padding-top: 50%;
    }
      
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#e5fff6;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #484848;
    padding: 1em 0;
    text-decoration :none;
  }
  @media (max-width: 900px) {
    nav.globalMenuSp ul li a {    
      font-size: 10px;
    }
      
  }
  @media (max-width: 900px) {
    .menu_acces {   
      font-size: 15px;
    }
      
  }
  .menu_acces{
    font-size: 100%;
    margin-top: 5%;
  }
   a.menu_mail{
    text-decoration: none;
    color: #484848;
  }
  .wei-logo img{
    width: 25%;
  }
  @media (max-width: 950px) {
    .wei-logo img{
      width: 30%;
    } 
  }
  @media (max-width: 660px) {
    .wei-logo img{
      width: 50%;
    } 
  }
  @media (max-width: 450px) {
    .wei-logo img{
      width: 60%;
    } 
  }
   .menu_fax{
  border-top: 1px solid;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    z-index: 995;
    width: 100%;
  }
  /* メインビジュアル画像 */ 
  .container{
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .image {
    position: absolute;
    left: 33%;
    top: 29px;
    width: 60%;
    height: 845px;
    object-fit: cover;
    opacity: 0;
    animation: change-img-anim 15s infinite;
    background: #000;
  }
  .image:nth-of-type(1) {
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 10s;
  }
  .image:nth-of-type(3) {
    animation-delay: 20s;
  }
  
  @keyframes change-img-anim {
    0%{ opacity: 0;}
    10%{ opacity: 1;}
    90%{ opacity: 1;}
    100%{ opacity: 0;}
  }

   /* 画像の背景色 */
  #bg{
    position: relative;
  }
  #bg:before{
    content: "";
    width: 50%;
    height: calc(124% + 18px);
    background: #c8f3e7;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
  }
  .position{
    position: absolute;
  }

   /* コンセプト */ 
   .concept{
    position: absolute;
    text-align: right;
    top: 70%;
    width: 90%;
  }
  .movetxt{
    font-size: 15px;
    line-height: 200%;
    color: #fff;
  }
 
/* メインボタン */

#container{
  position: fixed;
  bottom: 0;
  left: 0;
  /* margin-bottom: 3%; */
   /* width: 94%; */
  width: 100%;
}

.means{
  width: 100%;
  padding: 0 0px;
  box-sizing: border-box;
  background: #79888b;
  opacity: 0.8;
  padding: 0.8em;
  height: 50px;
}
.means-txt{
  margin: 0 auto;
  color: #fff;
}

.select {
  display: flex;
  flex-wrap: wrap;
  border: 0px solid #fff;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0;
}
 
.select li {
  width: calc(94%/2);
  padding: 0 0px;
  box-sizing: border-box;
  width: 50vw;
  height: 15vw;
  background: #79888b;
  opacity: 0.8;
  padding: 0.5em;
  background-image: url(http://wmspic.weimall.jp/img/arrow.png);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 80px 5px;
}
@media (max-width: 500px) {
  .select li{
    width: 50vw;
    height: 50vw;
  }
}
.select li a{
  display: inline-block;
  width: 99%;
  height: 99%;
  border: solid 2px white;
  position: relative;
  
}
 
.select li a:hover {
  opacity: 0.6;
  
}

.select li p{
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
    color: #fff;
    font-size: 110%;
    letter-spacing: 0.08em;
}



.footer{
  padding: 20px 0 40px
}
.footer-txt{
  margin: 5px 0 0;
  font-size: 10px;
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
}

/* レスポンシブ設定 */
@media screen and (max-width: 1320px) {
 
}

