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



body #warp {
	width: 100%;
}
.offer{
	background-image: url("../img/offer_1.jpg");
	position: relative;
	height: 1190px;
	margin-top: 30px;
}
.offer img {
	position: absolute;
	top: 850px;
	left: 150px;
}

.offer2{
	background-image: url("../img/offer_2.jpg");
	position: relative;
	height: 1260px;
}
.offer2 img {
	position: absolute;
	top: 890px;
	left: 150px;
}

.offer3{
	background-image: url("../img/offer_3.jpg");
	position: relative;
	height: 1150px;
}
.offer3 img {
	position: absolute;
	top: 750px;
	left: 150px;
}

.offer4{
	background-image: url("../img/offer_4.jpg");
	position: relative;
	height: 1130px;
}
.offer4 img {
	position: absolute;
	top: 800px;
	left: 150px;
}

.offer5{
	background-image: url("../img/offer_5.jpg");
	position: relative;
	height: 1260px;
}
.offer5 img {
	position: absolute;
	top: 890px;
	left: 150px;
}

.offer6{
	background-image: url("../img/offer_6.jpg");
	position: relative;
	height: 1180px;
}
.offer6 img {
	position: absolute;
	top: 750px;
	left: 150px;
}



.red{
	color: #A80002;
}

.tvcm{
	animation-name: ▲▲▲▲;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin: 0 auto;
}

@keyframes ▲▲▲▲ {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

.attention{
	font-size: 19px;
	margin: 10px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


