@charset "UTF-8";

#back1 {
	background-image: url("images/back.jpg");
}
#Delivery,#Purchase {
	background-color: #4fa0d3;
    box-shadow: 0px 0px 1em .2em rgba(51,91,127,0.2);
}

section h2.mt1 {
	color: #fdf670;
}
section h2.mt2 {
	color: #fdf670;
	background-color: #4fa0d3;
}
section h2.mt2::after {
	border-color: #4fa0d3 transparent transparent transparent;
}

.pt2 .contArea {
    box-shadow: 0px 0px 1em .2em rgba(255,229,203,0.2);
}

.linkArea {
    position: relative;
    a,a span {
        display: block;
        background: #fdf670;
        color: #2669a3;
        height: 3.6em;
        line-height: 3.6em;
        text-align: center;
    }
    a {
        text-decoration: none;
        border-radius: .5em;
        transition: all .2s 0s ease-out;
        span {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            letter-spacing: .1em;
            font-size: 1.1em;
            font-weight: bold;
            border-radius: .5em;
        }
        span::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 3%;
            width: 10px;
            height: 10px;
            border: 1px solid;
            border-color: transparent #2669a3 #2669a3 transparent;
            transform: translateY(-50%) rotate(45deg);
            transition: all 160ms ease-out;
        }
    }
    a:hover,a:focus {
        opacity: .6;
        transform: translate(0, .1em);
    }
    a:hover span::after {
        transform: translateY(-50%) rotate(45deg) translateX(2px);
    }
}

#Product h3 {
    line-height: 1.4;
    span {
        display: block;
        font-size: 70%;
    }
    span:nth-of-type(2) { font-size: 60%; }
}
#Product h5 {
    font-size: 100%;
    color: #237eb7;
}
#Product h4 { color: #237eb7; }
#Product h4::after { background-color: #237eb7 !important; }

#Campaign {
    .contArea {
        padding: 2em;
    }
    h3 {
        margin-bottom: .2em;
        padding: .3em 0 .3em .3em;
        font-size: 110%;
        color: #237eb7;
        border-left: .3em solid #237eb7;
        border-bottom: 1px solid #237eb7;
    }
    .img {
    max-width: 350px;
    border: 1px solid #111;
        img {
            width: 100%;
            aspect-ratio: 400 / 444;
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 100% auto;
        }
    }
}

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

/* min-width 769px */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
header h1 img {
	padding-top: 62.38%;
    background-size: 100% auto;
}
.linkArea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: .5em;
    max-width: 1200px;
    margin: 2em auto auto;
}
#Benefits {
    .rakuten h3,.topcoat h3 {
        height: 2.55em;
        line-height: 2.55;
    }
}
#Campaign {
    h3+* { margin-left: 1em; }
}
}


/* max-width 768px */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
header h1 img {
	padding-top: 176%;
}
.linkArea {
    margin: 4vw 3vw auto;
    a:not(:first-of-type) {
        margin-top: 3vw;
    }
}
#Campaign {
    .contArea {
        padding: 6vw 3vw;
    }
    .img {
        width: 60%;
    }
}
}