@charset "UTF-8";
/* --------------------------------------------------
 * global-header
 * global-navigation
 * global-footer
-------------------------------------------------- */
/*  base.cssが読み込まれていること */
.global-common {}
.global-common * {
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
	.global-common .btn {
		border-radius: 4px;
		display: block;
		font-size: 13px;
		padding: 1em 0;
		text-align: center;
	}
	.global-common .btn.btn-fill {
		background: #ff0000;
		color: #FFF;
	}
	.global-common .btn.btn-line {
		border: 1px solid #212121;
		color: #212121;
	}
	.global-common .icon-arrow {
		display: inline-block;
		position: relative;
	}
		.global-common .icon-arrow:after {
			content: "";
			background: url(../images/global/icon_arrow_bk.png) no-repeat 50% 50%;
			background-size: contain;
			position: absolute;
			right: 15px;
			top: 50%;
			margin-top: -3px;
			width: 5px;
			height: 7px;
		}
		.global-common .icon-arrow.icon-white:after {
			background-image: url(../images/global/icon_arrow_wh.png);
		}
	.global-common .btn.icon-arrow {
		padding-right: .5em;
	}
	.global-common .icon {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.global-common .icon-beginner { background-image: url(../images/global/icon_hd_beginner.png); }
	.global-common .icon-guide { background-image: url(../images/global/icon_hd_guide.png); }
	.global-common .icon-faq { background-image: url(../images/global/icon_hd_faq.png); }
	.global-common .icon-history { background-image: url(../images/global/icon_hd_history.png); }
	.global-common .icon-favorite { background-image: url(../images/global/icon_hd_favorite.png); }
	.global-common .icon-shop { background-image: url(../images/global/icon_hd_shop.png); }
	.global-common .icon-login { background-image: url(../images/global/icon_hd_mypage.png); }
	.global-common .icon-order { background-image: url(../images/global/icon_hd_order.png); }
	.global-common .icon-cart { background-image: url(../images/global/icon_hd_cart.png); }
	.global-common .icon-contact { background-image: url(../images/global/icon_contact.png); }
	.global-common .icon-logout { background-image: url(../images/global/icon_logout.png); }
	.global-common .icon-fb { background-image: url(../images/global/icon_ft_facebook.png); }
	.global-common .icon-tw { background-image: url(../images/global/icon_ft_twitter.png); }
	.global-common .icon-line { background-image: url(../images/global/icon_ft_line.png); }

/* campaign
-------------------------------------------------- */
.banner-campaign_top {
	display: block;
	text-align: center;
}

/* header 
-------------------------------------------------- */
.global-header_wrap {
	/*background: url(../images/global/bg_hd_winter.jpg) no-repeat 50% 0;*/
	background: url(/images/bg_header.jpg?v=1) no-repeat 50% 0;;
	-webkit-background-size: cover;
	background-size: cover;
}

.global-header-only-icon {
	border-top: 5px;
	line-height: 1;
	text-align: center;
}
	.global-header-only-icon .inner {
		margin: 0 auto;
		padding: 8px 40px 7px;
		position: relative;
		text-align: left;
		width: 1180px;
	}

.global-header {
	/*border-top: 5px solid #ff7315cf;*/
	line-height: 1;
	margin-bottom: 25px;
	text-align: center;
}
	.global-header a {
		color: #212121;
	}
	.global-header .inner {
		margin: 0 auto;
		padding: 15px 40px 0;
		position: relative;
		text-align: left;
		width: 1180px;
	}
.global-header_title {
	float: left;
}
.global-header_summary {
	font-size: 12px;
	margin-top: .75em;
	margin-left: 25px;
}
.global-header_links {
	float: right;
	font-size: 13px;
}
	.global-header_links li {
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
	}
	.global-header_links a {
		display: block;
	}
	.global-header_links a.btn {
		background: #F5F3E8;
		border-radius: 4px;
		padding: .5em 1em;
	}
	.global-header_links .icon {
		margin-right: 5px;
		width: 17px;
		height: 17px;
	}
.global-header_logo {
	margin-top: 5px;
}
.global-header_search {
	position: absolute;
	bottom: 0;
	left: 200px;
	width: 572px;
}
	.global-header_search form,
	.global-header_search #searchItems > select,
	.global-header_search #searchItems > input {
		float: left;
	}
	.global-header_search form select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 130px;
		margin: 0;
		border: 0;
		outline: none;
		padding: 10px 10px 10px 10px;
		background: #F6F6F6 url(../images/global/icon_down_m.png) no-repeat 92% 50%;
		border: 1px solid #DDD;
		border-right: solid 1px #dedede;
		border-radius: 3px 0 0 3px;
		font-size: 13px;
		height: 42px;
		line-height: 1;
	}
	.global-header_search form select::-ms-expand {
	  display: none;
	}
	.global-header_search input {
		height: 42px;
	}
	#textfield {
		width: 272px;
		margin: 0;
		padding: 14px 0 14px 20px;
		border: 1px solid #dedede;
		border-width: 1px 0;
		font-size: 13px;
		line-height: 1;
		height: 42px;
	}
	#textfield:-webkit-input-placeholder { color: #222; }
	#textfield:-moz-placeholder  {color: #222; }
	#textfield:-ms-input-placeholder { color: #222; }
	#speedsearch {
		border-radius: 0 3px 3px 0;
	}
.tipsPnl .cdnTips {
	background: #FFF;
	border: none !important;
	position: absolute;
	z-index: 999;
	left: 130px;
	top: 40px;
	width: 457px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	display: none;
}
	.tipsPnl .cdnTips li {
		height: auto;
		padding: 1em;
	}
	.tipsPnl .cdnTips li:hover,
	.tipsPnl .cdnTips li.hover {
		background: #F0F6FC;
	}

.global-header_search__more {
	border: 1px solid #ff7315cf;
	border-radius: 3px;
	float: right;
	line-height: 42px;
	width: 120px;
	text-align: center;
}
	.global-header_search__more a {
		color: #ff7315cf;
	}
	.global-header_search__more a:before {
		content: url(../images/global/icon_arrow_more.png);
		margin-right: 5px;
	}

.global-header_functions {
	clear: right;
	float: right;
	margin-top: 20px;
	width: 330px;
}
	.global-header_functions .list-functions > li {
		float: left;
		width: 82px;
		position: relative;
		text-align: center;
	}
	.global-header_functions .icon {
		display: block;
		margin: 0 auto 10px;
		width: 28px;
		height: 28px;
	}
	.global-header_functions .icon.icon-shop { margin-bottom: 0; }
	.global-header_functions .list-functions > li > a {
		display: block;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.18;
	}
	.global-header .list-functions_account .label:after {
		content: url(../images/global/icon_down_s.png);
		margin-left: 5px;
	}
	/*.list-functions_account:hover .wrap-menu {
		display: block;
	}*/
	.global-header .list-functions_cart .num {
		background: #ED444E;
		color: #FFF;
		display: inline-block;
		border-radius: 100%;
		text-align: center;
		position: absolute;
		margin-right: -30px;
		right: 50%;
		top: 0;
		height: 20px;
		width: 20px;
		line-height: 20px;
	}
	.global-header .wrap-menu {
		background: #FFF;
		border-radius: 4px;
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
		position: absolute;
		width: 200px;
		top: 100%;
		left: 50%;
		margin-left: -100px;
		margin-top: 10px;
		z-index: 100;
		display: none;
		font-size: 14px;
	}
	.global-header .wrap-menu:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 50%;
		margin-left: -10px;
		margin-bottom: -1px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #162980 transparent;
	}
	.global-header .wrap-menu::after {
		content: "";
		display: block;
		width: 100%;
		height: 11px;
		position: absolute;
		bottom: 100%;
		left: 0;
	}
		.global-header .wrap-menu ul {
			padding: 20px;
			text-align: left;
		}
		.global-header .list-btn li + li { margin-top: 10px; }
		.global-header .wrap-menu .btn {
			border-radius: 4px;
			display: block;
			padding: 1em;
			text-align: center;
		}
		.global-header .wrap-menu .btn.btn-fill {
			background: #ff0000;
			color: #FFF;
		}
		.global-header .wrap-menu .btn.btn-line {
			border: 1px solid #FFF;
			color: #FFF;
		}
		.global-header .wrap-menu_primary {
			background: #162980;
			border-radius: 4px 4px 0 0;
		}
		.global-header .wrap-menu_secondary li+li {
			margin-top: 1.25em;
		}
	.global-header .wrap-menu_secondary a:before {
		content: url(../images/global/icon_arrow_bk.png);
		margin-right: 5px;
	}
	.global-header .wrap-menu.is-login {
		margin-left: -140px;
		width: 280px;
	}
		.global-header .wrap-menu .user-status_text {
			text-align: left;
			padding: 20px;
		}
		.global-header .wrap-menu .user-status_text,
		.global-header .wrap-menu .user-status_text a {
			color: #FFF;
			text-align: left;
		}
		.global-header .wrap-menu .user-status_text p + p {
			margin-top: 1em;
		}
.global-header .wrap-menu .user-status_text .suffix { font-size: 11px; }
.global-header .wrap-menu .user-status_text .user-name a { font-weight: bold; }
.global-header .wrap-menu .user-status_text .btn { margin-top: 2em; }
.global-header .wrap-menu .wrap-menu_logout {
	border-top: 1px solid #EDEDED;
	margin-right: -20px;
	margin-left: -20px;
	padding: 15px 20px 0;
	position: relative;
}

/* navigation
-------------------------------------------------- */
.global-navigation {
	padding-bottom: 20px;
	text-align: center;
}
.global-navigation_root {
	border-right: 1px solid #DDD;
	margin: 0 auto;
	text-align: left;
	width: 1100px;
	display: table;
	table-layout: fixed;
}
.global-navigation_root:after {
	display: none;
}
	.global-navigation_root > li {
		border-left: 1px solid #DDD;
/*		float: left;*/
		font-size: 14px;
		padding: 0 10px; 
		position: relative;
		display: table-cell;
	}
	.global-navigation_root.global-navigation_plus > li { font-size: 13px; }
		.global-navigation_root > li > span {
			display: block;
			margin: -5px 0;
		}
			.global-navigation_root > li > span a {
				color: #212121;
				display: block;
				padding: 4px 0;
				position: relative;
				text-align: center;
				text-decoration: none;
				white-space: nowrap;
				margin-right: -7px;
			}
			.global-navigation_root > li > span a:after {
				content: url(../images/global/icon_down_s.png);
				display: inline-block;
				margin-top: -8px;
				margin-left: 10px;
				vertical-align: middle;
				position: relative;
			}
		.global-navigation_root > li > span.current {
			border-bottom: 3px solid #162980;
		}
.global-navigation_root > li:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #162980 transparent;
	margin-top: 1px;	
	margin-left: -9px;
	display: none;
}
.global-navigation_root > li.is-active:after {
	display: block;
}
.global-navigation .wrap-category {
	display: none;
	padding-top: 10px;
	position: absolute;
	z-index: 100;	
}
.global-navigation .wrap-category_inner {
	background: #162980;
	border-radius: 4px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.global-navigation .wrap-category_inner:before {
/*	content: "";
	display: block;
	position: absolute;
	left: 50px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #162980 transparent;
	margin-bottom: -1px;*/
}
	.global-navigation .wrap-category_inner a {
		color: #FFF;
	}
	.global-navigation .wrap-category_inner li {
		margin-bottom: 5px;
	}
.wrap-category_main,
.wrap-category_sub {}
.wrap-category_main {
	padding: 25px 0 25px 40px;
	max-width: 100%;
}
.wrap-category_sub {
	background: #2D3E8C;
	border-radius: 0 4px 4px 0;
	color: #FFF;
	padding: 40px 30px;
	width: 225px;
}
.wrap-category_main .list-menu_parent {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 100%;
	min-height: 0;
	position: relative;
}
.wrap-category_main .list-menu_parent > li {
	margin-bottom: 25px;
	padding-right: 30px;
	width: 245px;
}
.wrap-category_main .list-menu_parent > li + li {}
.wrap-category_main .list-menu_parent > li > span {
	background: #FFF;
	color: #162980;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 15px;
}
.list-menu_arrow li {
	padding-left: 15px;
	text-indent: -15px;
}
.wrap-category_main .list-menu_arrow li {
	white-space: nowrap;
}
.wrap-category_main .list-menu_parent.list-menu_arrow li {
	margin-bottom: 0;
}
.list-menu_arrow li:before {
	display: inline-block;
	content: "";
	height: 15px;
	width: 15px;
	vertical-align: baseline;
	margin-right: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #FFF;
}
.link-category_top {
	margin-bottom: 15px;
}
	.link-category_top a {
		font-size: 16px;
		font-weight: bold;
		position: relative;
	}
	.link-category_top a:before {
		content: url(../images/global/icon_category_root.png);
		margin-right: 5px;
		margin-top: 3px;
		vertical-align: middle;
	}
.title-category_ranking {
	font-size: 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}
/* category */
.wrap-category_main .list-menu_parent.list-menu_arrow {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	height: 10em;
}
.wrap-category_main .list-menu_parent.list-menu_arrow li { width: 50%; }

.global-navigation_bk1 .wrap-category { width: 765px; }
.global-navigation_bk1 .wrap-category_inner:before { left: 2em; }
.global-navigation_bk1 .wrap-category_main { width: 540px; }
.global-navigation_bk2 .wrap-category { left: 20px; width: 650px; }
.global-navigation_bk2 .wrap-category_main { width: 414px; }
.global-navigation_bk2 .wrap-category_sub { width: 236px; }
.global-navigation_zs .wrap-category { width: 605px; }
.global-navigation_zs .wrap-category_inner:before { left: 40px; }
.global-navigation_zs .wrap-category_main { width: 380px; }
.global-navigation_zs .wrap-category_main .list-menu_parent.list-menu_arrow { height: 15em; }
.global-navigation_mm1 .wrap-category { width: 614px; left: 10px; }
.global-navigation_mm1 .wrap-category_inner:before { left: 2.5em; }
.global-navigation_mm1 .wrap-category_main .list-menu_parent { height: 15em; }
.global-navigation_mm1 .wrap-category_main { width: 389px; }
.global-navigation_mm2 .wrap-category { width: 614px; left: -40px; }
.global-navigation_mm2 .wrap-category_inner:before { left: 125px; }
.global-navigation_mm2 .wrap-category_main { width: 389px; }
	.global-navigation_mm2 .wrap-category_main .list-menu_parent { height: 13em; }
		.global-navigation_mm2 .wrap-category_main .list-menu_parent > li { width: 60%; }
		.global-navigation_mm2 .wrap-category_main .list-menu_parent > li:nth-chlid(n+6) { width: 40%; }
.global-navigation_select .wrap-category { width: 778px; left: -400px; }
.global-navigation_select .wrap-category_inner:before { left: 485px; }
.global-navigation_select .list-menu_parent { width: 768px !important; overflow: hidden; }
.global-navigation_cam .wrap-category { width: 1046px; left: -855px; }
.global-navigation_cam .wrap-category_inner:before { left: 935px; }
.global-navigation_cam .global-category_cam__present { width: 655px !important; }
.global-navigation_cam .global-category_cam__feature { width: 330px !important; }
.global-navigation_cam .list-menu_parent a .desc { color: #FFF; font-size: 12px; margin-top: .5em; } 
.global-navigation_cam .list-menu_parent ul li { float: left; width: 300px; margin-bottom: 10px; }
.global-navigation_cam .list-menu_parent ul li:nth-child(odd) { clear: left; margin-right: 25px; }

@media screen and (max-width: 1280px) {
  .global-navigation_mm2 .wrap-category { left: -140px; }
  .global-navigation_select .wrap-category { left: -500px; }
  .global-navigation_cam .wrap-category { left: auto; right: 0; }
}

/**/
.global-header_status {
/*	background: #ff7315cf;*/
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
/*	color: #FFF;*/
	margin: 0 0 10px;
	padding: 5px 0;
}
	.global-header_status .inner {
		margin: 0 auto;
		width: 1100px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.global-header_status a {
		color: #0088CC;
	}
	.global-header_status .status-user:before {
		content: url(../images/global/icon_status_user_gr.png);
		margin-right: 10px;
		vertical-align: middle;
	}
	.global-header_status .status-user .user-name {
		font-weight: bold;
	}
	.global-header_status .status-user a {
	}
	.global-header_status .status-point {
		white-space: nowrap;
	}

/* footer
-------------------------------------------------- */
.global-footer {
	background: #FAFAFA;
	border-top: 1px solid #EEE;
	position: relative;
	text-align: center;
}
.global-footer_totop {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 90px;
	height: 60px;
	width: 60px;
}
	.global-footer_totop a {
		border-radius: 4px;
		color: #FFF;
		display: inline-block;
		overflow: hidden;
	}
	.global-footer_totop.fixed {
		bottom: 20px;
		position: fixed;
	}
.global-footer_map {
	font-size: 13px;
	margin: 0 auto;
	padding: 35px 0;
	text-align: center;
	width: 1100px;
}
	.global-footer_map .link-map_about {
		margin-bottom: 1em;
	}
		.global-footer_map .link-map_about a {
			color: #ff7315cf;
			font-size: 18px;
			font-weight: bold;
		}
.global-footer_map .link-map_about a:before {
	content: url(../images/global/icon_arrow_circle_gr.png);
	margin-right: 5px;
}

		.global-footer_map .link-map_about span {
			color: #ff7315cf;
			font-size: 18px;
			font-weight: bold;
		}

		.global-footer_map .link-map_about span:before {
			content: url(../images/global/icon_arrow_circle_gr.png);
			margin-right: 5px;
		}

	.global-footer_map li {
		margin-top: .5em;
	}
.global-footer_map li:before {
	content: url(../images/global/icon_arrow_s.png);
	margin-right: 5px;
}
	.global-footer_map a {
		color: #212121;
	}
	.global-footer_map .wrap-map {
		display: table;
		width: 100%;
	}
		.global-footer_map .wrap-map .box {
			display: table-cell;
			width: 25%;
		}
	.global-footer_map .list-link_sns {
		font-size: 14px;
		font-weight: bold;
	}
.global-footer_map .list-link_sns li:before {
	content: "";
}
.global-footer_map .list-link_sns .icon {
	margin-right: 10px;
	height: 22px;
	width: 22px;
}
.global-footer_copyright {
	border-top: 5px solid #ff7315cf;
	color: #ff7315cf;
	font-size: 14px;
	padding: 22px 0;
}

/* global-navigation_root_no_children
-------------------------------------------------- */
.global-navigation_root_no_children {
	border-right: 1px solid #DDD;
	margin: 0 auto;
	text-align: left;
	width: 1100px;
	display: table;
	table-layout: fixed;
}

.global-navigation_root_no_children:after {
	display: none;
}
	.global-navigation_root_no_children > li {
		border-left: 1px solid #DDD;
/*		float: left;*/
		font-size: 14px;
		padding: 0 10px; 
		position: relative;
		display: table-cell;
	}
	.global-navigation_root_no_children.global-navigation_plus > li { font-size: 13px; }
		.global-navigation_root_no_children > li > span {
			display: block;
			margin: -5px 0;
		}
			.global-navigation_root_no_children > li > span a {
				color: #212121;
				display: block;
				padding: 4px 0;
				position: relative;
				text-align: center;
				text-decoration: none;
				white-space: nowrap;
				margin-right: -7px;
			}
			.global-navigation_root_no_children > li > span a:after {
				display: inline-block;
				margin-top: -8px;
				margin-left: 10px;
				vertical-align: middle;
				position: relative;
			}
		.global-navigation_root_no_children > li > span.current {
			border-bottom: 3px solid #162980;
		}
.global-navigation_root_no_children > li:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #162980 transparent;
	margin-top: 1px;	
	margin-left: -9px;
	display: none;
}
.global-navigation_root_no_children > li.is-active:after {
	display: block;
}
