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


/* =========================================================
　ホーム
========================================================= */


/* ホームレイアウト
--------------------------------------------------------- */

.ms_wrap {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #e6e7e8;
	margin: 10px 0;
}

#ms_ul li img {
	width: 100%;
	height: auto;
}

.sp_movie {
	display: none;
}

.theme {
	position: relative;
}

.theme ol {
	counter-reset: count;
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
}

.theme ol li {
	font-weight: bold;
	padding: 6px 0;
}

.theme ol li::before {
	display: block;
	width: 18px;
	height: 18px;
	counter-increment: count;
	content: counter(count);
	color: #000;
	border: 0.5px solid #000;
	text-align: center;
	line-height: 18px;
	border-radius: 9px;
	float: left;
	margin-right: 5px;
}

#hito {
	width: 250px;
	height: auto;
	position: absolute;
	bottom: -20px;
	right: 0;
}

#masa-info {
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#masa-info a {
	flex: 0 0 32%;
	position: relative;
}

#masa-info a img {
	display: block;
	width: 100%;
	height: auto;
}

#masa-info a:nth-of-type(3n) {
	margin-right: 0;
}

#masa-info a::after {
	display: block;
	content: "";
	width: 100%;
	padding: 5px 30px 5px 5px;
	color: #383838;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	background-image: url("../images/tri-2.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
	text-align: right;
}

#masa-info a:nth-of-type(1)::after {
	content: "卓球能力進化理論とは？";
}

#masa-info a:nth-of-type(2)::after {
	content: "Youtubeチャンネル";
}

#masa-info a:nth-of-type(3)::after {
	content: "祐コーチの紹介";
}

#other-info {
	width: 100%;
}

#other-info ul {
	margin: 0;
	list-style: none;
	background: url("../images/img-4.jpg") no-repeat;
	background-size: cover;
	padding: 13px 16px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#other-info ul li {
	flex: 1 1 24%;
	margin-right: 1%;
	padding: 0;
}

#other-info ul li:last-of-type {
	margin-right: 0;
}

#other-info a {
	color: #fff;
	font-weight: bold;
	line-height: 1.6em;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	background-image: url("../images/tri-2.png");
	background-size: 10px 15px;
	background-repeat: no-repeat;
	background-position: center right 15px;
	padding: 50px 30px 50px 30px;
	box-sizing: border-box;
}

#movie-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#movie-list section {
	flex: 0 0 22%;
}

.rank {
	display: inline-block;
	background: #e2810e;
	padding: 0px 10px;
	border-radius: 4px;
	margin: 10px 3px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

#movie-list section p {
	font-weight: bold;
	line-height: 1.3em;
	margin: 5px 0;
}

#goods-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#goods-list>section {
	flex: 0 0 22%;
}

#goods-list>section img {
	width: 100%;
	height: auto;
	border: 2px solid #999999;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#goods-list>section p {
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
}

#goods-list>section p span {
	font-size: 1.2em;
	color: red;
}

#content .pager {
	text-align: center;
	margin-bottom: 50px;
}

#content .pager .pager-inr {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
}

#content .pager .first a .try,
#content .pager .prev a,
#content .pager .next a,
#content .pager .last a .try {
	display: inline-block;
	width: 0;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#content .pager .first a:hover,
#content .pager .prev a:hover,
#content .pager .next a:hover,
#content .pager .last a:hover {
	opacity: 0.7;
}

#content .pager .first {
	position: absolute;
	left: -3em;
	top: 0.1em;
}

#content .pager .prev {
	position: absolute;
	left: -1.2em;
	top: 0.1em;
}

#content .pager .next {
	position: absolute;
	right: -1.2em;
	top: 0.1em;
}

#content .pager .last {
	position: absolute;
	right: -3em;
	top: 0.1em;
}

#content .pager .prev a,
#content .pager .first a .try {
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-right: 0.6em solid gray;
}

#content .pager .next a,
#content .pager .last a .try {
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-left: 0.6em solid gray;
}

#content .pager a {
	color: inherit;
}

#content .pager ul.page-num {
	list-style: none;
	padding: 0;
}

#content .pager ul.page-num li {
	display: inline-block;
}

#content .pager ul.page-num li a {
	color: #6b6b6b;
	font-weight: bold;
	padding: 0.2em 0.4em;
}

#content .pager ul.page-num li a:hover,
#content .pager ul.page-num li.active a {
	border-bottom: 2px solid #b6b6b6;
}

0px;
}

#content .pager .pager-inr {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
}

#content .pager .first a .try,
#content .pager .prev a,
#content .pager .next a,
#content .pager .last a .try {
	display: inline-block;
	width: 0;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#content .pager .first a:hover,
#content .pager .prev a:hover,
#content .pager .next a:hover,
#content .pager .last a:hover {
	opacity: 0.7;
}

#content .pager .first {
	position: absolute;
	left: -3em;
	top: 0.1em;
}

#content .pager .prev {
	position: absolute;
	left: -1.2em;
	top: 0.1em;
}

#content .pager .next {
	position: absolute;
	right: -1.2em;
	top: 0.1em;
}

#content .pager .last {
	position: absolute;
	right: -3em;
	top: 0.1em;
}

#content .pager .prev a,
#content .pager .first a .try {
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-right: 0.6em solid gray;
}

#content .pager .next a,
#content .pager .last a .try {
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-left: 0.6em solid gray;
}

#content .pager a {
	color: inherit;
}

#content .pager ul.page-num {
	list-style: none;
	padding: 0;
}

#content .pager ul.page-num li {
	display: inline-block;
}

#content .pager ul.page-num li a {
	color: #6b6b6b;
	font-weight: bold;
	padding: 0.2em 0.4em;
}

#content .pager ul.page-num li a:hover,
#content .pager ul.page-num li.active a {
	border-bottom: 2px solid #b6b6b6;
}

/* ホームレイアウト（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px) {


	.sp_movie {
		text-align: center;
		display: block;
		padding: 20px auto;
	}

	#masa-info a:nth-of-type(1)::after {
		content: "卓球能力進化理論とは？";
		font-size: 18px;
	}

	#masa-info a:nth-of-type(2)::after {
		content: "Youtubeチャンネル";
		font-size: 18px;
	}

	#masa-info a:nth-of-type(3)::after {
		content: "祐コーチの紹介";
		font-size: 18px;
	}

	#hito {
		display: none;
	}

	#masa-info {
		padding: 30px;
		box-sizing: border-box;
		flex-direction: column;
		margin: 0;
	}

	#masa-info a {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	#masa-info a::after {
		font-size: 18px;
		padding: 5px 40px 5px 5px;
		background-size: 10px 15px;
	}

	#other-info {
		padding: 30px;
		box-sizing: border-box;
	}

	#other-info ul {
		flex-direction: column;
	}

	#other-info ul li {
		margin: 5px 0;
		flex: 0 0 100%;
	}

	#other-info a {
		font-size: 18px;
		background-size: 10px 15px;
		padding: 58px 33px 40px 30px;
	}

	#movie-list {
		padding: 30px;
		box-sizing: border-box;
		flex-direction: column;
	}

	#movie-list section {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	#movie-list section iframe {
		width: 100%;
		height: 320px;
	}

	.rank {
		font-size: 18px;
	}

	#movie-list section p {
		font-size: 14px;
	}

	#movie-list section p br {
		display: none;
	}

	#goods-list {
		padding: 30px;
		box-sizing: border-box;
		flex-direction: column;
	}

	#goods-list section {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	#goods-list section p {
		font-size: 18px;
	}
}

/*@media*/
/*	ページャースタイル*/
.pager {
	width: 100%;

}

.pager-inr {
	display: block;
	width: 40%;
	align-items: center;
	justify-content: space-between;
}

.pager-inr p {
	margin: 0;
	padding: 0;
	width: 15%;
}

.gaiyo ul.page-num {
	display: block;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	width: calc(70% - 20px);

}

.gaiyo ul.page-num li {
	padding: 0 5px;
	text-align: center;
}

.gaiyo ul.page-num li a {
	color: #000000;
	font-weight: bold;
	display: inline-block;
	padding: 30px;
	background-color: #eeeeee;
	border-radius: 30px;
}

p.prev {
	text-align: left;
	line-height: 30px;
}

.gaiyo ul.page-num li a:hover {
	background-color: rgb(245, 233, 183);
}

p.next {
	text-align: right;
	line-height: 30px;
}

/*	ページャースタイル(スマホ)*/
@media screen and (max-width:736px) {
	.pager-inr p {
		width: 30%;
	}

	.gaiyo ul.page-num {
		width: calc(70% - 10px);
		text-align: center;
	}
}

/*2カラムレイアウト*/

.area-rimage {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 90%;
	margin: 20px auto 40px auto;
}

.area-rimage-main {
	flex: 1;
	padding:10px;
}

.area-rimage-image {
	width: 25%;
}

.area-rimage-image img {
	width: 100%;
}

@media screen and (max-width:736px) {
	.area-rimage {
		width: 100%;
	}

}

/*投稿カテゴリー*/
ul.post-cate {
	list-style-type: none;
	width: 85%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

ul.post-cate li {
	list-style-type: none;
	width: 25%;
	margin-bottom: 10px;
	text-align: center;
}

ul.post-cate li p img,
div.content-tag img {
	width: 50px;
	margin: 5px auto;
}


@media screen and (max-width:736px) {
	ul.post-cate {
		width: 100%;
	}

}

/*投稿一覧*/
.post-index {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post-index-box {
	width: calc(50% - 10px);
	padding: 0 0 20px 0;
	box-sizing: border-box;
}

.post-index-box h4 {
	background-color: rgba(186, 186, 186, 0.3);
	padding: 7px 10px;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
}

.post-day {
	flex: 1;
}

.post-contributor {
	text-align: right;
	font-size: 80%;
	width: fit-content;
}

.post-index-box div.content {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0 10px 10px 10px;
	margin: 0;
}

.content-tag {
	width: fit-content;
	text-align: center;
	font-size: 90%;
}

.content-tag p {
	padding: 0;
	margin: 0;
}

.content-stit {
	flex: 1;
	padding: 10px 0 10px 20px;
}

@media screen and (max-width:736px) {
	.post-index-box {
		width: 100%;
	}

}