@charset "UTF-8";
/*
Theme Name: りぷらいソクホウ
*/
:root {
  --main-color: #b04741;
  --sub-color: #7FB040;
  --text-color: #000;
  --text-sub-color: #666;
  --inner-title-color: #7FB040;
  --bg-color: #fff0d2;
  --bg-white: #fff;
  --link-active: #b04741;
  --link-hover: #ff675e;
  --border-color: #dedede;
  --nav-links-color: #b04741;
  --article_feed_color: #3F51B5;
  --default-link-color: #0000ee;
  --default-hover-color: #385fff;
  --default-active-color: #0000ee;
  --default-visited-color: #0000ee;
  --sure-master-color: slateblue;
  --pagenation-color: #f9f9f9;
  --em-one-color: #ff0000;
  --em-default-color: #0000ee;
  --em-pink-color: #c022c6;
  --em-orange-color: #ff6e01;
  --em-brown-color: #844a11;
  --em-water-color: #2fc1b7;
  --named-color: #494;
  transition: .4s;
}
@media (prefers-color-scheme: dark) {
  :root {
    --main-color: #1c0505;
    --sub-color: #2c2c2c;
    --text-color: #e7e7e7;
    --text-sub-color: #cdcdcd;
    --inner-title-color: #7FB040;
    --bg-color: #43413e;
    --bg-white: #4c4c4c;
    --link-active: #b7bed2;
    --link-hover: #b7bed2;
    --border-color: #333030;
    --nav-links-color: #8b7b7a;
    --article_feed_color: #3F51B5;
    --default-link-color: #dfdffc;
    --default-hover-color: #3F51B5;
    --default-active-color: #0000ee;
    --default-visited-color: #0000ee;
    --sure-master-color: #bcb4ef;
    --pagenation-color: #797979;
    --em-one-color: #ff5c5b;
    --em-default-color: #abcdef;
    --em-pink-color: #e195e4;
    --em-orange-color: #ff6e01;
    --em-brown-color: #d68f3a;
    --em-water-color: #2fc1b7;
    --named-color: #c0e78e;
    transition: .4s;
  }
}

.light-mode {
  --main-color: #b04741;
  --sub-color: #7FB040;
  --text-color: #000;
  --text-sub-color: #666;
  --inner-title-color: #7FB040;
  --bg-color: #fff0d2;
  --bg-white: #fff;
  --link-active: #b04741;
  --link-hover: #ff675e;
  --border-color: #dedede;
  --nav-links-color: #b04741;
  --article_feed_color: #3F51B5;
  --default-link-color: #0000ee;
  --default-hover-color: #385fff;
  --default-active-color: #0000ee;
  --default-visited-color: #0000ee;
  --sure-master-color: slateblue;
  --pagenation-color: #f9f9f9;
  --em-one-color: #ff0000;
  --em-default-color: #0000ee;
  --em-pink-color: #c022c6;
  --em-orange-color: #ff6e01;
  --em-brown-color: #844a11;
  --em-water-color: #2fc1b7;
  --named-color: #494;
  transition: .4s;
}

.dark-mode {
  --main-color: #1c0505;
  --sub-color: #2c2c2c;
  --text-color: #e7e7e7;
  --text-sub-color: #cdcdcd;
  --inner-title-color: #7FB040;
  --bg-color: #43413e;
  --bg-white: #4c4c4c;
  --link-active: #b7bed2;
  --link-hover: #b7bed2;
  --border-color: #333030;
  --nav-links-color: #8b7b7a;
  --article_feed_color: #3F51B5;
  --default-link-color: #dfdffc;
  --default-hover-color: #3F51B5;
  --default-active-color: #0000ee;
  --default-visited-color: #0000ee;
  --sure-master-color: #bcb4ef;
  --pagenation-color: #797979;
  --em-one-color: #ff5c5b;
  --em-default-color: #abcdef;
  --em-pink-color: #e195e4;
  --em-orange-color: #ff6e01;
  --em-brown-color: #d68f3a;
  --em-water-color: #2fc1b7;
  --named-color: #c0e78e;
  transition: .4s;
}

a:link {
  color: var(--default-link-color);
}
a:visited {
  color: var(--default-link-color);
}
@media screen and (min-width: 768px) {
  a:hover {
    color: var(--default-link-color);
  }
}
a:focus {
  color: var(--default-link-color);
}
a:active {
  color: var(--default-link-color);
}

ins {
  margin: 0;
}

input {
  -webkit-appearance: none !important;
}

button {
  -webkit-appearance: none !important;
}

body {
  background: var(--bg-color) url(img/bg_w.png) 0 0 repeat;
  font-family: 'Helvetica Neue', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-size-adjust: 100%;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: var(--text-color);
}

/*================================

	.entry-body
	var 0.01

================================*/
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/**-----------------------------------
 *    記事本文
-------------------------------------*/
.entry-substance {
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .entry-substance {
    font-size: 15px;
    margin: 0 10px;
    padding: 1px 0;
    background-color: var(--bg-white);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .entry-substance:first-child {
    margin-bottom: 10px;
  }
}
.entry-substance h1, .entry-substance h2, .entry-substance h3, .entry-substance h4, .entry-substance h5, .entry-substance h6 {
  font-weight: bolder;
  margin: 10px 0;
}
.entry-substance h1 {
  font-size: larger;
}
.entry-substance h2 {
  margin: 10px;
  font-size: 24px;
  line-height: 1.5;
  color: #F7635A;
}
.entry-substance h3 {
  color: #f7635a;
  font-size: 15px;
  font-weight: bolder;
}
.entry-substance ul, .entry-substance ol {
  list-style-type: disc;
  padding: 10px 30px;
  line-height: 1.5;
}
.entry-substance blockquote {
  margin: 10px;
  padding: 10px 10px 0;
  border: dotted 1px rgba(0, 0, 0, 0.5);
  background: rgba(200, 200, 200, 0.1);
}
.entry-substance blockquote p {
  margin: 0 0 10px !important;
}
.entry-substance img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-substance img {
    max-width: 85%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .entry-substance .thumb {
    text-align: center;
    margin: 0;
    padding: 1em 0 2em;
  }
}
.entry-substance .thumb img {
  display: inline;
  max-width: 80%;
  width: auto;
  height: auto;
}
.entry-substance div cite {
  font-size: 12px !important;
  color: #999;
  font-style: normal;
  font-weight: normal;
  display: block;
}
.entry-substance div cite:before {
  content: '参照元: ';
}
.entry-substance div blockquote cite:before {
  content: '引用元: ';
}
.entry-substance del {
  color: #dbdbdb;
}
.entry-substance div {
  margin: 2em 0 3.5em 0;
  padding: 0.5em 0.5em 0;
}
@media screen and (max-width: 767px) {
  .entry-substance div {
    margin: 1em 0 2em;
    padding: 0 10px;
  }
}
.entry-substance div img {
  vertical-align: bottom;
  border-width: 0;
}
.entry-substance div div {
  margin: 0 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .entry-substance div div .info {
    margin: 0.5em 0 !important;
  }
}
.entry-substance > div > div {
  margin: 10px;
  border: dotted 1px var(--border-color);
  background-color: rgba(200, 200, 200, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .entry-substance > div > div {
    margin: 1em 0 0;
    padding: 0 5px 5px;
  }
}
.entry-substance div div div {
  margin: 0 0 0 2px;
  padding: 0.5em 0 0;
}
.entry-substance .yt {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .entry-substance .yt {
    position: relative !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    border-width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .entry-substance .yt iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 600px;
  }
}
.entry-substance .info, .entry-substance .info_zero {
  margin: 1em 0 2em !important;
  padding: 0;
  font-size: 75% !important;
  font-weight: normal !important;
  color: var(--text-sub-color);
}
@media screen and (max-width: 767px) {
  .entry-substance .info, .entry-substance .info_zero {
    margin: 1em 0 0.5em !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
  }
}
.entry-substance .resNo:after, .entry-substance .name:after {
  content: " : ";
  color: #000;
  font-weight: normal;
}
.entry-substance .name {
  color: var(--named-color) !important;
  font-weight: bolder;
}
.entry-substance .master em {
  color: red;
  font-style: normal;
}
.entry-substance div p {
  margin: 1em 0 3.5em;
  line-height: 1.61;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .entry-substance div p {
    margin: 0;
    font-weight: normal;
    margin-bottom: 2em;
  }
}
.entry-substance p.master {
  color: var(--sure-master-color) !important;
  font-size: large;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .entry-substance p.master {
    font-size: inherit;
  }
}
.entry-substance .em-1 {
  color: var(--em-one-color) !important;
  font-size: larger;
  font-weight: bolder;
}
.entry-substance .em-2 {
  color: var(--em-default-color) !important;
  font-size: large;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .entry-substance .em-2 {
    font-size: inherit;
  }
}
.entry-substance .em-2.em-pink {
  color: var(--em-pink-color) !important;
}
.entry-substance .em-2.em-orange {
  color: var(--em-orange-color) !important;
}
.entry-substance .em-2.em-brown {
  color: var(--em-brown-color) !important;
}
.entry-substance .em-2.em-water {
  color: var(--em-water-color) !important;
}
.entry-substance .aa {
  font-family: "MS PGothic AA", "ＭＳ Ｐゴシック", "MS PGothic", "MS Pｺﾞｼｯｸ", "MS Pゴシック", "ＭＳＰゴシック", "MSPゴシック", IPAMonaPGothic, "IPA モナー Pゴシック", "IPA mona PGothic", "IPA MONAPGOTHIC", Mona, sans-serif !important;
  line-height: 1.125;
}
.entry-substance a,
.entry-substance #comments a {
  color: var(--default-link-color);
}
.entry-substance .res, .entry-substance .com_res {
  color: var(--default-link-color);
  position: relative;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.entry-substance .citation {
  margin: 0 10px;
  text-align: right;
  font-size: 12px;
}
.entry-substance .citation cite {
  font-style: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

.front_page .entry-substance {
  margin: 0 10px;
}

.img_feed + .entry-substance {
  margin-top: 10px;
}

/*================================

	レイアウト
	var 0.01

================================*/
/* Layout .site-header
================================*/
#header-area {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #header-area {
    margin-bottom: 0;
  }
}

.site-header {
  padding: 0;
  background-color: var(--main-color);
  width: 100%;
}

/* Layout #main
================================*/
#main {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  #main {
    display: block;
  }
}

#contents {
  max-width: 960px;
  padding: 0;
  min-width: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.sidebar {
  position: relative;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    -webkit-flex-basis: 310px;
    flex-basis: 310px;
  }
}

/* Layout .site-footer
================================*/
.site-footer {
  background: #000;
  color: #fff;
}

/*================================

	.site-header
	var 0.01

================================*/
.site-header-wrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .site-header-wrap {
    display: block;
  }
}

.site-header-branding {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
}

.site-header-navigation {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .site-header-navigation {
    display: none;
  }
}

.site-header-searchform {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
}

.site-logo {
  margin: 0;
  padding: 10px 20px;
}

.site-title {
  display: block;
}
@media screen and (max-width: 767px) {
  .site-title {
    margin: 0 auto;
  }
}

.search-form {
  padding: 10px 20px 10px 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .search-form {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .search-form label {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

.search-form input {
  width: 244px;
  height: 36px;
  padding: 5px 15px;
  border: none;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  background-color: var(--pagenation-color);
  font-size: 1em;
  outline: none;
}
@media screen and (max-width: 767px) {
  .search-form input {
    width: 100%;
  }
}

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

.search-form button {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: var(--sub-color);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  cursor: pointer;
}

.site-nav-list,
.social-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}

.social-inner {
  row-gap: 10px;
  column-gap: 20px;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .social-inner {
    column-gap: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bookmark.social-inner {
  margin-top: 20px;
  column-gap: 0;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .bookmark.social-inner {
    display: none;
  }
}

.social-lists {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .social-lists {
    width: 160px;
  }
}

.bookmark .social-lists {
  margin: 0 10px;
}

a.site-nav-links,
a.share_btn {
  height: 36px;
  margin: 10px 8px 0 0;
  padding: 0 0 0 36px;
  display: block;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  a.site-nav-links:hover, a.site-nav-links:focus,
  a.share_btn:hover,
  a.share_btn:focus {
    opacity: 0.8;
  }
}
a.site-nav-links:before,
a.share_btn:before {
  background-image: url("img/sns_sprite.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  content: "";
  display: inline-block;
}

a.share_btn {
  margin: 0;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  /* word-wrap: break-word; */
  overflow: hidden;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 20px #090909;
  -webkit-box-shadow: 0 0 20px #090909;
  box-shadow: 0 0 20px #090909;
}

a.share_btn::before {
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.15);
  display: inline-block;
}

a.site-nav-links span {
  display: none;
}

.home {
  background-color: #B04741;
}

.about {
  background-color: #DAC314;
}

.tw {
  background-color: #55ACEE;
}

.facebook {
  background-color: #3B5999;
}

.feedly {
  background-color: #6CC655;
}

.rss {
  background-color: #FF8C00;
}

.hatena {
  background-color: #2C6EBD;
}

.pocket {
  background-color: #DC3D50;
}

.google {
  background-color: #dd4b39;
}

.home:before {
  background-position: -2px -2px;
}

.about:before {
  background-position: -2px -42px;
}

.tw:before {
  background-position: -2px -82px;
}

.feedly:before {
  background-position: -2px -122px;
}

.rss:before {
  background-position: -2px -162px;
}

.hatena:before {
  background-position: -2px -202px;
}

.pocket:before {
  background-position: -42px -162px;
}

.facebook:before {
  background-position: -42px -122px;
}

.google:before {
  background-position: -42px -203px;
}

@media screen and (max-width: 767px) {
  #header_img_links {
    background: #252525 url(img/bg_b.jpg) 0 0 repeat;
  }
}

#dark-feed .feed {
  background-color: #272727;
}
#dark-feed .feed_list {
  border-top: 1px solid #000000;
}
#dark-feed .feed_items {
  margin: 0;
  border-bottom: none;
}
#dark-feed .feed_links {
  color: #fff;
  background-image: url(img/sp_h_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 20px 0 10px;
  height: 30px;
  line-height: 30px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #303030 transparent #000;
  vertical-align: middle;
  font-size: 12px;
  background-size: inherit;
}

/*================================

	#contents
	var 0.01

================================*/
.section-posts {
  margin: 0 40px 40px 20px;
}
@media screen and (max-width: 1024px) {
  .section-posts {
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-posts {
    margin: 0;
    background-color: var(--bg-white);
  }
}

.section-title {
  margin: 20px;
  padding: 0 0 20px;
  font-size: 16px;
  position: relative;
  color: var(--main-color);
  text-align: center;
}
.section-title:after {
  margin-left: -3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border: solid 3px var(--main-color);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin: 0;
    background-color: var(--sub-color);
    padding: 0 16px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: left;
  }
  .section-title:after {
    display: none;
  }
}

.new-post,
.post {
  margin: 0 40px 40px 20px;
  background-color: var(--bg-white);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .new-post,
  .post {
    margin: 10px 0 10px;
    background-color: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .new-post,
  .post {
    margin: 0 10px 10px;
  }
}

/*	.entry
================================*/
.entry-header {
  background-color: var(--main-color);
  padding: 0 0 8px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .entry-header {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    margin: 0 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.entry-header a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .entry-header a:hover {
    text-decoration: underline;
  }
}

.entry-title {
  padding: 16px 24px;
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .entry-title {
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.entry-meta {
  margin: 0 24px;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .entry-meta {
    margin: 0 10px;
  }
}

.entry-meta > li {
  display: inline-block;
  margin-right: 16px;
}

.screen-reader-text {
  display: none;
}

.entry-body {
  margin: 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .entry-body {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entry-body {
    margin: 0;
  }
}

.entry-footer,
.read_more {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .entry-footer {
    margin: 0 10px 0;
  }
}

.entry a.read_more_links {
  padding: 24px 32px;
  background-color: #666;
  display: block;
  color: #fff;
  text-align: center;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  line-height: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .entry a.read_more_links:hover, .entry a.read_more_links:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff;
  }
}
.entry a.read_more_links span {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .post-footer {
    background-color: var(--bg-white);
    margin: 0 10px 10px;
    padding: 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
  }
}

.share {
  background: #252525 url(img/bg_b.jpg) 0 0 repeat;
  margin: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .share {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .share {
    margin: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
  }
}

.social {
  padding: 32px;
  -moz-box-shadow: inset 0 0 40px #090909;
  -webkit-box-shadow: inset 0 0 40px #090909;
  box-shadow: inset 0 0 40px #090909;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .social {
    padding: 10px;
  }
}

/*	.posts
================================*/
.posts {
  margin: 0 -20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .posts {
    display: block;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .posts {
    margin: 0;
    border-bottom: solid 1px var(--border-color);
  }
}
.posts a {
  text-decoration: none;
  color: var(--link-active);
}
.posts a:visited {
  color: var(--link-active);
}
@media screen and (min-width: 768px) {
  .posts a:hover, .posts a:focus {
    text-decoration: underline;
    color: var(--link-hover);
  }
}
.posts:before, .posts:after {
  content: "";
  display: block;
  clear: both;
}

.posts-entry {
  width: 50%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .posts-entry {
    width: auto;
    margin-bottom: 10px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .posts-entry {
    margin: 0 5px;
  }
}

.posts-entry-wrap {
  margin: 0 20px 20px 0;
  background-color: var(--bg-white);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 1024px) {
  .posts-entry-wrap {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .posts-entry-wrap {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.posts-entry:first-child .posts-entry-wrap {
  border: none;
}

.posts-entry-info {
  padding: 20px 20px 55px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .posts-entry-info {
    padding: 10px 10px 35px;
  }
}

.posts-featured-image {
  margin: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
}
@media screen and (max-width: 767px) {
  .posts-featured-image {
    -webkit-flex-basis: 70px;
    flex-basis: 70px;
  }
}

.wp-post-image {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.posts-entry-header {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.posts-entry-title {
  margin: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .posts-entry-title {
    margin: 0 10px;
    font-size: 12px;
  }
}

.posts-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 13px;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .posts-meta {
    bottom: 0;
    z-index: 1;
  }
}
.posts-meta .posts-meta-data {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.posts-meta .posts-meta-data a {
  padding: 10px 12px 10px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .posts-meta .posts-meta-data {
    margin: 0;
  }
}
.posts-meta .posts-categorys {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .posts-meta .posts-categorys {
    margin-left: 11px;
  }
}
.posts-meta .posts-date {
  padding-top: 10px;
  margin-right: 20px;
  float: right;
}
@media screen and (max-width: 767px) {
  .posts-meta .posts-date {
    margin-right: 10px;
  }
}
.posts-meta .fa-solid {
  color: var(--wp--preset--color--luminous-vivid-amber, #b04741);
}

.fa-solid {
  padding: 0 7px 0 0;
}

.posts-entry a.read_more_links {
  padding: 8px 32px;
  background-color: #666;
  display: block;
  color: #fff;
  text-align: center;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  line-height: normal;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .posts-entry a.read_more_links:hover, .posts-entry a.read_more_links:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff;
  }
}
.posts-entry a.read_more_links span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .posts-entry a.read_more_links {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .related-title {
    margin: 0 10px;
  }
}

.related-posts {
  margin: 40px;
}
@media screen and (max-width: 1024px) {
  .related-posts {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .related-posts {
    background-color: var(--bg-white);
    margin: 0 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
  }
}

.interior-title {
  margin: 20px 0;
  background-color: var(--sub-color);
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .related-posts .interior-title {
    margin: 10px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .related-posts .interior-title {
    margin: 0;
  }
}

.related-posts-entry-info {
  width: 100%;
  height: 100%;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: var(--link-active);
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .related-posts-entry-info {
    width: 42vw;
    max-width: 170px;
    margin-right: 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .related-posts-entry-info:hover, .related-posts-entry-info :active {
    background-color: rgba(200, 200, 200, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: var(--link-hover);
    transition: .3s;
  }
}
@media screen and (max-width: 767px) {
  .related-posts-entry-info {
    width: auto;
    max-width: inherit;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.related-posts-featured-image {
  padding: 20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .related-posts-featured-image {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .related-posts-featured-image {
    padding: 5px 5px 5px 0;
  }
  .related-posts-featured-image .wp-post-image {
    width: 100px;
    height: 60px;
    object-fit: cover;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 1024px) {
  .related-posts-entry {
    overflow: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .related-posts-entry::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .related-posts-entry {
    padding: 0 5px;
  }
}

.related-posts-entry-title {
  margin: 0 0 10px;
  padding: 10px 10px 0;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .related-posts-entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .related-posts-entry-title {
    margin: 10px 0 5px 5px;
    -webkit-line-clamp: 3;
    padding: 0;
  }
}

.related-posts .related-posts-featured-image {
  padding: 90% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .related-posts .related-posts-featured-image {
    padding: 5px 5px 5px 0;
  }
}
.related-posts .wp-post-image {
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .related-posts .wp-post-image {
    width: 100px;
    height: 75px;
    position: inherit;
    top: inherit;
    left: inherit;
  }
}

._flex-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  justify-content: space-between;
}
._flex-4 ._flex-items {
  width: 20%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1024px) {
  .related-posts-entry ._flex-4 {
    margin: 20px;
    row-gap: 1px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .related-posts-entry ._flex-4 ._flex-items {
    width: auto;
    flex-shrink: 0;
    position: relative;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .related-posts-entry ._flex-4 ._flex-items:last-child .related-posts-entry-info {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .related-posts-entry ._flex-4 {
    margin: 0;
    display: block;
  }
  .related-posts-entry ._flex-4 ._flex-items {
    border-top: solid 1px var(--border-color);
  }
  .related-posts-entry ._flex-4 ._flex-items:first-child {
    border: none;
  }
}

/*	.pagination
================================*/
.pagination {
  margin: 20px 40px 40px 20px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 10px;
    padding: 0;
  }
}
.pagination .nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    display: block;
  }
  .pagination .nav-links:after {
    display: table;
    content: " ";
    height: 0;
    clear: both;
  }
}
.pagination .nav-links .page-numbers {
  min-width: 32px;
  margin: 0 3px;
  color: var(--text-sub-color);
  font-weight: normal;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #BBB;
}
.pagination .nav-links .page-numbers.current {
  font-weight: bolder;
  background-color: var(--main-color);
  color: #fff;
}
.pagination .nav-links .page-numbers.dots {
  border: none;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    display: none;
    background-color: var(--main-color);
    background-size: 27px 40px;
    background-repeat: no-repeat;
    width: calc(50% - 5px);
    margin: 0;
    padding: 0;
    line-height: 40px;
    border: none;
    color: #fff;
  }
}
.pagination a.page-numbers {
  background-color: var(--pagenation-color);
}
@media screen and (min-width: 768px) {
  .pagination a.page-numbers:hover {
    background-color: var(--border-color);
    -moz-box-shadow: 0 0 3px #fcb7b7;
    -webkit-box-shadow: 0 0 3px #fcb7b7;
    box-shadow: 0 0 3px #fcb7b7;
  }
}
@media screen and (max-width: 767px) {
  .pagination a.page-numbers:hover {
    background-color: var(--main-color);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.pagination .nav-links .prev {
  padding: 0 15px 0 5px;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .prev {
    padding: 0;
    background-image: url(img/arrow_prev.png);
    background-position: left center;
    display: block;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
  }
}
.pagination .nav-links .next {
  padding: 0 5px 0 15px;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .next {
    padding: 0;
    background-color: var(--main-color);
    background-image: url(img/arrow_next.png);
    background-position: right center;
    display: block;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
  }
}
.pagination .nav-links .prev::before,
.pagination .nav-links .next::after {
  padding: 0 5px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 10px;
}
.pagination .nav-links .prev::before {
  content: "\f100";
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .prev::before {
    content: inherit;
  }
}
.pagination .nav-links .next::after {
  content: "\f101";
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .next::after {
    content: inherit;
  }
}

/*	.comments-area
================================*/
.comments-area {
  margin: 40px;
}
@media screen and (max-width: 1024px) {
  .comments-area {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .comments-area {
    margin: 10px;
    padding-bottom: 1px;
    background-color: var(--bg-white);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .comments-area .comments-title {
    margin: 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
  }
}

.comment-body {
  margin: 2em 0.5em 3.5em;
}
@media screen and (max-width: 767px) {
  .comment-body {
    margin: 1em 10px 1.5em;
  }
}
.comment-body .reply {
  margin: 1em;
}
@media screen and (max-width: 767px) {
  .comment-body .reply {
    margin: 1em 0;
  }
}

.comment-content {
  font-weight: bolder;
  font-size: 16px;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .comment-content p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
}

.comment-meta {
  font-size: 13px;
  margin: 16px 0 3em;
}
@media screen and (max-width: 767px) {
  .comment-meta {
    margin: 0 0 10px;
    font-size: 12px;
  }
}
.comment-meta .fn {
  color: var(--named-color);
}
.comment-meta .says {
  display: none;
}
.comment-meta .comment-author:after {
  content: " : ";
  color: #000;
  font-weight: normal;
}
.comment-meta .edit-link:before {
  content: " / ";
}

@media screen and (max-width: 767px) {
  .comment-metadata a {
    text-emphasis: none;
    color: var(--text-sub-color);
  }
}

.comment-author,
.comment-metadata {
  display: inline-block;
}

a.comment-reply-link,
.form-submit input.submit {
  background-color: var(--sub-color);
  border-style: outset;
  border-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 0px 1px 2px;
  color: #fff;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  text-decoration: none;
}
a.comment-reply-link:hover,
.form-submit input.submit:hover {
  cursor: pointer;
}
a.comment-reply-link:active,
.form-submit input.submit:active {
  border-width: 0 1px 1px;
  border-top-color: transparent;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  a.comment-reply-link,
  .form-submit input.submit {
    font-size: 12px;
  }
}

.comment-reply-title,
.comment-notes,
.comment-form-comment .required,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
  display: none;
}

.comment-form-comment,
.comment-form-author {
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .comment-form-comment,
  .comment-form-author {
    display: block;
  }
}
.comment-form-comment label,
.comment-form-author label {
  padding: 7px 0;
  text-align: right;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 120px;
  flex-basis: 120px;
}
@media screen and (max-width: 1024px) {
  .comment-form-comment label,
  .comment-form-author label {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: left;
  }
}

.comment-form-comment textarea,
.comment-form-author input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 120px 0 0;
  padding: 6px;
  border: 1px solid #aaa;
  line-height: 18px;
  background-color: var(--pagenation-color);
  color: var(--text-color);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .comment-form-comment textarea,
  .comment-form-author input {
    width: 80%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    resize: none;
  }
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus {
  border-color: var(--sub-color);
}

.comment-form-author input {
  margin-right: 60%;
}
@media screen and (max-width: 1024px) {
  .comment-form-author input {
    margin-right: auto;
  }
}

.form-submit {
  text-align: center;
}

.form-submit input.submit {
  padding: 10px 25px;
}

.depth-2 {
  padding-left: 5px;
  border-left: solid 5px #C0CBAE;
  margin-left: 10px;
}

.logged-in-as {
  margin: 10px;
}

/*	.headline livedoor
================================*/
.headline-area .headline-group {
  height: 296px;
  margin: 0 0 10px 10px;
  overflow-x: hidden;
  overflow: hidden;
  background-color: var(--bg-white);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .headline-area .headline-group {
    margin-left: 0;
  }
}
.headline-area .headline-group.headline-column {
  margin-bottom: 8px;
}
.headline-area .headline-group.headline-column .blogroll-channel {
  width: 50%;
  height: 100%;
  float: left;
}
.headline-area .blogroll-channel {
  height: 100%;
  overflow-x: hidden;
  overflow: auto;
}
.headline-area .blogroll-list-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.headline-area .blogroll-category-name {
  display: none;
}
.headline-area .blogroll-list {
  height: 22px;
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
  border-bottom: 1px dotted #FFCDCD;
}
.headline-area .blogroll-link {
  padding: 0 0 0 5px;
  color: var(--link-active);
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .headline-area .blogroll-link:hover {
    background-color: #fff4f4;
    color: var(--link-hover);
    text-decoration: underline;
  }
}

@media (prefers-color-scheme: dark) {
  .headline-area .blogroll-list {
    border-color: #272727;
  }
}
.headline-area {
  margin: 0 40px 10px 12px;
}
@media screen and (max-width: 1024px) {
  .headline-area {
    margin: 0 10px 10px;
  }
}

/*	.navigation
================================*/
.entryPager,
.post-navigation {
  margin: 16px 40px;
  padding: 0 0 40px;
}
.entryPager:after,
.post-navigation:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .entryPager,
  .post-navigation {
    margin: 10px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .entryPager,
  .post-navigation {
    padding: 0;
    margin: 0 10px 10px;
  }
}

.entryPager_inner,
.post-navigation .nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entryPager_list,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 49%;
  height: 68px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  display: block;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: var(--main-color);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .entryPager_list,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entryPager_list,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
    margin: 0;
    background-color: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-radius: 0;
  }
}

.entryPager_list.act {
  opacity: 1;
}

.next,
.post-navigation .nav-previous {
  float: left;
}
@media screen and (max-width: 1024px) {
  .next,
  .post-navigation .nav-previous {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .next,
  .post-navigation .nav-previous {
    float: right;
  }
  .next a,
  .post-navigation .nav-previous a {
    margin-left: 5px;
  }
}

.prev,
.post-navigation .nav-next {
  float: right;
}
@media screen and (max-width: 1024px) {
  .prev,
  .post-navigation .nav-next {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .prev,
  .post-navigation .nav-next {
    float: left;
  }
  .prev a,
  .post-navigation .nav-next a {
    margin-right: 5px;
  }
}

a.pager_links,
.post-navigation a {
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a.pager_links:hover, a.pager_links:focus,
  .post-navigation a:hover,
  .post-navigation a:focus {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  a.pager_links:hover,
  a.pager_links:focus {
    opacity: 0.8;
  }
}

.pager_links_inner {
  height: 68px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pager_links_inner {
    background-color: var(--main-color);
    background-size: 27px 40px;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.prev_link {
  margin-right: 8px;
  padding: 0 8px 0 48px;
}
@media screen and (max-width: 767px) {
  .prev_link {
    background-image: url(img/arrow_next.png);
    background-position: right center;
    margin: 0;
    padding: 0 20px 0 10px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
  }
}

.prev_link:before {
  background-image: url("img/sns_sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -240px;
  content: "";
  width: 40px;
  height: 68px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 767px) {
  .prev_link:before {
    content: none;
  }
}

.next_link {
  margin-left: 8px;
}

.next_link {
  padding: 0 48px 0 8px;
}
@media screen and (max-width: 767px) {
  .next_link {
    background-image: url(img/arrow_prev.png);
    background-position: left center;
    margin: 0;
    padding: 0 10px 0 20px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
  }
}

.next_link:before {
  background-image: url("img/sns_sprite.png");
  background-repeat: no-repeat;
  background-position: -40px -240px;
  content: "";
  width: 40px;
  height: 68px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: solid 1px rgba(255, 255, 255, 0.15);
  box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .next_link:before {
    content: none;
  }
}

.front_page .pagination .nav-links .dots + a.page-numbers {
  display: none;
}

/*================================

	.sidebar
	var 0.01

================================*/
.sidebar {
  /* &:before, &:after {
  	display: block;
  	content: "";
  	height: 0;
  	width: auto;
  }
  &:after {
  	height: 1px;
  } */
}
.sidebar ul, .sidebar ol {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.sidebar ul {
  list-style-type: none;
}
.sidebar .widget_block li:nth-of-type(1) {
  border-top: solid 1px var(--border-color);
}
.sidebar .widget_block li {
  border-top: dotted 1px var(--border-color);
}
.sidebar a {
  color: var(--link-active);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sidebar a:hover {
    color: var(--link-hover);
  }
}
.sidebar .widget_block {
  margin: 0 20px 16px 0;
}
@media screen and (max-width: 767px) {
  .sidebar .widget_block {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar .widget_block {
    margin: 0 10px 10px 0;
  }
}
.sidebar .wp-block-group {
  background-color: var(--bg-white);
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sidebar .widget_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0;
  background-color: var(--main-color);
  padding: 15px 15px 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: bolder;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.sidebar .wp-block-latest-posts__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.sidebar .wp-block-latest-posts__list li {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.sidebar .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.sidebar .wp-block-latest-posts__featured-image {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
}
.sidebar .wp-block-latest-posts__list .wp-post-image {
  width: 80px;
  height: 80px;
  max-width: 80px !important;
  max-height: 80px !important;
}
.sidebar .wp-block-archives a {
  display: block;
  padding: 10px 20px;
}
.sidebar .cat-item:after {
  content: "";
  display: block;
  clear: both;
}
.sidebar .cat-item:before {
  content: "";
  display: block;
  clear: both;
}
.sidebar .cat-item {
  display: block;
}
.sidebar .cat-item a {
  padding: 10px 20px;
  display: block;
}
.sidebar .wp-block-latest-comments__comment {
  padding: 10px;
  display: block;
}
.sidebar .wp-block-latest-comments__comment article {
  display: list-item;
  margin: 0 0 0 20px;
  list-style-type: decimal;
}
.sidebar li.archives-year-list {
  margin: 10px;
  border: none !important;
}
.sidebar a.year-item {
  display: block;
  padding: 5px 10px;
  background-color: #808080;
  color: #fff;
}
.sidebar ul.archives-month-list:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar li.month-list {
  display: block;
  margin: 0;
  width: 16.6%;
  text-align: center;
  float: left;
  border: none !important;
  line-height: 2;
  padding: 0;
}
.sidebar ul.archives-month-list {
  margin-top: 10px;
}
.sidebar a.month-item {
  display: block;
}
.sidebar #fixed_box {
  margin-bottom: -3px;
}
@media screen and (max-width: 767px) {
  .sidebar #fixed_box {
    display: none;
  }
}
.sidebar #img_recomen {
  margin: 0 20px 16px 0;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .sidebar #img_recomen {
    margin: 0 10px 10px 0;
  }
}
.sidebar #fixed_box .widget_title {
  background-color: #252525;
  color: #bdf800;
  border-bottom-color: #363636;
}
.sidebar .img_feed {
  background: #252525 url(img/bg_b.jpg) 0 0 repeat;
  width: 300px;
}
.sidebar .img_item {
  background-color: rgba(255, 255, 255, 0.1);
  border-top: dotted 1px #000;
  position: relative;
  margin: 0;
  padding: 0;
  -moz-box-shadow: inset 0 0 40px #090909;
  -webkit-box-shadow: inset 0 0 40px #090909;
  box-shadow: inset 0 0 40px #090909;
}
.sidebar a.img_item_url {
  margin: 0;
  padding: 20px;
  display: block;
  color: #DAFFD7;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sidebar a.img_item_url:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #89FFD5;
  }
}
.sidebar .img_item_img {
  display: block;
  height: 80px;
  width: 80px;
  object-fit: cover;
  border: none;
  padding: 0;
  margin: 0;
  -moz-box-shadow: 0 0 20px #090909;
  -webkit-box-shadow: 0 0 20px #090909;
  box-shadow: 0 0 20px #090909;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .img_item_title {
  width: 158px;
  height: 63px;
  line-height: 1.5;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 26px;
  left: 120px;
  font-size: 14px;
}
.sidebar .back_to_top ul, .sidebar .back_to_top li, .sidebar .back_to_top a {
  margin: 0;
  padding: 0;
  display: block;
}
.sidebar .back_to_top a {
  margin-right: 20px;
  background-color: #444;
  color: #B8FF00;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .sidebar .back_to_top a {
    margin-right: 10px;
  }
}

.widget_block .wp-block-categories-dropdown, .widget_block .wp-block-archives-dropdown {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.widget_block select {
  width: 100%;
  padding: 10px;
  background-color: var(--main-color);
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px 16px;
  background-position: right 10px center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .widget_block {
    display: none;
  }
}

.widget_categories, .widget_archive {
  display: none;
}
@media screen and (max-width: 767px) {
  .widget_categories, .widget_archive {
    display: block;
  }
}

#sticky {
  position: sticky;
  top: 40px;
}

/*================================

	.site-footer
	var 0.01

================================*/
.site-footer {
  border-top: solid 5px #444;
  background-color: #000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url(img/footer_bg.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(26, 26, 26, 0)), color-stop(100%, #333333)), url(img/footer_bg.png);
  background: -moz-linear-gradient(top, rgba(26, 26, 26, 0), #333333), url(img/footer_bg.png);
  background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0), #333333), url(img/footer_bg.png);
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0), #333333), url(img/footer_bg.png);
}

.site-footer-tags {
  padding: 0;
}

.site-footer-logo {
  margin: 40px auto 0;
  width: 135px;
}
.site-footer-logo a, .site-footer-logo img {
  display: block;
}

.site-footer-info .site-nav-list {
  margin: 5px auto 40px;
  width: 126px;
  justify-content: space-between;
}
.site-footer-info .site-nav-list a.site-nav-links {
  margin: 0;
}

#copyright {
  font-size: 13px;
}
#copyright p {
  margin: 0;
  padding: 8px;
  text-align: center;
}

/*	Amazon Modern Ranking
--------------------------------*/
div#horizontalrank {
  margin: 40px !important;
}
@media screen and (max-width: 1024px) {
  div#horizontalrank {
    margin: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  div#horizontalrank {
    margin: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  div#horizontalrank .interior-title {
    margin: 20px -5px;
  }
}

#horizontalrank ul {
  margin: 0 -10px !important;
  padding: 10px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #horizontalrank ul {
    row-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  #horizontalrank li:nth-child(n+9) {
    display: none;
  }
}

#horizontalrank li {
  background-color: transparent !important;
  width: 17%;
  margin: 0 !important;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  #horizontalrank li {
    width: 20%;
  }
}

#horizontalrank li a {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 100%;
  position: relative !important;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #horizontalrank li a {
    padding-bottom: 170%;
  }
}

#horizontalrank li a,
#horizontalrank.infoslide li:hover > a div.productinfo,
#horizontalrank.infoslide li:focus > a div.productinfo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#horizontalrank li img {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  object-fit: cover;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
@media screen and (max-width: 767px) {
  #horizontalrank li img {
    height: 70%;
  }
}

#horizontalrank .rank {
  -webkit-border-radius: 0 5px 0 5px;
  -moz-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
}

#horizontalrank div.productinfo {
  height: 31px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 767px) {
  #horizontalrank div.productinfo {
    height: 47px;
  }
}

.img_feed {
  line-break: anywhere;
  font-size: 13px;
  font-weight: 700;
}

.img_scroll {
  margin: 0;
  overflow: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.img_scroll::-webkit-scrollbar {
  display: none;
}
.img_scroll .img_feed_items {
  margin: 10px 0;
  padding: 0 0 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  justify-content: space-between;
}
.img_scroll .img_feed_items:after {
  content: '.';
  width: 0;
  opacity: 0;
}
.img_scroll .img_item {
  background-color: var(--bg-white);
  margin: 0;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.img_scroll .img_item_url {
  color: var(--text-color);
  margin: 0;
  padding: 0 10px;
  width: 150px;
  display: block;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
}
.img_scroll .img_wrap {
  padding: 100% 0 0;
  width: auto;
  height: 0;
  position: relative;
}
.img_scroll .img_item_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
.img_scroll .img_item_title {
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 20px 0 0;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.img_scroll.img_noscroll {
  overflow: inherit;
  overflow-x: inherit;
  min-height: inherit;
}
@media screen and (max-width: 1024px) {
  .img_scroll.img_noscroll {
    margin: 0;
  }
}
.img_scroll.img_noscroll .img_feed_items {
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .img_scroll.img_noscroll .img_feed_items {
    padding: 0;
    margin: 0;
  }
}
.img_scroll.img_noscroll .img_feed_items:after {
  content: none;
}
.img_scroll.img_noscroll .img_item {
  width: 100%;
  flex-shrink: inherit;
}
@media screen and (max-width: 1024px) {
  .img_scroll.img_noscroll .img_item:nth-child(n+5) {
    display: none;
  }
}
.img_scroll.img_noscroll .img_item_url {
  font-size: 13px;
  width: auto;
}
.img_scroll.img_noscroll .img_item_title {
  -webkit-line-clamp: 3;
}

.img_flex {
  margin: 10px 0;
  background-color: var(--bg-white);
}
@media screen and (max-width: 767px) {
  .img_flex {
    margin: 5px 0;
  }
}
.img_flex .img_feed_items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .img_flex .img_feed_items {
    background-color: var(--border-color);
  }
}
.img_flex .img_item {
  background-color: var(--bg-white);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img_flex .img_item:nth-child(n+4) {
    display: none;
  }
}
.img_flex .img_item_url {
  padding: 0 10px;
  display: block;
  text-decoration: none;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .img_flex .img_item_url {
    padding: 0 5px;
  }
}
.img_flex .img_wrap {
  padding: 75% 0 0;
  width: 100%;
  height: 0;
  position: relative;
}
.img_flex .img_item_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.img_flex .img_item_title {
  line-height: 1.5;
  margin: 0;
  padding: 5px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .img_float .img_feed_items {
    margin: 0 5px;
  }
}
.img_float .img_item {
  background-color: transparent;
  border-top: 1px solid var(--border-color);
}
.img_float .img_item_url {
  margin: 5px 0;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
}
.img_float .img_wrap {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 80px;
  flex-basis: 80px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .img_float .img_wrap {
    padding-left: 0;
  }
}
.img_float .img_item_img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .img_float .img_item_img {
    padding-left: 0;
    width: 150px;
    height: 82px;
  }
}
.img_float .img_item_title {
  line-height: 1.3;
  margin: 5px 5px 5px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.entry-body .img_flex {
  margin: 0;
  padding: 5px 0;
}

.img_feed .img_item_img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.img_float + .img_feed {
  margin: 0 0 5px;
}

.img_wide .img_wrap {
  padding-top: 56%;
}

@media screen and (min-width: 768px) {
  .img_item_url:hover {
    opacity: 0.8;
  }
}

.adbg:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 5px;
  background-color: var(--border-color);
  overflow: hidden;
}

.img_links {
  margin: 0;
  overflow: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.img_links .c_img {
  width: auto !important;
  margin: 0;
  padding: 0 0 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  row-gap: 10px;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  justify-content: space-between;
}
.img_links .c_img:after {
  content: '.';
  width: 0;
  opacity: 0;
}
.img_links .c_img > div {
  width: auto !important;
  height: auto !important;
  float: none !important;
  background-color: var(--bg-white);
  margin: 10px 10px 10px 0 !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.img_links .c_img > div div {
  width: auto !important;
  height: auto !important;
  line-height: 1.3 !important;
  display: block;
  font-weight: normal !important;
  margin: 0 !important;
  top: initial !important;
  left: initial !important;
  position: initial !important;
}
.img_links .c_img > div div div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: var(--text-color) !important;
  width: 150px !important;
  padding: 170px 10px 0 !important;
  margin-bottom: 10px !important;
}
.img_links .c_img a {
  margin: 0 !important;
  display: block;
  padding: 0;
  color: #333333;
  background-color: transparent;
  height: 100%;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .img_links .c_img a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    opacity: 0.6;
  }
}
.img_links .c_img img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 150px;
  height: 150px;
  top: 10px;
  left: 10px;
}

.img_links::-webkit-scrollbar {
  display: none;
}

.img_links.img_links_110 .c_img {
  padding: 0 0 0 8px;
}
.img_links.img_links_110 .c_imga {
  font-size: 13px;
}
.img_links.img_links_110 .c_img > div {
  margin-right: 8px !important;
}
.img_links.img_links_110 .c_img img {
  top: 8px;
  left: 8px;
  width: 110px;
  height: 110px;
}
.img_links.img_links_110 .c_img > div div div {
  padding: 126px 8px 0 !important;
  margin-bottom: 8px !important;
  width: 110px !important;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .img_links.img_links_110 .c_img {
    padding: 0 0 0 10px;
  }
}

.feed {
  background-color: var(--bg-white);
  margin: 0 !important;
  padding: 0 !important;
}

.feed_list {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.feed_items {
  border-bottom: solid 1px var(--border-color);
  margin: 0 5px;
}

a.feed_links {
  line-height: 2.4;
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  a.feed_links:hover, a.feed_links:focus {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  a.feed_links {
    padding-right: 15px;
    background-image: url(http://blogmaterial.nicoblomaga.jp/material/73/sp_icons/arrow_next.png);
    background-position: right -5px center;
    background-repeat: no-repeat;
    background-size: 27px 40px;
  }
}

.feed_area .feed:last-child .feed_items:last-child {
  border-bottom: none;
}

.article_feed {
  margin: 16px 40px;
}
@media screen and (max-width: 1024px) {
  .article_feed {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .article_feed {
    background-color: var(--bg-white);
    margin: 0 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .article_feed:before, .article_feed:after {
    content: " ";
    display: block;
    height: 20px;
    background-color: var(--bg-white);
    position: relative;
    z-index: 999;
  }
}

.article_feed_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

.article_feed_items {
  margin: 0;
  padding: 0;
}

.article_feed_links {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  margin: 0;
  color: var(--article_feed_color);
  text-decoration: none;
  display: block;
  position: relative;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .article_feed_links {
    font-size: 14px;
    height: auto;
    line-height: 1.2;
    padding: 7px 10px;
    text-overflow: inherit;
    white-space: inherit;
    /* word-wrap: break-word; */
    overflow: inherit;
  }
}
@media screen and (min-width: 768px) {
  .article_feed_links:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.abs_area {
  margin: 10px 0 !important;
  padding: 0 !important;
}
.abs_area img {
  max-width: 380px;
  display: block;
}

.nullpo_img {
  margin: 0;
  padding: 5px 0;
}
.nullpo_img > div {
  padding: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  background: var(--border-color);
}
.nullpo_img a {
  width: 50%;
  padding: 0 5px;
  background-color: var(--bg-white);
}
@media screen and (max-width: 1024px) {
  .nullpo_img a:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nullpo_img a:nth-child(n+4) {
    display: none;
  }
}
.nullpo_img a > div {
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  display: block !important;
  background-color: inherit !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border: none !important;
  font-size: inherit !important;
  color: inherit !important;
  text-shadow: none !important;
  position: relative;
}
.nullpo_img a > div > div {
  width: 100% !important;
  height: 0;
  position: absolute;
  padding-top: 75%;
}
.nullpo_img a > div > div + div {
  padding: 80% 0 0 !important;
  height: auto;
  margin: 0;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 13px;
}

.nullpo_img.img_2 a > div > div {
  padding-top: 56.25%;
}

.nullpo_img.img_2 a > div > div + div {
  padding: 60% 0 0 !important;
}

.img_feed + .feed .feed_items:first-child {
  border-top: solid 1px var(--border-color);
}

.c_img_flex {
  padding: 5px 0;
  background-color: var(--bg-white);
}
.c_img_flex .c_img {
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: var(--border-color);
}
.c_img_flex .c_img > .c_items {
  background-color: var(--bg-white);
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .c_img_flex .c_img > .c_items:nth-child(n+4) {
    display: none;
  }
}
.c_img_flex .c_img a {
  padding: 0 5px;
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .c_img_flex .c_img a:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c_img_flex .c_img a:nth-child(n+4) {
    display: none;
  }
}
.c_img_flex .c_img .c_img_wrap {
  width: 100%;
  height: 0;
  padding: 75% 0 0;
  margin: 0 0 5px;
  position: relative;
}
.c_img_flex .c_img .c_img_wrap .c_item_img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.c_img_flex .c_img .c_txt_wrap .c_item_txt {
  max-height: 78px;
  height: auto;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 13px;
}

.feed_area {
  margin: 40px;
  max-width: 820px;
  overflow: hidden;
  background-color: var(--bg-white);
}
@media screen and (max-width: 1024px) {
  .feed_area {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feed_area {
    margin: 10px 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.feed_area .interior-title {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .feed_area .interior-title {
    margin: 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
  }
}
.feed_area .nullpo_img.img_2 {
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 767px) {
  .feed_area .nullpo_img.img_2 a:nth-child(n+3) {
    display: none;
  }
}

.c_img_float .c_img_feed {
  margin: 0 5px;
  border-bottom: solid 1px var(--border-color);
}
.c_img_float .c_img {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .c_img_float .c_img {
    margin: 0 5px;
  }
}
.c_img_float .c_img:after {
  content: "";
  clear: both;
  display: block;
}
.c_img_float .c_img > div {
  width: 50% !important;
  height: auto !important;
  background-color: transparent;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  border-top: 1px solid var(--border-color);
  float: left !important;
}
@media screen and (max-width: 767px) {
  .c_img_float .c_img > div {
    width: auto !important;
    margin-bottom: 0 !important;
    float: none !important;
  }
}
.c_img_float .c_img > div:nth-child(odd) {
  clear: left;
}
.c_img_float .c_img > div:nth-child(odd) a {
  border-right: 1px solid var(--border-color);
  border-left: none;
}
@media screen and (max-width: 767px) {
  .c_img_float .c_img > div:nth-child(odd) a {
    border: none;
  }
}
.c_img_float .c_img > div:nth-child(even) {
  margin-left: -1px;
}
.c_img_float .c_img > div:nth-child(even) a {
  border-left: 1px solid var(--border-color);
}
@media screen and (max-width: 767px) {
  .c_img_float .c_img > div:nth-child(even) a {
    border: none;
  }
}
.c_img_float .c_img a {
  margin: 5px 0 !important;
  padding: 0;
  display: block;
  background-color: var(--bg-white);
  display: -webkit-flex;
  display: flex;
  border-left: solid 1px var(--border-color);
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c_img_float .c_img a:hover {
    opacity: 0.6;
  }
}
.c_img_float .c_img a .c_img_wrap {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 80px;
  flex-basis: 80px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .c_img_float .c_img a .c_img_wrap {
    padding-left: 0;
  }
}
.c_img_float .c_img a img {
  display: block !important;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .c_img_float .c_img a img {
    padding-left: 0;
    width: 100px;
    height: 75px;
  }
}
.c_img_float .c_img a > div {
  width: auto !important;
  height: auto !important;
  line-height: 1.3 !important;
  display: block;
  font-weight: normal !important;
  margin: 0 !important;
  top: initial !important;
  left: initial !important;
  position: initial !important;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.c_img_float .c_img a > div div {
  color: inherit !important;
  width: auto !important;
  padding: 5px 5px 5px 10px !important;
  margin: 0 !important;
  color: inherit !important;
}

/*	not found
--------------------------------*/
.not-found-inner {
  width: auto;
  margin: 0 auto;
}

.not-found-404 {
  color: var(--main-color);
  margin: 0 10px;
}

p.reason {
  font-size: 15px;
  margin: 1em 10px;
}

.not-found-section {
  max-width: 404px;
  margin: 150px auto 40px;
}
@media screen and (max-width: 767px) {
  .not-found-section {
    margin: 66px auto 20px;
  }
}

.back-navi {
  max-width: 404px;
  margin: 0 auto 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .back-navi {
    margin: 0 auto 80px;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

a.not-found-back-links {
  background-color: var(--main-color);
  width: 50%;
  display: block;
  line-height: 3;
  text-align: center;
  color: var(--bg-white);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  a.not-found-back-links {
    margin: 5px;
  }
}

.not-found-posts {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .not-found-posts {
    margin: 0;
  }
}
.not-found-posts .posts-entry-wrap {
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .not-found-posts .posts-entry-wrap {
    margin: 0;
  }
}

.not-found-posts .posts {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .not-found-posts .posts {
    margin: 0;
    background-color: var(--bg-white);
  }
}

.not-found-posts .posts-entry {
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .not-found-posts .posts-entry {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .not-found-posts .posts-entry {
    width: auto;
    float: none;
  }
}

#not-found + .sidebar {
  display: none;
}
@media screen and (max-width: 767px) {
  #not-found + .sidebar {
    display: block;
  }
}

/*	.yt
--------------------------------*/
span .yt {
  display: block;
}

/*	scroll and darkmode nav
--------------------------------*/
.scroll-nav {
  margin: 10px;
  padding: 0;
  line-height: 40px;
  height: 40px;
  background-color: var(--main-color);
  border-radius: 5px;
}

.site-header .scroll-nav {
  margin: 0;
  background-color: #272727;
  border-radius: 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.scroll-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.scroll-list-items {
  width: 50%;
  text-align: center;
}

.scroll-list-items .fa-regular,
.scroll-list-items .fa-solid {
  padding: 0;
  vertical-align: middle;
  font-size: 20px;
}

a.scroll-links, .scroll-label {
  color: #fff;
  display: block;
  width: auto;
  height: 40px;
  border-right: solid 1px rgba(30, 30, 30, 0.2);
  border-left: solid 1px rgba(230, 230, 230, 0.2);
}

.site-header a.scroll-links,
.site-header .scroll-label {
  border-right: solid 1px #303030;
  border-left: solid 1px #000;
}

.scroll-list-items:first-child .scroll-links {
  border-left: none;
}

.scroll-list-items:last-child .scroll-links,
.scroll-list-items:last-child .scroll-label {
  border-right: none;
}

.check-dark {
  display: none;
}

.dark-ico {
  width: 40px;
  height: 40px;
  background-image: url(img/sun.svg), url(img/moon.svg);
  background-size: 20px 20px, 20px 20px;
  background-repeat: no-repeat, no-repeat;
  background-position: 10px 10px, 50px 10px;
  display: inline-block;
  transition: .3s;
}

.check-dark:checked + .dark-ico {
  background-position: -30px 10px, 10px 10px;
}

.twitter-tweet.twitter-tweet-rendered {
  margin: inherit;
  padding: 0;
  border: none;
  background-color: inherit;
}
