@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: #467ba3;
}
section h2.mt2::after {
	border-color: #467ba3 transparent transparent transparent;
}

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

header {
	position: relative;
}
.bnrWrap {
	position: absolute;
	top:4%;
	left:1.5%;
	width: 27.5%;
	height: auto;
}
.bnrWrap img {
	width: 100%;
	height: auto;
}
#Event {
    background-color: #fff;
    border: 2px solid #467ba3;
}
#Event h2.mt1 {
    line-height: 1.3;
    font-size: 220%;
    color: #467ba3;
}
#Event h3 {
    padding-bottom: .2em;
    font-size: 120%;
    color: #467ba3;
    border-bottom: 2px solid #467ba3;
}
#Event h4 { font-size: 110%; }
#Event h4+* {
    margin-left: 1em;
}
#Event .btn {
    display: block;
    width: 20em;
    text-decoration: none;
    color: #fff;
    background-color: #c72e73;
    border-radius: .5em;
    transition: all .2s 0s ease-out;
}
#Event .btn span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    letter-spacing: .1em;
    font-size: 1.1em;
    font-weight: bold;
}
#Event .btn span::after {
    content: '';
    position: absolute;
    top: 38%;
    right: 3%;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    transition: all 160ms 0s ease-out;
}

/* min-width 769px */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
header h1 img {
	padding-top: 36%;
    background-size: 100% auto;
}
}

/* max-width 768px */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
header h1 img {
	padding-top: 120%;
}

	.bnrWrap {
	position: absolute;
	top:87.5%;
	left:10%;
	width: 80%;
	height: auto;
	}
#Event h2.mt1 { font-size: 160%; }
}