@charset "UTF-8";
/* CSS Document */

/* base configure */

.twitter-tweet {
	width: 100% !important;
}

.EmbeddedTweet {
	max-width: 100% !important;
}

header,
footer,
.main,
.side-menu {
	padding: 0;
	text-align: center;
	color: #fff;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

header,
footer {
	background: #fff;
	margin: 0 auto;
}

h2.listpage {
	color: #000;
	text-align: left;
	font-size: 110%;
}

.writericon {
	width: 1px !important;
	padding-left: 10px;
	vertical-align: middle;
}

.copy {
	padding: 10px 0;
	text-align: center;
	color: #666;
	font-size: 12px;
}

.main {
	background: #fff;
}

.side-left {
	background: #d687b0;
}

.side-right {
	background: #fff;
	max-width: 340px;
	margin: 0 auto;
}

.main,
.side-left,
.side-right {
	min-height: 200px;
}

.main {
	margin-bottom: 50px;
}

/* display column */
.column1 .side-left,
.column1 .side-right {
	display: none;
}

.column2-left .side-right,
.column2-right .side-left {
	display: none;
}

.header {
	max-width: 1020px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
}

.header .logo:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/src/images/icon_ti.jpg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 1px;

}

.nav-button {
	display: none;
}

.nav li {
	display: inline-block;
	margin: 0 5px;
}

.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}

.app {
	display: block;
	overflow: hidden;
}

.app-icon {
	display: inline-block;
	width: 30%;
}

.app-text {
	display: inline-block;
	width: 68%;
	vertical-align: top;
	margin-bottom: 10px;
}

.twitter {
	margin: 20px 0;
	border: 1px solid #ccc;
}

.banner {
	margin: 20px 0;
}

.banner img {
	width: 100%;
}

.banner p {
	background-color: #000;
	margin-top: 0;
	padding: 10px;
	color: #fff;
}

.shareList {
	list-style: none;
	display: none;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.shareList__item {
	height: 30px;
	line-height: 20px;
	text-align: center;
	margin: 0 3px 0 0;
}

.shareList__link {
	display: block;
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	transition: .2s;
	border: 0;
	border-radius: 3px;
}

.shareList__link::before {
	font-size: 16px;
}

.shareList__link::after {
	content: attr(title);
	font-size: 11px;
	font-weight: 700;
	vertical-align: top;
	margin-left: 5px;
}

.shareList__link.icon-twitter {
	background: #55acee;
}

.shareList__link.icon-twitter:hover {
	color: #55acee;
	background: #ffffff;
	border-color: #55acee;
}

.shareList__link.icon-facebook {
	background: #3B5998;
}

.shareList__link.icon-facebook:hover {
	color: #3B5998;
	background: #ffffff;
	border-color: #3B5998;
}

.shareList__link.icon-google-plus {
	background: #dd4b39;
}

.shareList__link.icon-google-plus:hover {
	color: #dd4b39;
	background: #ffffff;
	border-color: #dd4b39;
}

.shareList__link.icon-hatebu {
	background: #008FDE;
}

.shareList__link.icon-hatebu:hover {
	color: #008FDE;
	background: #ffffff;
	border-color: #008FDE;
}

.shareList__link.icon-pocket {
	background: #EB4654;
}

.shareList__link.icon-pocket:hover {
	color: #EB4654;
	background: #ffffff;
	border-color: #EB4654;
}

.shareList__link.icon-rss {
	background: #ff9900;
}

.shareList__link.icon-rss:hover {
	color: #ff9900;
	background: #ffffff;
	border-color: #ff9900;
}

.shareList__link.icon-feedly {
	background: #6cc655;
}

.shareList__link.icon-feedly:hover {
	color: #6cc655;
	background: #ffffff;
	border-color: #6cc655;
}

.shareList__link.icon-pinterest {
	background: #cb2027;
}

.shareList__link.icon-pinterest:hover {
	color: #cb2027;
	background: #ffffff;
	border-color: #cb2027;
}

.shareList__link.icon-linkedin {
	background: #0e76a8;
}

.shareList__link.icon-linkedin:hover {
	color: #0e76a8;
	background: #ffffff;
	border-color: #0e76a8;
}

.shareList__link.icon-line {
	background: #1dcd00;
}

.shareList__link.icon-line:hover {
	color: #1dcd00;
	background: #ffffff;
	border-color: #1dcd00;
}



@media screen and (min-width: 992px) {
	.nav-wrap {
		display: block !important;
	}
}

.content-top {
	padding: 0 0 10px 0;
	max-width: 1020px;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
}

.content-top p {
	background-color: #000;
	margin-top: -4px;
	padding: 10px;
	color: #fff;
}

.content-top img {
	width: 100%;
}

.content {
	padding: 0;
	max-width: 1020px;
	margin: 0 auto;
}

h1,
h2,
h3,
p {
	margin: 0;
	padding: 0;
}

.header h1.logo {
	font-size: 200%
}

.header h1 span {
	display: block;
	font-size: 11px;
	text-align: right;
	margin-top: -17px;
	font-weight: 300;
}

h4 {
	margin: 20px 0;
}

h4.subtitle {
	border-top: 5px solid #000;
	margin: 20px 0 0;
	padding: 20px 0;
	color: #000;
	text-align: left;
}

h4.subtitle-rc {
	border-top: 5px solid #000;
	margin: 0;
	padding: 20px 0;
	color: #000;
	text-align: left;
}

span.soccer {
	color: #14b94a;
	padding-left: 10px;
	font-size: 80%;
}

span.basketball {
	color: #e9901d;
	padding-left: 10px;
	font-size: 80%;
}

span.daytime {
	font-size: 13px;
}

.button a {
	background: #6f6969;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 15px;
	float: right;
	margin-top: 5px;
	text-decoration: none;
}

.button-002 a {
	background: #fff;
	color: #b22d2e;
	font-size: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 15px;
	float: right;
	margin-top: 5px;
	text-decoration: none;
}

.button-back a {
	background: #6f6969;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 15px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
}

.button-red {
	text-align: center;
}

.button-red a {
	background: #b22d2e;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 15px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
}

.main-item {
	margin: 0 20px 40px 0;
	color: #444;
	text-align: left;
	overflow: hidden;
	font-size: 15px;
}

.main-item img {
	width: 100%;
}

.main-item p {
	line-height: 1.8em;
	font-size: 16px;
}

.list-item {
	margin: 30px 20px 0 0;
	color: #000;
	text-align: left;
}

.list-item img {
	width: 48%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}

.list-item .list-text {
	width: 49%;
	display: inline-block;
}

.list-item p {
	line-height: 1.5em;
	font-size: 12px;
}

.fav-item h3 {
	font-size: 70%;
}

.detailtext p {
	font-size: 95%;
	margin-top: 30px;
}

.detailtext p a {
	color: #000;
	text-decoration: underline;
}

.detailtext p a:link {
	color: #000:
}

.detailtext p a:hover {
	color: #000:
}

.detailtext p a:visited {
	color: #000:
}

.detailtext p a:active {
	color: #000:
}

.fav-item {
	margin: 0 0 10px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.fav-item img {
	width: 28%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}

.fav-item a {
	color: #000;
	text-decoration: none;
}

.fav-item a:link {
	color: #000:
}

.fav-item a:hover {
	color: #000:
}

.fav-item a:visited {
	color: #000:
}

.fav-item a:active {
	color: #000:
}

.fav-item .fav-text {
	width: 69%;
	display: inline-block;
}

.title-fb {
	color: #000;
	text-align: left;
}

.title-fb:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/src/images/icon_fb.jpg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

.title-tw {
	color: #000;
	text-align: left;
}

.title-tw:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/src/images/icon_tw.jpg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;

}

.title-ig {
	color: #000;
	text-align: left;
}

.title-ig:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/src/images/icon_ig.jpg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;

}

.subtitle:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/src/images/icon_kj.jpg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;

}

.subtitle-rc:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/src/images/icon_rc.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;

}

.profile {
	border: 1px solid #000;
	padding: 10px;
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 0 20px 40px 0;
}

h1.logo a {
	color: #444;
	text-decoration: none;
}

h1.logo a:link {
	color: #000:
}

h1.logo a:hover {
	color: #000:
}

h1.logo a:visited {
	color: #000:
}

h1.logo a:active {
	color: #000:
}

h2 a {
	color: #000;
	text-decoration: none;
}

h2 a:link {
	color: #000:
}

h2 a:hover {
	color: #000:
}

h2 a:visited {
	color: #000:
}

h2 a:active {
	color: #000:
}

h2.label a {
	color: #f00;
	text-decoration: underline;
}

h2 a:link {
	color: #f00:
}

h2 a:hover {
	color: #f00:
}

h2 a:visited {
	color: #f00:
}

h2 a:active {
	color: #f00:
}

h3 a {
	color: #000;
	text-decoration: none;
}

h3 a:link {
	color: #000:
}

h3 a:hover {
	color: #000:
}

h3 a:visited {
	color: #000:
}

h3 a:active {
	color: #000:
}

@media screen and (min-width: 992px) {
	.nav a {
		color: #000;
		text-decoration: underline;
		font-size: 14px;
	}

	.nav a:link {
		color: #000:
	}

	.nav a:hover {
		color: #000:
	}

	.nav a:visited {
		color: #000:
	}

	.nav a:active {
		color: #000:
	}
}

@media screen and (max-width: 991px) {
	.nav-button {
		display: block;
		cursor: pointer;
	}

	.nav-wrap {
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;

		.nav {
			height: 100%;
			position: relative;
			overflow-x: hidden;
			overflow-y: auto;
		}

		li {
			display: block;
			margin: 2em;

			a {
				color: #fff;
				font-size: 18px;
			}
		}
	}

	/*メニューボタンのエフェクト*/
	.nav-button,
	.nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}

	.nav-button {
		z-index: 20;
		position: relative;
		width: 40px;
		height: 36px;
		margin-top: 8px;
	}

	.nav-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000;
		border-radius: 4px;
	}

	.nav-button span:nth-of-type(1) {
		top: 0;
	}

	.nav-button span:nth-of-type(2) {
		top: 16px;
	}

	.nav-button span:nth-of-type(3) {
		bottom: 0;
	}

	.nav-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(16px) rotate(-45deg);
		transform: translateY(16px) rotate(-45deg);
	}

	.nav-button.active span:nth-of-type(2) {
		opacity: 0;
	}

	.nav-button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-16px) rotate(45deg);
		transform: translateY(-16px) rotate(45deg);
	}

	.main-item {
		margin-right: 0px;
		color: #444;
		text-align: left;
	}

	.profile {
		margin: 0 0 40px 0;
	}

	span.soccer {
		display: none;
	}

	span.basketball {
		display: none;
	}

	h3 {
		font-size: 90%;
	}

	.list-item {
		margin: 30px 0 0 0;
		color: #000;
		text-align: left;
	}

	.list-item p {
		display: none;
	}

	.instagram {
		max-width: 340px;
		margin: 0 auto;
	}

	.header h1.logo {
		font-size: 120%
	}

	.header {
		padding: 10px 10px 20px 0;
	}

	.nav {
		padding: 0 60px;
	}

	.nav li {
		margin: 0 10px;
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}

	.nav a {
		color: #fff !important;
		font-size: 120%;
		text-decoration: none;
	}
}

/* Sideways tablet, PC */
@media (min-width: 992px) {

	/* content width init */
	.column1 header,
	.column1 footer {
		max-width: 900px;
	}

	.column2-left header,
	.column2-left footer,
	.column2-right header,
	.column2-right footer {
		max-width: 1030px;
	}

	.column3 header,
	.column3 footer {
		max-width: 1160px;
	}

	.column1 .main {
		width: 920px;
	}

	.column2-left .main,
	.column2-right .main {
		width: 710px;
	}

	.column3 .main {
		width: 580px;
	}

	.column2-left .side-menu,
	.column2-right .side-menu {
		width: 310px;
	}

	.column3 .side-menu {
		width: 260px;
	}

	.content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* content position */
	.side-left {
		order: -1;
	}

	.side-right {
		order: 1;
	}

	/* grow shrink base-size*/
	.main {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.side-menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.pageNav04c {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
	color: #444;
}


.pageNav04c ul {
	position: relative;
	left: 40%;
	float: left;
	list-style: none;
}

.pageNav04c ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
}

.pageNav04c li span,
.pageNav04c li a {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 4px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

.pageNav04c li a:hover {
	background: #eeeff7;
	border-color: #00f;
}

.balloon {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	color: #333;
	background-color: #ddd;
	margin: 20px 0 20px 110px;
	font-size: 14px;
	display: inline-grid;
}

.balloon .icon {
	position: absolute;
	left: -110px;
	top: 0;
}

.balloon img {
	width: 90px;
}

.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 15px solid #ddd;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.cp_table *,
.cp_table *:before,
.cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_table {
	width: 100%;
	border-collapse: collapse;
	margin: 40px 0 60px;
}

.cp_table th,
.cp_table td {
	padding: 10px;
	border: 1px solid #dddddd;
}

.cp_table th {
	width: 30%;
	text-align: left;
	background: #f4f4f4;
}

.cp_table span.red {
	background: #f00;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	margin: 5px;
	line-height: 3.0em;
}

.cp_table span.black {
	background: #666;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	margin: 5px;
	line-height: 3.0em;
}

@media only screen and (max-width:991px) {
	.cp_table {
		margin: 40px 0 60px;
	}

	.cp_table th,
	.cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}

.filter-label {
	color: #4b4b4b;
	background: #ddd;
	padding: 10px;
	margin-top: 15px;
}

.filter ul {
	padding: 0;
	color: #4b4b4b;
	list-style: none;
	display: inline-block;
	text-align: left;
}

@media screen and (min-width: 992px) {
	.filter li {
		text-align: left;
		display: inline-block;
		width: 49%;
		line-height: 1.9em;
		margin: 3px 0;
	}

	.special-label {
		margin-right: 30px;
	}
}

@media only screen and (max-width:991px) {
	.filter li {
		text-align: left;
		display: inline-block;
		width: 100%;
		line-height: 1.9em;
		margin: 3px 0;
	}

	.special-label {
		margin-right: 0;
	}
}

.filter label {
	border: 1px solid #4b4b4b;
	border-radius: 20px;
	padding: 5px 20px;
	display: block;
}

.filter label img {
	width: 20px;
	vertical-align: text-bottom;
}

.sal-banner {
	margin-top: 20px;
}

.sal-banner img {
	width: 100%;
	height: auto;
}