
/* main ////////////////////////////////////////////////////*/

#main {
	padding-top: 90px;
	background-color: #fff;
}

@media screen and (max-width: 767px) {

#main {
	padding-top: 50px;
}

}



/* #store_btn ////////////////////////////////////////////////////*/
#store_btn .Button {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 180px;
	z-index: 50;
	background: #fff;
	border: 1px solid #eee;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
    	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
    	transition: opacity 0.4s ease;
}

#store_btn .Button a {
	position: relative;
	display: table;
	width: 100%;
	padding: 10px;
	height: 60px;
	border: none;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}

#store_btn .Button:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}

#store_btn .Button a::before {
	content: '';
	display: table-cell;
	background: url('/img/common/icon_map.svg') no-repeat;
	background-position: center center;
	background-size: 20px 30px;
	width: 20%;
}

/*
#store_btn .Button a::after {
	content: '';
	display: table-cell;
	width: 14px;
	height: 14px;
	vertical-align: bottom;
	background: url('/img/common/icon_blank.svg') 0 0 no-repeat;
	background-position: right center;
	width: 20%;
}
*/

#store_btn .Button a span {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding-right: 0.8em;
}

#store_btn.fix .Button {
	width: 80px;
	height: 80px;
}

#store_btn.fix .Button a {
	width: 80px;
	height: 80px;
}

#store_btn.fix .Button  a::before {
	display: inline-block;
	width: 20px;
	height: 30px;
	position: absolute;
	left: 30px;
	top: 15px;
}

/*
#store_btn.fix .Button  a::after {
	content: '';
	display:inline-block;
	width: 10px;
	height: 10px;
	background: url('/img/common/icon_blank.svg') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 11px;
	right: 7px;
}
*/

#store_btn.fix .Button  a span {
	display: block;
	width: 60px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-right: 0;
	font-size: 17px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {


#store_btn .Button {
/*
	width: 120px;
	height: 40px;
*/
	right: 0;
	bottom: 15px;
}
	/*
#store_btn .Button  a {
	font-size: 16px;
}

#store_btn .Button a::before {
	width: 20px;
	height: 20px;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	background-size: auto 100%;
}

#store_btn .Button a::after {
	width: 12px;
	height: 12px;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	background-size: auto 100%;
}
*/

}







/* #mainVisual ////////////////////////////////////////////////////*/
#mainVisual .mainVisual-outer {
	position: relative;
	width: 100%;
/* 	max-height: 840px; */
	background-color: #ddd;
	background: #000;
	background-size: cover;
}

#mainVisual .mainVisual-outer.fix {
	background: #000 url('/img/top2017/bg_top.jpg') center 50px no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#mainVisual .mainVisual-outer .mainVisual-inner .logo_gps {
	width: 250px;
	position: absolute;
  	top: 30%;
	left: 57%;
}

#mainVisual .mainVisual-outer .mainVisual-inner .logo_gps img {
	max-width: 100%;
	height: auto;
}

#mainVisual .mainVisual-outer .mainVisual-inner #sns_box {
    	position: absolute;
    	top: 20px;
    	right: 20px;
    	vertical-align: middle;
    	padding: 0 10px;
}
#mainVisual .mainVisual-outer .mainVisual-inner #sns_box #sns {
	display: table;
}
#mainVisual .mainVisual-outer .mainVisual-inner #sns_box .tw_icon {
	display: table-cell;
	vertical-align: top;
	padding: 3px 20px 0 0;
}
#mainVisual .mainVisual-outer .mainVisual-inner #sns_box .fb-share-button {
	display: table-cell;
	vertical-align: top;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 180px;
	z-index: 50;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button  a {
	position: relative;
	display: table;
	border: none;
	padding-top: 0;
	font-size: 20px;
	line-height: 1;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button  a::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 30px;
	top: 50%;
	left: 20px;
	margin-top: -15px;
	background: url('/img/common/icon_map.svg') 0 0 no-repeat;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button  a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	background: url('/img/common/icon_blank.svg') 0 0 no-repeat;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button  a span {
	display: table-cell;
	vertical-align: middle;
}

#mainVisual #top_sp{
	display: none;
}


#mainVisual .player_box {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#mainVisual iframe#player.video_area {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {

#mainVisual .mainVisual-outer.fix {
    	background: #000 url(/img/top2017/bg_tb_top.jpg) no-repeat 40% 0;
	background-size: 180% auto;
	background-attachment: inherit;
}
	
#mainVisual .mainVisual-outer .mainVisual-inner .logo_gps {
	width: 200px;
  	top: 20%;
	left: 63%;
}
	
}

@media screen and (max-width: 767px) {
	
#mainVisual .mainVisual-outer {
    	background: none;
}
	
#mainVisual .mainVisual-outer .mainVisual-inner .logo_gps {
	display: none;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button {
	width: 120px;
	height: 40px;
}
	
#mainVisual .mainVisual-outer .mainVisual-inner .Button  a {
	font-size: 16px;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button  a::before {
	width: 20px;
	height: 20px;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	background-size: auto 100%;
}

#mainVisual .mainVisual-outer .mainVisual-inner .Button  a::after {
	width: 12px;
	height: 12px;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	background-size: auto 100%;
}


#mainVisual .mainVisual-outer.fix {
    background: #000;
}
#mainVisual .player_box {
	display: none;
}

#mainVisual .mainVisual-outer:before {
	padding-top: 90%;
}

#mainVisual #top_sp{
	display: block;
}
#mainVisual #top_sp img {
	width: 100%;
	height: auto;
}

}


/* #collections ////////////////////////////////////////////////////*/
#collections {
	padding: 60px 0 0;
	color: #fff;
	background-color: #000;
}

#collections .collections-tit .collections-tit-inner {
	max-width: 1230px;
	margin: 0 auto;
	padding: 20px 15px;
}

#collections #limitedEditon .limitedEditon-tit {
	max-width: 1230px;
	margin: 0 auto 45px;
	padding: 30px 15px 0;
}

#collections #limitedEditon .limitedEditon-tit .tit-common2 {
	text-align: center;
}

#collections #limitedEditon .limitedEditon-inner {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items {
	-js-display: flex;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-align-items: stretch;
  	align-items: stretch;
	margin: 0 -15px;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item {
	width: 25%;
	padding: 0 14px;
	line-height: 1;
	margin-bottom: 60px;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic {
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic .limitedEditon-item_pic_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	text-align: center;
	border: 1px solid #282828;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease;
    	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
    	transition: opacity 0.6s ease;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic .limitedEditon-item_pic_hover:hover {
	opacity: 1;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic .limitedEditon-item_pic_hover span {
	display: inline-block;
	position: relative;
  	top: 50%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
  	-webkit-transform: translateY(-80%);
  	-ms-transform: translateY(-80%);
  	transform: translateY(-80%);
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    	-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic .limitedEditon-item_pic_hover:hover span {
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic .limitedEditon-item_pic_hover span:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic .limitedEditon-item_pic_hover span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_pic img {
	max-width: 100%;
	height: auto;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_name,
#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_kind {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_kind {
	position: relative;
	padding-top: 25px;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item .limitedEditon-item_kind::before {
	content: '';
	position: absolute;
	top: 0.9em;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	background-color: #505050;
}

#collections #executiveLine .executiveLine-tit {
	max-width: 1230px;
	margin: 0 auto 45px;
	padding: 75px 15px 0;
}

#collections #executiveLine .executiveLine-tit .tit-common2 {
	text-align: center;
}

#collections #executiveLine .executiveLine-items {
	-js-display: flex;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-align-items: flex-start;
  	align-items: flex-start;
}

#collections #executiveLine .executiveLine-item {
	position: relative;
	width: 50%;
	max-height: 400px;
	background: url(/img/top2017/img_exectiveLine_bg01.jpg) center center no-repeat;
	background-size: cover; 
}

#collections #executiveLine .executiveLine-item.esl {
	background-image: url(/img/top2017/img_exectiveSports_bg01.jpg);
}

#collections #executiveLine .executiveLine-item:before {
  content: "";
  display: block;
  padding-top: 53.33333333%;
}

#collections #executiveLine .executiveLine-item .executiveLine-content {
	height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

#collections #executiveLine .executiveLine-item .executiveLine-content-inner {
	height: 100%;
	-js-display: flex;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-align-items: center;
  	align-items: center;
}

#collections #executiveLine .executiveLine-item .executiveLine-content .executiveLine_name,
#collections #executiveLine .executiveLine-item .executiveLine-content .executiveLine_fig {
	position: relative;
	width: 50%;
}

#collections #executiveLine .executiveLine-item .executiveLine-content .executiveLine_name {
	padding: 0 10px;
	color: #fff;
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}

#collections #executiveLine .executiveLine-item.el .executiveLine-content .executiveLine_name {
	color: #000;
}

#collections #executiveLine .executiveLine-item .executiveLine-content .executiveLine_fig {
	height: 100%;
	overflow: hidden;
}

#collections #executiveLine .executiveLine-item .executiveLine-content .executiveLine_fig img {
	height: 100%;
	width: auto;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent {
	height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
	background: rgba(0,0,0,0.85);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

#collections #executiveLine .executiveLine-item:hover .executiveLine-hoverContent {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner {
	position: relative;
  top: 50%;
	padding: 0 14%;
	color: #fff;
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

#collections #executiveLine .executiveLine-item:hover .executiveLine-hoverContent-inner {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_name {
	margin-bottom: 40px;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_txt {
	margin-bottom: 40px;
	line-height: 1.7;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_btn {
  text-align: center;
}

/*
#collections #executiveLine .executiveLine-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/img/top2017/img_executiveLine_bg01.jpg) center center no-repeat;
	background-size: cover; 
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner .executiveLine-inner_content .executiveLine-name {
	padding-left: 14%;
	font-size: 36px;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner:before {
    	content:"";
    	display: block;
    	padding-top: 41.66666666%;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner_content {
	height: 100%;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	bottom: 0px;
    	right: 0px;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner_content .executiveLine-inner_tit,
#collections #executiveLine .executiveLine-outer .executiveLine-inner_content .executiveLine-inner_fig {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	letter-spacing: normal;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner_content .executiveLine-inner_tit .executiveLine-name {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner_content .executiveLine-inner_fig {
	height: 100%;
	padding-left: 20px;
	overflow: hidden;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner_content .executiveLine-inner_fig img {
	height: 100%;
	width: auto;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent {
	height: 100%;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	bottom: 0px;
    	right: 0px;
	background: rgba(0,0,0,0.85);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    	-moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    	transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

#collections #executiveLine .executiveLine-outer:hover .executiveLine-hoverContent {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner {
	position: relative;
	max-width: 800px;
  	top: 50%;
	margin: 0 auto;
	padding: 0 50px;
	color: #fff;
  	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
  	-ms-transform: translateY(-60%);
  	transform: translateY(-60%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-webkit-font-smoothing: antialiased;
}
#collections #executiveLine .executiveLine-outer:hover .executiveLine-hoverContent-inner {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_header {
	position: relative;
	text-align: center;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_name {
	margin-bottom: 40px;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_txt {
	margin-bottom: 40px;
	line-height: 1.7;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_btn {
	text-align: center;
}

*/

#collections #eightxSeries .eightxSeries-tit {
	max-width: 1230px;
	margin: 0 auto 50px;
	padding: 100px 15px 0;
}

#collections #eightxSeries .eightxSeries-tit .tit-common2 {
	text-align: center;
}

#collections #eightxSeries .eightxSeries-items {
	-js-display: flex;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-align-items: flex-start;
  	align-items: flex-start;
}

#collections #eightxSeries .eightxSeries-item {
	position: relative;
	width: 50%;
	max-height: 400px;
	background-color: #5c7b89;
	background: url(/img/top2017/img_eightxSeries_dt_bg.jpg) center center no-repeat;
	background-size: cover; 
}

#collections #eightxSeries .eightxSeries-item.chrono {
	background-image: url(/img/top2017/img_eightxSeries_chrono_bg.jpg);
}

#collections #eightxSeries .eightxSeries-item.bd {
	background-image: url(/img/top2017/img_eightxSeries_bd_bg.jpg);
}

#collections #eightxSeries .eightxSeries-item.wt {
	background-image: url(/img/top2017/img_eightxSeries_wt_bg.jpg);
}

#collections #eightxSeries .eightxSeries-item:before {
    	content: "";
    	display: block;
    	padding-top: 53.33333333%;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-content {
	height: 100%;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	bottom: 0px;
    	right: 0px;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-content-inner {
	height: 100%;
	-js-display: flex;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-align-items: center;
  	align-items: center;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-content .eightxSeries_name,
#collections #eightxSeries .eightxSeries-item .eightxSeries-content .eightxSeries_fig {
	position: relative;
	width: 50%;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-content .eightxSeries_name {
	color: #fff;
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}

#collections #eightxSeries .eightxSeries-item.dt .eightxSeries-content .eightxSeries_name {
	color: #000;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-content .eightxSeries_fig {
	height: 100%;
	overflow: hidden;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-content .eightxSeries_fig img {
	height: 100%;
	width: auto;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent {
	height: 100%;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	bottom: 0px;
    	right: 0px;
	background: rgba(0,0,0,0.85);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease;
    	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
    	transition: opacity 0.6s ease;
}

#collections #eightxSeries .eightxSeries-item:hover .eightxSeries-hoverContent {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner {
	position: relative;
  	top: 50%;
	padding: 0 14%;
	color: #fff;
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
  	-ms-transform: translateY(-60%);
  	transform: translateY(-60%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

#collections #eightxSeries .eightxSeries-item:hover .eightxSeries-hoverContent-inner {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_name {
	margin-bottom: 40px;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_txt {
	margin-bottom: 40px;
	line-height: 1.7;
}

#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_btn {
    	text-align: center;
}

@media screen and (max-width: 1280px) {

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner,
#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner {
	padding: 0 7%;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_name,
#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_name {
	margin-bottom: 20px;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_txt,	
#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_txt {
	margin-bottom: 20px;
	font-size: 13px;
}

}

@media screen and (max-width: 1024px) {

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item {
	width: 33.33333333%;
}

#collections #executiveLine .executiveLine-item:before,
#collections #eightxSeries .eightxSeries-item:before {
  padding-top: 400px
}

#collections #executiveLine .executiveLine-item,
#collections #eightxSeries .eightxSeries-item {
	max-height: none;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_name,	
#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_name {
	margin-bottom: 15px;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_txt,	
#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_txt {
	margin-bottom: 15px;
}
	
}

@media screen and (max-width: 767px) {

#collections {
	padding-top: 60px;
}

#collections #limitedEditon .limitedEditon-inner .limitedEditon-items .limitedEditon-item {
	width: 100%;
}

/*
#collections #executiveLine .executiveLine-outer .executiveLine-inner_content .executiveLine-inner_fig {
	margin-left: auto;
  padding-left: 0;
	
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner:before {
    	padding-top: 340px;
}
	
#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner {
	padding: 0 15px;
}
	
#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_name {
	display: block;
	margin-bottom: 20px;
}
	
#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_header .executiveLine-hoverContent_btn {
	display: none;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_btn {
	display: block;
}
	
#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_btn a::after {
    	right: 15px;
}

#collections #executiveLine .executiveLine-outer .executiveLine-hoverContent-inner .executiveLine-hoverContent_txt {
	margin-bottom: 20px;
}

#collections #executiveLine .executiveLine-outer .executiveLine-inner .executiveLine-inner_content .executiveLine-name {
	padding-left: 15px;
	font-size: 20px;
	text-align: center;
}
	
*/

#collections #executiveLine .executiveLine-item,	
#collections #eightxSeries .eightxSeries-item {
	width: 100%;
}

#collections #executiveLine .executiveLine-item .executiveLine-content .executiveLine_name,
#collections #eightxSeries .eightxSeries-item .eightxSeries-content .eightxSeries_name {
	padding-left: 15px;
	font-size: 20px;
}

#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_name,	
#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_name {
	margin-bottom: 20px;
	font-size: 18px;
}
	
#collections #executiveLine .executiveLine-item .executiveLine-hoverContent-inner .executiveLine-hoverContent_txt,
#collections #eightxSeries .eightxSeries-item .eightxSeries-hoverContent-inner .eightxSeries-hoverContent_txt {
	margin-bottom: 20px;
	font-size: 12px;
}
	
}



/* #news ////////////////////////////////////////////////////*/
#news {
	background-color: #e6e6e6;
	padding: 100px 15px;
}

#news .fixTitle-cont.clone .fixTitle-cont-inner {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 15px;
}

#news .news-inner {
	max-width: 1200px;
	margin: 0 auto;
	letter-spacing: -0.5em;
}

#news .news-inner > div {
	display: inline-block;
	letter-spacing: normal;
}

#news .news-inner .news-tit {
	width: 14%;
	vertical-align: top;
}

#news .news-inner .news-list {
	width: 66%;
	font-size: 14px;
	vertical-align: top;
}

#news .news-inner .news-list dt {
	clear: both;
	float: left;
	padding: 0 20px 10px 0;
}

#news .news-inner .news-list dt:last-of-type {
	padding-bottom: 0;
}

#news .news-inner .news-list dd {
	overflow: hidden;
	padding: 0 0 10px;
}

#news .news-inner .news-list dd:last-of-type {
	padding-bottom: 0;
}

#news .news-inner .news-btn {
	width: 20%;
	vertical-align: bottom;
	text-align: right;
}

@media screen and (max-width: 1024px) {

#news .news-inner .news-list {
	width: 86%;
}
	
#news .news-inner .news-btn {
	width: 100%;
	margin-top: 15px;
}

}

@media screen and (max-width: 767px) {

#news .news-inner .news-tit {
	width: 100%;
	margin-bottom: 30px;
}

#news .news-inner .news-list {
	width: 100%;
}
	
#news .news-inner .news-list dt {
	float: none;
	padding: 0 0 2px;
}
	
#news .news-inner .news-list dd {
	padding: 0 0 15px;
}
	
#news .news-inner .news-list dd:last-of-type {
	padding-bottom: 20px;
}
	
#news .news-inner .news-btn .Button {
	width: 150px;
}

}



/* #story ////////////////////////////////////////////////////*/
#story {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

#story .fixTitle-cont.clone .fixTitle-cont-inner {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 15px;
}

#story .story-outer {
	position: relative;
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 0 0 15px;
}

#story .story-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#story .story-inner .story-inner_content {
	letter-spacing: -0.5em;
	display: table;
}

#story .story-inner .story-inner_txt {
	display: table-cell;
	padding: 100px 40px 0 100px;
	vertical-align: top;
	letter-spacing: normal;
}

#story .story-inner .story-inner_txt .story-tit {
	margin-bottom: 50px;
}

#story .story-inner .story-inner_txt .story-tit_sub {
	margin-bottom: 25px;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#story .story-inner .story-inner_txt .story-tit_sub:last-of-type {
	margin-top: 40px;
}

#story .story-inner .story-inner_txt .story-tit_sub span {
	font-size: 16px
}

#story .story-inner .story-inner_txt .story-txt {
	padding-left: 30px;
	color: #666;
}

#story .story-inner .story-inner_txt .story-txt p:last-child {
	margin-top: 30px;
}

#story .story-inner .story-inner_fig {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	letter-spacing: normal;
}

#story .story-inner .story-inner_fig img {
	height: 100%;
	width: auto;
}

@media screen and (max-width: 1366px) {

#story .story-inner .story-inner_txt {
	padding: 100px 20px 100px 0;
}

#story .story-inner .story-inner_fig img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
	
}

@media screen and (max-width: 1024px) {
	
#story {
	background-position: right 0;
	background-size: auto 45%; 
}
	
#story .story-inner .story-txt {
	width: 100%;
	padding: 0 15px;
}
	
}

@media screen and (max-width: 767px) {
	
#story {
	background: none;
}
	
#story .story-inner .story-inner_txt,
#story .story-inner .story-inner_fig {
	width: auto;
	display: block;
}
	
#story .story-inner .story-inner_txt {
	padding: 100px 0 50px;
}
	
#story .story-inner .story-inner_txt .story-tit {
	margin-bottom: 50px;
}
	
#story .story-inner .story-inner_txt .story-tit_sub {
	margin-bottom: 25px;
}
	
#story .story-inner .story-inner_txt .story-txt {
	padding: 0 20px 0 10px;
}
	
}



/* #gps ////////////////////////////////////////////////////*/
#gps {
	padding: 80px 0 70px;
	background-color: #000;
	color: #fff;
}

#gps .gps-tit .gps-tit-inner {
	max-width: 1230px;
	margin: 0 auto;
	padding: 20px 15px;
}

#gps .gps-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 60px 15px 80px;
}

#gps .gps-inner .gps-cont_inner {
	-js-display: flex;
	display: -webkit-flex;
  	display: flex;
	-webkit-align-items: center;
  	align-items: center;
	margin-bottom: 80px;
}

#gps .gps-inner .gps-cont_inner > div {
	width: 50%;
}

#gps .gps-inner .gps-cont_inner .gps-cont_txt {
	padding: 0 20px 0 120px;
}

#gps .gps-inner .gps-cont_inner:nth-child(2n) .gps-cont_txt {
	padding: 0 120px 0 20px;
}

#gps .gps-inner .gps-cont_inner .gps-cont_txt_tit {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: 300;
}

#gps .gps-inner .gps-cont_inner .gps-cont_txt_txt {
	font-size: 14px;
	line-height: 1.7;
}

#gps .gps-inner .gps-cont_inner .gps-cont_txt_annotation {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}

#gps .gps-inner .gps-cont_inner .gps-cont_fig {
	padding-left: 120px;
}

#gps .gps-inner .gps-cont_inner .gps-cont_fig img {
	max-width: 100%;
	height: auto;
}

#gps .gps-inner .gps-cont_inner:nth-child(2n) .gps-cont_fig {
	padding-left: 40px;
}

@media screen and (max-width: 1024px) {
	
#gps .gps-inner .gps-cont_inner .gps-cont_txt,
#gps .gps-inner .gps-cont_inner:nth-child(2n) .gps-cont_txt {
	padding: 0 20px;
}
	
#gps .gps-inner .gps-cont_inner .gps-cont_fig,
#gps .gps-inner .gps-cont_inner:nth-child(2n) .gps-cont_fig {
	padding: 0;
}
	
}

@media screen and (max-width: 767px) {

#gps .gps-inner .gps-cont_inner {
	-webkit-flex-direction: column;
  	flex-direction: column;
	margin-bottom: 60px;
}
	
#gps .gps-inner .gps-cont_inner:nth-child(2n) {
	-webkit-flex-direction: column-reverse;
  	flex-direction: column-reverse;
}

#gps .gps-inner .gps-cont_inner > div {
	width: 100%;
}
	
#gps .gps-inner .gps-cont_inner .gps-cont_txt,
#gps .gps-inner .gps-cont_inner:nth-child(2n) .gps-cont_txt {
	padding: 0 10px;
}
	
}



/* lineup ////////////////////////////////////////////////////*/

#lineup {
	color: #fff;
	padding: 80px 0 120px;
	background-color: #222;
}

#lineup .lineup-header .lineup-header-inner {
	position: relative;
	max-width: 1230px;
	margin: 0 auto;
	padding: 20px 15px;
}

#lineup .lineup-header .lineup {
	position: absolute;
	right: 15px;
	top: 60px;
}

#lineup .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	min-height:100%;
	position: relative;
}

#lineup .inner .lineup-tit {
	margin-bottom: 60px;
}

#lineup .inner .lineup_under {
	position: relative;
}

#lineup .inner .lineup_under .lineup {
	position: absolute;
	right: 0;
	top: 0;
}	

#lineup .inner .lineupbox {
	width: 100%;
	height: 100%;
	padding: 50px 0;
	position: relative;
	margin-bottom: 50px;
	border-bottom: 1px solid #333;
}

#lineup .inner .lineupbox .lineupbox-header {
	margin-bottom: 60px;
	text-align: center;
}

#lineup .inner .lineupbox .lineupbox-header .lineupbox-header_tit {
/* 	display: inline-block; */
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
/*

#lineup .inner .lineupbox .lineupbox-header .lineupbox-header_btn {
	display: inline-block;
	margin-left: 40px;
}
*/

#lineup .inner .lineupbox .btn{
	position: absolute;
	top: 360px;
	left: 15px;
}

#lineup .lineupbox .box_wrap{

}

#lineup .lineupbox .box_wrap ul {
	width: 100%;
	height:100%;
	display: table;
	table-layout: fixed;
	vertical-align: top;
	text-align: center;
	margin: 20px auto;
	padding: 0 0 60px 0;
}
#lineup .lineupbox .box_wrap ul.executive{
	width: 50%;
}
#lineup .lineupbox .box_wrap li{
	display: table-cell;
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding: 0 36px;
}

#lineup .lineupbox .box_wrap li img{
	max-width: 100%;
	height: auto;
}

#lineup .lineupbox .box_wrap li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 300;
}

#lineup .lineupbox .box_wrap li a:hover{
	text-decoration: none;
}

#lineup .lineupbox .box_wrap li .Button_detail a {
	-webkit-transform: translate(0);
	-webkit-transition: opacity 0.6s ease-out;
    	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
    	transition: opacity 0.6s ease-out;
}

#lineup .lineupbox .box_wrap li .Button_detail a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}

#lineup .lineupbox .box_wrap li .state{
	margin: 25px auto 15px auto;
	text-align: center;
}

#lineup .new {
	display: inline-block;
	width: 60px;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	color: #fff;
	background-color: #5d2727;
	line-height: 1;
}

#lineup .limited {
	display: inline-block;
	width: 60px;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	color: #fff;
	background-color: #746745;
	line-height: 1;
}

#lineup .mens{
	width: 50px;
	height: 10px;
	border: 1px solid #e1e1e1;
	text-align: center;
	font-size: 10px;
	font-size: 10px;
	padding: 3px;
	background: #e1e1e1;
	color: #010101;
}

#lineup .ladies{
	width: 50px;
	height: 10px;
	border: 1px solid #e1e1e1;
	text-align: center;
	font-size: 10px;
	font-size: 10px;
	padding: 3px;
	background: #e1e1e1;
	color: #010101;
}

#lineup .lineupbox .detail{
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 300;
	margin: 25px auto 0 auto;
	text-align: center;
	line-height: 22px;
}

#lineup .lineupbox .detail span{
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

#lineup .btn_lineup a {
	position: relative;
	display: block;
	padding-right: 15px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
}

#lineup .btn_lineup a:hover {
	text-decoration: underline;
}

#lineup .btn_lineup a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

@media screen and (max-width: 1024px){

#lineup .lineupbox .box_wrap ul {
	letter-spacing: -0.4em;
}
#lineup .lineupbox .box_wrap ul.executive{
	width: 100%;
}
#lineup .lineupbox .box_wrap li{
	display: inline;
	float: left;
	width: 33.33333333%;
	vertical-align: top;
	text-align: center;
	margin: 0 0 20px;
	letter-spacing: normal;
}

}

@media screen and (max-width:860px){
	
#lineup .lineupbox .box_wrap li {
	width: 50%;
}		

}

@media screen and (max-width: 767px){

#lineup .inner .lineup-tit {
    margin-bottom: 40px;
}

#lineup .btn_lineup a {
	font-size: 14px;
}

#lineup {
	padding-bottom: 100px;
}
	
#lineup .inner h2 {
	margin-bottom: 30px;
}
	
#lineup .inner .lineup_under {
	margin-top: 50px;
}

#lineup .inner .lineupbox {
	margin-bottom: 0;
}
	
#lineup .inner .lineupbox .lineupbox-header {
	margin-bottom: 40px;
}

#lineup .inner .lineupbox .lineupbox-header .lineupbox-header_tit {
	margin-bottom: 20px;
}
	
#lineup .inner .lineupbox .lineupbox-header .lineupbox-header_btn {
    margin-left: 0;
}

#lineup .lineupbox .box_wrap ul {
	margin: 0;
	padding: 0;
	-js-display: flex;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-align-items: stretch;
  	align-items: stretch;
	-webkit-justify-content: space-between;
  	justify-content: space-between;
}

#lineup .lineupbox .box_wrap li {
	-webkit-flex-basis: 48%;
  	flex-basis: 48%;
	text-align: center;
	margin: 0 0 4%;
	border: 1px solid #e6e6e6;
	padding: 15px;
}

#lineup .lineupbox .box_wrap li .state{
	margin-top: 10px;
}
	
#lineup .limited,
#lineup .new {
	width: 5em;
	font-size: 11px;
}

}

@media screen and (max-width: 320px){

#lineup .lineupbox .box_wrap li {
	padding: 12px;
}
	
#lineup .limited,
#lineup .new {
	font-size: 10px;
}
	
}

#lineup .Button {
/*
	overflow: hidden;

	width: 185px;
	height: 60px;

	font-family: 'Lato', sans-serif;
*/
	
	margin-bottom: 80px;
	text-align: center;
}
/*
#lineup .Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	color: #fff;
	font-size: 14px;
	text-decoration:none;
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	-webkit-transition: opacity 0.6s ease-out;
    	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
    	transition: opacity 0.6s ease-out;
}

#lineup .Button a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}*/

#lineup .button_ar a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}

#lineup .button_ar a:hover:before {
	right: 15px;        /*マウスオーバーで三角をずらす */ 
}



.Button_detail {
	display: inline-block;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	margin: 15px auto 10px;
}

.Button_detail a {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 14px 32px 14px 26px;
	color: #fff;
	font-size: 14px;
	text-decoration:none;
	line-height: 1;
	border: 1px solid #fff;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

.Button_detail a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}

.Button_detail a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

@media screen and (max-width: 767px) {

#lineup .Button {
	margin: 30px 0;
}
	
#lineup .Button_detail {
	width: auto;
	margin-bottom: 0;
}
	
#lineup .Button_detail a {
	padding: 10px 16px 10px 10px;
	font-size: 11px;
}
	
.Button_detail a:before {
	right: 2px;
}

}

@media screen and (max-width: 320px) {

#lineup .Button_detail a {
	padding: 10px 14px 10px 8px;
	font-size: 10px;
}

}


/* fixTitle ////////////////////////////////////////////////////*/
.fixTitle-cont.clone {
	max-width: none;
	width: 100%;
	position: fixed;
	top: 19px;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease;
    	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
    	transition: opacity 0.6s ease;
	z-index: 80;
}

#news .fixTitle-cont.clone {
	background: none;
}	

.fixTitle-cont.bg-white.clone {
	background-color: rgba(255,255,255,0.75);
}

.fixTitle-cont.clone.fix {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

@media screen and (max-width: 767px) {

#news .fixTitle-cont.clone {
	background-color: rgba(255,255,255,0.7);
}	

}



/* news popup ////////////////////////////////////////////////////*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.popup-scroll {
    overflow-y: scroll;
    max-height: 600px;
    padding: 0 1em 0 0;
    -webkit-overflow-scrolling: touch;
}
	
#news .box_news_index {
	width: 97%;
	text-align: center;
	margin-top: -2em;
}

#news_index {
	text-align: left;
}

#news_index h2 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    color: #000;
}

#news_index li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #000;
}
	
#news_index li a {
	color: #000; 
}



