@charset "UTF-8";
/*
Theme Name: koezuka-child
Template: poseidon
Version: 5.3

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Layout Structure
9.0 - Header
10.0 - Navigation
	10.1 - Main Navigation
	10.2 - Social Icon Menu
11.0 - Widgets
	11.1 - Default Widgets
	11.2 - Magazine Posts Widgets
12.0 - Posts and pages
11.0 - Comments
12.0 - Footer
13.0 - Media
	13.1 - Captions
	13.2 - Galleries
14.0 - Media Queries
	14.1 - Desktop Large ( < 1120px )
	14.2 - Desktop Medium ( < 1040px )
	14.3 - Desktop Small ( < 960px )
	14.4 - Tablet Large ( < 880px )
	14.5 - Tablet Medium ( < 800px )
	14.6 - Tablet Small ( < 720px )
	14.7 - Mobile Extra Large ( < 640px )
	14.8 - Mobile Large ( < 560px )
	14.9 - Mobile Medium ( < 480px )
	14.10 - Mobile Small ( < 320px )
15.0 - Theme Option Styles
	15.1 - Sidebar Left Layout
	15.2 - Sticky Header
16.0 - Media Query Fixes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP Regular";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP Medium";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP Black";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP Regular", "Ubuntu", Tahoma, Arial;
  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 {
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 3.0 - Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

blockquote {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
  border-left: 4px solid #eee;
  color: #777;
  font-style: italic;
  font-size: 19px;
  font-size: 1.1875rem;
}

blockquote cite,
blockquote small {
  display: block;
  margin-top: 1em;
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "— ";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote > :last-child {
  margin-bottom: 0.5em;
}

hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #ccc;
}

ul,
ol {
  margin: 0 0 1.5em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.5em;
}

img {
  max-width: 100%; /* Adhere to container width. */
  height: auto; /* Make sure images are scaled correctly. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: none;
  table-layout: fixed;
}

th,
td {
  padding: 0.3em 0.6em;
  border: 1px solid #ddd;
}

th {
  background: #eee;
}

a {
  color: #404040;
  text-decoration: none;
}

a:link,
a:visited {
  color: #404040;
}

a:hover,
a:focus,
a:active {
  color: #e47000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# 4.0 - Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0.4em 0.8em;
  border: none;
  background: #e47000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP Black", "Raleway", Tahoma, Arial;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background: #404040;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 0.3em 0.6em;
  max-width: 100%;
  border: 1px solid #ddd;
  color: #666;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid #ccc;
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# 5.0 - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000; /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
}

/*--------------------------------------------------------------
# 6.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
  display: table;
  content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
  clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Layout Structure
--------------------------------------------------------------*/
.site {
  margin: 0;
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 2em;
  max-width: 1280px;
  width: 100%;
}

.site-content {
  padding-top: 3em;
  background: #fff;
}

.content-area {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 4em;
  width: 70%;
}

.sidebar {
  float: right;
  width: 30%;
}

/* No Sidebar & Centered Layout Template */
.no-sidebar .content-area,
.site-content .centered-content-area {
  float: none;
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
  width: 100%;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
  float: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}

.site-branding {
  float: left;
  margin: 1em 0;
  padding: 0;
  max-width: 100%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
  padding: 0;
  border: none;
  text-decoration: none;
}

.site-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #404040;
  text-decoration: none;
  font-weight: bold;
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Noto Sans JP Black", "Raleway", Tahoma, Arial;
}

.site-title a:link,
.site-title a:visited {
  color: #404040;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.site-title a:hover,
.site-title a:active {
  color: #e47000;
}

.site-branding .custom-logo {
  margin: 0.3em 1em 0 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  width: 180px;
  border: none;
  vertical-align: top;
}

.site-description {
  margin: -0.2em 0 0.6em;
  font-size: 14px;
  font-size: 0.875rem;
}

/* Custom Header Image */
.header-image {
  margin-top: -1px;
  text-align: center;
}

.header-image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  vertical-align: top;
}

/*--------------------------------------------------------------
# 10.0 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 10.1 - Main Navigation
--------------------------------------------------------------*/
.primary-navigation {
  margin: 1em 0;
}

.main-navigation-toggle {
  display: none;
}

.main-navigation-menu {
  position: relative;
  /* float: left; */
  margin: 0 auto;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}

.main-navigation-menu li {
  float: left;
}

.main-navigation-menu a {
  display: block;
  padding: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP Black", "Raleway", Tahoma, Arial;
  line-height: 1.25;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  color: #404040;
}

.main-navigation-menu > .menu-item-has-children > a:after {
  display: inline-block;
  margin: 0.2em 0 0 0.2em;
  content: "\f431";
  vertical-align: top;
  text-decoration: inherit;
  font-size: 16px;
  font-family: "Genericons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu a span {
  font-family: "Noto Sans JP Regular", "Raleway", Tahoma, Arial;
  font-size: 0.7rem;
  font-weight: normal;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
  color: #404040;
  text-decoration: none;
}

.main-navigation-menu a:hover,
.main-navigation-menu a:active {
  color: #e47000;
}

.main-navigation-menu ul {
  position: absolute;
  z-index: 99;
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 4px solid #404040;
  background: #fff;
  list-style-position: outside;
  list-style-type: none;
}

.main-navigation-menu ul li {
  position: relative;
  float: none;
}

.main-navigation-menu ul a {
  padding: 1em;
  min-width: 250px;
  min-width: 16rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.24);
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: none;
  transition: none;
}

.main-navigation-menu ul li:last-child a {
  border-bottom: none;
}

.main-navigation-menu ul .menu-item-has-children > a:after {
  display: inline-block;
  margin: 0.2em 0 0 0.2em;
  content: "\f431";
  vertical-align: top;
  text-decoration: inherit;
  font-size: 14px;
  font-family: "Genericons";
  line-height: 1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu li ul ul {
  top: 0;
  left: 100%;
  margin-top: -4px;
}

.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded=true] > ul {
  display: block;
}

.main-navigation-menu li.current-menu-item > a {
  color: #e47000;
}

/* Mega Menu Styling */
.mega-menu-content .mega-menu-widget ul li {
  display: block;
  border-top: 1px dotted #ccc;
}

.mega-menu-content .mega-menu-widget ul li a {
  display: block;
  padding: 0.5em 0.75em;
}

/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/
.social-icons-menu {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  line-height: 1;
}

.social-icons-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

.social-icons-menu li a {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  color: #fff;
}

.social-icons-menu li a .screen-reader-text {
  display: none;
}

/* Add Genericons */
.social-icons-menu li a:before {
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
  font-size: 16px;
  font-family: "Genericons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icons-menu li a:before {
  content: "\f408";
} /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before {
  content: "\f216";
}

.social-icons-menu li a[href*="digg.com"]:before {
  content: "\f221";
}

.social-icons-menu li a[href*="dribbble.com"]:before {
  content: "\f201";
}

.social-icons-menu li a[href*="facebook.com"]:before {
  content: "\f204";
}

.social-icons-menu li a[href*="flickr.com"]:before {
  content: "\f211";
}

.social-icons-menu li a[href*="plus.google.com"]:before {
  content: "\f218";
}

.social-icons-menu li a[href*="github.com"]:before {
  content: "\f200";
}

.social-icons-menu li a[href*="instagram.com"]:before {
  content: "\f215";
}

.social-icons-menu li a[href*="linkedin.com"]:before {
  content: "\f207";
}

.social-icons-menu li a[href*="pinterest.com"]:before {
  content: "\f209";
}

.social-icons-menu li a[href*="polldaddy.com"]:before {
  content: "\f217";
}

.social-icons-menu li a[href*="getpocket.com"]:before {
  content: "\f224";
}

.social-icons-menu li a[href*="reddit.com"]:before {
  content: "\f222";
}

.social-icons-menu li a[href*="spotify.com"]:before {
  content: "\f515";
}

.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before {
  content: "\f220";
}

.social-icons-menu li a[href*="stumbleupon.com"]:before {
  content: "\f223";
}

.social-icons-menu li a[href*="tumblr.com"]:before {
  content: "\f214";
}

.social-icons-menu li a[href*="twitch.tv"]:before {
  content: "\f516";
}

.social-icons-menu li a[href*="twitter.com"]:before {
  content: "\f202";
}

.social-icons-menu li a[href*="vimeo.com"]:before {
  content: "\f212";
}

.social-icons-menu li a[href*="wordpress.org"]:before {
  content: "\f205";
}

.social-icons-menu li a[href*="wordpress.com"]:before {
  content: "\f205";
}

.social-icons-menu li a[href*="youtube.com"]:before {
  content: "\f213";
}

.social-icons-menu li a[href*=newsletter]:before,
.social-icons-menu li a[href*=mailto]:before {
  content: "\f410";
}

.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before {
  content: "\f413";
}

/*--------------------------------------------------------------
# 11.0 - Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 3em 0;
  color: #333;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget-header {
  margin: 0 0 1.5em 0;
}

.widget-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #eee;
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP Regular", "Raleway", Tahoma, Arial;
}

.widget ul {
  margin: 0;
  padding: 0 0.3em;
  list-style: circle inside;
}

.widget ul .children,
.widget ul .sub-menu {
  margin: 0.5em 0 0.5em 1em;
  padding: 0;
}

.widget-title a:link,
.widget-title a:visited {
  color: #404040;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.widget-title a:hover,
.widget-title a:active {
  color: #e47000;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## 11.1 - Default Widgets
--------------------------------------------------------------*/
/* Tagcloud Widget */
.widget_tag_cloud .tagcloud {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
  display: table;
  content: "";
}

.widget_tag_cloud .tagcloud:after {
  clear: both;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  float: left;
  margin: 0 2px 2px 0;
  padding: 0.2em 0.5em 0.3em;
  background: #eee;
  text-decoration: none;
  font-size: 16px !important;
  font-size: 1rem !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited {
  color: #777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active {
  background: #e47000;
  color: #fff;
}

/* Theme Search Widget */
.search-form {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form .search-field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0.5em 1.5em 0.5em 0.7em;
  width: 100%;
  -webkit-appearance: none;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6em 0.6em 0 0;
  border: none;
  background-color: #e47000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-form .search-submit:hover {
  background-color: #404040;
}

.search-form .search-submit .genericon-search {
  display: inline-block;
  padding: 0.05em 0 0.55em 0.45em;
  color: #fff;
  content: "\f400";
  vertical-align: middle;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: "Genericons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
## 11.2 - Magazine Posts Widgets
--------------------------------------------------------------*/
.widget-magazine-posts {
  margin-bottom: -1em;
}

.widget-magazine-posts .type-post {
  margin: 0 0 2em 0;
  padding: 0;
  border: none;
  background: none;
}

.widget-magazine-posts .type-post .wp-post-image {
  margin: 0 0 0.5em;
  max-width: 100%;
}

.widget-magazine-posts .type-post .entry-content {
  font-size: 16px;
  font-size: 1rem;
}

.widget-magazine-posts .type-post .entry-content p {
  margin: 1em 0 0;
}

.widget-magazine-posts .type-post .more-link {
  margin: 1em 0 0;
}

.widget-magazine-posts .large-post .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.widget-magazine-posts .medium-post {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2em;
  width: 33.33333333%;
}

.widget-magazine-posts .medium-post .entry-title {
  font-size: 16px;
  font-size: 1rem;
}

.widget-magazine-posts .small-post {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.widget-magazine-posts .small-post .wp-post-image {
  float: left;
  margin: 0 1em 0 0;
  max-width: 40%;
}

.widget-magazine-posts .small-post .entry-title {
  font-size: 15px;
  font-size: 0.9375rem;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
}

/* Magazine Posts Horizontal Box Widget */
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-right: 1em;
  width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .medium-posts {
  margin-right: -2em;
}

/* Magazine Posts Vertical Box Widget */
.widget-magazine-posts .magazine-vertical-box .large-post {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1em;
  padding-right: 1em;
  width: 50%;
}

.widget-magazine-posts .magazine-vertical-box .small-posts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 50%;
  padding-left: 1em;
  width: 50%;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
  margin-right: -2em;
}

.widget-magazine-posts .magazine-grid .large-post {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2em;
  width: 50%;
}

.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
  clear: left;
}

/* Magazine Posts Columns Widget */
.poseidon-magazine-posts-columns {
  padding: 0;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
  float: left;
  width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-column-left {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1em;
  width: 50%;
}

.widget-magazine-posts-columns .magazine-posts-column-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 50%;
  padding-left: 1em;
  width: 50%;
}

.widget-magazine-posts-columns .medium-post {
  padding-right: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# 12.0 - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment {
  margin: 0 0 3em 0;
  max-width: 100%;
}

.page-title,
.entry-title {
  display: inline;
  margin: 0;
  padding: 0;
  color: #404040;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Noto Sans JP Regular", "Raleway", Tahoma, Arial;
}

.entry-title a:link,
.entry-title a:visited {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active {
  color: #e47000;
}

.type-post .wp-post-image {
  margin: 0 0 0.5em;
}

.entry-content {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* Read more Link */
.more-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP Regular", "Raleway", Tahoma, Arial;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Small Post Layout */
.post-layout-small .post-wrapper .type-post .wp-post-image {
  float: left;
  margin: 0 1.5em 1.5em 0;
  padding: 0.3em 0 0;
  max-width: 40%;
}

.post-layout-small .post-wrapper .type-post .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.post-layout-small .post-wrapper .type-post .entry-content {
  font-size: 16px;
  font-size: 1rem;
}

.post-layout-small .post-wrapper .type-post .entry-excerpt p {
  margin-bottom: 1em;
}

/* Page Links | wp_link_pages() */
.page-links {
  margin: 0 0 1.5em;
  word-spacing: 0.75em;
  font-weight: bold;
}

/* Entry Meta */
.entry-meta {
  margin: 0.5em 0.2em 0;
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}

.entry-meta a:link,
.entry-meta a:visited {
  color: #aaa;
}

.entry-meta a:hover,
.entry-meta a:active {
  color: #777;
}

.entry-meta span:after {
  display: inline-block;
  margin-left: 0.2em;
  color: #aaa;
  content: "\f428";
  vertical-align: middle;
  font: normal 16px "Genericons";
  -webkit-font-smoothing: antialiased;
}

.entry-meta span:last-child:after {
  display: none;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .entry-meta .meta-date,
body.author-hidden .entry-meta .meta-author,
body.categories-hidden .entry-meta .meta-category {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

body.author-hidden.categories-hidden .entry-meta .meta-date:after,
body.categories-hidden .entry-meta .meta-author:after,
body.author-hidden .widget-magazine-posts .entry-meta .meta-date:after {
  display: none;
}

body.date-hidden.author-hidden.categories-hidden .content-area .entry-meta {
  display: none;
}

/* Entry Tags */
.entry-tags {
  clear: both;
  margin: 0 0 2em;
}

.entry-tags .meta-tags {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry-tags .meta-tags a {
  display: inline-block;
  float: left;
  margin: 0 2px 2px 0;
  padding: 0.2em 0.5em 0.3em;
  background: #eee;
  text-decoration: none;
}

.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
  color: #777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
  background: #e47000;
  color: #fff;
}

/* Post Navigation */
.post-navigation {
  margin: 1em 0 0;
  padding: 0.6em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.post-navigation .nav-links .nav-previous {
  float: left;
}

.post-navigation .nav-links .nav-next {
  float: right;
}

.post-navigation .nav-links .nav-previous a:before {
  margin-right: 3px;
  content: "«";
}

.post-navigation .nav-links .nav-next a:after {
  margin-left: 4px;
  content: "»";
}

/* Theme Pagination */
.pagination {
  display: inline-block;
  margin: 0 0 3em;
  border-top: 4px solid #eee;
}

.pagination a,
.pagination .current {
  display: inline-block;
  margin: 0;
  padding: 0.5em 0.9em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP Regular", "Raleway", Tahoma, Arial;
}

.pagination a:link,
.pagination a:visited {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
  display: none;
}

.infinite-scroll #infinite-handle span {
  display: inline-block;
  margin: 0 0 3em;
  padding: 0;
  background: none;
  color: #e47000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP Regular", "Raleway", Tahoma, Arial;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.infinite-scroll #infinite-handle span:hover {
  color: #404040;
}

/* Archives and Search Heading */
.page-header {
  margin: 0 0 1.5em 0;
}

.page-header .archive-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #eee;
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP Regular", "Raleway", Tahoma, Arial;
}

.blog-description,
.archive-description p {
  margin-bottom: 0;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
}

.breadcrumbs-container {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline;
  margin: 0;
  padding: 0;
}

.breadcrumbs .trail-browse {
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs .trail-items {
  list-style: none;
}

.breadcrumbs .trail-items li::after {
  padding: 0 0.5em;
  content: "»"; /* Raquo */
}

.trail-separator-slash .trail-items li::after {
  content: "/";
}

.trail-separator-dash .trail-items li::after {
  content: "–";
}

.trail-separator-bull .trail-items li::after {
  content: "•";
}

.trail-separator-arrow-bracket .trail-items li::after {
  content: ">";
}

.trail-separator-raquo .trail-items li::after {
  content: "»";
}

.trail-separator-single-arrow .trail-items li::after {
  content: "→";
}

.trail-separator-double-arrow .trail-items li::after {
  content: "⇒";
}

.breadcrumbs .trail-items li:last-of-type::after {
  display: none;
}

/*--------------------------------------------------------------
# 11.0 - Comments
--------------------------------------------------------------*/
/* Comment Header */
.comments-header,
.comment-reply-title {
  margin: 0 0 1.5em 0;
}

.comments-header .comments-title,
.comment-reply-title span {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #eee;
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP Black", "Raleway", Tahoma, Arial;
}

/* Comment List */
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment {
  margin: 0 0 1.5em;
  padding: 1.5em;
  border: 2px solid #eee;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-meta {
  float: left;
  padding: 0;
  width: 100%;
}

.comment-meta .comment-author img {
  float: left;
  margin-right: 1em;
}

.bypostauthor {
  display: block;
}

.comment-meta .comment-metadata {
  margin-top: 0.3em;
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
  margin-right: 1em;
}

.comment-content {
  clear: left;
  padding: 0.2em 0 0;
}

.comment-content a {
  word-wrap: break-word;
}

.comment ol.children {
  list-style: none;
}

.comment .comment-respond {
  margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
  margin: 0 0 1.5em;
  padding: 0.5em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

.comment-navigation .nav-previous a:before {
  margin-right: 3px;
  content: "«";
}

.comment-navigation .nav-next a:after {
  margin-left: 4px;
  content: "»";
}

/* Comment Form */
.comment-form {
  padding: 0;
}

.comment-form label {
  display: inline-block;
  min-width: 150px;
  font-weight: bold;
}

.comment-form textarea {
  margin-top: 0.4em;
}

.comment-form .submit {
  padding: 1em 1.6em;
}

.comment-reply-title small a {
  margin-left: 1em;
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# 12.0 - Footer
--------------------------------------------------------------*/
.footer-wrap {
  /* border-top: 1px solid rgba(0,0,0,0.12); */
  background: #e47000;
}

.site-footer {
  font-size: 14px;
  font-size: 0.875rem;
}

.site-footer .site-info {
  float: none;
  padding: 0 0 2em;
}

#footer .logo {
  width: 180px;
  margin: auto;
}

.local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  text-align: center;
}

#footer .main-navigation-menu a:link,
#footer .main-navigation-menu a:visited {
  color: #fff;
}

/*--------------------------------------------------------------
# 13.0 - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## 13.1 - Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## 13.2 - Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 1em 1.5em 0 0;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# 14.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 14.1 - Desktop X-Large ( < 1200px )
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
  .site-content {
    padding-top: 2em;
  }
  .content-area {
    padding-right: 3em;
  }
}
@media only screen and (max-width: 75em) {
  .main-navigation-menu a {
    padding: 1.3em 1.1em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .page-title,
  .entry-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .post-layout-small .post-wrapper .type-post .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/*--------------------------------------------------------------
## 14.2 - Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
  .main-navigation-menu a {
    padding: 1.5em 1em;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .widget-magazine-posts .large-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .widget-magazine-posts .medium-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .widget-magazine-posts .small-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
    display: none;
  }
}
/*--------------------------------------------------------------
## 14.2 - Desktop Medium ( < 1040px )
--------------------------------------------------------------*/
@media only screen and (max-width: 65em) {
  .widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
    display: none;
  }
}
/*--------------------------------------------------------------
## 14.3 - Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {
  .page-title,
  .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .post-layout-small .post-wrapper .type-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* Footer */
  .site-footer .site-info {
    float: none;
    text-align: center;
  }
  /*** Mobile Main Navigation ***/
  /* Reset */
  .primary-navigation {
    float: none;
    margin: 0;
  }
  .main-navigation-menu li {
    position: static;
    float: none;
  }
  .main-navigation-menu ul,
  .mega-menu-item .mega-menu-content,
  .mega-menu-item .mega-menu-content .mega-menu-widget {
    position: static;
    top: auto;
    left: auto;
    display: block;
  }
  .main-navigation-menu ul a {
    float: none;
    width: auto;
  }
  .main-navigation-menu li ul ul {
    top: auto;
    left: auto;
    margin: 0;
  }
  .main-navigation-menu > .menu-item-has-children > a:after,
  .main-navigation-menu ul .menu-item-has-children > a:after {
    display: none;
  }
  /* Main Navigation Toggle */
  .main-navigation-toggle {
    display: inline-block;
    float: right;
    margin: 1em 0;
    padding: 1em;
    color: #404040;
    background: none;
  }
  .main-navigation-toggle:hover,
  .main-navigation-toggle:active {
    /* color: #e47000; */
    background: none;
    cursor: pointer;
  }
  .main-navigation-toggle.active {
    color: #e47000;
  }
  .main-navigation-toggle:focus {
    background: none;
  }
  .main-navigation-toggle:after {
    display: inline-block;
    float: left;
    content: "\f419";
    vertical-align: middle;
    text-decoration: inherit;
    font-size: 32px;
    font-family: "Genericons";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* Main Navigation Menu */
  .main-navigation-menu {
    display: none;
    float: left;
    margin-bottom: 1em;
    width: 100%;
    border-top: 4px solid #404040;
  }
  .main-navigation-menu a {
    display: block;
    clear: left;
    padding: 1.2em;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  .main-navigation-menu li:last-child a {
    border-bottom: none;
  }
  .main-navigation-menu ul {
    float: none;
    width: 100%;
    border: none;
  }
  .main-navigation-menu ul a {
    display: block;
    padding-left: 2em;
    width: 100%;
  }
  .main-navigation-menu ul li ul a {
    padding-left: 4em;
  }
  .main-navigation-menu ul li ul li ul a {
    padding-left: 6em;
  }
  .main-navigation-menu ul li ul li ul li ul a {
    padding-left: 8em;
  }
  .main-navigation-menu ul li:last-child a {
    border-bottom: 1px dotted #ccc;
  }
  /* Mobile Submenu Dropdowns */
  .main-navigation-menu .submenu-dropdown-toggle {
    display: block;
    float: right;
    margin: 0;
    padding: 0.8em 1.2em;
    color: #404040;
  }
  .main-navigation-menu .submenu-dropdown-toggle:hover {
    color: #e47000;
    cursor: pointer;
  }
  .main-navigation-menu .submenu-dropdown-toggle:before {
    content: "\f431";
    vertical-align: middle;
    text-decoration: inherit;
    font-size: 32px;
    font-family: "Genericons";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .main-navigation-menu .submenu-dropdown-toggle.active:before {
    content: "\f432";
  }
  .main-navigation-menu ul .submenu-dropdown-toggle {
    padding: 0.5em 1em;
  }
  .main-navigation-menu ul .submenu-dropdown-toggle:before {
    font-size: 24px;
  }
  /* Mega Menu Styling */
  .mega-menu-item .mega-menu-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mega-menu-item .mega-menu-two-columns > li,
  .mega-menu-item .mega-menu-three-columns > li,
  .mega-menu-item .mega-menu-five-columns > li {
    width: 100%;
  }
  .mega-menu-item .mega-menu-four-columns > li,
  .mega-menu-item .mega-menu-six-columns > li {
    width: 50%;
  }
}
/*--------------------------------------------------------------
## 14.4 - Tablet Large ( < 880px )
--------------------------------------------------------------*/
@media only screen and (max-width: 55em) {
  .content-area,
  .site-content .fullwidth-content-area {
    float: none;
    padding: 0;
    width: 100%;
  }
  .sidebar {
    float: none;
    padding: 2em 0 0;
    width: 100%;
    border-top: 4px solid #eee;
  }
  /* Magazine Post Widgets */
  .widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
  .widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
    display: inline-block;
  }
  .widget-magazine-posts .large-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .widget-magazine-posts .medium-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .widget-magazine-posts .small-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/*--------------------------------------------------------------
## 14.5 - Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
  .site-branding {
    float: none;
    text-align: center;
  }
  .site-branding .site-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .main-navigation-toggle:after {
    font-size: 29px;
  }
  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .widget-magazine-posts .medium-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .widget-magazine-posts .small-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
    display: none;
  }
}
/*--------------------------------------------------------------
## 14.6 - Tablet Small ( < 720px )
--------------------------------------------------------------*/
@media only screen and (max-width: 45em) {
  .widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
    display: none;
  }
}
/*--------------------------------------------------------------
## 14.7 - Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  .page-title,
  .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .post-layout-small .post-wrapper .type-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry-content {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Magazine Post Widgets */
  .widget-magazine-posts .magazine-grid-two-columns {
    margin-right: 0;
  }
  .widget-magazine-posts .magazine-grid-three-columns {
    margin-right: -1.2em;
  }
  .widget-magazine-posts .magazine-grid .large-post,
  .widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
  .widget-magazine-posts .magazine-vertical-box .large-post,
  .widget-magazine-posts-columns .magazine-posts-column-left {
    float: none;
    padding: 0;
    width: 100%;
  }
  .widget-magazine-posts .magazine-vertical-box .small-posts,
  .widget-magazine-posts-columns .magazine-posts-column-right {
    margin-left: 0;
    padding-top: 1em;
    padding-left: 0;
    width: 100%;
  }
  .widget-magazine-posts .large-post .wp-post-image {
    float: left;
    margin: 0 1.5em 0 0;
    max-width: 50%;
  }
  .widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
    float: right;
    padding-left: 1.5em;
    width: 50%;
  }
  .widget-magazine-posts .magazine-grid .large-post {
    clear: left;
  }
  .widget-magazine-posts .magazine-grid .large-post .wp-post-image {
    margin-bottom: 1em;
  }
  .widget-magazine-posts .large-post .entry-content {
    display: none;
  }
  .widget-magazine-posts .small-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* Mega Menu Styling */
  .mega-menu-item .mega-menu-four-columns > li,
  .mega-menu-item .mega-menu-six-columns > li {
    width: 100%;
  }
}
/*--------------------------------------------------------------
## 14.8 - Mobile Large ( < 560px )
--------------------------------------------------------------*/
@media only screen and (max-width: 35em) {
  .site-branding .site-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .main-navigation-toggle:after {
    font-size: 26px;
  }
  .widget-magazine-posts .magazine-grid-three-columns {
    margin-right: 0;
  }
  .widget-magazine-posts .medium-post {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .widget-magazine-posts .medium-post .wp-post-image {
    float: left;
    margin: 0 1em 0 0;
    max-width: 120px;
  }
  .widget-magazine-posts .large-post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/*--------------------------------------------------------------
## 14.9 - Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .page-title,
  .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .post-layout-small .post-wrapper .type-post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .alignright,
  .alignleft {
    float: none;
    margin: 1em 0;
  }
  /* Magazine Homepage: Category Post Widgets */
  .widget-magazine-posts .medium-post .wp-post-image,
  .widget-magazine-posts .small-post .wp-post-image {
    max-width: 30%;
  }
  .widget-magazine-posts .medium-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .widget-magazine-posts .large-post .wp-post-image,
  .widget-magazine-posts .magazine-grid .large-post .wp-post-image {
    float: none;
    margin: 0 0 0.5em 0;
    max-width: 100%;
  }
  .widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
    float: none;
    padding: 0;
    width: 100%;
  }
  .widget-magazine-posts .large-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .widget-magazine-posts .large-post .entry-content,
  .widget-magazine-posts .large-post .entry-content .more-link {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
## 14.9.5 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 25em) {
  .post-layout-small .post-wrapper .type-post .wp-post-image {
    float: none;
    margin: 0 0 0.5em;
    padding: 0;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
## 14.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
  .site-branding .site-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .main-navigation-toggle {
    padding: 0.75em;
  }
  .main-navigation-toggle:after {
    font-size: 24px;
  }
  .page-title,
  .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .entry-meta span {
    display: block;
  }
  .entry-meta span:after {
    display: none;
  }
}
/*--------------------------------------------------------------
# 15.0 - Theme Option Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 15.1 - Sidebar Left Layout
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
  .sidebar-left .content-area {
    float: right;
    padding-right: 0;
    padding-left: 4em;
  }
  .sidebar-left .sidebar {
    float: left;
  }
}
/*--------------------------------------------------------------
## 15.2 - Sticky Header
--------------------------------------------------------------*/
@media only screen and (min-width: 60.001em) {
  .sticky-header .site-header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  .sticky-header.admin-bar .site-header {
    top: 32px;
  }
  .sticky-header .header-bar-wrap {
    display: none;
  }
  /* Small Header */
  .sticky-header.small-header .site-header .site-branding,
  .sticky-header.small-header .primary-navigation {
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sticky-header.small-header .site-header .site-branding .site-title {
    margin: 0.25em 0 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .sticky-header.small-header .site-header .site-branding .custom-logo {
    margin-top: 1em;
    max-height: 50px;
    width: auto;
  }
  .sticky-header.small-header .site-header .site-description {
    display: none;
  }
}
@media only screen and (max-width: 60em) {
  .sticky-header {
    padding-top: 0 !important;
  }
}
/*--------------------------------------------------------------
# 16.0 - Media Query Fixes
--------------------------------------------------------------*/
/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60.001em) {
  .main-navigation-menu {
    overflow: hidden;
    display: block !important;
  }
  .footer-wrap .main-navigation-menu {
    display: inline-block !important;
  }
}
/*--------------------------------------------------------------
17.0 Customizer Preview
--------------------------------------------------------------*/
.magazine-widgets-placeholder {
  position: relative;
}

.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 1em 1em 1em 55px;
  color: #0085ba;
  border: 2px dashed #0085ba;
}

/* Add some space around the visual edit shortcut buttons. */
.magazine-widgets-placeholder .customize-partial-edit-shortcut button {
  left: 15px;
  top: 12px;
}

.customize-partial-edit-shortcut-poseidon_theme_options-excerpt_more {
  left: -9999px;
}

/*--------------------------------------------------------------
## 18 - add
--------------------------------------------------------------*/
.news {
  margin-bottom: 24px;
  padding: 0 16px 10px;
  border: solid 2px #eee;
}

.news-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1.2em;
  text-transform: uppercase;
}

.news-list {
  margin-left: 0;
  list-style: none;
}

.news-item {
  line-height: 1.75;
  font-size: 0.9rem;
}

.news-date {
  margin-right: 10px;
}

/* copy */
.copyrights {
  margin-top: 7px;
  color: #fff;
  text-align: center;
}

.credit-link {
  display: none;
}

.siteorigin-widget-tinymce h3 {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
  font-size: 1.1rem;
}

.header-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-navigation-toggle {
  position: absolute;
  top: 13px;
  right: 24px;
}

.header-image-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .header-image-pc {
    display: none;
  }
  .header-image-sp {
    display: block;
  }
  table.aligncenter {
    font-size: 0.875rem;
  }
  .entry-content p {
    word-wrap: break-word;
  }
}
table.aligncenter {
  margin-top: 1.5rem;
}

.img-outer {
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.footer-link {
  margin-bottom: 0;
}

.footer-link > a {
  color: #fff;
  font-size: 0.6rem;
}

@media only screen and (min-width: 60.001em) {
  .sticky-header.admin-bar .site-header {
    z-index: 10000;
  }
}
.profile {
  max-width: 846px;
  margin: 40px auto;
  font-family: "Noto Sans JP", sans-serif;
}
.profile:first-of-type {
  margin-top: 72px;
}
@media (max-width: 640px) {
  .profile {
    margin: 40px -0.8em;
  }
}

.profile__heading {
  margin-bottom: 54px;
  padding-bottom: 12px;
  border-bottom: solid 1px #333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  .profile__heading {
    margin-bottom: 32px;
    font-size: 19px;
  }
}

.profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}
@media (max-width: 640px) {
  .profile__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 56px;
  }
}

.profile__content-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 500px;
}
@media (max-width: 640px) {
  .profile__content-main {
    margin-bottom: 0;
  }
}

.profile__content-thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 346px;
  margin: 0;
  text-align: center;
}
@media (max-width: 640px) {
  .profile__content-thumb {
    max-width: inherit;
    margin-bottom: 24px;
  }
}
.profile__content-thumb img {
  width: 59%;
}
@media (max-width: 640px) {
  .profile__content-thumb img {
    width: 128px;
  }
}

.profile__content-name {
  margin: 0 0 24px;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  .profile__content-name {
    font-size: 32px;
  }
}

.profile__content-text {
  position: relative;
  margin-top: 0;
  color: #DC6F01;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 640px) {
  .profile__content-text {
    font-size: 20px;
  }
}
.profile__content-text::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 24%;
  height: 2px;
  background-color: #DC6F01;
}
.profile__content-text::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 24%;
  height: 2px;
  background-color: #DC6F01;
}

.profile__message {
  position: relative;
  padding-top: 80px;
  padding-bottom: 48px;
  background-color: #DC6F01;
}
@media (max-width: 640px) {
  .profile__message {
    padding: 48px 10px 10px;
  }
}

.profile__message-icon {
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 640px) {
  .profile__message-icon {
    top: -40px;
  }
}
.profile__message-icon img {
  width: 150px;
}
@media (max-width: 640px) {
  .profile__message-icon img {
    width: 84px;
  }
}

.profile__message-content {
  max-width: 610px;
  margin: auto;
  color: #fff;
}

.profile__message-heading {
  margin: 0 0 28px;
  padding-bottom: 8px;
  border-bottom: solid 1px #fff;
  text-align: center;
}
@media (max-width: 640px) {
  .profile__message-heading {
    margin: 0 10px 10px;
    font-size: 19px;
  }
}

.profile__message-subheading {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  .profile__message-subheading {
    font-size: 18px;
  }
}

.profile__message-text {
  font-weight: normal;
  line-height: 1.75;
}
@media (max-width: 640px) {
  .profile__message-text {
    font-size: 16px;
    text-align: justify;
  }
}

.profile__message-eyecatch {
  margin: 0;
}

.profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  border-bottom: solid 1px #333;
  font-size: 18px;
}
@media (max-width: 640px) {
  .profile-list {
    font-size: 16px;
  }
}

.profile-list__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  max-width: 180px;
  margin-right: 24px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 640px) {
  .profile-list__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
}

.profile-list__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  font-weight: normal;
}

.maps {
  position: relative;
  padding-top: 100%;
}

@media only screen and (min-width: 60.001em) {
  .maps {
    position: relative;
    padding-top: 28.125%;
  }
}
.maps-content,
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-table {
  max-width: 640px;
  margin: 20px auto;
}
.company-table tr td:first-of-type {
  width: 28.57%;
}
.company-table tr td:last-of-type {
  width: 71.34%;
}

.instagram-photo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px 40px;
}

.instagram-photo__item {
  width: 33.333%;
  min-width: 33.333%;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media only screen and (max-width: 60.001em) {
  .instagram-photo__item {
    width: 50%;
    min-width: 50%;
  }
}
.instagram-photo__item video {
  width: 100%;
}

.main-navigation-toggle {
  color: #333;
}

.main-navigation-toggle:hover {
  color: #333;
}

.main-navigation-toggle.active {
  color: #e47000;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.footer__sns a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__sns a:nth-child(1) {
  width: 40px;
  height: 40px;
}
.footer__sns a:nth-child(2) {
  width: 32px;
  height: 32px;
}
.footer__sns a:nth-child(3) {
  width: 35px;
  height: 35px;
}
.footer__sns a:nth-child(4) {
  width: 36px;
  height: 36px;
}
@media (any-hover: hover) {
  .footer__sns a:hover {
    opacity: 0.7;
  }
}
.footer__sns a img {
  width: 100%;
  height: auto;
}

footer {
  color: #fff !important;
}
footer a {
  color: inherit !important;
}/*# sourceMappingURL=style.css.map */