@charset "UTF-8";

/*
Theme Name: PC用テーマ
Theme URI:
*/

@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese');

/*
Base
*/

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p,img{
margin:0;
padding:0;
}

img {
vertical-align: bottom;
}

ul,
ol {
list-style: none;
}

a {
color: #000;
text-decoration: none;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

html {
overflow-x: hidden;
}

body {
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
background: #f5f5f5;
color: #000;
font-size: 15px;
line-height: 1;
}

/*
Layout
*/

.inner {
position: relative;
width: 1148px;
margin: 0 auto;
}

.contents > .inner {
background: #fff;
padding: 40px 0;
}

.header {
border-top: 5px solid #409CCC;
background: #fff;
padding: 35px 0 30px;
}

.main {
width: 728px;
float: left;
padding: 0 40px;
}

.sub {
width: 300px;
float: left;
}

.footer {
background: #555;
color: #9a9a9a;
padding: 40px 0;
text-align: center;
}

.clear:after,
.wrapper:after,
.inner:after,
.article:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

/*
Module
*/

/* ヘッダー */
.blog-title {
float: left;
font-size: 28px;
margin-top: 2px;
}

.blog-title > a {
display: block;
color: #409CCC;
}

.blog-title > a:hover {
color: #58B6E6;
}

/* サイト上部の人気記事 */
.popular-list {
border: 2px solid #000;
background: #000;
}

.popular-item {
width: 282px;
float: left;
margin: 2px 2px;
}

.popular-item > a {
display: block;
position: relative;
}

.popular-item-thumb {
width: 282px;
height: 180px;
background: #fff;
}

.popular-item-thumb > img {
display: block;
width: 100%;
height: 100%;
float: none;
margin: 0;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.popular-item > a:hover .popular-item-thumb > img {
opacity: 0.7;
}

.popular-item-text {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
background: rgba(0,0,0,0.8);
}

.popular-item-title {
font-size: 14px;
line-height: 1.4;
height: 57px;
overflow: hidden;
color: #fff;
}

/* 各セクションのタイトル */
.section-title {
font-size: 16px;
font-weight: bold;
padding: 15px 20px;
border: 1px solid #ddd;
background: #f9f9f9;
margin-bottom: 16px;
}

.section-title > span {
border-left: 5px solid #409CCC;
padding-left: 12px;
}

/* 記事 */

.no-article {
  font-size: 15px;
  font-weight: bold;
  margin: 32px 8px;
}

.article-single {
}

.article-thumb {
width: 250px;
height: 164px;
float: left;
overflow: hidden;
}

.article-thumb a {
display: block;
width: 250px;
height: 164px;
}

.article-thumb img {
width: 100%;
height: 164px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.article-thumb a:hover img {
opacity: 0.7;
}

.article-header {
padding-left: 260px;
min-height: 60px;
}

.article-header-single {
/*border-bottom: 1px dotted #ddd;*/
padding-bottom: 20px;
margin-bottom: 0px;
}

.article-title {
font-size: 24px;
line-height: 1.4;
margin-bottom: 11px;
}

.article-title a{
display: block;
font-weight: bold;
word-wrap: break-word;
word-break: break-all;
}

.article-title a:hover {
text-decoration: underline;
}

/* 記事の一覧 */

.article-list {
  margin: 0 -8px 10px;
}

.article-item {
  width: 354px;
  margin: 0 8px 16px;
  float: left;
  border: 1px solid #ddd;
}

.article-item-header {
  background: #f9f9f9;
  padding: 20px 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}

.article-single .article-item-header {
  padding: 28px 24px;
  border: 1px solid #ddd;
  margin-bottom: 24px;
}

.article-item-category-list {
  height: 26px;
  overflow: hidden;
  margin-bottom: 13px;
}

.article-single .article-item-category-list {
  height: auto;
  overflow: visible;
  margin-bottom: 8px;
}

.article-item-category-item {
  float: left;
  margin: 0 7px 10px 0;
}

.article-item-category-item > a {
  display: block;
  padding: 7px 12px;
  background: #53b6ea;
  font-size: 10.5px;
  font-weight: bold;
  box-shadow: 0 2px 0 0 #45a6da;
  border-radius: 20px;
  color: #fff;
}

.article-item-category-item > a:hover {
  -webkit-transform: translate3d(0px,2px,0);
  -moz-transform: translate3d(0px,2px,0);
  transform: translate3d(0px,2px,0);
  box-shadow: none;
}

.article-single .article-item-category-item > a {
  padding: 8px 15px;
  font-size: 11px;
}

.article-item-title {
  font-size: 17px;
  line-height: 1.4;
  height: 69px;
  overflow: hidden;
  margin-bottom: 13px;
}

.article-single .article-item-title {
  font-size: 18px;
  line-height: 1.6;
  height: auto;
  overflow: visible;
  margin-bottom: 18px;
}

.article-item-title > a {
  display: block;
}

.article-item-title > a:hover {
  text-decoration: underline;
}

.article-item-thumbnail {
  margin: 16px;
}

.article-item-thumbnail > a {
  display: block;
  height: 380px;
  border: 1px solid #ddd;
}

.article-item-thumbnail > a > span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.article-item-thumbnail > a:hover > span {
  opacity: 0.7;
}

.article-single-thumbnail {
  text-align: center;
  margin-bottom: 24px;
}

.article-single-thumbnail > img {
  max-width: 100%;
  height: auto;
}

.article-item-meta {
  font-size: 13px;
  color: #999;
}

.article-single .article-item-meta {
  font-size: 13px;
}

.article-item-date {
  float: left;
}

.article-item-date > i {
  position: relative;
  top: -1px;
  margin-right: 9px;
}

.article-item-comment {
  float: right;
}

.article-item-comment > a > i {
  position: relative;
  top: -1px;
  margin-right: 9px;
}

.article-item-comment > a > span {
  font-size: 11px;
  margin-left: 2px;
}

.article-single .article-item-comment > a > span {
  font-size: 12px;
}

.article-item-excerpt {
  font-size: 12px;
  line-height: 1.6;
  padding: 16px;
  background: #edf9ff;
  margin: 16px;
  border-radius: 10px;
  position: relative;
}

.article-item-excerpt:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 32px;
  border: 8px solid transparent;
  border-top-width: 0;
  border-bottom-width: 20px;
  border-bottom-color: #edf9ff;
  transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
}

/* 記事のカテゴリー */
.keyword-wrapper {
margin-bottom: 5px;
}

.category-list,
.tag-list {
float: left;
}

.article .category-list {
float: none;
}

.category-item,
.tag-item {
display: inline-block;
margin: 0 5px 5px 0;
}

/*
.category-item > a,
.tag-item > a {
display: block;
background: #409CCC;
border: 1px solid #409CCC;
color: #fff;
padding: 6px;
border-radius: 5px;
font-size: 12px;
}

.category-item > a:hover,
.tag-item > a:hover {
color: #409CCC;
background: #fff;
}
*/

/* 記事のメタ情報 */
.article-meta {
float: right;
}

.article-meta > li {
float: left;
margin-right: 10px;
line-height: 23px;
}

.article-meta i {
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
background: #7A8590;
color: #fff;
border-radius: 50%;
font-size: 13px;
margin-right: 10px;
}

.comments:hover {
text-decoration: underline;
}

/* 記事の本文 */
.article-body {
  font-size: 15px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* 本文の画像 */

.article-body img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.article-body a:hover img {
  opacity: 0.7;
}

/* 記事のフッター */
.article-footer {
/*margin: 18px 0 15px;*/
}

.article-footer > p {
float: left;
font-size: 12px;
line-height: 26px;
margin-right: 10px;
}

/* 記事のビューワー */

.swiper-box {
  background: #F4F6F8;
  margin: 40px 0;
  padding: 48px;
  border-radius: 24px;
  position: relative;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide > img {
  max-width: 100%;
}

.swiper-pagination {
  margin: 32px 0;
  position: relative;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  background: #d0dce8;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #409CCC;
  border-radius: 3px;
}

.swiper-controller {
  position: relative;
  font-size: 0;
  text-align: center;
  line-height: 1;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 26px;
  width: auto;
  height: auto;
  background: #409ccc;
  padding: 10px 20px;
  border-radius: 17px;
  outline: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #51baf1;
}

.swiper-num {
  display: inline-block;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #8e9ba2;
  letter-spacing: 2.5px;
}

.swiper-tap {
  position: absolute;
  bottom: 111px;
  right: 40px;
  z-index: 2;
}

.swiper-tap > .image {
  width: 25px;
  -webkit-animation: slide-tap 1.5s infinite;
  animation: slide-tap 1.5s infinite;
}

@-webkit-keyframes slide-tap {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide-tap {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* サブ */
.sub-content {
margin-top: 40px;
}

.sub-content:first-child {
margin-top: 0;
}

.sub-title {
font-size: 14px;
font-weight: bold;
margin-bottom: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
position: relative;
}

.sub-title:after {
content: "";
display: block;
height: 1px;
background: #409CCC;
width: 40px;
position: absolute;
bottom: -1px;
}

.sub-body li {
margin-top: 8px;
}

.sub-body li:first-child {
margin-top: 0;
}

.sub-body > div > div {
margin-top: 8px;
}

.sub-body > div > div:first-child {
margin-top: 0;
}

.sub-content a {
display: block;
font-size: 13px;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
}

.sub-content a:hover {
text-decoration: underline;
}

/* サブ：最新の記事 */

.article-sub {
border-bottom: 1px solid #eee;
}

.article-sub:first-child {
margin-top: -10px;
}

.article-sub > a {
display: block;
padding: 10px 0;
}

.article-sub-thumb {
width: 70px;
height: 70px;
float: left;
}

.article-sub-thumb > img {
width: 100%;
height: 100%;
margin: 0;
float: none;
display: block;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.article-sub > a:hover .article-sub-thumb > img {
opacity: 0.7;
}

.article-sub-text {
padding-left: 80px;
}

.article-sub-title {
min-height: 48px;
margin-bottom: 7px;
}

.article-sub-date {
text-align: right;
font-size: 12px;
color: #999;
}

.article-sub-date i {
margin-right: 7px;
position: relative;
top: -1px;
}

/* タグクラウド */

.tagcloud {
  font-size: 0;
  margin: 0 0 -7px;
}

.tagcloud > a {
  display: inline-block;
  margin: 0 7px 7px 0;
  background: #409CCC;
  border: 1px solid #409CCC;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
}

.tagcloud > a:hover {
  color: #409CCC;
  background: #fff;
  text-decoration: none;
}

/* 検索 */

.search-form {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
overflow: hidden;
position: relative;
background: #f9f9f9;
border: 1px solid #ddd;
}

.search-form > input,
.search-form > button {
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: 32px;
background: transparent;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.in-text {
width: 100%;
padding: 0 45px 0 12px;
color: #000;
font-size: 12px;
}

.in-text:focus {
 background: #fff;
}

.btn-submit {
position: absolute;
top: 0;
right: 0;
z-index: 10;
padding: 0;
color: #888;
font-size: 14px;
width: 32px;
}

.btn-submit:hover {
color: #000;
}

.search-form input::-webkit-input-placeholder {
color: #888;
}

.search-form input::-moz-placeholder {
color: #888;
}

.search-form input:-moz-placeholder {
color: #888;
}

.search-form input:-ms-input-placeholder {
color: #888;
}

/* ソーシャルボタン */
.sns-follow {
float: right;
}

.sns-follow > li {
float: left;
margin-left: 10px;
}

.sns-follow > li:first-child {
margin-left: 0;
}

.sns-follow a{
display: block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #EAEAEA;
background: #f9f9f9;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
font-size: 16px;
}

.sns-follow i {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
position: relative;
top: 2px;
}

.follow-tw {
color: #00abef;
}

.follow-tw:hover {
color: #fff;
background: #00abef;
border: 1px solid #00abef;
box-shadow: 0 0 5px #fff;
}

.follow-fb {
color: #507cbe;
}

.follow-fb:hover {
color: #fff;
background: #507cbe;
border: 1px solid #507cbe;
box-shadow: 0 0 5px #fff;
}

.follow-rs {
color: #ff8800;
}

.follow-rs:hover {
color: #fff;
background: #ff8800;
border: 1px solid #ff8800;
box-shadow: 0 0 5px #fff;
}

.share-fixed {
position: fixed;
bottom: 0;
left: 0;
background: rgba(255,255,255,0.8);
padding: 10px 0 8px 10px;
z-index: 50;
}

.sns-share {
  margin-bottom: 40px;
}

.sns-share > li {
float: left;
margin-right: 10px;
}

.share-tw {
width: 98px;
overflow: hidden;
}

/* RSS */
.rss-thumb {
margin-top: 10px;
}

.thumb-list-top,
.thumb-list-bottom {
margin: 0 -5px 10px;
}

.rss-thumb-list-main {
margin: 10px -5px 30px;
}

.thumb-list-top > li,
.thumb-list-bottom > li {
float: left;
width: 186.33333px;
margin: 0 5px;
background: #fff;
border-radius: 8px;
}

.rss-thumb-list-main > li {
width: 236px;
float: left;
margin: 0 5px 10px;
}

.thumb-list-top a,
.thumb-list-bottom a {
display: block;
padding: 10px;
position: relative;
}

.thumb {
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.rss-thumb-list a:hover .thumb {
opacity: 0.7;
}

.thumb-big {
width: 100%;
height: 230px;
}

.thumb-small {
width: 100%;
height: 150px;
}

.thumb-main {
width: 100%;
height: 170px;
margin-bottom: 5px;
}

.thumb-list-title {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 10px;
font-size: 13px;
color: #fff;
line-height: 1.3;
background: rgba(0,0,0,.8);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.thumb-list-title-main {
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.rss-thumb-list a:hover .thumb-list-title {
background: rgba(253,114,125,0.8);
}

.rss-thumb-list-main a:hover .thumb-list-title-main {
text-decoration: underline;
}

.rss-thumb-list-sub {
margin-top: -10px;
}

.rss-thumb-list-sub > li {
padding: 10px 0 6px;
margin: 0;
border-bottom: 1px dotted #ddd;
}

.thumb-sub {
width: 100%;
height: 130px;
margin-bottom: 5px;
}

/* 相互RSS */
.rss {
margin-bottom: 40px;
border: 1px solid #ddd;
margin-top: 10px;
height: 250px;
overflow: auto;
}

.blogroll-channel,
.blogroll-channel * {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;
}

.blogroll-channel {
padding: 10px;
}

.blogroll-channel .blogroll-list-wrap {
margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
list-style-type: none;
font-size: 13px;
line-height: 1.3;
margin-top: 8px;
}

.blogroll-channel .blogroll-list:first-child {
margin-top: 0;
}

.blogroll-channel .blogroll-list img {
vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
width: 16px;
height: 16px;
}

.blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
margin: 0 0 0 3px;
color: #666;
font-size: 10px;
}

.blogroll-channel .blogroll-ad-text {
display: block;
color: #666;
font-size: 13px;
}

.blogroll-channel a:hover {
text-decoration: underline;
}

/* 関連する記事 */

.related-list {
margin-bottom: 40px;
}

.related-item {
border-bottom: 1px solid #eee;
}

.related-item > a {
display: block;
padding: 10px 0;
}

.related-thumb {
float: left;
width: 100px;
height: 65px;
}

.related-thumb > img {
width: 100%;
height: 100%;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

.related-item > a:hover .related-thumb > img {
opacity: 0.7;
}

.related-text {
padding-left: 110px;
}

.related-title {
font-size: 15px;
line-height: 1.4;
margin-bottom: 10px;
min-height: 42px;
}

.related-item > a:hover .related-title {
text-decoration: underline;
}

.related-date {
font-size: 12px;
color: #999;
}

.related-date i {
margin-right: 7px;
position: relative;
top: -1px;
}

/* コメント */

.comments-list {
margin-bottom: 40px;
}

.comment-info {
margin-bottom: 10px;
}

.comment-info > li {
float: left;
margin-left: 15px;
font-size: 12px;
color: #999;
}

.comment-info > li:first-child {
margin-left: 0;
}

.comment-info i {
margin-right: 7px;
}

.comment {
padding: 10px 0;
border-bottom: 1px dotted #ddd;
}

.comment-body {
font-size: 15px;
line-height: 1.5;
}

/* コメントフォーム */
.comment-form {
margin-top: 20px;
}

.comment-form label {
display: block;
margin-bottom: 5px;
}

.comment-form p {
margin-top: 10px;
}

.comment-form p:first-child {
margin-top: 0;
}

.logged-in-as {
font-size: 15px;
color: #999;
margin-bottom: 20px;
}

.logged-in-as > a:hover {
text-decoration: underline;
}

.comment-form input[type='text'],
.comment-form textarea {
display: block;
border: 1px solid #ddd;
padding: 10px;
font-size: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
webkit-appearance: none;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.comment-form input[type='text'] {
line-height: 1;
}

.comment-form textarea {
width: 100%;
height: 200px;
line-height: 1.5;
}

.form_btn {
text-align: center;
}

.comment-form input[type='submit'] {
border: none;
background: #f9f9f9;
border: 1px solid #ddd;
padding: 12px 60px;
font-size: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
webkit-appearance: none;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
line-height: 1;
}

.comment-form input[type='submit']:hover {
background: #409CCC;
border: 1px solid #409CCC;
color: #fff;
}

/* 広告 */
.ad-main-728 {
margin: 40px 0;
}

/* ページナビ */
.page-navi {
position: relative;
text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
text-decoration: none;
border: 1px solid #ddd;
padding: 8px 10px;
margin: 0 2px;
font-size: 13px;
display: inline-block;
}

.wp-pagenavi a {
color: #737373;
}

.wp-pagenavi .current {
color: #fff;
border: 1px solid #409CCC;
background: #409CCC;
}

.wp-pagenavi .extend {
border: none;
padding: 8px 5px;
position: relative;
top: -3px;
}

.wp-pagenavi a:hover {
color: #000;
background: #f5f5f5;
}

.navi-single {
font-size: 0;
margin: 0 -5px 20px;
}

.page-navi > a {
font-size: 15px;
display: inline-block;
padding: 10px;
border: 1px solid #ddd;
background: #f9f9f9;
margin: 0 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.prev,
.next {
width: 298px;
}

.home {
width: 46px;
}

.page-navi > a:hover {
background: #409CCC;
border: 1px solid #409CCC;
color: #fff;
}

/* フッター */
.copyright {
font-size: 12px;
}

.ad {
float: right;
margin-top: 18px;
}

.ad a {
color: #fff;
}

.ad a:hover {
text-decoration: underline;
}

/* ページ上部へボタン */

.back-to-top {
position: fixed;
left: auto;
bottom: 10px;
margin-left: 1188px;
}

.back-to-top > a {
width: 40px;
height: 40px;
line-height: 40px;
background: #858585;
border: 1px solid #FFF;
border-radius: 50%;
font-size: 25px;
text-align: center;
color: #fff;
display: block;
font-weight: normal;
}

.back-to-top > a:hover {
color: #fff;
background: #409CCC;
}


/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
    background: none repeat scroll 0 0 #CCCCCC;
    margin: 0;
    padding: 10px 10px 0;
}

/*** 日付 */
div.article-date-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    color: #333;
    float: left;
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 1px 10px;
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	float: left;
}

div.article-category-outer dl.article-category {
    background: url("http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_categry.gif") no-repeat scroll 0 0 transparent;
    line-height: 1.25;
    margin: 5px 0 0;
    padding-left: 20px;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/** 記事タイトル */
div.article-title-outer {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

h2.article-title {
	clear: left;
	margin: 0;
	font-size: 150%;
	font-weight: bold;
}



div.article-tool-box-header {
	float: right;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
    float: right;
    margin: 0;
}
ul.article-post {
	overflow: hidden;
}

ul.article-post li {
}

ul.article-post li.article-comment-count {
}

ul.article-post li.article-comment-count a{
	/*height: 94px;
    width: 94px;*/
	text-decoration:none;
}

.article-post li.article-comment-count span.count {
    color: #FFFFFF;
    /*display: block;*/
    font-size: 200%;
    font-weight: bold;
    margin: 25px 0 0;
    text-align: center;
    text-shadow: 0 0 4px #000000;
    width: 82px;
}

.article-post li.article-comment-count span.text{
    /*display: block;*/
    font-size:90%;
    margin:0;
    text-align: center;
    width: 82px;
}

.article-post li.article-comment-count span.text a:hover{
	color:#FFFFFF !important;
}

ul.article-post li.article-trackback-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tracback.gif) no-repeat 0 0;
}

ul.article-post li.article-author {
	margin-left: 10px;
}

ul.article-post li.article-author,
ul.article-post li.article-tool-box {
	float: left;
}





div.article-body-inner img{
	width:90%;
	height:auto;
	margin: 0 30px 30px;
}


/*スライダー　ボタン位置*/
.xo-slider {
    margin-bottom: 40px;
}

.swiper-backface-hidden .swiper-slide {
    padding-bottom: 130px !important;
}

.xo-slider .swiper-initialized .slide-content {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
	padding-bottom: 0;
}
/*
.xo-slider-template-default .slide-content-button a {
    border: solid 2px #FF0000 !important;
    background-color: #FFFFFF !important;
    color: #FF0000 !important;
}*/

.xo-slider-template-default .slide-content-button a {
	display: flex !important;
	align-items:center;
	text-align: center !important;
	vertical-align: middle !important;
	text-decoration: none !important;
	width: 140px !important;
	margin: auto !important;
	padding: 1rem 4rem !important;
	font-weight: bold !important;
	border-radius: 0.3rem !important;
	border:none !important;
	border-bottom: 7px solid #0686b2 !important;
	background: #27acd9 !important;
	color: #fff !important;
	font-size:18px !important;
}
.xo-slider-template-default .slide-content-button a:hover {
	margin-top: 6px !important;
	border-bottom: 1px solid #0686b2 !important;
	color: #fff !important;
}

a.slide-button-main:before {
    display: block;
    content: "";
    background: url(http://eromangaanime.com/wp-content/themes/eromangaanime/images/download-solid_white.svg);
    width: 30px;
    height: 30px;
    background-size:30px 30px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF0000 !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 50px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}

