@charset "utf-8";

/* CSS Document */
@media screen and (min-width: 737px) {
    *{
        margin: 0;
        padding: 0;
        scroll-margin-top: 110px;
    }
    body{
        font-family:  YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    }
    img{
        display: block;
        float: left;
    }
    
    .sp{display: none;}

    a{
        text-decoration: none;
        color: #666666;
    }
    
    li{
        list-style-type: none;
        font-size: 1em;
    }
    main{
      clear: both;
    }

    header{
        background-color:  rgba(249, 249, 249, 0.9);
        margin: 0 auto;
        width: 100%;
       /* overflow: hidden;*/
        position: fixed;
        top:0px;
        left: 0px;
       z-index: 999;
    }
    #logo{
        float: left;
        margin: 5px 30px;
        padding: 10px;
        width: 18%;
    
    }
      .gnavi__wrap {
        width: 95%;
        margin: 0 auto;
    }
    .gnavi__lists {
        display: flex;
        width: 63%;
        height: 80px;
        background-color: #cee7f1;
        position: relative;
        transition: all .3s;
        float: right;
        }
        
       .gnavi__list {
        width: 15%;
        height: 80px;
        text-align: center;
        background-color: #cee7f1;
        position: relative;
        transition: all .3s;
    }
    .gnavi__list:hover {
        background-color: #89cce6;
    }
    .gnavi__list:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }
    .gnavi__list:hover::before {
        background-color:  #89cce6;
    }
    .gnavi__list a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 103%;
      height: 100%;
      text-decoration: none;
      color: #fff;
      font-size: 13px;
      letter-spacing: 0.2em;
      font-weight: 600;
      transition: all .3s;
      float: left;
    
    }
    .gnavi__list:hover a {
        color: #fff;
    }
 
    .dropdown__lists {
        transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
        transform-origin: center top;/*変形を適応する基準をtopとする*/
        transition: all 0.5s;/*表示の変化を0.5秒に指定*/
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
    }
  
    .gnavi__list:hover .dropdown__lists {
        display: block;/*Gナビメニューにホバーしたら表示*/
    }
    .dropdown__list {
        background-color:  #cee7f1;
        height: 80px;
        transition: all .3s;
        position: relative;
    }
    .dropdown__list:not(:first-child)::before{
        content: "";
        width: 100%;
        height: 1px;
        background-color:  #89cce6;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dropdown__list:hover {
        background-color:  #89cce6;
    }
    .dropdown__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
        position: relative;
    }
    .dropdown__list a::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(135deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 5px);
    }

    #rakuten{
        width: 30%;
        height: 10px;
    }
 
    .gnavi__list:hover .dropdown__lists {
        transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
    }

    #allitem h1{
      text-align: center;
        font-size: 1.8em;
        line-height: 170%;
        color: #89cce6;
        letter-spacing: 0.8em;
        margin-bottom: 30px;
        margin-top: 141px;

    }
    
    .card {
      width: 600px;
      height: 530px;
      border: 1px solid lightgray;
    }
    .card2 {
      width: 600px;
      height:450px;
      border: 1px solid lightgray;
    }
    .card3 {
      width: 600px;
      height: 450px;
      border: 1px solid lightgray;
    }

    .card4 {
      width: 600px;
      height: 920px;
      border: 1px solid lightgray;
    }

    .card5 {
      width: 600px;
      height: 510px;
      border: 1px solid lightgray;
    }

    .card6 {
      width: 600px;
      height: 600px;
      border: 1px solid lightgray;
    }

    .card7 {
      width: 600px;
      height: 500px;
      border: 1px solid lightgray;
    }
 
 
 

    .card img{
        width: 160px;
        margin-top: 20px;
        padding-left: 96px;
      }

  #sandtimer {
    width: 30%;
    margin: 0 auto;
    border: 1px solid lightgray;
    margin-bottom: 50px;
    float: left;
    margin-left: 15%;
   }

   #sandtimer img {
    width: 100%;
    height: auto;
   }


   .center {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 300px;
    margin-bottom: 2em;
   }

   .arrow {
    cursor: pointer;
   }
   #sandtimer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
   
   }
   li:first-child {
    margin-left: 0;
   }
   
   .about li {
    display: flex;
    width: 500px;
    height: 800px;
    border: 1px solid lightgray;
    float: left;
  }

  .center2 {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 2em;
   }

   .center2 h3{
    text-align: center;
    color: #666666;
   }
   .center2 p{
    
    font-size: 0.8em;
    line-height:27px;

   }


   #back{
    margin: 0 auto;
    padding-left: 31%;
    padding-top: 100px;
  }   
  
  #back p{
    display: block;
    text-decoration: none;
    transition: ease all .6s;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    width: 200px;
    height: 52px;
    background: #89cce6;
    position: relative;
    letter-spacing: 0.55em;
    float: left;
  }
  
  #back p a {
    color: #fff;
    transition: all ease .6s;
  }
  #back p a::before{
  content: "";
  display:block;
  width: 0px;
  height: 0px;
  background-color: coral;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  transition: ease-out all .6s;
  }
  #back p a:hover::before{
    width: 200px;
    height: 52px;
  }
  #back p a span{
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 15px;
    z-index: 1;
    transition: ease all .6s;
  }
  p a:hover span{
  color: #89cce6;
  
  }

  #shop h2{
    text-align: center;
      font-size: 1.8em;
      line-height: 170%;
      color: #89cce6;
      letter-spacing: 0.8em;
      margin-bottom: 100px;
      margin-top: 200px;
  }
   
  
  #shop section h2 span{
    display: block;
    font-size: 0.45em;
    line-height: 100%;
    margin-top: -5px;
    letter-spacing: 0.4em;
  }
   #shop section h2::before{
     content: "";
     display: block;
     background-color:#89cce6;
     width: 100px;
     height: 5px;
     margin: auto;
     
   }
  
   #shop li{
    text-align: center;
    font-size: 1.7em;
    line-height: 150px;
    color: #6666;
    letter-spacing: 0.6em;
    margin-top: 50px;
    margin-bottom: -50px;
    
   }
  
  #amazon {
    background-image: url("../images/shopa_amazon1.jpg");
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    color: #6666;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.3em;
    padding-top: 0px;
    transition: 0.6s;
    line-height: 0%;
  }
  
  #amazon:hover{
  opacity: 0.5;
  }
  
  #rakuten {
    background-image: url("../images/shopa_rakuten2.jpg");
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    color: #6666;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.3em;
    padding-top: 0px;
    transition: 0.6s;
    line-height: 0%;
  }
  
  #rakuten:hover{
  opacity: 0.5;
  }
  #shop ul{
    display: flex;
    justify-content: center;
  }
  
  

  #sensu {
    width: 30%;
    margin: 0 auto;
    border: 1px solid lightgray;
    margin-bottom: 50px;
    float: left;
    margin-left: 15%;
    height: 450px;
   }

   #sensu img {
    width: 100%;
    height: auto;
    padding-top: 30px;
   }

   #sensu ul {
    list-style: none;
    margin: 0;
    padding: 0;
   }

   #sensu li img {
    width: 20%;
    height: auto;
   }

   #bag {
    width: 30%;
    margin: 0 auto;
    border: 1px solid lightgray;
    margin-bottom: 50px;
    float: left;
    margin-left: 15%;
    height: 450px;
   }

   #bag img {
    width: 90%;
    height: auto;
   }

   
   #bagb {
    width: 30%;
    margin: 0 auto;
    border: 1px solid lightgray;
    margin-bottom: 50px;
    float: left;
    margin-left: 15%;
    height: 450px;
   }

   #bagb img {
    width: 85%;
    height: auto;
    padding-top: 30px;
   }

   #bagb ul {
    list-style: none;
    margin: 0;
    padding: 0;
   }

   #bagb li img {
    width: 20%;
    height: auto;
   }



   #bottle {
    width: 30%;
    margin: 0 auto;
    border: 1px solid lightgray;
    margin-bottom: 50px;
    float: left;
    margin-left: 15%;
   }


   #bottle img {
    width: 30%;
    height: auto;
    padding-left: 40%;
    padding-top: 30px;
       }
       
  #bottle li img {
    width: 40%;
    height: auto;
    padding-left: 7%;
      }    
      
  #footercolor li{
    text-align: start;
    color: #fff;
    width: 98%;
    margin: 0;}

#footerlogo1{
  float: right;

}

#footerlogo2{
  float: right;

}


footer{
  background-color: #cee7f1;
  color: #fff;
  text-align: center;
  padding: 47px;
  margin-top: 200px;
}

}
