/* CSS Document */

/*-------共通部分-------*/
body,
html {
	height: 100%;
}

body {
	min-width: 1200px;
	/*  padding-top: 60px;*/
}

#header > ul li a,
#stable_nav li a {
	-webkit-backface-visibility: hidden;
}

#alert ul li:after,
#news div ul:after,
#header:after {
	clear: both;
}

html {
	font-size: 62.5%;
	background: #0f0f0f;
}

html.ua-desktop {
	overflow-y: scroll;
}

body {
	font: 1rem '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

p {
	line-height: 1;
}

a {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.mc {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}


#stage {
	position: relative;
	z-index: 1;
	padding-top: 60px;
}

/*-------header-------*/

#header {
	display: block;
	z-index: 10;
	width: 100%;
	height: 60px;
	padding-top: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*  min-width: 970px;*/
	background: #0f0f0f;
	min-width: 1300px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
}

#header .headLeft {
	margin-left: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

#header .headLeft > a {
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}

#header .headLeft .forBegi {
	margin-top: 6px;
	float: left;
}

#header .headLeft p {
	margin-bottom: 9px;
	line-height: 0;
}

#header .headLeft .forBegi ul {
	overflow: hidden;
}

#header .headLeft .forBegi li {
	font-size: 1.2rem;
	margin-right: 6px;
	text-align: center;
	float: left;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

#header .headLeft .forBegi li span {
	display: inline-block;
	padding-right: 2px;
	padding-left: 6px;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
}

#header .headLeft .forBegi li span.tri {
	font-size: 0.6rem;
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
}

#header .headLeft .forBegi li a {
	color: #fff;
	height: 21px;
	padding-top: 1px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header .headLeft .forBegi li a:hover {
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	filter: brightness(0.7);
}

#header .headLeft .forBegi li:nth-child(1) a {
	background-color: #a08250;
}

#header .headLeft .forBegi li:nth-child(2) a {
	background-color: #a08250;
}

#header .headLeft .forBegi li:nth-child(3) a {
	color: #aa7a13;
	background-color: #fff;
}

#header .headRight {
	margin-right: 20px;
	margin-top: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	/*	overflow: hidden;*/
}


#header .headRight ul {
	/*	overflow: hidden;*/
	float: left;
}

#header .headRight li {
	font-size: 1.3rem;
	text-align: center;
	border-right: solid 1px #fff;
	float: left;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

#header .headRight li:last-child {
	border-right: none;
}

#header .headRight li span {
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
}

#header .headRight li a {
	color: #fff;
	height: 24px;
	padding-top: 2px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header .headRight li a:hover {
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	filter: brightness(0.7);
}

#header .headRight li#onlineShop a {
	background: url(../img/ico_bag.png) 9px center no-repeat;
	padding-left: 22px;
	-moz-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
}

#header .headRight li#onlineShop span {
	-moz-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
}

#header .headRight > a {
	color: #fff;
	float: right;
	width: 72px;
	padding-top: 2px;
	font-size: 1.3rem;
	margin-left: 20px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/mens/cmn/images/pc/header_menu_img.png) right top no-repeat;
	background-size: 24px 18px;
	background-position: 48px 2px;
}

#header .headRight > a:hover {
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	filter: brightness(0.7);
}

#header .headRight a#flash_news_link.ico {
	position: relative
}

#header .headRight a#flash_news_link.ico:after {
	position: absolute;
	top: -5px;
	right: 0px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 15px;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: url(/mens/cmn/images/pc/header_news_ico.png) no-repeat #b40000;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
}


/*-------footer-------*/
#footer_top {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer_top .footLeft,
#footer_top .footCenter,
#footer_top .footRight {
	width: 333px;
	height: 665px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 38px;
	border-left: solid 1px #3f3f3f;
}

#footer_top .footRight {
	border-right: solid 1px #3f3f3f;
}

#footer_top .footLeft a:hover,
#footer_top .footCenter a:hover,
#footer_top .footRight a:hover {
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	filter: brightness(0.7);
}

#footer_top > p {
	text-align: center;
}

#footer_top > p > img {
	margin-bottom: 20px;
}

#footer_top p.footTxt {
	margin-bottom: 54px;
	font-size: 1.7rem;
	line-height: 1.6;
	text-align: center;
}

#footer_top li a {
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 13px;
	color: #fff;
}

#footer_top li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 9px;
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/mens/cmn/images/pc/div_ico.png) no-repeat;
}

#footer_top li.line_addto p {
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 13px;
	color: #fff;
	margin-bottom: 0;
}

#footer_top li.line_addto p:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 9px;
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/mens/cmn/images/pc/div_ico.png) no-repeat;
}

#footer_top .footLeft ul li:nth-child(-n+3) {
	margin-bottom: 26px;
}

#footer_top .footLeft ul li:nth-child(4) {
	margin-bottom: 38px;
}

#footer_top .footLeft ul li:nth-child(n+5) {
	margin-bottom: 18px;
}

#footer_top .footCenter p {
	margin-bottom: 38px;
	text-align: left;
}

#footer_top .footCenter ul li {
	margin-bottom: 26px;
}

#footer_top .footCenter ul li.line_addto {
	padding-top: 26px;
}

#footer_top .footRight p {
	font-size: 1.5rem;
}

#footer_top .footRight > p {
	margin-top: 12px;
	line-height: 1.4;
}

#footer_top .footRight .telRes {
	margin-bottom: 30px;
}

#footer_top .footRight strong {
	font-size: 1.8rem;
}

#footer_top .footRight .support p {
	margin-bottom: 10px;
}

#footer_top .footRight .support ul {
	padding-left: 0;
}

#footer_top .footRight .support ul li {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 22px;
}

#footer_top .footRight .support ul li a {
	font-size: 1.5rem;
	line-height: 1.5;
}

/* 2017.july added */
#footer_top .footCenter ul li > ul {
	padding-left: 20px;
	padding-top: 10px;
}

#footer_top .footCenter ul li > ul > li {
	margin-bottom: 0;
	line-height: 22.5px;
}

#footer_top .footCenter ul li > ul > li a {
	background: none;
	/*font-size: 90%;*/
	position: relative;
}

#footer_top .footCenter ul li > ul > li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 3px;
	background: none;
}

/* 2017.july added */

#footer_bottom {
	display: block;
	z-index: 10;
	width: 100%;
	height: 60px;
	background: #272727;
	min-width: 1000px;
	overflow: hidden;
}

#footer_bottom ul {
	float: left;
	overflow: hidden;
}

#footer_bottom section {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

#footer_bottom section ul {
	float: left;
}

#footer_bottom section ul:before {
	display: inline-block;
	height: 40px;
	content: '';
	vertical-align: middle;
}

#footer_bottom section ul li {
	display: inline-block;
	vertical-align: middle;
}

#footer_bottom section ul li + li {
	margin-left: 16px;
}

#footer_bottom li a {
	font-size: 1.2rem;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 13px;
	color: #fff;
}

#footer_bottom li a:hover {
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	filter: brightness(0.7);
}

#footer_bottom li a:before {
	position: absolute;
	top: 62%;
	left: 0;
	width: 6px;
	height: 9px;
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/mens/cmn/images/pc/div_ico.png) no-repeat;
}

#footer_bottom small {
	margin-top: 13px;
	float: right;
}


/*-------menu-------*/
/* #menu
--------------------------------------------------*/
#menu {
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	min-width: 1000px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAwIiBoZWlnaHQ9IjgwMCIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+DQo8cmFkaWFsR3JhZGllbnQgaWQ9ImcyNTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI1MCUiPg0KPHN0b3Agc3RvcC1vcGFjaXR5PSIuMTUiIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3Atb3BhY2l0eT0iLjE1IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBvZmZzZXQ9IjEiLz4NCjwvcmFkaWFsR3JhZGllbnQ+DQo8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZzI1NikiIC8+DQo8L3N2Zz4=") no-repeat center center, url("/mens/cmn/images/pc/bg_pattern.png");
	background-size: cover, 36.57142857142857% 36.57142857142857%;
	position: fixed;
	z-index: 0;
}

#menu a {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#menu > a {
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	top: 8px;
	right: 8px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#menu > a i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	width: 42px;
	height: 42px;
	opacity: 0;
}

#menu > a i:before {
	content: "";
	position: absolute;
	height: 42px;
	left: 50%;
	top: 0;
	border-left: 1px #fff solid;
}

#menu > a i:after {
	content: "";
	position: absolute;
	width: 42px;
	left: 0;
	top: 50%;
	border-top: 1px #fff solid;
}

#menu section {
	margin: 0 auto;
	width: 920px;
	position: relative;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#menu section > div {
	padding: 70px 0;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#menu section > div:before,
#menu section > div:after {
	content: "";
	display: table;
}

#menu section > div:after {
	clear: both;
}

#menu section > div > ul:nth-of-type(1) {
	background: #fff;
	padding: 10px 0;
	margin-bottom: 40px;
	text-align: center;
}

#menu section > div > ul:nth-of-type(1) li {
	display: inline-block;
	padding: 0 15px 0 25px;
	text-align: left;
	vertical-align: middle;
}

#menu section > div > ul:nth-of-type(1) li + li {
	border-left: #000 1px dotted;
}

#menu section > div > ul:nth-of-type(1) li:last-child {
	padding: 0 20px 0 30px;
	margin-top: 0;
	font-size: 160%;
	line-height: 2;
	text-align: center;
}

#menu section > div > ul:nth-of-type(1) li:last-child strong {
	font-size: 168.75%;
	line-height: 1.185185185185185;
	font-weight: normal;
}

#menu section > div > ul:nth-of-type(1) li:last-child small {
	font-size: 87.5%;
	line-height: 2.285714285714286;
}

#menu section > div > ul:nth-of-type(1) li a {
	display: block;
	font-size: 160%;
	line-height: 1.5625;
	color: #000;
	padding-left: 12px;
	background: url("/mens/cmn/images/pc/menu_ico_01.png") no-repeat 0 50%;
}

#menu section > div > ul:nth-of-type(2) {
	clear: both;
	padding-top: 12px;
	border-top: rgba(255, 255, 255, 0.5) 1px solid;
	text-align: center;
}

#menu section > div > ul:nth-of-type(2) li {
	display: inline-block;
	letter-spacing: 0.05em;
}

#menu section > div > ul:nth-of-type(2) li + li {
	margin-left: 50px;
}

#menu section > div > ul:nth-of-type(2) li:nth-child(4) {
	margin-left: 0;
}

#menu section > div > ul:nth-of-type(2) li a {
	color: #fff;
	font-size: 160%;
	line-height: 2.3125;
	padding-left: 10px;
	background: url("/mens/cmn/images/pc/menu_ico_02.png") no-repeat 0 50%;
}

#menu section > div dl {
	position: relative;
	min-height: 160px;
	padding-left: 180px;
	width: 250px;
	float: left;
}

#menu section > div dl:nth-of-type(1) ul a {
	line-height: 1.75;
}

#menu section > div dl:nth-of-type(2) {
	float: right;
}

#menu section > div dl:nth-of-type(3) {
	clear: both;
	margin: 30px 0 40px;
}

#menu section > div dl:nth-of-type(4) {
	float: right;
	margin: 30px 0 40px;
}

#menu section > div dl dd:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

#menu section > div dl dt {
	color: #977743;
	font-size: 200%;
	line-height: 1.2;
	letter-spacing: -0.05em;
	margin: -2px 0 6px;
}

#menu section > div dl dt + dd {
	margin-bottom: -4px;
}

#menu section > div dl ul a {
	background: url("/mens/cmn/images/pc/menu_ico_02.png") no-repeat 0 50%;
	color: #fff;
	font-size: 160%;
	line-height: 2.125;
	padding-left: 12px;
}

/*2017.07 add*/
#menu section > div > ul:nth-of-type(2) li a.recruit_link {
	text-decoration: underline;
}

#menu section > div > ul:nth-of-type(2) li a.recruit_link:hover {
	text-decoration: none;
}

#menu section > div > ul:nth-of-type(2) li .recruit_box {
	display: inline;
	color: #fff;
	font-size: 160%;
}

#menu section > div > ul:nth-of-type(2) li .recruit_box a {
	font-size: 100%;
	background: none;
	padding: 0 5px;
	text-decoration: underline;
}

#menu section > div > ul:nth-of-type(2) li .recruit_box a:hover {
	text-decoration: none;
}

/*2017.07 add*/


#news {
	z-index: 100;
	display: none;
	width: 475px;
	padding: 56px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f2f2f2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
}

#alert,
#news {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
}

#news:before {
	position: absolute;
	top: -12px;
	left: 392px;
	width: 22px;
	height: 12px;
	content: '';
	border-bottom: 1px #f2f2f2 solid;
	background: url(/mens/cmn/images/pc/news_ico.png) no-repeat;
}

#alert > a,
#news > a {
	height: 24px;
	top: 14px;
}

#news div {
	position: relative;
	overflow: hidden;
}

#alert > a,
#news > a,
#news > ul {
	position: absolute;
}

#news div ul {
	/*width: 1900px;*/
}

#news div ul li {
	float: left;
	box-sizing: border-box;
	width: 475px;
	padding: 0 40px;
}

#news div ul li a {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#news div ul li a:hover {
	opacity: 0.6;
}

#news div ul li span {
	font-size: 160%;
	line-height: 1.625;
}

#news div ul li a span {
	display: block;
	text-decoration: underline;
	color: #000;
}

#news div ul li a img {
	float: left;
	width: 120px;
	height: 120px;
	margin-top: 4px;
}

#news div ul li a img + span {
	padding-left: 140px;
}

#news > ul {
	font-size: 0;
	bottom: 22px;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: center;
}

#news > ul li {
	display: inline-block;
	vertical-align: top;
}

#news > ul > li {
	vertical-align: middle;
}

#news > ul > li:first-child,
#news > ul > li:last-child {
	width: 9px;
	height: 16px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
}

#news > ul > li:first-child:hover,
#news > ul > li:last-child:hover {
	opacity: 0.38;
}

#news > ul ul {
	height: 10px;
	margin: 0 31px;
}

#news > ul ul li + li {
	margin-left: 12px;
}

#news > ul ul li.current a {
	cursor: default;
	opacity: 1;
}

#news > ul ul li {
	width: 10px;
	height: 10px;
}

#news > ul ul li a {
	display: block;
	width: 10px;
	height: 10px;
	opacity: .38;
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #787878;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
}

#news > ul ul li.current a,
#news > ul ul li a:hover {
	opacity: 1;
}

#news > a {
	right: 14px;
	display: block;
	width: 24px;
	background: url(/mens/cmn/images/pc/close_ico.png) no-repeat;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#news > a:hover {
	opacity: 0.6;
}

#alert {
	display: none;
	z-index: 100;
	width: 1000px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
}

#alert.anim {
	opacity: 0;
}

#alert ul {
	padding: 29px 52px 30px;
	background: url(/mens/cmn/images/pc/alert_ico.png) 10px 12px no-repeat;
}

#alert ul li:after,
#alert ul li:before {
	display: table;
	content: '';
}

#alert ul li + li {
	margin-top: 10px;
}

#alert ul li {
	font-size: 160%;
	line-height: 1.625;
}

#alert ul li a {
	display: block;
	color: #000;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#alert ul li a:hover {
	opacity: 0.6;
}

#alert ul li span:first-child {
	float: left;
	width: 112px;
}

#alert ul li span:first-child + span {
	float: left;
	max-width: 777px;
}

#alert ul li a span:first-child + span {
	text-decoration: underline;
}

#alert > a {
	right: 14px;
	display: block;
	width: 24px;
	background: url(/mens/cmn/images/pc/close_ico.png) no-repeat;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#alert > a:hover {
	opacity: 0.6;
}

.footer-company {
	font-size: 19px;
}

.aea_area_mens {
	display: flex;
	margin-top: 50px;
}

.aea_area_mens img {
	width: 68px;
}

#footer_top .aea_area_mens p {
	font-size: 11px;
	width: 160px;
	margin-left: 15px;
	line-height: 1.5;
}

#header .headLeft .headerlogo_h1 {
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}

.link_image {
	padding-left: 0 !important;
	background: none !important;
	margin-top: 22px;
	display: inline-block;
}
