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%;
  }

  /* シュラメックロゴ */ 
  .ami-logo {
    width: 100%;
    text-align: center;
    background-color: #fff;
    object-fit: cover;
  }
  .ami-logo img{
    width: 15%;
  }
  @media (max-width: 640px) {
.ami-logo img{
    width: 30%;
  }
  
  }


  /* ハンバーガーメニュー */ 
  .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: 3%;
    top: 15px;
    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;
    }
      
  }
  
  .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%;
  }
  /* メインビジュアル画像 */ 
  .title h1{
    font-size: 100%;
    border-bottom: solid 2px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding-top: 10%;
    color: #484848;
    margin-bottom: 7%;
  }
  .derma {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  @media (max-width: 820px) {
    .derma {
      margin-top: 10%;
      margin-bottom: 10%;
    }
  }
  @media (max-width: 500px) {
    .derma {
      margin-top: 15%;
      margin-bottom: 15%;
    }
  }
  .derma-title{
    font-size: 80%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #888;
    margin-bottom: 4%;
    letter-spacing: 0.05em
  }
  .derma-txt{
    font-size: 70%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #888;
    margin-bottom: 7%;
    line-height: 2.5em;
    letter-spacing: 0.03em
  }
  .menu{
    margin-top: 10%;
  }
  #trouble {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-evenly;
  }
   
  #trouble li {
    width: 45%;
    text-align: center;
    height: 75px;
    line-height: 40px;
    margin-right: 2px;
    border: 1px solid #888;
    border-radius: 6px;
  }
   
  #trouble li a {
    text-decoration: none;
    color: #888;
    font-weight: bold;
    font-size: .85rem;
  }

  .menu-title{
    margin: 5px auto;
  }
  .menu-text {
    font-size: .65rem;
    display: block;
    margin-bottom: 10px;
    color: #888;
    margin-top: -8px;
    font-weight: normal;
  }
  .basick-bn{
    width: 100%;
  }
  .basick-bn img{
    width: 50%;
    border-radius: 6px;
  }
  @media (max-width: 700px) {
    .basick-bn img{
      width: 95%;
    }
  }
  
  .plus{
    width: 100%;
    margin-bottom: -10%;
  }
  .plus img{
    width: 7%;
  }

  @media (max-width: 800px) {
    .plus img{
      width: 10%;
    }
  }
  /* スライダー */ 
  .section-lineup{
    overflow: hidden;
    margin-top: 15%;  
  }
.products{
  margin-top: 50px;
  margin: 0 auto;
  width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container{
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
.container h2{
  font-family: 'GT Walsheim Pro Medium', sans-serif;
  font-size: 18px;
  font-size: 0.8rem;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: .1em;
  margin-left: -3%;
}
.supplement{
  font-family: 'GT Walsheim Pro Medium', sans-serif;
  font-size: 12px;
  font-size: 0.7rem;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: .1em;
  margin-left: -3%;
  margin-top: -10px;
}
/*
.slick-list{
  position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}
*/
.slider{
    margin: 0px -59px;
    width: 90%;
    max-width: 280px;
    list-style: none;
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    white-space: normal;
}

.slick-slide {
  height: auto !important;
}
.slick-track {
  display: flex;
}

.imgProductImage img{
    width: 100%;
    height: 100vw;
    object-fit: cover;
}
.product-column a figure img{
  width: 101%;
}
.color1::after{
  content: "";
  background-color: #ffde96;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.color1{
  position: relative;
}
.color2::after{
  content: "";
  background-color: #9dc9ed;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.color2{
  position: relative;
}
.color3::after{
  content: "";
  background-color: #95d0cc;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.color3{
  position: relative;
}
.color4::after{
  content: "";
  background-color: #f2d1e6;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.color4{
  position: relative;
}
.color5::after{
  content: "";
  background-color: #bfb2ca;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.color5{
  position: relative;
}
.color6::after{
  content: "";
  background-color: #e7c3c5;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.color6{
  position: relative;
}
.color7::after{
  content: "";
  background-color: #f4a5a8;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.color7{
  position: relative;
}
.bgcolor1 a figure img{
  background-color: #ffde96;
}
.bgcolor2 a figure img{
  background-color: #9dc9ed;
}
.bgcolor3 a figure img{
  background-color: #95d0cc;
}
.bgcolor4 a figure img{
  background-color: #f2d1e6;
}
.bgcolor5 a figure img{
  background-color: #bfb2ca;
}
.bgcolor6 a figure img{
  background-color: #e7c3c5;
}
.bgcolor7 a figure img{
  background-color: #f4a5a8;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-arrow{
  position: absolute;
    top: -40px;
    width: 20px;
  height: 13px;
  opacity:0.7;
  z-index:10;
}
.slick-next .slick-prev{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  right: 40px;
}
.prev-arrow{
  right: -855px;
  left: auto;
}
.next-arrow{
  right: -920px;
}
@media (max-width: 1030px) {
  .prev-arrow{
    right: -625px;
  }
  .next-arrow{
    right: -690px;
  }
}
@media (max-width: 920px) {
  .prev-arrow{
    right: -515px;
  }
  .next-arrow{
    right: -565px;
  }
}
@media (max-width: 820px) {
  .prev-arrow{
    right: -410px;
  }
  .next-arrow{
    right: -470px;
  }
}
@media (max-width: 770px) {
  .prev-arrow{
    right: -375px;
  }
  .next-arrow{
    right: -435px;
  }
}
@media (max-width: 540px) {
  .prev-arrow{
    right: -170px;
  }
  .next-arrow{
    right: -225px;
  }
}
@media (max-width: 415px) {
  .prev-arrow{
    right: -75px;
  }
  .next-arrow{
    right: -125px;
  }
}
@media (max-width: 393px) {
  .prev-arrow{
    right: -55px;
  }
  .next-arrow{
    right: -100px;
  }
  .title h1{
    width: 50%;
  }
}
@media (max-width: 360px) {
  .prev-arrow{
    right: -45px;
  }
  .next-arrow{
    right: -90px;
  }
}
@media (max-width: 285px) {
  .prev-arrow{
    right: -40px;
  }
  .next-arrow{
    right: -80px;
  }
  .menu-text{
    line-height: 14px;
    margin-top: 0px;
    font-size: 0.50rem;
  }
  .title h1{
    width: 60%;
  }
  .button-basic{
    font-size: 0.6rem;
  }
  .container h2{
    font-size: 0.6rem;
  }
}




.button{
  padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.figure{
  margin: 8px;
}
.txt-inner{
  width: 95%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.kind{
  white-space: normal;
  font-size: .725rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 0px;
  margin-bottom: -5px;
  color: #333;
}
.name{
  white-space: normal;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: -15px;
  color: #333;
}
.price{
  font-size: 8px;
  font-size: .5rem;
  margin-top: 7px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #333;
}

  /* ベーシックケアボタン */ 
  .button-basic {
    margin-top: 10px;
    font-weight: bold;
    font-size: 0.8rem;
    color: #ffffff
  }
  
  .button-basic2 {
    appearance: none;
    width: 10em;
    outline: none;
    position: relative;
    border: 1px solid #ffde96;
      border-radius: 6px;
    transition: .3s;
    content: '';
  }
  
  .button-basic a {
    text-decoration: none;
  }

  /* 全商品を見る */ 
.button-all {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff
}

.button-all2 {
  display: block;
  appearance: none;
  width: 10em;
  padding: 0.3em;
  outline: none;
  position: relative;
  background: #888;
  border: 1px solid #888;
    border-radius: 6px;
  transition: .3s;
  content: '';
  margin: 20px auto;
}

.button-all a {
  text-decoration: none;
}

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

/* 追従SNSアイコン */

#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: -3px;
  opacity: 0.6;
}
#pagetop a{
  position: relative;
  display: block;
  right: 13px;
  bottom: 21px;
  text-decoration: none;
  text-align: center;
}
.fa-square{
  color: #000000;
}
.fa-instagram{
  font-size: 1.5em;
  color: #ffffff;
}
.fa-brands{
  color: #ffffff;
  left: 3px;
}
.fa-solid{
  color: #ffffff;
  left: 1px;
}

