@charset "UTF-8";
/*
Theme Name: Coco Luce
Author: CrossPiece
Author URI: https://crosspiece.jp
Version: 1.29
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=IM+Fell+French+Canon);
html {
  box-sizing: border-box; }

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

/* CSS Document */
/* reset.style */
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
dt,
dd,
div,
img,
a,
table,
tr,
th,
d,
article,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block; }

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

/* end reset.style */
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #393f4c;
  font-size: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.header-title {
  color: #393f4c;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif; }

a,
a:link,
a:visited,
a:hover {
  color: #393f4c;
  text-decoration: none; }

a {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-tap-highlight-color: transparent; }

@media all and (-ms-high-contrast: none) {
  a {
    vertical-align: baseline; } }
a:hover,
a.hover {
  color: #008db7;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

input,
input[type="button"],
input[type="submit"],
select,
textarea,
text {
  -webkit-appearance: none; }

.english {
  font-family: Times New Roman, Times, "Noto Sans JP", serif; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.fade0 {
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s; }

.fadein {
  opacity: 1.0; }

.fadein-listitem {
  opacity: 1 !important;
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  transform: translate(0, -30px); }

.fadein-listitem:nth-child(2) {
  -moz-transition-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  -ms-transition-delay: 0.1s !important; }

.fadein-listitem:nth-child(3) {
  -moz-transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  -ms-transition-delay: 0.2s !important; }

.fadein-listitem:nth-child(4) {
  -moz-transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  -ms-transition-delay: 0.3s !important; }

.fadein-listitem:nth-child(5) {
  -moz-transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  -ms-transition-delay: 0.4s !important; }

.fadein-listitem:nth-child(6) {
  -moz-transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  -ms-transition-delay: 0.5s !important; }

.fadein-listitem:nth-child(7) {
  -moz-transition-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  -ms-transition-delay: 0.6s !important; }

.fadein-listitem:nth-child(8) {
  -moz-transition-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  -ms-transition-delay: 0.7s !important; }

.fadein-listitem:nth-child(9) {
  -moz-transition-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  -ms-transition-delay: 0.8s !important; }

.writer,
.pt-publisher {
  display: none; }

.pattern {
  background: repeating-linear-gradient(90deg, #444, #444 10px, #888 0, #888 20px); }

#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 999; }

#page-top a {
  color: #fff;
  font-size: 2em;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: rgba(105, 105, 105, 0.63);
  line-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#page-top a:hover {
  background: rgba(55, 55, 55, 0.63);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0; }

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pagination a {
  font-family: Times New Roman, Times, "Noto Sans JP", serif;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333; }

.pagination li:not([class*="current"]) a:hover {
  background: #008db7;
  color: #fff; }

.pagination li:first-of-type a {
  border-left-width: 1px; }

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.pagination li.current a {
  background-color: #008db7;
  color: #fff;
  cursor: default;
  pointer-events: none; }

.pagination > li:first-child > a {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination > li:last-child > a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

@media screen and (max-width: 640px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.previous a {
    border-left-width: 0px; }

  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial; } }
.pagination li.nonelink {
  position: relative;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px; }

.pagination li.nonelink:first-child {
  border: 1px solid #ddd;
  border-left-width: 1px; }

.pagination li.nonelink span {
  position: absolute;
  top: 5px;
  left: 14px;
  color: #ccc; }

#wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #wrapper::after {
    clear: both;
    content: "";
    display: table; }

#contents {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px; }
  #contents::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    #contents {
      padding: 0px 15px;
      position: relative;
      z-index: 2;
      left: 0;
      -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */ } }
  @media screen and (min-width: 641px) {
    #contents {
      background: rgba(255, 255, 255, 0);
      width: 100%;
      margin: 0 auto;
      margin-bottom: 30px;
      padding: 0px 20px; } }
  @media screen and (min-width: 1200px) {
    #contents {
      width: 980px;
      padding: 0px; } }

#child {
  width: 100%; }
  @media screen and (min-width: 641px) {
    #child {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 63.74833%;
      margin-top: 12px; }
      #child:last-child {
        margin-right: 0; } }
  #child .post a {
    color: #008db7;
    text-decoration: none;
    position: relative;
    display: inline-block; }
  #child .post a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #008db7; }
  #child .post a:hover::after {
    width: 100%; }

#top {
  width: 100%; }

#onecolumn {
  width: 100%; }

/* header */
#header-box {
  width: 100%;
  margin-bottom: 0px;
  border-top: 1px solid #aaa;
  border-bottom: 3px double #aaa; }
  @media screen and (max-width: 640px) {
    #header-box {
      min-height: 62px;
      background: rgba(255, 255, 255, 0.6); } }
  @media screen and (min-width: 641px) {
    #header-box {
      margin-top: 0;
      border-bottom: 0;
      border-top: 0; } }

.header-title {
  font-size: 1.5em;
  text-align: center;
  font-family: Times New Roman, Times, "Noto Sans JP", serif;
  font-weight: 400; }
  @media screen and (min-width: 641px) {
    .header-title {
      font-size: 3em; } }

#header {
  display: block;
  margin-top: 0px;
  padding-top: 7px;
  padding-bottom: 8px; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    #header {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      padding-top: 20px;
      padding-bottom: 0; } }
  @media screen and (min-width: 1200px) {
    #header {
      width: 980px;
      padding: 0;
      padding-top: 0px; } }

#logo {
  margin-left: 10px;
  margin-top: 11px;
  margin-bottom: 6px;
  max-width: 70%; }
  @media screen and (min-width: 641px) {
    #logo {
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
      max-width: 90%; } }
  @media screen and (min-width: 1200px) {
    #logo {
      margin-top: 50px;
      margin-bottom: 40px; } }
  #logo span,
  #logo h1 {
    background: none; }
    #logo span a,
    #logo h1 a {
      background: none; }
      @media screen and (max-width: 640px) {
        #logo span a,
        #logo h1 a {
          text-align: left;
          display: block; } }
      #logo span a img,
      #logo h1 a img {
        vertical-align: baseline;
        display: inline;
        background: none;
        -webkit-transition: all .4s;
        transition: all .4s; }
        @media screen and (max-width: 640px) {
          #logo span a img,
          #logo h1 a img {
            width: 100%;
            height: auto;
            max-width: 120px; } }
        @media screen and (min-width: 641px) {
          #logo span a img,
          #logo h1 a img {
            width: auto;
            margin: 0 auto; } }

.small {
  font-size: 0.6em;
  line-height: 1.6em; }

.medium {
  font-size: 0.8em;
  line-height: 1.6em; }

.large {
  font-size: 1em;
  line-height: 1.6em; }

@media screen and (min-width: 641px) {
  .small a img {
    width: 25% !important;
    height: auto; }

  .medium a img {
    width: 30% !important;
    height: auto; }

  .large a img {
    width: 36% !important;
    height: auto; } }
@media screen and (max-width: 640px) {
  #site-info {
    width: 100%;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 1.8em; } }
@media screen and (min-width: 641px) {
  #site-info {
    width: 100%;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.8em; } }

/* navigation */
#drawernav {
  width: 100%; }
  @media screen and (max-width: 640px) {
    #drawernav {
      position: fixed;
      top: 0;
      right: -240px;
      width: 240px;
      height: 100%;
      background: #333;
      color: #fff;
      z-index: 1;
      padding-top: 60px;
      padding-bottom: 10px;
      overflow-y: scroll;
      -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */ } }
  @media screen and (min-width: 641px) {
    #drawernav {
      position: static;
      margin: 0; } }
  #drawernav a {
    color: #393f4c;
    font-family: "Noto Sans JP", sans-serif;
    padding: 10px;
    display: block;
    font-size: 0.8em;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      #drawernav a {
        padding: 10px 10px 10px 18px;
        color: #fff; } }
  #drawernav a:hover,
  #drawernav a.hover {
    color: #008db7;
    -webkit-transition: all .4s;
    transition: all .4s; }
  @media screen and (max-width: 640px) {
    #drawernav nav.fixed-content {
      right: inherit;
      width: 100%;
      z-index: 2;
      -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      /* easeInOutExpo */ } }
  @media screen and (min-width: 641px) {
    #drawernav nav.fixed-content {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto;
      text-align: right; } }
  @media screen and (min-width: 1200px) {
    #drawernav nav.fixed-content {
      width: 980px;
      padding: 0; } }
  #drawernav ul.menu-box {
    list-style-type: none;
    padding: 0 10px;
    display: block; }
    @media screen and (min-width: 641px) {
      #drawernav ul.menu-box {
        padding: 0px;
        margin: 0;
        display: inline-block;
        vertical-align: bottom; } }
    #drawernav ul.menu-box li.menu-item {
      position: relative; }
      @media screen and (max-width: 640px) {
        #drawernav ul.menu-box li.menu-item {
          display: block; } }
      @media screen and (min-width: 641px) {
        #drawernav ul.menu-box li.menu-item {
          display: table-cell;
          width: 240px;
          border-left: 1px solid #eee;
          text-align: center; } }
      @media screen and (min-width: 1200px) {
        #drawernav ul.menu-box li.menu-item {
          width: 196px; } }
      #drawernav ul.menu-box li.menu-item ul.sub-menu {
        width: 100%;
        z-index: 5;
        -webkit-transition: all .4s;
        transition: all .4s; }
        @media screen and (max-width: 640px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu {
            position: static; } }
        @media screen and (min-width: 641px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu {
            position: absolute;
            background: #fff;
            border-top: 1px solid #eee;
            visibility: hidden;
            opacity: 0;
            width: 239px;
            top: 0px;
            padding: 0px;
            margin-top: 4px; } }
        @media screen and (min-width: 1200px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu {
            width: 195px; } }
        #drawernav ul.menu-box li.menu-item ul.sub-menu li {
          position: relative;
          border: none;
          text-align: left;
          display: block; }
          @media screen and (max-width: 640px) {
            #drawernav ul.menu-box li.menu-item ul.sub-menu li {
              font-size: 0.9em;
              margin-left: 20px;
              padding-left: 7px;
              padding-top: 2px; } }
          @media screen and (min-width: 641px) {
            #drawernav ul.menu-box li.menu-item ul.sub-menu li {
              display: block;
              width: inherit; } }
          #drawernav ul.menu-box li.menu-item ul.sub-menu li a {
            padding: 10px 7px 10px 10px;
            background-color: transparent; }
            @media screen and (min-width: 641px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li a {
                background: #fff;
                padding: 10px 7px 10px 20px;
                border-bottom: 1px solid #eee; } }
          #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
            z-index: 6;
            position: absolute;
            top: 20;
            width: 100%;
            padding: 0;
            -webkit-transition: all .4s;
            transition: all .4s; }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
                position: static; } }
            @media screen and (min-width: 641px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
                background: #fff;
                visibility: hidden;
                border-left: 1px dashed #eee;
                border-top: 1px solid #eee;
                opacity: 0;
                top: -5px;
                left: 239px; } }
            @media screen and (min-width: 1200px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu {
                left: 195px; } }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu li {
                font-size: 1em; } }
            @media screen and (min-width: 641px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu li {
                padding-right: 5px; } }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu li a {
                padding-top: 5px;
                padding-bottom: 5px; } }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu li.menu-item:before {
                top: 8px; } }
            @media screen and (max-width: 640px) {
              #drawernav ul.menu-box li.menu-item ul.sub-menu li ul.sub-menu li:last-child {
                border-bottom: none; } }
        #drawernav ul.menu-box li.menu-item ul.sub-menu li:hover ul.sub-menu,
        #drawernav ul.menu-box li.menu-item ul.sub-menu li.hover ul.sub-menu {
          visibility: visible;
          opacity: 1; }
        @media screen and (min-width: 641px) {
          #drawernav ul.menu-box li.menu-item ul.sub-menu li.menu-item-has-children:after {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            right: 10px;
            top: 10px; } }
    @media screen and (min-width: 641px) {
      #drawernav ul.menu-box li.current-menu-item {
        border-top: 2px solid #393f4c; } }
    #drawernav ul.menu-box li.menu-item:hover ul.sub-menu,
    #drawernav ul.menu-box li.menu-item.hover ul.sub-menu {
      top: 36px;
      visibility: visible;
      opacity: 1;
      -webkit-transition: all .4s;
      transition: all .4s; }
    @media screen and (max-width: 640px) {
      #drawernav ul.menu-box li.menu-item:before {
        content: '';
        height: 17px;
        width: 1px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 13px;
        left: 10px;
        background: #008db7;
        z-index: 7; } }
    @media screen and (max-width: 640px) {
      #drawernav ul.menu-box li.current-menu-item:before {
        content: '';
        height: 17px;
        width: 1px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 13px;
        left: 10px;
        background: #ffd900;
        z-index: 7; } }
    @media screen and (min-width: 641px) {
      #drawernav ul.menu-box li:last-child {
        border-right: 1px solid #eee; } }

@media screen and (min-width: 641px) {
  .menu-box > .menu-item a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }

@media screen and (min-width: 641px) {
  .menu-box > .menu-item > a:hover,
  .menu-box > .menu-item > a:focus,
  .menu-box > .menu-item > a:active {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 2px 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (max-width: 640px) {
  .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 2px 14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }
@media screen and (min-width: 641px) {
  .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    text-align: right;
    margin: 0px 0 2px 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }

@media screen and (max-width: 640px) {
  #humberger {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    width: 33px;
    padding: 8px;
    padding-bottom: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; } }

@media screen and (max-width: 640px) {
  .icon-bar {
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 3px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */ } }

@media screen and (max-width: 640px) {
  #overlay {
    z-index: -4;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */ } }

@media screen and (max-width: 640px) {
  body.drawer-opened #contents {
    left: -240px;
    -webkit-box-shadow: 1px 0px 2px #000;
    -moz-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000; }

  body.drawer-opened .fixed-content {
    left: -240px; }

  body.drawer-opened #drawernav {
    right: 0; }

  body.drawer-opened #overlay {
    z-index: 3;
    opacity: 0.3;
    left: -240px;
    pointer-events: auto !important; }

  body.drawer-opened #humberger .icon-bar {
    background: #fff; }

  body.drawer-opened #humberger :nth-child(1) {
    -webkit-transform: translate(0, 5px) rotate(45deg);
    transform: translate(0, 5px) rotate(45deg); }

  body.drawer-opened #humberger :nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0; }

  body.drawer-opened #humberger :nth-child(3) {
    -webkit-transform: translate(0, -5px) rotate(-45deg);
    transform: translate(0, -5px) rotate(-45deg); } }
/* sidebar */
#sidebar {
  width: 100%; }
  @media screen and (min-width: 641px) {
    #sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 32.18806%;
      margin-left: 1.70596%; }
      #sidebar:last-child {
        margin-right: 0; } }

/* Profile */
.my-profile {
  display: block; }
  .my-profile::after {
    clear: both;
    content: "";
    display: table; }
  .my-profile .my-profile-thumb {
    float: left;
    display: block;
    margin-right: 7.8443%;
    width: 37.56383%; }
    .my-profile .my-profile-thumb:last-child {
      margin-right: 0; }
    .my-profile .my-profile-thumb a {
      overflow: hidden;
      display: block;
      background: #fff; }
      .my-profile .my-profile-thumb a img {
        width: 100%;
        background: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin: 0;
        padding: 0;
        -webkit-transition: .4s ease-out;
        transition: .4s ease-out;
        border: 1px solid #eee;
        display: block; }
    .my-profile .my-profile-thumb a:hover img {
      -webkit-transform: scale(1.08);
      transform: scale(1.08); }
  .my-profile .my-profile-meta {
    float: left;
    display: block;
    margin-right: 7.8443%;
    width: 57.42988%;
    margin-left: -2.83801%; }
    .my-profile .my-profile-meta:last-child {
      margin-right: 0; }
    .my-profile .my-profile-meta .myname {
      margin-bottom: 15px;
      font-size: 1.2em;
      font-weight: 500; }
    .my-profile .my-profile-meta .myintro {
      font-size: 1em;
      margin-bottom: 10px;
      line-height: 1.65em;
      font-weight: 500; }
      @media screen and (min-width: 641px) {
        .my-profile .my-profile-meta .myintro {
          font-size: 0.9em; } }
    .my-profile .my-profile-meta .myprofile-more a {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      color: #393f4c;
      border: 1px solid #aaa;
      cursor: pointer;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 300;
      -webkit-appearance: none;
      -webkit-transition: all .4s;
      transition: all .4s;
      display: block;
      padding: 8px;
      text-align: center;
      font-size: 0.9em; }
    .my-profile .my-profile-meta .myprofile-more a:hover {
      background: #aaa;
      color: #fff; }

/* voice */
.voice-box {
  width: 100%; }
  .voice-box ul {
    display: block;
    padding: 0;
    list-style-type: none;
    margin: 0; }
    .voice-box ul::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 641px) {
      .voice-box ul {
        width: 100%; } }
    .voice-box ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 15px; }
      .voice-box ul li:last-child {
        margin-right: 0; }
      @media screen and (min-width: 641px) {
        .voice-box ul li {
          width: 100%; } }
      .voice-box ul li .voice-thumb {
        padding: 8px;
        padding-bottom: 5px;
        border: 1px solid #ddd;
        position: relative;
        background: #fff; }
        .voice-box ul li .voice-thumb a {
          display: block;
          margin-bottom: 8px;
          overflow: hidden;
          background: #fff;
          -webkit-transition: all .4s;
          transition: all .4s; }
          .voice-box ul li .voice-thumb a img {
            width: 100%;
            background: #fff;
            -webkit-transform: scale(1);
            transform: scale(1);
            margin: 0;
            padding: 0;
            -webkit-transition: .4s ease-out;
            transition: .4s ease-out;
            display: block;
            vertical-align: bottom; }
        .voice-box ul li .voice-thumb a:hover img {
          -webkit-transform: scale(1.08);
          transform: scale(1.08); }
        .voice-box ul li .voice-thumb .voice-title {
          font-size: 0.8em;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400;
          letter-spacing: 0.02em;
          line-height: 1.3em; }
          @media screen and (min-width: 641px) {
            .voice-box ul li .voice-thumb .voice-title {
              font-size: 0.9em; } }
        .voice-box ul li .voice-thumb .voice-name {
          font-size: 0.8em;
          display: block;
          text-align: right; }
      .voice-box ul li .voice-thumb:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 16px;
        right: 8px;
        left: auto;
        width: 50%;
        top: 80%;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg); }
    .voice-box ul li:nth-child(2n) {
      margin-right: 0; }

#new-entry-box {
  font-size: 0.9em;
  padding-right: 0; }

#new-entry-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

.new-entry-item {
  margin-bottom: 15px; }

.new-entry-item:last-child {
  margin-bottom: 0; }

.new-entry-item a {
  display: block;
  margin-top: 20px; }
  .new-entry-item a::after {
    clear: both;
    content: "";
    display: table; }

.new-entry-item a:hover > .new-entry-item-meta > .new-entry-item-title {
  color: #008db7; }

.new-entry-item a:hover > .new-entry > .eyecatch img {
  opacity: 0.7; }

.new-entry-item a:first-child {
  margin-top: 0px; }

.new-entry {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .new-entry:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    .new-entry {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .new-entry:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .new-entry {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .new-entry:last-child {
        margin-right: 0; } }
  .new-entry .eyecatch {
    width: 100%;
    padding: 0;
    margin: 0; }
  .new-entry .eyecatch img {
    width: 100%;
    padding: 2px;
    border: 1px solid #ddd;
    -webkit-transition: all .4s;
    transition: all .4s; }

.new-entry-item-meta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  padding: 0; }
  .new-entry-item-meta:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    .new-entry-item-meta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .new-entry-item-meta:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .new-entry-item-meta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 64.17482%;
      margin-left: 1.70596%; }
      .new-entry-item-meta:last-child {
        margin-right: 0; } }
  .new-entry-item-meta .date {
    font-size: 0.8em;
    color: #888;
    font-family: Times New Roman, Times, "Noto Sans JP", serif;
    letter-spacing: 0.03em;
    margin-top: 3px;
    margin-bottom: 0; }
    @media screen and (min-width: 1200px) {
      .new-entry-item-meta .date {
        margin-top: 0px;
        font-size: 0.8em;
        color: #888;
        font-family: Times New Roman, Times, "Noto Sans JP", serif;
        letter-spacing: 0.03em; } }

.new-entry-item-title {
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 0px;
  margin-bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media screen and (min-width: 641px) {
    .new-entry-item-title {
      font-size: 1em;
      margin-top: 3px; } }

.widget {
  margin: 0;
  margin-bottom: 30px; }

.widget > div,
.widget > ul,
.widget > form {
  padding-right: 0;
  font-size: 0.9em;
  padding-left: 0px; }
  @media screen and (min-width: 641px) {
    .widget > div,
    .widget > ul,
    .widget > form {
      padding-left: 15px; } }

.widgettitle {
  padding: 6px 5px;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #888;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 15px; }
  @media screen and (min-width: 641px) {
    .widgettitle {
      font-size: 0.9em;
      padding: 8px 5px; } }
  @media screen and (min-width: 1200px) {
    .widgettitle {
      font-size: 1em; } }

.widget label {
  display: none; }

.widget_archive select {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 30px;
  width: 91%;
  margin: 15px;
  padding: 0 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 641px) {
    .widget_archive select {
      width: 88%; } }
  @media screen and (min-width: 1200px) {
    .widget_archive select {
      width: 91%; } }

.widget .textwidget img {
  width: 100%; }

#wp-calendar {
  width: 100%;
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  font-size: 0.8em; }

#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  padding: 2px;
  background: #eee; }

#wp-calendar thead tr th:nth-child(6) {
  background-color: #C0DDF9; }

#wp-calendar thead tr th:nth-child(7) {
  background-color: #F5D0D3; }

#wp-calendar td {
  text-align: center;
  padding: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  background: #fff; }

#wp-calendar caption {
  text-align: center;
  border: 1px solid #999;
  border-bottom: none;
  background: #fff;
  padding: 5px 0; }

#wp-calendar tbody tr #today {
  background-color: #CCC; }

.widget_categories ul {
  position: relative; }

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
  position: relative;
  margin-bottom: 5px; }

.widget_recent_comments ul li {
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc; }

.widget_categories ul.children,
.widget_archive ul.children,
.widget_recent_entries ul.children,
.widget_recent_comments ul.children,
.widget_pages ul.children {
  padding-left: 15px; }

.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc; }

.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count {
  color: #fff;
  background: #888;
  border: 1px solid #888; }

.widget_categories ul .count,
.widget_archive ul .count {
  position: absolute;
  right: 3px;
  top: 7px;
  padding: 1px 8px;
  font-size: 0.9em;
  color: #aaa;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s; }

.widget_nav_menu ul {
  padding: 0;
  list-style-type: none;
  margin-top: 0; }
  .widget_nav_menu ul li {
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px dashed #ccc;
    -webkit-transition: all .4s;
    transition: all .4s; }
    @media screen and (min-width: 641px) {
      .widget_nav_menu ul li {
        font-size: 1em; } }
  .widget_nav_menu ul li a {
    font-weight: 500;
    padding: 0 15px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block; }
  .widget_nav_menu ul li:hover {
    padding-left: 4px;
    background: #fff; }
  .widget_nav_menu ul .sub-menu {
    display: none;
    padding-left: 25px; }
    .widget_nav_menu ul .sub-menu li {
      position: relative; }
    .widget_nav_menu ul .sub-menu li::before {
      display: block;
      content: '';
      position: absolute;
      top: 21px;
      left: 0.3em;
      width: 7px;
      height: 7px;
      border-right: 1px solid #008db7;
      border-bottom: 1px solid #008db7;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .widget_nav_menu ul .sub-menu li:first-child {
      border-top: 1px solid #dedede; }
    .widget_nav_menu ul .sub-menu li:hover {
      border-left: none;
      padding-left: 5px; }

.widget_tag_cloud .tagcloud {
  padding-bottom: 10px; }

.widget_tag_cloud a {
  max-width: 100%;
  display: inline-table;
  line-height: 28px;
  padding: 0 1em;
  color: #393f4c;
  background-color: transparent;
  border: 1px solid #888;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1em !important;
  text-decoration: none;
  font-weight: 500;
  margin-right: 2px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media screen and (max-width: 640px) {
    .widget_tag_cloud a {
      margin-bottom: 8px; } }
  @media screen and (min-width: 641px) {
    .widget_tag_cloud a {
      margin-bottom: 5px; } }

.widget_tag_cloud a:hover {
  background-color: #888;
  border: 1px solid #888;
  color: #fff; }

/* Search-box */
#search-box {
  position: relative; }

#search-box input[type="search"] {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 30px;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  padding-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

#search-btn {
  position: absolute;
  top: 0px;
  right: 0px; }

#search-btn input[type="submit"] {
  font-family: FontAwesome;
  border: none;
  height: 30px;
  width: 40px;
  color: #fff;
  background: #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .4s;
  transition: all .4s; }

#search-box input[type="search"]:focus {
  outline: none;
  border: 1px solid #008db7; }

#search-box input[type="submit"]:hover {
  cursor: pointer;
  background: #888; }

/* blog */
#headline {
  display: block;
  font-size: 1.6em;
  font-family: Times New Roman, Times, "Noto Sans JP", serif;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: 1px solid #393f4c;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media screen and (min-width: 641px) {
    #headline {
      margin-top: 0;
      font-size: 2em;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 15px; } }

/* top */
#top-image {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 641px) {
    #top-image {
      margin-top: 10px; } }
  @media screen and (min-width: 1200px) {
    #top-image {
      margin-top: 20px; } }
  #top-image img {
    width: 100%; }

#top-blog-title,
#front-page-title {
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  border-bottom: 3px double #aaa;
  border-top: 3px double #aaa;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 30px;
  margin-top: 20px; }
  @media screen and (min-width: 641px) {
    #top-blog-title,
    #front-page-title {
      font-size: 1.9em;
      margin-top: 0; } }
  @media screen and (min-width: 1200px) {
    #top-blog-title,
    #front-page-title {
      font-size: 1.6em; } }

#front-page-title {
  font-family: Times New Roman, Times, "Noto Sans JP", serif;
  font-weight: normal; }

#topics-title {
  font-size: 1.5em;
  font-family: Times New Roman, Times, "Noto Sans JP", serif;
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (max-width: 640px) {
    #topics-title {
      display: none; } }
  @media screen and (min-width: 641px) {
    #topics-title {
      font-size: 1.9em;
      margin-top: 50px; } }

.topics {
  display: block;
  margin-bottom: 40px;
  margin-top: 12px; }
  .topics::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    .topics {
      padding: 0;
      margin-top: 0; } }
  .topics .topics-item01,
  .topics .topics-item02,
  .topics .topics-item03,
  .topics .topics-item04 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 6px;
    position: relative; }
    .topics .topics-item01:last-child,
    .topics .topics-item02:last-child,
    .topics .topics-item03:last-child,
    .topics .topics-item04:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) {
      .topics .topics-item01,
      .topics .topics-item02,
      .topics .topics-item03,
      .topics .topics-item04 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-left: 0%;
        margin-bottom: 13px; }
        .topics .topics-item01:last-child,
        .topics .topics-item02:last-child,
        .topics .topics-item03:last-child,
        .topics .topics-item04:last-child {
          margin-right: 0; } }
    .topics .topics-item01 .topics-thumb,
    .topics .topics-item02 .topics-thumb,
    .topics .topics-item03 .topics-thumb,
    .topics .topics-item04 .topics-thumb {
      width: 100%;
      display: block;
      overflow: hidden;
      background: #fff; }
      .topics .topics-item01 .topics-thumb img,
      .topics .topics-item02 .topics-thumb img,
      .topics .topics-item03 .topics-thumb img,
      .topics .topics-item04 .topics-thumb img {
        width: 100%;
        display: block;
        background: #fff;
        -webkit-transition: all .4s;
        transition: all .4s; }
    .topics .topics-item01 .topics-thumb:hover img,
    .topics .topics-item02 .topics-thumb:hover img,
    .topics .topics-item03 .topics-thumb:hover img,
    .topics .topics-item04 .topics-thumb:hover img {
      opacity: 0.8; }
    .topics .topics-item01 .topics-headline,
    .topics .topics-item02 .topics-headline,
    .topics .topics-item03 .topics-headline,
    .topics .topics-item04 .topics-headline {
      width: 100%;
      position: absolute;
      display: block;
      bottom: 0px;
      left: 0; }
      .topics .topics-item01 .topics-headline a,
      .topics .topics-item02 .topics-headline a,
      .topics .topics-item03 .topics-headline a,
      .topics .topics-item04 .topics-headline a {
        display: block;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 300;
        color: #efefef;
        padding: 5px 10px;
        text-align: center;
        font-size: 0.9em;
        background-color: rgba(30, 30, 30, 0.7);
        -webkit-transition: all .4s;
        transition: all .4s; }
        @media screen and (min-width: 641px) {
          .topics .topics-item01 .topics-headline a,
          .topics .topics-item02 .topics-headline a,
          .topics .topics-item03 .topics-headline a,
          .topics .topics-item04 .topics-headline a {
            padding: 15px;
            font-size: 1.1em; } }
      .topics .topics-item01 .topics-headline a:hover,
      .topics .topics-item02 .topics-headline a:hover,
      .topics .topics-item03 .topics-headline a:hover,
      .topics .topics-item04 .topics-headline a:hover {
        background-color: rgba(0, 0, 0, 0.9); }
  @media screen and (max-width: 640px) {
    .topics .topics-item02,
    .topics .topics-item04 {
      margin-right: 0; } }

.pop-post {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .pop-post::after {
    clear: both;
    content: "";
    display: table; }
  .pop-post .pop-post-item {
    display: block;
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px; }
    .pop-post .pop-post-item::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 641px) {
      .pop-post .pop-post-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-bottom: 40px; }
        .pop-post .pop-post-item:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 641px) {
    .pop-post .pop-post-item:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (min-width: 641px) {
    .pop-post .pop-post-item:nth-child(3n+1) {
      clear: both; } }
  .pop-post .pop-post-item2 {
    display: block;
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px; }
    .pop-post .pop-post-item2::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 641px) {
      .pop-post .pop-post-item2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 40px; }
        .pop-post .pop-post-item2:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 641px) {
    .pop-post .pop-post-item2:nth-child(2n) {
      margin-right: 0; } }
  @media screen and (min-width: 641px) {
    .pop-post .pop-post-item2:nth-child(2n+1) {
      clear: both; } }

.pop-post-box {
  -webkit-transition: all .4s;
  transition: all .4s; }
  .pop-post-box .pop-post-thumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .pop-post-box .pop-post-thumb:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) {
      .pop-post-box .pop-post-thumb {
        width: 100%; } }
    .pop-post-box .pop-post-thumb img {
      width: 100%;
      display: block;
      background: #fff;
      -webkit-transform: scale(1);
      transform: scale(1);
      margin: 0;
      padding: 0;
      -webkit-transition: .4s ease-out;
      transition: .4s ease-out; }
    .pop-post-box .pop-post-thumb .meta-cat {
      padding: 2px 6px 1px 6px;
      font-size: 0.6em;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      margin: 0; }
      @media screen and (min-width: 641px) {
        .pop-post-box .pop-post-thumb .meta-cat {
          padding: 2px 15px 2px 15px;
          font-size: 0.75em;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff;
          position: absolute; } }
  .pop-post-box .pop-post-thumb:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .pop-post-box .pop-post-meta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    padding-top: 0;
    margin-top: 0; }
    .pop-post-box .pop-post-meta:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) {
      .pop-post-box .pop-post-meta {
        width: 100%;
        margin-top: 5px; } }
    .pop-post-box .pop-post-meta .date {
      font-size: 0.8em;
      color: #888;
      font-family: Times New Roman, Times, "Noto Sans JP", serif;
      letter-spacing: 0.03em;
      display: block;
      padding-top: 0;
      margin-top: 0px;
      margin-bottom: 3px; }
      @media screen and (min-width: 641px) {
        .pop-post-box .pop-post-meta .date {
          font-size: 0.8em;
          color: #888;
          font-family: Times New Roman, Times, "Noto Sans JP", serif;
          letter-spacing: 0.03em;
          margin-bottom: 0; } }
    .pop-post-box .pop-post-meta .pop-post-title {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 0.95em;
      font-weight: 400;
      line-height: 1.4em;
      margin-top: 0px;
      margin-bottom: 0;
      -webkit-transition: all .4s;
      transition: all .4s; }
      @media screen and (min-width: 641px) {
        .pop-post-box .pop-post-meta .pop-post-title {
          font-size: 1.2em;
          margin-top: 5px;
          margin-bottom: 20px; } }
    .pop-post-box .pop-post-meta p {
      display: none; }
      @media screen and (min-width: 641px) {
        .pop-post-box .pop-post-meta p {
          line-height: 1.4em;
          font-size: 0.9em;
          font-weight: 500;
          display: block;
          margin-top: 0px;
          color: #888;
          margin: 0; } }

/* breadcrumb */
#breadcrumb {
  display: none; }
  @media screen and (min-width: 641px) {
    #breadcrumb {
      display: block;
      width: 100%;
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    #breadcrumb {
      margin: 0 auto; } }

#breadcrumb ul {
  padding: 0;
  margin: 0;
  font-size: 0.7em;
  font-family: Arial,Helvetica,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif; }

#breadcrumb ul li {
  display: inline-block; }

#breadcrumb ul li a,
#breadcrumb ul li {
  color: #888;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-tap-highlight-color: transparent; }

#breadcrumb ul li a:hover,
#breadcrumb ul li a.hover {
  color: #008db7;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-tap-highlight-color: transparent; }

#breadcrumb ul li a span {
  letter-spacing: 0.02em;
  font-family: Arial,Helvetica,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif; }

#breadcrumb ul li .space {
  margin-left: 10px;
  margin-right: 15px;
  color: #888; }

#breadcrumb .space-i {
  margin-right: 3px; }

/* single */
.pt-post .pt-post-header {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  padding-top: 5px; }
  @media screen and (min-width: 641px) {
    .pt-post .pt-post-header {
      padding-top: 0px;
      padding-bottom: 10px;
      margin-top: 10px; } }
  .pt-post .pt-post-header h1 {
    /* common */
    font-size: 1.4em;
    border: none;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 641px) {
      .pt-post .pt-post-header h1 {
        font-size: 1.8em;
        font-weight: 400;
        margin-bottom: 15px;
        margin-top: 0; } }
  .pt-post .pt-post-header .pt-post-meta {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    text-align: right; }
    @media screen and (min-width: 641px) {
      .pt-post .pt-post-header .pt-post-meta {
        margin-bottom: -5px; } }
    .pt-post .pt-post-header .pt-post-meta .pt-post-date {
      font-size: 0.8em;
      color: #888;
      font-family: Times New Roman, Times, "Noto Sans JP", serif;
      letter-spacing: 0.03em;
      margin-left: 10px; }
      @media screen and (min-width: 641px) {
        .pt-post .pt-post-header .pt-post-meta .pt-post-date {
          margin-left: 15px; } }
    .pt-post .pt-post-header .pt-post-meta .pt-post-cat {
      font-size: 0.8em;
      color: #888; }
      @media screen and (max-width: 640px) {
        .pt-post .pt-post-header .pt-post-meta .pt-post-cat {
          display: block;
          margin-bottom: -8px;
          padding-bottom: 0; } }
    .pt-post .pt-post-header .pt-post-meta .pt-sep {
      margin-right: 3px; }

.pt-post-thumb {
  padding: 0px;
  margin-bottom: 20px; }
  .pt-post-thumb img {
    width: 100%;
    border: 1px solid #eee; }

.tag-box {
  text-align: right;
  border-top: 1px solid #888;
  padding-top: 5px;
  margin-bottom: 20px; }
  .tag-box span {
    display: inline-block;
    margin-right: 20px;
    font-size: 0.8em; }
    .tag-box span i {
      margin-right: 3px; }
  .tag-box span:last-child {
    margin-right: 0; }

/* comment */
.fb-comments {
  width: 100%; }

#comment-area,
#respond {
  display: block;
  background: #a4c1d7;
  color: #fff; }
  #comment-area::after,
  #respond::after {
    clear: both;
    content: "";
    display: table; }

#comment-area {
  padding: 15px;
  padding-bottom: 0; }
  @media screen and (min-width: 641px) {
    #comment-area {
      padding: 30px;
      padding-bottom: 0; } }

#respond {
  padding: 15px;
  margin-bottom: 20px; }
  @media screen and (min-width: 641px) {
    #respond {
      padding: 30px; } }

.comment-list {
  color: #393f4c;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .comment-list p {
    font-size: 0.9em; }

.commentmetadata,
.comment-awaiting-moderation {
  font-size: 0.7em; }

.reply {
  margin-top: 15px;
  text-align: right; }

.reply a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #393f4c;
  border: 1px solid #aaa;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 5px 30px;
  font-size: 0.8em; }

.reply a:hover {
  background: #aaa;
  color: #fff; }

#reply-title {
  font-weight: 300;
  font-size: 1.2em;
  color: #fff;
  padding-bottom: 5px;
  font-family: Times New Roman, Times, "Noto Sans JP", serif;
  border-bottom: 1px dashed #eee; }
  @media screen and (min-width: 641px) {
    #reply-title {
      font-size: 1.5em; } }
  #reply-title > a {
    color: #fff; }

#comment-title {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #eee; }
  @media screen and (min-width: 641px) {
    #comment-title {
      font-size: 1.5em; } }

.logged-in-as {
  color: #393f4c; }

#cancel-comment-reply-link {
  font-family: Arial,Helvetica,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 0.7em;
  text-decoration: underline; }

.comment-form-comment #comment,
.comment-form-author > input,
.comment-form-email > input {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 3px #393f4c;
  -moz-box-shadow: inset 0px 0px 3px #393f4c;
  box-shadow: inset 0px 0px 3px #393f4c;
  border: none;
  max-width: 100%;
  padding: 7px;
  font-size: 16px; }
  @media screen and (min-width: 641px) {
    .comment-form-comment #comment,
    .comment-form-author > input,
    .comment-form-email > input {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      max-width: 48%;
      font-size: 0.9em; }
      .comment-form-comment #comment:last-child,
      .comment-form-author > input:last-child,
      .comment-form-email > input:last-child {
        margin-right: 0; } }

.form-submit > input {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #393f4c;
  border: 1px solid #aaa;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 10px; }
  @media screen and (min-width: 641px) {
    .form-submit > input {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 34.11922%; }
      .form-submit > input:last-child {
        margin-right: 0; } }

.form-submit > input:hover {
  background: #aaa;
  color: #fff; }

.comment-form-author > input,
.comment-form-email > input,
#respond label {
  margin: 0; }
  @media screen and (min-width: 641px) {
    .comment-form-author > input,
    .comment-form-email > input,
    #respond label {
      margin-left: 4%; } }

.form-submit > input {
  margin-top: 15px;
  font-size: 1em; }
  @media screen and (min-width: 641px) {
    .form-submit > input {
      margin-top: 20px; } }

.comment-form-author > input,
.comment-form-email > input {
  margin-bottom: 0px; }
  @media screen and (min-width: 641px) {
    .comment-form-author > input,
    .comment-form-email > input {
      margin-bottom: 12px; } }

#comment-box label {
  font-size: 0.9em; }

@media screen and (min-width: 641px) {
  .comment-form-comment #comment {
    height: 130px; } }

.comment-notes {
  display: none; }

/* archive */
.archive-box {
  margin-bottom: 20px; }

.archive-title-sub {
  color: #888;
  font-size: 0.9em; }
  @media screen and (min-width: 641px) {
    .archive-title-sub {
      font-size: 0.8em; } }

.archive-title {
  margin-top: -2px !important; }

.post-list-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eee; }
  @media screen and (min-width: 641px) {
    .post-list-item {
      padding-bottom: 20px;
      padding-top: 20px; } }

.post-list-box {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .post-list-box::after {
    clear: both;
    content: "";
    display: table; }
  .post-list-box .post-list-thumb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    overflow: hidden;
    background: #fff; }
    .post-list-box .post-list-thumb:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) {
      .post-list-box .post-list-thumb {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .post-list-box .post-list-thumb:last-child {
          margin-right: 0; } }
    .post-list-box .post-list-thumb a {
      overflow: hidden;
      background: #fff;
      display: block; }
      .post-list-box .post-list-thumb a img {
        width: 100%;
        background: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin: 0;
        padding: 0;
        -webkit-transition: .4s ease-out;
        transition: .4s ease-out;
        display: block; }
    .post-list-box .post-list-thumb a:hover img {
      -webkit-transform: scale(1.08);
      transform: scale(1.08); }
    .post-list-box .post-list-thumb .meta-cat {
      padding: 2px 6px 1px 6px;
      font-size: 0.6em;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      position: absolute;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -webkit-border-top-left-radius: 0;
      -moz-border-top-left-radius: 0;
      border-top-left-radius: 0;
      top: 0;
      right: 0;
      margin: 0; }
      @media screen and (min-width: 641px) {
        .post-list-box .post-list-thumb .meta-cat {
          padding: 2px 15px 2px 15px;
          font-size: 0.75em;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff;
          position: absolute;
          -webkit-border-bottom-right-radius: 0;
          -moz-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
          -webkit-border-top-right-radius: 0;
          -moz-border-top-right-radius: 0;
          border-top-right-radius: 0;
          -webkit-border-top-left-radius: 0;
          -moz-border-top-left-radius: 0;
          border-top-left-radius: 0; } }
  .post-list-box .post-list-meta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .post-list-box .post-list-meta:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) {
      .post-list-box .post-list-meta {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .post-list-box .post-list-meta:last-child {
          margin-right: 0; } }
    .post-list-box .post-list-meta .date {
      font-size: 0.8em;
      color: #888;
      font-family: Times New Roman, Times, "Noto Sans JP", serif;
      letter-spacing: 0.03em;
      margin-top: 3px;
      margin-bottom: 3px; }
      @media screen and (min-width: 641px) {
        .post-list-box .post-list-meta .date {
          font-size: 0.8em;
          color: #888;
          font-family: Times New Roman, Times, "Noto Sans JP", serif;
          letter-spacing: 0.03em;
          margin-top: 5px;
          margin-bottom: 0; } }
    .post-list-box .post-list-meta .post-list-title {
      font-size: 0.95em;
      font-weight: 400;
      line-height: 1.4em;
      -webkit-transition: all .4s;
      transition: all .4s;
      margin-top: 0px;
      margin-bottom: 0; }
      @media screen and (min-width: 641px) {
        .post-list-box .post-list-meta .post-list-title {
          font-size: 1.05em; } }
      @media screen and (min-width: 1200px) {
        .post-list-box .post-list-meta .post-list-title {
          font-size: 1.35em; } }
      @media screen and (min-width: 641px) {
        .post-list-box .post-list-meta .post-list-title {
          margin-top: -5px;
          margin-bottom: 20px; } }
    .post-list-box .post-list-meta p {
      display: none;
      line-height: 1.7em; }
      @media screen and (min-width: 641px) {
        .post-list-box .post-list-meta p {
          font-size: 0.85em;
          display: block;
          margin-top: 0px;
          color: #888;
          margin: 0; } }
      @media screen and (min-width: 1200px) {
        .post-list-box .post-list-meta p {
          color: #393f4c;
          font-weight: 500;
          font-size: 0.9em; } }

/* prevnext */
#prev-next {
  display: block;
  padding: 0;
  margin-bottom: 20px; }
  #prev-next::after {
    clear: both;
    content: "";
    display: table; }

#prev-next #prev,
#prev-next #next {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: rgba(255, 255, 255, 0.5); }
  #prev-next #prev:last-child,
  #prev-next #next:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    #prev-next #prev,
    #prev-next #next {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      #prev-next #prev:last-child,
      #prev-next #next:last-child {
        margin-right: 0; } }

#prev-next #prev {
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 32px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px; }

#prev-next #next {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-right: 32px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

#prev-next #prev a,
#prev-next #next a {
  background: rgba(255, 255, 255, 0);
  display: block;
  overflow: hidden;
  min-height: 79px; }

#prev-next #prev a:hover > img,
#prev-next #next a:hover > img {
  opacity: 0.8; }

#prev-next #prev-title,
#prev-next #next-title {
  position: absolute;
  top: 0;
  height: 100%;
  background: #ccc;
  padding: 0 10px;
  color: #fff; }

#prev-next #prev-title {
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 0px; }

#prev-next #next-title {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 0px; }

#prev-next #prev-title span {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -15px; }

#prev-next #next-title span {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -15px; }

#prev-next #prev img {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  border: 1px solid #eee;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #prev-next #prev img:last-child {
    margin-right: 0; }

#prev-next #next img {
  float: right;
  display: block;
  margin-left: 4.82916%;
  width: 30.11389%;
  border: 1px solid #eee;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #prev-next #next img:last-child {
    margin-left: 0; }

#prev-next #prev p,
#prev-next #next p {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 65.05695%;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }
  #prev-next #prev p:last-child,
  #prev-next #next p:last-child {
    margin-right: 0; }
  @media screen and (min-width: 641px) {
    #prev-next #prev p,
    #prev-next #next p {
      font-size: 0.8em;
      line-height: 1.3em; } }

.prevnext-home {
  display: none; }
  @media screen and (min-width: 641px) {
    .prevnext-home {
      display: block; } }

.prevnext-date {
  font-size: 0.8em;
  color: #888;
  font-family: Times New Roman, Times, "Noto Sans JP", serif;
  letter-spacing: 0.03em;
  margin-left: 0px; }

/* related entry */
.related-entry-section {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }
  .related-entry-section::after {
    clear: both;
    content: "";
    display: table; }

.related-entry-headline {
  margin-bottom: 5px;
  font-size: 1.7em;
  letter-spacing: 0; }

.related-entry {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 640px) {
    .related-entry {
      display: block;
      padding: 10px 0; }
      .related-entry::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 641px) {
    .related-entry {
      width: 50%;
      float: left;
      min-height: 127px; } }

a .related-entry {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .4s;
  transition: all .4s; }

@media screen and (min-width: 641px) {
  a:first-child .related-entry,
  a:nth-child(2) .related-entry {
    border-top: 1px solid #ccc; } }

@media screen and (min-width: 641px) {
  a:nth-child(2n-1) .related-entry {
    padding-right: 20px;
    border-right: 1px solid #ccc; } }

@media screen and (min-width: 641px) {
  a:nth-child(2n) .related-entry {
    padding-left: 20px; } }

a:hover > .related-entry {
  background: rgba(190, 190, 190, 0.13); }

@media screen and (max-width: 640px) {
  a:last-child .related-entry {
    border-bottom: none; } }

.related-entry-thumb {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 38.84966%; }
  .related-entry-thumb:last-child {
    margin-right: 0; }

.related-entry-thumb img {
  display: block;
  width: 100%; }

.related-entry-content {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 56.32118%; }
  .related-entry-content:last-child {
    margin-right: 0; }

.related-entry-title {
  font-size: 0.9em;
  line-height: 1.4em; }

.related-entry-date {
  display: block;
  padding-top: -5px;
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #888; }

.related-entry-read {
  margin: 0;
  font-size: 12px; }

/* footer */
footer {
  background: #333;
  padding: 10px 10px; }
  @media screen and (max-width: 640px) {
    footer {
      padding-top: 15px; } }
  footer #footer-box {
    width: 100%;
    font-size: 0.65em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 640px) {
      footer #footer-box {
        text-align: center; } }
    @media screen and (min-width: 641px) {
      footer #footer-box {
        width: 100%;
        margin: 0 auto;
        font-size: 0.7em; } }
    @media screen and (min-width: 1200px) {
      footer #footer-box {
        width: 980px; } }
    footer #footer-box #privacy a,
    footer #footer-box #law a {
      color: #eee;
      padding: 0 15px;
      border-right: 1px solid #ddd; }
      @media screen and (max-width: 640px) {
        footer #footer-box #privacy a,
        footer #footer-box #law a {
          margin: 0 auto; } }
      @media screen and (min-width: 641px) {
        footer #footer-box #privacy a,
        footer #footer-box #law a {
          float: left; } }
    footer #footer-box #privacy a:hover,
    footer #footer-box #law a:hover {
      color: #008db7; }
    footer #footer-box #privacy a {
      border-left: 1px solid #ddd; }
    footer #footer-box #copyright {
      color: #eee; }
      @media screen and (max-width: 640px) {
        footer #footer-box #copyright {
          display: block;
          clear: both;
          margin-top: 10px; } }
      @media screen and (min-width: 641px) {
        footer #footer-box #copyright {
          float: right; } }
    footer #footer-box #copyright-center {
      color: #eee; }
      @media screen and (max-width: 640px) {
        footer #footer-box #copyright-center {
          display: block;
          clear: both; } }
      @media screen and (min-width: 641px) {
        footer #footer-box #copyright-center {
          display: block;
          margin: 0 auto;
          text-align: center; } }

/* sns */
.share {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px; }

.share-top {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0px; }

.sns,
.sns-top {
  margin: 0 auto; }

.sns ol,
.sns-top ol {
  list-style: none; }

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold; }

.fa-line:before {
  content: "@";
  font-family: Verdana;
  font-weight: normal; }

.sns li {
  float: left;
  margin-right: 1.7%;
  width: 32.2%;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .sns li {
      margin-bottom: 8px;
      margin-right: 2%;
      width: 49%; } }

.sns li:nth-child(3n) {
  margin-right: 0; }
  @media screen and (max-width: 640px) {
    .sns li:nth-child(3n) {
      margin-right: 2%; } }

@media screen and (max-width: 640px) {
  .sns li:nth-child(2n) {
    margin-right: 0; } }

.sns li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
  position: relative;
  display: block;
  padding: 10px 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media screen and (min-width: 641px) {
    .sns li a {
      font-size: 0.8em;
      padding: 9px 6px; } }

.sns li a:hover,
.sns-top li a:hover {
  box-shadow: none;
  text-decoration: none; }

.sns-top li {
  float: left;
  margin-right: 1.4%;
  width: 15.5%;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .sns-top li {
      margin-bottom: 8px;
      margin-right: 1.4%;
      width: 18.88%; } }

@media screen and (max-width: 640px) {
  .sns-top li:nth-child(5n) {
    margin-right: 0; } }

@media screen and (min-width: 641px) {
  .sns-top li:nth-child(6n) {
    margin-right: 0; } }

.sns-top li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.7em;
  position: relative;
  display: block;
  padding: 5px 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media screen and (min-width: 641px) {
    .sns-top li a {
      font-size: 0.8em; } }

/* twitter */
.sns .twitter a,
.sns-top .twitter a {
  border: 1px solid #55ACEE;
  color: #55ACEE; }

.sns .twitter a:hover,
.sns-top .twitter a:hover {
  background: #55ACEE;
  color: #fff; }

/* Facebook */
.sns .facebook a,
.sns-top .facebook a {
  border: 1px solid #3b5998;
  color: #3b5998; }

.sns .facebook a:hover,
.sns-top .facebook a:hover {
  background: #3b5998;
  color: #fff; }

/* google */
.sns .googleplus a,
.sns-top .googleplus a {
  border: 1px solid #db4a39;
  color: #db4a39; }

.sns .googleplus a:hover,
.sns-top .googleplus a:hover {
  background: #db4a39;
  color: #fff; }

/* hatebu */
.sns .hatebu a,
.sns-top .hatebu a {
  border: 1px solid #5d8ac1;
  color: #5d8ac1; }

.sns .hatebu a:hover,
.sns-top .hatebu a:hover {
  background: #5d8ac1;
  color: #fff; }

/* Pocket */
.sns .pocket a,
.sns-top .pocket a {
  border: 1px solid #f03e51;
  color: #f03e51; }

.sns .pocket a:hover,
.sns-top .pocket a:hover {
  background: #f03e51;
  color: #fff; }

/* Feedly */
.sns .feedly a,
.sns-top .feedly a {
  border: 1px solid #87c040;
  color: #87c040; }

.sns .feedly a:hover,
.sns-top .feedly a:hover {
  background: #87c040;
  color: #fff; }

/* profile sns */
.my-profile-sns {
  margin-top: 15px; }
  .my-profile-sns ul {
    list-style: none;
    padding: 0 12px; }
    .my-profile-sns ul li {
      width: 40px;
      height: 40px;
      float: left;
      margin-right: 8px;
      margin-bottom: 5px; }
      @media screen and (max-width: 640px) {
        .my-profile-sns ul li {
          width: 45px;
          height: 45px;
          margin-right: 12px;
          margin-bottom: 8px; } }
      .my-profile-sns ul li a {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: none !important;
        transition: none !important;
        display: block;
        font-size: 1.3em;
        padding: 5px 5px;
        padding-bottom: 2px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .my-profile-sns ul li a {
            padding-bottom: 5px;
            padding-top: 5px; } }
    .my-profile-sns ul li:nth-child(2n) {
      margin-right: 0px; }
    .my-profile-sns ul li.pro-fb a,
    .my-profile-sns ul li.pro-tw a,
    .my-profile-sns ul li.pro-insta a,
    .my-profile-sns ul li.pro-line a,
    .my-profile-sns ul li.pro-google a,
    .my-profile-sns ul li.pro-youtube a {
      background: #aaa;
      color: #fff; }
    .my-profile-sns ul li.pro-fb a:hover {
      background: #3b5998; }
    .my-profile-sns ul li.pro-tw a:hover {
      background: #55ACEE; }
    .my-profile-sns ul li.pro-insta a:hover {
      background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
      background: -moz-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -moz-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
      background: -ms-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -ms-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
      background: -o-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
      background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%); }
    .my-profile-sns ul li.pro-line a:hover {
      background: #00c300; }
    .my-profile-sns ul li.pro-google a:hover {
      background: #dd4b39; }
    .my-profile-sns ul li.pro-youtube a:hover {
      background: #cd201f; }

.widget .textwidget .my-profile-sns ul,
.pt-post-main .my-profile-sns ul {
  list-style-type: none !important;
  padding: 0;
  display: flex;
  justify-content: center; }
  .widget .textwidget .my-profile-sns ul li,
  .pt-post-main .my-profile-sns ul li {
    margin-right: 10px; }
  .widget .textwidget .my-profile-sns ul li::after,
  .pt-post-main .my-profile-sns ul li::after {
    display: none; }
  .widget .textwidget .my-profile-sns ul li:nth-child(2n),
  .pt-post-main .my-profile-sns ul li:nth-child(2n) {
    margin-right: 10px; }
  .widget .textwidget .my-profile-sns ul li:last-child,
  .pt-post-main .my-profile-sns ul li:last-child {
    margin-right: 0; }

/* information */
.information-content {
  display: block;
  padding: 20px;
  font-size: 0.95em;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 3px double #ccc;
  background: rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 641px) {
    .information-content {
      padding: 30px;
      padding-bottom: 20px; } }

.info-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
  font-size: 1.4em;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px; }
  @media screen and (min-width: 641px) {
    .info-title {
      font-size: 1.6em;
      padding-bottom: 20px;
      margin-bottom: 40px; } }

/* adsense */
.sponsor,
.sponsor-h2,
.sponsor-h2-center,
.sponsor-center {
  color: #888;
  font-size: 0.75em;
  margin-top: 30px;
  margin-bottom: 5px; }
  @media screen and (max-width: 640px) {
    .sponsor,
    .sponsor-h2,
    .sponsor-h2-center,
    .sponsor-center {
      margin-top: 20px;
      text-align: center; } }

.sponsor-center,
.sponsor-h2-center {
  text-align: center; }

.sponsor-h2 {
  margin-top: 20px; }

@media screen and (max-width: 640px) {
  #ad-single {
    text-align: center; } }
@media screen and (min-width: 641px) {
  #ad-single {
    margin-bottom: 20px; }
    #ad-single #left-rectangle {
      float: left; }
    #ad-single #right-rectangle {
      float: right; }
    #ad-single #center-rectangle {
      text-align: center; } }

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

/* contactform7 */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  margin-bottom: -10px !important; }

.wpcf7-form p {
  margin-bottom: 0px !important;
  margin-top: -10px !important; }

.wpcf7-form input[type="submit"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #aaa;
  padding: 7px 50px;
  font-size: 1em;
  display: block;
  margin: 0 auto;
  background: #aaa;
  cursor: pointer;
  color: #fff;
  margin-top: 0px; }

.wpcf7-form input[type="submit"]:hover {
  background: #888;
  border: 1px solid #888; }

/* CSS Document */
.pt-post-main {
  /* common */ }
  .pt-post-main p,
  .pt-post-main a,
  .pt-post-main ul,
  .pt-post-main ol,
  .pt-post-main blockquote,
  .pt-post-main table {
    font-weight: 500; }
  .pt-post-main img {
    margin-bottom: 20px !important; }
  .pt-post-main p {
    padding-bottom: 2em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.0em;
    line-height: 1.8em;
    font-size: 1.0em; }
  .pt-post-main a {
    color: #008db7; }
  .pt-post-main a:hover {
    text-decoration: underline; }
  .pt-post-main h2,
  .pt-post-main h3,
  .pt-post-main h4,
  .pt-post-main h5 {
    margin-bottom: 0.7em;
    font-weight: 500; }
  .pt-post-main h2 {
    border-bottom: 3px double;
    border-bottom-color: #aaa;
    padding: 0.5em 0;
    padding-bottom: 0.2em;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
    line-height: 1.3em;
    font-size: 1.4em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h2 {
        font-size: 1.5em; } }
  .pt-post-main .list-title:after {
    display: none; }
  .pt-post-main h3 {
    border-left: 2px solid #888;
    padding-bottom: 0.5em;
    padding-top: 0.4em;
    padding-left: 0.6em;
    margin-bottom: 0.9em;
    margin-top: 0.8em;
    line-height: 1.3em;
    font-size: 1.25em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h3 {
        font-size: 1.3em; } }
  .pt-post-main h4 {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    margin-top: 0.7em;
    margin-bottom: 0.9em;
    font-size: 1.15em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h4 {
        font-size: 1.2em; } }
  .pt-post-main h5 {
    background: #dedede;
    padding: 0.25em;
    padding-left: 0.5em;
    margin-top: 0.5em;
    font-size: 1.15em; }
    @media screen and (min-width: 641px) {
      .pt-post-main h5 {
        font-size: 1.1em; } }
  .pt-post-main img {
    max-width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .pt-post-main .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  .pt-post-main iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  .pt-post-main ul {
    padding-left: 35px;
    padding-top: 0;
    margin-top: 0em;
    margin-bottom: 1.5em; }
  .pt-post-main ul li {
    position: relative;
    margin-bottom: 0.4em; }
  .pt-post-main ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #888;
    border-radius: 100%; }
  .pt-post-main blockquote {
    position: relative;
    margin: 0;
    margin-bottom: 1.4em;
    margin-top: 0em;
    padding: 1.8em 1em 0em 2.6em;
    font-size: .9em;
    border-left: 2px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .pt-post-main blockquote:before {
    position: absolute;
    top: -10px;
    left: 15px;
    content: '"';
    font-family: 'IM Fell French Canon', serif;
    font-size: 6em;
    opacity: .1;
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -ms-filter: fliph();
    filter: fliph(); }
  .pt-post-main .marker {
    background: linear-gradient(transparent 60%, #ffdbdb 0%); }
  .pt-post-main .simple-border,
  .pt-post-main .color-border,
  .pt-post-main .bg-border {
    display: block;
    margin-bottom: 1.6em;
    margin-top: 0em;
    padding: 30px;
    padding-bottom: 5px;
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: 500; }
  .pt-post-main .simple-border {
    border: 1px solid #aaa;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .pt-post-main .simple-border::after {
    content: "";
    border-style: solid;
    border-color: #aaa rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #aaa;
    border-width: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 0; }
  .pt-post-main .color-border {
    border: 1px solid #ff8e8e;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .pt-post-main .color-border::after {
    content: "";
    border-style: solid;
    border-color: #ff8e8e rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ff8e8e;
    border-width: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 0; }
  .pt-post-main .bg-border {
    border: 1px solid #ddd;
    background: rgba(255, 251, 151, 0.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .pt-post-main table {
    margin-bottom: 20px;
    max-width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .pt-post-main table tr td {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .pt-post-main table tr td:last-child,
  .pt-post-main table tr th:last-child {
    border-right: none; }
  .pt-post-main table tr:last-child td {
    border-bottom: none; }
  .pt-post-main .mailmag-form table {
    width: 100%;
    background: rgba(255, 181, 192, 0.15);
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    padding: 20px;
    color: #555; }
    .pt-post-main .mailmag-form table th {
      font-size: 0.9em; }
    .pt-post-main .mailmag-form table tr:first-child th {
      padding-bottom: 20px;
      font-weight: 500;
      font-size: 1em; }
    .pt-post-main .mailmag-form table td {
      border: none; }
    .pt-post-main .mailmag-form table input {
      width: 100%;
      padding: 5px;
      font-size: 1em;
      border-top: none;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #ddd;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: inset 0px 1px 1px #aaa;
      -moz-box-shadow: inset 0px 1px 1px #aaa;
      box-shadow: inset 0px 1px 1px #aaa; }
    .pt-post-main .mailmag-form table input[type="submit"] {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-box-shadow: 0px 0px 0px #aaa;
      -moz-box-shadow: 0px 0px 0px #aaa;
      box-shadow: 0px 0px 0px #aaa;
      -webkit-transition: all .4s;
      transition: all .4s;
      border: 1px solid #888;
      background: #888;
      color: #fff;
      font-size: 0.9em;
      padding-top: 7px;
      width: 40%;
      margin: 0 auto;
      margin-top: 20px;
      cursor: pointer; }
    .pt-post-main .mailmag-form table input[type="submit"]:hover {
      border: 1px solid #555;
      background: #555; }
  .pt-post-main img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .pt-post-main img.alignright {
    padding: 4px;
    margin: 0 0 2px 10px;
    display: inline;
    float: right; }
  .pt-post-main img.alignleft {
    padding: 4px;
    margin: 0 10px 2px 0;
    display: inline;
    float: left; }
  .pt-post-main .alignright {
    margin: 20px 0px 20px auto;
    text-align: right; }
  .pt-post-main .alignleft {
    margin: 20px auto 20px 0; }
  .pt-post-main .aligncenter {
    margin: 20px auto; }

.pt-post-main.xs-size {
  font-size: 0.85em; }

.pt-post-main.s-size {
  font-size: 0.95em; }

.pt-post-main.l-size {
  font-size: 1.05em; }

.pt-post-main.xl-size {
  font-size: 1.1em; }

.pt-post-main > ol {
  counter-reset: li;
  padding-left: 12px;
  margin-top: 0em;
  margin-bottom: 1.8em; }

.pt-post-main > ol > li {
  position: relative;
  display: block;
  padding: 0px 0px 5px 25px;
  margin-bottom: 0.7em; }

.pt-post-main > ol > li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0px;
  top: 0.25em;
  padding: 0.4em 0 0 0px;
  background: #aaa;
  height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  font-size: 0.65em;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px; }

.white-button,
.color-button,
.custom-button {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  padding: 10px 40px;
  font-weight: 500; }
  @media screen and (max-width: 640px) {
    .white-button,
    .color-button,
    .custom-button {
      display: block; } }

.white-button:hover,
.color-button:hover,
.custom-button:hover {
  text-decoration: none !important; }

.white-button {
  border: 1px solid #888;
  background: #fff;
  color: #333 !important; }

.white-button:hover {
  background: #888;
  color: #fff !important; }

.color-button {
  border: 1px solid #008db7;
  background: #008db7;
  color: #fff !important; }

.color-button:hover {
  background: #fff;
  color: #008db7 !important; }

.custom-button {
  border: 1px solid #ff8e8e;
  background: #fff;
  color: #ff8e8e !important; }

.custom-button:hover {
  background: #ff8e8e;
  color: #fff !important; }

/*********** hack ***************/
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  .pagination a {
    padding-top: 8px; }

  .pt-post-main > ol > li:after {
    top: 0px;
    padding: 0.3em 0 0 0.1em; }

  .pt-post-main ul li::after {
    top: 7px; }

  .white-button,
  .color-button,
  .custom-button {
    padding-bottom: 5px; }

  .sns li a {
    padding-bottom: 5px; }

  .widget_categories ul .count,
  .widget_archive ul .count {
    padding-top: 6px; }

  .my-profile-sns ul li a {
    padding-top: 8px;
    padding-bottom: 0; } }
/*chromeとiPhoneに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pt-post-main > ol > li:after {
    left: 0px;
    top: 0.2em;
    padding: 0.2em 0 0 0.1em; }

  .my-profile-sns ul li {
    margin-bottom: 8px; }

  .my-profile-sns ul li a {
    padding-bottom: 5px; } }
