@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSans-Medium-subset.woff") format("woff"), url("../fonts/NotoSans-Medium-subset.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSans-Bold-subset.woff") format("woff"), url("../fonts/NotoSans-Bold-subset.otf") format("opentype");
}
.notosans {
  font-family: 'NotoSansCJKjp';
}

/* header
---------------------------------------------------------- */
#header-banner {
  background-color: #eee;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
#header-banner:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.wrapper {
  background-color: #fff;
  position: relative;
}

#overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

#header--sp {
  display: none;
}

.header--new {
  border-bottom: 1px solid #f5f5f5 !important;
  padding: 15px 0 !important;
}

#header #header--pc {
  overflow: hidden;
  padding: 0 33px;
}
#header #header--pc .header-logo {
  float: left;
}
#header #header--pc .logo-img {
  margin-right: 29px;
}
#header #header--pc .header-logo--inline {
  display: inline-block;
  vertical-align: middle;
}
#header #header--pc #header-description {
  color: #000;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
#header #header--pc #header-description a {
  color: #000;
}
#header #header--pc ul.header-link--pc {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
#header #header--pc ul.header-link--pc li {
  display: inline-block;
}
#header #header--pc ul.header-link--pc li a {
  position: relative;
  padding: 0 17px;
  color: #999999;
}
#header #header--pc ul.header-link--pc li a:after {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
}
#header #header--pc ul.header-link--pc li:last-child a:after {
  content: none;
}
#header #header--pc ul.header-sns--pc {
  list-style: none;
  margin: 0;
}
#header #header--pc ul.header-sns--pc li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  margin-bottom: 0;
}
#header #header--pc .header-sns {
  float: right;
  margin-top: 20px;
}

#gnav {
  border-bottom: 1px solid #f5f5f5;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 50;
  transition: all 0.3s;
}

#gnav.active {
  background-color: #f5f5f5;
}

#sp-nav {
  display: none;
}

/* header mega-drop-down
---------------------------------------------------------- */
#mega-drop-down {
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  height: 60px;
  display: table;
  width: 100%;
  transition: height 0.3s;
  padding: 0;
}
#mega-drop-down .display-on {
  display: block;
}
#mega-drop-down .serch-icon {
  display: inline-block;
}

#mega-drop-down > li {
  list-style: none;
  line-height: 1.3;
  width: 12.5%;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  cursor: default;
}

#mega-drop-down > li > a {
  height: 60px;
  line-height: 58px;
  display: inline-block;
  width: 100%;
  color: #000;
}

#mega-drop-down > li span {
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

#mega-drop-down > li span:before {
  content: "";
  display: block;
  height: 12px;
  width: 2px;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  z-index: 2;
}

#mega-drop-down > li:first-child span:before {
  content: none;
}

#mega-drop-down > li:hover span {
  position: relative;
}

#gnav.active #mega-drop-down > li:hover span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ff6533 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

#mega-drop-down > li:hover {
  background: #fff;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.mega-menu {
  background-color: rgba(255, 255, 255, 0.99);
  left: 0;
  top: 100%;
  position: absolute;
  width: 100%;
  display: none;
  transition-duration: 0.2s;
  z-index: 10;
  border-bottom: 1px solid #f5f5f5;
}
.mega-menu ul.mega-menu__list {
  list-style: none;
  text-align: left;
  float: left;
  width: 210px;
  margin: 0;
  padding: 33px;
  box-sizing: border-box;
  font-size: 14px;
}
.mega-menu ul.mega-menu__list li {
  margin-bottom: 0;
}
.mega-menu ul.mega-menu__list .mega-menu__list__item {
  display: block;
  line-height: 21px;
  border-bottom: 2px solid #f5f5f5;
}
.mega-menu ul.mega-menu__list .mega-menu__list__item a {
  color: #999;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 6px 0;
}
.mega-menu ul.mega-menu__list .mega-menu__list__item a.active {
  color: #000;
}
.mega-menu ul.mega-menu__list .mega-menu__list__item a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ff6533;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.mega-menu .mega-menu__content {
  padding: 33px 0;
  background-color: #fff;
  overflow: hidden;
}
.mega-menu .mega-menu__inner {
  padding: 33px;
}
.mega-menu .search-form {
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  float: none;
}
.mega-menu .search-form input.search-field {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #f5f5f5;
  font-size: 28px;
  font-style: normal;
  float: none;
}
.mega-menu .search-form input.search-field::-webkit-input-placeholder {
  color: rgba(234, 90, 7, 0.2);
  font-style: normal;
}
.mega-menu .search-form input.search-field:-moz-placeholder {
  color: rgba(234, 90, 7, 0.2);
  opacity: 1;
  font-style: normal;
}
.mega-menu .search-form input.search-field::-moz-placeholder {
  color: rgba(234, 90, 7, 0.2);
  opacity: 1;
  font-style: normal;
}
.mega-menu .search-form input.search-field:-ms-input-placeholder {
  color: rgba(234, 90, 7, 0.2);
  font-style: normal;
}

/* header nav-posts
---------------------------------------------------------- */
.nav-posts {
  overflow: hidden;
  font-family: "NotoSansCJKjp";
}
.nav-posts .nav-post {
  width: 280px;
  text-align: left;
  background-color: #fff;
  float: left;
  margin-right: 10px;
  min-height: 66px;
}
.nav-posts .nav-post__img {
  width: 280px;
  height: 160px;
  background-color: #ddd;
  overflow: hidden;
}
.nav-posts .nav-post__img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.nav-posts .nav-post__img a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-posts .nav-post__img a:hover:after {
  border: 10px solid #ff6533;
}
.nav-posts h3.nav-post__ttl {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 10px 2px;
  height: 66px;
}
.nav-posts h3.nav-post__ttl a {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 102, 0, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
}
.nav-posts h3.nav-post__ttl a:hover {
  border-bottom: 2px solid #ff6533;
}
.nav-posts .nav-post__link-area:hover .nav-post__img a:after {
  border: 10px solid #ff6533;
}
.nav-posts .nav-post__link-area:hover h3.nav-post__ttl a {
  border-bottom: 2px solid #ff6533;
}
.nav-posts .nav-post__date {
  font-size: 10px;
  padding: 0 8px;
  margin-bottom: 4px;
}
.nav-posts .nav-post__date a {
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.nav-posts .nav-post__tag {
  font-size: 10px;
  padding: 0 8px;
  color: #ff6533;
  line-height: 2;
}
.nav-posts .nav-post__tag a {
  color: #ff6533;
}

.drop-down .nav-posts {
  display: none;
}

.drop-down .nav-posts.active {
  display: block;
}

.loading img {
  margin: 0 auto;
  display: block;
}

.nav-posts {
  position: relative;
  min-height: 200px;
}

.nav-posts:after {
  content: "";
  display: block;
  background-image: url(../images/loading.gif);
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-posts:first-child:after,
.nav-posts.loaded:after {
  content: none;
}

#hamburger {
  width: 20px;
  height: 14px;
  position: absolute;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  top: 50%;
  right: 6.25%;
  transform: translateY(-50%);
}
#hamburger .line {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  right: 0;
}
#hamburger .line:nth-child(1) {
  top: 0;
}
#hamburger .line:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  width: 17px;
}
#hamburger .line:nth-child(3) {
  top: 100%;
  margin-top: -2px;
  width: 17px;
}

/* header--minimum
---------------------------------------------------------- */
.header-logo--minimum {
  display: none;
}

.header__submenu {
  display: none;
  list-style: none;
}

#gnav.minimum {
  position: fixed;
  top: 0;
}
#gnav.minimum #gnav__inner {
  padding: 0 10px 0 0;
}
#gnav.minimum #logo-area {
  width: 200px;
  margin-top: 22px;
}
#gnav.minimum .serch-icon-area {
  min-width: 22px;
}
#gnav.minimum .header-logo--minimum {
  display: block;
  float: left;
  padding: 0 20px 0 33px;
  height: 80px;
  background-color: #fff;
}
#gnav.minimum #mega-drop-down {
  width: auto;
  height: 80px;
  margin: 0;
  border-left: 2px solid #f5f5f5;
  float: left;
}
#gnav.minimum #mega-drop-down > li {
  width: auto;
}
#gnav.minimum #mega-drop-down > li span {
  padding: 0 20px;
  box-sizing: border-box;
}
#gnav.minimum .header__submenu {
  float: right;
  margin: 0;
  padding: 0;
  display: table;
  height: 80px;
}
#gnav.minimum .header__submenu__item {
  width: 110px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
#gnav.minimum .header__submenu__item span {
  position: relative;
  padding-right: 20px;
}
#gnav.minimum .header__submenu__item span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}
#gnav.minimum .header__submenu__content {
  display: none;
  position: absolute;
  left: 0;
  width: 98%;
  background: #fff;
  top: 100%;
}
#gnav.minimum .header__submenu__content ul {
  list-style: none;
  margin: 15px 0 25px;
  padding: 0;
}
#gnav.minimum .header__submenu__content ul li {
  line-height: 3;
  font-size: 12px;
}
#gnav.minimum .header__submenu__content ul li a {
  color: #666;
  display: inline-block;
  text-decoration: none;
}
#gnav.minimum .header__submenu__content.display-on {
  display: block;
}

/* container
---------------------------------------------------------- */
#content-header {
  min-height: 60px;
  margin: 0 auto;
}
#content-header:after {
  clear: both;
  display: block;
  content: "";
}

#post-switch-cover {
  padding: 0 3.125%;
  display: none;
}

#post-switch--reset {
  display: inline-block;
  padding: 2.67% 1%;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

#post-switch {
  display: inline-block;
  padding: 2.67% 1%;
  margin: 0;
  float: right;
  position: relative;
}

#post-switch__text {
  margin: 0;
}

#post-switch__text span {
  display: inline-block;
}

#post-switch__time-Range {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 5;
  width: 70%;
  left: 15%;
  text-align: center;
}
#post-switch__time-Range li {
  line-height: 3;
  cursor: pointer;
}
#post-switch__time-Range li.select {
  display: none;
}

.child_cats--sp {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
}
.child_cats--sp .single_cat_title {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 21px;
  font-size: 150%;
}
.child_cats--sp a {
  color: #ff6533;
}

.child_cats--pc {
  display: inline-block;
  vertical-align: middle;
}
.child_cats--pc a {
  color: #ff6533;
}

.container {
  max-width: 1200px;
  margin: 0 auto 60px;
  overflow: hidden;
  display: table;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.container .content-wrapper {
  float: left;
  width: 100%;
  margin-right: -300px;
}
.container #content {
  margin-right: 300px;
  max-width: 900px;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 2.2%;
  padding-bottom: 10px;
  padding-bottom: 1.0rem;
  margin-bottom: 20px;
  margin-bottom: 2.0rem;
}
.container .post-list {
  max-width: 880px;
  background-color: #fff;
}
.container .post-list article.post {
  background-color: #fff;
  position: relative;
  display: table;
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.container .post-list article.post:first-child {
  border-top: 1px solid #f5f5f5;
}
.container .post-list .post__img {
  display: table-cell;
  width: 45%;
  vertical-align: top;
}
.container .post-list .post__img img {
  width: 100%;
}
.container .post-list .post__img a {
  display: block;
  position: relative;
}
.container .post-list .post__img a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.container .post-list .post__img a:hover:after {
  border: 10px solid #ff6533;
}
.container .post-list .post-text {
  display: table-cell;
  padding-left: 20px;
}
.container .post-list .post__ttl {
  font-family: 'NotoSansCJKjp';
  padding: 0 10px 0 0;
}
.container .post-list .post__ttl a {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 102, 0, 0);
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.container .post-list .post__ttl a:hover {
  border-bottom: 2px solid #ff6533;
}
.container .post-list.Recent,
.container .post-list.Weekly,
.container .post-list.Monthly {
  display: none;
}
.container article.post.hover {
  border-bottom-color: #ff6533;
}
.container article.post.hover .post__img a:after {
  border: 10px solid #ff6533;
}
.container article.post.hover .post__ttl a {
  border-color: #ff6533;
}
.container .post__cat {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px 0 0;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.container .post__cat a {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 1px 10px;
  text-decoration: none;
  font-size: 12px;
  vertical-align: top;
  background-color: #000;
  border-radius: 13px;
  display: inline-block;
}
.container .post__date {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.container .post__date a {
  margin-right: 20px;
  color: #000;
}
.container .post__tag {
  margin: 5px 0;
  font-size: 12px;
}
.container .post__tag a {
  color: #ff6533;
}

.post__autor {
  overflow: hidden;
  position: relative;
  height: 40px;
}

.autor-item {
  width: 28px;
  height: 28px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 7px;
}

.autor-img {
  position: absolute;
  top: -20%;
  left: -20%;
  height: 140%;
  width: 140%;
  transform: rotate(-45deg);
  background-size: cover;
  background-position: center;
  text-align: center;
  line-height: 39px;
  color: #fff;
}
.autor-img img {
  padding: 0;
  margin: 0;
}

.autor-img.pr {
  background-color: #41ccf4;
}

.post__autor__name {
  margin: 0 0 0 50px;
  line-height: 40px;
}
.post__autor__name span {
  font-weight: bold;
}

span.pr {
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 1px 0;
  width: 26px;
  height: 26px;
  text-align: center;
  box-sizing: border-box;
  font-size: 10px;
  vertical-align: top;
  background-color: #41ccf4;
  border-radius: 13px;
  display: inline-block;
}

input.read-more,
a.read-more {
  border: 2px solid #000;
  border-radius: 8px;
  height: 60px;
  display: block;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: normal;
  max-width: 720px;
  margin: 30px auto;
  background-color: #fff;
  color: #000;
  line-height: 1;
  width: 100%;
  font-family: 'NotoSansCJKjp';
}

input.read-more:hover,
a.read-more:hover {
  background-color: #fff;
  text-decoration: none;
  border: 3px solid #000;
}

.dummypost {
  width: 280px;
  height: 250px;
  background-color: #ddd;
  float: left;
  margin: 5px;
}

.pix-wrapper {
  margin: 30px 0;
}

.pix-load-more img {
  display: block;
  margin: 0 auto;
}

.pager {
  margin: 10px 0;
}

.page-numbers {
  padding: 0 10px;
  font-size: 20px;
}

/* sidebar
---------------------------------------------------------- */
#sidebar {
  width: 300px;
  float: right;
}

#sidebar-sticky {
  width: 300px;
  background-color: #fff;
  padding-bottom: 10px;
}

#sidebar-sticky.fixed {
  position: fixed;
  bottom: 0;
}

#sidebar-sticky.absolute {
  position: absolute;
  bottom: 0;
}

#fb-wrap {
  height: 214px;
}

ul.tag-btn-list {
  margin-left: 0;
}
ul.tag-btn-list li {
  list-style: none;
  margin-bottom: 10px;
}
ul.tag-btn-list li a {
  display: block;
}
ul.tag-btn-list li a:hover {
  opacity: 0.9;
}

#tag-btn-list-sp {
  padding: 0 5.3125%;
}
#tag-btn-list-sp ul.tag-btn-list {
  margin-bottom: 0;
}
#tag-btn-list-sp ul.tag-btn-list li {
  margin-bottom: 2%;
}
#tag-btn-list-sp ul.tag-btn-list li img {
  width: 100%;
}

ul.wpp-list {
  counter-reset: number;
}
ul.wpp-list li {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0;
  width: 100% !important;
  float: none;
}
ul.wpp-list li:after {
  content: "";
  clear: both;
  display: block;
}
ul.wpp-list .wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  border: none;
}
ul.wpp-list .num {
  position: relative;
  display: block;
}
ul.wpp-list .num:before {
  counter-increment: number 1;
  content: counter(number);
  margin-right: 3px;
  color: white;
  width: 1.66em;
  height: 1.66em;
  font-size: 12px;
  font-weight: bold;
  font-family: Lato, sans-serif;
  display: block;
  text-align: center;
  line-height: 1.5em;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  background: #ff6533;
}

#popular-posts-header {
  position: relative;
}
#popular-posts-header .widget-title {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  background-color: #fff;
  z-index: 11;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
  position: relative;
}
#popular-posts-header .widget-title:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  background-image: url(../images/bx-next.png);
  background-size: contain;
  background-position: center;
}

#popular-posts-header.active .widget-title {
  background-color: #f5f5f5;
}
#popular-posts-header.active .widget-title:after {
  background-image: url(../images/bx-arrow.png);
}

#time-Range {
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  z-index: 10;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 90%;
  transition: all .2s;
}
#time-Range li {
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #fff;
  cursor: pointer;
}
#time-Range li.select {
  display: none;
}

#popular-posts-header.active #time-Range {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#popular-posts-header:disabled #time-Range {
  display: none;
  opacity: 0;
  visibility: hidden;
  top: 90%;
}

.sidebar-ad1 {
  margin-bottom: 20px;
}

.sidebar-ad2,
#sidebar #sidebar6 {
  margin: 20px 0;
}

.header-ad {
  margin: 30px auto;
  display: table;
}

#sidebar4 {
  margin: 10px auto;
  display: table;
}

.sp-rectangle {
  display: table;
  margin: 10px auto;
}

#sp-nav #sidebar6 {
  display: table;
  margin: 20px auto;
  padding: 0 3.125%;
}

ul.sidebar-sns {
  display: table;
  width: 100%;
  margin: 20px 0 25px;
}
ul.sidebar-sns li {
  display: table-cell;
  width: 33%;
}
ul.sidebar-sns li a {
  color: #000;
}
ul.sidebar-sns li img {
  display: inline-block;
  vertical-align: middle;
}
ul.sidebar-sns li span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

/* footer
---------------------------------------------------------- */
#footer {
  font-family: "NotoSansCJKjp";
  background-size: cover;
  background-position: center;
  position: relative;
  height: 800px;
}
#footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.2s ease;
}

#footer:hover:before {
  background-color: transparent;
}
#footer:hover #photo-data span {
  color: #fff;
}

#footer-border {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  box-sizing: border-box;
  top: 0;
  z-index: 10;
}
#footer-border .border {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
}
#footer-border .bdT {
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
#footer-border .bdR {
  height: calc(100% - 12px);
  width: 2px;
  right: 0;
  top: 0;
}
#footer-border .bdL {
  height: calc(100% - 12px);
  width: 2px;
  left: 0;
  top: 0;
}

#photo-data {
  color: #fff;
  text-align: center;
  position: absolute;
  width: calc(100% - 450px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: 0;
  line-height: 1.3;
  overflow: hidden;
  font-size: 12px;
}
#photo-data span {
  position: relative;
  color: #999;
}
#photo-data span:before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1000%;
  height: 2px;
  bottom: 3px;
  left: calc(-1000% - 10px);
}
#photo-data span:after {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1000%;
  height: 2px;
  bottom: 3px;
  right: calc(-1000% - 10px);
}

.footer-contents {
  position: absolute;
  z-index: 20;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-logo {
  margin: 30px auto;
}

.footer-sns {
  margin: 0;
  display: table;
}
.footer-sns li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
}
.footer-sns li a {
  color: #fff;
  display: block;
}
.footer-sns li span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.footer-sns li img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
}

.footer-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  margin: 0;
  z-index: 20;
  color: #666;
  font-size: 12px;
}

.footer-masudakohboh {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 1;
  z-index: 20;
  color: #666;
  font-size: 12px;
}
.footer-masudakohboh .masudakohboh-ico {
  display: inline-block;
  width: 12.5px;
  height: 12.5px;
  vertical-align: sub;
}
.footer-masudakohboh a {
  color: #666;
}

/* singe
---------------------------------------------------------- */
body.single .post h1 {
  font-size: 30px;
  margin: 24px 0;
  line-height: 1.5;
  font-weight: bold;
}
body.single .post .meta {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}
body.single .post .meta .cats {
  display: inline-block;
  margin: 0 7px 0 0;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
body.single .post .meta .cats a {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 1px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 12px;
  vertical-align: top;
  border-radius: 13px;
}
body.single .post .meta time {
  display: inline-block;
  margin-right: 15px;
}
body.single .post .meta time a {
  color: #666;
  font-size: 12px;
}
body.single .post .meta .tags {
  padding: 4px;
}
body.single .post .meta .tags a {
  color: #ff6533;
}
body.single .post .entry {
  border-bottom: 1px solid #f5f5f5;
}
body.single .post .entry > p {
  font-size: 18px;
  line-height: 1.8;
}
body.single .post .entry h2 {
  position: relative;
  font-size: 28px;
  line-height: 1.5;
  margin: 30px 0 10px -30px;
  padding: 10px 5px 10px 20px;
  border-left: 8px solid #000;
}
body.single .post .entry h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  margin: 30px 0 10px -30px;
  padding: 0 5px 0 20px;
  min-height: 40px;
  border-left: 8px dotted #000;
}
body.single .post .entry h4 {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  margin: 30px 0 10px -30px;
  padding: 0 5px 0 20px;
  border-left: 8px dotted;
}
body.single .post .entry img {
  margin: 0 auto;
}
body.single .post .entry > ul li {
  font-size: 18px;
  line-height: 1.8;
}
body.single .post .entry > ol li {
  font-size: 18px;
  line-height: 1.8;
}
body.single #content-footer {
  max-width: 1200px;
  margin: 0 auto  150px;
}
body.single .lets-get {
  text-align: center;
  margin: 0;
  background: #000;
  padding: 61px 0;
  background-size: 64%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body.single .lets-get:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.single .lets-get .lets-get__txt {
  position: relative;
  z-index: 2;
}
body.single .lets-get .fb-like,
body.single .lets-get .tw-follow {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1;
  vertical-align: middle;
  margin: 0 8px;
}
body.single .lets-get__txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.2em;
}
body.single .lets-share {
  text-align: center;
  margin: 60px 0;
}
body.single .lets-share__txt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.2em;
}
body.single .sns-share-block {
  display: inline-block;
}
body.single .sns-share-block p.sns-num {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000;
}
body.single .sns-share-block ul.sns {
  list-style: none;
  display: inline-block;
  margin: 0;
}
body.single .sns-share-block ul.sns li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
}
body.single .sns-share-block ul.sns li img {
  height: 20px;
  width: auto;
}
body.single .post-pager {
  text-align: center;
  display: table;
  margin: 0 auto;
}
body.single .post-pager span:not(.post-page-numbers) {
  font-size: 20px;
  border: 3px solid;
  border-radius: 6px;
  height: 50px;
  line-height: 44px;
  padding: 0 16px;
  display: inline-block;
  box-sizing: border-box;
  margin: 5px;
}
body.single .post-pager span.pre {
  float: left;
  margin-left: 0;
  width: initial;
}
body.single .post-pager span.next {
  float: right;
  margin-right: 0;
  width: initial;
}
body.single .post-pager a:hover span {
  color: #fff;
  background-color: #ff6533;
  border-color: #ff6533;
}

.breadcrumb-block {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumb {
  list-style: none;
  display: inline-block;
  top: 0;
  left: 0;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}
}
.breadcrumb a, .breadcrumb span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
  position: relative;
  font-size: 12px;
  color: #999;
}
.breadcrumb a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -2.5px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.breadcrumb a:last-child {
  margin-right: 0;
}
.breadcrumb a:last-child:after {
  content: none;
}
.breadcrumb h1 {
  margin-bottom: 0;
  display: inherit;
  font-size: inherit;
}

.double-line__ttl {
  font-size: 24px;
  margin-bottom: 15px;
  border-left: 3px solid;
  padding-left: 23px;
  line-height: 1.7;
  position: relative;
}

.double-line__ttl:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 2px;
}

.related-posts {
  max-width: 1200px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.related-posts .related-post {
  width: 23%;
  text-align: left;
  background-color: #fff;
  float: left;
  margin-bottom: 10px;
  min-height: 66px;
  padding: 1%;
}
.related-posts .related-post__img {
  width: 100%;
  height: auto;
  background-color: #ddd;
}
.related-posts .related-post__img a {
  display: block;
  position: relative;
}
.related-posts .related-post__img a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.related-posts .related-post__img a:hover:after {
  border: 10px solid #ff6533;
}
.related-posts h3.related-post__ttl {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 10px 2px;
}
.related-posts h3.related-post__ttl a {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 102, 0, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
}
.related-posts h3.related-post__ttl a:hover {
  border-bottom: 2px solid #ff6533;
}
.related-posts .related-post__link-area:hover .related-post__img a:after {
  border: 10px solid #ff6533;
}
.related-posts .related-post__link-area:hover h3.related-post__ttl a {
  border-bottom: 2px solid #ff6533;
}
.related-posts .related-post__date {
  font-size: 10px;
  padding: 0 8px;
  margin-bottom: 4px;
}
.related-posts .related-post__date a {
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.related-posts .related-post__tag {
  font-size: 10px;
  padding: 0 8px;
  color: #ff6533;
  line-height: 2;
}
.related-posts .related-post__tag a {
  color: #ff6533;
}

.tag-cloud {
  padding: 10px 23px 50px;
}
.tag-cloud a {
  color: #fff;
  padding: 1px 10px;
  text-decoration: none;
  font-size: 12px;
  vertical-align: top;
  border-radius: 13px;
  display: inline-block;
  background-color: #ff6533;
  margin: 9px 4px;
  font-weight: bold;
}

@media only screen and (max-width: 1420px) {
  #header #header--pc #header-description {
    display: block;
    margin-right: 0;
  }
  #header #header--pc ul.header-link--pc {
    margin-left: -17px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1259px) {
  #gnav.minimum #mega-drop-down > li span {
    padding: 0 10px;
    font-size: 14px;
  }
  #gnav.minimum .header__submenu__item {
    width: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  #gnav.minimum .header__submenu,
  .header-sns--pc {
    display: none;
  }

  #gnav.minimum #gnav__inner {
    padding: 0 0px 0 10px;
  }

  #gnav.minimum .header-logo--minimum {
    padding-right: 5px;
  }

  #gnav.minimum #mega-drop-down {
    border-left: none;
  }

  .container {
    display: block;
  }
  .container .content-wrapper {
    margin: 0;
  }
  .container #content {
    display: block;
    padding-right: 0;
    margin: 0 auto;
  }

  #sidebar {
    display: none;
  }

  #post-switch-cover {
    display: block;
  }
}
@media only screen and (max-width: 840px) {
  #gnav.minimum #mega-drop-down > li {
    max-width: 100px;
  }

  #gnav.minimum .header-logo--minimum {
    padding-left: 0;
  }

  .related-posts .related-post {
    width: 48%;
  }

  .related-posts .related-post__img img {
    width: 100%;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* header sp
  ---------------------------------------------------------- */
  #header-banner {
    display: none;
  }

  .header--new {
    margin-top: 0;
  }

  #header {
    padding: 3% 0 !important;
    z-index: 20;
    background: #fff;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
  }
  #header #header--pc {
    display: none;
  }

  .headroom {
    transition: all .33s;
  }

  .headroom.animated {
    -webkit-animation-duration: .33s;
    animation-duration: .33s;
  }

  #header.headroom--unpinned {
    transform: translateY(-100%);
  }

  #header.headroom--pinned {
    transform: translateY(0);
  }

  .headroom.fixed {
    position: fixed;
    top: 0 !important;
    transform: none !important;
  }

  .wrapper {
    margin-top: 18.88%;
  }

  #gnav {
    display: none;
  }

  #header--sp {
    display: block;
    overflow: hidden;
  }
  #header--sp .logo-img {
    min-height: 40px;
    min-width: 106.5px;
  }
  #header--sp .header-logo {
    text-align: center;
  }
  #header--sp .header-logo h1 {
    margin-bottom: 0;
  }
  #header--sp #logo-area {
    margin: 0;
    width: 33%;
  }

  /* header sp-nav
  ---------------------------------------------------------- */
  #sp-nav {
    display: none;
    font-family: 'NotoSansCJKjp';
    z-index: 10;
    background: #fff;
    width: 100%;
    transition: transform 3s ease-in-out;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    top: 0;
    padding-top: 18.88%;
    box-sizing: border-box;
  }
  #sp-nav ul {
    list-style: none;
  }
  #sp-nav .accordion {
    padding: 0;
    list-style: none;
    margin: 0 0 15px;
    border-top: 1px solid #f5f5f5;
  }
  #sp-nav .accordion__item {
    margin-bottom: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  #sp-nav .toggle.menu {
    background: #fff;
    color: #000;
    position: relative;
    margin: 1px 0 0;
    padding: 17px 5.3125%;
    display: block;
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: bold;
  }
  #sp-nav .toggle.menu a {
    display: block;
  }
  #sp-nav .menu:after {
    position: absolute;
    top: 50%;
    right: 6.25%;
    margin-top: -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #999999;
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
  }
  #sp-nav .menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-left-color: #ff6533;
  }
  #sp-nav .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
    list-style: none;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
  }
  #sp-nav .child li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    background-color: #f5f5f5;
  }
  #sp-nav .child li:last-child {
    border-bottom: none;
  }
  #sp-nav .child li a {
    display: block;
    padding: 15px 8.4375%;
    color: #000;
  }
  #sp-nav .search-form {
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding-right: 6.25%;
    position: relative;
    box-shadow: none;
  }
  #sp-nav .search-form input.search-field {
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    border: none;
    box-shadow: none;
    border-bottom: 0;
    font-size: 12px;
    font-size: 3.75vw;
    font-style: normal;
    float: none;
    padding: 0 5.3125%;
    font-size: 16px;
  }
  #sp-nav .search-form input.search-field::-webkit-input-placeholder {
    color: rgba(234, 90, 7, 0.5);
    font-style: normal;
  }
  #sp-nav .search-form input.search-field:-moz-placeholder {
    color: rgba(234, 90, 7, 0.5);
    opacity: 1;
    font-style: normal;
  }
  #sp-nav .search-form input.search-field::-moz-placeholder {
    color: rgba(234, 90, 7, 0.5);
    opacity: 1;
    font-style: normal;
  }
  #sp-nav .search-form input.search-field:-ms-input-placeholder {
    color: rgba(234, 90, 7, 0.5);
    font-style: normal;
  }
  #sp-nav .search-submit {
    position: absolute;
    height: 100%;
    width: 14%;
    top: 0;
    right: 0;
    border: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    background-image: url(../images/search_gray.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
  }
  #sp-nav .logo-img--sp {
    padding: 0;
    margin: 0 0 20px 5.3125%;
  }
  #sp-nav .header-link--sp {
    padding: 0;
    margin: 0 0 20px;
  }
  #sp-nav .header-link--sp li {
    margin-bottom: 0;
    padding: 0 5.3125%;
    font-size: 10px;
    font-size: 3.125vw;
  }
  #sp-nav .header-link--sp a {
    color: #999;
    display: inline-block;
    padding: 10px 0;
  }
  #sp-nav .header-sns--sp {
    overflow: hidden;
    padding: 0;
    margin: 0 0 12px 5.3125%;
  }
  #sp-nav .header-sns--sp li {
    float: left;
    margin: 0 10px 0 0;
  }
  #sp-nav .header-sns--sp li:first-child {
    margin-left: -10px;
  }
  #sp-nav .header-sns--sp a {
    display: block;
    padding: 10px;
  }
  #sp-nav .masudakohboh-ico {
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
    vertical-align: sub;
  }
  #sp-nav .copyright--sp {
    padding: 0 0 20px 5.3125%;
  }
  #sp-nav .copyright--sp a {
    color: #666;
  }
  #sp-nav .footer-img--sp {
    position: relative;
  }
  #sp-nav .footer-img--sp__ttl {
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding: 0 0 0 5.3125%;
    font-size: 12px;
    font-size: 3.75vw;
  }

  /* container sp
  ---------------------------------------------------------- */
  #content-header {
    min-height: 0;
  }

  .child_cats--sp {
    display: none;
  }

  .child_cats--pc {
    margin-left: 10px;
  }

  .container {
    padding: 0 3.125%;
    margin-bottom: 30px;
  }
  .container .post-list article.post, .container .post-list .post__img, .container .post-list .post-text {
    display: block;
  }
  .container .post-list article.post {
    margin: 0 auto;
    max-width: 500px;
  }
  .container .post-list .post-text {
    padding-left: 0;
  }
  .container .post-list .post__img {
    width: 100%;
  }
  .container .post-list .post__ttl {
    padding: 15px 0 0;
  }
  .container .post-list .post__ttl a {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .container .post-list .post__cat {
    margin-left: 0;
  }
  .container .post-list .post__tag {
    margin: 0;
  }

  .post__autor {
    height: 30px;
  }

  .autor-item {
    width: 21px;
    height: 21px;
    left: 5px;
    top: 5px;
    font-size: 10px;
  }

  .autor-img {
    line-height: 30px;
  }

  .post__autor__name {
    margin: 0 0 0 35px;
    line-height: 30px;
    font-size: 12px;
  }

  #footer {
    display: none;
  }

  /* single sp
  ---------------------------------------------------------- */
  body.single article.post h1 {
    font-size: 16px;
    font-size: 5vw;
  }
  body.single article.post .featured-img {
    margin: 0 -3.125%;
  }
  body.single article.post .meta {
    position: relative;
    padding-bottom: 40px;
  }
  body.single article.post .meta .sns-share-block {
    margin: 10px 4px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body.single article.post .entry {
    padding: 10px 3.125% 10px 3.125%;
  }
  body.single article.post .entry p {
    font-size: 16px;
  }
  body.single article.post .entry h2 {
    font-size: 15px;
    font-size: 4.6875vw;
    line-height: 1.5;
    margin: 10px 0 5px -3.125%;
    padding: 0 0 0 3.125%;
    border-left: 4px solid #000;
  }
  body.single article.post .entry h3 {
    position: relative;
    font-size: 15px;
    font-size: 4.6875vw;
    line-height: 1.5;
    margin: 10px 0 5px -3.125%;
    padding: 0 0 0 3.125%;
    border-left: 4px dotted #000;
    min-height: auto;
  }
  body.single article.post .entry h4 {
    position: relative;
    font-size: 14px;
    font-size: 4.375vw;
    margin: 10px 0 5px -3.125%;
    padding: 0 0 0 3.125%;
    border-left: 4px dotted #000;
  }
  body.single article.post .entry > ul li {
    font-size: 18px;
  }
  body.single article.post .entry > ol li {
    font-size: 18px;
  }
  body.single article.post .entry .wp-caption {
    width: auto !important;
  }
  body.single article.post .entry .wp-caption-text {
    line-height: 1;
  }
  body.single .lets-get {
    background-size: cover;
    padding: 7.8% 0;
    width: 108%;
    margin: 0 -4%;
  }
  body.single .lets-get .lets-get__txt {
    margin-bottom: 0.6em;
  }
  body.single .lets-get .fb-like,
  body.single .lets-get .tw-follow {
    display: block;
    margin: 10px;
  }
  body.single .lets-share {
    margin: 7.8% 0;
  }
  body.single .lets-share .lets-share__txt {
    margin-bottom: 0.6em;
  }
  body.single .lets-share__txt, body.single .lets-get__txt {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  body.single #content-footer {
    margin: 0 auto 0;
  }
  body.single .post-pager span:not(.post-page-numbers) {
    font-size: 12px;
    border: 2px solid;
    height: 37px;
    line-height: 33px;
    padding: 0 4px;
    margin: 3px;
    min-width: 37px;
  }

  .breadcrumb {
    margin: 0;
    padding: 2.67% 1%;
  }

  .double-line__ttl {
    font-size: 15px;
    font-size: 4.6875vw;
    margin: 3.125%;
    padding-left: 3%;
    border-left: 5px double;
  }
  .double-line__ttl:before {
    content: none;
  }

  .related-posts {
    margin-bottom: 10%;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 3.125%;
  }
  .related-posts .related-post {
    width: 100%;
    padding: 0;
    border-top: 1px solid #f5f5f5;
  }
  .related-posts .related-post__img {
    width: 38%;
    float: left;
    margin-right: 3%;
  }
  .related-posts h3.related-post__ttl {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
  }
  .related-posts .related-post__date {
    display: none;
  }
  .related-posts .related-post__tag {
    display: none;
  }

  .tag-cloud {
    padding: 0 3% 20px;
  }
  .tag-cloud a {
    margin: 5px 4px;
  }
}
@media only screen and (max-width: 480px) {
  body.single article.post .entry p {
    font-size: 14px;
    font-size: 4.375vw;
  }
  body.single article.post .entry table p {
    font-size: 80%;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container .post__ttl {
    padding: 0;
  }
  .container .post__ttl a {
    font-size: 18px;
  }
}

/*===add 2021/03/09=========================================*/

/*====オススメ記事====*/
h4.chainLink_ttl2,h4.chainLink_ttl3{
    border-left:0px !important;
    position: relative;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
    padding: 0.3em 1em 0.3em 1.3em !important;
    margin-bottom:0 !important;
}
h4.chainLink_ttl2::after,h4.chainLink_ttl3::after{
content: '';
    display: block;
    transform: skew(45deg);
    position: absolute;
    top: 0px;
    left: 11%;
    height: 16em;
    z-index: -1;
    background-color: #000000;
    width: 20em;	
}
h4.chainLink_ttl3::after{
    width: 18.5em;		
}

/*====メンバーシップリンク====*/
h4.chainLink_ttl4,h4.chainLink_ttl3{
  border-left:0px !important;
  position: relative;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
  padding: 0.3em 1em 0.3em 1.3em !important;
  margin-bottom:0 !important;
}
h4.chainLink_ttl4::after,h4.chainLink_ttl3::after{
content: '';
  display: block;
  transform: skew(45deg);
  position: absolute;
  top: 0px;
  left: 11%;
  height: 16em;
  z-index: -1;
  background-color: #000000;
  width: 50em;	
}
h4.chainLink_ttl3::after{
  width: 18.5em;		
}

/*====黒枠（aside）====*/
aside.chainLink_bdr{
  margin-left:-30px;
  margin-bottom:10px;
  border:1px solid #000;
  padding:1em 0;
}
aside.chainLink_bdr a{
  margin-left:30px;
  margin-right:30px;
  font-size: 18px;
  line-height: 1.8;
  display:inline-block;
  position:relative;
}
aside.chainLink_bdr a::before{
  content:"";
  font-size:70%;
  position:absolute;
  left:0;
  top:15%;
}
@media only screen and (max-width: 767px){
  aside.chainLink_bdr{margin-left:-3.125%;}
  aside.chainLink_bdr a{font-size: 4.375vw;margin-left:3.125%;display:inline-block;}
  aside.chainLink_bdr a::before{top:5%;}
}

/*====「お申込みはこちら」ボタン　2023年9月21日追記====*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

/*====「お申込みはこちら」ボタン その2　2023年10月9日追記====*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-b {
  border: 2px solid #808080;
  border-radius: 0;
  background: #fff;
}

a.btn-border-b:hover {
  color: #fff;
  background: #808080;
}

/*====Googleアドセンスに広告ラベルをつける　2024年3月27日追記====*/

.google-auto-placed:before {
  content: "スポンサーリンク";
  display: block;
  margin-bottom: .5em;
}


/*====パンくずリストのマージンを削除　2025年4月14日追記====*/
p#breadcrumb { margin: 0; }
