/*!
Theme Name: MachiMachi_2021
Theme URI: http://underscores.me/
Author: BACK2NOW COM
Author URI: https://www.back2now.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: machimachi_2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MachiMachi_2021 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 20px;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #1E1E1E;
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
::selection {
  background: #1E1E1E;
  color: #fff;
}
::-moz-selection {
  background: #1E1E1E;
  color: #fff;
}
/* Links
--------------------------------------------- */
a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ffffff;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*-------------------------
FRONT
---------------------------*/
#wrapper {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
header {
  width: 100%;
  height: 60px;
  z-index: 999;
  position: fixed;
  top: 0;
  transition-duration: 0.25s;
}
#header-logo {
  width: 100%;
  height: 60px;
  position: fixed;
  top: -60px;
  transition-duration: 0.25s;
  background-color: #FFFFFF;
  border-bottom: solid 1px #1E1E1E;
  opacity: 0;
}
#header-logo.is-visible {
  width: 100%;
  top: 0;
  opacity: 1.0;
}
#header-logo.is-visible.active {
  height: 100vh;
}
#logomark {
  width: 60px;
  height: auto;
  position: absolute;
  top: -60px;
  left: 5vw;
  z-index: 99997;
  opacity: 0;
}
#logomark.is-visible {
  top: 0;
  opacity: 1.0;
}
#contact {
  width: auto;
  height: 30px;
  position: absolute;
  right: 25vw;
  top: 15px;
  z-index: 99998;
}
#contact svg {
  width: 30px;
  height: 30px;
}
#contact a {
  text-decoration: none;
}
#contact a:hover svg {
  border-radius: 30px;
}
#contact.is-visible svg, #contact.active svg {
  fill: #1E1E1E;
}
#contact li {
  display: inline;
  padding: 0 5px;
}
#front-top {
  width: 100%;
  min-height: calc(90vh - 50px);
  background-image: url("img/front_top_mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
#front-top #container-top {
  width: 100%;
  min-height: calc(90vh - 50px);
  margin: 0;
  padding: 0;
  position: relative;
}
#front-top .swiper {
  width: 100%;
  min-height: calc(90vh - 50px);
  z-index: 100;
}
#front-top .swiper img {
  min-width: 100%;
  min-height: calc(90vh - 50px);
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
#front-top #container-lt {
  width: 90%;
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 200;
}
#front-top #container-logo {
  width: 40vw;
  height: auto;
  opacity: 0;
  animation: fadeIn 1.0s ease-out forwards;
  animation-delay: 0.50s;
  margin: 25px 0 0 0;
  position: absolute;
  bottom: 15%;
  right: 5%;
  z-index: 200;
}
#front-top #tagline {
  opacity: 0;
  animation: fadeIn 1.0s ease-out forwards;
  animation-delay: 0.25s;
  z-index: 200;
  text-shadow: 2px 2px 15px #404040;
}
#front-top #tagline h1 {
  font-size: 2.3rem;
  color: #FFFFFF;
  padding: 15px;
  margin: 0;
  line-height: 2.3rem;
  display: inline-block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
#front-top .divider {
  width: 30%;
  height: 50px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -25px;
  border-radius: 0 25px 25px 0;
  z-index: 300;
}
#front-2, #front-3 {
  width: 100%;
  height: auto;
}
#front-2 #container-2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#front-2 .container-design {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#front-2 .container-design-concept {
  width: 80%;
  margin: 50px auto;
}
#front-2 .container-design-concept h2 {
  display: inline-block;
}
#front-2 .container-design-concept h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 15px;
  background-color: #1E1E1E;
  position: relative;
  top: 15px;
  left: 0;
}
#front-2 .container-design-concept p {
  font-size: 1.3rem;
  line-height: 1.95rem;
}
#front-2 .container-design-concept .jp {
  font-size: 1rem;
  line-height: 1.5rem;
}
#front-2 .container-design-details {
  width: 100%;
  position: relative;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.95rem;
}
#front-2 .container-design-items {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto 50px auto;
}
#front-2 .container-design-item {
  width: 90%;
  height: auto;
  opacity: 0;
  margin: 0 auto 50px auto;
}
#front-2 .container-design-item img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: flex;
}
#front-2 .container-design-item h3 {
  font-size: 1.3rem;
}
#front-2 .container-design-item .jp {
  font-size: 1rem;
}
#front-2 .container-design-item .examples {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: -0.9rem 0 0 0;
  font-weight: 400;
}
#front-2 .container-design-item p {
  font-size: 1rem;
  line-height: 1.5rem;
}
#front-2 .container-design-item p a {
  font-size: 1.3rem;
  color: #1E1E1E;
  text-decoration: none;
  background-color: #FFFFFF;
  padding: 0 10px;
  border: 2px solid #1E1E1E;
  border-radius: 1rem;
  float: right;
  line-height: 1.3rem;
}
#front-2 .container-design-item p a:hover {
  color: #FFFFFF;
  background-color: rgba(64, 64, 64, 1.00);
}
#front-2 .futurelink {
  position: relative;
  bottom: 0;
  margin: 70px 0;
  opacity: 0;
  text-align: center;
}
#front-2 .futurelink a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  background-color: #1E1E1E;
  padding: 5px 25px;
  border: 2px solid #1E1E1E;
  border-radius: 2rem;
  color: #FFFFFF;
}
#front-2 .futurelink a:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
#front-2 .container-img {
  width: 80%;
  height: auto;
  margin: 100px auto 0px auto;
  position: relative;
}
#front-2 .container-left img {
  opacity: 0;
}
#front-2 .container-left img:nth-of-type(2) {
  width: 50%;
}
#front-2 .container-left h1 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75rem;
  opacity: 0;
}
#front-2 .container-design-item.is-fadein:nth-of-type(1) {
  animation: fadeIn2 1.5s ease-out forwards;
  animation-delay: 0s;
}
#front-2 .container-design-item.is-fadein:nth-of-type(2) {
  animation: fadeIn2 1.5s ease-out forwards;
  animation-delay: 0s;
}
#front-2 .container-design-item.is-fadein:nth-of-type(3) {
  animation: fadeIn2 1.5s ease-out forwards;
  animation-delay: 0s;
}
#front-2 .container-design-item.is-fadein:nth-of-type(4) {
  animation: fadeIn2 1.5s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
#front-3 #container-3 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  font-weight: 300;
}
#front-3 .container-top {
  width: 100%;
  margin: 0;
  padding: 0;
}
#front-3 .container-top img {
  margin: 0;
  padding: 0;
}
#front-3 .container-top img:nth-of-type(2) {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0;
}
#front-3 .fulltext p, #front-3 .fulltext2 p, #front-3 .fulltext3 p, #front-3 .fulltext4 p {
  width: 80%;
  margin: 50px auto;
  font-weight: 600;
  padding: 0;
  opacity: 0;
  position: relative;
}
#front-3 .fulltext p::before, #front-3 .fulltext2 p::before, #front-3 .fulltext3 p::before, #front-3 .fulltext4 p::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #1E1E1E;
  position: relative;
  left: 0;
}
#front-3 .fulltext.is-fadein p, #front-3 .fulltext2.is-fadein p, #front-3 .fulltext3.is-fadein p, #front-3 .fulltext4.is-fadein p {
  animation: fadeIn3 1.0s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeIn3 {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1.0;
    top: 0;
  }
}
#front-3 .workslink {
  width: 80%;
  position: relative;
  bottom: 0;
  margin: 70px auto;
  padding: 0;
  opacity: 0;
  text-align: center;
}
#front-3 .workslink a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  background-color: #1E1E1E;
  padding: 5px 25px;
  border: 2px solid #1E1E1E;
  border-radius: 2rem;
  color: #FFFFFF;
}
#front-3 .workslink a:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
#front-3 .divider1, #front-3 .divider3 {
  width: 40%;
  height: 50px;
  background-color: #FFFFFF;
  border: solid 2px;
  border-color: #1E1E1E #FFFFFF #1E1E1E #1E1E1E;
  position: relative;
  top: 25px;
  right: 0px;
  border-radius: 25px 0px 0px 25px;
  margin: 0 0 0 60%;
  padding: 0 0 0 15px;
  color: #1E1E1E;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 50px;
  z-index: 100;
}
#front-3 .divider2, #front-3 .divider4 {
  width: 40%;
  height: 50px;
  background-color: #FFFFFF;
  border: solid 2px;
  border-color: #1E1E1E #1E1E1E #1E1E1E #FFFFFF;
  position: relative;
  top: 25px;
  border-radius: 0px 25px 25px 0px;
  padding: 0 15px 0 0;
  text-align: right;
  color: #1E1E1E;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 50px;
  z-index: 100;
}
#front-3 .container-full {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#front-3 .container-left, #front-3 .container-right {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#front-3 .box1 img:nth-of-type(2), #front-3 .box4 img:nth-of-type(2), #front-3 .box5 img:nth-of-type(2) {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0;
}
#front-3 .box1 {
  order: 2;
}
#front-3 .box2 {
  order: 1;
}
#front-3 .box3 {
  order: 3;
}
#front-3 .box2 {
  order: 4;
}
#front-3 .container-right p, #front-3 .container-left p {
  width: 80%;
  position: relative;
  margin: 50px auto;
  padding: 0;
  opacity: 0;
}
#front-3 .container-right p::before, #front-3 .container-left p::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #1E1E1E;
  position: relative;
  left: 0;
}
#front-3 .box2 p.is-fadein {
  animation: fadeIn4 1.0s ease-out forwards;
  animation-delay: 0s;
}
#front-3 .box3 p.is-fadein {
  animation: fadeIn5 1.0s ease-out forwards;
  animation-delay: 0s;
}
#front-3 .box6 p.is-fadein {
  animation: fadeIn4 1.0s ease-out forwards;
  animation-delay: 0s;
}
#front-3 .workslink.is-fadein {
  animation: fadeIn3 1.0s ease-out forwards;
  animation-delay: 0.5s;
}
@keyframes fadeIn4 {
  0% {
    opacity: 0;
    left: 10%;
  }
  100% {
    opacity: 1.0;
    left: 0%;
  }
}
@keyframes fadeIn5 {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1.0;
    left: 0%;
  }
}
#front-3 .container-bottom {
  width: 100%;
  margin: 0;
  padding: 0;
}
#front-3 .container-bottom img {
  margin: 0;
  padding: 0;
}
#front-4 .divider {
  width: 40%;
  height: 50px;
  background-color: #1E1E1E;
  position: relative;
  top: 25px;
  border-radius: 25px 0px 0px 25px;
  margin: 0 0 0 60%;
}
#front-4 .container-full {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#front-4 .container-full {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#front-4 .container-full ul {
  width: 80%;
  margin: 50px auto;
  padding: 0;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5rem;
}
#front-4 .container-full li {
  opacity: 0;
}
#front-4 .container-full h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
}
#front-4 .historylink {
  width: 80%;
  position: relative;
  bottom: 0;
  margin: 70px auto;
  padding: 0;
  opacity: 0;
  text-align: center;
}
#front-4 .historylink a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  background-color: #1E1E1E;
  padding: 5px 25px;
  border: 2px solid #1E1E1E;
  border-radius: 2rem;
  color: #FFFFFF;
}
#front-4 .historylink a:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
#front-4 .container-full ul.is-fadein li:nth-of-type(1) {
  animation: fadeIn6 1.0s ease-out forwards;
  animation-delay: 0s;
}
#front-4 .container-full ul.is-fadein li:nth-of-type(2) {
  animation: fadeIn6 1.0s ease-out forwards;
  animation-delay: 0.5s;
}
#front-4 .container-full ul.is-fadein li:nth-of-type(3) {
  animation: fadeIn6 1.0s ease-out forwards;
  animation-delay: 1.0s;
}
#front-4 .container-full ul.is-fadein li:nth-of-type(4) {
  animation: fadeIn6 1.0s ease-out forwards;
  animation-delay: 1.5s;
}
#front-4 .container-full .historylink.is-fadein {
  animation: fadeIn6 1.0s ease-out forwards;
  animation-delay: 2.0s;
}
@keyframes fadeIn6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
footer {
  width: 100%;
  background-image: url("img/front_top_mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  position: relative;
  top: 0;
  color: #1E1E1E;
  bottom: 0;
  font-size: 0.85rem;
  font-weight: 300;
}
#footer-top {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.footer-left, .footer-right {
  width: 100%;
  height: auto;
}
.footer-left {
  order: 2;
}
.footer-right {
  order: 1;
}
.footer-left .container-left {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.footer-right .container-right {
  width: 80%;
  height: auto;
  margin: 50px auto 25px auto;
  padding: 0;
}
.footer-left p {
  font-size: 0.75rem;
  font-weight: 300;
  opacity: 1 !important;
}
.footer-left a {
  color: #1E1E1E;
  text-decoration: underline;
}
.footer-name {
  font-size: 1.0rem;
  font-weight: 300;
}
.footer-right ul {
  text-align: center;
}
.footer-right li {
  display: inline;
}
.footer-right svg {
  width: 35px;
  height: 35px;
  margin: 0 8px;
  padding: 0;
}
.footer-right a {
  text-decoration: none;
}
.footer-right a:hover svg {
  border-radius: 35px;
}
#footer-bottom {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 15px 0;
}
.design {
  font-size: 0.5rem;
  font-weight: 300;
  color: #999999;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.design a {
  color: #999999;
}
/*-------------------------
Works
---------------------------*/
#works {
  width: 100%;
  height: auto;
  margin: 0;
}
#works .container-h1 {
  width: 90%;
  margin: 0 auto 50px auto;
  text-align: center;
}
#works h1 {
  font-size: 2.0rem;
  font-weight: 300;
}
#container-works {
  padding: 0;
  margin: 120px 0 100px 0;
}
#works .container-list-all {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
#works .container-work {
  position: relative;
  width: 100%;
  background-color: #fff;
  word-break: normal;
  margin: 0 0 50px 0;
}
#works .container-img {
  margin: 0;
  padding: 0;
}
#works .img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#works .img img {
  width: auto;
  height: calc(90vw * 1 * 11 / 18);
  vertical-align: top;
  transition: 0.5s ease-out;
}
#works a {
  display: block;
}
#works .title {
  margin: 10px 0 5px 0;
  padding: 0;
}
#works h2 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
#works .title a {
  color: #1E1E1E;
  text-decoration: none;
}
#works .year {
  line-height: 1.5rem;
  font-weight: 500;
}
#works .program {
  line-height: 1.5rem;
  font-weight: 500;
}
#works .tagline {
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 600;
}
/*-------------------------
Work
---------------------------*/
#work {
  width: 100%;
}
#work .container-title {
  width: 80%;
  padding: 100px 0 25px 0;
  margin: 0 auto;
  text-align: center;
}
#work h1 {
  font-size: 2rem;
  font-weight: 300;
}
#work h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
}
#work .main-img {
  width: 100%;
  text-align: center;
  line-height: 0;
}
#work .main-img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#work .texts {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.0rem;
  font-weight: 300;
}
#work .circle {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #1E1E1E;
  position: relative;
  left: 10%;
  margin: 50px 0;
}
#work .container-data {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
#work .label {
  font-size: 0.8rem;
  font-weight: 300;
  margin: 10px 0 0 0;
}
#work .work-imgs {
  text-align: center;
  line-height: 0;
  margin: 50px 0;
}
#work .work-imgs img {
  max-width: 90%;
  height: auto;
  max-height: calc(100vh - 60px);
  margin: 0 auto 25px auto;
}
#work .workslink {
  text-align: center;
  margin: 100px 0 100px 0;
}
#work .workslink a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  background-color: #1E1E1E;
  padding: 5px 25px;
  border: 2px solid #1E1E1E;
  border-radius: 2rem;
  color: #FFFFFF;
}
#work .workslink a:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
/*-------------------------
History
---------------------------*/
#history {
  width: 100%;
  overflow: hidden;
}
#container-history {
  width: 100%;
  height: 100%;
  margin: 120px 0 100px 0;
}
#history .container-h1 {
  margin: 0 auto 50px auto;
  text-align: center;
}
#history h1 {
  font-size: 2.0rem;
  font-weight: 300;
}
#history h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
}
#history .name {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
  padding: 0 0 15px 0 !important;
}
#history p {
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5rem;
}
#history .bio {
  position: relative;
  margin: 0 0 100px 0;
}
#history .bio2 {
  position: relative;
  width: 100%;
}
#history .bio3 {
  position: relative;
  margin: 0 0 100px 0;
}
#history .bio4 {
  position: relative;
  margin: 0 0 100px 0;
}
#history .bio5 {
  position: relative;
  margin: 0 0 100px 0;
}
#history .bio .container-left img {
  width: 300px;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  padding: 0;
}
#history .bio .jp {
  font-size: 0.8rem;
}
#history .bio2 .container-bottom p {
  width: 80%;
  margin: 0 auto 100px auto;
}
#history .container-bottom h2 {
  width: 80%;
  margin: 70px auto 50px auto;
}
#history .container-left, #history .container-right {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#history .container-left img, #history .container-right img {
  width: 90%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  padding: 0;
}
#history .container-right p, #history .container-left p, #history .container-right .name {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 50px 0 0 0;
  padding: 0;
}
#history p:nth-of-type(1) {
  margin: 0 0 0 0;
}
#history p:nth-of-type(2) {
  margin: 0 0 0 0;
}
#history p:nth-of-type(3) {
  margin: 0 0 0 0;
}
#history p:nth-of-type(4) {
  margin: 0 0 0 0;
}
#history .bio2 p:nth-of-type(1) {
  margin: 15px auto 15px auto;
}
#history .bio2 p:nth-of-type(2) {
  margin: 0px auto 100px auto;
}
#history .bio4 p:nth-of-type(1) {
  margin: 50px 0 15px 0;
}
#history .bio4 p:nth-of-type(2) {
  margin: 0 0 0 0;
}
#history .bio5 p:nth-of-type(1) {
  margin: 50px 0 15px 0;
}
#history .container-right h2, #history .container-left h2 {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 50px 0 50px 0;
  padding: 0;
}
#history .futurelink {
  position: relative;
  bottom: 0;
  margin: 150px 0;
  text-align: center;
}
#history .futurelink a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  background-color: #1E1E1E;
  padding: 5px 25px;
  border: 2px solid #1E1E1E;
  border-radius: 2rem;
  color: #FFFFFF;
}
#history .futurelink a:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
/*-------------------------
Future
---------------------------*/
#future {
  width: 100%;
  overflow: hidden;
}
#container-future {
  width: 100%;
  height: 100%;
  margin: 120px 0 100px 0;
}
#future .container-h1 {
  margin: 0 auto 50px auto;
  text-align: center;
}
#future h1 {
  font-size: 2.0rem;
  font-weight: 300;
}
#future h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin: 0;
}
#future h2 .jp {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin: 15px 0 0 0;
}
#future p {
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5rem;
}
#future .idea {
  position: relative;
  margin: 0 0 100px 0;
}
#future .idea-top {
  width: 100%;
  min-height: calc(120vh - 60px);
  background-image: url("img/future_01b_mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 25px 0;
}
#future .idea-items {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
#future .idea-item {
  margin: 50px 0;
}
#future .number {}
#future .item {}
#future .idea2 {
  position: relative;
  width: 100%;
  margin: 0 0 100px 0;
}
#future .idea3 {
  position: relative;
  margin: 0 0 100px 0;
}
#future .idea4 {
  position: relative;
  margin: 0 0 100px 0;
}
#future .idea5 {
  position: relative;
  width: 100%;
}
#future .idea .container-left img {
  width: 300px;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  padding: 0;
}
#future .idea .container-bottom p:nth-of-type(1) {
  width: 80%;
  margin: 70px auto 25px auto;
}
#future .idea .container-bottom p:nth-of-type(2) {
  width: 80%;
  margin: 25px auto 70px auto;
}
#future .idea2 .container-bottom p {
  width: 80%;
  margin: 0 auto 100px auto;
}
#future .idea5 .container-bottom p {
  width: 80%;
  margin: 50px auto 100px auto;
}
#future .container-bottom h2:nth-child(1) {
  width: 80%;
  margin: 70px auto 50px auto;
}
#future .container-bottom h2:nth-child(2) {
  width: 80%;
  margin: 50px auto 50px auto;
}
#future .container-bottom h2:nth-child(3) {
  width: 80%;
  margin: 50px auto 100px auto;
}
#future .container-left, #future .container-right {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#future .container-left img, #future .container-right img {
  width: 90%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  padding: 0;
}
#future .container-right h2, #future .container-left h2 {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 50px 0 50px 0;
  padding: 0;
}
#future .container-right p, #future .container-left p {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 50px 0 0 0;
  padding: 0;
}
#future .historylink {
  position: relative;
  bottom: 0;
  margin: 150px 0;
  text-align: center;
}
#future .historylink a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  background-color: #1E1E1E;
  padding: 5px 25px;
  border: 2px solid #1E1E1E;
  border-radius: 2rem;
  color: #FFFFFF;
}
#future .historylink a:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
/*-------------------------
Japanese Firms
---------------------------*/
#jp-firms {
  width: 100%;
  overflow: hidden;
}
#container-jp-firms {
  width: 100%;
  height: 100%;
  margin: 120px 0 50px 0;
}
#jp-firms .container-h1 {
  margin: 0 auto 50px auto;
  text-align: center;
}
#jp-firms h1 {
  font-size: 1.7rem;
  font-weight: 300;
}
#jp-firms h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin: 0 auto;
}
#jp-firms h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 15px;
  background-color: #1E1E1E;
  position: relative;
  top: 15px;
  left: 0;
}
#jp-firms .jp-firms {
  width: 100%;
  height: 100%;
  margin: 50px 0;
  background-color: #E5E5E5;
  padding: 50px 0;
}
.jp-firms .container-top {
  width: 90%;
  margin: 0 auto 50px auto;
}
.jp-firms .container-top p {
  margin: 50px 0 0 0;
}
#jp-firms .container-jp-firms-items {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto;
}
#jp-firms .container-jp-firms-item {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}
#jp-firms .container-jp-firms-item img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: flex;
}
#jp-firms .container-jp-firms-item h3 {
  font-size: 1rem;
}
#jp-firms .container-jp-firms-item p {
  font-size: 0.8rem;
  font-weight: 300;
}
.jp-firms2 .container-top {
  width: 100%;
  margin: 0 auto 50px auto;
}
.jp-firms2 .container-top h2 {
  width: 80%;
  margin: 0 auto;
}
.jp-firms2 .container-bottom p {
  font-weight: 300;
  font-size: 0.8rem;
}
.jp-firms3, .jp-firms4, .jp-firms5, .jp-firms6 {
  width: 90%;
  position: relative;
  display: flex;
  margin: 0 auto;
  font-weight: 300;
  flex-direction:
    column;
}
.project-case1 {
  width: 80%;
  font-size: 1rem;
  margin: 0 auto 50px auto;
}
.jp-firms2 .container-bottom {
  width: 80%;
  margin: 50px auto;
}
.jp-firms2 .container-bottom h3 {
  font-size: 1rem;
}
#jp-firms .container-left {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#jp-firms .container-right {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#jp-firms .container-left img, #jp-firms .container-right img {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  padding: 0;
}
#jp-firms .container-right p, #jp-firms .container-left p {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 25px 0 50px 0;
  padding: 0;
  display: inline-block;
  font-size: 0.8rem;
}
#jp-firms .historylink {
  position: relative;
  bottom: 0;
  margin: 100px 0;
  text-align: center;
}
#jp-firms .historylink a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  background-color: #1E1E1E;
  padding: 5px 25px;
  border: 2px solid #1E1E1E;
  border-radius: 2rem;
  color: #FFFFFF;
}
#jp-firms .historylink a:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
/*-------------------------
Privacy Policy
---------------------------*/
#privacypolicy {
  width: 80%;
  margin: 0 auto;
}
#container-privacypolicy {
  width: 100%;
  height: 100%;
  margin: 120px 0 100px 0;
}
#privacypolicy h1 {
  font-weight: 300;
}
/*-------------------------
404
---------------------------*/
#notfound {
  height: 70vh;
  margin: 0;
  position: relative;
}
#notfound #container-notfound {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#notfound a {
  font-weight: 700;
  color: #1E1E1E;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Hamburger Menu
--------------------------------------------- */
.button_container {
  position: fixed;
  top: 17.5px;
  right: 5vw;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 99999;
  -webkit-transform: translate3d(0, 0, 99999px);
  transform: translate3d(0, 0, 99999px);
  transition: 0.5s ease-out;
  ;
}
.button_container:hover {
  transition: 0.25s;
}
.button_container.active .top {
  transform: translateY(9px) translateX(8.75px) rotate(90deg);
}
.button_container.active .middle {
  transform: translateY(0px) translateX(0px) rotate(450deg);
}
.button_container.active .bottom {
  transform: translateY(-9px) translateX(-8.75px) rotate(-90deg);
}
.button_container span {
  background: #1E1E1E;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
  cursor: pointer;
  border-radius: 0px;
}
.button_container span:nth-of-type(2) {
  width: 100%;
  top: 9px;
}
.button_container span:nth-of-type(3) {
  width: 100%;
  top: 18px;
}
.button_container.is-visible span, .button_container.active span {
  background: #1E1E1E;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, height 0.5s;
  overflow: hidden;
}
.overlay.open {
  background: #FFFFFF;
  opacity: 0.9;
  visibility: visible;
  height: 100vh;
  z-index: 99
}
.overlay.open li {
  animation: fadeInTop 0.5s ease forwards;
  animation-delay: 0.25s;
}
.overlay nav {
  position: relative;
  top: 150px;
  left: 0px;
  font-size: 1.5rem;
  line-height: 0rem;
}
.menu-main-container {
  width: 90%;
  margin: 0 auto;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.overlay ul li {
  display: inline-block;
  position: relative;
  opacity: 0;
  padding: 1.75rem;
}
.overlay a {
  text-decoration: none;
  border-bottom: none;
  font-weight: 300;
  color: #1E1E1E;
}
.overlay a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #1E1E1E;
  position: relative;
  top: -3px;
  right: -60vw;
  opacity: 0;
  transition: 0.5s;
}
.overlay a:hover::after {
  opacity: 1;
}
.current-menu-item a::after, .current-post-ancestor a::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #1E1E1E;
  position: relative;
  top: -3px;
  right: -60vw;
  opacity: 1;
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    top: -90px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.menu-item-242 {
  font-size: 1rem;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}