@charset "UTF-8";
/*-----------------------------------------------------------------------
 default
----------------------------------------------------------------------- */
main .inlineWrap {
	letter-spacing: -0.4em;
}
main .br {
	display: block;
}
main .split {
	display: inline-block;
}
main .pcBr {
	display: block;
}
main .spBr {
	display: none;
}
main .fontBold {
	font-weight: bold;
}
main .fontRed {
	color: #ff1919;
}
main .fontBlue {
	color: #4CA5FF;
}
/*main :hover {
	opacity: 1.0;
}*/
main a {
	display: inline-block;
	text-decoration: none;
}
main .spImg {
	display: none;
}
main .beforeIcon::before,
main .afterIcon::after {
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
main .beforeSymbol::before,
main .afterSymbol::after {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
main .fontFix {
	transform: rotate(0.001deg);
}
.chrome main .fontFix {
	transform: rotate(0.05deg);
}
@media screen and (max-width: 583px) {
	main .pcImg {
		display: none;
	}
	main .spImg {
		display: block;
	}
}


/*-----------------------------------------------------------------------
 container
----------------------------------------------------------------------- */
main {
	background: #EAEDED;
	padding: 0 0 80px;
}
main :not(.rules-text) {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
main .alphanum {
	font-family: 'M PLUS 1p', sans-serif;
}
main .container {
	max-width: 1560px;
	margin: 0 auto;
}
main .inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}
@media screen and (max-width: 767px) {
	main {
		padding: 0 0 64px;
	}
	main .inner {
		width: 96%;
	}
}
@media screen and (max-width: 479px) {
	main {
		padding: 0 0 56px;
	}
	main .inner {
		width: 98%;
	}
}


/*-----------------------------------------------------------------------
 common
----------------------------------------------------------------------- */
/* font settings 1199 to 320 -----*/
.period.outer .inner,
.howto.outer .inner,
.rules.outer .inner {
	font-size: calc(2.125rem + ((1vw - 3.2px) * 2.5028)); /* 56 to 34 */
}
.btn-ama {
	font-size: calc(0.8125rem + ((1vw - 3.2px) * 1.0239)); /* 22 to 13 */
}
.box-title {
	font-size: calc(1.125rem + ((1vw - 3.2px) * 0.9101)); /* 26 to 18 */
}
/* content settings -----*/
ol li {
	list-style: none;
}
.btn-ama {
	background-color: #fcff00;
	background-position: left 1.7em center;
	background-size: 1.6em auto;
	border: 2px solid #0e0e0e;
	color: #0e0e0e;
	font-weight: bold;
	line-height: 1.3;
	width: 50%;
}
.btn-ama::before,
.btn-ama::after {
	right: 1.1em;
}
.btn-ama::before {
	width: 0.8em;
}
.btn-ama::before,
.btn-ama:hover::before {
	background: #0e0e0e;
}
.btn-ama::after {
	height: 0.6em;
	width: 0.6em;
}
.btn-ama::after,
.btn-ama:hover::after {
	border-color: #0e0e0e;
}
.period.outer .inner,
.howto.outer .inner,
.rules.outer .inner {
	background: #fff;
	padding: 0.72em 0.8em 0.75em;
}
.period.outer .inner,
.howto.outer .inner {
	margin: 0 auto 6%;
}
.box-title {
	font-weight: bold;
	margin: 0 auto 0.9em;
}
.box-title.beforeSymbol::before,
.box-title.afterSymbol::after {
	background: #FF9900;
	height: 1.4em;
	width: 3px;
}
.box-title.beforeSymbol::before {
	margin: -0.2em 0.9em 0 0;
	transform: rotate(-34deg);
}
.box-title.afterSymbol::after {
	margin: -0.2em 0 0 0.9em;
	transform: rotate(34deg);
}
@media screen and (min-width: 1200px) {
	.period.outer .inner,
	.howto.outer .inner,
	.rules.outer .inner {
		font-size: 56px;
	}
	.btn-ama {
		font-size: 22px;
	}
	.box-title {
		font-size: 26px
	}
}
@media screen and (max-width: 767px) {
	.btn-ama {
		max-width: 300px;
		width: 100%;
	}
}


/*-----------------------------------------------------------------------
 mainvisual
----------------------------------------------------------------------- */
.mainVisual {
	background-image: url(/lp/amazonprimeday/img/mv_bg.png);
	background-position: center center;
	background-size: auto 100%;
}
.mainVisual .mvInner {
	margin: 0 auto;
	position: relative;
}
.mainVisual h1 {
	background-color: transparent;
	margin: 0 auto;
	padding: 3.2% 0 0;
	width: 80%;
}
@media screen and (max-width: 479px) {
	.mainVisual h1 {
		width: 96%;
	}
}


/*-----------------------------------------------------------------------
 toAmazon
----------------------------------------------------------------------- */
.toAmazon {
	background: #111;
	padding: 18px 0;
}


/*-----------------------------------------------------------------------
 lead
----------------------------------------------------------------------- */
/* font settings 1199 to 584 -----*/
.lead-text,
.lead .inner {
	font-size: calc(1.125rem + ((1vw - 5.84px) * 1.9512)); /* 30 to 18 */
}
.noteSymbol {
	font-size: calc(0.625rem + ((1vw - 5.84px) * 0.9756)); /* 16 to 10 */
}
.lead-note {
	font-size: calc(0.625rem + ((1vw - 5.84px) * 0.6504)); /* 14 to 10 */
}
/* content settings -----*/
.lead {
	background: #354458;
	background: -moz-linear-gradient(top, #354458 0%, #212d3c 100%);
	background: -webkit-linear-gradient(top, #354458 0%,#212d3c 100%);
	background: linear-gradient(to bottom, #354458 0%,#212d3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354458', endColorstr='#212d3c',GradientType=0 );
}
.lead .inner {
	background-image: url(/lp/amazonprimeday/img/amazongift.png);
	background-position: center bottom;
	background-size: 9em auto;
	margin: 0 auto 6%;
	padding: 1.5em 0 7.6em;
}
.lead-text,
.lead-note {
	color: #fff;
}
.lead-text {
	margin: 0 auto 0.2em;
	position: relative;
	text-shadow: 0.05em 0.14em 4px rgba(0,0,0,0.75);
	z-index: 1;
}
.lead-text .textWrap {
	position: relative;
	z-index: 2;
}
.lead-text.beforeIcon::before,
.lead-text.afterIcon::after {
	background-image: url(/lp/amazonprimeday/img/confetti.png);
	padding: 0 0 7.07em;
	position: absolute;
	top: 0;
	width: 12.7em;
	z-index: 1;
}
.lead-text.beforeIcon::before {
	left: 0;
	margin: -0.8em 0 0 -8.6em;
}
.lead-text.afterIcon::after {
	margin: -0.8em -8.6em 0 0;
	right: 0;
	transform: scale(-1, 1);
}
.noteSymbol {
	vertical-align: super;
}
.lead-note {
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 1200px) {
	.lead-text,
	.lead .inner {
		font-size: 30px
	}
	.noteSymbol {
		font-size: 16px
	}
	.lead-note {
		font-size: 14px
	}
}
@media screen and (max-width: 767px) {
	.lead .inner {
		margin: 0 auto 44px;
	}
	.period.outer .inner,
	.howto.outer .inner,
	.rules.outer .inner {
		padding: 0.78em 0.8em 0.75em;
	}
	.period.outer .inner,
	.howto.outer .inner {
		margin: 0 auto 44px;
	}
}
@media screen and (max-width: 583px) {
	/* font settings 583 to 320 -----*/
	.lead-text,
	.lead .inner {
		font-size: calc(0.9375rem + ((1vw - 3.2px) * 1.1407)); /* 18 to 15 */
	}
	.noteSymbol,
	.lead-note {
		font-size: 10px;
	}
	/* content settings -----*/
	.lead .inner {
		margin: 0 auto 32px;
		padding: 2em 2% 7.6em;
	}
	.lead-text .pcBr {
		display: none;
	}
	.lead-text .spBr {
		display: block;
	}
	.lead-text.beforeIcon::before {
		margin: -0.8em 0 0 -8.1em;
	}
	.lead-text.afterIcon::after {
		margin: -0.8em -8.1em 0 0;
	}
}
@media screen and (max-width: 479px) {
	.period.outer .inner,
	.howto.outer .inner,
	.rules.outer .inner {
		padding: 0.78em 3.2% 0.75em;
	}
	.lead-text.beforeIcon::before {
		margin: -0.5em 0 0 -9.3em;
	}
	.lead-text.afterIcon::after {
		margin: -0.5em -9.3em 0 0;
	}
	.lead-note {
		padding: 0 4em;
	}
}


/*-----------------------------------------------------------------------
period
----------------------------------------------------------------------- */
/* font settings 1199 to 584-----*/
.period-text {
	font-size: calc(1.125rem + ((1vw - 5.84px) * 0.4878)); /* 21 to 18 */
}
/* content settings -----*/
.period {
	margin: 0 auto;
}
.period-text {
	margin: 0 auto;
}
.period-text .brackets.left {
	margin: 0 -0.1em 0 -0.4em;
	position: relative;
}
.period-text .brackets.right {
	margin: 0 -0.4em 0 -0.1em;
	position: relative;
}
.period-text .wavyLine {
	margin: 0 0.4em;
}
@media screen and (min-width: 1200px) {
	.period-text {
		font-size: 21px;
	}
}
@media screen and (max-width: 583px) {
	/* font settings 583 to 320 -----*/
	.period-text {
		font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.7605)); /* 17 to 15 */
	}
	/* content settings -----*/
		.period-text {
		text-indent: 0.3em;
		margin: 0 0 0 -0.3em;
	}
	.period-text .spBr {
		display: block;
	}
}


/*-----------------------------------------------------------------------
 howto
----------------------------------------------------------------------- */
/* font settings 1199 to 320 -----*/
.step-title {
	font-size: calc(1.1875rem + ((1vw - 3.2px) * 1.2514)); /* 30 to 19 */
}
/* font settings 1199 to 768 -----*/
.howto-text,
.step1 .step-content.beforeIcon::before {
	font-size: calc(1.0625rem + ((1vw - 7.68px) * 1.3921)); /* 23 to 17 */
}
.step1 .btn-note {
	font-size: calc(0.75rem + ((1vw - 7.68px) * 0.464)); /* 14 to 12 */
}
.step2 .largeText {
	font-size: calc(2.0625rem + ((1vw - 7.68px) * 1.6241)); /* 40 to 33 */
}
.step2 .btn-note {
	font-size: calc(0.875rem + ((1vw - 7.68px) * 0.9281)); /* 18 to 14 */
}
.howto-list.beforeSymbol::before,
.howto-list.beforeSymbol::after {
	font-size: calc(1.9375rem + ((1vw - 7.68px) * 2.0882)); /* 40 to 31 */
}
/* content settings -----*/
.howto .box-title {
	margin: 0 auto 2.7em;
}
.howto ol {
	margin: 0 auto;
	max-width: 900px;
}
.howto-list {
	border: 1px solid #888;
	position: relative;
}
.howto-list.step1 {
	line-height: 0;
	margin: 0 auto 17%;
	padding: 1.2em 0.8em 0.8em 0.5em;
}
.howto-list.afterSymbol::after {
	bottom: 0;
	border-top: 0.5em solid #FF9900;
	border-right: 0.6em solid transparent;
	border-left: 0.6em solid transparent;
	left: 50%;
	margin: 0 0 -1.35em -0.6em;
	position: absolute;
	z-index: 2;
}
.step-title {
	background: #FF9900;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin: -1.1em auto 0;
	padding: 0.2em 1.4em 0.15em 1.6em;
	position: absolute;
	top: 0;
	transform: translateX(-50%) rotate(-4deg);
}
.step-content .howto-text,
.step-content .howto img {
	letter-spacing: 0;
	vertical-align: middle;
}
.step1 .step-content {
	display: block;
	line-height: 0;
	position: relative;
}
.step1 .step-content.beforeIcon::before {
	background-image: url(/lp/amazonprimeday/img/imoto.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 0 0 6.2em;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 -0.4em -1.1em 0;
	width: 100%;
	z-index: 1;
}
.step1 .howto-text {
	line-height: 1.6;
	margin: 0 auto 1.4em;
	position: relative;
	z-index: 1;
}
.howto-text .afterSymbol {
	position: relative;
}
.howto-text .afterSymbol::after {
	background: #4CA5FF;
	bottom: 0;
	height: 2px;
	left: 1%;
	position: absolute;
	width: 98%;
}
.step1 a {
	position: relative;
	z-index: 2;
}
.step1 .btn-ama {
	margin: 0 auto 0.4em;
	padding: 0.85em 0.4em 0.85em 0;
}
.step1 .btn-note {
	line-height: 1.6;
	margin: 0 auto;
}
.step-content img {
	width: 40% /* 900:360=100:x */
}
.step2.howto-list {
	margin: 0 auto 3%;
	padding: 1.3em 0.5em 0.8em;
}
.step2 .step-content {
	margin: 0 auto 0.4em;
}
.step2 .howto-text,
.step2+ img {
	vertical-align: middle;
}
.step2 .howto-text {
	display: inline-block;
	margin: 0 5% 0 0;
	width: 50.2%;
}
.step2 .largeText {
	display: inline-block;
	font-weight: bold;
	line-height: 1.0;
	margin: 0.2em 0 0.3em;
}
.step2+ img {
	width: 44.8%;
}
.step2 a {
	letter-spacing: 0.1em;
	margin: 0 auto 1em;
}
.step2 .btn-ama {
	margin: 0 auto 1.2em;
	padding: 0.85em 0 0.85em 0.4em;
}
.step2 .btn-note span {
	border: 1px solid #f00;
	color: #f00;
	display: inline-block;
	letter-spacing: 0.04em;
	line-height: 1.3;
	padding: 0.7em 1.6em;
}
@media screen and (min-width: 1200px) {
	.step-title {
		font-size: 30px;
	}
	.howto-text,
	.step1 .step-content.beforeIcon::before {
		font-size: 25px;
	}
	.step1 .step-content> a {
		font-size: 22px;
	}
	.step1 .btn-note {
		font-size: 14px;
	}
	.step2 .largeText {
		font-size: 40px;
	}
	.step2 .btn-note {
		font-size: 18px;
	}
	.howto-list.beforeSymbol::after {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	/* font settings 767 to 320 -----*/
	.step1 .btn-note {
		font-size: calc(0.625rem + ((1vw - 3.2px) * 0.4474)); /* 12 to 11 */
	}
	.step2 .btn-note {
	font-size: calc(0.75rem + ((1vw - 3.2px) * 0.2237)); /* 13 to 12 */
}
	/* font settings 767 to 480 -----*/
	.howto-text,
	.step1 .step-content.beforeIcon::before {
		font-size: calc(0.9375rem + ((1vw - 4.8px) * 1.0453)); /* 18 to 15 */
	}
	.step2 .largeText {
		font-size: calc(1.8125rem + ((1vw - 4.8px) * 0.2778)); /* 33 to 29 */
	}
	.howto-list.beforeSymbol::after {
		font-size: 28px; /* 31 to 28 */
	}
	/* content settings -----*/
	.howto-list {
		max-width: 540px;
	}
	.step1.howto-list {
		margin: 0 auto 2.4em;
		padding: 1.2em 0.7em 0 0.5em;
	}
	.step1 .step-content {
		padding: 0 0 1.2em;
	}
	.step1 .step-content.beforeIcon::before {
		bottom: 0;
		margin: 0 -0.4em 0 0;
		padding: 0 0 5.5em;
		top: auto;
		transform: none;
	}
	.step1 .btn-ama {
		padding: 1.1em 0.4em 1.1em 0;
	}
	.howto-list.afterSymbol::after {
		margin: 0 0 -1.25em -0.6em;
	}
	.step2.howto-list {
		padding: 1.3em 0.5em 0.8em;
	}
	.step2 .howto-text {
		display: block;
		margin: 0 auto 1.6em;
		width: 100%;
	}
	.step2 .largeText {
		margin: 0.15em 0 0.25em;
	}
	.step2 img {
		max-width: 350px;
		width: 100% /* 900:360=100:x */;
	}
	.step2 .btn-ama {
		padding: 1.1em 0 1.1em 0.4em ;
	}
}
@media screen and (max-width: 583px) {
	.step1 .step-content.beforeIcon::before {
		margin: 0 -0.4em 0 0;
	}
	.step1 .btn-note .spBr {
		display: block;
	}
	.step2 .btn-note .pcBr {
		display: none;
	}
}
@media screen and (max-width: 479px) {
	/* font settings 479 to 320 -----*/
	.howto-text {
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5157)); /* 18 to 14 */
	}
	.howto-list.beforeSymbol::after {
		font-size: 26px;
	}
	/* content settings -----*/
	.howto .box-title {
		margin: 0 auto 2.4em;
	}
	.howto-list .spBr {
		display: block;
	}
	.step1 .step-content {
		padding: 0 0 1.4em;
	}
	.step1 .howto-text {
		margin: 0 auto 0.5em;
	}
	.howto-text .afterSymbol {
		margin: 0 auto 0.7em;
	}
	.step1 .step-content.beforeIcon::before {
		margin: 0 -1.2em 0 0;
	}
	.step1 .btn-ama {
		margin: 0 auto 0.8em;
	}
	.step2 .btn-note span {
		padding: 0.8em 1.2em;
	}
}


/*-----------------------------------------------------------------------
 kiyaku area
----------------------------------------------------------------------- */
.rules-text {
	font-size: calc(0.75rem + ((1vw - 3.2px) * 0.2275)); /* 14 to 12 */
	text-align: left;
}
@media screen and (min-width: 1200px) {
	.rules-text {
		font-size: 14px;
	}
}


/*-----------------------------------------------------------------------
 float-box
----------------------------------------------------------------------- */
.float-box {
	position: fixed;
	width: 100%;
	height: auto;
	max-height: 290px;
	right: 0;
	bottom: 0;
	padding: 24px 2%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 -1px 5px 0px rgba(0,0,0,0.3);
}
.float-box a.banner {
	width: 30%;
	max-width: 134px;
	display: inline-block;
	vertical-align: top;
}
.float-box a.banner:not(:nth-last-of-type(-n+1)) {
	margin: 0 12px 0 0;
}
.float-box a.btn {
	display: block;
	width: 360px;
	max-width: 100%;
	margin: 24px auto 0;
	padding: 15px 62px 14px 48px;
}
@media screen and (max-width: 479px) {
	.float-box {
		height: auto;
	}
	.float-box a.banner {
		display: none;
	}
	.float-box a.btn {
		margin: 0 auto;
		padding: 15px 3px 14px 0;
	}
}


/*-----------------------------------------------------------------------
 close settings
----------------------------------------------------------------------- */
/* font settings */
main .mainVisual .inner .closeText {
	font-size: calc(0.875rem + ((1vw - 3.2px) * 2.9579));
}
/* content settings */
main .mainVisual,
main div#country {
	position: relative;
}
main .close,
main .mainVisual .closeText {
	position: absolute;
	margin: 0;
	padding: 0;
}
main .close {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
main .mainVisual .inner .closeText {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 10;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding-top: 20%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 1200px) {
	main .mainVisual .inner .closeText {
		font-size: 40px;
	}
}

