@charset "utf-8";

/* -----------------------------------
storeInfo
----------------------------------- */
.storeInfo .storeInfo-link {
	border-top: solid 1px #F2F2F2;
	border-bottom: solid 1px #F2F2F2;
	    padding:40px 0;
}
.storeInfo .storeInfo-link ul,
.storeInfo .sns {
	width: 1120px;
	margin: 0 auto;
}
.storeInfo .storeInfo-link ul {
	display: flex;
}
.storeInfo .storeInfo-link li {
	flex: 0 1 50%;
	width: 100%;
	display: flex;
	height: 240px;
	align-items: center;
}
.storeInfo .storeInfo-link li:first-child {
	border-right: solid 1px #F2F2F2;
	margin-right: 80px;
}
.storeInfo .storeInfo-link a {
	display: block;
	position: relative;
	width: 600px;
	margin: 0 auto;
	    text-align: center;
}
.storeInfo .storeInfo-link a img {
	transition: opacity 300ms;
	    padding-right: 200px;
}
.storeInfo .storeInfo-link a:hover img {
	opacity: 0.7;
}
.storeInfo .storeInfo-link a span {
	width: 600px;
	text-align: left;
	font-weight: bold;
	margin: 10px auto 0;
	display: block;
}
.storeInfo .storeInfo-link a:after {
	content: "";
	display: block;
	width: 10px;
	height: 19px;
	background: url(/ec/shop/hankyu-mens/images/common/arrow_line01_next.svg);
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.storeInfo .sns {
	width: 1120px;
	margin: 20px auto 80px;
	text-align: center;
}
.storeInfo .sns li {
	display: inline-block;
	margin-right: 40px;
}
.storeInfo .sns li.youtube {
	border-left: solid 1px #000;
	padding-left: 40px;
}
.storeInfo .sns li a {
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
}
.storeInfo .sns li img {
	margin-left: 14px;
}
.storeInfo .store {
	width: 1120px;
	margin: 0 auto;
	display: flex;
}
.storeInfo .store li {
	width: 50%;
	height: 690px;
}
.storeInfo .store a {
	display: block;
	position: relative;
}
.storeInfo .store a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 100;
}
.storeInfo .store a span::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/ec/shop/hankyu-mens/images/common/arrow_deco01_next.svg);
	background-size: 24px auto;
	margin: auto;
}
.storeInfo .store a img {
	margin-bottom: 20px;
}
.storeInfo .store a div img {
	transition: opacity 300ms;
}
.storeInfo .store a div:hover img {
	opacity: 0.7;
}

/* -----------------------------------
otherBnr
----------------------------------- */
.otherBnr {
	width: 1120px;
	margin: 120px auto 80px;
}
.otherBnr ul {
	display: flex;
}
.otherBnr li {
	width: 520px;
}
.otherBnr li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.otherBnr li:nth-child(odd) {
	margin-right: 50px;
}
.otherBnr li .otherBnr-img,
.otherBnr li .otherBnr-txt {
	width: 250px;
}
.otherBnr li .otherBnr-img {
	width: 250px;
	margin-right: 20px;
}
.otherBnr li .otherBnr-img img {
	transition: opacity 300ms;
}
.otherBnr li a:hover .otherBnr-img img {
	opacity: 0.7;
}
.otherBnr li .otherBnr-txt .ttl {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.otherBnr li .otherBnr-txt p {
	margin-top: 12px;
	font-size: 12px;
	line-height: 1.5;
}



/* -----------------------------------
ranking
----------------------------------- */

#ranking {
	width: 1120px;
	margin: 110px auto;
}
#ranking .ranking-tab ul {
	width: fit-content;
	overflow: hidden;
	background: #E2E2E2;
	margin-bottom: 60px;
	border-radius: 3em;
}
#ranking .ranking-tab ul li {
	float: left;
}
#ranking .ranking-tab ul li a {
	display: block;
	color: #242424;
	font-size: 14px;
	text-align: center;
	padding: 0 22px;
	background: #E2E2E2;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 3em;
}
#ranking .ranking-tab ul li a.current {
	background: #000;
	color: #fff;
}
#ranking #ranking-clm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ranking #ranking-clm li {
	flex: 0 1 188px;
	margin-bottom: 55px;
}
#ranking .item_img {
	position: relative;
}
#ranking #ranking-clm li .item_img::before {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 20px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
}
#ranking #ranking-clm li:nth-child(1) .item_img::before {
	content: "1";
	background: #C3B14C;
	color:  #fff;
}
#ranking #ranking-clm li:nth-child(2) .item_img::before {
	content: "2";
	background: #CCCCCC;
	color:  #fff;
}
#ranking #ranking-clm li:nth-child(n+3) .item_img::before {
	background: #fff;
	border: solid 1px #E2E2E2;
	box-sizing: border-box;
}
#ranking #ranking-clm li:nth-child(3) .item_img::before {
	content: "3";
}
#ranking #ranking-clm li:nth-child(4) .item_img::before {
	content: "4";
}
#ranking #ranking-clm li:nth-child(5) .item_img::before {
	content: "5";
}
#ranking #ranking-clm li:nth-child(6) .item_img::before {
	content: "6";
}
#ranking #ranking-clm li:nth-child(7) .item_img::before {
	content: "7";
}
#ranking #ranking-clm li:nth-child(8) .item_img::before {
	content: "8";
}
#ranking #ranking-clm li:nth-child(9) .item_img::before {
	content: "9";
}
#ranking #ranking-clm li:nth-child(10) .item_img::before {
	content: "10";
}
#ranking .item_img img{
	width: 100%;
	height: auto;
	transition: opacity 300ms;
}
#ranking a:hover .item_img img{
	opacity: 0.7;
}
#ranking .item_status,
#ranking .item_img,
#ranking .item-brand,
#ranking .item-name,
#ranking .item-price {
	display: block;
	text-align: left;
	line-height: 1.5;
}
#ranking .sale-message {
	display: none;
}
#ranking .item_icon {
display: block;
text-align: left;
}
#ranking .item_icon img{
	width: auto;
	height: 18px;
	margin: 2px 2px 2px 0;
	display: inline-block;
}
#ranking .item_icon.new{
	position: absolute;
	top: -2px;
	left: 0;
}
#ranking .item_status {
	margin: 13px 0 0;
	font-size: 0;
}
#ranking .item-brand {
	margin: 8px 0 0;
	font-size: 11px;
}
#ranking .item-name {
	margin: 4px 0 0;
	font-size: 11px;
}
#ranking .item-price {
	margin: 10px 0 0;
	font-size: 16px;
}
#ranking .item-price.sale-price {
	color: #ff0000;
}
#ranking-clm li a:hover .item-brand,
#ranking-clm li a:hover .item-name{
	text-decoration: underline;
}
#ranking .item_status img {
	display: inline;
	margin: 3px 3px 0 0;
	border: none;
	vertical-align: middle;
	max-height: 18px;
	-webkit-backface-visibility: hidden;
}


/* TOP MTエリア　 ////////////////////////////////////////////////////////////  */

.whatsNew {
	width: 1120px;
	margin: 60px auto 120px;
}
.whatsNew .hl-whatsNew {
  margin-bottom: 40px;
  font-size: 10px;
  font-weight: bold;
}
.whatsNew .hl-whatsNew img {
  vertical-align: middle;
}
.whatsNew .hl-whatsNew span {
  padding-left: 10px;
}
.whatsNew .clmWrap {
	display: flex;
	flex-wrap: wrap;
}
.whatsNew .clmWrap > div {
	flex:  0 1 335px;
}
.whatsNew .clmWrap > div:not(:nth-child(3n)) {
	margin-right: 28px;
	padding-right: 28px;
	border-right: solid 1px #E2E2E2;
}
.whatsNew .clmWrap > div:nth-child(n + 4) {
	padding-top: 60px;
}
.clmUnit .figure {
	margin-bottom: 15px;
}
.clmUnit .figure img {
	width: 100%;
	transition: opacity 300ms;
}
.clmUnit a:hover .figure img {
	opacity: 0.7;
}
.clmUnit .store {
	margin-bottom: 10px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-size: 12px;
	position: relative;
}
.clmUnit .store:after,
.clmUnit .store::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -5px;
}
.clmUnit .store.osaka::after,
.clmUnit .store.OSAKA::after {
	left: 46px;
	width: 16px;
	height: 18px;
	background: url(/ec/shop/hankyu-mens/images/common/osaka-bl.svg);
	background-size: 100% auto;
}
.clmUnit .store.tokyo::after,
.clmUnit .store.TOKYO::after {
	left: 46px;
	width: 13px;
	height: 18px;
	background: url(/ec/shop/hankyu-mens/images/common/tokyo-bl.svg);
	background-size: 100% auto;
}
.clmUnit .store.online::after,
.clmUnit .store.ONLINE::after {
	left: 48px;
	width: 23px;
	height: 18px;
	background: url(/ec/shop/hankyu-mens/images/common/online-bl.svg);
	background-size: 100% auto;
}
.clmUnit .store.osaka.tokyo::before,
.clmUnit .store.OSAKA.TOKYO::before {
	left: 97px;
	width: 16px;
	height: 18px;
	background: url(/ec/shop/hankyu-mens/images/common/osaka-bl.svg);
	background-size: 100% auto;
}
.clmUnit .store.osaka.tokyo::after,
.clmUnit .store.OSAKA.TOKYO::after {
	left: 115px;
	width: 13px;
	height: 18px;
	background: url(/ec/shop/hankyu-mens/images/common/tokyo-bl.svg);
	background-size: 100% auto;
}
.clmUnit .update {
	margin-bottom: 15px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 200;
	font-size: 12px;
}
.clmUnit .ttl {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#listWhatsnew-1 .clmUnit .ttl,#listWhatsnew-1 .clmUnit .txt{
	word-break: break-all;
}
#listLatestnews-1 .clmUnit .ttl,#listLatestnews-1 .clmUnit .txt{
	word-break: break-all;
}
.clmUnit .txt {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 10px;
}
.clmUnit .cat {
	display: inline-block;
	padding: 5px 18px;
	border: solid 1px #707070;
	border-radius: 1.5em;
	font-size: 10px;
}
.clmUnit .cat a {
	pointer-events: none;
}
.clmUnit .cat a:hover {
	text-decoration: none;
}
.latestNews {
	width: 1120px;
	margin: 0 auto 120px;
}
.latestNews .hl-whatsNew {
  margin-bottom: 17px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
  font-size: 30px;
}
.latestNews .clmWrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}
.latestNews .clmWrap > div {
	flex:  0 1 200px;
}


.infomation {
	width: 1120px;
	border-bottom: solid 1px #D2D2D7;
	margin: 120px auto 105px;
	padding-bottom: 30px;
	position: relative;
}
.infomation li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 12px;
}
.infomation .date {
	width: 60px;
	line-height: 22px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
}
.infomation .cat {
	border: solid 1px #E2E2E2;
	margin: 0 20px 0 12px;
	padding: 2px 5px;
	width: 60px;
	border-radius: 5px;
	line-height: 22px;
	text-align: center;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}
.infomation .txt {
	line-height: 1.5;
	flex: 1;
}
.infomation .txt a {
	text-decoration: underline;
}
.infomation .list-btn {
	position: absolute;
	left: 50%;
	bottom: -28px;
	transform: translateX(-50%);
}
.infomation .list-btn div {
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
}
.infomation .list-btn div::before,
.infomation .list-btn div::after {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	width: 15px;
	height: 1px;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	transform-origin: center center;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.infomation .list-btn div::after {
	transform: rotate(90deg);
}
.infomation .list-btn.close div::after {
	transform: rotate(0deg);
}
