@charset "utf-8";

main#stripeBg {
	margin-bottom: 5em;
}

/* SERVICE
--------------------------------------------------- */
main h1 {
	text-align: center;
	font-weight: 400;
	font-size: 300%;
	margin: 2em 0 1.5em;
}

main h1 span.fontS {
	display: block;
	font-size: 45%;
}

/* nav */
div#nav-container {
	width: 100%;
}

main nav {
	margin-bottom: 4em;
}

main nav ul,
nav.clone-nav ul {
	list-style: none;
	text-align: center;
	font-weight: 600;
	margin: 0;
	padding: 0;
	display: flex;
}

main nav ul li,
nav.clone-nav ul li {
	display: inline-block;
	width: 16.6%;
}

main nav ul li a,
nav.clone-nav ul li a {
	color: #e60012;
	position: relative;
	display: block;
	text-decoration: none;
}

main nav ul li figure {}

main nav ul li figure img,
nav.clone-nav ul li figure img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	width: 50%;
}

nav ul li:nth-of-type(2) figure img,
nav ul li:nth-of-type(3) figure img {
	width: 48%;
}

nav.clone-nav ul li figure img {
	width: 35%;
}

main nav ul li a:hover figure img,
nav.clone-nav ul li a:hover figure img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

main nav ul li figcaption,
nav.clone-nav ul li figcaption {
	font-size: 93%;
	margin-top: 0.7em;
}

main nav ul li a::after,
nav.clone-nav ul li a::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #e60012;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

main nav ul li a:hover,
nav.clone-nav ul li a:hover {
	text-decoration: none;
	color: #e60012;
}

main nav ul li a:hover::after,
nav.clone-nav ul li a:hover::after {
	transform: scale(1, 1);
}

main nav ul li.on,
nav.clone-nav ul li.on {
	border-bottom: 1px solid #e60012;
	padding-bottom: 5px;
}

nav.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	background: rgba(255, 255, 255, .95);
}

nav.is-show {
	transform: translateY(0);
}

nav.clone-nav div#nav-inner {
	padding-top: 0.8%;
}

nav.clone-nav ul li figcaption {
	line-height: 140%;
}

@-webkit-keyframes modify {
	0% {
		padding-top: 150px;
		margin-top: -150px;
	}

	100% {
		padding-top: 0;
		margin-top: 0;
	}
}

@keyframes modify {
	0% {
		padding-top: 150px;
		margin-top: -150px;
	}

	100% {
		padding-top: 0;
		margin-top: 0;
	}
}

main section:target {
	-webkit-animation: modify 0.1s;
	animation: modify 0.1s;
}


/* section */
section {
	background: rgba(230, 0, 32, 0.05);
}

section:nth-of-type(2n) {
	background: #fff;
}

section div.container {
	padding: 7% 0;
}

section div.container dl,
section div.container figure {
	display: inline;
	width: 50%;
	box-sizing: border-box;
	padding: 0 3%;
}

section:nth-of-type(1n) div.container dl {
	float: left;
}

section:nth-of-type(1n) div.container figure {
	float: right;
}

section:nth-of-type(2n) div.container dl {
	float: right;
}

section:nth-of-type(2n) div.container figure {
	float: left;
}

section div.container dl {
	margin: 0;
}

section div.container dl dt {
	color: #e60012;
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 156%;
}

section div.container dl dt h2 {
	margin: 0;
	padding-top: 19%;
	font-size: 168%;
	font-weight: 200;
}

section#wifi div.container dl dt h2 {
	background: url("/shop/img/common/ic_wifi.svg") no-repeat top center / 17% auto;
}

section#player div.container dl dt h2 {
	background: url("/shop/img/common/ic_player.svg") no-repeat top center / 17% auto;
}

section#mirroring div.container dl dt h2 {
	background: url("/shop/img/common/ic_mirroring.svg") no-repeat top center / 17% auto;
}

section#payment div.container dl dt h2 {
	background: url("/shop/img/common/ic_payment.svg") no-repeat top center / 17% auto;
}

section#bring div.container dl dt h2 {
	background: url("/shop/img/common/ic_bring.svg") no-repeat top center / 17% auto;
}

section#nonsmoking div.container dl dt h2 {
	background: url("/shop/img/common/ic_nonsmoking.svg") no-repeat top center / 17% auto;
}

section#charger div.container dl dt h2 {
	background: url("/shop/img/common/ic_charger.svg") no-repeat top center / 17% auto;
}

section#hdmi div.container dl dt h2 {
	background: url("/shop/img/common/ic_hdmi.svg") no-repeat top center / 17% auto;
}


section div.container dl dd {
	text-align: justify;
}

/* 190702 d払いで追加 */
section div.container dl dd.campaignBnr {
	text-align: justify;
	padding: 30px;
	margin-top: 30px;
	text-align: center;
	background: #fde0e5;
	border-radius: 20px;
}

section div.container dl dd.campaignBnr span {
	color: #f22f52;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 175%;
	font-weight: bold;
}

section div.container dl dd.campaignBnr2 {
	text-align: justify;
	padding: 0 30px 30px;
	text-align: center;
	background: url("/img/common/33/bg_stripe.svg") repeat;
}

section div.container dl dd p {
	font-size: 112%;
	line-height: 170%;
	margin-bottom: 1.5em;
}

section div.container dl dd div.stripeNote {
	background: url("/img/common/33/bg_stripe.svg") repeat;
	margin: 1.5em 0 1em;
	padding: 4% 5%;
}

section div.container dl dd div.stripeNote h3 {
	font-weight: 600;
	font-size: 106%;
	margin: 0 0 0.7em;
	padding: 0;
}

section div.container dl dd div.stripeNote ol {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 93%;
}

section div.container dl dd div.stripeNote ol li {
	margin-bottom: 0.5em;
}

section div.container dl dd div.stripeNote ol li:last-child {
	margin-bottom: 0;
}

section div.container dl dd div.linkBtn {
	margin-top: 1.5em;
}

section#mirroring .example {
	padding-left: 1em;
}







/* ==============================================================
 Less than 992px
================================================================= */
@media screen and (max-width: 992px) {

	div#nav-container div#nav-wrap,
	nav.is-show {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}

	div#nav-container nav,
	nav.is-show div#nav-inner {
		width: 940px;
		-webkit-overflow-scrolling: touch;
	}

	nav.clone-nav div#nav-inner {
		padding-top: 2%;
	}

	nav.clone-nav ul li.on {
		padding-bottom: 2px;
	}

	nav.clone-nav ul li figcaption {
		font-weight: 800;
	}

	nav.clone-nav ul li a {
		padding-bottom: 3%;
	}

}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 768px) {
	section div.container {
		padding: 8% 0 10%;
	}

	section div.container dl,
	section div.container figure {
		display: block;
		float: none;
		width: auto;
		padding: 0 10%;
	}

	section div.container dl {
		margin-bottom: 5%;
	}

	section div.container dl dt h2 {
		background-size: 25% auto !important;
		padding-top: 28%;
	}
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
	section div.container dl dt h2 {
		font-size: 8vw;
	}
}