@charset "UTF-8";
/* CSS Document */
article {
    text-align: center;
}
article h1 {
    margin-bottom: 70px;
}
.slogan {
    font-size: 44px;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.33;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slogan:nth-of-type(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slogan:nth-of-type(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.slogan > span {
    border-bottom: solid 1px;
}
.slogan span.yellow {
    color: #FABE00;
    font-size: 52px;
    display: inline-block;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-name: tilt;
    animation-name: tilt;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes tilt {
 100% {
 -ms-transform: rotate(-10deg);
 -webkit-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
}
@keyframes tilt {
 100% {
 -ms-transform: rotate(-10deg);
 -webkit-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
}
.effect {
    opacity: 0;
    line-height: 0;
}
.fadeIn {
    transition: 1s;
}
#one {
    padding-top: 100px;
    background: url(img/one_bg.jpg) no-repeat 50% 0;
    position: relative;
}
#one h2 {
    margin-bottom: 160px;
}
#limited {
    position: absolute;
    top: 26%;
    right: -300px;
}
.rollInRight {
    -webkit-animation-name: rollInRight;
    animation-name: rollInRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes rollInRight {
 0% {
 -ms-transform: translateX(100%) rotate(120deg);
 -webkit-transform: translateX(100%) rotate(120deg);
 transform: translateX(100%) rotate(120deg);
}
 100% {
 -ms-transform: translateX(0px) rotate(0deg);
 -webkit-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollInRight {
 0% {
 -ms-transform: translateX(100%) rotate(120deg);
 -webkit-transform: translateX(100%) rotate(120deg);
 transform: translateX(100%) rotate(120deg);
}
 100% {
 -ms-transform: translateX(0px) rotate(0deg);
 -webkit-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
#fresh {
    position: absolute;
    top: 30%;
}
#explanation {
    margin: 0 500px 50px 0;
}
#one p:last-of-type {
    margin-top: 30px;
}
.bounce {
    position: relative;
    z-index: 10;
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes bounceInUp {
 0% {
 opacity: 0;
 -ms-transform: translateY(2000px);
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
 60% {
 -ms-transform: translateY(-30px);
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 80% {
 opacity: 1;
 -ms-transform: translateY(10px);
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes bounceInUp {
 0% {
 opacity: 0;
 -ms-transform: translateY(2000px);
 -webkit-transform: translateY(2000px);
 transform: translateY(2000px);
}
 60% {
 -ms-transform: translateY(-30px);
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 80% {
 opacity: 1;
 -ms-transform: translateY(10px);
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
 100% {
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.specialPrice {
    margin: 25px auto;
    background: url(img/two_bg01.jpg?220404) no-repeat 100% 0;
    padding-top: 40px;
    position: relative;
}
.specialPrice p {
    text-align: left;
    margin-left: 30px;
}
.specialPrice .off {
    position: absolute;
    top: 190px;
    left: 370px;
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
 0%, 50%, 100% {
opacity: 1;
}
 25%, 75% {
opacity: 0;
}
}
@keyframes flash {
 0%, 50%, 100% {
opacity: 1;
}
 25%, 75% {
opacity: 0;
}
}
.freeDial {
    background: url(img/two_bg02.gif?250901) no-repeat 50% 0;
    margin-bottom: 30px;
    position: relative;
}
.freeDial .inner_box {
    position: relative;
    min-height: 419px;
}
.toBuy {
    position: absolute;
    top: 30px;
    right: 142px;
}
.number {
    position: absolute;
    top: 155px;
    right: 50px;
}
.egg {
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 10;
}
.rollInLeft {
    -webkit-animation-name: rollInLeft;
    animation-name: rollInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes rollInLeft {
 0% {
 -ms-transform: translateX(-100%) rotate(-120deg);
 -webkit-transform: translateX(-100%) rotate(-120deg);
 transform: translateX(-100%) rotate(-120deg);
}
 100% {
 -ms-transform: translateX(0px) rotate(0deg);
 -webkit-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollInLeft {
 0% {
 -ms-transform: translateX(-100%) rotate(-120deg);
 -webkit-transform: translateX(-100%) rotate(-120deg);
 transform: translateX(-100%) rotate(-120deg);
}
 100% {
 -ms-transform: translateX(0px) rotate(0deg);
 -webkit-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
#three {
    margin: 55px auto 25px;
    background: url(img/three_bg.jpg?220406) no-repeat 50% 0;
}
#three p:first-of-type {
    padding-top: 605px;
    box-sizing: border-box;
    height: 1050px;
    margin-bottom: 35px;
}
#three p:first-of-type.fadeIn, #three p:first-of-type.fadeIn {
    transition-delay: 1s;
}
#four {
    background: url(img/four_bg.jpg?220406) no-repeat 50% 0;
    height: 750px;
    padding-top: 15px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
#four .effect img{
	margin-top: 63px;
}


#five {
    background: url(img/five_bg.jpg?220404) no-repeat 50% 0;
    height: 1300px;
    padding-top: 75px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
#five p:first-of-type {
    margin-bottom: 60px;
}
#six h2 {
    margin-bottom: 25px;
}
#six p:last-of-type {
    margin-top: 30px;
    background: url(img/six_bg.jpg) no-repeat 50% 0;
    padding: 660px 0 0 70px;
    box-sizing: border-box;
    height: 1698px;
    text-align: left;
}
#seven {
    margin: 45px auto;
}
#seven .points {
    text-align: left;
    margin: 60px 0 80px;
}
#seven h3 {
    margin-bottom: 30px;
}
#seven .label img{
	margin-left: 20px;
}
#seven #point01 div {
    position: relative;
    height: 580px;
    margin-top: 30px;
}
#seven #point01 div .point01_text{
	margin-left: 20px;
}
#seven #point01 div .point01bg img{
	margin-left: 20px;
	width:98%;
}

#seven #point01 .haccp {
	margin-top: 30px;
	margin-left: 20px;
}
#seven #point01 h3, #seven #point01 p {
    position: relative;
    z-index: 10;
}
#seven #point01 .fadeInRight {
    position: absolute;
    right: -50%;
    bottom: 0;
    z-index: 1 !important;
}
#seven #point01 .fadeInRight.fadeIn {
    right: 0;
}
#seven #point02 .point, #seven #point04 .point, #seven #point05 .point, #seven #point06 .point {
    position: relative;
    z-index: 10;
}
#seven #point02 div {
    background: url(img/seven_bg01.jpg?220404) no-repeat 0 0;
    box-sizing: border-box;
    padding: 45px 0 0 50%;
    height: 650px;
    margin-top: -87px;
}
#seven #point03 div:first-of-type {
    background: url(img/seven_bg02.jpg) no-repeat 100% 100%;
    height: 404px;
    margin: 40px 0 30px;
}
#seven #point03 div:last-of-type {
    background: url(img/seven_bg03.jpg) no-repeat 0 0;
    height: 650px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 305px 0 0 50%;
}
#seven #point04 div {
    background: url(img/seven_bg04.jpg) no-repeat 100% 100%;
    box-sizing: border-box;
    height: 650px;
    padding: 265px 0 0 62px;
    margin: -87px 0 20px;
}
#seven #point05 div {
    background: url(img/seven_bg05.jpg?220404) no-repeat 0 100%;
    box-sizing: border-box;
    height: 531px;
    padding: 0 0 0 642px;
    margin-top: -30px;
}
#seven #point06 {
    position: relative;
    margin-bottom: 45px;
}
#seven #point06 .diagonal {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: -45px;
}
#seven #point06 .diagonal p {
    position: absolute;
    right: -50px;
    bottom: -50px;
}
#seven #point06 .diagonal p.fadeIn {
    right: 0;
    bottom: 0;
}
#seven #point06 h3 {
    margin-top: 55px;
}
#seven #point06 #photo {
    position: absolute;
    top: 815px;
    left: 350px;
}
#seven #point06 #voices {
    margin-top: 100px;
    background: url(img/seven_bg06.jpg?220404) no-repeat 0 0;
    box-sizing: border-box;
    height: 1542px;
    padding-top: 60px;
    text-align: center;
}
footer {
    margin-top: 40px;
}
