@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-selif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: inside;
  list-style-type: disc;
}

ol{
  list-style: inside;
  list-style-type: decimal;
}

.mt-32{
  margin:32px;
}

blockquote, q {
  width: 100%;
  quotes: none;
  border-left: 4px solid #d4dde1;
  background-color: rgba(212, 221, 225, 0.5);
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.quote {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body {
  overflow-x: hidden
}

p {
  font: 400 16px "Noto Sans JP";
  line-height: 1.75em;
}

small {
  font: 400 12px "Noto Sans JP";
  line-height: 1.75em;
}

figcaption {
  margin-top: 14px;
  font: 400 14px "Noto Sans JP";
  text-align: center;
}


.clear {
  clear: both
}

.footer {
  height: 64px;
  width: 100%;
  background-image: url(main_vi.png);

  background-size: cover;
  padding-top: 16px;
  padding-bottom: 20px;
  margin-top: 40px;
}

.footer-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu {
  display: inline-block;
  top: -8px;
}

.footer-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  top: -8px;
}

.footer-link {
  display: inline-block;
  vertical-align: middle;
  font: 400 14px "Noto Sans JP";
  color: #000;
  margin-left: 16px;
  top: 2px;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-copyright {
  float: right;
  height: 100%;
  margin-top: 12px;
  text-align: right;
  vertical-align: middle;
  font: 400 10px "Noto Sans JP";
}

.header {
  display: table;
  padding-top: 64px;
  position: relative;
  width: 100%;
  background-image: url(main_vi.png);
  background-size: cover;
}

.header-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: relative;
  text-align: left;
  vertical-align: middle;
}

.header-center {
  margin: 0;
}

.header-title {
  font: bold 42px "Noto Sans JP";
  word-wrap: break-word;
  font-weight: 700;
  color: #000;
}

.header-description {
  position: relative;
  margin-top: 24px;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  color: #000;
}

.header-description a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.post-media {
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 25px;
  position: relative
}

.post-media iframe, .post-media video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.post-audio-player iframe {
  width: 100%
}

.menu {
  display: auto;
  margin-top: 32px;
  margin-bottom: 25px
}

.menu-responsive {
  display: block;
}

.menu-list {
  margin: auto;
  max-width: 1800px;
  padding: 0;
  text-align: left
}

.menu-item {
  display: inline
}

.menu-slash {
  top: 4px;
  bottom: 0px;
  width: 12px;
  height: 14px;
  display: inline-block;
  background-image: url(slash.png);
  background-size: 12px 14px;
}

.menu-link {
  display: inline-block;
  font: 700 16px "Noto Sans JP";
  color: #000;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.menu-link:hover {
  font: 700 16px "Noto Sans JP";
  color: #fff;
  background-color: #000;
}

.menu-line {
  bottom: 0;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
  width: 0
}

.menu-link:hover .menu-line {
  width: 100%
}

.menu-form {
  display: inline
}

.lupe {
  position: relative;
  top: 8px;
  margin-left: 6px;
}

.menu-search {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #000;
  background-color: transparent;
  display: inline-block;
  outline: none;
  text-align: center;
  width: 100px
}

.notes {
  list-style: none
}

.note {
  line-height: 22px;
  padding: 10px 0
}

.note:first-child {
  padding-top: 0
}

.note .avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle
}

.note a {
  color: #444;
  font-weight: bold
}

.note blockquote {
  border-left: 2px solid #ccc;
  padding-left: 16px
}

.note blockquote a {
  font-weight: normal;
  text-transform: none
}

.more_notes_link {
  font-size: 14px;
  margin-top: 16px
}

.pager {
  margin-top: 40px
}

.pager-list {
  text-align: center
}

.pager-item {
  display: inline
}

.pager-link {
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  width: 30px
}


.container {
  display: relative;
  position: relative;
  max-width: 700px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75em;
}

#container .post-caption a {
  text-decoration: underline;
}

#container .post-caption a:hover {
  text-decoration: none;
}

.posts-wrapper {
  margin: 0;
  width: 100%
}

.posts-header {
  font: bold 16px/30px "Noto Sans JP";
  text-align: center;
  word-wrap: break-word;
}

.posts-header:hover {
  background-image: none;
}

.post, .notes-wrapper, .disqus-wrapper {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%
}

.post {
  margin-top: 64px;
}

.post-title strong {
  font: 700 32px "Noto Sans JP";
  word-wrap: break-word;
  background: linear-gradient(transparent 55%, #F5FF00 20%);
}

.post-title strong:hover {
  background: none;
  border-bottom: solid;
  border-width: 1px;
}

.post-date {
  margin-top: 12px;
  font: 400 12px "Noto Sans JP";
}

.post-figure {
  overflow: hidden;
  text-align: center;
  width: 100%
}

.post-figure-img {
  display: block;
  height: 400px;
  margin: 0 auto;
}

/*
.post-header, .post-caption, .post-blockquote {
  padding: 25px 25px 0;
  text-align: left
}*/
.post-header {
  margin-bottom: 48px;
}

.highres-link {
  outline: none
}

.post-caption {
  word-wrap: break-word
}

.post-caption a {
  color: #000;
  font: 400 16px "Noto Sans JP";
}

.post-caption blockquote {
  border-left: 2px solid #ccc;
  padding-left: 16px
}

.post-caption h2 {
  font: 16px/24px "Noto Sans JP";
  margin-top: 48px;
}

.post-caption hr {
  background: #ccc;
  border: none;
  height: 1px
}

.post-caption *+h2 {
  margin-top: 48px
}

.post-caption h3 {
  font: 700 24px "Noto Sans JP";
  margin-top: 48px;
  margin-bottom: 16px;
}

.post-caption h4 {
  font: 700 20px "Noto Sans JP";
  margin-top: 48px;
  margin-bottom: 16px;
}

.post-caption h5 {
  font: 700 18px "Noto Sans JP";
  margin-top: 48px;
  margin-bottom: 16px;
}

.post-caption h6 {
  font: 700 16px "Noto Sans JP";
  margin-top: 48px;
  margin-bottom: 16px;

}




.post-caption *+hr {
  margin-top: 16px
}

.post-caption *+ul, .post-caption *+ol {
  margin-top: 16px
}

.post-caption *+ul ul, .post-caption *+ul ol, .post-caption *+ol ul, .post-caption *+ol ol {
  margin-left: 16px
}

.post-blockquote .post-caption {
  padding-left: 0
}

.post-caption figure {
  text-align: center;
  margin-top: 16px;
}

.post-header-link:before {
  content: '\203A';
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -2px
}

.post-chat-list {
  list-style: none
}

.read_more {
  font: bold 14px "Noto Sans JP";
}

.read_more:after {
  content: ' \00bb'
}

.post-answer-image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle
}

.post-answer .post-blockquote .post-caption {
  color: #666;
  font: 12px "Noto Sans JP";
}

.post-footer {
  position: relative;
  padding-top: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid #7d8d99;
}

.post-tag-list {
  display: inline;
  position: relative;
  width: 70%;
}

.post-tag-item {
  border: 1px solid #000;
  display: inline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 8px;
  color: #000;
  display: inline-block;
  font: 400 14px "Noto Sans JP";
}

.post-tag-item:hover {
  background-color: #000;
  color: #fff;
}

.post-sns-list {
  display: inline;
  float: right;
  vertical-align: middle;
}

.post-sns-icon {
  display: inline;
  padding-left: 16px;
}

.facebook {
  filter: Brightness(100%);
}

.facebook:hover {
  filter: Brightness(50%);
}

.post-tag-link:hover {
  background: #fff
}

.post-tag-link:before {
  content: '#'
}

.post-info-list {
  float: left;
  width: 80%
}

.post-info-item {
  display: inline
}

.post-info-link {
  color: #000;
  font: 12px/24px "Montserrat";
  text-transform: lowercase
}

.post-info-icon {
  display: inline-block;
  height: 10px;
  margin-right: 2px;
  opacity: .3;
  vertical-align: middle;
  width: 10px
}

.post-info-notes:before {
  color: #000;
  content: ' \00b7 ';
  font-weight: 400;
  margin: 0 3px
}

.post-info-source {
  display: block;
  text-transform: none
}

.post-info-via {
  display: block
}

.post-share-list {
  bottom: 23px;
  position: absolute;
  right: 25px
}

.post-share-item {
  cursor: pointer;
  display: inline;
  margin: 0 2px;
  opacity: .2;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.post-share-item:hover {
  opacity: 1
}

.post-share-item:hover .post-social-list {
  opacity: 1;
  visibility: visible
}

.post-share-reblog a, .post-share-like div {
  display: inline-block !important
}

.post-share-icon {
  display: inline-block;
  height: 17px;
  width: 15px
}

.post-social-list {
  background: #fefefe;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: 50%;
  margin-left: -55px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  top: -94px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  width: 110px;
  z-index: 100
}

.post-social-list:after {
  background: #fff;
  bottom: -5px;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  z-index: 99
}

.post-social-item {
  display: block;
  height: 25px;
  padding: 0 5px
}

.post-social-link {
  color: #000;
  font: bold 10px/25px "Montserrat";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.post-social-icon {
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
  width: 15px
}

.pager-link {
  color: #000;
  font: 400 14px "Noto Sans JP";
  vertical-align: center;
  text-decoration: underline;
}

.pager-link:hover{
  color: #000;
  font: 400 14px "Noto Sans JP";
  vertical-align: center;
  text-decoration: none;
}


.is-active {
  text-decoration: none !important;
  font: 700 14px "Noto Sans JP" !important;
  background: linear-gradient(transparent 55%, #F5FF00 12%) ;
}



.pager-prev {
  color: #000;
  font: 400 24px "Noto Sans JP";
  vertical-align: center;
  text-decoration: none;
}

.pager-next {
  color: #000;
  font: 400 24px "Noto Sans JP";
  text-decoration: none;
}

@media screen and (max-width: 870px) {

  .header {
    display: table;
    padding-top: 64px;
    position: relative;
    width: 100%;
    background-image: url(main_vi.png);
    background-size: cover;
  }

  .header-wrapper {
    color: #fff;
    margin-left: 16%;
    margin-right: 16%;
    display: relative;
    text-align: left;
    vertical-align: middle;
  }


  .container {
    padding-left: 16%;
    padding-right: 16%;
    max-width: none;
  }

  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    height: 176px;
    background-image: url(main_vi.png);
    background-size: cover;
  }

  .footer-link {
    display: block;
    width: 100%;
    font: 400 14px "Noto Sans JP";
    color: #000;
    margin-top: 16px;
    margin-left: 0px;
  }

  .footer-icon {
    display: inline;
    margin-right: 16px;
    top: -4px;
  }

  .footer a {
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer-copyright {
    float: none;
    display: block;
    margin-top: 16px;
    text-align: left;
    font: 400 10px "Noto Sans JP";
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  #tumblr_controls, .tmblr-iframe {
    display: none;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tmblr-iframe-pushdown{
    margin: 0px !important;
    padding: 0px !important;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: inline;
  }

  .header {
    display: block;
    position: absolute;
    padding-left: 32px;
    padding-right: 32px;
    background-size: cover;
    padding-top: 0px;
    top: 0px;
    height: 322px;
    width: 100%;
    background-image: url(main_vi.png);
    background-size: cover;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    top: 0px;
    vertical-align: none;
  }

  .header-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .header-description {
    font-size: 14px;
    line-height: 24px;

  }

  .header-title {
    line-height: 1.2em;
    width: 75%;
    word-break: normal;
  }

  .menu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
  }

  .menu-responsive {
    display: block;
    height: 24px;
    margin-top: 32px;
  }

  .global-nav {
    position: absolute;
    right: -320px;
    top: 0;
    width: 250px;
    height: 322px;
    padding-top: 40px;
    background-color: #000;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    padding-left: 16px;
    visibility: hidden;
  }

  .hamburger {
    position: absolute;
    right: 16px;
    top: 32px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .hamburger__line {
    position: absolute;
    left: -8px;
    width: 24px;
    height: 2px;
    background-color: #111;
    transition: all .6s;
  }

  .hamburger__line--1 {
    top: 0px;
  }

  .hamburger__line--2 {
    top: 7px;
  }

  .hamburger__line--3 {
    top: 14px;
  }

  .nav-open .global-nav {
    right: 0;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 4px;
    background-color: #fff;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
    background-color: #fff;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 4px;
    background-color: #fff;
  }

  .menu-item {
    display: inline-block;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .menu-link {
    display: inline-block;
    font: 700 16px "Noto Sans JP";
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .lupe {
    position: relative;
    top: 8px;
    padding-left: 16px;
  }

  .menu-search {
    display: inline-block;
    font: 400 16px "Noto Sans JP";
    color: #fff;
    border-bottom: solid 1px #000;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .menu-search {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #fff;
    background-color: transparent;
    display: inline-block;
    outline: none;
    text-align: center;
    width: 100px
  }

  .menu-slash {
    width: 11px;
    height: 14px;
    display: inline-block;
    background-image: url(slash_w.png);
    background-size: 12px 14px;
    background-color: none;
  }

  .menu-link {
    margin-bottom: 0px;
  }

  .post {
    padding-top: 48px;
    margin-top: 0px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 0px;
    margin-top: 322px;
  }

  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    background-image: url(main_vi.png);
    background-size: cover;
  }

  .footer-link {
    display: block;
    font: 400 14px "Noto Sans JP";
    color: #000;
    margin-top: 16px;
    margin-left: 0px;
  }

  .footer-icon {
    display: run-in;
    margin-right: 16px;
  }

  .footer a {
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer-copyright {
    float: none;
    display: block;
    margin-top: 16px;
    text-align: left;
    font: 400 10px "Noto Sans JP";
    height: auto;
  }

  .post-sns-list {
    margin-top: 32px;
    float: none;
    display: block;
  }

  .post-sns-icon {
    padding-left: 0px;
    padding-right: 16px;
  }
}
