body {
  background: #f4f4f2;
  color: #fff; }

#typer img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

#about-typer {
  padding-bottom: 30px; 
}
#about-typer .inner {
    width: 960px;
    margin: 0 auto;
}
#about-typer .inner img {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin-bottom: 3em;
}
#about-typer .lastcopy {
    text-align: center;
    margin-top: -6em;
}
#about-typer .lastcopy img {
      max-width: 100%;
      width: 100%;
      height: auto;
}


#album {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
#album img{
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 3em;
}
#main {
  flex: 1.1;
}
#sub {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #album {
    flex-direction: column;
  }
#album img{
  max-width: 100%;
  width: 90%;
  height: auto;
  margin: 0 auto 20px;
}
 #main {
  flex: 1;
}
#sub {
  flex: 1;
}
}




#exa {
  padding: 40px 0 0 0;
  text-align: center;
  color: #8a8a8a;
  font-size: .75em;
  font-family: 'Pirulen', sans-serif;
  line-height: 2; }

.copyright-201014 img {
  margin: 0 auto;
  width: 100%;
 }

#sec_sns {
  background: #f4f4f2;
}

.snsw{
	color:#5a5a59;
	position: relative;
	text-align: center;
}

.snsw::before{
	content: '';
    position: absolute;
    width: 13px;
    height: 71px;
    background: #5a5a59;
    -webkit-transform: skew(40deg,0);
    -moz-transform: skew(40deg,0);
    left: 29%;
    top: -40px;
}

.snsw::after{
	content: '';
    position: absolute;
    width: 13px;
    height: 71px;
    background: #5a5a59;
    -webkit-transform: skew(-40deg,0);
    -moz-transform: skew(-40deg,0);
    right: 29%;
    top: -40px;
}




#youtubebox {
  width: 90%;
  margin: 0 auto; 
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#shop {
  display: flex;
  max-width: 960px;
  margin: 20px auto;
	text-align: center;
}
#shop1 {
  flex: 1;
}
#shop2 {
  flex: 1;
}
#shop3 {
  flex: 1;
}
a.btn{
	color: #fff;
	border-radius: 5px;
	background-color: #5a5a59;
	font-weight: bold;
	text-align: center;
	padding:20px 30px;
	margin:10px auto;
	text-decoration: none;
	width: 200px;
	display: block;
}
a.btn:hover{
	color: #fff;
	background-color: #333;
}

@media screen and (max-width: 767px) {
 #shop {
    flex-direction: column;
  }
#shop1 {
  flex: 1;
  margin: 5px auto;
}
#shop2 {
  flex: 1;
  margin: 5px auto;
}
#shop3 {
  flex: 1;
  margin: 5px auto;
}
}
