@charset "utf-8";

body {
    background: #fff;
}

.btn_wrap a img{
  width: 90%;
}

@media screen and (max-width: 768px) {
	section img{
		width: 100%;
	}

  .btn_wrap a {
    width: 80%;
  }

	}


  /* ---------- maintitle ---------- */

  #mainvisual{
  	background: url("../img/amazon_01.jpg") center top no-repeat;
  	height: 900px;
  	background-size: 1440px auto;
  }


  @media screen and (max-width: 768px) {
  	#mainvisual{
  		height: auto;
  		background: none;
  		}
  	#mainvisual img {
  		width: 100%;
  	}
  }

  /* ---------- conponent ---------- */

  .htxt {
  	margin: 0;
  	padding: 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
  	width: 100%;
  }

  @media screen and (max-width: 768px) {
  .htxt {
  	height: 1em;
  	margin-top: -1em;
  	}
  }

  /* ---------- lead ---------- */
  #lead {
  	background: url("../img/amazon_02.jpg") center top no-repeat;
  	height:  646px;
  	background-size: 1440px auto;
  }


  @media screen and (max-width: 768px) {
  	#lead{
  		height: auto;
  		background: none;
  		}
  	#lead img {
  		width: 100%;
  	}
  }



/* ---------- sp03 ---------- */
#sp03 {
	background: url("../img/amazon_03.jpg") center top no-repeat;
	height: 858.5px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #sp03 {
  		height: auto;
  		background: none;
    }
	#sp03 img {
  		width: 100%;
    }
}


/* ---------- sp04 ---------- */
#sp04 {
	background: url("../img/amazon_04.jpg") center top no-repeat;
	height: 956.5px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #sp04 {
  		height: auto;
  		background: none;
    }
	#sp04 img {
  		width: 100%;
    }
}


/* ---------- sp05 ---------- */
#sp05 {
	background: url("../img/amazon_05.jpg") center top no-repeat;
	height: 509.5px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #sp05 {
  		height: auto;
  		background: none;
    }
	#sp05 img {
  		width: 100%;
    }
}


/* ---------- sp06 ---------- */
#sp06 {
	background: url("../img/amazon_06.jpg") center top no-repeat;
	height: 752px;
	background-size: 1440px auto;
}

#sp06_link{
	padding-top: 450px;
}

#sp06_link a {
    display: block;
	margin: 0 auto;
    position: relative;
    width: 300px;
}

#sp06_link a img {
	width: 300px;
}


@media screen and (max-width: 768px) {
    #sp06 {
  		height: auto;
  		background: none;
    }
	#sp06 img {
  		width: 100%;
    }
    #sp06_link {
        padding: 0% 5%;
		width: 100%;
    }
    #sp06_link a {
        margin: auto;
        width: 90%;
    }
	#sp06_link a img{
		width: 100%;
	}}

