html {
  background-color: #fff;
  border: 1em solid #49494b;
}
p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  color: #49494b;
}
/*nav*/
  * {
    box-sizing: border-box;
 }
 body {
    margin: 0;
    padding: 0;
    letter-spacing : 0.2em;
 }
 header {
    padding: 0.5em 2em 5em;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
 }
 h1 {
    margin: 0; padding: 0;
 }
 a {
    font-family: 'Averia Sans Libre', cursive;
    color: #49494b;	
    text-decoration: none;
 }
 .here {
  font-family: 'Averia Sans Libre', cursive;
  padding: 0;
  border: 1px solid #49494b;
  padding: 0.5em;
 }
 nav {
    margin: 0 0 0 auto;
 }
.pc-nav ul {
    list-style: none;
    margin: 4% 0;
    display: flex;
 }
 .pc-nav ul li {
  font-size: 1em;
  padding: 1em 1em;
}
.pc-nav ul li a {
  position: relative;
}
.pc-nav ul li:last-child {
  margin-right: 1em;
}
 .pc-nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #49494b;
  bottom: -8px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pc-nav ul li a:hover::after {
  transform: scale(1, 1);
}
 .main-visual img {
    width: 100%; 
    margin-top: 4em;
 }
 .sp-nav {
    display: none;
 }
 @media screen and (max-width: 640px) {
    .pc-nav {
       display: none;
    }
    .sp-nav {
       z-index: 1000;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100vh;
       display: block;
       width: 100%;
       background: #49494b;
       opacity: 0;
       transform: translateY(-100%);
       transition: all .2s ease-in-out;
    }
    #hamburger {
       position: relative;
       display: block;
       width: 40px;
       height: 40px;
       margin: 5px 0 0 auto;
       background-color: #49494b;
    }
    #hamburger span {
       position: absolute;
       top: 50%;
       left: 15%;
       display: block;
       width: 50%;
       height: 2px;
       background-color: #fff;
       transform: translateY(-50%);
    }
    #hamburger::before {
       content: '';
       display: block;
       position: absolute;
       top: 20%;
       left: 15%;
       width: 70%;
       height: 2px;
       background-color: #fff;
    }
    #hamburger::after {
       content: '';
       display: block;
       position: absolute;
       bottom: 20%;
       left: 15%;
       width: 70%;
       height: 3px;
       background-color: #fff;
    }
    .sp-nav ul {
       padding: 0;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       height: 100%;
    }
    .sp-nav li {
       margin: 0;
       padding: 0;
    }
    .sp-nav li span {
       font-size: 15px;
       color: #fff;
    }
    .sp-nav li a, .sp-nav li span {
       display: block;
       padding: 20px 0;
       color: #fff;
    }
    .sp-nav .close {
       position: relative;
       padding-left: 20px;
    }
    .sp-nav .close::before {
       content: '';
       position: absolute;
       top: 50%;
       left: 0;
       display: block;
       width: 16px;
       height: 1px;
       background: #fff;
       transform: rotate( 45deg );
    }
    .sp-nav .close::after {
       content: '';
       position: absolute;
       top: 50%;
       left: 0;
       display: block;
       width: 16px;
       height: 1px;
       background: #fff;
       transform: rotate( -45deg );
    }
    .toggle {
       transform: translateY( 0 );
       opacity: 1;
    }

    h2 {
       line-height: 1.6;
       text-align: center;
    }
 }
 .main-visual {
  padding: 0 4%;
}
  .header-nav ul li a:hover::after {
    transform: scale(2, 1);
  }
  
/* Index */
main {
  margin: 0 8vw;
}
h2 {
	text-align: center;
  margin: 0 auto;
  padding: 4em 5em 2em 5em;
  font-weight: normal;
  font-family: 'Averia Sans Libre', cursive;
  color: #49494b;
}
/* Index */

/* Illust */
.wrapper {
  padding: 6% 10% 0 10%;
}
.wrapper p {
  line-height: 1.5em;
}
.gallery {
  columns: 3;
  padding:0 10%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  } 
  .gallery li {
    margin-bottom: 20px;
  }
  .gallery img:hover {
			transition: 0.5s ;
			opacity: 0.7 ;
  }
  .gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;
  }
  @media only screen and (max-width: 900px) {
    .gallery {
    columns:3;
    } 
  }
  @media only screen and (max-width: 768px) {
    .gallery {
    columns: 2;
    padding: 0 0 10% 0;
    } 
    .title2 {
      margin: 10% 0 0 0;
      width: 100%;
    }
    .wrapper h2 {
      padding: 2em 1em 1em 1em;
      font-size: 1.5em;
    }
  }
  ul{
    margin:0;
    padding: 0;
    list-style: none;
  }
  a{
    color: #333;
  }  
  a:hover,
  a:active{
    text-decoration: none;
  }
  .Gallery h1{
    text-align: center;
    font-size:6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin:30px 0;
  }
  .wrapper h2{
    text-align: left;
  } 
  p{
    margin:0 10px 10px 10px;
    word-wrap : break-word;
  }
  @keyframes flipLeft{
    from {
     transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
    }
    to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
    }
  }
/* Illust */

/* Web */
.wrapper2 {
  padding: 6% 10% 0 10%;
}
.Web {
  display: flex;
  flex-direction: column;
  columns: 1;
  padding:4%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  } 
  .web_t {
    margin-bottom: 4em;
    line-height: 1.5em;
  }
  .Web li {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 4%;
    width: 100%;
    justify-content: left;
    text-align: left;
    line-height: 1.5em;
  }
  .web_title {
    color: #8f9bb8;
  }
  .web_h a {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #8f9bb8;
  }
  .web_h a:hover {
    color: #d1b8ce;
    transition: 0.5s ;
  }
  .Web img:hover {
			transition: 0.5s ;
			opacity: 0.7 ;
  }
  .img-border {
    border: 8px solid #49494b;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .Web img{
    width:100%;
    height:auto;
    vertical-align: bottom;
  }

  @media only screen and (max-width: 768px) {
    .web_title {
      color: #8f9bb8;
      display: inline-block;
      margin: 0.6em 0 0 0;
    }
    .wrapper2 {
      padding: 4% 0 0 0;
    }
    .title3 {
      margin: 10% 0 0 0;
      width: 90%;
    }
  }
  ul{
    margin:0;
    padding: 0;
    list-style: none;
  }
  a{
    color: #333;
  }
  a:hover,
  a:active{
    text-decoration: none;
  }
  .Web h1{
    text-align: center;
    font-size:6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin:30px 0;
  }
  .wrapper2 h2{
    text-align: left;
  }
  p{
    margin:0 10px 10px 10px;
    word-wrap : break-word;
  }
/* Web */

/* topbtn */
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 15px;
  }
  #page_top a {
      background-color: #49494b;
      color: #fff;
      text-align: center;
      text-decoration: none;
      font-size: 2em;
      padding: 6px 10px;
  }
  #page_top a:hover {
      transition: 0.5s ;
      background-color: #707074;
      text-decoration: none;
  }
/* topbtn */

/* footer */
footer {
  height: auto;
  color: #fff;
  background: #49494b;
  margin-top: 10%;
}
.container {
  width: 100%;
  padding: 1em 2em;
  margin: 0 auto;
  text-align: center;
}
.container_c {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container a:hover {
  color: #fff;
}
.container_c ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.container_c li a {
  display: block;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-right: 0px;
  line-height: 10px;
  border-bottom: 1px solid #49494b;
  transition: 0.5s;
  letter-spacing: 3px;
}
.container_c a:hover {
  border-bottom: 1px solid #fff;
}
.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center
}
.follow-me li {
  padding: 0;
  margin-bottom: 1em;
}
.follow-me li a::before {
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 3em;
  height:1.5em;
  line-height: 1.5em; 
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  margin: 0 auto;
  width: 1.5em;
}
.follow-me li a[href*="instagram.com"]::before         { background-color: #49494b; content: "\f16d"; }
.follow-me li a[href*="twitter.com"]::before        { background-color: #49494b; content: "\f099"; }
.follow-me li a[href*="line.com"]::before        { background-color: #49494b; content: "\f3c0"; }
.follow-me li a:hover::before {
  color: #8489b8;
}
.follow-me li a[href*="instagram.com"]:hover::before      { color:  #d1b8ce; 
}
.follow-me li a[href*="twitter.com"]:hover::before        { color: #c1d4e6; 
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding: 6% 10% 0 10%;
  }
  .Web {
    display: flex;
    columns: 1;
    padding:4%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    } 
    .web_t {
      margin-bottom: 4em;
      line-height: 1.5em;
    }
    .Web li {
      font-family: 'Zen Maru Gothic', sans-serif;
      font-weight: bold;
      font-size: 0.8em;
      margin-bottom: 20px;
      margin-left: 4%;
      width: 100%;
      justify-content: left;
      text-align: left;
      line-height: 1.5em;
    }
    .web_title {
      color: #8f9bb8;
    }
    .web_h a {
      font-family: 'Zen Maru Gothic', sans-serif;
      font-size: 1.5em;
      font-weight: bold;
      color: #8f9bb8;
    }
    .web_h a:hover {
      color: #d1b8ce;
      transition: 0.5s ;
    }
    .Web img:hover {
        transition: 0.5s ;
        opacity: 0.7 ;
    }
    .img-border {
      border: 8px solid #49494b;
      box-sizing: border-box;
      border-radius: 10px;
    }
    .Web img{
      width:100%;
      height:auto;
      vertical-align: bottom;
    }

    @media only screen and (max-width: 768px) {
      .web_t {
        margin-bottom: 4em;
        line-height: 1.5em;
        font-size: 0.8em;
      }

    }
    ul{
      margin:0;
      padding: 0;
      list-style: none;
    } 
    .web li img {
      width: 100%;
    }
    a{
      color: #333;
    }
    a:hover,
    a:active{
      text-decoration: none;
    }
    .Web h1{
      text-align: center;
      font-size:6vw;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin:30px 0;
    }
    .wrapper h2{
      text-align: left;
    }
    p{
      margin:0 10px 10px 10px;
      word-wrap : break-word;
    }
  .wrapper {
    padding: 0 1%;
  }
  .wrapper p {
    font-size: 0.8em;
  }
  .container_c {
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }
} 
.copyrights {
  font-size: 0.5em;
  text-align: center;
}
/* footer */