@charset "utf-8";
@import url(https://parts.blog.livedoor.jp/css/template_7thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Official Blog Template";
 :shortdesc "Design Template for livedoor Blog Official Blogger";
 :created "2016-04-14";
 :release [:revision "β1.8"; :created "2019-09-03"];
 :page <http://blog.livedoor.com>;
 :rights "LINE Corporation".
*/


/* 基本設定
----------------------------------------------- */
body {
  font: 16px/1.2 Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  min-width: 1080px;
  background-image: url(./reimgs/bg.jpg);
  background-position: top center;
}

#wrapper {}

#container {
  margin: 0 auto;
}

#content {
  position: relative;
}

#main {
  padding: 40px 0;
}

#sidebar {
  padding: 19px 0 40px;
  width: 300px;
}

a,
.calendarhead a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header-inner {
  margin: 0 auto;
  height: 486px;
  width: 1080px;
  position: relative;
}

#blog-header {
  background-image: url(./reimgs/img-mv.png);
  background-position: center center;
  overflow: visible;
  position: relative;
  background-size: 2600px 486px;
  background-repeat: no-repeat;
}

#blog-title {
  text-indent: -10000px
}

#blog-description {
  display: none;
}

#header2 {
  display: none;
}

#blog-header-inner .blog-header-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}


/* メニューバー
------------------------------------- */
.ldb_menu-icons {
  display: none;
}

.ldb_menu-wrapper {
  background: none;
  /* margin: 25px auto; */
  position: relative;
}

.ldb_menu-inner {
  width: 375px !important;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.ldb_menu-list {
  margin-top: -82px;
  margin-bottom: 25px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ldb_menu-list li {
  list-style: none;
}

.ldb_menu-list li a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  line-height: 50px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  font-weight: bold;
}

.ldb_menu-list li a:hover,
.ldb_menu-list li.ldb_menu-item-current a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.4px #135f95,
    0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.4px #135f95,
    0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.4px #135f95;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
  margin-bottom: 40px;
}

.article.first-article {
  margin-top: 33px;
}

.article-inner {
  position: relative;
}

.article-headerInfoBox {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.article-category dl {
  margin-left: 40px;
  position: relative;
}

.article-category dl:after {
  position: absolute;
  content: '';
  top: 45%;
  transform: translateY(-50%);
  left: -21px;
  width: 14px;
  height: 12px;
  background-image: url(./reimgs/icon-category.png);
}

.article-category dd,
.article-comment-count dd {
  padding: 0;
}

.article-description {
  line-height: 1.5;
}

.article-date,
.article-category {
  display: inline-block;
  font-size: 14px;
}

/* カテゴリ、コメント */
.article-category dt,
.article-comment-count dt {
  /* display: none; */
}

.article-category dl,
.article-category dl a,
.article-comment-count dl,
.article-comment-count dl a {
  /* color: darkgray; */
}


/* タグ */
dl.article-tags,
dl.article-tags a {
  color: #333333;
  font-size: 14px;
}

dl.article-tags dt {
  margin-left: 20px;
  position: relative;
}

dl.article-tags dt:after {
  position: absolute;
  content: "";
  background-image: url(./reimgs/icon-tag.png);
  width: 14px;
  height: 14px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

dl.article-tags dd:after {
  content: ',';
}

dl.article-tags dd:last-child:after {
  content: '';
}

/* 記事ヘッダー、記事タイトル */
.article-header {
  margin-bottom: 22px;
  margin-left: 20px;
  position: relative;
}

.article-title {
  text-shadow: 0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.40px #135f95,
    0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.40px #135f95,
    0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.40px #135f95;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.article-title a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.article-title a:hover,
.article-title a:visited {
  color: #fff;
}

.article-rating {
  top: 6px;
  position: relative;
}
/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
  margin-top: 1em;
}

.article-social-btn {}

/* 関連記事 */
.article-body .related-articles {
  margin: 4em 0;
  line-height: 1.3
}

.article-body .related-articles h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  border-bottom: 2px solid #080000;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.article-body .related-articles ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.article-body .related-articles ul li {
  margin: 4px 0;
  padding-left: 0px;
  width: 170px;
  display: inline-block;
}

.article-body .related-articles.with-image ul li {
  margin-right: 30px !important;
  margin-bottom: 40px !important;
  vertical-align: top;
}

.article-body .related-articles.with-image ul li:nth-child(4),
.article-body .related-articles.with-image ul li:nth-child(8) {
  margin-right: 0 !important;
}

.article-body .related-articles.with-image .related-article-image,
.article-body .related-articles.with-image .related-article-title {
  display: block;
}
.related-articles.with-image .related-article-title {
    width: 95%;
}

.related-article-title {
  color: #080000;
}

a:hover .related-article-title {
  color: #43d1ff;
}

.article-body .related-articles.with-image .related-article-image img {
  height: 130px;
  margin-bottom: 5px;
  padding-right: 0;
}

.article-body .related-articles.with-image .related-article-image img:hover {
  opacity: 0.6;
  transition-duration: 0.4s;
}


/* 続きを読む */
.article-continue {
  display: block;
  text-align: right;
  clear: both;
  margin: 1em 0;
  line-height: 1;
}

.article-continue a {
  color: #555;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background-color: #b3b3b3;
  padding: 15px 40px;
  box-sizing: border-box;
}

.article-continue a:hover {
  background-color: #242529;
  color: #fff;
  text-shadow: 0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.40px #135f95,
    0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.40px #135f95,
    0 0 25px #135f95,
    0 0 20px #135f95,
    0 0 0.40px #135f95;
}

.article-continue a:link,
.article-continue a:visited,
.article-continue:after {
  color: #fff;
}

/* メッセージボード */
.message-board {
  background-color: #f7f7f7;
  border: 1px solid #e4e7e8;
  border-radius: 4px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 26px;
  overflow: hidden;
  padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
  background-color: #fafafa;
  border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
  color: #080000;
  font-size: 14px;
  padding: 30px 25px;
  box-sizing: border-box;
  background-color: #fff;
}

.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
  border-bottom: 3px solid #7f7f7f;
  clear: both;
}

.article-body-inner h4 {
  border-bottom: 1px solid #ccc;
  clear: both;
}

.article-body-inner blockquote {
  background-color: #fafafa;
  border: 1px solid #fff;
}

.article-body-inner blockquote:before {
  color: #ddd;
}

.article-body-inner img {
  height: auto;
  margin: 0 0 1.5em !important;
  max-width: 100%;
}

.article-first-image {
  overflow: hidden;
  margin-bottom: 8px;
}

.article-first-image img {
  width: 100%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
  border-left: 1px solid #aaa;
  color: gray;
}

.comment-body {
  margin-left: 16px;
  color: #666;
}

.ping-excerpt {
  color: #666;
  margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
  color: #fff !important;
  font-weight: normal !important;
}

ul.index-navigator li.current span {
  background-color: #43d1ff;
  color: #333333;
  border-radius: 0px;
}

ul.index-navigator a:hover {
  background-color: #43d1ff;
  border-radius: 0px;
}

ul.index-navigator a {
  color: #fff;
}

ul.index-navigator a:hover {
  color: #333333;
}

ul.index-navigator .paging-first,
ul.index-navigator .paging-prev {
  font-weight: bold;
}

ul.index-navigator .paging-next a,
ul.index-navigator .paging-last a {
  font-weight: normal;
}

ul.index-navigator li a,
ul.index-navigator li.current span {
  font-family: メイリオ;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
  border: 1px solid #333333;
  border-radius: 3px;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
  background-color: #43d1ff;
  color: #333333;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
  color: #fff;
  background-color: #27282c;
}

#blog-footer-inner {
  padding: 35px 0;
  position: relative;
  margin: 0 auto;
}

#blog-footer a {
  color: #fff;
}

/* ページトップへ */
.to-pagetop {
  position: absolute;
  right: 0;
  bottom: 60px;
}

.to-pagetop a {
  background: url(../reimgs/img-allowTop.png   ) 0 0 no-repeat;
  display: block;
  width: 66px;
  height: 66px;
  text-indent: -9999px;
}

/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
  font-size: 16px;
  overflow: visible;
  position: relative;
  margin-bottom: 40px;
}

.sidewrapper:not(:first-child):not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.sidewrapper:first-child {
  border-bottom: 1px solid #fff;
}

.sidewrapper .sidetitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.7em;
}

.sidewrapper.plugin-recent_articles .side .sidebody,
.side div.popular-articles table td,
.sidewrapper.plugin-categorize .side .sidebody,
.sidewrapper.plugin-monthly .side .sidebody {
  margin-left: 1em;
}

.side div.popular-articles table td {
  display: block;
}

.sidewrapper.plugin-recent_articles .side .sidebody a,
.side div.popular-articles table td a,
.sidewrapper.plugin-categorize .side .sidebody a,
.sidewrapper.plugin-monthly .side .sidebody a {
  position: relative;
  line-height: 27px;
}

.sidewrapper.plugin-recent_articles .side .sidebody a:after,
.side div.popular-articles table td a:after,
.sidewrapper.plugin-categorize .side .sidebody a:after,
.sidewrapper.plugin-monthly .side .sidebody a:after {
  content: '・';
  position: absolute;
  top: 8px;
  transform: translateY(-50%);
  left: -1em;
}

.toggleIndicator:after {
  content: '' !important;
}

#sidebar .side_historyView {
  margin-bottom: 10px;
}

#sidebar .side_historyView a {
  display: block;
  content: '';
  width: 300px;
  height: 100px;
  background: url("../reimgs/img-historyView-df.png") no-repeat;
}

#sidebar .side_historyView a:hover {
  background: url("../reimgs/img-historyView-ov.png") no-repeat;
}

#sidebar .imgQrCode {
  margin: 23px 0 3px;
}

#sidebar .profileBox .txtName {
  color: #fff;
  font-size: 22px;
  margin-top: 13px;
  margin-bottom: 13px;
  font-weight: bold;
}

#sidebar .profileBox .txtName span {
  padding-left: 30px;
  font-size: 14px;
  font-weight: normal;
}

#sidebar .profileBox .txtDetail {
  line-height: 24px;
  margin: 0;
  color: #fff;
}

#sidebar .profileBox:not(:last-child) {
  margin-bottom: 40px;
}

#sidebar .profileBox--book a:hover {
  opacity: 0.6;
}

#sidebar .snsList {
  width: 80px;
  display: flex;
  margin: 18px auto 0;
  justify-content: space-between;
  align-items: center;
}

#sidebar .snsList li {
  list-style: none;
}

#sidebar .snsList a {
  opacity: 1;
}

#sidebar .snsList a:hover {
  opacity: 0.6;
}

body.sidebar--right .sidewrapper .sidetitle {
  color: #fff;
  font-size: 16px;
  position: relative;
  Z-INDEX: 1;
  text-align: left;
}

body.sidebar--right .sidewrapper .sidetitle {
  margin-bottom: 20px;
  margin-left: 43px;
}

body.sidebar--right .sidewrapper:nth-child(n + 4):nth-child(-n + 14) .sidetitle:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 33px;
  top: 43%;
  transform: translateY(-50%);
  left: -43px;
  background-image: url("../reimgs/img-icon-side.png");
  background-repeat: no-repeat;
}

/* .plugin-search_internal.sidewrapper .side{
  padding-bottom: 30px;

} */

/* 月別アーカイブ */
.plugin-monthly .month {
  padding-left: 1em;
}

.plugin-monthly .month div {
  margin: 4px 0;
}

.plugin-monthly .month div:before {
  content: '- ';
  color: #999;
}

/* カテゴリアーカイブ */
.plugin-categorize .category-child:before {
  content: '└ ';
  color: #999;
  margin-left: 8px;
}

/* カレンダー */
.calendarhead {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.calendarhead a,
.calendarhead a:hover,
.calendarhead a:visited {
  color: #43d1ff;
}

table.caltblwk .weekday {
  color: #fff;
}

table.caltblwk .sun {
  color: #fff;
}

table.caltblwk .sat {
  color: #fff;
}

table.caltblday {
  color: #8d8d8d;
  border-collapse: separate;
  border-spacing: 1px;
}

table.caltblday .calon a {
  color: #43d1ff;
  text-decoration: underline;
}

table.caltblwk,
table.caltblday {
  max-width: 260px;
}

table.caltblday td a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

/* ギャラリー */
ul.galleryThumbnail li img {
  border: none;
  border-radius: 0;
}

/* 検索 */
.plugin-search_internal.sidewrapper .side form {
  height: 32px;
}

.sidewrapper input.sf {
  background-color: #fff;
  border-radius: 0;
  border: none;
  display: block;
  float: left;
  padding: 0 5px;
  width: 264px;
  height: 32px;
  box-sizing: border-box;
  margin: 0;
  box-shadow: none;
}

.sidewrapper input.sfbtn {
  float: right;
  border-radius: 3px;
  width: 30px;
  height: 32px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("../reimgs/img-submitLens.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  position: relative;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
  color: #fff;
  margin-bottom: 50px;
  padding: 30px 0;
  border-radius: 5px;
  background-color: #27282c;
  box-shadow:
    0 0 10px #2f5a6b,
    0 0 0.40px #2f5a6b,
    0 0 10px #2f5a6b,
    0 0 0.40px #2f5a6b,
    0 0 10px #2f5a6b,
    0 0 0.40px #2f5a6b;
}

.archives-header h1 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.archives-header h1 a {
  color: #fff;
  text-decoration: none;
}

.archives-header h1 a:hover {
  text-decoration: underline;
}

.noresult-message {
  color: #fff;
}

/* 記事下広告 */
#ad2 {}

#ad2 a.addescription {
  color: #666;
}

/* かんたん背景画像 */
body.show-bg-image {
  background-attachment: fixed;
  background-size: cover;
}

/* AdSense用スタイル */
.google-user-ad {
  margin: 10px;
}

.google-user-ad-728 {
  margin: 0 auto 24px;
}

.google-user-ad-side {
  margin: 0;
}

.google-user-ad-side1 {
  margin: 0 0 20px;
}

.ad-center {
  text-align: center;
}


/* ============================
レイアウト設定
============================ */

/* ヘッダー幅 */
body.header-width--960 #blog-header-inner,
body.header-width--960 .ldb_menu-wrapper {
  width: 960px;
}

body.header-width--1080 #blog-header-inner {
  width: 1080px;
}

body.header-width--1080 .ldb_menu-wrapper {
  width: 100%;
}

body.header-width--full #blog-header-inner,
body.header-width--full .ldb_menu-wrapper {
  width: 100%;
}

/* コンテンツ幅 */
body.content-width--960 #container,
body.content-width--960 .ldb_menu-inner,
body.content-width--960 #blog-footer-inner {
  width: 960px;
}

body.content-width--960 .ldb_menu {
  width: 910px;
}

body.content-width--960 #main {
  width: 600px;
}

body.content-width--1080 #container,
body.content-width--1080 .ldb_menu-inner,
body.content-width--1080 #blog-footer-inner {
  width: 1200px;
}

body.content-width--1080 .ldb_menu {
  width: 375px;
}

body.content-width--1080 #main {
  width: 850px;
}

/* サイドバー */
body.sidebar--right #main {
  float: left;
}

body.sidebar--right #sidebar {
  float: right;
}

body.sidebar--left #main {
  float: right;
}

body.sidebar--left #sidebar {
  float: left;
}

/* 記事一覧レイアウト */
body.article-layout--normal .article-first-image,
body.article-layout--normal .article-description {
  display: none;
}

/* body.article-layout--list .article-body,
body.article-layout--2col .article-body {
  display: none;
} */
body.article-layout--list .article-first-image {
  float: left;
}

body.article-layout--list .article-text {
  float: right;
}

body.content-width--960.article-layout--list .article-first-image {
  width: 224px;
  height: 168px;
}

body.content-width--960.article-layout--list .article-text {
  width: 352px;
}

body.content-width--1080.article-layout--list .article-first-image {
  width: 256px;
  height: 192px;
}

body.content-width--1080.article-layout--list .article-text {
  width: 448px;
}

body.article-layout--2col .article:nth-of-type(odd) {
  float: left;
}

body.article-layout--2col .article:nth-of-type(even) {
  float: right;
}

body.article-layout--2col .article-description {
  display: none;
}

body.article-layout--2col .article-title {
  max-height: 2.4em;
  overflow: hidden;
}

body.article-layout--2col dl.article-tags,
body.article-layout--2col .article-social-btn {
  display: none;
}

body.article-layout--2col.eyecatch--on .article:nth-of-type(odd) {
  float: right;
}

body.article-layout--2col.eyecatch--on .article:nth-of-type(even) {
  float: left;
}

body.content-width--960.article-layout--2col .article {
  min-height: 372px;
  width: 280px;
}

body.content-width--1080.article-layout--2col .article {
  min-height: 416px;
  width: 340px;
}

body.content-width--960.article-layout--2col .article-first-image {
  height: 210px;
}

body.content-width--1080.article-layout--2col .article-first-image {
  height: 255px;
}

body.eyecatch--on .first-article,
body.eyecatch--on .first-article .article-first-image,
body.eyecatch--on .first-article .article-text {
  float: none !important;
  width: 100% !important;
}

body.eyecatch--on .first-article .article-description {
  display: block;
}

body.eyecatch--on .first-article .article-first-image {
  margin-bottom: 16px;
}

body.eyecatch--on .first-article .article-title a {
  font-size: 24px;
}

body.content-width--960.eyecatch--on .first-article .article-first-image {
  height: 450px;
}

body.content-width--1080.eyecatch--on .first-article .article-first-image {
  height: 546px;
}



/* ============================
配色カスタマイズ用
============================ */

/* 基本文字色 */
body {
  color: black;
}

/* 本文文字色 */
.article-body-inner {
  color: #333333;
}

/* リンク色、カレンダー、ページング背景色 */
a,
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus,
.side div.message-box input[type="submit"]:hover {
  color: #fff;
}

.sidebody a {
  text-decoration: underline;
}

.article-body-inner a {
  color: #43d1ff;
}

ul.index-navigator li.current span {
  background-color: #43d1ff;
}

table.caltblday .calon a {}

/* 既読リンク色 */
/* a:visited {
  color: purple;
} */

/* リンクhover色 */
a:hover {
  color: #43d1ff;
}

/* table.caltblday .calon a:hover {
  background-color: cornflowerblue;
} */

/* アーカイブページの見出し色 */
.archives-header,
.archives-header a {
  color: black;
}

/* 記事下カテゴリ、コメント、タグ */
.article-category dl,
.article-comment-count dl,
dl.article-tags {
  /* color: darkgray;  */
}

.article-category dl a,
.article-comment-count dl a {
  color: #fff;
}

dl.article-tags a {
  color: #43d1ff;
}

/* サイドバーの見出し文字色 */
.sidewrapper .sidetitle,
.sidewrapper .sidetitle a {
  color: black;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto 30px; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:20px 0 30px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:30px 30px 10px; 
 height:280px;
}
div.google-2ad-m {
 margin:0px 0px 0px; 
 height:280px;
}
div.google-2ad-b {
 margin:30px 0px 0px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:35px; 
}
.google-user-ad-970 {
  margin:50px auto 0px;
}

.plugin-popular_articles_with_image.sidewrapper .side {
    min-height: 963px;
}