@charset "utf-8";
/* CSS Document */

p{
	margin: 0;
	padding:0;
}

a{
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -ms-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}
a:hover{
  -webkit-filter: brightness(120%);
  filter:brightness(120%);
}
/*a img {
  border-style:none;
}*/

p a{
  height: auto;
}

body{
  font-size: 0;
  line-height: 0;
}

img{
  max-width: 100%;
  display: block;
  vertical-align: top;
}
/*============================
#main
============================*/
#wrapper {
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
header{
    max-width: 640px;
  text-align: center;
  margin: 0 auto;
}
section h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	display: block;
	font-size: 0;
	line-height: 0;
}

section{
    max-width: 640px;

  margin: 0 auto;
  text-align: center;
}


section.point {
  /*background-color: #000;*/

}


/*============================
#btn
============================*/

.btnCont{
  position: relative;
  text-align:   center;

}

.btn_offer img {
  position: absolute;
  width: 84.06%;
  top: 26%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.btn_01,.btn_02,.btn_03 {
  position: absolute;
  left:27.66%;
  bottom:6%;
}

.btn_01 {
  width: 59.06%;

}

.btn_02 {
  width: 64.06%;
  bottom:12%;

}

.btn_03 {
  width: 64.06%;
  bottom:26%;
}

.btn_special img{
    position: absolute;
    width: 82.5%;
    bottom: 5%;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.btn_single {
    position: absolute;
    width: 70.16%;
    top: 36%;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.btn_slim01 ,.btn_slim02,.btn_slim03 {
  width: 35.31%;
  position: absolute;
}

.btn_slim01 {
    left: 32.5%;
    top: 24%;
}

.btn_slim02 {

  left:2.5%;
  bottom:7%;
}

.btn_slim03 {

  right:2.5%;
  bottom:7%;
}

.btn_top {
  margin:5% auto 10%;
  width: 68.44%;
}

.copy{
  width: 100%;
  background-color: #000;
  color:#FFF;
  font-size: 14px;
  line-height: 1.6;
  padding:15px 0;
  text-align: center;
}