html {
    margin-right: auto;
    margin-left : auto;
    text-align: center;
    background-color: #e5fff6;
  }
  @font-face {
    font-family: "幻ノにじみ明朝";
    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;
  }
#aic-body{
    text-align: center;
    background-color: #e5fff6;
    margin: 0;
  }
  .firstvew{
    height: 850px;
  }
  /* 左ヘッダーロゴ */ 
  .ami-logo {
    width: 28%;
    text-align: left;
    object-fit: cover;
  }
  .ami-logo img{
    width: 50%;
    margin-top: 1%;
    margin-left: 5%;
  }

  /* ハンバーガーメニュー */ 
  .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%;
    width: 30%;
    height: 100%;
    background: #ffffff;
    margin: 0 0 0 auto;
  }
  .hamburger {
    display : block;
    position: fixed;
    z-index : 999;
    right : 40px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    background: #484848;
    border: none;
    height: 1px;
    width: 60px;
    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: 40%;
  }
  .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%;
    margin-top: 5%;
  }
  
  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;
  }
  .menu_logo img{
    width: 50%;
    margin-top: 20%;
  }
  .menu_acces{
    font-size: 20px;
    margin-top: 10%;
  }
   a.menu_tel,.menu_fax{
    text-decoration: none;
    color: #484848;
  }
   .menu_fax{
  border-top: 1px solid;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    z-index: 995;
    width: 100%;
  }

  /* メイン */
  .online{
    width: 100%;
    margin: 0 auto;
    margin-top: 15%;
  }
  .online h3{
    font-size: 1.8rem;
    font-weight: 100;
    color: #484848;
  }
  .store-box{
    margin-bottom: 10%;
  }
  .store{
    width: 70%;
    margin: 0 auto;
    background: #bcecdb;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 5%;
  }
  .s_text{
    color: #3db69b;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
  }
  ul{
    list-style-type: none;
  }
  .s_box_inner{
    line-height: 1.6;
    color: #008475;
    text-align: center;
  }
  .store-img{
    width: 100%;
    padding-bottom: 3%;
    vertical-align: top;
  }

  .txt-border{
    padding: 10px;
    margin: 0 auto;
    background-image: radial-gradient(#C5DAE5 30%, transparent 30%);
    background-size: 15px 15px;/*imageで指定した割合が100%の時の値*/
    background-position: bottom;
    background-repeat: repeat-x;
    width: 80%;

  }

/* ストアを見るボタン */
.link{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 3%;
  padding-bottom: 3%;
}
.btn{
  padding: 0.375rem 3.75rem;
  display: inline-block;
  color: #484848;
    text-decoration: none;
}
.pd{
  margin-right: 100px;
}
.pd2{
  padding: 0.375rem 4.25rem;  

}
a.btn-border {
  border: 2px solid #484848;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
  margin: 0 auto;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 10px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  border-radius: 0 50% 50% 0;
  background: #484848;
}

a.btn-border:hover:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 30px;
  text-align: center;

  width: 30px;
  height: 30px;
  top: -2px;
  left: 50px;

  content: '\f061';
  -webkit-transform: translateX(460%) translateY(.5rem);
  transform: translateX(460%) translateY(.5rem);

  color: #fff;
  border-radius: 50%;
}

  




/* スクロールボタン */ 
.wrapper{
    width:100%;
    height:100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
  }
  .wrapper .col{
    width:50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .scroll-down-box{
    display:block;
    position:relative;
    text-decoration:none;
    top: 36%;
  }
  .scroll-down-box svg{
    fill:#111;
  }
  .scroll-down-box.alt svg{
    fill:#fff;
  }
  .scroll-down-box .scroll-text{
    width:65px;
    height:auto;
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
  }
  .scroll-down-box.alt .scroll-text{
    -webkit-animation: none;
    animation: none;
  }
  .scroll-down-box.alt:hover .scroll-text{
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
  }
  .scroll-down-box .scroll-icon{
    width:25px;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
  }
  .scroll-down-box.alt .scroll-icon{
    width:35px;
  }
  .scroll-down-box:hover .scroll-icon{
    -webkit-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
  }
  .scroll-down-box.alt:hover .scroll-icon{
    -webkit-animation: none;
    animation: none;
  }
  
  @keyframes rotation {
      from {-webkit-transform: rotate(0deg); transform: rotate(0deg);}
      to {-webkit-transform: rotate(359deg); transform: rotate(359deg);}
  }
  
  @keyframes move {
      0% {-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
      25% {-ms-transform: translate(-50%,-35%); -webkit-transform: translate(-50%,-35%); transform: translate(-50%,-35%);}
      50% {-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
      75% {-ms-transform: translate(-50%,-65%); -webkit-transform: translate(-50%,-65%); transform: translate(-50%,-65%);}
      100% {-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
  }
  .scroll-down-box{
    transition: 1s;  /* 1秒かけて動く */
  }
  
  .scroll-down-box:hover {
      transform: rotate(180deg);  /* マウスオーバー時に回転 */
  }

   /* フッター */   
.footer{
  padding: 50px 0 40px
}
.footer-txt{
  margin: 5px 0 0;
  font-size: 10px;
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
}






/* ローディング画面 */
/* ロゴアニメーション */
#splash {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
text-align:center;
color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
position: absolute;
top: 48%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}
/* fadeUpをするアイコンの動き */

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
/* 線と背景アニメーション */
.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#bcecdb;
  z-index:9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5fff6;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
          animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
          animation: shutterOpen 2.6s forwards;
}
.main-container {
  -webkit-animation: contentScale 2.6s forwards;
          animation: contentScale 2.6s forwards;
}

.image-wrapper-sp{
  display: none;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes main-containerScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}

/* レスポンシブ設定 */

@media screen and (max-width: 1000px) {
  .menu_inside{
    width: 100%;
  }
  .ami-logo{
    position: relative;
    z-index: 99;
    width: 40%;
  }
  .ami-logo img{
    width: 75%;
    margin-top: 10%;
  }
  .ami{
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  h3{
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
  .s_text{
    font-size: 0.8rem;
  }
  ul{
    margin-bottom: 3%;
  }
  .btn{
    padding: 0rem 2.5rem;
    font-size: 0.8rem;
  }
  .txt-border{
    background-size: 10px 10px;
    margin-top: -3%;
  }
  a.btn-border:hover::before{
    top: -9px;
    left: 1px;
  }
  .footer-txt{
    margin: 40px 0 0;
  }
  .scroll-down-box:hover {
    transform: rotate(360deg);  /* マウスオーバー時に回転 */
}
}

@media (max-width: 620px) {
  .scroll-down-box .scroll-text{
    width: 40px;
  }
  .scroll-down-box .scroll-icon{
    width: 15px;
  }
  .scroll-down-box .scroll-icon{
    width: 40%;
  }
  .scroll-down-box{
    top: 40%;
  }
  .cc-following{
    width: 20%;
  }
  .hamburger{
    right: 15px;
  }
  .hamburger span{
    width: 40px;
  }
  .hamburger span:nth-child(2){
    width: 54%;
  }

}
@media (max-width: 500px) {
.article{
  font-size: 12px;
}

}
@media (max-width: 460px) {
  .ami-logo{
    width: 50%;
  }
}

