@charset "utf-8";
/* CSS Document */
#sample .inhreitCnt{
	/*margin-left: auto;
	margin-right: auto;*/

	/*width: 100%;*/
	max-width: 630px;
}

h1 img,
h2 img,
p img{
  width: 100%;
  height: auto;
}



#cvbtn {
		position:fixed;
    bottom: 0;
    left: 0;
		text-align: center;
    padding: 10px 0px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    z-index: 10;
}
 @media (min-width: 769px) {
   #cvbtn {
	width: 100%;
  }
}


#buy1 {
  padding: 5% 10% 7%;
}
.buy {
  position: relative;
}
.btn {
  position: absolute;
}
#buy2 .btn,
#buy3 .btn {
  width: 51%;
  left: 43.5%;
}
#buy2 .btn {
  top: 67.5%;
}
#buy3 .btn {
  top: 13%;
}
#buy4 .btn {
  width: 41%;
  left: 52%;
}
#buy4 .btn {
  top: 25%;
}

.cp_btn_aria {
  position:relative;
}
.cp_btn {
  position:absolute;
  top:47%;
  left:5%;
  width:90%;
}

.movie {
  margin: 10% 0 0;
  position: relative;
  padding-top: 56.25%;
}
.voice .wrap-movie {
  padding: 0 11.5%;
}
.voice .movie {
  margin: 4% 0 6%;
}
.voice .movie.last {
  margin-bottom: 7%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* shokai */

#syokai2{
  z-index: 9999;
  position: fixed;
  bottom:20px;
  left: 10px;
 }
 #syokai2 > a > img{
  width:150px;
  -o-width: 150px;
  -ms-width: 150px;
  -moz-width: 150px;
  -webkit-width: 150px;
 }