/*
Theme Name: NAFT Journal 2016
Theme URI: http://journal.naft.space/
Author: HaruyaUchida
Description: NAFT Journal用
*/
html,body {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: 1vw;
  color: #222;
  width: 100%;
  font-family: "ryo-gothic-plusn";
  line-height: 1.5;
}
.serif {
  font-family: "ryo-display-plusn";
}
a {
  color: #BD7AD7;
  text-decoration: none;
}
h1, .h1 {
  font-size: 3rem;
  font-weight: 200;
}
h2, .h2 {
  font-size: 2.5rem;
  font-weight: 200;
}
h3, .h3 {
  font-size: 2rem;
  font-weight: 200;
}
h3.adj-h {
  font-size: 2vw;
}
p.adj-p {
  font-size: 1.17vw;
}
.clearfix {
  overflow: hidden;
}
.inner {
  max-width: 990px;
  margin: 0 auto;
}
#mobile-nav {
  display: none;
}
#wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
}
header {
  width: 100%;
  padding-top: 50px;
  background: #000;
  color: #fff;
}
header #logo {
  float: left;
  height: 7rem;
}
header #logo img {
  width: 350px;
}
header #sns {
  float: right;
}
header #sns a {
  color: #fff;
  line-height: 7rem;
}
header .fa-facebook-square {
  color: #fff;
  font-size: 3rem;
  margin-right: 1rem;
}
header .fa-twitter-square {
  color: #fff;
  font-size: 3rem;
}
header #slider {
  margin: 50px 0 30px;
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
}
header #slider:before {
  content: "";
  display: block;
  padding-top: 33%;
}
header .adj-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header .adj-slider img {
  height: 100%;
}
.swiper-slide {
  height: auto;
  color: #333;
  text-align: center;
}
.swiper-slide .slide-img-full {
  margin: 0 auto;
}
.swiper-slide .slide-img-wtext {
  float: right;
  margin-left: 15px;
}
.swiper-slide .slide-text {
  padding: 15px;
  background: #fff;
  height: 100%;
  text-align: left;
}
.swiper-slide .slide-text h3 {
  font-weight: 600;
}
.swiper-slide .slide-text p {
  line-height: 2;
}
header nav#top-nav {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
header nav#top-nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
header nav#top-nav li {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  flex: 1 0 0;
  border-bottom: 1px solid #000;
  color: #ddd;
  transition: all .2s ease-in-out;
}
header nav#top-nav li a {
  color: inherit;
  font-weight: 100;
  width: 100%;
  height: 100%;
  display: block;
}
header nav#top-nav li:hover {
  background: #eee;
  color: #333;
}
#contents-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width: 90%;
}
.left-column {
  margin-right: 30px;
  flex: 2 1 auto;
  width: 0;
}
.right-column {
  flex: 1 1 auto;
  margin-top: 30px;
  width: 0;
}
.title {
  text-align: center;
}
.fa-tags {
  margin-right: 1rem;
}
/*================================*/
/* LEFT COLUMN         */
/*================================*/
#pickup {
  padding-bottom: 0px;
  border-bottom: solid 1px #333;
}
#pickup .title img{
  width: 50%;
  margin: 30px auto 0;
}
#pickup #articles {
  margin: 30px 0;
}
#pickup .box {
  position: relative;
  width: 100%;
  height: auto;
  background: #333333;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
}
#pickup .box:hover {
  transform: translateX(-3px) translateY(-3px);
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.4);
}
#pickup .box-adj {
  overflow: visible;
}
#pickup .box-adj:before {
  content: "";
  display: block;
  padding-top: 25%;
}
.box-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pickup .box img {
  width: 50%;
  height: 100%;
  float: left;
  margin-right: 20px;
}
#pickup .box .desc {
  position: relative;
  height: 100%;
  padding: 1.5vw;
  box-sizing: border-box;
}
#pickup .box .desc .date {
  color: #bbb;
  font-weight: 700;
  line-height: 1;
  padding:0;
  margin: 0;
}
#pickup .box-inner .desc h3 {
  line-height: 1.2;
  color: #fff;
}
#pickup .box .tag-h {
  margin: 0;
  line-height: 1.2;
  font-size: 1.3vw;
  color: #bbb;
  position: absolute;
  bottom: .7vw;
  right: .7vw;
}
#pickup .box span.tag a {
  color: #bbb;
} 
#pickup .cat-tag {
  position: absolute;
  top: 5px;
  left: -10px;
  padding: 5px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
#latest-posts {
  margin: 30px 0;
}
#latest-posts .title img {
  width: 50%;
  margin: 30px auto 0;
}
#latest-posts #boxes {
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#latest-posts #boxes .box {
  flex: 1 0 44%;
  margin: 2%;
  padding: 2rem 15px 15px 15px;
  background: #333;
  box-sizing: border-box;
  position: relative;
  font-size: 1.3vw;
  border: 1px solid #777;
  outline: 1px 1px 0 1px solid #777;
  outline-offset: -1px;
  border-bottom: 5px solid #229E44;
  overflow: hidden;
}
#latest-posts #boxes .box .image {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
#latest-posts #boxes .box img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#latest-posts #boxes .box:hover img {
  animation: boxHover .2s infinite;
  -webkit-animation: boxHover .2s ease-in-out;
  animation-fill-mode: forwards;  
}
@keyframes boxHover {
  0%{
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
  }
  100%{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
  }
}
#boxes .box .inner-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
  background: #333;
  height: 100%;
}
#boxes .tag-h {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 10px;
  z-index: 999;
  color: #fff;
}
#boxes .tag-h a {
  color: #fff;
}
#boxes .date {
  text-align: right;
  color: #bbb;
}
#boxes .box .img-latest {
  width: 100%;
  height: 100%;
  position: relative;
}
#boxes .box-adj:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#boxes .box h3 {
  line-height: 1.2;
  font-size: 1.8vw;
}
#load-more {
  text-align: center;
  display: block;
}
#load-more > div {
  width: 20%;
  padding: 0 10px;
  min-width: 150px;
  margin: 30px auto;
  border: 1px solid #333;
  transition: all ease-in-out .5s;
}
#load-more > div:hover {
  background: #eee;
}
#load-more img {
  width: 20%;
  min-width: 150px;
}

/*================================*/
/* RIGHT COLUMN         */
/*================================*/
.sq-ad,
.fl-ad {
  width: 100%;
  height: auto;
  background: #565656;
  position: relative;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #555;
}
.sq-ad {
  max-width: 320px;
}
.sq-ad:before,
.fl-ad:before {
  content: "";
  display: block;
  overflow: hidden;
}
.sq-ad:before {
  padding-top: 100%;
}
.fl-ad:before {
  padding-top: 13%;
}
.sq-ad > div,
.fl-ad > div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sq-ad > div img,
.fl-ad > div img {
  width: 100%;
  height: 100%;
}
.side-menu h3 {
  text-align: center;
  font-weight: 100;
  font-size: 24px;
  color: #111;
}
.side-menu > div {
  margin-bottom: 30px;
  color: #333;
}
.side-menu.posts-list > div {
  border-left: 3px solid #444;
  border-right: 3px solid #444;
  padding: 10px 15px;
  margin: 10px 0;
}
.side-menu.posts-list div p {
  line-height: 1.5rem;
  margin: 7px 0;
}
.side-menu.posts-list div h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.side-menu.posts-list div h4 a {
  color: #333;
}

/*================================*/
/* FOOTER         */
/*================================*/
footer {
  margin-top: 60px;
  background: #555;
  color: #fff;
  padding: 15px;
  outline: #555 30px solid;
  font-size: 1.3rem;
}
.footer-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.footer-wrap .left {
  flex: 5 0 auto;
  width: 0;
  border-right: 1px solid #444;
}
.footer-wrap .right {
  flex: 4 0 auto;
  width: 0;
  padding: 10px;
  display: flex;
}
.footer-wrap .right > div:nth-child(1) {
  margin-left: 10px;
  flex: 1 0 auto;
}
.footer-wrap .right > div:nth-child(2) {
  flex: 2 0 auto;
}
.footer-wrap .right > div {
  flex: 1 0 auto;
  width: 0;
  padding: 10px;
}
.footer-wrap .right .h2 {
  text-align: left;
  font-size: 2rem;
  border-bottom: 2px solid #444;
}
.footer-wrap .right .menu {
  list-style: none;
  padding-left: 0;
}
.footer-wrap .right .menu a {
  color: #fff;
}
.footer-wrap #copy {
  flex: 1 0 100%;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-top: 30px;
}
.footer-wrap .footer-box {
  height: auto;
  padding: 20px;
  line-height: 1.6;
}
.footer-wrap .h2,
.footer-wrap h2 {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}
.footer-wrap .left .footer-logo {
  width: 20%;
  float: left;
  margin: 20px 30px 0 0;
}
/*================================*/
/* INDEX PAGE         */
/*================================*/
#latest-tags h4 {
  margin-bottom: 10px;
}
#latest-tags > div {
  padding-left: 15px;
}
#latest-tags > div > a {
  padding: 3px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #aaa;
  transition: all .5s ease-in-out;
  display: inline-block;
  margin: 3px 1px;
}
#latest-tags > div > a:hover {
  color: #333;
  border-color: #333;
}
/*================================*/
/* Single Page       */
/*================================*/
header nav.single#top-nav {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.2rem;
}
header nav.single ul li.current-post-ancestor {
  border-bottom: 2px solid #75D142;
}
#single-title {
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
#single-title #series-name {
  margin: 30px 0 0 0;
  background: #75D142;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
}
#single-title .single-date {
  color: #bbb;
}
#single-title h1.title {
}
#single-title .tags {
  text-align: center;
}
#single-title .tags a {
  color: #fff;
}
article {
  color: #333;
  padding: 30px 0;
}
article p {
  line-height: 2;
  padding: 0 30px;
}
article h3 {
  font-size: 2.7rem;
  line-height: 5rem;
  font-weight: 700;
  font-family: "ryo-display-plusn";
  border-left: 7px solid #75D142;
  border-right: 7px solid #75D142;
  text-indent: 1rem;
}
article h4 {
  font-size: 2.2rem;
  font-weight: 300;
  padding-left: 20px;
  border-left: 5px solid #444;
  margin: 20px 0 10px 30px;
}
article h5 {
  font-size: 1.8rem;
  margin: 10px 0 5px 30px;
  border-bottom: 1px solid #75D142;
  font-weight: 300;
}
article a:not([href^="http://journal.naft.space/"])::before {
  content: '\f08e';
  font-family: FontAwesome;
  margin-right: 3px;
}
article img {
  width: 100%;
  height: auto;
  margin: 30px auto;
  position: relative;
  left: 0;
  right: 0;
}
blockquote {
  position: relative;
  margin: 10px 30px;
  padding: 5px 0;
  border-left: 3px solid #eee;
}
blockquote > p {
  padding: 0 3rem;
}
blockquote:before {
  content: '\f10d';
  font-family: FontAwesome;
  position: absolute;
  color: #eee;
  top: 20px;
  left: 10px;
}
blockquote:after {
  content: '\f10e';
  font-family: FontAwesome;
  position: absolute;
  color: #eee;
  bottom: 20px;
  right: 10px;
}
#pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#pagination .pages {
  margin: 5px;
  line-height: 2rem;
  background: #fff;
  color: #333;
  border: 1px solid #666;
  padding: 5px 8px;
  font-weight: 400;
}
/*================================*/
/* Pagiation        */
/*================================*/
.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}
.pagination .nav-links span,
.pagination .nav-links a {
  flex: 1 0 auto;
  padding: 5px 8px;
  margin: 5px;
  color: #333;
  border: 1px solid #333;
}
.pagination .nav-links span {
  background: #ddd;
}


.error404 section {
  margin: 60px 0;
}

/*================================*/
/* Widget Area       */
/*================================*/
.side-menu {
  margin: 0;
  margin-top: 50px;
}
/* ---------------- シェアウィジェット ---------------- */
.share-wrap .facebook {
  background: #305097;
  overflow: hidden;
}
.side-menu.share-wrap .facebook::after {
  content: 'シェアする';
  width: 100%;
  box-sizing: border-box;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  transform: translateX(100%);
}
.side-menu.share-wrap .twitter::after {
  content: 'ツイートする';
  width: 100%;
  box-sizing: border-box;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  transform: translateX(100%);
}
.side-menu.share-wrap .line::after {
  content: 'LINEで送る';
  width: 100%;
  box-sizing: border-box;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  transform: translateX(100%);
}
.side-menu.share-wrap .facebook:hover::after,
.side-menu.share-wrap .twitter:hover::after,
.side-menu.share-wrap .line:hover::after {
  animation: snsHover .5s ease-in-out forwards;
}
@keyframes snsHover {
  from{transform: translate(100%);}
  to{transform: translate(50%);}
}
.share-wrap .twitter {
  background: #00aced;
}
.share-wrap .line {
  background: #5ae628;
}
.share-wrap .line img {
  width: 1.5rem;
  margin-top: 2px;
}
.share-wrap .share-button {
  display: block;
  margin: 10px 5px;
  padding: 10px 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
/* ---------------- ピックアップ投稿ウィジェット ---------------- */
#pickup-widget h3 {
}
#pickup-widget .pickup-post {
  border-bottom: 1px solid #555;
  margin-bottom: 20px;
}
#pickup-widget .pickup-post .date {
  margin: 5px 0;
}
#pickup-widget .pickup-post h4 {
  line-height: 2rem;
  font-size: 1.7rem;
  margin: 5px 0;
}
#pickup-widget .pickup-post h4 a {
  color: #555;
}
#pickup-widget {
  color: #555;
}
#single-post-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
}
#single-post-widget > div {
}
/* ---------------- シェアウィジェット、投稿下用 ---------------- */
.bottom-menu.share-wrap > div {
  display: flex;
  flex-flow: nowrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: stretch;  
  width: 100%;
}
.bottom-menu .title {
  font-weight: 200;
  font-size: 2rem;
  margin: 30px 0 0 10px;;
  color: #333;
  text-align: left;
}
.bottom-menu.share-wrap > div > a {
  flex: 1 0 auto;
  width: 0;
}
.bottom-menu.share-wrap > div > a:hover {
  animation: bottomsnsHover .5s ease-in-out forwards;
}
@keyframes bottomsnsHover {
  from{transform: translateY(0)}
  to{transform: translateY(-5%);}
}
/* ---------------- カスタムタグクラウド ---------------- */
.custom-tagcloud a {
  background: #555;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  line-height: 150%;
  display: inline-block;
  margin: 5px 2px;
}
.custom-tagcloud h4 {
  font-size: 1.7rem;
}
/* ---------------- 同じタグ記事 ---------------- */
.bottom-menu {
  margin: 50px 0;
}
.tag-posts {
  color: #000;
}
.tag-posts > .post {
  border: 1px solid #ddd;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: stretch;
  color: #111;
  position: relative;
  transition: all .2s ease-in-out;
}
.tag-posts > .post:hover {
  transform: translateX(-5px) translateY(-5px);
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.4);
}
.tag-posts .post .tagpost-image {
  width: 0;
  flex: 1 0 auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
  background: #ddd;
}
.tag-posts .post .tagpost-text {
  width: 0;
  flex: 2 0 auto;
  padding: 15px;
}
.tag-posts .post .tagpost-image img {
  width: 100%;
  margin: 0;
}
.tag-posts .tag-date {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.tag-posts .tag-date > * {
  width: 0;
  flex: 1 0 auto;
}
.tag-posts .tag-date .date {
  text-align: right;
}
.tag-posts p.h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
/* ---------------- シリーズ記事リスト ---------------- */
#series-list {
  border: 1px solid #75D142;
  color: #000;
  border-radius: 3px;
}
#series-list h3 {
  background: #75D142;
  margin: 0 0 20px 0;
  padding: 20px 0;
  color: #fff;
}
#series-list .post {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 10px;
  color: #000;
  border-bottom: 1px solid #75D142;
}
#series-list .post:last-child {
  border-style: none;
}
#series-list .post .text {
  text-align: center;
}
#series-list .date {
  font-size: 1.3rem
}
#series-list .h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
/* ---------------- ショートコード ---------------- */
span.underline {
  background: linear-gradient(transparent 60%, #ff0 0%);
}
p.area {
  margin: 30px;
  padding: 15px 15px 15px 30px;
  border-radius: 5px;
}

/*================================*/
/* Media Query        */
/*================================*/
@media (min-width:1200px) {
  html, body{
    font-size: 10px;
  }
  h1, .h1 {
    font-size: 36px;
  }
  #pickup .box .tag-h {
    font-size: 16px;
  }
  #boxes .box h3 {
    font-size: 22px;
  }
  #latest-posts #boxes .box {
    font-size: 16px;
  }
  h3.adj-h {
    font-size: 24px;
  }
  p.adj-p {
    font-size: 14px;
  }
}
@media (min-width:700px) and (max-width:960px) {
  html, body {
    font-size: 1.2vw;
  }
  .inner {
    padding: 10px;
    box-sizing: border-box;
  }
  footer {
    outline-style: none;
    font-size: 1.3rem;
  }
  .footer-wrap .right .h2,
  .footer-wrap .left .h2 {
    font-size: 1.7rem;:
  }
  #pickup .title img,
  #pickup .title img {
    width: 70%;
  }
  #contents-wrap {
    flex-wrap: wrap;
  }
  :not(.home) .left-column {
    flex: 1 0 100%;
  }
  :not(.home) .right-column {
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }
  :not(.home) .right-column > * {
    flex: 1 0 48%;
    margin: 1%;
    width: 0;
    box-sizing: border-box;
  }
  .side-menu.share-wrap {
    display: none;
  }
  header nav.single#top-nav {
    font-size: 1.5rem;
    width: 80%;
  }
  .archive #latest-posts #boxes .box {
    font-size: 1.5rem
  }
  .archive #boxes .box h3 {
    font-size: 2.2rem;
  }
  #pickup .box .tag-h {
    font-size: 1.8rem;
  }
  #pickup .box .desc .date {
    font-size: 1.8rem;
  }
  #pickup .box-inner .desc h3,
  #boxes .box h3 {
    font-size: 2.5rem;
  }
  #boxes .date,
  #boxes .tag-h {
    font-size: 1.7rem;
  }
  #single-title h1.title {
    font-size: 3.5rem;
  }
}
@media (max-width:700px) {
  html, body {
    font-size: 2vw;
  }
  .inner {
    margin: 10px;
  }
  #contents-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px auto;
  }
  .left-column {
    flex: 1 0 100%;
    margin: 0;
  }
  .right-column {
    flex: 1 0 100%;
  }
  .right-column > * {
    float: none;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
  }
  #load-more > div {
    min-width: inherit;
    width: 90%;
    margin: 20px auto;
  }
  #load-more > div img {
    width: 40%;
    min-width: inherit;
  }
  header {
    padding-top: 20px;
  }
  header #slider {
    margin: 20px 0;
  }
  header #slider:before {
    padding-top: 100%;
  }
  header .adj-slider {
    position: absolute;
    width: 100%;
  }
  header .swiper-slide > img {
    max-width: 100%;
    height: auto;
  }
  header .swiper-slide > img:not(.slide-img-wtext) {
    height: 100%;
  }
  .swiper-slide .slide-text {
    padding: 10px;
  }
  .swiper-slide .slide-text h3 {
    font-size: 2.5rem;
    line-height: 150%;
    margin: 0;
  }
  .swiper-slide .slide-text p {
    font-size: 1.5rem;
    margin: 0;
  }
  .slide-img-wtext {
    margin-bottom: 10px;
  }
  #mobile-nav {
    display: block;
    color: #aaa;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
  header #logo {
    float: none;
  }
  header #logo img {
    max-width: 100%;
  }
  header nav#top-nav {
    margin: 0 auto;
  }
  header nav#top-nav ul {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    display: none;
  }
  header nav#top-nav ul li {
    margin: 10px;
    font-size: 2.3rem;
  }
  #pickup .title img {
    width: 80%;
  }
  #latest-posts .title img {
    width: 88%;
  }
  #pickup .box-adj:before {
    padding-top: 100%;
  }
  #pickup .box img {
    width: 100%;
    height: auto;
    float: none;
  }
  #pickup .box .desc .date,
  #boxes .date {
    font-size: 2rem;
    text-align: right;
  }
  #pickup .box-inner .desc h3,
  #boxes .box h3 {
    font-size: 3rem;
  }
  #pickup .box .tag-h,
  #boxes .tag-h {
    font-size: 2rem;
  }
  #latest-posts #boxes .box {
    flex: 1 0 100%;
  }
  .footer-wrap {
    margin: 0;
  }
  .footer-wrap .footer-box {
    flex: 1 0 100%;
    padding: 0;
    border-style: none;
  }
  .footer-wrap .left {
    order: 2;
  }
  .footer-wrap .right {
    order: 1;
  }
  .footer-wrap #copy {
    order: 3;
  }
  header nav.single#top-nav {
    margin: 0;
  }
  header #sns {
    height: 4rem;
  }
  #single-title #series-name {
    padding: 5px;
    border-radius: 5px;
    margin: 0 0 5px 0;
  }
  #single-title {
    margin: 10px 0;
  }
  #single-title h1.title {
    font-size: 4rem;
  }
  #single-title .tags {
    font-size: 2rem;
  }
  article {
    font-size: 1.8rem;
  }
  article p {
    padding: 0 10px;
  }
  article h4 {
    padding-left: 10px;
    margin: 20px 0 10px 10px;
  }
  article h5 {
    font-size: 2rem;
    margin: 10px 0 5px 10px;
    font-weight: 500;
  }
  #pagination {
    font-size: 2rem;
  }
  .bottom-menu .title {
    font-size: 2.5rem;
    font-weight: 600;
  }
  .tag-posts .post .tagpost-text {
    padding: 10px;
  }
  .tag-posts .post .tagpost-image {
    margin: 0;
  }
  .tag-posts .tag-date {
    font-size: 1.8rem;
  }
  .tag-posts p.h4 {
    font-size: 2.5rem;
  }
  #series-list .date {
    font-size: 1.8rem;
  }
  #series-list .h4 {
    font-size: 2.5rem;
  }
  .side-menu.posts-list div p {
    font-size: 1.8rem;
  }

}