/* noto sans */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h1, h2, h3, h4, h5, h6 {
    font-size: 25PX;
    font-weight: 1000;
    margin-bottom: 15px;
    background-color: #e6e2ef;
    padding-left: 8px;
}

/* initial setup */
::-webkit-scrollbar { 
    display: none; 
}
* {
  -webkit-touch-callout:none;
  -webkit-text-size-adjust:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
body {
  font-family: "Noto Sans Japanese", sans-serif;
  background: url(http://www.thenextdelusion.com/upload/padded.png);
  color: #000000;
  font-size: 100%;
  line-height: 1.5;
}
.section {
  background-color: transparent;
  padding: 1.5rem;
}
.no-scroll {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

/* navbar */
.nav {
  padding-bottom: 1.35rem;
  background-color: #000;
}
.nav-right {
  justify-content: initial;
  overflow: scroll;
}
.nav-left .nav-item:first-child {
  z-index: 22;
}
.nav-left .nav-item {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  padding-left: 0;
  opacity: 0.6 !important;
}
.nav-left .nav-item:after {
  content: initial;
}
.nav-item {
  padding: 1.2rem 0.75rem;
  color: white !important;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: 700;
  font-size: 0.813rem;
  font-family: 'Raleway', sans-serif;
  transition: opacity .3s ease;
  z-index: 1;
}
.nav-item:hover {
  opacity: 1;
}
.nav-item:nth-child(9) {
  padding-right: 0 !important;
}
.nav-subtitle {
  position: absolute;
  left: 0;
  top: 2em;
  font-size: 1em !important;
  font-weight: 400;
  z-index: 21;
}
.nav-subtitle:hover {
  opacity: 0.6;
}
.nav-separator {
  padding: 0;
  width: 0px;
  font-weight: normal;
}
.nav-separator:hover {
  opacity: 0.6;
}
.nav-separator:last-of-type {
  display: none;
}

/* article grid */
.article-grid-row {
  margin-bottom: 1.5rem !important;
  background-color: white;
  opacity: 0.8;
}
.article-grid-row:hover {
  opacity: 1;
}
.article-grid-inner-row {
  height: 100%;
  overflow: hidden;
}
.article-grid-container {
  z-index: 2;
}
.article-grid-content {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 11%;
}
.article-grid-image {
  background-position: center;
  background-size: 100%;
  transition: scale 0.3s ease;
  z-index: 1;
}
.article-grid-image a {
  height: 100%;
  width: 100%;
  display: block;
  border: 3px solid #ffffff;
}
.article-grid-date {
  padding-top: 3rem;
  color: #aaa;
  letter-spacing: 0.08em;
  font-size: 0.813em;
  line-height: 1.85;
}
.article-grid-title-container {
  position: relative;
}
.article-grid-title-container:after {
  content: '';
  position: absolute;
  background: #4d4d4d;
  width: 4.5rem;
  height: 0.375rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.5rem;
}
.article-grid-title {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.article-grid-title a {
  color: #4d4d4d;
}
.article-grid-description {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.article-grid-description p {
  margin: 1.5rem 0;
  font-weight: 300;
}
.article-grid-button {
  color: #4d4d4d;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  position: relative;
}
.article-grid-button:after {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 3px;
  background: #4d4d4d;
  bottom: -0.75em;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .3s ease;
  transform: scaleX(0);
}
.article-grid-button:hover:after {
  transform: scaleX(1);
}

/* article */
.article-header-image {
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  width: 100%;
}
.article-header-text {
  background-color: white;
  padding-left: 11.11%;
  padding-right: 11.11%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  color: #aaaaaa;
  font-weight: 700;
  text-align: center;
}
.article-header-text .icon {
  height: 1.7rem;
}
.article-title {
  position: relative;
}
.article-title:after {
  content: '';
  position: absolute;
  background: #4d4d4d;
  width: 4.5em;
  height: 0.375em;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.5em;
}
.article-title h1 {
  color: #000000;
  font-size: 3.0em;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.04rem;
}
.share-buttons {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-bottom: 0 !important;
}
.share-buttons .inner a {
  height: 60px !important;
}
.article-body {
  background-color: white;
  padding: 0 22.22%;
  padding-bottom: 3rem;
  font-weight: 300;
  position: relative;
  top: -1px;
}
.article-body img {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.nav-links-container {
  background-color: white;
  top: -1px;
  position: relative;
}
.nav-links {
  border-top: solid 1px #ededed;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0 22.22%;
}
.nav-links .column {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.nav-links p {
  font-size: 0.813rem;
  line-height: 1.85;
  letter-spacing: 0.08rem;
  font-weight: 700;
}
.nav-links a {
  color: #8c8c8c;
  font-weight: 300;
  font-size: 0.813rem;
  line-height: 1.85;
  letter-spacing: 0.08rem;
  transition: all .3s ease;
}
.nav-links a:hover {
  color: black;
}
.nav-links .column:nth-child(2) {
  text-align: right;
}

/* menu */
.menu-column {
  background-color: white;
  margin-bottom: 3rem;
  padding: 3rem;
}
.menu .columns{
  margin: 0 !important;
}
.search-widget input {
  display: inline-block ;
  width: 80%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-widget button {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-widget .icon.is-small {
  height: 0.9em;
}
.menu-container .icon {
  height: 1.7em;
}
.menu h2 {
  font-size: 1.625em;
  line-height: 1.85;
  font-weight: 400;
}
.menu h2 .icon {
  height: 2em;
}
.menu-container .column li {
  list-style: none;
}
.menu-container .column li a {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  color: #4d4d4d;
  font-weight: 700;
}
.menu-container .column li a:hover {
  color: #333;
}
.menu-container .column li p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  color: #aaaaaa;
  font-weight: 700;
}
.menu-container center {
  width: 65%;
}

/* footer */
footer {
  color: #8c8c8c;
  text-align: center;
  padding-top: 3rem;
}
footer a {
  color: #8c8c8c;
  letter-spacing: 0.06rem;
}
footer .footer-title a {
  font-size: 2.625rem;
  line-height: 1.143;
  opacity: 0.4;
  transition: opacity .3s ease;
  font-weight: 700;
}
footer .footer-title a:hover {
  opacity: 0.9;
  color: #000000;
}
footer .bottom-container {
  margin-top: 4.5rem;
  background: #000;
  color: #8c8c8c;
  padding: 0.75em 0;
}

/* archive, search, error */
  .archive-title {
    font-size: 1.625em;
    line-height: 1.85;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #4d4d4d;
  }
  .archive .icon, .search .icon {
    height: 1.7rem;
  }
  .list-thumbnail {
    height: 100%;
    margin: auto 0;
    padding-left: 1rem;
  }
  .search .article-header-text {
    padding: initial;
  }
  .search .archive-title {
    text-overflow: initial;
    white-space: initial;
    overflow: initial;
  }

/* media queries */

/* tablet */
@media screen and (max-width: 769px) {
  /* hamburger menu */
  .nav-toggle {
    position: fixed;
    top: 22px;
    right: 10px;
    background: url(http://www.thenextdelusion.com/upload/padded.png);
    z-index: 21;
    border: 1px solid #4a4a4a;
  }
  .nav-toggle:hover {
    background-color: #222222;
  }
  .nav-toggle span {
    background-color: white;
    height: 3px;
    width: 30px;
    opacity: 0.6 !important;
    left: 17px;
    top: 21px;
  }
  .nav-toggle span:nth-child(1) {
    margin-top: -7px;
  }
  .nav-toggle span:nth-child(2) {
    margin-top: 3px;
    transition: opacity .3s ease;
  }
  .nav-toggle span:nth-child(3) {
    margin-top: 13px;
  }
  .nav-toggle.is-active span {
    background-color: white;
    left: 20px;
  }
  .nav-toggle.is-active span:nth-child(2) {
    opacity: 0 !important;
  }
  .nav-menu, .nav-menu-2 {
    display: block;
    position: fixed;
    top: 0;
    height: 110vh;
    transform: translateX(100%);
    width: 100%;
    z-index: 19;
    background-image: linear-gradient(#000 26px, transparent 24px, transparent 24px);
    background-size: 1px 48px;
    text-align: center;
    transition: all .3s ease-in-out;
  }
  .nav-menu {
    top: -6px;
    padding-top: 120px;
    background-color: transparent;
  }
  .nav-menu-2 {
    left: 0;
    top: 18px;
  transform: translateX(-100%);
  }
  .nav-menu.is-active, .nav-menu-2.is-active {
    transform: translateX(0);
  }
  .nav {
    padding-bottom: 0.8rem;
  }
  .nav-menu .nav-item {
    display: block;
    opacity: 0 !important;
    margin: 1.5em auto;
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 1em;
    border: none !important;
  }
  .nav-menu .nav-item.is-active {
    opacity: 0.6 !important;
    transition: opacity .3s ease;
    transition-delay: .3s;
  }
  .nav-left .nav-item:first-child {
    z-index: 22;
  }
  .nav-left .nav-item, .nav-subtitle {
    padding-left: 3rem !important;
  }
  .nav-separator {
    display: none !important;
  }
  .section {
    padding: 3rem;
  }
  .article-grid {
    padding-top: 0;
  }
  .article-grid-image {
    padding-bottom: 50% !important;
  }
  .article-grid-date {
    padding-top: 1.5rem;
  }
  .article-grid-description {
    padding-bottom: 1.5rem;
  }
  .article {
    padding-top: 0;
  }
  .article-body, .menu-column {
    padding: 3rem;
  }
  .article-title h1 {
    font-size: 1.875em;
    line-height: 1.6;
  }
  .article-header-text {
    padding: 3rem;
  }
  .nav-links {
    margin: 0 3rem;
  }
  .footer-title a {
    opacity: 0.4 !important;
    font-size: 2rem !important;
  }
  .footer-title a:hover {
    opacity: 0.9 !important;
  }
  .footer-title {
    opacity: 
  }
  .search img {
    padding-bottom: 0 !important;
  }
  .hero-body {
    padding: 1rem;
    padding-top: 0;
  }
  * {
    opacity: 1 !important;
  }
}

/* mobile */
@media screen and (max-width: 767px) {
  .nav {
    padding-bottom: 0;
  }
  .nav-left .nav-item, .nav-subtitle {
    padding-left: 5.55% !important;
  }
  .section {
    padding: 5.55%;
  }
  .article-body, .menu-column {
    padding: 5.55%;
  }
  .nav-links {
    margin: 0 5.55%;
  }
  .footer-title a {
    font-size: 1.2rem !important;
  }
}

/* above tablet */
@media screen and (min-width: 769px) {
  .article-grid-image:hover {
    transform: scale(1.05);
  }
}
/* widescreen */
@media screen and (min-width: 1384px) {
  .container {
    width: 1280px;
  }
}

/* between desktop and tablet */
@media screen and (max-width: 999px) and (min-width: 769px) {
  .nav-menu {
    padding-right: 0;
    margin-right: 1.5rem;
  }
  .nav-left .nav-item:first-child, .nav-subtitle {
    padding-left: 1.5rem !important;
  }
}