/***************************
 *
 * モジュール 一覧用
 *
 **************************/

/* tag header */
.tag-header {
	background: #fafafa;
	margin-bottom: 30px;
	position: relative;

	box-sizing: border-box;

}
.tag-header .tag-header-box {
	float: left;
	width: 100px;
	height: 100px;

	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
}
.tag-header .tag-header-box a {
	font-size: 16px;
	color: #222;
}
.tag-header .tag-header-box a:hover {
	color: white;
	text-decoration: none;
}
.tag-header .tag-header-box.tag-header-box-black {
	border-radius: 100%;
	color: white;
	background: black url(../img/tag-big.png) center center no-repeat;
	background-size: 30px 41px;
}
.tag-header .tag-header-title {
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
	display: -webkit-flex;
	display: flex;
	/* -webkit-align-items: center; */
	/* align-items: center; */
	-webkit-justify-content: center;
	justify-content: center;
	height: 100px;
	box-sizing: border-box;
	flex-direction: column;
	padding: 15px;
}
.tag-header .tag-header-title .tag-header-title-big {
	font-size: 16px;
}
@media screen and (max-width:320px){
	.tag-header .tag-header-box {
		width: 70px;
		height: 70px;	
	}
	.tag-header .tag-header-title {
		font-size: 9px;
		height: 70px;
	}
	.tag-header .tag-header-title .tag-header-title-big {
		font-size: 14px;
	}
}


.tag-text {
	line-height: 1.565em;
	font-size: 16px;
	margin-bottom: 35px;
}
.entry-num {
	text-align: right;
	border-bottom: 1px solid #222222;
	font-size: 16px;
	color: #000000;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

/* list entry */
.list-entry {
	
}
.list-entry > li {
	margin-bottom: 70px;
}
.list-entry .entry {
	position: relative;
	padding-left: 210px;
}
.list-entry .entry .entry-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.list-entry .entry .entry-pic {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.list-entry .entry .entry-time {
	width: 70px;
	height: 70px;
	position: absolute;
	top: -20px;
	left: -20px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;	
	flex-direction: column;	
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(34,34,34,0.9);
/*
	border-radius: 100%;
*/
	border-radius: 10%;
	color: white;
	line-height: 1.28em;
	font-size: 14px;	
}
.list-entry .entry .entry-info {
	
}
.list-entry .entry .entry-tag {
	
}
.list-entry .entry .entry-title {
	font-size: 18px;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 17px;
}
.list-entry .entry .entry-title a {
	color: #000000;
}
.list-entry .entry .entry-content {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 18px;	
}
.list-entry .entry .entry-more {
	width: 110px;
	border: 1px solid #222;
	text-align: center;
	box-sizing: border-box;	
	line-height: 24px;
}
.list-entry .entry .entry-more a {
	color: #222;
	font-size: 14px;
	display: block;
	text-align: center;
}
.list-entry .entry .entry-more a:hover {
	background: #383838;
	color: white;
}
.list-entry .entry-link:hover + .entry-pic {
	opacity: 0.5;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
}
.list-entry .entry-link:hover + .entry-pic + .entry-info .entry-title a {
	text-decoration: underline;
}
.list-entry .entry-link:hover + .entry-pic + .entry-info .entry-more a {
	background: #383838;
	color: white;	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
}

/* list entry sp */
.list-entry-sp {
	
}
.list-entry-sp .entry {
	padding-left: 0;
}
.list-entry-sp .entry .entry-pic {
	width: 100px;	
}
.list-entry-sp .entry .entry-title {
	padding-left: 120px;
	min-height: 80px;
}
.list-entry-sp .entry .entry-content {
	padding-top: 20px;
}
.list-entry-sp .entry .entry-more {
	float: right;
	margin-top: -20px;
}
.list-entry-sp .entry .entry-more a:hover {
	text-decoration: none;
}


/* list entry card */

.list-entry-card {
	display: block;
	margin: 0 30px;
}
.list-entry-card > li {
	margin-bottom: 30px;
}
.list-entry-card > li .entry {
	background: #fafafa;
	padding: 0;
	position: relative;
}
.list-entry-card > li .entry .entry-pic {
	width: 50%;
	position: relative;
	left: auto;
	top: auto;
	height: auto;	

}
.list-entry-card > li .entry .entry-pic img {
	
}
.list-entry-card > li .entry .entry-info {
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
}
.list-entry-card > li .entry .entry-title {
	font-size: 16px;
}
.list-entry-card > li .entry .entry-content {
	display: none;
}
@media all and (min-width: 760px) {
	.list-entry-card > li .entry .entry-content {
		display: block;	
	}
}
.list-entry-card > li .entry .entry-tag {
	margin-bottom: 5px;
	position: relative;
	z-index: 20;
	font-size: 14px;
}
.list-entry-card > li .entry .entry-link:hover {
	
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic {
	opacity: 1;
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic img {
	opacity: 0.5;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic .entry-cango {
	opacity: 1;
	width: 70%;
	height: 70%;
	left: 50%;
	top: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(255,255,255,0.9);

	z-index: 5;
	position: absolute;
	font-size: 36px;
	transform: translate(-50%, -50%);
/*
	border-radius: 100%;
*/
	border-radius: 10%;
	
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic .entry-cango:after {
	/* content: "Can\AGo!!"; */
	content: "ABT";
	white-space: pre;	
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic .entry-cango.en:after {
	content: "Tokyo";
	white-space: pre;	
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic .entry-cango-2 {
	opacity: 1;
	width: 70%;
	height: 70%;
	left: 50%;
	top: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: rgba(255,255,255,0.9);

	z-index: 5;
	position: absolute;
	font-size: 36px;
	transform: translate(-50%, -50%);
/*
	border-radius: 100%;
*/
	border-radius: 10%;
	
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;	
}
@-webkit-keyframes bounce {
	0%, 100% { -webkit-transform: scale(0.0); transform-origin: 0% 0%; }
	50% { -webkit-transform: scale(1.0) translate(-50%, -50%); }
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic .entry-cango-2:after {
	/* content: "Can\AGo!!"; */
	content: "アプト";
	white-space: pre;	
}
.list-entry-card > li .entry .entry-link:hover + .entry-pic .entry-cango-2.en:after {
	content: "Edo";
	white-space: pre;	
}
@keyframes bounce {
	0%, 100% { transform: scale(0.0) translate(-50%, -50%); transform-origin: 0% 0%; }
	50% { transform: scale(1.0) translate(-50%, -50%); }
}
.list-entry-card > li .entry.bg-1 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-1 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #b7e2ea;
}
.list-entry-card > li .entry.bg-2 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-2 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #f7c371;
}
.list-entry-card > li .entry.bg-3 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-3 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #9ec884;
}
.list-entry-card > li .entry.bg-4 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-4 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #67c0cd;
}
.list-entry-card > li .entry.bg-5 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-5 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #bf97d6;
}
.list-entry-card > li .entry.bg-6 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-6 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #f7699f;
}
.list-entry-card > li .entry.bg-7 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-7 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #6098c2;
}
.list-entry-card > li .entry.bg-8 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-8 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #889d81;
}
.list-entry-card > li .entry.bg-9 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-9 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #e6ce85;
}
.list-entry-card > li .entry.bg-10 .entry-link:hover + .entry-pic .entry-cango:after, .list-entry-card > li .entry.bg-10 .entry-link:hover + .entry-pic .entry-cango-2:after {
	color: #ff8369;
}


/* list entry pickup */

.list-entry-pickup {
	/*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;*/
	display: block;
	padding-top: 100px;
}
.list-entry-pickup li {
	margin-bottom: 0;

}
.list-entry-pickup .entry {
	height: 250px;
	padding: 0;
}
.list-entry-pickup .entry .entry-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2% 5%;
}
.list-entry-pickup .entry .entry-mask {
	box-sizing: border-box;
	background: rgba(0,0,0,0.1);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.list-entry-pickup .entry .entry-link:hover + .entry-mask {
	background: rgba(255,255,255,0.2);
}
.list-entry-pickup .entry .entry-time {
	font-size: 14px;
	color: white;
	background: none;
	border-radius: 0;
	width: auto;
	height: auto;
	position: static;
	text-align: left;
}
.list-entry-pickup .entry .entry-title {
	font-size: 20px;
	color: white;
}
.list-entry-pickup .entry .entry-title a {
	font-size: 20px;
	color: white;	
}

/* list entry small */
.list-entry-small {
	
}
.list-entry-small > li {
	margin-bottom: 25px;
	min-height: 70px;
}
.list-entry-small .entry {
	padding: 0;
	padding-left: 85px;
}
.list-entry-small .entry .entry-link {
	min-height: 80px;
}
.list-entry-small .entry .entry-pic {
	width: 70px;
}
.list-entry-small .entry .entry-title {
	font-size: 15px;
	line-height: 1.6em;
	color: #222222;	
}
.list-entry-small .entry .entry-title a {
	font-size: 15px;
	color: #222222;
}

/* list entry ranking */
.list-entry-ranking {
	counter-reset: num;
	margin-bottom: 50px;
}
.list-entry-ranking li .entry:before {
	counter-increment: num;
	content: counter(num);
	position: absolute;
	left: -5px;
	top: -5px;
	width: 30px;
	height: 30px;
	display: block;
	background: #222222;
	border-radius: 100%;
	z-index: 10;
	text-align: center;
	line-height: 30px;
	color: white;
}

/* list entry post bottom */
.list-entry-post-bottom {
	margin-top: 60px;
}
.list-entry-post-bottom > li {
	margin-bottom: 50px;
}
.list-entry-post-bottom .entry {
	padding-left: 0;
}
.list-entry-post-bottom .entry .entry-pic {
	width: 100px;
}
.list-entry-post-bottom .entry .entry-title {
	font-size: 20px;
	line-height: 1.5em;
	padding-left: 115px;
	min-height: 80px;
}
.list-entry-post-bottom .entry .entry-content {
	font-size: 15px;
	line-height: 1.6em;
	padding-top: 10px;
}

/* prev next */
.prev-next {
	position: relative;
	margin-bottom: 0px;
	padding: 0 50px;
}
.prev-next .prev {
	font-size: 15px;
	color: #222222;
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 37px;	
}
.prev-next .prev a {
	font-size: 15px;
	color: #222222;
	display: block;
	background: url(../img/prev.png) 0 0 no-repeat;
	background-size: 19px 37px;
	padding-left: 20px;
}
.prev-next .next {
	font-size: 15px;
	color: #222222;
	position: absolute;
	top: 5px;
	right: 0;
	line-height: 37px;	
}
.prev-next .next a {
	font-size: 15px;
	color: #222222;
	display: block;
	background: url(../img/next.png) right 0 no-repeat;
	background-size: 19px 37px;
	padding-right: 20px;	
}
.prev-next ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	

	margin: 0 auto;
}
.prev-next ul li {
	margin: 0 5px 5px;
	line-height: 40px;	
}
.prev-next ul li a {
	font-size: 14px;
	color: #222222;
	border: 1px solid #222;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}
.prev-next ul li a:hover {
	text-decoration: none;
	color: white;
	background: #222;
}
.prev-next ul li.is-active a {
	text-decoration: none;
	color: white;
	background: #222;	
}
