
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Mada");

@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
  common
--------------------------------------------------------------*/
html {
  width: 100%;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  background: #f8f7f3;
  position: relative;
  width: 100%;
  overflow-x: hidden; }

input[type="button"],
input[type="search"],
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: solid 1px #666; }
  input[type="button"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-decoration,
  input[type="submit"]::-webkit-search-decoration {
    display: none; }
  input[type="button"]::focus,
  input[type="search"]::focus,
  input[type="submit"]::focus {
    outline-offset: -2px; }

input,
textarea {
  border-radius: 0; }

caption,
code,
li,
p,
td,
th {
  font-size: 1.6rem; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.wrap {
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 1100px; }

@media (max-width: 1150px) {
  .wrap {
    max-width: 97%; } }

@media (min-width: 900px) {
  .main {
    -ms-flex: 0 0 68%;
        flex: 0 0 68%;
    max-width: 68%; }
  .sub {
    -ms-flex: 0 0 27%;
        flex: 0 0 27%;
    max-width: 27%;
    box-sizing: border-box;
    margin-left: 4%;
    border-top: solid 1px #333;
    padding-top: 50px;
    position: relative; }
    .sub::before {
      content: "";
      display: inline-block;
      height: 12px;
      border-left: solid 1px #333;
      position: absolute;
      top: 0; }
    .sub::after {
      content: "";
      display: inline-block;
      height: 12px;
      border-left: solid 1px #333;
      position: absolute;
      top: 0;
      right: 0; }
    .sub aside:last-child {
      border-bottom: solid 1px #333;
      padding-bottom: 60px;
      position: relative; }
      .sub aside:last-child::before {
        content: "";
        display: inline-block;
        height: 12px;
        border-left: solid 1px #333;
        position: absolute;
        bottom: 0;
        left: 0; }
      .sub aside:last-child::after {
        content: "";
        display: inline-block;
        height: 12px;
        border-left: solid 1px #333;
        position: absolute;
        bottom: 0;
        right: 0; } }

@media (max-width: 899px) {
  .wrap {
    max-width: 98%; }
  .main {
    width: 100%; }
  .sub {
    padding-top: 50px;
    box-sizing: border-box;
    width: 98%;
    margin: 0 auto; } }

@media (min-width: 1150px) {
  .footer:after, .footer:before {
    content: "";
    height: calc(100% - 14px);
    position: fixed;
    display: inline-block;
    box-sizing: border-box;
    z-index: 999; }
  .footer:after {
    border-left: solid 2px #333;
    top: 7px;
    left: 7px; }
  .footer:before {
    border-right: solid 2px #333;
    top: 7px;
    right: 7px; }
  body:after, body:before {
    content: "";
    width: calc(100% - 14px);
    position: fixed;
    display: inline-block;
    box-sizing: border-box;
    z-index: 999; }
  body:after {
    border-top: solid 2px #333;
    top: 7px;
    left: 7px; }
  body:before {
    border-bottom: solid 2px #333;
    bottom: 7px;
    left: 7px; } }

/*--------------------------------------------------------------
  header
--------------------------------------------------------------*/
.header {
  width: 100%;
  padding-top: 100px;
  margin-bottom: 50px;
  position: relative; }

body:not(.home) .header {
  margin-bottom: 40px; }

.site_title a {
  font-size: 4.5rem;
  font-weight: bold;
  color: #333;
  text-shadow: 1px 1px 0 #FFF, 2px 2px 0 #333, 3px 3px 0 #FFF;
  position: relative; }
  .site_title a:before, .site_title a:after {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 5px;
    content: '';
    background-image: linear-gradient(-45deg, transparent 0%, transparent 25%, black 25%, rgba(0, 0, 0, 0.5) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 6px 6px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 0 3vmin; }
  .site_title a:before {
    top: -5px; }
  .site_title a:after {
    bottom: -10px; }

.site_description,
.site_title,
.site_title a {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: normal;
  margin: 0 0 15px; }

.site_description {
  font-size: 1.4rem;
  padding-top: 15px; }

@media (max-width: 899px) {
  .header {
    padding-top: 35px;
    margin-bottom: 20px; }
  body:not(.home) .header {
    margin-bottom: 10px; }
  .site_title,
  .site_title a {
    margin: 0;
    font-size: 2.5rem; }
  .site_title a {
    box-sizing: border-box;
    text-shadow: 1px 1px 0 #FFF, 2px 2px 0 #999, 3px 3px 0 #FFF;
    display: inline-block; }
    .site_title a:before {
      top: -10px; } }

@media (max-width: 414px) {
  .site_title a {
    font-size: 6vw; }
    .site_title a:after, .site_title a:before {
      height: 3px; }
  .site_description {
    font-size: 13px;
    margin: 0 auto 10px; } }

/* グローバルメニュー */
.g_navi_button {
  font-family: 'Mada', sans-serif;
  position: absolute;
  top: 60px;
  left: 0;
  border: none;
  width: 70px;
  height: 70px;
  font-size: 16px;
  font-style: italic;
  background: #fff;
  color: #000;
  z-index: 999;
  border-radius: 50%;
  display: block;
  text-align: center;
  box-shadow: 0 0 0 1px #666, 0 0 0 2px #333333, 5px 8px 0 0 rgba(204, 204, 204, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.8), 5px 8px 10px 0 rgba(204, 204, 204, 0.5);
  font-weight: bold; }
  .g_navi_button:hover {
    cursor: pointer;
    top: 65px;
    box-shadow: 0 0 0 1px #666, 0 0 0 2px #333333; }
  .g_navi_button .fa {
    display: block; }

.g_navi {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.68);
  z-index: 99; }
  .g_navi ul {
    padding: 0;
    margin: 0;
    top: 50%;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .g_navi li {
    list-style: none;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #fff; }
    .g_navi li a {
      font-size: 2rem;
      font-family: 'Mada', 'Noto Sans Japanese', sans-serif;
      color: #fff;
      text-shadow: 0 0 5px #000;
      display: block; }
    .g_navi li:last-child {
      border: none; }

@media (max-width: 899px) {
  .g_navi_button {
    text-align: center;
    position: fixed;
    padding: 0;
    top: 15px;
    left: 2%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    box-shadow: 0 0 0 1px #666, 0 0 0 2px #333333, 5px 3px 0 0 rgba(204, 204, 204, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.8), 5px 3px 3px 0 rgba(204, 204, 204, 0.5);
    font-weight: bold; }
    .g_navi_button:hover {
      top: 20px; } }

/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/
.footer {
  width: 100%;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 15px;
  position: relative;
  box-sizing: border-box; }

.page_top_btn {
  display: none; }

.footer_widget_wrap {
  text-align: left; }

@media (max-width: 899px) {
  .footer {
    padding: 30px 3% 0; } }

@media (min-width: 900px) {
  .page_top_btn {
    display: block;
    font-family: 'Mada', sans-serif;
    position: fixed;
    bottom: -100%;
    right: 5%;
    border: none;
    padding: 5px;
    width: 70px;
    height: 70px;
    font-size: 16px;
    background: #fff;
    color: #000;
    z-index: 999;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 0 1px #666, 0 0 0 2px #333333, 5px 8px 0 0 rgba(204, 204, 204, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.8), 5px 8px 10px 0 rgba(204, 204, 204, 0.5);
    font-weight: bold;
    transition: bottom 0.8s; }
    .page_top_btn .btn_txt {
      display: block;
      font-style: italic; }
    .page_top_btn.is_show {
      bottom: 30px;
      transition: bottom 0.8s; }
      .page_top_btn.is_show:hover {
        cursor: pointer;
        -ms-transform: translateY(5px);
            transform: translateY(5px);
        box-shadow: 0 0 0 1px #666, 0 0 0 2px #333333; }
  .footer_widget_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3%; }
    .footer_widget_wrap .widget {
      -ms-flex: 0 0 30.33%;
          flex: 0 0 30.33%;
      max-width: 30.33%;
      margin-left: 3%; } }

.copy {
  font-family: 'Mada', sans-serif;
  font-style: italic;
  margin: 40px 0 0; }
  .copy a {
    text-decoration: underline; }

.privacy-policy-link:after {
  content: "|";
  display: inline-block;
  margin-right: 5px;
  padding-left: 8px; }

/*--------------------------------------------------------------
  archive
--------------------------------------------------------------*/
.archive .cat_title {
  text-align: center; }

.entry_wrap {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.entry {
  background: #fff;
  -ms-flex: 0 0 46%;
      flex: 0 0 46%;
  max-width: 50%;
  margin: 0 2% 30px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #666;
  box-shadow: 0 1px 5px #eee; }
  .entry .sec_thumb {
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    border: solid 5px #fff; }
    .entry .sec_thumb:after, .entry .sec_thumb:before {
      content: "";
      width: 70px;
      height: 70px;
      border: solid 1px #666;
      display: block;
      position: absolute;
      z-index: 2;
      transition: all 0.3s; }
    .entry .sec_thumb:before {
      border-right: none;
      border-bottom: none;
      top: 12px;
      left: 12px; }
    .entry .sec_thumb:after {
      border-left: none;
      border-top: none;
      bottom: 12px;
      right: 12px; }
    .entry .sec_thumb:hover:after, .entry .sec_thumb:hover:before {
      width: 150px;
      height: 100px; }
    .entry .sec_thumb img {
      width: 100%;
      height: auto; }
  .entry .no_image {
    background: #f5f5f5;
    height: 100%; }
  .entry .thumb_layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    .entry .thumb_layer a {
      display: block;
      width: 100%;
      height: 100%; }
  .entry .sec_body {
    padding: 0 25px; }
  .entry .sec_title {
    font-family: 'Mada', 'Noto Sans Japanese', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    margin: 0 0 1em; }
    .entry .sec_title a {
      background: linear-gradient(transparent 90%, rgba(242, 119, 115, 0.4) 90%); }
      .entry .sec_title a:hover {
        background: linear-gradient(transparent 80%, rgba(242, 119, 115, 0.4) 80%);
        text-decoration: none; }

.post_meta {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #333;
  padding: 12px;
  width: 60%;
  box-sizing: border-box;
  z-index: 6; }
  .post_meta:after, .post_meta:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: solid 1px #333;
    border-top: none;
    border-left: none;
    position: absolute;
    z-index: -1; }
  .post_meta:before {
    top: 4px;
    left: 4px; }
  .post_meta:after {
    top: 8px;
    left: 8px; }
  .post_meta p {
    margin: 0;
    font-family: 'Mada', sans-serif;
    font-style: italic;
    font-size: 1.3rem; }
  .post_meta .post_posted {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    .post_meta .post_posted:after {
      content: "";
      width: 30px;
      border-bottom: solid 1px #333;
      display: inline-block;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      bottom: 0; }
  .post_meta i {
    margin-right: 5px; }

@media (min-width: 900px) {
  .entry_wrap {
    margin: 0 -15px; } }

@media (max-width: 899px) {
  .archive .title_wrap {
    margin: 0 5px 15px; }
  .entry {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    margin: 0 1% 15px; }
    .entry .sec_thumb {
      height: 150px;
      margin-bottom: 10px;
      border: solid 3px #fff; }
      .entry .sec_thumb:after, .entry .sec_thumb:before {
        content: "";
        width: 30px;
        height: 30px; }
      .entry .sec_thumb:before {
        top: 6px;
        left: 6px; }
      .entry .sec_thumb:after {
        bottom: 6px;
        right: 6px; }
      .entry .sec_thumb:hover:after, .entry .sec_thumb:hover:before {
        width: 60px;
        height: 60px; }
      .entry .sec_thumb img {
        width: 100%;
        height: auto; }
    .entry .sec_body {
      padding: 0 10px; }
    .entry .sec_title {
      font-family: 'Mada', 'Noto Sans Japanese', sans-serif;
      font-size: 1.6rem; }
  .post_meta {
    padding: 10px 6px;
    width: 77%;
    font-size: 1.3rem; }
    .post_meta:after {
      content: none; }
    .post_meta .post_posted {
      position: relative;
      padding-bottom: 5px;
      margin-bottom: 5px; }
      .post_meta .post_posted:after {
        width: 20px;
        margin-left: -10px; } }

@media (max-width: 400px) {
  .entry .sec_thumb {
    height: 100px; } }

/*--------------------------------------------------------------
  single
--------------------------------------------------------------*/
.sticky .posted-on {
  display: none; }

.single .main {
  background: #fff;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 0 40px;
  box-shadow: 0 1px 7px #eee; }

.post_thumb_wrap {
  position: relative;
  margin: 0 -40px 30px; }
  .post_thumb_wrap .post_thumb {
    margin: 0;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    border: solid 8px #fff;
    box-sizing: border-box; }
    .post_thumb_wrap .post_thumb img {
      width: 100%;
      height: auto; }
  .post_thumb_wrap .no_image {
    height: 35vmin;
    background: #f5f5f5; }

@media (min-width: 900px) {
  .single .main {
    padding: 0 20px; }
  .post_thumb_wrap {
    margin: 0 -20px 30px; } }

.title_wrap {
  padding: 25px 40px 20px;
  margin-bottom: 20px;
  position: relative; }
  .title_wrap:after, .title_wrap:before {
    content: "";
    width: 50px;
    height: 50px;
    border: solid 1px #666;
    display: block;
    position: absolute;
    z-index: 2;
    transition: all 0.3s; }
  .title_wrap:before {
    border-right: none;
    border-bottom: none;
    top: 0;
    left: 0; }
  .title_wrap:after {
    border-left: none;
    border-top: none;
    bottom: 0;
    right: 0; }
  .title_wrap .cat_title,
  .title_wrap .post_title {
    line-height: 1.4;
    font-size: 2.2rem;
    font-family: 'Mada', 'Noto Sans Japanese', sans-serif;
    font-weight: normal;
    margin: 0; }

@media (max-width: 899px) {
  .single .main {
    width: 98%;
    margin: 0 auto;
    padding: 0 10px; }
  .post_thumb_wrap {
    margin: 0 -10px 10px; }
    .post_thumb_wrap .post_thumb {
      max-height: 200px; }
  .title_wrap {
    padding: 15px 15px 10px;
    margin-bottom: 5px; }
    .title_wrap:after, .title_wrap:before {
      width: 35px;
      height: 35px; }
    .title_wrap .post_title {
      font-size: 2.0rem; } }

.post_content_area {
  width: 100%;
  box-sizing: border-box; }

.post_content {
  margin-bottom: 30px; }
  .post_content p {
    line-height: 1.6;
    margin-bottom: 40px; }
  .post_content h2,
  .post_content h3,
  .post_content h4,
  .post_content h5 {
    font-family: 'Mada', 'Noto Sans Japanese', sans-serif;
    line-height: 1.5;
    font-weight: normal;
    margin: 60px 0 40px; }
  .post_content h2 {
    padding: 0 0 12px;
    border-bottom: double 4px #333;
    font-size: 2.2rem; }
  .post_content h3 {
    padding: 0 0 5px;
    font-size: 2.0rem;
    border-bottom: solid 1px #333; }
  .post_content h4 {
    font-size: 1.8rem;
    padding-left: 25px;
    position: relative; }
    .post_content h4:before {
      content: "";
      width: 12px;
      height: 12px;
      display: inline-block;
      background: #333;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      position: absolute;
      left: 0;
      top: 8px; }
  .post_content h5 {
    font-size: 1.6rem;
    font-weight: bold; }
  .post_content a {
    background: linear-gradient(transparent 70%, rgba(242, 119, 115, 0.4) 70%); }
    .post_content a:hover {
      text-decoration: none;
      color: #000; }
  .post_content img {
    max-width: 100%;
    height: auto; }
  .post_content img,
  .post_content video {
    height: auto;
    max-width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: solid 8px #fff;
    outline: solid 1px #ccc;
    box-sizing: border-box; }
  .post_content ol,
  .post_content ul {
    padding: 0;
    margin: 50px 0 30px;
    list-style-position: inside;
    line-height: 1.5; }
    .post_content ol li + li,
    .post_content ul li + li {
      margin-top: 5px; }
  .post_content ul li {
    list-style: none;
    position: relative;
    padding-left: 15px; }
    .post_content ul li:before {
      position: absolute;
      left: 0;
      top: 7px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      content: "";
      width: 7px;
      height: 7px;
      background: #333; }
  .post_content hr {
    border: solid 5px #f5f5f5; }
  .post_content blockquote {
    background: #f5f5f5;
    margin: 50px 0 30px;
    padding: 40px;
    position: relative; }
    .post_content blockquote > p {
      margin: 0; }
    .post_content blockquote:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f10d";
      position: absolute;
      font-size: 23px;
      color: #666;
      top: -11px;
      left: 20px; }
  .post_content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px; }
    .post_content table td,
    .post_content table th {
      border: solid 1px #ccc;
      padding: 15px 20px;
      text-align: left;
      font-weight: normal; }
  .post_content pre code {
    margin: 0 0 30px;
    padding: 3px 20px 20px 35px;
    border: solid 1px #ccc;
    display: block;
    position: relative; }
    .post_content pre code:before {
      content: "\f121";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0;
      padding: 2px 5px;
      background: #999;
      color: #fff; }
  .post_content img {
    margin: 10px 0; }

.syntaxhighlighter .gutter,
.syntaxhighlighter a,
.syntaxhighlighter code,
.syntaxhighlighter div,
.syntaxhighlighter table,
.syntaxhighlighter table caption,
.syntaxhighlighter table tbody,
.syntaxhighlighter table td,
.syntaxhighlighter table td.code .line,
.syntaxhighlighter table thead,
.syntaxhighlighter table tr,
.syntaxhighlighter textarea {
  font-size: 16px !important; }

@media (max-width: 899px) {
  .post_content p {
    line-height: 1.5;
    margin-bottom: 25px; }
  .post_content h2,
  .post_content h3,
  .post_content h4,
  .post_content h5 {
    line-height: 1.4;
    margin: 40px 0 20px; }
  .post_content h2 {
    padding: 0 0 5px;
    font-size: 1.8rem; }
  .post_content h3 {
    padding: 0 0 5px;
    font-size: 1.7rem; }
  .post_content h4 {
    font-size: 1.6rem;
    position: relative;
    padding-left: 15px; }
    .post_content h4:before {
      width: 10px;
      height: 10px;
      top: 6px; }
  .post_content h5 {
    font-size: 1.6rem;
    font-weight: bold; }
  .post_content blockquote {
    margin: 30px 0 20px;
    padding: 15px; }
    .post_content blockquote:before {
      font-size: 18px;
      left: 15px;
      top: -8px; }
  .post_content ol,
  .post_content ul {
    margin: 30px 0 20px; } }

.gallery-caption,
.wp-caption {
  color: #666;
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
  margin: 50px 0 30px; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 10px 0 0;
  text-align: center; }

.gallery {
  overflow: hidden;
  text-align: center;
  margin: 50px 0 30px; }
  .gallery figure {
    margin: 0; }
  .gallery .gallery-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px; }
    .gallery .gallery-item a {
      background: none; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

img.alignleft,
img.alignright {
  float: none;
  margin: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

.reference {
  border: solid 1px #ccc;
  padding: 20px 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 1.6rem;
  margin-top: 50px; }
  .reference > p:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
  widget
--------------------------------------------------------------*/
.widget {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  line-height: 1.7; }
  .widget img {
    max-width: 100%;
    height: auto; }
  .widget form,
  .widget input,
  .widget textarea {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden; }
  .widget a:hover {
    background: linear-gradient(transparent 80%, rgba(242, 119, 115, 0.4) 80%);
    text-decoration: none; }
  .widget .widget-title {
    text-align: center;
    padding-bottom: 25px;
    margin: 0 0 30px;
    font-size: 1.9rem;
    font-weight: normal;
    font-style: italic;
    position: relative;
    font-family: 'Mada', 'Noto Sans Japanese', sans-serif; }
    .widget .widget-title:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 40px;
      height: 6px;
      content: '';
      background: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, black 25%, rgba(0, 0, 0, 0.5) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
      background-size: 6px 6px;
      background-color: transparent;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .widget .textwidget img {
    margin: 7px auto; }
  .widget .textwidget strong {
    margin: 7px 0;
    display: inline-block; }
  .widget .textwidget a {
    background: linear-gradient(transparent 90%, rgba(242, 119, 115, 0.4) 90%); }
    .widget .textwidget a:hover {
      background: linear-gradient(transparent 80%, rgba(242, 119, 115, 0.4) 80%);
      text-decoration: none; }
  .widget ul {
    padding: 0; }
    .widget ul li {
      list-style: none;
      margin-bottom: 5px;
      line-height: 1.7; }
  .widget label {
    display: inline-block;
    margin-bottom: 5px; }
  .widget select option {
    padding: 3px 0; }
  .widget .calendar_wrap {
    width: 100%; }
    .widget .calendar_wrap table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0; }
      .widget .calendar_wrap table caption {
        margin-bottom: 10px;
        font-style: italic; }
      .widget .calendar_wrap table td,
      .widget .calendar_wrap table th {
        border: solid 1px #ccc;
        text-align: center;
        font-weight: normal;
        padding: 3px 0; }
      .widget .calendar_wrap table tfoot a {
        display: block;
        height: 100%; }
        .widget .calendar_wrap table tfoot a:hover {
          background: #ddd;
          text-decoration: none; }

.widget_recent_comments .recentcomments {
  margin-bottom: 15px;
  padding: 0 3px; }
  .widget_recent_comments .recentcomments + .recentcomments {
    border-top: solid 1px #ddd;
    padding-top: 15px; }
  .widget_recent_comments .recentcomments a {
    line-height: 1.4; }
  .widget_recent_comments .recentcomments .comment-author-link {
    font-style: italic; }

.widget_recent_entries li {
  margin-top: 15px;
  padding: 35px 3px 0;
  position: relative; }
  .widget_recent_entries li + li {
    border-top: solid 1px #ddd; }
  .widget_recent_entries li:first-child {
    margin-top: 0; }
  .widget_recent_entries li .post-date {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    padding-top: 5px;
    font-size: 1.2rem;
    font-style: italic; }
    .widget_recent_entries li .post-date:before {
      content: "\f073";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      box-sizing: border-box;
      margin-right: 4px;
      font-size: 1.3rem;
      font-style: italic; }

.widget_recent_entries .no_date li {
  padding: 20px 0 0; }
  .widget_recent_entries .no_date li:first-child {
    padding-top: 0; }

.widget_rss ul li {
  margin-bottom: 15px;
  padding: 0 3px; }
  .widget_rss ul li + li {
    border-top: solid 1px #ddd;
    padding-top: 15px; }

@media (max-width: 899px) {
  .widget {
    margin-bottom: 35px; }
    .widget .widget-title {
      font-size: 1.8rem;
      padding-bottom: 15px;
      margin: 0 0 20px; }
      .widget .widget-title:after {
        height: 3px;
        width: 30px; }
    .widget form,
    .widget input,
    .widget textarea {
      width: 100%; } }

/*--------------------------------------------------------------
  breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  font-family: 'Mada', 'Noto Sans Japanese', sans-serif;
  margin-bottom: 15px;
  font-size: 1.4rem; }

@media (max-width: 899px) {
  .breadcrumb {
    margin-bottom: 10px;
    font-size: 1.2rem;
    padding: 0 1%; } }

/*--------------------------------------------------------------
  pagination
--------------------------------------------------------------*/
.pagination {
  margin: 30px 0 40px; }
  .pagination .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute; }
  .pagination .page-numbers {
    text-align: center;
    padding: 0; }
    .pagination .page-numbers li {
      display: inline-block; }
    .pagination .page-numbers .page-numbers {
      display: block;
      line-height: 1;
      padding: 10px 12px;
      transition: all 0.5s; }
      .pagination .page-numbers .page-numbers:not(.dots) {
        background: #fff;
        border: 1px solid #333; }
      .pagination .page-numbers .page-numbers.current {
        background: #333;
        color: #fff; }
      .pagination .page-numbers .page-numbers:hover:not(.dots) {
        background: #333;
        color: #fff;
        text-decoration: none;
        transition: all 0.5s; }

@media (max-width: 899px) {
  .pagination {
    margin: 10px 0 20px; } }

/*--------------------------------------------------------------
  pagelink
--------------------------------------------------------------*/
.pagelink {
  border-bottom: double 4px #666;
  border-top: double 4px #666;
  margin: 30px 0 70px;
  padding-bottom: 15px;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .pagelink p {
    margin-bottom: 0;
    position: relative;
    line-height: 1.2;
    box-sizing: border-box; }
    .pagelink p a:hover {
      background: linear-gradient(transparent 70%, rgba(242, 119, 115, 0.4) 70%);
      text-decoration: none; }
    .pagelink p .fa {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .pagelink .prev {
    padding-left: 30px; }
    .pagelink .prev .fa {
      left: 0; }
  .pagelink .next {
    padding-right: 30px; }
    .pagelink .next .fa {
      right: 0; }

@media (min-width: 900px) {
  .pagelink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .pagelink p {
      max-width: 45%; } }

/*--------------------------------------------------------------
  sns button
--------------------------------------------------------------*/
.sns_buttons {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  margin: 0; }

.sns_button_item {
  list-style: none;
  display: inline-block;
  margin-left: 8px; }
  .sns_button_item a {
    width: 30px;
    height: 30px;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .sns_button_item a:hover {
      text-decoration: none; }
    .sns_button_item a .fa {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .sns_button_item.twitter a {
    background: #fff;
    border: solid 1px #1da1f2;
    color: #1da1f2; }
    .sns_button_item.twitter a:hover {
      background: #1da1f2;
      color: #fff; }
  .sns_button_item.facebook a {
    background: #fff;
    border: solid 1px #4267b2;
    color: #4267b2; }
    .sns_button_item.facebook a:hover {
      background: #4267b2;
      color: #fff; }

@media (max-width: 899px) {
  .sns_buttons {
    padding: 15px 0; } }

/*--------------------------------------------------------------
  search_form
--------------------------------------------------------------*/
input,
textarea {
  margin-top: 5px;
  border: solid 1px #666;
  padding: 7px 10px; }

button[type="submit"],
input[type="submit"] {
  margin-top: 5px;
  background: #000;
  color: #fff;
  border-radius: unset; }
  button[type="submit"]:hover,
  input[type="submit"]:hover {
    cursor: pointer; }

.search_form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.search_field {
  width: 88%;
  height: 37px;
  font-family: 'Mada', sans-serif;
  font-style: italic;
  font-size: 1.4rem; }

.search_submit {
  width: 12%;
  height: 37px;
  background: none;
  border: none;
  color: #fff;
  background: #666;
  border-radius: unset; }
  .search_submit:hover {
    background: #fff;
    color: #666;
    border: solid 1px #666;
    border-left: none; }

/*--------------------------------------------------------------
  comment
--------------------------------------------------------------*/
.comment-reply-title,
.comments_title {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: 'Mada', 'Noto Sans Japanese', sans-serif; }
  .comment-reply-title:after,
  .comments_title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 6px;
    content: '';
    background: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, black 25%, rgba(0, 0, 0, 0.5) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 6px 6px;
    background-color: transparent;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.comment_list {
  padding: 0;
  margin: 0 0 70px; }
  .comment_list li {
    list-style: none;
    margin-bottom: 30px; }
    .comment_list li + li {
      border-top: solid 1px #ccc;
      padding-top: 30px; }

.comment-body {
  margin-bottom: 20px;
  position: relative; }

.comment-author {
  display: inline-block; }
  .comment-author .avatar {
    border-radius: 50%;
    border: solid 3px #ddd;
    vertical-align: middle;
    margin-right: 10px; }
  .comment-author .fn {
    font-weight: normal;
    margin-right: 5px; }
  .comment-author .says {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.pingback {
  line-height: 1.4; }
  .pingback .edit-link a {
    border: solid 1px #666;
    color: #fff;
    font-size: 1.2rem;
    padding: 4px 8px;
    margin-left: 5px;
    background: #666; }
    .pingback .edit-link a:hover {
      text-decoration: none;
      background: #fff;
      color: #333; }

.comment-metadata {
  display: inline-block;
  font-size: 1.4rem; }
  .comment-metadata .edit-link a {
    border: solid 1px #666;
    color: #fff;
    font-size: 1.2rem;
    padding: 4px 8px;
    margin-left: 5px;
    background: #666; }
    .comment-metadata .edit-link a:hover {
      text-decoration: none;
      background: #fff;
      color: #333; }

.comment-content {
  background: #f9f9f9;
  margin: 15px 0 20px;
  padding: 10px 25px 15px;
  position: relative;
  line-height: 1.4; }
  .comment-content:before {
    content: "";
    display: inline-block;
    border: solid 6px transparent;
    border-bottom: solid 12px #f9f9f9;
    position: absolute;
    top: -18px;
    left: 22px; }
  .comment-content + .reply {
    position: absolute;
    bottom: 20px;
    right: 25px; }
    .comment-content + .reply .comment-reply-link {
      font-size: 1.2rem;
      padding: 4px 8px;
      border: solid 1px #666;
      background: #fff; }
      .comment-content + .reply .comment-reply-link:hover {
        background: #666;
        text-decoration: none;
        color: #fff; }

.comment {
  margin: 0 auto; }
  .comment p {
    margin-bottom: 20px;
    box-sizing: border-box; }
  .comment .logged-in-as {
    margin-bottom: 40px; }
  .comment .comment-notes {
    margin-bottom: 30px; }
  .comment label {
    display: inline-block;
    width: 25%; }
  .comment input,
  .comment textarea {
    vertical-align: top;
    width: 74%;
    box-sizing: border-box;
    border: solid 1px #666;
    padding: 5px 8px; }
  .comment .form-submit {
    width: 80%;
    margin: 40px auto 70px; }
    .comment .form-submit input {
      width: 100%;
      padding: 15px 0;
      border: solid 1px #666;
      background: #333;
      color: #fff;
      border-radius: 3px; }
      .comment .form-submit input:hover {
        cursor: pointer;
        background: #fff;
        color: #333; }

@media (max-width: 899px) {
  .comment-reply-title {
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .comment-reply-title:after {
      height: 3px;
      width: 30px; }
  .comment-metadata {
    display: block;
    margin: 10px 0; }
  .comment-content {
    padding: 5px 15px 25px; }
    .comment-content + .reply {
      bottom: 15px;
      right: 15px; }
  .comment p {
    margin-bottom: 15px; }
  .comment .logged-in-as {
    margin-bottom: 20px; }
  .comment .comment-notes {
    margin-bottom: 20px; }
  .comment label {
    width: 100%; }
  .comment input,
  .comment textarea {
    width: 100%; }
  .comment .form-submit {
    width: 100%;
    margin: 20px auto 40px; } }

/*--------------------------------------------------------------
  404
--------------------------------------------------------------*/
.error404 .entry_wrap {
  display: block;
  text-align: center; }

.error404 .not_found_txt {
  padding-top: 40px;
  margin-bottom: 30px; }
  .error404 .not_found_txt + .search_form_wrap {
    max-width: 80%;
    width: 100%;
    display: inline-block; }

@media (max-width: 899px) {
  .error404 .not_found_txt {
    padding: 20px 4% 0;
    margin-bottom: 20px; }
    .error404 .not_found_txt + .search_form_wrap {
      margin-bottom: 40px; } }
