@charset "UTF-8";

body {
    --color1: #c9050e;
    --color2: #411111;
}

#back1 {
	background-color: #ebe4dc;
}
#Delivery,#Purchase {
	background-color: var(--color2);
}

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

#Delivery {
    .desitalbtn {
        max-width: 24em;
        a {
            display: block;
            padding: .6em 0;
            text-decoration: none;
            letter-spacing: .01em;
            font-size: 1.1em;
            font-weight: bold;
            color: #fff;
            background-color: var(--color1);
            border-radius: .3em;
        }
    }
}

#Product {
    .contArea h3 {
        line-height: 1.3;
        font-size: 180%;
    }
    .contArea h4 {
        color: var(--color1);
    }
    .contArea h4::after {
        background-color: var(--color1) !important;
    }
    .contArea h5 {
        font-size: 100%;
        border-bottom: 1px solid #000;
    }
}

#Benefits {
    .itemArea .item {
        h3 span {
            display: block;
            line-height: 1.4;
            font-size: 86%;
        }
    }
}

#Campaign {
    .contArea {
        padding: 2em;
    }
    h3 {
        margin-bottom: .2em;
        padding: .3em 0 .3em .3em;
        font-size: 110%;
        color: var(--color1);
        border-left: .3em solid var(--color1);
        border-bottom: 1px solid var(--color1);
    }
    .img {
        max-width: 350px;
        img {
            width: 100%;
            aspect-ratio: 500 / 714;
            background-image: url(./images/campimg.jpg);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 100% auto;
        }
    }
}

/* img */
#pack1 .img img { background-image: url("images/pack1.jpg"); }
#pack2 .img img { background-image: url("images/pack2.jpg"); }
#pack3 .img img { background-image: url("images/pack3.jpg"); }


/* min-width 769px */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
header h1 img {
	padding-top: 45.55%;
}
#Benefits {
    .itemArea .item:nth-of-type(n+1):nth-of-type(-n+3),
    .itemArea .item:nth-of-type(n+7):nth-of-type(-n+9) {
        h3 { height: 4em; }
    }
    .itemArea .item:nth-of-type(n+4):nth-of-type(-n+6) {
        h3 { height: 3em; }
    }
}
#Campaign {
    h3+* { margin-left: 1em; }
    figure { width: 50%; }
}
}


/* max-width 768px */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
header h1 img {
	padding-top: 153.3%;
}
#Product {
    .contArea h3 {
        font-size: 140%;
    }
}
#Campaign {
    .contArea {
        padding: 6vw 3vw;
    }
    .img {
        width: 60%;
    }
}
}