@charset "UTF-8";
@import "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
/* =====================================
	BASE
===================================== */
/*--------------------------------------
  Font Responsive
--------------------------------------*/
html {
  font-size: 100%;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.53333;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 93.75%;
  color: #000;
}

a {
  color: #32b4b4;
}
a:visited {
  color: #32b4b4;
}
a:focus {
  color: #32b4b4;
}
a:hover {
  color: #32b4b4;
}
a:active {
  color: #32b4b4;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

/* tel */
a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* img */
img {
  width: auto;
  max-width: 100%;
}

/* スマホ禁止事項 */
* {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* 選択不可 */
*:not(input) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* hover */
/*
a img:hover {
  @include opacity(.7);
}
*/
/*--------------------------------------
  PC TB SP
--------------------------------------*/
.sp {
  display: none;
}

.mb {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}
/* =====================================
	MODULE
===================================== */
/* margins paddings */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

/* text indent */
/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

/*
Theme Name: 1AS
Theme URI: https://thepixeltribe.com/template/draft-portfolio/
Author: Pixel Tribe
Author URI: https://thepixeltribe.com
Description: A minimally beautiful WordPress theme for Photographers, designer & illustrators.
Version: 1.5.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: draft-portfolio
Tags: two-columns, three-columns, right-sidebar, grid-layout, custom-background, custom-menu, custom-logo, featured-images, theme-options, translation-ready, blog, portfolio


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

draft portfolio is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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 {
  font-size: 2em;
  margin: 30px 0 0 60px;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  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: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid #000;
  background: transparent;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 15px 25px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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 #eee;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  background: #f5f5f5;
}

select {
  border: 1px solid #ccc;
}

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;
}

input[type="search"] {
  width: 67%;
  border: 2px solid;
  padding: 12px;
}

textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

.oveseen {
  overflow: visible !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

/*
a:hover,
a:focus,
a:active {
  opacity:0.7;
}
*/
a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  margin-bottom: 67.5px;
}

.site-branding h1 {
  margin-bottom: 0;
  max-width: 111px;
  float: left;
}

.site-branding h1 a {
  color: #000;
}

.site-branding p {
  margin-top: 0;
  color: #777;
  font-size: 12px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#cssmenu {
  background: transparent;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cssmenu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  float: none;
  text-align: right;
  padding-top: 15px;
}

#cssmenu ul:after,
#cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#cssmenu a {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul li a {
  display: inline-block;
}

#cssmenu ul li a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  margin: 10px 0 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

#cssmenu ul li a:hover:after {
  width: 100%;
  background: #eee;
}

#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 9999;
}

#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}

#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}

#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}

#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
  text-align: left;
}

#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #777;
}

#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #eee;
}

#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}

#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}

#cssmenu > ul > li {
  display: inline-block;
}

#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}

#cssmenu.align-center > ul {
  text-align: center;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul {
  float: right;
}

#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}

#cssmenu.align-right ul ul li a {
  text-align: right;
}

/*
#cssmenu>ul>li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  z-index: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  -webkit-transition: border-bottom .2s;
  -moz-transition: border-bottom .2s;
  -ms-transition: border-bottom .2s;
  -o-transition: border-bottom .2s;
  transition: border-bottom .2s;
}
*/
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}

#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}

#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #eee;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}

#cssmenu > ul > li > a {
  color: #B4B4AF;
  padding: 15px 15px 5px;
  text-transform: capitalize;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  z-index: 2;
  position: relative;
}

#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000;
}

#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #eee;
}

#cssmenu > ul > li:hover > ul {
  left: 0;
}

#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li > a {
  width: auto;
  display: inline-block;
}

#cssmenu > ul > li {
  width: auto;
}

#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}

#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}

@media screen and (max-width: 600px) {
  #masthead {
    padding-top: 44px;
  }

  #cssmenu {
    position: fixed;
    z-index: 999;
    top: 20px;
    right: 20px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }

  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    /*
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
    */
  }

  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }

  #cssmenu.align-right ul li a {
    text-align: left;
  }

  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }

  #cssmenu.align-right ul ul li a {
    text-align: left;
  }

  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }

  #cssmenu ul li ul li a {
    width: 100%;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu.align-center > ul > li {
    display: block;
  }

  #cssmenu.activeWrap {
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    color: #B4B4AF;
  }

  #cssmenu > ul.open {
    max-height: 1000px;
    padding-top: 100px;
  }

  #cssmenu ul {
    width: 50px;
  }

  #cssmenu.activeWrap ul {
    width: 100%;
  }

  #cssmenu ul > li {
    float: none;
    width: 100%;
  }

  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }

  #cssmenu ul > li:after {
    display: none;
  }

  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }

  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }

  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }

  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #333;
  }

  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }

  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }

  #cssmenu #menu-button {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
  }

  #menu-button,
  #menu-button span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  #menu-button {
    position: relative;
    width: 50px;
    height: 44px;
  }

  #menu-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }

  #menu-button span:nth-of-type(1) {
    top: 0;
  }

  #menu-button span:nth-of-type(2) {
    top: 20px;
  }

  #menu-button span:nth-of-type(3) {
    bottom: 0;
  }

  #menu-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }

  #menu-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  #menu-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }

  /*
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    right: 20px;
    top: 26px;
  }
  */
}
.site-footer #cssmenu ul {
  text-align: center;
}

.site-footer #cssmenu > ul > li > a {
  color: #eee;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-links {
  text-align: center;
}

.pagination {
  padding: 1em 0;
  text-align: center;
}

.pagination a {
  padding: 1em;
  color: #fff;
  padding: 0.5em;
  border-radius: 5px;
  background: #333;
}

.pagination a:hover {
  background: transparent;
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 0 0 0 1em;
}

#secondary h2.widget-title {
  font-size: 17px;
}

#secondary ul {
  padding: 0;
  margin: 0 0 0 15px;
  list-style: none;
}

#secondary ul li {
  padding: 5px;
  border-bottom: 1px dashed #eee;
  text-transform: capitalize;
}

#secondary ul li a {
  color: #555;
}

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.grid-item {
  line-height: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.grid-item {
  line-height: 0;
  overflow: hidden;
  background: #fff;
  width: 33.3% !important;
}

.grid-item,
.portfolio-item {
  margin-bottom: 20px;
}

.grid-item .overbox {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 0 1em;
}

.grid-item .overbox2 {
  position: relative;
  padding: 1em;
  text-align: center;
  background: #ECEFF1;
}

.grid-item .overbox2 h2 {
  font-size: 18px;
  line-height: 1;
}

.grid-item .taglines2 {
  color: #78909C;
  line-height: 1;
}

.grid-item .overbox h2
.grid-item .overbox2 h2 {
  font-size: 16px;
}

.grid-item .overbox h2 a {
  color: #2ecc71;
}

.grid-item .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.grid-item .overtext {
  text-align: center;
}

.post-thumb {
  overflow: hidden;
}

.post-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
}

.grid-item:hover .post-thumb img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.grid-item .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.grid-item:hover .title,
.grid-item:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.tagline a,
.tagline2 a {
  color: #2ecc71;
  font-size: 14px;
}

.tagline,
.tagline2 {
  font-size: 0.8em;
  opacity: 0;
  color: #bb9d56;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.grid-item:hover .tagline,
.grid-item:focus .tagline,
.portfolio-item:hover .tagline,
.portfolio-item:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.site-footer {
  background: #000;
  width: 100%;
  padding: .8em 0;
  position: relative;
}

.site-footer .site-info,
.site-footer .site-info a {
  color: #777;
  font-size: 11px;
  text-align: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments ul,
#comments ol {
  padding: 0;
  margin: 0;
}

#comments {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 0px;
  margin-top: 40px;
  clear: left;
  display: block;
  background: #ffffff;
  border-bottom: 8px solid #e0e0e2;
}

#responder {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #707070;
  clear: left;
  padding-top: 0px;
  background: #ffffff;
  border-bottom: 8px solid #e0e0e2;
  margin-top: 40px;
}

#commentform {
  margin: 30px;
}

.comment-content:after {
  clear: none;
}

.comments-area {
  width: 60%;
  margin: 0 auto;
}

.comment-notes {
  font-size: 15px;
}

.form-allowed-tags {
  display: none;
}

.comment-form-comment textarea {
  clear: both;
  padding: 10px;
  display: block;
  width: 95%;
}

.comment-form-comment label {
  display: none;
}

.commentinfo {
  font-size: 15px;
  margin-top: 10px;
}

.cancelcomment {
  margin-bottom: 10px;
}

.form-allowed-tags {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.comment-form-author label {
  margin-top: 10px;
  font-size: 15px;
  display: block;
}

.comment-form-author input {
  width: 95%;
  padding: 10px;
}

.comment-form-email label {
  font-size: 15px;
  display: block;
}

.comment-form-email input {
  width: 95%;
  padding: 10px;
}

.comment-form-comment label {
  font-size: 15px;
  display: block;
}

.comment-form-comment input {
  width: 95%;
  padding: 10px;
}

.comment-form-url label {
  font-size: 15px;
  display: block;
}

.comment-form-url input {
  width: 95%;
  margin-bottom: 20px;
  padding: 10px;
}

#comments .edit-link {
  clear: both;
  margin-left: 15px;
}

.pingback {
  margin-left: 50px;
}

.pingback .comment-body {
  margin-left: 10px;
}

.comment {
  line-height: 20px;
}

#commentsform {
  padding-right: 10px;
  position: relative;
  margin-bottom: 0px;
}

#comments p {
  line-height: 24px;
}

.yours {
  float: right;
  margin-top: 20px;
}

.comment {
  padding-bottom: 20px;
}

.comment-author a {
  color: #C8C8C8;
}

.fn {
  font-style: normal;
}

.comment-meta {
  font-size: 11px;
}

.comment-meta span {
  display: inline;
}

.comment-meta a {
  border-bottom: 0px;
}

.comment-meta a:visited {
  border-bottom: 0px;
}

.comment-body {
  margin-left: 70px;
  margin-right: 50px;
}

.comment-body p {
  margin-top: 0px;
  line-height: 20px;
  margin-left: 53px;
}

.comment li {
  margin-top: 50px;
}

.comment {
  list-style-type: none;
  margin-top: 0px;
}

.depth-1 {
  margin-top: 50px;
}

.depth-2 {
  margin-top: 50px;
  margin-left: 10%;
}

.depth-3 {
  margin-top: 50px;
  margin-left: 10%;
}

.reply {
  float: right;
  position: relative;
  border-bottom: 3px solid #e2e2e2;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  clear: both;
}

.comment-reply-link {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 1;
  padding: .6em 1em .6em;
  color: white !important;
  background-color: #1e1e1e;
}

a.comment-reply-link {
  float: right;
}

a.comment-reply-link:visited {
  color: white;
}

a.comment-reply-link:hover {
  background-color: #4C4C4C;
  color: white;
}

.commentinput {
  width: 50%;
  margin-bottom: 20px;
}

.commentbox {
  width: 70%;
  height: 150px;
}

.commentinfo {
  font-size: 11px;
  margin-top: 20px;
}

.commentsubmit {
  margin-top: 20px;
  display: block;
  background-color: #464646;
  color: white;
  border: 0px;
  font-size: 11px;
  padding: 5px 15px;
}

.commentsubmit:hover {
  background-color: #464646;
  cursor: pointer;
}

.cancelcomment {
  margin-bottom: 10px;
}

#comments .avatar {
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#comments .comment-author {
  font-size: 14px;
  color: #010101;
  clear: both;
}

.comments-title {
  padding: 20px;
  border-bottom: 3px solid #e2e2e2;
  font-size: 20px;
}

.comments-title span {
  display: inline;
}

.comments-title .fa {
  color: #ed1c24;
  margin-right: 7px;
}

#reply-title {
  font-size: 20px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

.comment-reply-title {
  clear: both;
}

.comment-content {
  padding-left: 8px;
}

.comment-metadata {
  font-size: 11px;
}

.no-comments {
  font-size: 15px;
  font-weight: 400;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## 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;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.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;
}

@media handheld, only screen and (max-width: 640px) {
  .grid-item {
    width: 100%;
  }
}
/* =====================================
  COMMON
===================================== */
#main {
  width: 100%;
  padding-right: 0;
}

#secondary {
  display: none;
}

.site-footer {
  /*
  position: fixed;
  bottom: 0;
  left: 0;
  */
  background: #B4B4AF;
}

.site-footer .site-info {
  letter-spacing: .1em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #fff;
}

#cssmenu > ul > li > a {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  #cssmenu > ul > li > a {
    font-size: 24px;
  }

  #cssmenu ul li a:after {
    display: none;
  }
}
/* =====================================
  TOP
===================================== */
.home header.entry-header {
  display: none;
}

.home .site-branding {
  display: none;
}

.home .main-nav {
  width: 100%;
  float: none;
}

.home #cssmenu ul {
  text-align: center;
}

/*--------------------------------------
  Texts
--------------------------------------*/
*[class*=text0] {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.text01 {
  font-size: 120%;
  letter-spacing: .04em;
  line-height: 35px;
}

.text02 {
  font-size: 133.33333%;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 35px;
}

.text03 {
  font-size: 253.33333%;
  font-weight: bolder;
  letter-spacing: .02em;
  line-height: 1.8;
}

/***************************************
  edit plus by. 1as1chiban
/***************************************
/* =====================================
  SHARE
===================================== */
/*--------------------------------------
  Layout
--------------------------------------*/
#page {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------
  Gnavi
--------------------------------------*/
#menu-button {
  text-indent: -9999px;
}

/* =====================================
  TOP
===================================== */
.home {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.home header.entry-header {
  display: none;
}

.home .site-branding {
  display: none;
}

.home .main-nav {
  width: 100%;
  float: none;
}

.home #cssmenu ul {
  text-align: center;
}

.img_main img {
  width: 100%;
  max-width: 366px !important;
}

.home #post-10.hentry {
  margin-bottom: 100px;
}

@media screen and (min-height: 700px) {
  .img_main img {
    max-width: 550px !important;
  }
}
@media screen and (max-width: 600px) {
  .img_main img {
    width: 95%;
  }
}
/* =====================================
  UNDER
===================================== */
/*--------------------------------------
  Default
--------------------------------------*/
body:not(.home) #page {
  padding: 0;
}
body:not(.home) #page #masthead .pull-right {
  float: none;
  margin: 0 auto;
  max-width: 545px;
}
body:not(.home) #page #cssmenu ul {
  padding-top: 30px;
  text-align: left;
}
body:not(.home) #page header.entry-header {
  display: none;
}
body:not(.home) #page .site-branding h1 a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  opacity: 1 !important;
}
body:not(.home) #page #main {
  max-width: 500px;
  margin: 0 auto;
}
body:not(.home) #page #masthead {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  body:not(.home) #page .site-branding h1 {
    float: none;
    margin: 30px auto 0;
  }
  body:not(.home) #page #masthead {
    margin-bottom: 0;
  }
  body:not(.home) #page #masthead .pull-right {
    float: none;
  }
  body:not(.home) #page #cssmenu ul {
    padding-top: 20px;
  }
  body:not(.home) #page .page-content, body:not(.home) #page .entry-content, body:not(.home) #page .entry-summary {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  body:not(.home) #page #masthead {
    padding-top: 86px;
  }
  body:not(.home) #page #masthead .site-branding {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 90px;
    background: #fff;
  }
  body:not(.home) #page #masthead .site-branding h1 {
    margin: 21px 0 0 22px;
  }
  body:not(.home) #page #cssmenu ul {
    padding-top: 74px;
    text-align: center;
  }
}
/*--------------------------------------
  Concept
--------------------------------------*/
.page-id-16 #main, .page-id-16 #page #masthead .pull-right {
  max-width: 600px !important;
}

@media screen and (max-width: 600px) {
  .page-id-16 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .text01 {
    font-size: 16px;
    font-size: 2.66667vw;
    line-height: 2.1875;
  }

  .text02 {
    font-size: 20px;
    font-size: 3.33333vw;
    line-height: 1.75;
  }

  .text03 {
    font-size: 38px;
    font-size: 6.33333vw;
    line-height: 1.82;
  }
}
/*--------------------------------------
  Works
--------------------------------------*/
.post-type-archive #sidemenu, .tax-works_cat #sidemenu, .single-works #sidemenu {
  width: 190px;
  float: left;
  margin-top: 15px;
  margin-left: 60px;
}
.post-type-archive #sidemenu ul, .tax-works_cat #sidemenu ul, .single-works #sidemenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-type-archive #sidemenu ul a, .tax-works_cat #sidemenu ul a, .single-works #sidemenu ul a {
  color: #000;
}
.post-type-archive #sidemenu ul a:hover, .tax-works_cat #sidemenu ul a:hover, .single-works #sidemenu ul a:hover {
  color: #B4B4AF;
}
.post-type-archive #primary, .tax-works_cat #primary, .single-works #primary {
  margin: 0 auto;
}

.post-type-archive #primary, .tax-works_cat #primary {
  width: 680px;
  padding: 15px;
  /* float: left; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  .post-type-archive #primary, .tax-works_cat #primary {
    float: left;
  }
}
.post-type-archive #primary #main, .tax-works_cat #primary #main {
  max-width: 100% !important;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.post-type-archive #primary #main article, .tax-works_cat #primary #main article {
  width: 32%;
  margin: 0 2% 2.4em 0;
}
.post-type-archive #primary #main article:nth-child(3n), .tax-works_cat #primary #main article:nth-child(3n) {
  margin-right: 0;
}
.post-type-archive #primary #main article .entry-content, .tax-works_cat #primary #main article .entry-content {
  margin: .4em 0 0;
}
.post-type-archive #primary #main article .entry-content a, .tax-works_cat #primary #main article .entry-content a {
  color: #000;
}
.post-type-archive #primary #main article .entry-content a:hover, .tax-works_cat #primary #main article .entry-content a:hover {
  color: #B4B4AF;
}
.post-type-archive .site-branding h1, .tax-works_cat .site-branding h1 {
  width: 190px;
  max-width: 190px;
}
.post-type-archive .site-branding h1 img, .tax-works_cat .site-branding h1 img {
  max-width: 111px;
}

.single-works h1 {
  margin: 30px 79px 0 60px;
}
.single-works #sidemenu {
  margin-top: 40px;
}
.single-works #primary {
  float: left;
}
.single-works #primary .entry-header {
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-works #primary .entry-header h2 {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .05;
}
.single-works #primary .entry-content {
  margin-top: 0;
}
.single-works .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

body:not(.home).single-works #page header.entry-header {
  display: block;
}

body.tax-works_cat #sidemenu ul .current-cat a {
  color: #32b4b4;
}
/*
body:not(.home).post-type-archive #page #masthead .pull-right, body:not(.home).tax-works_cat #page #masthead .pull-right {
  max-width: 680px;
  float: left;
}
*/
body:not(.home).single-works #page #masthead .pull-right {
  max-width: 500px;
  float: left;
}

@media screen and (max-width: 960px) {
  .post-type-archive #sidemenu, .tax-works_cat #sidemenu, .single-works #sidemenu {
    width: 25%;
    margin-left: 0;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .post-type-archive #primary, .tax-works_cat #primary, .single-works #primary {
    width: 75%;
    float: right;
  }

  body:not(.home).post-type-archive #page #masthead .pull-right, body:not(.home).tax-works_cat #page #masthead .pull-right, body:not(.home).single-works #page #masthead .pull-right {
    float: none;
    text-align: center;
  }

  .site-branding h1 img {
    display: block;
    margin: 0 auto;
  }

  body:not(.home).post-type-archive #page #masthead .pull-right, body:not(.home).tax-works_cat #page #masthead .pull-right {
    max-width: 504px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive #primary #main article, .tax-works_cat #primary #main article {
    width: 49%;
    margin: 0 2% 2em 0;
  }
  .post-type-archive #primary #main article:nth-child(3n), .tax-works_cat #primary #main article:nth-child(3n) {
    margin-right: 2%;
  }
  .post-type-archive #primary #main article:nth-child(even), .tax-works_cat #primary #main article:nth-child(even) {
    margin-right: 0;
  }
  .post-type-archive #primary #main article .entry-content, .tax-works_cat #primary #main article .entry-content {
    margin: .4em 0 0;
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive #sidemenu, .tax-works_cat #sidemenu, .single-works #sidemenu {
    width: 100%;
    float: none;
    padding: 0 15px;
    text-align: center;
  }
  .post-type-archive #sidemenu li, .tax-works_cat #sidemenu li, .single-works #sidemenu li {
    display: inline-block;
    margin-right: 22px;
  }
  .post-type-archive #sidemenu li:last-child, .tax-works_cat #sidemenu li:last-child, .single-works #sidemenu li:last-child {
    margin-right: 0;
  }
  .post-type-archive #primary, .tax-works_cat #primary, .single-works #primary {
    width: 100%;
  }
  .post-type-archive .site-branding h1, .tax-works_cat .site-branding h1, .single-works .site-branding h1 {
    width: 111px;
  }

  .single-works #sidemenu {
    margin: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .post-type-archive article, .tax-works_cat article {
    font-size: 15px;
    font-size: 2.5vw;
  }
}
/*--------------------------------------
  Company
--------------------------------------*/
.page-id-22 {
  line-height: 1.6;
  letter-spacing: .1em;
}
.page-id-22 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.page-id-22 p {
  margin: 0;
}

@media screen and (max-width: 600px) {
  body:not(.home).page-id-22 #page {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  body:not(.home).page-id-22 .table01 tr:last-child {
    font-size: 13px;
  }
}
/*--------------------------------------
  News
--------------------------------------*/
body:not(.home) #page .category-news header.entry-header {
  display: block;
}
body:not(.home) #page .category-news .entry-meta {
  text-align: right;
}

body:not(.home).category-news header.page-header {
  display: none;
}
body:not(.home).category-news h2 {
  display: inline-block;
  font-size: 133.33333%;
  font-weight: normal;
  line-height: 1.65 !important;
  letter-spacing: .1em;
  margin-bottom: 1em !important;
}
body:not(.home).category-news #main article {
  border-bottom: 1px dashed #B4B4AF;
}
body:not(.home).category-news .entry-content {
  margin-top: 0;
}
body:not(.home).category-news a {
  color: #000;
}
body:not(.home).category-news a:hover {
  color: #B4B4AF;
}

.newsLabel {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: .2em;
  padding: 0 6px 0 8px;
  background: #32B4B4;
  color: #fff;
  margin-bottom: .5em;
  vertical-align: middle;
  margin-right: 6px;
}

#primary .category-news h1 {
  display: inline-block;
  font-size: 22px;
  margin: 0;
}

.minH {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 600px) {
  .category-news #main {
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-news article {
    font-size: 15px;
    font-size: 2.5vw;
  }

  body:not(.home).category-news h2 {
    font-size: 20px;
    font-size: 3.33333vw;
  }

  #main.minH {
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.minH h1.entry-title {
    display: inline;
  }
  #main.minH .newsLabel {
    text-align: center;
  }
}
body:not(.home).single-post {
  padding-bottom: 60px;
}
body:not(.home).single-post #colophon {
  position: fixed;
  left: 0;
  bottom: 0;
}

/*--------------------------------------
  Contact
--------------------------------------*/
.page-id-24 {
  line-height: 1.66667;
}
.page-id-24 h2 {
  font-size: 133.33333%;
  font-weight: normal;
  line-height: 1.65 !important;
  letter-spacing: .1em;
  margin-bottom: 1em !important;
}
.page-id-24 .linkMail {
  font-size: 150%;
  line-height: 1.2;
}
.page-id-24 dl dt {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: .2em;
  padding: 0 6px 0 8px;
  background: #32B4B4;
  color: #fff;
  margin-bottom: .5em;
}
.page-id-24 dl dd {
  margin: 0;
  font-size: 13px;
}

/* =====================================
  Module
===================================== */
/*--------------------------------------
  Tables
--------------------------------------*/
.table01 {
  width: 100%;
  table-layout: fixed;
}
.table01 th, .table01 td {
  padding: 0 0 1em 0;
  vertical-align: top;
  text-align: left;
}
.table01 th {
  width: 30%;
  font-weight: normal;
}
.table01 td {
  width: 70%;
}

@media screen and (max-width: 600px) {
  .table01 th {
    width: 25%;
  }
  .table01 td {
    width: 75%;
  }
  .table01 a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/*--------------------------------------
  Icons
--------------------------------------*/
.icon_pin01 {
  display: inline-block;
  text-indent: -9999px;
  width: 9px;
  height: 17px;
  background: url("img/icon_pin.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 2px 0 4px;
}

/*--------------------------------------
  Google Map
--------------------------------------*/
#map_canvas {
  width: 100%;
  height: 260px;
}

/*--------------------------------------
  Google Map
--------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  width: 100%;
}
.site-main .comment-navigation .nav-previous, .site-main .posts-navigation .nav-previous, .site-main .post-navigation .nav-previous {
  text-align: left;
}