﻿.hover-opa08:hover {
	opacity:0.8;
	transition: all 0.3s ease-in-out;
}

/*----------------------------
   　　　　 見出し
----------------------------*/
h2 .headline_txt, h2 .headline_i {
	display: table-cell;
}
h2 .headline_txt {
	position: relative;
	width: 94%;
	padding-right: 10px;
	vertical-align: top;
}
h2 span.headline_txt em {
	background: #eee;
	color: #333;
	margin-top: 3px;
	padding: 10px 15px;
	font-size: 22px;
	border-radius: 4px;
	font-weight: bold;
	display: block;
}
h2 span.headline_txt em br {
	display: none;
}
h2 span.headline_txt span.update {
	float:right;
	display:inline-block;
	font-size: 16px;
	font-weight:normal;
	margin:5px 0 0 ;
}
h2 span.headline_i {
	width: 6%;
	padding-right: 10px;
	vertical-align: bottom;
}
h2 span.headline_i img {
	width: 75px;
	height: auto;
	vertical-align: bottom;
}
h2 .triangle {
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 45%;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #eee;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
h2 {
	margin: 0 0 10px !important;
}
h2 .headline_txt {
	width: 90%;
}
h2 span.headline_i {
	width: 10%;
	padding-right: 0;
}
}

@media screen and (max-width: 640px) {
/* SP表示 */
h2 .headline_txt {
	width: 87%;
}
h2 span.headline_i {
	width: 13%;
	padding-right: 0;
}
h2 span.headline_txt em {
	font-size: 20px;
}
h2 span.headline_txt em br {
	display: block;
}
}
.section {
	margin: 0 0 50px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
/* タブレット・SP表示 */
.section {
	margin: 0 10px 30px;
}
}
.lead-txt {
	font-size: 14px;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 10px;
}

@media screen and (max-width: 768px) {
/* タブレット・SP表示 */
.lead-txt {
	margin: 10px;
}
}

/*----------------------------
   　　　　ヘッダー
----------------------------*/
.header_sp {
	display:none;
}
@media screen and (max-width: 768px) {
/* タブレット・SP表示 */
.header_pc {
	display:none;
}
.header_sp {
	display:block;
}
}

/*----------------------------
   　　　　新着記事
----------------------------*/
.post-list-box-new li {
	position: relative;
	width: 465px;
	float: left;
	margin: 0 30px 0 0;
}
.post-list-box-new li:nth-child(even) {
	margin: 0;
}
.post-list-box-new li a {
	display: block;
	color: #333;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.post-list-box-new li a:hover {
	opacity: 0.7;
}
.post-list-box-new .post-new {
	position: absolute;
	top: 10px;
	left: 10px;
}
.post-list-box-new .post-thumbnail img {
	width: 465px;
}
.post-list-box-new .post-icon, .post-list-box-new .post-info {
	float: left;
}
.post-list-box-new .post-info {
	width: 405px;
}
.post-list-box-new .post-icon {
	padding: 5px 10px 5px 0;
}
.post-list-box-new .post-icon img {
	width: 50px;
	height: auto;
	border-radius: 50%;
}
.post-list-box-new h3 {
	padding: 7px 0 0 !important;
	margin: 0 0 5px !important;
	border-left: none !important;
	font-weight: bold;
	line-height: 1.35;
	font-size: 20px;
}
.post-list-box-new .post-date {
	color: #aaa;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.post-list-box-new li {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.post-list-box-new li:last-child {
	border-bottom: none;
}
.post-list-box-new .post-thumbnail img {
	width: 100%;
}
.post-list-box-new .post-info {
	width: auto;
}
.post-list-box-new h3 {
	margin: 0 0 5px !important;
}
}
/*------------------------------------------
  　アーカイブ / カテゴリー（ページ）共通
------------------------------------------*/
.post-list-box li {
	width: 310px;
	height:252px;
	float: left;
	margin: 0 15px 30px 0;
}
.post-list-box li:nth-child(3n) {
	margin: 0 0 30px;
}
.post-list-box li a {
	display: block;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.post-list-box li a:hover {
	opacity: 0.7;
}
.post-list-box .post-thumbnail img {
	width: 310px;
}
.post-list-box .post-icon img {
	width: 40px;
	height: auto;
	border-radius: 50%;
}
.post-list-box h3 {
	padding: 5px 0 0 !important;
	margin: 0 0 5px !important;
	border-left: none !important;
	font-weight: bold;
	line-height: 1.35;
	font-size: 1.4em;
	overflow: hidden;
}
.post-list-box .post-icon, .post-list-box .post-info {
	float: left;
}
.post-list-box .post-info {
	width: 260px;
}
.post-list-box .post-icon {
	padding: 5px 10px 5px 0;
}
.post-list-box .post-date {
	color: #aaa;
	font-size: 14px;
}
.btn-black {
	margin: 0 auto;
	text-align: center;
}
.btn-black a {
	display: inline-block;
	padding: 15px 50px;
	background: #333;
	color: #fff;
	font-size: 16px;
}
.btn-black a:hover {
	background: #555;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.post-list-box li {
	width: 100%;
	height:auto;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.post-list-box li:nth-child(3n) {
	margin: 0;
}
.post-list-box li:last-child {
	border-bottom: none;
}
.post-list-box .post-thumbnail {
	width: 35%;
	margin: 0 10px 0 0;
	float: left;
}
.post-list-box .post-info-wrap {
	width: 60%;
	float: left;
}
.post-list-box .post-thumbnail img {
	width: 100%;
}
.post-list-box .post-info {
	width: auto;
}
.post-list-box h3 {
	height: auto;
}
}

@media screen and (max-width: 640px) {
.post-list-box .post-icon {
	display: none;
}
}
/*----------------------------
   　　　カテゴリー
----------------------------*/
.side_left {
	width: 465px;
	float: left;
}
.category-box li {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
}
.category-box li:last-child {
	border-bottom: none;
}
.category-box li a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding: 14px 15px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.side_left {
	width: auto;
	float: none;
}
.category-box {
	width: 100%;
	float: none;
}
}
/*----------------------------
   　　　キャラクター
----------------------------*/
.side_right {
	width: 465px;
	float: right;
}
.charactor-box li a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding: 4px 10px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.charactor-box li {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
}
.charactor-box li:last-child {
	border-bottom: none;
}
.charactor-box li img {
	float: left;
	border-radius: 50%;
	width: 35px;
	height: auto;
}
.charactor-box li .charactor-name {
	line-height: 2.5;
	margin: 0 0 0 45px;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.side_right {
	width: auto;
	float: none;
}
.charactor-box {
	width: 100%;
	float: none;
}
}
/*----------------------------
  　A子さんプロフィール
----------------------------*/
.profile-box img {
	float: left;
	margin: 0 20px 0 0;
}
.profile-box .profile-name {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
.profile-box .profile-txt {
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.profile-box img {
	margin: 0 10px 10px 0;
}
.profile-box .profile-txt {
	line-height: 1.6;
}
}
/*----------------------------
   　　　リンク
----------------------------*/
.link-box li {
	width: 465px;
	float: left;
	margin: 0 30px 0 0;
}
.link-box li:nth-child(even) {
	margin: 0;
}
.link-box li img {
	width: 465px;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.link-box li {
	width: 49%;
	margin: 0 10px 0 0;
}
}

@media screen and (max-width: 640px) {
/* SP表示 */
.link-box li {
	width: 100%;
	margin: 0 0 10px;
}
.link-box li img {
	width: 100%;
}
}
/*----------------------------
  　　キャラクター紹介
----------------------------*/
.intro-box {
	font-size: 16px;
	line-height: 1.8;
}
.intro-box dl {
	border-bottom: 1px dotted #ccc;
}
.intro-box dl:last-child {
	border-bottom: none;
}
.intro-box .intro-image, .intro-box .intro-txt {
	float: left;
}
.intro-box .intro-txt {
	width: 580px;
}
.intro-box dt {
	padding: 10px 0 10px 5px;
	float: left;
}
.intro-box dd {
	padding: 10px 5px 10px 60px;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.intro-box .intro-image {
	width: 38%;
	margin: 0 2% 0 0;
}
.intro-box .intro-txt {
	width: 60%;
}
}

@media screen and (max-width: 640px) {
/* SP表示 */
.intro-box .intro-image {
	width: 100%;
	text-align: center;
}
.intro-box .intro-image img {
	width: 80%;
}
.intro-box .intro-txt {
	width: 100%;
	margin: 10px 0 0;
}
}
/*----------------------------
  　　　記事詳細
----------------------------*/
.content-box .content-post {
	padding: 26px 20px 1px;
	padding-bottom: 0;
	line-height: 1.8;
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 30px 0 20px;
}
.content-box .content-post dt {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-weight: bold;
	position: relative;
	top: -40px;
}
.content-box .content-post dd {
	clear: both;
	position: relative;
	top: -25px;
	padding-left: 10px;
}
.content-box .content-post p {
	margin: 0 !important;
}
.content-box .content-contributor {
	float: right;
	padding: 10px 0 0;
}
.pager {
	width:200px;
	margin:35px auto 20px;
	font-size:16px;
}
.pager .pager-prev {
	float:left;
}
.pager .pager-next {
	float:right;
}
.pager .pager-prev a,.pager .pager-next a {
	background-color:#333;
	color:#fff;
	padding:15px 20px;
}
.pager .pager-prev a:hover,.pager .pager-next a:hover {
	background-color:#555;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3;
}

@media screen and (max-width: 768px) {
/* タブレット・SP表示 */
.content-box .content-post {
	padding: 26px 15px 1px 10px;
	margin: 20px 0 10px;
}
.pager {
	margin:40px auto 45px;
}
}
.content-box .content-comment dt {
	width: 370px;
	float: left;
}
.content-box .content-comment dt img {
	width: 370px;
}
.content-box .content-comment dd p {
	margin: 0 !important;
}
.content-box .content-comment dd {
	float: right;
	width: 530px;
	font-size: 16px;
	margin: 10px 0 0;
	line-height: 1.8;
	position: relative;
	display: inline-block;
	padding: 20px;
	background: #eee;
	z-index: 0;
	border-radius: 10px;
}
.content-box .content-comment dd:after {
	content: "";
	position: absolute;
	bottom: 20%;
	left: -20px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: transparent #eee transparent transparent;
}

@media screen and (max-width: 768px) {
/* タブレット表示 */
.content-box .content-comment dt {
	width: 23%;
}
.content-box .content-comment dd {
	width: 70%;
	margin: 0;
}
.content-box .content-comment dd:after {
	bottom: auto;
	top: 20%;
	left: -10px;
	border-width: 10px 10px 0 0;
}
}

@media screen and (max-width: 640px) {
/* SP表示 */
.content-box .content-comment dt {
	width: 100%;
	float: none;
	text-align: center;
}
.content-box .content-comment dt img {
	width: 80%;
}
.content-box .content-comment dd {
	margin: -5px 0 0;
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.content-box .content-comment dd:after {
	bottom: auto;
	top: -10px;
	left: 10%;
	border-width: 20px 20px 0 0;
}
}
/*----------------------------
  　　サイドメニュー
----------------------------*/
#Menu {
	width: 70px;
	background-color: #eee;
	position: absolute;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	top: 10px;
	left: 0;
	padding: 15px 10px;
}
.menu_category {
	margin: 0 0 20px;
}
.menu_txt {
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_category {
	margin: 0 0 8px;
}
.btn_category:last-child {
	margin: 0;
}
.btn_category a {
	display: block;
	width: 70px;
	height: 70px;
}
.btn_category a:hover {
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3;
}
.btn_category a span {
	position: relative;
	z-index: -9999;
}
.sprite01 {
	background: url(../images/btn_sprite.png) no-repeat 0 0;
}
.sprite01:hover {
	background-position: 0 -70px;
}
.sprite02 {
	background: url(../images/btn_sprite.png) no-repeat 0 -140px;
}
.sprite02:hover {
	background-position: 0 -210px;
}
.sprite03 {
	background: url(../images/btn_sprite.png) no-repeat 0 -280px;
}
.sprite03:hover {
	background-position: 0 -350px;
}
/* Reset */
/*@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);*/
.social-buttons li {
	margin: 0 0 8px;
}
.social-buttons li:last-child {
	margin: 0;
}
.social-button {
	display: inline-block;
	background-color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: .99;
	border-radius: 28%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:before {
	content: '';
	-color: #000;
	width: 120%;
	height: 120%;
	position: absolute;
	top: 90%;
	left: -110%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
	font-size: 38px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
	background-color: #3B5998;
}
.social-button.facebook .fa {
	color: #3B5998;
}
.social-button.twitter:before {
	background-color: #3CF;
}
.social-button.twitter .fa {
	color: #3CF;
}
.social-button.line:before {
	background-color: #00B900;
}
.social-button.line .fa {
	color: #00B900;
}
.social-button:focus:before, .social-button:hover:before {
	top: -10%;
	left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 1156px) {
#Menu {
	display: none;
}
}

@media screen and (max-width: 768px) {
#Menu {
	display: block;
	width: 100%;
	height: auto;
	position: fixed;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: rgba(0,0,0,0.8);
	top: auto;
	bottom: 0;
	left: 0;
	padding: 10px 10px;
	box-sizing: border-box;
	z-index: 9999;
}
.menu_category, .menu_txt {
	display: none;
}
.social-buttons li {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.social-buttons li:last-child {
	margin: 0;
}
.social-button {
	width: 100%;
	height: auto;
	padding: 5px;
	line-height: 2em;
	opacity: .99;
	border-radius: 5px;
	box-sizing: border-box;
}
.social-button .fa {
	font-size: 2em;
	color: #fff !important;
}
.social-button.facebook {
	background-color: #3B5998;
}
.social-button.twitter {
	background-color: #3CF;
}
.social-button.line {
	background-color: #00B900;
}
}

/*--------------------------------------
  　　スクロールトップ
--------------------------------------*/
#page-top {
	display:none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 3.0em;
	font-weight: bold;
	display: block;
	z-index:9999;
}
.pagetop-sp {
	display:none;
}
@media screen and (max-width: 768px) {
	#page-top {
		right: 10px;
		bottom: 9%;
	}
	.pagetop-sp {
		display:block;
	}
	.pagetop-pc {
		display:none;
	}
}

#str_container #localMenu .contentsMenu {
	clear: both;
}