@charset "Shift_JIS";

/* --------------------------------------------------------------------
	トップページ用　CSS
--------------------------------------------------------------------- */
#top .contents_ {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
#top .mainframe_ {
	width: auto;
	float: none;
}
#top .leftmenuframe_ {
	float: none;
	width: 1040px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/* --------------------------------------------------------------------
	トップページ　イベント
--------------------------------------------------------------------- */
#top .event_ {
	width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
#top .event_frame_ {
	position: relative;
	float: left;
	width: 510px;
	padding-top: 48px;
	padding-bottom: 24px;
	margin: 0 0 96px 20px;
}
#top .event_headline_ {
	position: absolute;
	left: 0;
	top: 0;
	width: 1040px;
	text-align: center;
}
#top .event_ .view_all_ {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#top .event_ .view_all_.disp_ {
	display: block;
}
#top .event_ .view_all_ a {
	display: block;
	width: 226px;
	padding: 2px 0;
	margin: 0 auto;
	border: 1px solid #b9b7ac;
	text-indent: -9999px;
	background: url(../img/usr/top/common/view_all.png) center center no-repeat;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}
#top .event_ .view_all_ a:hover {
	background-color: #d8d5c7;
}

/* --------------------------------------------------------------------
	トップページ
--------------------------------------------------------------------- */
div#top {
    background-color: #fff;
}
#top_intro {
	width: 1040px;
	padding: 60px 20px 10px;
	margin: 0 auto;
}
#top_intro h2 {
	text-align: center;
	margin: 0 0 80px;
}
#top_intro h2 p {
	padding-top: 20px;
	color: #919191;
	font-size: 10px;
}
#top_intro .frame_ {
}
#top_intro .frame_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#top_intro .intro_hanes_,
#top_intro .intro_champion_ {
	width: 500px;
	height: 250px;
	background: #fff;
}
#top_intro .intro_hanes_ {
	float: left;
	display: table;
}
#top_intro .intro_hanes_ a {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	height: 250px;
	background: url(img/usr/top/common/arrow_orange_r.png) center 110px no-repeat;
}
#top_intro .intro_champion_ {
	float: left;
	padding: 0px 115px 30px;
	box-sizing: border-box;
}
#top_intro .intro_champion_ .logo_ {
	text-align: center;
	margin: 0 0 50px;
}
#top_intro .intro_champion_ ul {
}
#top_intro .intro_champion_ ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#top_intro .intro_champion_ li:first-child {
	float: left;
}
#top_intro .intro_champion_ li:last-child {
	float: right;
}


/*polo追加*/
#top .frame_ {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
#top #top_intro .intro_champion_ {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
}
#top #top_intro .intro_hanes_ {
	display: block;
	float: none;
}
#top #top_intro .intro_polo_ {
	display: block;
	float: none;
}
#top #top_intro .intro_hanes_ a {
	height: auto;
	background: transparent;
}
#top #top_intro .intro_hanes_, #top #top_intro .intro_champion_ {
	width: auto;
	height: auto;
}
#top #top_intro .intro_champion_ a,
#top #top_intro .intro_hanes_ a,
#top #top_intro .intro_polo_ a {
	display: inline-block;
}
#top #top_intro .intro_champion_,
#top #top_intro .intro_hanes_ {
	margin: 0 35px;
}