@charset "UTF-8";

body > div.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(248,248,248,1.00);
	background-image: url(../images/top/loader.svg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1000;
}

body > div.topvisual {
	position: relative;
	z-index: 0;
}

body > div.topvisual ul > li {
	width: 100%;
	height: 450px;
	@media screen and (max-width: 1000px) {
		height: 40vw;
	}
}

body > div.topvisual ul > li.copy {
	&>picture {
		&>img.text {
			position: absolute;
			top: 50%;
			left: 10%;
			transform: translateY(-50%);
			@media screen and (max-width: 1000px) {
				width: 70%;
				height: auto;
				left: 8vw;
			}
		}
	}
	&>img.bg {
		object-fit: cover;
		width: 100%;
		min-width: 1000px;
		height: 100%;
		@media screen and (max-width: 1000px) {
			min-width: 0;
		}
	}
}

body > div.topvisual ul > li > a {
	text-decoration: none;
	display: block;
	height: 100%;
}

body > div.topvisual ul > li dl {
	position: relative;
	height: 100%;
}

body > div.topvisual ul > li dl > dt {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 10;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 266.7%;
}

body > div.topvisual ul > li:nth-child(2n) dl > dt {
	right: 10%;
	left: auto;
	text-align: right;
}

body > div.topvisual ul > li dl > dt > span {
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	font-size: 50%;
	font-weight: bold;
}

body > div.topvisual ul > li:nth-child(2n) dl > dt > span {
	margin-right: 6px;
	margin-left: 0;
	text-align: right;
}

body > div.topvisual ul > li dl > dd::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 80%);
	background: linear-gradient(to right, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 80%);
	z-index: 0;
}

body > div.topvisual ul > li:nth-child(2n) dl > dd::before {
	background: -moz-linear-gradient(right, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 80%);
	background: linear-gradient(to left, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 80%);
}

body > div.topvisual ul > li dl > dd {
	height: 100%;
	&>img {
		width: 100%;
		min-width: 1000px;
		height: 100%;
		vertical-align: top;
		object-fit: cover;
	}
}

body > div.topvisual div.bx-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 55;
	width: 100%;
}

body > div.topvisual div.bx-controls > div.bx-pager {
	text-align: center;
	width: 100%;
}

body > div.topvisual div.bx-controls > div.bx-pager > div.bx-pager-item {
	margin: 0 4px;
	display: inline-block;
}

body > div.topvisual div.bx-controls > div.bx-pager > div.bx-pager-item > a.bx-pager-link {
	border: solid 2px rgba(255,255,255,1.00);
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	box-sizing: border-box;
}

body > div.topvisual div.bx-controls > div.bx-pager > div.bx-pager-item > a.bx-pager-link.active {
	background-color: rgba(255,255,255,1.00);
}

body > div.topbanner {
	background-color: rgba(0,0,0,0.02);
	&>ul {
		max-width: 1000px;
		margin-inline: auto;
		padding: 50px 0 0;
		@media screen and (max-width: 1000px) {
			padding-top: 8vw;
		}
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		@media screen and (max-width: 1000px) {
			grid-template-columns: 1fr;
			padding: 4vw 4vw 0;
		}
		&>li {
			& img {
				width: 100%;
				height: auto;
			}
			&.one {
				& img {
					&.sp {
						display: none;	
					}
					@media screen and (max-width: 1000px) {
						&.pc {
							display: none;
						}
						&.sp {
							display: inline-block;	
						}
					}
				}
			}
		}
	}
}

section.info > h2,
section.event > h2,
section.product-topics > h2,
section.campaign > h2 {
	margin: 0 auto 30px;
	padding-top: 35px;
	width: 1000px;
	color: rgba(56,97,163,1.00);
	font-weight: bold;
	font-size: 186.7%;
	text-align: center;
}

section.info > h2::after,
section.event > h2::after,
section.product-topics > h2::after,
section.campaign > h2::after {
	padding-top: 3px;
	content: "What’s New";
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: rgba(118,118,118,1.00);
	font-size: 42.9%;
}

section.info > div.body,
section.event > div.body,
section.product-topics > div.body,
section.campaign > div.body {
	margin: 0 auto;
	width: 1000px;
}

section.info {
	padding: 40px 0 50px;
	background-color: rgba(0,0,0,0.02);
	@media screen and (max-width: 1000px) {
		padding-top: 8vw;
	}
	div.body {
		background-color: rgb(255, 255, 255);
		box-shadow: 0 0 17px 0 rgba(0,0,0,0.14);
		>ul.tab {
			margin: 0 0 40px;
			display: flex;
			@media screen and (max-width: 1000px) {
				margin-bottom: 6.667vw;
				padding: 0;
			}
			>li {
				margin: 0;
				width: 25%;
				height: 60px;
				text-align: center;
				font-weight: bold;
				display: grid;
				place-items: center;
				&:not(:last-child) {
					border-right: solid 1px #DEE2E6;
				}
				&.active {
					border-top: solid 4px #3861A3;
				}
				@media (hover: hover) {
					&:hover {
						border-top: solid 4px #3861A3;
						cursor: pointer;
					}
				}
				@media screen and (max-width: 1000px) {
					font-size: 3.467vw;
					height: 13.333vw;
				}
			}
		}
		>div {
			padding: 0 50px 50px;
			@media screen and (max-width: 1000px) {
				padding: 0 4vw 4vw;
			}
			&:not(#news) {
				display: none;
			}
			>ul {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 40px;
				@media screen and (max-width: 1000px) {
					grid-template-columns: repeat(2, 1fr);
					gap: 5.333vw;
				}
				>li {
					a {
						text-decoration: none;
					}
					p.thumb {
						margin-bottom: 8px;
						aspect-ratio: 55/34;
						width: 100%;
						height: auto;
						overflow: hidden;
						>img {
							width: 100%;
							object-fit: cover;
							@media screen and (max-width: 1000px) {
								height: auto;
							}
						}
						&.nothumb {
							background-color: rgba(247,248,248,1.00);
							display: grid;
							place-items: center;
							>img {
								width: 80%;
							}
						}
					}
					dl {
						color: rgba(51,51,51,1.00);
						>dt {
							span.cat {
								margin-right: 6px;
								display: inline-block;
								font-size: 13px;
								color: rgb(255, 255, 255);
								background-color: rgba(4,31,55,1.00);
								line-height: 1;
								padding: 4px 5px;
								&.campaign {
									background-color: #669A5F;
								}
								&.product_topics {
									background-color: #33A08C;
								}
								&.event {
									background-color: #9A2525;
								}
								@media screen and (max-width: 1000px) {
									font-size: 3.2vw;
								}
							}
							span.date {
								font-weight: bold;
								color: #929292;
								font-size: 13px;
								@media screen and (max-width: 1000px) {
									font-size: 2.933vw;
								}
							}
						}
						>dd {
							margin-top: 5px;
							font-weight: bold;
							font-size: 15px;
							line-height: 1.6;
							word-break: break-all; 
							@media screen and (max-width: 1000px) {
								font-size: 3.7333vw;
							}
						}
					}
				}
			}
			p.more {
				margin-top: 40px;
				text-align: center;
				>a {
					padding: 16px 40px;
					border-radius: 9999px;
					display: inline-block;
					border: solid 2px #3861A3;
					color: #3861A3;
					font-size: 16px;
					font-weight: bold;
					text-decoration: none;
					background-image: url("../images/top/new/arrow-b.svg");
					background-repeat: no-repeat;
					background-position: right 15px center;
				}
			}
		}
	}
}

body > div.banner {
	background-color: rgba(0,0,0,0.02);
	& ul {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 1000px;
	@media screen and (max-width: 1000px) {
		margin-bottom: 8vw;
		padding: 0 4vw;
		width: 100%;
		box-sizing: border-box;
	}
		& li {
			& img {
				width: 100%;
				height: auto;
			}
		}
	}
}

section.info > div.body > ul {
	margin-left: 12px;
}

section.info > div.body > ul > li {
	margin-right: 10px;
	margin-bottom: 15px;
	width: 480px;
	height: 160px;
	box-sizing: border-box;
	display: inline-block;
}

section.info > div.body > ul > li:nth-child(2n) {
	margin-right: 0;
}

section.info > div.body > ul > li > a {
	padding: 15px;
	display: block;
	border: solid 1px rgba(236,236,251,1.00);
	text-decoration: none;
}

section.info > div.body > ul > li > a:hover {
	opacity: 0.8;
}

section.info > div.body > ul > li > a > p.thumb {
	margin-right: 10px;
	border: solid 1px rgba(235,237,237,1.00);
	display: inline-block;
	width: 126px;
	height: 126px;
	background-color: rgba(247,248,248,1.00);
	position: relative;
	vertical-align: top;
}

section.info > div.body > ul > li > a > p.thumb > img {
	width: 100%;
	vertical-align: top;
}

section.info > div.body > ul > li > a > p.nothumb > img {
	margin-top: -9px;
	margin-left: -50px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
}

section.info > div.body > ul > li > a > dl {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

section.info > div.body > ul > li > a > dl > dt:first-child {
	margin-bottom: 4px;
}

section.info > div.body > ul > li > a > dl > dt:first-child > span.date {
	color: rgba(44,67,87,1.00);
}

section.info > div.body > ul > li > a > dl > dt:first-child > span.cat {
	margin-left: 8px;
	padding: 3px 8px;
	display: inline-block;
	font-size: 93.3%;
	color: rgba(255,255,255,1.00);
	background-color: rgba(4,31,55,1.00);
}

section.info > div.body > ul > li > a > dl > dt:first-child > span.cat.product_topics {
	background-color: rgba(51,160,140,1.00);
}

section.info > div.body > ul > li > a > dl > dt:first-child > span.cat.event {
	background-color: rgba(154,37,37,1.00);
}

section.info > div.body > ul > li > a > dl > dt:first-child > span.cat.campaign {
	background-color: rgba(102,154,95,1.00);
}

section.info > div.body > ul > li > a > dl > dt:nth-child(2) {
	margin-bottom: 7px;
	color: rgba(4,31,55,1.00);
	font-weight: bold;
	line-height: 1.4;
}

section.info > div.body > ul > li > a > dl > dd {
	margin-left: 3px;
	color: rgba(51,51,51,1.00);
	line-height: 1.3;
	font-size: 93.3%;
}

section.info > div.body > p.more,
section.product-topics > div.body > p.more,
section.campaign > div.body > p.more,
section.event > div.body > p.more {
	margin: 15px 0 30px;
	text-align: center;
}

section.info > div.body > p.more > a,
section.product-topics > div.body > p.more > a,
section.campaign > div.body > p.more > a,
section.event > div.body > p.more > a {
	padding: 15px 0;
	border: solid 1px rgba(56,97,163,1.00);
	display: inline-block;
	position: relative;
	width: 400px;
	color: rgba(56,97,163,1.00);
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}

section.info > div.body > p.more > a::after,
section.product-topics > div.body > p.more > a::after,
section.campaign > div.body > p.more > a::after,
section.event > div.body > p.more > a::after {
	margin-top: -6px;
	content: "";
	border-right: solid 1px rgba(56,97,163,1.00);
	border-bottom: solid 1px rgba(56,97,163,1.00);
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

section.info > div.body > p.more > a:hover,
section.campaign > div.body > p.more a:hover,
section.event > div.body > p.more a:hover {
	color: rgba(255,255,255,1.00);
	background-color: rgba(56,97,163,1.00);
}

section.info > div.body > p.more > a:hover::after,
section.campaign > div.body > p.more > a:hover::after,
section.event > div.body > p.more > a:hover::after {
	border-color: rgba(255,255,255,1.00);
}

section.event {
	border-top: solid 1px rgba(243,244,245,1.00);
	background-color: rgba(252,252,253,1.00);
}

section.event > h2::after {
	content: "Event Information";
}

section.event > div.body {
	padding-bottom: 20px;
}

section.event > div.body > ul > li {
	margin: 0 auto 25px;
	padding: 10px;
	border-left: solid 5px rgba(56,97,163,1.00);
	width: 960px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 2px 2px 0 0 rgba(40,40,40,0.12);
	box-sizing: border-box;
}

section.event > div.body > ul > li a {
	text-decoration: none;
}

section.event > div.body > ul > li > p.thumb {
	margin-right: 20px;
	border: solid 1px rgba(235,237,237,1.00);
	display: inline-block;
	width: 180px;
	height: 180px;
	background-color: rgba(247,248,248,1.00);
	position: relative;
	vertical-align: top;
}

section.event > div.body > ul > li > p.thumb > img {
	width: 100%;
	vertical-align: top;
}

section.event > div.body > ul > li > p.nothumb > img {
	margin-top: -9px;
	margin-left: -80px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160px;
}

section.event > div.body > ul > li > dl {
	padding-top: 10px;
	width: 700px;
	display: inline-block;
	vertical-align: top;
}

section.event > div.body > ul > li > dl > dt > a {
	line-height: 1.3;
	color: rgba(4,31,55,1.00);
	font-size: 120%;
	font-weight: bold;
}

section.event > div.body > ul > li > dl > dt > span {
	margin-top: 4px;
	margin-left: 4px;
	display: block;
	color: rgba(87,105,121,1.00);
	font-size: 77.8%;
}

section.event > div.body > ul > li > dl > dd {
	margin-top: 20px;
	margin-left: 15px;
}

section.event > div.body > ul > li > dl > dd > dl > dt {
	margin-bottom: 4px;
	color: rgba(13,100,179,1.00);
	display: inline-block;
	vertical-align: top;
	line-height: 1.3;
}

section.event > div.body > ul > li > dl > dd > dl > dt::after {
	content: " : "
}

section.event > div.body > ul > li > dl > dd > dl > dd {
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: top;
	color: rgba(108,114,125,1.00);
	line-height: 1.3;
}

section.event > div.body > ul > li > dl > dd > dl > dd > p {
	margin-bottom: 0.7em;
	line-height: 1.3;
}

section.event > div.body > ul > li > dl > dd > dl > dd a {
	color: rgba(56,97,163,1.00);
	text-decoration: underline;
}

section.product-topics {
	padding-bottom: 30px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(56,97,163,1.00);
	background-image: url(../images/top/product-topics/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

section.product-topics > h2 {
	color: rgba(255,255,255,1.00);
}

section.product-topics > h2::after {
	content: "Product Information";
	color: rgba(255,255,255,0.50);
}

section.product-topics > div.body > div.search {
	padding: 25px;
	background-color: rgba(242,244,245,0.10);
}

section.product-topics > div.body > div.search > div.search-box > form {
	padding: 3px 30px 3px 10px;
	display: inline-block;
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	height: 28px;
	position: relative;
}

section.product-topics > div.body > div.search > div.search-box > form > input[type="text"] {
	border: 0;
	padding: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	vertical-align: top;
}

section.product-topics > div.body > div.search > div.search-box > form > input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	position: absolute;
	top: 3px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/common/header/nav-search-icon.png);
	background-size: 20px;
	background-repeat: no-repeat;
	vertical-align: top;
	cursor: pointer;
}

section.product-topics > div.body > div.search > dl {
	margin-top: 20px;
}

section.product-topics > div.body > div.search > dl > dt {
	margin-bottom: 15px;
	font-weight: bold;
}

section.product-topics > div.body > div.search > dl.keyword > dd > ul {
	margin-left: 5px;
}

section.product-topics > div.body > div.search > dl.keyword > dd > ul > li {
	margin-right: 10px;
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
}

section.product-topics > div.body > div.search > dl.keyword > dd > ul > li > a {
	padding: 6px 17px 6px 6px;
	display: inline-block;
	color: rgba(4,31,55,1.00);
	background-color: rgba(255,255,255,1.00);
	box-shadow: 2px 2px 0 0 rgba(4,31,55,1.00);
	text-decoration: none;
	font-size: 93.3%;
	position: relative;
}

section.product-topics > div.body > div.search > dl.keyword > dd > ul > li > a:hover {
	opacity: 0.9;
}

section.product-topics > div.body > div.search > dl.keyword > dd > ul > li > a::after {
	content: "";
	display: inline-block;
	border-right: solid 1px rgba(4,31,55,1.00);
	border-top: solid 1px rgba(4,31,55,1.00);
	width: 5px;
	height: 5px;
	position: absolute;
	right: 7px;
	top: 9px;
	transform: rotate(45deg);
}

section.product-topics > div.body > div.search > dl.category > dd > ul {
	margin-left: 20px;
}

section.product-topics > div.body > div.search > dl.category > dd > ul > li {
	margin-right: 30px;
	padding-left: 10px;
	display: inline-block;
	background-image: url(../images/common/other/marker-w1.png);
	background-size: 4px 8px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	vertical-align: top;
}

section.product-topics > div.body > div.search > dl.category > dd > ul > li > a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

section.product-topics > div.body > div.search > dl.category > dd > ul > li > a:hover {
	text-decoration: underline;
}

section.product-topics > div.body > div.pickup > h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 16px;
	font-size: 160%;
	position: relative;
}

section.product-topics > div.body > div.pickup > h3::before {
	margin-top: -1px;
	content: "";
	display: block;
	width: 11px;
	height: 3px;
	background-color: rgba(255,255,255,1.00);
	position: absolute;
	top: 50%;
	left: 0;
}

section.product-topics > div.body > div.pickup > ul > li {
	margin-right: 20px;
	margin-bottom: 25px;
	display: inline-block;
	background-color: rgba(242,244,245,1.00);
	width: 230px;
	height: 260px;
	vertical-align: top;
}

section.product-topics > div.body > div.pickup > ul > li:nth-child(4n) {
	margin-right: 0;
}

section.product-topics > div.body > div.pickup > ul > li > a {
	display: inline-block;
	width: 230px;
	height: 260px;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

section.product-topics > div.body > div.pickup > ul > li > a:hover {
	opacity: 0.7;
}

section.product-topics > div.body > div.pickup > ul > li > a > p.thumb {
	width: 230px;
	height: 140px;
	overflow: hidden;
	background-color: rgba(255,255,255,1.0);
}

section.product-topics > div.body > div.pickup > ul > li > a > p.category {
	padding: 5px;
	position: absolute;
	display: inline-block;
	top: 5px;
	right: 5px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(13,100,179,1.00);
	font-size: 80%;
	z-index: 10;
}

section.product-topics > div.body > div.pickup > ul > li > a > p.category.cc {
	background-color: rgba(235,139,33,1.00);
}

section.product-topics > div.body > div.pickup > ul > li > a > p.category.oi {
	background-color: rgba(76,179,13,1.00);
}

section.product-topics > div.body > div.pickup > ul > li > a > p.category.tm {
	background-color: rgba(13,179,160,1.00);
}

section.product-topics > div.body > div.pickup > ul > li > a > p.thumb > img {
	width: 100%;
}

section.product-topics > div.body > div.pickup > ul > li > a > p.thumb.nothumb {
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	position: relative;
}

section.product-topics > div.body > div.pickup > ul > li > a > p.thumb.nothumb > img {
	margin-top: -15px;
	margin-left: -92px;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
}

section.product-topics > div.body > div.pickup > ul > li > a > dl {
	padding: 10px;
}

section.product-topics > div.body > div.pickup > ul > li > a > dl > dt {
	margin-bottom: 8px;
	color: rgba(4,31,55,1.00);
	font-weight: bold;
	line-height: 1.3;
}

section.product-topics > div.body > div.pickup > ul > li > a > dl > dd {
	color: rgba(4,31,55,0.73);
	font-size: 86.7%;
	line-height: 1.3;
}

section.product-topics > div.body > p.more {
	margin-bottom: 10px;
}

section.product-topics > div.body > p.more > a {
	border: solid 1px rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
}

section.product-topics > div.body > p.more > a::after {
	border-right: solid 1px rgba(255,255,255,1.00);
	border-bottom: solid 1px rgba(255,255,255,1.00);
}

section.product-topics > div.body > p.more > a:hover {
	color: rgba(56,97,163,1.00);
	background-color: rgba(255,255,255,1.00);
}

section.product-topics > div.body > p.more > a:hover::after {
	border-color: rgba(56,97,163,1.00);
}

section.campaign {
	padding-bottom: 30px;
	background-color: rgba(241,241,245,1.00);
}

section.campaign > h2::after {
	content: "Campaign Information";
}

section.campaign > div.body > div.wrapper {
	max-height: 570px;
	overflow: auto;
}

section.campaign > div.body ul {
	padding-right: 15px;
}

section.campaign > div.body ul > li {
	padding: 15px;
	border-bottom: dotted 1px rgba(4,31,55,0.20);
	
}

section.campaign > div.body ul > li > a {
	padding-left: 180px;
	text-decoration: none;
	position: relative;
	display: block;
	min-height: 160px;
}

section.campaign > div.body ul > li > a > p.thumb {
	margin-top: -80px;
	border: solid 1px rgba(235,237,237,1.00);
	display: inline-block;
	width: 160px;
	height: 160px;
	background-color: rgba(247,248,248,1.00);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

section.campaign > div.body ul > li > a > p.thumb > img {
	width: 100%;
	vertical-align: top;
}

section.campaign > div.body ul > li > a > p.nothumb > img {
	margin-top: -12px;
	margin-left: -72px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
}

section.campaign > div.body ul > li > a > dl {
	box-sizing: border-box;
}

section.campaign > div.body ul > li > a > dl > dt {
	margin-bottom: 6px;
	color: rgba(56,97,163,1.00);
	line-height: 1.4;
	font-size: 120%;
	font-weight: bold;
}
section.campaign > div.body ul > li > a > dl > dd.date {
	margin-bottom: 8px;
	color: rgba(108,114,125,1.00);
	font-weight: bold;
}

section.campaign > div.body ul > li > a > dl > dd.date > span {
	margin-right: 10px;
	padding: 7px 14px;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	background-color: rgba(102,154,95,1.00);
	font-size: 80%;
}

section.campaign > div.body ul > li > a > dl > dd.excerpt {
	padding-left: 5px;
}

section.campaign > div.body ul > li > a > dl > dd.excerpt > p {
	color: rgba(108,114,125,1.00);
	line-height: 1.5;
	font-size: 93.3%;
}

section.campaign > div.body > p.more {
	margin-top: 30px;
	margin-bottom: 10px;
}

section.campaign div.jspVerticalBar {
	width: 8px;
}

section.campaign div.jspVerticalBar > div.jspTrack {
	background-color: rgba(221,221,221,1.00);
}

section.campaign div.jspVerticalBar > div.jspTrack > div.jspDrag {
	background-color: rgba(56,97,163,1.00);
}

section.recruit > div.body {
	margin: 0 auto;
	padding: 50px 0 50px 360px;
	background-image: url(../images/top/recruit/image.jpg);
	background-repeat: no-repeat;
	background-position: 0 50px;
	width: 1000px;
	min-height: 200px;
	box-sizing: border-box;
}

section.recruit > div.body > h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(87,160,146,1.00);
	font-size: 160%;
	font-weight: bold;
}

section.recruit > div.body > p {
	margin-left: 5px;
	line-height: 1.7;
}

section.recruit > div.body > p.more {
	text-align: right;
}

section.recruit > div.body > p.more > a {
	padding-left: 15px;
	display: inline-block;
	color: rgba(51,51,51,1.00);
	background-image: url(../images/common/other/marker-g1.png);
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: 0 3px;
	text-decoration: none;
}

section.recruit > div.body > ul {
	margin-top: 15px;
	text-align: center;
}

section.recruit > div.body > ul > li {
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

section.recruit > div.body > ul > li:last-child {
	margin-right: 0;
}

section.recruit > div.body > ul > li > a {
	padding: 13px 40px;
	border: solid 2px rgba(87,160,146,1.00);
	display: inline-block;
	color: rgba(87,160,146,1.00);
	text-decoration: none;
	font-weight: bold;
	position: relative;
	text-align: left;
}

section.recruit > div.body > ul > li > a::after {
	margin-top: -4px;
	border-right: solid 2px rgba(87,160,146,1.00);
	border-bottom: solid 2px rgba(87,160,146,1.00);
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 1000px) {
	body > div.topvisual ul > li dl > dt {
		margin-top: -20px;
		top: 50%;
		left: 10%;
		font-size: 133.3%;
	}
	
	body > div.topvisual ul > li dl > dd > img {
		min-width: 0;
	}
	
	body > div.topvisual ul > li dl > dd::before {
		min-width: 0;
	}
	
	body > div.topbanner > div ul {
		padding: 0 25px;
		width: 100%;
		box-sizing: border-box;
	}
	
	section.info > h2,
	section.event > h2,
	section.product-topics > h2,
	section.campaign > h2 {
		margin: 0 auto 20px;
		padding-top: 25px;
		font-size: 120%;
	}

	section.info > h2,
	section.info > h2::after,
	section.event > h2,
	section.event > h2::after,
	section.product-topics > h2,
	section.product-topics > h2::after,
	section.campaign > h2,
	section.campaign > h2::after {
		width: 100%;
	}

	section.info > div.body,
	section.event > div.body,
	section.product-topics > div.body,
	section.campaign > div.body {
		width: 100%;
	}
	
	section.info > div.body > ul > li > a:hover {
		opacity: 1;
	}
	
	section.info > div.body > ul {
		margin-left: 0;
		padding: 0 10px;
	}

	section.info > div.body > ul > li {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
		height: auto;
	}
	
	section.info > div.body > ul > li > a > p.thumb {
		margin-right: 10px;
		width: 63px;
		height: 63px;
		position: relative;
	}

	section.info > div.body > ul > li > a > p.nothumb > img {
		margin-top: -4px;
		margin-left: -25px;
		width: 50px;
	}
	
	section.info > div.body > ul > li > a > dl {
		width: 70%;
	}
	
	section.info > div.body > ul > li > a > dl > dt:first-child > span.date {
		font-size: 80%;
	}

	section.info > div.body > ul > li > a > dl > dt:first-child > span.cat {
		font-size: 80%;
	}
	
	section.info > div.body > ul > li > a > dl > dt:nth-child(2) {
		font-size: 93.3%;
	}
	
	section.info > div.body > ul > li > a > dl > dd {
		font-size: 73.3%;
	}
	
	section.info > div.body > p.more > a,
	section.product-topics > div.body > p.more > a,
	section.campaign > div.body > p.more > a{
		padding-right: 35px;
		padding-left: 20px;
		width: auto;
	}
	
	section.event > div.body {
		padding-bottom: 20px;
	}
	
	section.event > div.body > ul {
		padding: 0 15px;
	}

	section.event > div.body > ul > li {
		margin: 0 0 25px;
		padding: 10px;
		border-left: solid 5px rgba(56,97,163,1.00);
		position: relative;
		width: 100%;
		background-color: rgba(255,255,255,1.00);
		box-shadow: 2px 2px 0 0 rgba(40,40,40,0.12);
		box-sizing: border-box;
	}

	section.event > div.body > ul > li a {
		text-decoration: none;
	}

	section.event > div.body > ul > li > p.thumb {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 90px;
		height: 90px;
	}

	section.event > div.body > ul > li > p.thumb > a > img {
		width: 100%;
	}

	section.event > div.body > ul > li > p.nothumb > a > img {
		margin-top: -5px;
		margin-left: -40px;
		width: 80px;
	}

	section.event > div.body > ul > li > dl {
		margin-left: 105px;
		padding-top: 0;
		width: auto;
	}

	section.event > div.body > ul > li > dl > dt > a {
		font-size: 93.3%;
	}

	section.event > div.body > ul > li > dl > dt > span {
		line-height: 1.3;
		font-size: 77.8%;
	}

	section.event > div.body > ul > li > dl > dd {
		margin-top: 10px;
		margin-left: 5px;
		font-size: 73.3%;
	}

	section.event > div.body > ul > li > dl > dd > dl {
		display: none;
	}
	
	section.event > div.body > ul > li > dl > dd > dl.date {
		display: block;
	}
	
	section.product-topics > div.body {
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	section.product-topics > div.body > div.search {
		padding: 15px;
	}
	
	section.product-topics > div.body > div.search > dl.keyword > dd > ul > li {
		margin-bottom: 9px;
		font-size: 80%;
	}
	
	section.product-topics > div.body > div.search > dl.category > dd > ul {
		margin-left: 7px;
	}
	
	section.product-topics > div.body > div.search > dl.category > dd > ul > li {
		margin-bottom: 9px;
		font-size: 80%;
	}
	
	section.product-topics > div.body > div.pickup > h3 {
		margin-top: 15px;
		margin-bottom: 10px;
		padding-left: 16px;
		font-size: 100%;
		font-weight: bold;
	}
	
	section.product-topics > div.body > div.pickup > ul > li {
		margin-right: 0;
		margin-bottom: 15px;
		display: block;
		background-color: rgba(242,244,245,1.00);
		width: auto;
		height: auto;
		overflow: hidden;
	}

	section.product-topics > div.body > div.pickup > ul > li:nth-child(4n) {
		margin-right: 0;
	}

	section.product-topics > div.body > div.pickup > ul > li > a {
		width: auto;
		height: auto;
		position: relative;
	}

	section.product-topics > div.body > div.pickup > ul > li > a:hover {
		opacity: 1.0;
	}
	
	section.product-topics > div.body > div.pickup > ul > li > a > p.category {
		padding: 5px;
		top: 0;
		right: auto;
		left: 0;
		font-size: 67%;
	}
	
	section.product-topics > div.body > div.pickup > ul > li > a > p.thumb {
		position: absolute;
		top: 0;
		left: 0;
		width: 115px;
		height: 90px;
		overflow: hidden;
		display: inline-block;
	}
	
	section.product-topics > div.body > div.pickup > ul > li > a > p.thumb > img {
		width: auto;
		height: 90px;
	}
	
	section.product-topics > div.body > div.pickup > ul > li > a > p.thumb.nothumb {
		background-color: rgba(255,255,255,1.00);
		text-align: center;
		position: absolute;
	}

	section.product-topics > div.body > div.pickup > ul > li > a > p.thumb.nothumb > img {
		margin-top: -5px;
		margin-left: -46px;
		height: auto;
	}
	
	section.product-topics > div.body > div.pickup > ul > li > a > dl {
		margin-left: 120px;
	}
	
	section.product-topics > div.body > div.pickup > ul > li > a > dl > dt {
		margin-bottom: 5px;
		font-size: 80%;
	}
	
	section.product-topics > div.body > div.pickup > ul > li > a > dl > dd {
		font-size: 73.3%;
	}
	
	section.campaign > div.body {
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	section.campaign > div.body ul {
		padding-right: 10px;
	}
	
	section.campaign > div.body ul > li {
		padding: 10px;
	}
	
	section.campaign > div.body ul > li > a {
		padding-left: 0;
		text-decoration: none;
		position: relative;
		display: block;
		min-height: 80px;
	}

	section.campaign > div.body ul > li > a > p.thumb {
		margin-top: 0;
		display: inline-block;
		width: 80px;
		height: 80px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section.campaign > div.body ul > li > a > p.thumb > img {
		width: 100%;
	}
	
	section.campaign > div.body ul > li > a > p.thumb.nothumb > img {
		margin-top: -5px;
		margin-left: -32px;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
	}

	section.campaign > div.body ul > li > a > dl {
		box-sizing: border-box;
	}

	section.campaign > div.body ul > li > a > dl > dt {
		padding-left: 90px;
		min-height: 80px;
		font-size: 86.7%;
	}
	section.campaign > div.body ul > li > a > dl > dd.date {
		font-size: 67%;
	}

	section.campaign > div.body ul > li > a > dl > dd.date > span {
		margin-right: 5px;
		padding: 5px;
		display: inline-block;
		font-size: 90%;
	}

	section.campaign > div.body ul > li > a > dl > dd.excerpt {
		padding-left: 5px;
	}

	section.campaign > div.body ul > li > a > dl > dd.excerpt > p {
		line-height: 1.3;
		font-size: 73.3%;
	}
	
	section.recruit > div.body {
		padding: 20px 15px;
		background-image: none;
		width: 100%;
		min-height: 0;
	}
	
	section.recruit > div.body > h2 {
		margin-top: 0;
		margin-bottom: 10px;
		color: rgba(87,160,146,1.00);
		font-size: 106.7%;
		font-weight: bold;
	}

	section.recruit > div.body > p {
		margin-left: 5px;
		line-height: 1.7;
		font-size: 86.7%;
	}

	section.recruit > div.body > p.more {
		text-align: right;
	}

	section.recruit > div.body > p.more > a {
		padding-left: 15px;
		display: inline-block;
		color: rgba(51,51,51,1.00);
		background-image: url(../images/common/other/marker-g1.png);
		background-repeat: no-repeat;
		background-size: 10px 8px;
		background-position: 0 3px;
		text-decoration: none;
	}

	section.recruit > div.body > ul {
		margin-top: 15px;
		text-align: center;
	}

	section.recruit > div.body > ul > li {
		margin-right: 0;
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: top;
	}

	section.recruit > div.body > ul > li:nth-child(1) {
		margin-right: 10px;
	}
	
	section.recruit > div.body > ul > li:last-child {
		margin-bottom: 0;
	}

	section.recruit > div.body > ul > li > a {
		padding: 13px 25px 13px 13px;
		border: solid 2px rgba(87,160,146,1.00);
		display: inline-block;
		color: rgba(87,160,146,1.00);
		text-decoration: none;
		font-weight: bold;
		position: relative;
		text-align: left;
		font-size: 80%;
	}
}