@charset "UTF-8";
/*
Theme Name: XeoryBase
Theme URI: https://xeory.jp/
Description: Xeoryベーステーマ
Author: バズ部
Author URI: http://bazubu.com/
Version: 3.1.3
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #383838;
  cursor: normal;
  font: 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #383838;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #383838;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* =========================================================
 Base style
========================================================= */
body {
  background: #f9f9f9;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}

a {
  color: #2581c4;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

a:hover {
  color: #f24e4e;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input:focus, select:focus, textarea:focus {
  outline: 0 !important;
  border-color: #eee;
}

.table-scroll-all,
.table-scroll-wrap {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100% !important;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, table {
    display: table;
    table-layout: fixed;
  }
  *::-ms-backdrop, td {
    width: inherit !important;
  }
}

table th {
  font-weight: normal;
}

table td, table th {
  word-break: break-all;
  text-align: left;
}

iframe.wp-embedded-content {
  width: 100%;
}

/* main layout
--------------------------------------------------------- */
.site {
  position: relative;
}

.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .container {
    margin: 0 24px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin: 0 16px;
  }
}

/*------ youtube動画 ------*/
.youtube-video-wrap {
  position: relative;
  height: 0;
  padding: 30px 0 56.25% !important;
  overflow: hidden;
}

.youtube-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
 Header
========================================================= */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 991px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}

/* Header custom layout
----------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  /* ----- One line | type-b ----- */
  .type-b .site-title {
    padding: 12px 0;
  }
  .type-b .site-description {
    display: none;
  }
  .type-b .main-navigation {
    float: right;
    border-top-color: transparent;
  }
  .type-b .primary-menu > .menu-item > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /* ----- Side nav | type-c ----- */
  .type-c .site {
    padding-left: 240px;
  }
  .type-c .site-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    float: none;
    overflow-y: scroll;
    border: none;
    border-right: 1px solid #e5e5e5;
  }
  .type-c .site-title {
    float: none;
  }
  .type-c .site-description {
    float: none;
  }
  .type-c .main-navigation {
    border: none;
  }
  .type-c .primary-menu {
    margin: 0;
  }
  .type-c .primary-menu > .menu-item {
    display: block;
    padding: 0;
  }
}

/* Site branding
----------------------------------------------------------------- */
.site-branding .container {
  padding: 36px 0 32px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .site-branding .container {
    padding: 12px 0;
  }
}

/* ----- Site title ----- */
.site-title {
  float: left;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .site-title {
    font-size: 18px;
  }
}

.site-title a {
  color: #383838;
}

/* ----- Site description ----- */
.site-description {
  float: right;
  margin-left: 20px;
  font-size: 14px;
  color: #57585a;
}

@media screen and (max-width: 991px) {
  .site-description {
    display: none;
  }
}

/* =========================================================
 Content layout
========================================================= */
.site-content {
  padding: 52px 0;
}

.content-area {
  width: 100%;
  float: left;
  margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .content-area {
    float: none;
  }
}

.one-column .content-area {
  float: none;
}

.site-main {
  padding-right: 330px;
}

@media screen and (max-width: 991px) {
  .site-main {
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .right-content .site-main {
    padding-right: 0;
    padding-left: 330px;
  }
}

.one-column .site-main {
  padding-right: 0;
  padding-left: 0;
}

.widget-area {
  float: left;
  width: 290px;
  margin-left: -290px;
}

@media screen and (max-width: 991px) {
  .widget-area {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .right-content .widget-area {
    margin-left: -1200px;
  }
}

.one-column .widget-area {
  float: none;
  width: 100%;
  margin-left: 0;
}

/* ページ */
.page-header {
  margin-bottom: 40px;
}

.page-title {
  font-size: 24px;
}

/* =========================================================
 Sidebar
========================================================= */
/* =========================================================
 Footer
========================================================= */
/* Site information
---------------------------------------------------------- */
.site-info {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  text-align: right;
}

.site-info > .container {
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  .site-info {
    text-align: center;
  }
  .site-info > .container {
    padding: 12px 0;
  }
}

/* =========================================================
 Loop
========================================================= */
/* Sub loop
---------------------------------------------------------- */
.xeory-subloop {
  font-size: 0;
  margin: 0 -8px;
}

.xeory-subloop ul {
  list-style: none;
}

.xeory-subloop-item {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 8px 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .xeory-subloop {
    margin: 0 -5px;
  }
  .xeory-subloop-item {
    padding: 0 5px 10px;
  }
}

.xeory-subloop-image {
  float: left;
  margin-right: 8px;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .xeory-subloop-image {
    width: 75px;
  }
}

.xeory-subloop-content {
  margin-left: 170px;
}

@media screen and (max-width: 767px) {
  .xeory-subloop-content {
    margin-left: 85px;
  }
}

.side-widget .xeory-subloop-content {
  margin-left: 0;
}

.xeory-subloop-title {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .xeory-subloop-title {
    font-size: 14px;
  }
}

.xeory-subloop-meta {
  font-size: 14px;
  color: #57585a;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .xeory-subloop-meta {
    font-size: 12px;
  }
}

.xeory-subloop.xeory-subloop-card .xeory-subloop-item > a {
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  color: #383838;
}

.xeory-subloop.xeory-subloop-card .xeory-subloop-content {
  padding: 12px 16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .xeory-subloop.xeory-subloop-card .xeory-subloop-content {
    padding: 8px 12px;
  }
}

.xeory-subloop.xeory-subloop-horizon .xeory-subloop-item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .xeory-subloop.xeory-subloop-horizon .xeory-subloop-item {
    width: 50%;
  }
}

.side-widget .xeory-subloop.xeory-subloop-horizon .xeory-subloop-item {
  width: 50%;
}

.xeory-subloop.xeory-subloop-horizon .xeory-subloop-image {
  float: none;
  width: 100%;
  margin: 0 0 8px;
}

.xeory-subloop.xeory-subloop-horizon .xeory-subloop-content {
  margin: 0;
}

.xeory-subloop.xeory-subloop-horizon.xeory-subloop-card .xeory-subloop-image {
  float: none;
  margin: 0;
}

/* =========================================================
 Form
========================================================= */
/* base form
--------------------------------------------------------- */
input,
textarea {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  border-radius: 3px;
  background: #fff;
  padding: 4px 8px;
  max-width: 100%;
}

input:focus,
textarea:focus {
  background: #f9f9f9;
  border-color: #2581c4;
}

span.select {
  position: relative;
  border: 1px solid #e5e5e5;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
}

span.select select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 8px 4px 8px;
}

span.select:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  right: 8px;
}

.btn,
input[type=submit],
button {
  background: #2581c4;
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.btn:hover,
input[type=submit]:hover,
button:hover {
  cursor: pointer;
  background: #3896d9;
}

/* Search form
--------------------------------------------------------- */
.search-form {
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 3px;
  position: relative;
  height: 36px;
}

.search-form > label {
  width: 100%;
  padding-right: 80px;
}

.search-form input[type=text],
.search-form input[type=search] {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 80px;
  padding: 4px 80px 4px 8px;
  border: none;
}

.search-form input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  padding: 4px 8px;
  width: 80px;
  font-size: 12px;
}

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

/* =========================================================
 Breadcrumbs
========================================================= */
.xeory-breadcrumbs-list {
  font-size: 13px;
  margin-bottom: 24px;
}

.xeory-breadcrumbs-item {
  display: inline;
}

.xeory-breadcrumbs-item:after {
  content: '/';
  margin: 0 4px;
}

.xeory-breadcrumbs-item-home:before {
  content: '\f015';
  font-family: 'FontAwesome';
}

.xeory-breadcrumbs-item-current a {
  color: #383838;
}

.xeory-breadcrumbs-item-current:before {
  content: '\f016';
  font-family: 'FontAwesome';
}

.xeory-breadcrumbs-item-current:after {
  content: none;
}

/* =========================================================
 Navigation
========================================================= */
/* Primary nav
---------------------------------------------------------- */
.main-navigation {
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 991px) {
  .main-navigation {
    display: none;
  }
}

.primary-menu {
  font-size: 0;
  margin: 0 -8px;
}

.primary-menu > .menu-item {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
  font-size: 14px;
}

.primary-menu > .menu-item a {
  display: block;
}

.primary-menu > .menu-item > a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #383838;
}

.primary-menu > .menu-item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 1px;
  background: #2581c4;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.primary-menu > .menu-item:hover:before {
  width: 100%;
}

.primary-menu .sub-menu {
  position: absolute;
  background: #999;
  width: 200px;
  z-index: -1;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 0;
}

.primary-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.primary-menu .sub-menu li:hover .sub-menu {
  opacity: 1;
  z-index: 1;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.primary-menu .sub-menu a {
  background: #2b2b2b;
  color: #fff;
  padding: 14px 24px 14px 18px;
}

.primary-menu .sub-menu a:hover {
  background: #373B3B;
}

.primary-menu .sub-menu .menu-item-has-children {
  position: relative;
}

.primary-menu .sub-menu .menu-item-has-children > a {
  position: relative;
}

.primary-menu .sub-menu .menu-item-has-children > a:after {
  content: '\f105';
  position: absolute;
  top: 14px;
  right: 12px;
  font-family: FontAwesome;
}

.primary-menu > .menu-item > .sub-menu {
  top: 100%;
}

.primary-menu > .menu-item:hover > .sub-menu {
  z-index: 1;
  opacity: 1;
}

.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.menu-toggle:before {
  content: '\f039';
  font-family: 'FontAwesome';
}

@media screen and (max-width: 991px) {
  .menu-toggle {
    display: inline-block;
  }
}

/* SP nav
---------------------------------------------------------- */
/* ----- SP nav box ----- */
.sp-nav {
  display: none;
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 72%;
  color: #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.sp-nav a {
  color: #fff;
}

.sp-nav.active {
  right: 0;
}

@media screen and (max-width: 991px) {
  .sp-nav {
    display: block;
  }
}

/* ----- SP nav menu style ----- */
@media screen and (max-width: 991px) {
  .sp-nav {
    background-color: rgba(16, 16, 16, 0.9);
  }
  .sp-nav .widget-title {
    padding: 24px 16px 16px;
  }
  .sp-nav .cat-item, .sp-nav .menu-item {
    border-bottom: 1px solid #444444;
  }
  .sp-nav .cat-item:first-of-type, .sp-nav .menu-item:first-of-type {
    border-top: 1px solid #444444;
  }
  .sp-nav .cat-item > a, .sp-nav .menu-item > a {
    display: block;
    padding: 12px 16px 12px 38px;
  }
  .sp-nav .cat-item > a:after, .sp-nav .menu-item > a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 22px;
    font-size: 18px;
  }
}

/* ----- SP nav menu toggle button ----- */
.sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 36px;
  height: 36px;
  font-size: 24px;
  top: 0;
  right: 0;
  bottom: 0;
}

.sp-nav-btn:before {
  content: '\f039';
  font-family: FontAwesome;
  color: #383838;
}

@media screen and (max-width: 991px) {
  .sp-nav-btn {
    display: block;
  }
}

.pagetop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.pagetop.active {
  opacity: 1;
}

.pagetop-inner {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pagetop-inner:before {
  content: '\f106';
  font-size: 28px;
  font-family: FontAwesome;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 36px;
    height: 36px;
    line-height: 36px;
    right: 10px;
    bottom: 10px;
  }
  .pagetop-innder:before {
    font-size: 21px;
  }
}

/* =========================================================
  Pagination
========================================================= */
.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 16px;
  background: #ccc;
  margin: 4px;
  color: #383838;
}

.pagination .current,
.pagination a:hover {
  background: #2581c4;
  color: #fff;
}

/* =========================================================
Widget
========================================================= */
/* Side Widget
--------------------------------------------------------- */
.side-widget {
  margin-bottom: 64px;
  font-size: 14px;
}

.side-widget-title {
  margin-bottom: 8px;
  font-size: 16px;
}

.side-widget ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.side-widget.widget_archive ul li, .side-widget.widget_categories ul li, .side-widget.widget_recent_entries ul li {
  border-bottom: 1px solid #e5e5e5;
}

.side-widget.widget_archive ul li a, .side-widget.widget_categories ul li a, .side-widget.widget_recent_entries ul li a {
  display: block;
  position: relative;
  padding: 16px 0 16px 36px;
  color: #383838;
}

.side-widget.widget_archive ul li a:before, .side-widget.widget_categories ul li a:before, .side-widget.widget_recent_entries ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #e5e5e5;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.side-widget.widget_archive ul li a:hover:before, .side-widget.widget_categories ul li a:hover:before, .side-widget.widget_recent_entries ul li a:hover:before {
  background: #57585a;
}

.side-widget.widget_archive ul ul, .side-widget.widget_categories ul ul, .side-widget.widget_recent_entries ul ul {
  padding-left: 20px;
}

.side-widget li.recentcomments {
  padding: 8px 0;
}

.side-widget li.recentcomments a {
  text-decoration: underline;
}

.side-widget li.recentcomments a:hover {
  text-decoration: none;
}

.side-widget li.recentcomments a:before {
  content: none;
}

/* Footer Widget
--------------------------------------------------------- */
.footer-widget {
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.footer-widget .container {
  padding: 40px 0;
}

.footer-widget-title {
  margin-bottom: 12px;
}

.footer-widget.widget_nav_menu ul {
  list-style: none;
}

.footer-widget.widget_nav_menu ul li {
  display: inline-block;
}

/* =========================================================
 Xeory social
========================================================= */
/* Share buttons
--------------------------------------------------------- */
.bzb-sns-btn {
  list-style: none;
  font-size: 0;
  margin: 0 -4px;
}

.bzb-sns-btn > li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4px;
}

.bzb-sns-btn li.bzb-facebook{
  margin-left: -20px;
	max-width: 117px;
  padding-top: 7px;
}

.bzb-sns-btn li.bzb-pocket{
  max-width: 95px;
  padding-top: 5px;
}

.bzb-sns-btn.original-btn1, .bzb-sns-btn.original-btn2, .bzb-sns-btn.original-btn3 {
  text-align: center;
}

.bzb-sns-btn.original-btn1 > li, .bzb-sns-btn.original-btn2 > li, .bzb-sns-btn.original-btn3 > li {
  width: calc( 100% / 6);
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .bzb-sns-btn.original-btn1 > li, .bzb-sns-btn.original-btn2 > li, .bzb-sns-btn.original-btn3 > li {
    width: calc( 100% / 2);
  }
}

.bzb-sns-btn.original-btn1 > li .count-num, .bzb-sns-btn.original-btn2 > li .count-num, .bzb-sns-btn.original-btn3 > li .count-num {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 8px;
  position: relative;
  background: #fff;
  font-weight: bold;
  font-size: 12px;
}

.bzb-sns-btn.original-btn1 > li .count-num::after, .bzb-sns-btn.original-btn1 > li .count-num::before, .bzb-sns-btn.original-btn2 > li .count-num::after, .bzb-sns-btn.original-btn2 > li .count-num::before, .bzb-sns-btn.original-btn3 > li .count-num::after, .bzb-sns-btn.original-btn3 > li .count-num::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bzb-sns-btn.original-btn1 > li .count-num::after, .bzb-sns-btn.original-btn2 > li .count-num::after, .bzb-sns-btn.original-btn3 > li .count-num::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.bzb-sns-btn.original-btn1 > li .count-num::before, .bzb-sns-btn.original-btn2 > li .count-num::before, .bzb-sns-btn.original-btn3 > li .count-num::before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 8px;
  margin-left: -8px;
}

.bzb-sns-btn.original-btn1 > li a, .bzb-sns-btn.original-btn2 > li a, .bzb-sns-btn.original-btn3 > li a {
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.bzb-sns-btn.original-btn1 > li a span, .bzb-sns-btn.original-btn2 > li a span, .bzb-sns-btn.original-btn3 > li a span {
  display: none;
}

.bzb-sns-btn.original-btn1 > li a:hover, .bzb-sns-btn.original-btn2 > li a:hover, .bzb-sns-btn.original-btn3 > li a:hover {
  color: #fff;
}

.bzb-sns-btn.original-btn1 > li.bzb-facebook a, .bzb-sns-btn.original-btn2 > li.bzb-facebook a, .bzb-sns-btn.original-btn3 > li.bzb-facebook a {
  background: #385698;
}

.bzb-sns-btn.original-btn1 > li.bzb-twitter a, .bzb-sns-btn.original-btn2 > li.bzb-twitter a, .bzb-sns-btn.original-btn3 > li.bzb-twitter a {
  background: #00abf0;
}

.bzb-sns-btn.original-btn1 > li.bzb-googleplus a, .bzb-sns-btn.original-btn2 > li.bzb-googleplus a, .bzb-sns-btn.original-btn3 > li.bzb-googleplus a {
  background: #df4a32;
}

.bzb-sns-btn.original-btn1 > li.bzb-hatena a, .bzb-sns-btn.original-btn2 > li.bzb-hatena a, .bzb-sns-btn.original-btn3 > li.bzb-hatena a {
  background: #008ee1;
}

.bzb-sns-btn.original-btn1 > li.bzb-hatena a .fa-hatena::before, .bzb-sns-btn.original-btn2 > li.bzb-hatena a .fa-hatena::before, .bzb-sns-btn.original-btn3 > li.bzb-hatena a .fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: 700;
}

.bzb-sns-btn.original-btn1 > li.bzb-pocket a, .bzb-sns-btn.original-btn2 > li.bzb-pocket a, .bzb-sns-btn.original-btn3 > li.bzb-pocket a {
  background: #f7374b;
}

@media screen and (max-width: 1048px) {
  .bzb-sns-btn.original-btn1 > li.bzb-line .count-num, .bzb-sns-btn.original-btn2 > li.bzb-line .count-num, .bzb-sns-btn.original-btn3 > li.bzb-line .count-num {
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  .bzb-sns-btn.original-btn1 > li.bzb-line .count-num, .bzb-sns-btn.original-btn2 > li.bzb-line .count-num, .bzb-sns-btn.original-btn3 > li.bzb-line .count-num {
    font-size: 12px;
  }
}

.bzb-sns-btn.original-btn1 > li.bzb-line a, .bzb-sns-btn.original-btn2 > li.bzb-line a, .bzb-sns-btn.original-btn3 > li.bzb-line a {
  background: #01c300;
  font-size: 11px;
  padding: 8.5px 10px 8.5px;
  line-height: 16.5px;
}

.bzb-sns-btn.original-btn1 > li.bzb-line a img, .bzb-sns-btn.original-btn2 > li.bzb-line a img, .bzb-sns-btn.original-btn3 > li.bzb-line a img {
  vertical-align: middle;
  margin-right: 4px;
}

.hentry > .bzb-sns-area {
  padding: 0 64px;
}

@media screen and (max-width: 1199px) {
  .hentry > .bzb-sns-area {
    padding: 0 48px;
  }
}

@media screen and (max-width: 991px) {
  .hentry > .bzb-sns-area {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .hentry > .bzb-sns-area {
    padding: 0 20px;
  }
}

.entry-footer > .bzb-sns-area {
  padding: 24px 0;
}

/* Widget follow buttons
--------------------------------------------------------- */
.widget_social_widget > .widget-content {
  font-size: 0;
  margin: 0 -8px;
}

/* ----- Under post ----- */
.xeory-social-facebook,
.xeory-social-twitter,
.xeory-social-btns {
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
}

.xeory-social-facebook,
.xeory-social-twitter {
  width: 50%;
  text-align: center;
}

.xeory-social-btns {
  width: 100%;
}

.xeory-social-btns > ul {
  list-style: none;
  font-size: 0;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
	flex-wrap: wrap;
}

.xeory-social-btns > ul > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: calc( 100% / 3 );
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .xeory-social-btns > ul > li {
    width: 100%;
  }
}

.xeory-social-btns > ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 16px;
}

.xeory-social-btns > ul > li > a:before {
  margin-right: 4px;
  font-family: FontAwesome;
}

.xeory-social-btns > ul > li > a:hover {
  opacity: .8;
}

.xeory-social-btns > ul > li.item-facebook > a {
  background: #3b5998;
}

.xeory-social-btns > ul > li.item-facebook > a:before {
  content: '\f082';
}

.xeory-social-btns > ul > li.item-twitter > a {
  background: #000000;
}

.xeory-social-btns > ul > li.item-twitter > a:before {
  content: '';
  display: inline-block;
  background: #fff;
  mask: url(./lib/images/x-logo.svg);
  width: 13px;
  height: 13px;
  mask-size: cover;
  margin-right: 0;
  position: relative;
  top: 2px;

}

.xeory-social-btns > ul > li.item-instagram > a {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.xeory-social-btns > ul > li.item-instagram > a:before {
  content: '\f16d';
}

.xeory-social-btns > ul > li.item-youtube > a {
  background: #FF0000;
}

.xeory-social-btns > ul > li.item-youtube > a:before {
  content: '\f16a';
}

.xeory-social-btns > ul > li.item-line > a {
  background: #00B900;
}

.xeory-social-btns > ul > li.item-line > a:before {
  content: none;
}

.xeory-social-btns > ul > li.item-google a {
  background: #dc4e41;
}

.xeory-social-btns > ul > li.item-google a:before {
  content: '\f0d5';
}

.xeory-social-btns > ul > li.item-feedly a {
  background: #2bb24c;
}

.xeory-social-btns > ul > li.item-feedly a:before {
  content: '\f09e';
}

/* ----- Side ----- */
.side-widget .xeory-social-facebook,
.side-widget .xeory-social-twitter,
.side-widget .xeory-social-btns {
  width: 100%;
}

.side-widget .xeory-social-btns > ul > li {
  width: 100%;
  margin-bottom: 4px;
}

.side-widget .xeory-social-btns > ul > li a {
  padding: 8px 12px;
}

/* ----- Header ----- */
#header-sns ul {
  list-style: none;
  float: right;
  display: flex;
  align-items: center;
}

#header-sns ul li {
  display: inline-block;
  margin: 0 6px;
}

li.twitter_icon a{
  display: flex;
  align-items: center;
  justify-content: center;
}
li.twitter_icon a svg {
  width: 12px;
}
li.twitter_icon a svg path {
  fill: #57585a;
}
li.twitter_icon a:hover svg path {
  fill: #2581c4;
}

#header-sns ul li a {
  color: #57585a;
  font-size: 18px;
}

#header-sns ul li a:hover {
  color: #2581c4;
}

@media screen and (max-width: 991px) {
  #header-sns {
    display: none;
  }
}

.pagetop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.pagetop.active {
  opacity: 1;
}

.pagetop-inner {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pagetop-inner:before {
  content: '\f106';
  font-size: 28px;
  font-family: FontAwesome;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 36px;
    height: 36px;
    line-height: 36px;
    right: 10px;
    bottom: 10px;
  }
  .pagetop-innder:before {
    font-size: 21px;
  }
}

/* =========================================================
 Form
========================================================= */
/* more link
--------------------------------------------------------- */
.more-link {
  border: 1px solid #2581c4;
  display: inline-block;
  clear: both;
  padding: 8px 16px;
}

.more-link:hover {
  background: #2581c4;
  color: #fff;
}

/* =========================================================
 Comment
========================================================= */
.comments-area {
  margin: 0 0 64px;
}

.comments-title {
  font-size: 24px;
  margin: 1em 0 1.5em;
}

.comments-title:before {
  content: '\f0e6';
  font-family: FontAwesome;
}

.comments-text {
  margin: 1em 0;
}

/* Comments list
--------------------------------------------------------- */
.comment-list {
  list-style: none;
}

.comment-list .children {
  list-style: none;
  margin-left: 20px;
}

.comment {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comment .comment {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-author {
  overflow: hidden;
  margin-bottom: 12px;
}

.comment-author-image {
  float: left;
  margin-right: 16px;
}

.comment-author-content {
  margin-bottom: 12px;
}

.comment-author-content .fn {
  font-style: normal;
}

.comment-author-content .comment-meta {
  font-size: 12px;
}

.comment-content {
  margin-bottom: 12px;
}

.comment .reply {
  font-size: 14px;
  margin-bottom: 12px;
}

.comment .reply > a:before {
  content: '\f112';
  font-family: FontAwesome;
  margin-right: 4px;
}

/* Comments form
--------------------------------------------------------- */
.comment-respond {
  padding: 16px 0 0;
  margin-bottom: 64px;
}

.comment-form {
  font-size: 0;
  margin: 0 -10px;
}

.comment-form-item {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  padding: 0 8px 12px;
}

.comment-form-item > input,
.comment-form-item > textarea {
  width: 100%;
}

.comment-form-author, .comment-form-email {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .comment-form-author, .comment-form-email {
    width: 100%;
  }
}

.comment-form-comment {
  width: 100%;
}

.comment-form > .form-submit {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .comment-form > .form-submit {
    width: 100%;
  }
}

/* =========================================================
 Post entry content
========================================================= */
/* Entry
--------------------------------------------------------- */
.hentry {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 64px;
}

.single-post .hentry {
  margin-bottom: 0;
}

/* Horizon padding
--------------------------------------------------------- */
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.post-cta-header,
.post-cta-body-inner,
.post-cta-footer,
.post-author,
.underpost-widget {
  padding-right: 64px;
  padding-left: 64px;
}

@media screen and (max-width: 1199px) {
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .post-cta-header,
  .post-cta-body-inner,
  .post-cta-footer,
  .post-author,
  .underpost-widget {
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media screen and (max-width: 991px) {
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .post-cta-header,
  .post-cta-body-inner,
  .post-cta-footer,
  .post-author,
  .underpost-widget {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .post-cta-header,
  .post-cta-body-inner,
  .post-cta-footer,
  .post-author,
  .underpost-widget {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Vertical padding
--------------------------------------------------------- */
.post-cta-header,
.post-author,
.underpost-widget {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .post-cta-header,
  .post-author,
  .underpost-widget {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .post-cta-header,
  .post-author,
  .underpost-widget {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .post-cta-header,
  .post-author,
  .underpost-widget {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* Entry header
--------------------------------------------------------- */
.entry-header {
  padding-top: 54px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .entry-header {
    padding-top: 20px;
  }
}

.entry-meta {
  font-size: 12px;
  position: relative;
  line-height: 20px;
  margin-bottom: 20px;
}

.entry-meta:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 10px;
  left: 0;
}

.entry-meta .entry-date {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-right: 1em;
}

.entry-meta .entry-date:before {
  content: '\f017';
  font-family: FontAwesome;
  margin-right: 4px;
}

@media screen and (max-width: 991px) {
  .entry-meta {
    margin-bottom: 12px;
  }
}

.entry-title {
  margin: 0;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .entry-title {
    font-size: 21px;
  }
}

/* Entry content
--------------------------------------------------------- */
.entry-thumbnail {
  margin: 0 0 20px 20px;
  float: right;
}

@media screen and (max-width: 991px) {
  .entry-thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}

/* Entry content
--------------------------------------------------------- */
.entry-content {
  line-height: 1.8;
  padding-top: 42px;
  padding-bottom: 42px;
  overflow-x: hidden;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
}

.entry-content h2 {
  font-size: 28px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  clear: both;
}

@media screen and (max-width: 991px) {
  .entry-content h2 {
    font-size: 24px;
  }
}

.entry-content h3 {
  font-size: 24px;
  border-left: 5px solid #e5e5e5;
  padding-left: 13px;
}

@media screen and (max-width: 991px) {
  .entry-content h3 {
    font-size: 21px;
  }
}

.entry-content h4 {
  font-size: 18px;
  margin-bottom: .5em;
}

@media screen and (max-width: 991px) {
  .entry-content h4 {
    font-size: 16px;
  }
}

.entry-content h5,
.entry-content h6 {
  margin-bottom: .5em;
}

.entry-content p,
.entry-content pre,
.entry-content table,
.entry-content blockquote {
  margin-bottom: 1em;
}

.entry-content p:last-child,
.entry-content pre:last-child,
.entry-content table:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}

.entry-content pre {
  font-family: monospace;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  padding: 12px 20px;
}

.entry-content blockquote {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  padding: 24px 20px 24px 55px;
  position: relative;
}

.entry-content blockquote:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 120px;
  color: #e5e5e5;
  position: absolute;
  top: 24px;
  left: 12px;
  font-size: 32px;
  line-height: 1;
}

.entry-content cite {
  text-align: right;
  font-size: 12px;
  color: #808080;
}

.entry-content table {
  border: 1px solid #e5e5e5;
  max-width: 100%;
}

.entry-content table th,
.entry-content table td {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
}

.entry-content dl dt {
  font-weight: bold;
  margin: .8em 0 .2em;
}

.entry-content dl dd {
  margin: .2em 0 .8em;
}

.entry-content ul,
.entry-content ol {
  padding-left: 20px;
}

/* Entry summary
--------------------------------------------------------- */
.entry-summary {
  padding-top: 42px;
  padding-bottom: 42px;
}

/* Entry footer
--------------------------------------------------------- */
.post-footer-list {
  list-style: none;
  padding-bottom: 32px;
}

.post-footer-list li {
  font-size: 14px;
}

.post-footer-list li:before {
  font-family: 'FontAwesome';
  margin-right: 8px;
  color: #808080;
}

.post-footer-list > .cat:before {
  content: '';
}

.post-footer-list > .tag:before {
  content: '';
}

/* Post author & underpost widget
--------------------------------------------------------- */
.post-author,
.underpost-widget {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
}

/* ----- Post author ----- */
.post-author-img {
  float: left;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .post-author-img {
    width: 100%;
    float: none;
    margin: 0 0 12px;
    text-align: center;
  }
}

.post-author-meta {
  margin-left: 124px;
  font-size: 14px;
  font-weight: bold;
}

.post-author-meta > p {
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .post-author-meta {
    margin: 0;
  }
  .post-author-meta > p {
    text-align: center;
  }
}

/* ----- Under post widget ----- */
.underpost-widget-title {
  font-size: 21px;
  margin-bottom: 12px;
}

/* =========================================================
 CTA - call to action
========================================================= */
.post-cta {
  background: #f5f5f5;
  border-top: 3px solid #5e6265;
}

.post-cta-header {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.post-cta-title {
  font-size: 32px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .post-cta-title {
    font-size: 21px;
  }
}

.post-cta-img {
  max-width: 350px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post-cta-img {
    float: none;
    margin: 0 auto 12px;
  }
}

.post-cta-body-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .post-cta-body-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .post-cta-body-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .post-cta-body-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.post-cta-body p {
  margin-bottom: 1em;
}

.post-cta-body ul {
  list-style: none;
  padding-left: 24px;
  margin-bottom: 1em;
}

.post-cta-body ul li {
  line-height: 1.8;
}

.post-cta-body ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  margin-right: 6px;
  color: #2581c4;
}

.post-cta-footer {
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .post-cta-footer {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .post-cta-footer {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .post-cta-footer {
    padding-bottom: 20px;
  }
}

.post-cta-btn {
  text-align: center;
}

.post-cta-btn > a {
  width: 100%;
  max-width: 600px;
  background: #5cb85c;
  display: block;
  color: #fff;
  margin: 0 auto;
  padding: 16px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.post-cta-btn > a:hover {
  opacity: .9;
}

/* =========================================================
 Clearfix
========================================================= */
.clearfix, .container,
.entry-content {
  *zoom: 1;
}

.clearfix:after, .container:after,
.entry-content:after {
  content: '';
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* Extend clearfix
----------------------------------------------------------------- */
/* align
--------------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0 12px 8px 0;
}

@media screen and (max-width: 550px) {
  .alignleft {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 8px 12px;
}

@media screen and (max-width: 550px) {
  .alignright {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Caption
--------------------------------------------------------- */
.wp-caption {
  border: 1px solid #e5e5e5;
  padding: 5px;
  max-width: 100%;
  margin-bottom: 1em;
}

.wp-caption.aligncenter {
  margin: 0 auto 8px;
}

.wp-caption-text {
  font-size: 12px;
  text-align: center;
}
