/*----------------------------------------------------
base
----------------------------------------------------*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent no-repeat center center;
	background-size: contain;
	font-weight:inherit;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#cart_body {
	width: 100%;
}
a:hover {
	opacity:0.8;
}
#header {
	margin: 100px auto 0;
	width: 800px;
}
#main-wrapp {
    overflow: hidden;
}
.mywidth{
	max-width:750px;
    width:100%;
	margin:auto;
	box-shadow: 0 6px 20px grey;
	margin-bottom: 20px;
}
.mywidth img{
    width:100%;
   display: block;
} 

.relative{
	position:relative;
}
/*----------------------------------------------------
coupon取得用
----------------------------------------------------*/
	  .cont01 .coupon{
		  position: absolute;
		  margin: auto;
		  width: 99%;
		  top: 19%;
		  left:0;
		  right: 0;  
	  }
	  .cont01 .bottle{
		  position: absolute;
		  margin: auto;
		  top: 49%;
		  width: 86%;
		  right: 0;
	  }
	  .cont02 .coupon{
		  position: absolute;
		  margin: auto;
		  width: 76%;
		  top: 5%;
		  left:0;
		  right: 0;
		  z-index: 9999;
	  }
	  .cont02 .btn{
		  position: absolute;
		  margin: auto;
		  width: 80%;
		  top: 52%;
		  left: 12%;
	  }
	  .cont03 .coupon{
		  position: absolute;
		  margin: auto;
		  width: 100%;
		  top: 16%;
		  left:0;
		  right: 0;  
	  }
	  .cont03 .coupon_code{
		  position: absolute;
		  margin: auto;
		  width: 80%;
		  top: 55%;
		  left:0;
		  right: 0;
		  z-index: 9999;
	  }
	  .cont03 .btn{
		  position: absolute;
		  margin: auto;
		  width: 80%;
		  top: 76%;
		  left: 12%;
	  }
	  .ani_display.trigger{
		  opacity: 0;
		  transform: translateY(10%);
		  transition: 1s;
	  }
	  .ani_display.move{
		  opacity: 1;
		  transform: translateY(0);
	  }
	  .btn_001{
		  animation: btn_animation 2s infinite ease-in-out;
	  }
	  @keyframes btn_animation {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
	  /* コピーターゲット */
#amazon_coupon .success-msg {
    display: none;
    position: fixed;
	line-height: 30px;
    width: 300px;
    padding: 30px;
    background-color:#144BE9;
    color: #fff;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
	font-family: sans-serif;
}
	  
#amazon_coupon button {
    border: 0;
	padding: 0;
    background: none;
	  }
@media screen and (max-width:650px){
		  #amazon_coupon .success-msg{
			  width: 80%;
		  }
}