@media screen and (max-width: 480px){
  * {
    padding: 0;
    margin: 0;
  }
    html {
        background-color: #e2e2e1;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.1em;
        font-size: 12px;
color: #041209;
    }
    header {
      margin-top: 16px;
    }
.logo {
float: left;
margin-left: 31px;
}
.logo img {
  width: 140px;
    margin-top: 3px;
    margin-bottom: 9px;
}
.sns li {
  width: 30px;
 }
 .sns {
list-style: none;
float: right;
display: flex;
padding-left: 84px;
margin-top: 6px;
margin-right: 43px;
 }
.sns img {
  height: 20px;
}
    #slide li {
    width: 372px;
      height: 313px;
position: absolute;
opacity: 0;
list-style-type: none;
    }
#slide2 li {
  width: 100%;
  height: 172px;
  position: absolute;
opacity: 0;
list-style-type: none;
}
#slide2 {
  padding: 0;
}
.about1 {
  width: 372px;
margin: 0 auto;
}
    #nav-toggle{
      width: 25px;
      height: 25px;
      position: fixed;
      top: 19px;
      right: 20px;
      z-index: 100;
    }
    #nav-toggle>div{
      position: relative;
      width: 100%;
      height: 100%;
    }
    #nav-toggle span{
      width: 100%;
      height: 2px;
      left: 0;
      display: block;
      background: #333;
      position: absolute;
      transition: transform .5s ease-in-out, top .5s ease;
    }

    #nav-toggle span:nth-child(1){
      top: 0;
    }
    
    #nav-toggle span:nth-child(2){
      top: 10px;
    }
    
    #nav-toggle span:nth-child(3){
      top: 20px;
    }
.open #nav-toggle span {
        background: #333;
    }
.open #nav-toggle span:nth-child(1){
    top: 10px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2){
    top: 10px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3){
    top: 10px;
    transform: rotate(-45deg);
}

#global-nav {
    background: #f9f9f9ed;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}

#global-nav ul {
    opacity: 0;
    transform:translateY(-200px);
    transition: all .8s ease;
    list-style: none;
}
.open #global-nav {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}
.open #global-nav ul {
    opacity: 1;
    transform:translateY(0);
}
main {
  clear: both;
}
#a {
  padding-top: 366px;
  font-size: 15px;
  margin-bottom: -28px;
}
.about3 {
  margin-bottom: 30px;
}
.about2 img {
  width: 348px;
  height: 100%;
  margin-top: -74px;
  margin-bottom: 40px;
  z-index: 1;

}
.about3>div {
  margin-bottom: 30px;
}

.more a {
  display: flex;
  float: right;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 7.5px 35px;
  width: 164px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  background-color: #f9f7f7;
  transition: 0.3s;
  z-index: 5;
margin-right: 22px;
  }
  
  .more a::before {
    content: '';
    position: absolute;
    top: calc(48% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate( 
30deg
 );
    width: 12px;
    height: 0.5px;
    background-color: black;
    transition: 0.3s;

  }
  
  .more a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 45px;
    height: 0.5px;
    background-color: black;
    transition: 0.3s;
  }
  
  .more a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
  }
  
  .more a:hover::before,
  .more a:hover::after {
    right: 0.5em;
  }
  #b, #d {
    text-decoration: underline;
    font-size: 20px;
  }
  #b {
    margin-bottom: 20px;
  }

.more2 {
  margin-top: 30px;
}
  .more2 a {
    display: flex;
    float: left;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 7.5px 35px;
    width: 151px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    background-color: #f9f7f7;
    transition: 0.3s;
    }
    
    .more2 a::before {
      content: '';
    position: absolute;
    top: calc(49% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate( 
30deg
 );
        width: 11px;
    height: 0.5px;
    background-color: black;
    transition: 0.3s;
    }
    
    .more2 a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1em;
      transform: translateY(-50%);
      width: 45px;
      height: 0.5px;
      background-color: black;
      transition: 0.3s;
    }
    
    .more2 a:hover {
      text-decoration: none;
      background-color: #bbbbbb;
    }
    
    .more2 a:hover::before,
    .more2 a:hover::after {
      right: 0.5em;
    }
#p {
margin-top: 22px;
}
    #pro1 {
      width: 267px;
      height: 100%;
      margin-left: 108px;
    }
    .products2 {
      position: absolute;
      z-index: 20;
      font-size: 11px;
    }

#pro1 img {
  height: 100%;
    width: 99%;
    margin-top: 146px;
}
#pro2 img {
  position: absolute;
    margin-top: -20px;
  height: 220px;
  width: 220px;
    margin-left: 5px;
  z-index: 1;
}
#pro3 img {
  margin-top: 100px;
  margin-left: 131px;
  width: 228px;
  height: 100%;
}
.news .more {
  margin-top: 27px;
}
.news ul{
  list-style: none;
  margin-left: 38px;
    margin-top: 18px;
}
.news #b {
  padding-left: 39px;
}

.store1 {
  flex-wrap: wrap;
  display: flex;
    width: 355px;
    margin-left: auto;
    margin-right: auto;
}
.store1 img {
  width: 175px;
    height: 100%;
    padding: 8px;

}
.store {
  margin: auto;
  padding-top: 51px;
  padding-bottom: 42px;
  background-color: #e9efeb;

}
#d {
    text-align: center;
    margin-bottom: 20px;
}
.hover {
  position: relative;
}

.hover .hover-img {
  margin: 0;
  padding: 0;
}

.hover .hover-text {
  position: absolute;
  width: 175px;
  height: 175px;
  top: 0;
  left: 0;
  color: #fff;
  transition: .3s ease-in-out;
}

.hover .hover-text .text1 {
  font-size: 17px;
  text-align: center;
  padding-top: 74px;
}

.hover .hover-text .text2 {
  font-size: 16px;
}
#page-top{
  visibility: hidden;
}
footer {
  margin-right: 17px;
}
.follow-me ,.follow-me2 ,.follow-me3{
  list-style: none;
  display: flex;
  float: right;
  clear: both;
  margin-top: 40px;
}
.follow-me img {
  height: 38px;
  padding: 10px;
}
.follow-me2 img {
  height: 18px;
  padding: 10px;
}
.follow-me3 img{
  height: 20px;
  padding: 10px;
}
.footer1, .footer2 {
  list-style: none;
  text-align: right;
  width: 127px;
  float: right;
}
.footer1 {
clear: both;
}

footer p {
  clear: both;
  font-size: 6px;
  padding-top: 20px;
  text-align: right;

}
.aoyama {
  margin-top: 190px;
  margin-bottom: 50px;
}
iframe {
  width: 350px;
  height: 195px;
  margin-bottom: 30px;
}
#fff {
  clear: both;
  border-top: solid 1px;
}
  }