@charset "Shift_JIS";
/*reset*/
html{
	width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
form, input, textarea {
    margin: 0;
    padding: 0;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size: 100%;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color:#000;
}
p{
    margin: 0;
}
img{
    vertical-align: bottom;
    width: 100%;
}

/* Base
--------------------------------------------------*/
.poR{position: relative}
.z20{z-index: 20;}

/* 訴求
--------------------------------------------------*/
main#mustBuy{
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 10%;
	overflow: hidden;
	box-sizing: border-box;
    -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.07);
}
main#mustBuy a.rakutenLink{
	display: block;
	width: 84%;
	margin: 4% auto;
	transition: .2s all;
}
main#mustBuy a.rakutenLink:hover {
	transform: scale(1.03);
	opacity: .9;
	transition: .03s all; 
}
main#mustBuy div.toForm {
	position: relative;
    
}
main#mustBuy div.toForm a{
	display: block;
	width: 76%;
	position: absolute;
	bottom: 7%;
	left: 12%;
	transition: .2s all;
}
main#mustBuy div.toForm a:hover {
	transform: scale(1.03);
	opacity: .9;
	transition: .03s all; 
}
main#mustBuy div.info {
	position: relative;
    
}
main#mustBuy div.info p.infoText{
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-decoration: underline;
	color: #ff4aba;
	letter-spacing: 0.03em;
	position: absolute;
	bottom: 27.4%;
	left: 5.5%;
}
@media screen and (max-width: 750px) {
	main#mustBuy{
		padding-bottom: 18%;
	}
	main#mustBuy div.info p.infoText{
		font-size: 3.2vw;
	}
}
/* ボタンエフェクト */
@-webkit-keyframes anim1 {
	0% { -webkit-transform: scale(0.85); }
	100% { -webkit-transform: scale(1); }
}
.pulsebtn {
	animation: anim1 0.9s ease 0s infinite alternate;
}