@charset "UTF-8";

#back1 {
	background-image: url("images/back.jpg");
}
#Delivery,#Purchase {
	background-color: #000;
}

section h2.mt1 {
	color: #fff;
}
section h2.mt2 {
	color: #fff;
	background-color: #ff6f68;
}
section h2.mt2::after {
	border-color: #ff6f68 transparent transparent transparent;
}

#Product {
    .contArea h3 { line-height: 1.3; }
    h5 { font-size: 100%; }
}

#Benefits {
    .btn a { background-color: #ee4b8c !important; }
}

#Campaign {
    .contArea {
        padding: 2em;
    }
}

/* img */
#bd .img img { background-image: url("images/bd.jpg"); }
#dvd .img img { background-image: url("images/dvd.jpg"); }


/* min-width 769px */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
header h1 img {
	padding-top: 51.1%;
}
}


/* max-width 768px */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
header h1 img {
	padding-top: 146.6%;
}
#Product {
    .contArea h3 { font-size: 150%; }
}
}