@charset "utf-8";

h1, h2, .sidemenu, .brand li{
  font-family: 'Yuji Boku', serif;
}

a:hover{
  text-decoration: none;
  color : #ff4500;
}

h2{
  text-align: center;
  font-size: 40px;
}

.right-contents .sidemenu:hover{
  text-decoration: none!important;
}

header{
  height: 50px;
  background-image: url(../images/mokume.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img{
  width: 75px;
}

.header_container{
  font-family: 'Yuji Boku', serif;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  color: black;
}

.nav ul{
  display: flex;
}

.nav ul li{
  text-shadow: 0 0 3px white;
  margin-left: 0.6em;
  letter-spacing: 0.025px;
}

#home, #info, #brand, #access{
  padding:50px 0;
}

/* スマホサイズ */
ul{
  list-style: none;
}

h1{
  text-align: center;
  line-height: 0.1em;
}

.drawer .logo img{
  width: 100px;
}

.brand ul{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  position: relative;
  top: 35%;
  vertical-align: middle;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.brand li{
  font-size: 24px;
  background-color: white;
  height: 7em;
  padding: 0.5em -3em 0 0em;
  margin: 0.3em;
  border: double 10px #ff4500;
}

.right-contents, .left-contents{
  display: none;
}

.main-hero img{
  width: 100%;
}

.main-hero{
  background-image: url(../images/asanoha02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-container{
  width: 95%;
  margin: 0 auto;
}

.info-container img{
  width: 100%;
}

.brand{
  background-image: url(../images/hechikan03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

footer{
  background-image: url(../images/mokume.png);
}

/* PCサイズ */
@media only screen and (min-width: 420px){



  .brand ul{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 540px){
  .brand ul{
    grid-template-columns: repeat(2, 1fr);
  }

  .h01, .h02{
    display: none;
  }

  .left-contents .hy01 img, .hy03 img,.hy05 img {
    width: 70px;
    rotate: 30deg;
  }

  .left-contents .hy02 img, .hy04 img,.hy06 img {
    width: 70px;
    rotate: -30deg;
  }

  .left-contents .sp-only{
    position: relative;
    left: 30%;
  }
}


@media only screen and (min-width: 769px){
  header{
    display: none;
  }

  h1{
    line-height: 1.5em;
  }

  #home, #info, #brand{
    padding-top:0px;
  }
h1 img{
  text-align: center;
  width: 100px;
}

.main-contents{
  order: 2;
  width: 540px;
  margin: 0 auto;
  z-index: 100;
}

.main-hero img{
  width: 540px;
}

.brand ul{
  grid-template-columns: repeat(3, 1fr);
}

.right-contents, .left-contents{
  display: inherit;
}

.left-contents{
  width: calc(50% - 270px);
  z-index: 1;
  order: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}

.left-contents .title img{
  width: 75%;
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.left-contents .h01 img{
  width: 100%;
  min-width: 200px;
  text-align: center;
  position: absolute;
  top: 300px;
}

.left-contents .h02 img{
  width: 100%;
  min-width: 200px;
  text-align: center;
  position: absolute;
  top: 400px;
}

.left-contents .janome img{
  width: 100%;
  max-width: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.right-contents{
  width: calc(50% - 270px);
  z-index: 1;
  order: 3;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-image: url(../images/mokume.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidemenu{
  position: relative;
  top: 25%;
  margin: 0 auto;
}

.sidemenu-ul li{
  font-size: 24px;
  background-color: white;
  margin: 0.25em;
  border: double 10px #ff4500;
}

}

@media only screen and (min-width: 1100px){
  .sidemenu{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    position: relative;
    top: 35%;
    vertical-align: middle;
    margin: 0 auto;
  }

  .sidemenu-ul li{
    font-size: 24px;
    background-color: white;
    height: 9em;
    padding: 0.25em 0;
    margin: 0.25em;
    border: double 10px #ff4500;
  }

  .h01, .h02{
    display: inherit;
  }

  .left-contents .sp-only{
    display: none;
  }

  .left-contents .h01 img{
    top: 100px;
  } 


}

@media only screen and (min-width: 1440px){
  .sidemenu-ul li{
    font-size: 36px;
    height: 9em;
    padding: 0.5em 0;
    margin: 1em;
    border: double 10px #ff4500;
  }

  .left-contents .h01 img{
    top: 0;
  } 

  
}