@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset {
  border: 0; }

img {
  border: none;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

body {
  font: 13px arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

table {
  font-size: inherit;
  font: 100%; }

/* for Safari */
select, input, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

pre, code {
  font: 115% monospace;
  *font-size: 100%; }

body * {
  line-height: 1.66;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block; }

html {
  margin-bottom: 1px;
  height: 100%; }

body {
  color: #888;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  word-break: break-all; }

hr {
  display: none; }

.inner {
  margin: 0 auto;
  text-align: left; }

a {
  color: #1197ce;
  text-decoration: none; }

img {
  height: auto;
  max-width: 100%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  text-align: center; }

.pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 350%;
  text-align: right;
  z-index: 10000; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

iframe[src^="https://www.google.com"] {
  height: 25em;
  width: 100%; }

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.button {
  text-align: center; }
  .button a {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #1197ce;
    border: double 3px #1197ce;
    border-radius: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .button a:hover {
      background: #1197ce;
      color: white; }

header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  header #header_inner {
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    header #header_inner .inner {
      position: relative;
      width: 100%; }
      header #header_inner .inner h1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        padding: 15px 0 10px 5%;
        -webkit-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease; }
        header #header_inner .inner h1 img {
          width: 110px; }
      header #header_inner .inner #head_sns {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(255, 255, 255, 0);
        position: absolute;
        top: 0;
        left: 0;
        height: 53px;
        width: 100%;
        z-index: 2;
        padding: 15px 0 15px calc( 5% + 110px);
        -webkit-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease; }
        header #header_inner .inner #head_sns li {
          margin-left: 1em; }
          header #header_inner .inner #head_sns li a {
            line-height: 1;
            font-size: 150%; }
      header #header_inner .inner #nav-toggle {
        background-color: rgba(255, 255, 255, 0);
        position: absolute;
        top: 0;
        right: 5%;
        height: 37px;
        width: 33px;
        padding: 15px 5% 0 0;
        cursor: pointer;
        -webkit-transition: opacity .2s ease, visibility .2s ease, background .2s ease;
        -o-transition: opacity .2s ease, visibility .2s ease, background .2s ease;
        transition: opacity .2s ease, visibility .2s ease, background .2s ease;
        z-index: 2; }
        header #header_inner .inner #nav-toggle > div {
          position: relative;
          width: 33px; }
          header #header_inner .inner #nav-toggle > div span {
            height: 2px;
            display: block;
            background: black;
            position: absolute;
            -webkit-transition: top .2s ease, background .2s ease, -webkit-transform .2s ease-in-out;
            transition: top .2s ease, background .2s ease, -webkit-transform .2s ease-in-out;
            -o-transition: transform .2s ease-in-out, top .2s ease, background .2s ease;
            transition: transform .2s ease-in-out, top .2s ease, background .2s ease;
            transition: transform .2s ease-in-out, top .2s ease, background .2s ease, -webkit-transform .2s ease-in-out;
            left: 0;
            width: 33px; }
            header #header_inner .inner #nav-toggle > div span:nth-child(1) {
              top: 0; }
            header #header_inner .inner #nav-toggle > div span:nth-child(2) {
              top: 11px; }
            header #header_inner .inner #nav-toggle > div span:nth-child(3) {
              top: 22px; }
      header #header_inner .inner #menuContainer {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.85);
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility .2s ease-in-out,  opacity .2s ease-in-out;
        -o-transition: visibility .2s ease-in-out,  opacity .2s ease-in-out;
        transition: visibility .2s ease-in-out,  opacity .2s ease-in-out;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        header #header_inner .inner #menuContainer #g_navi {
          font-size: 150%;
          text-align: center; }
          header #header_inner .inner #menuContainer #g_navi li {
            margin: 5vh 0; }
            header #header_inner .inner #menuContainer #g_navi li a {
              color: white;
              padding: 0.5em; }
    header #header_inner.fixed {
      position: fixed;
      top: 0;
      width: 100%; }
      header #header_inner.fixed .inner #head_sns {
        background-color: white; }
      header #header_inner.fixed .inner #nav-toggle > div span {
        background: #1197ce; }
  header .slider {
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    list-style: none;
    padding: 0; }
    header .slider li img {
      width: 100%; }

.open header #header_inner #nav-toggle > div span {
  background: #fff; }
  .open header #header_inner #nav-toggle > div span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open header #header_inner #nav-toggle > div span:nth-child(2) {
    top: 11px;
    width: 0 !important;
    left: 50%; }
  .open header #header_inner #nav-toggle > div span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.open header #header_inner.fixed #nav-toggle > div span {
  background: #1197ce; }

.open header #header_inner #menuContainer {
  opacity: 1;
  visibility: visible; }

body #topicpath {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em; }
  body #topicpath li {
    padding: 3px 0; }
    body #topicpath li:after {
      content: '　＞　'; }
    body #topicpath li:last-child:after {
      content: ''; }

body #content h2 {
  background-color: #f9f9f9;
  margin: 4em 0 2em;
  padding: 3em;
  color: #181818;
  font-size: 150%; }
  body #content h2 span {
    font-size: 75%; }

body #content #contentInner p,
body #content #contentInner ul,
body #content #contentInner ol,
body #content #contentInner dl,
body #content #contentInner table {
  margin-bottom: 2em; }

body #content #contentInner h3,
body #content #contentInner h4,
body #content #contentInner h5,
body #content #contentInner h6 {
  color: #181818;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 4em; }
  body #content #contentInner h3:first-child,
  body #content #contentInner h4:first-child,
  body #content #contentInner h5:first-child,
  body #content #contentInner h6:first-child {
    margin-top: 0; }

body #content #contentInner ul {
  list-style-type: disc;
  padding-left: 25px; }

body #content #contentInner ol {
  list-style-type: decimal;
  padding-left: 25px; }

body #content #contentInner table {
  border-top: 1px solid white;
  border-left: 1px solid white;
  font-size: 80%;
  width: 100%; }
  body #content #contentInner table th,
  body #content #contentInner table td {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0.5em 1em;
    width: auto !important; }
  body #content #contentInner table th {
    background-color: #eee;
    color: #181818;
    white-space: nowrap; }
  body #content #contentInner table ul,
  body #content #contentInner table ol,
  body #content #contentInner table p:last-child {
    margin: 0; }

body #content #contentInner img {
  height: auto;
  max-width: 100%; }

body #content #contentInner form input[type="text"],
body #content #contentInner form input[type="search"],
body #content #contentInner form input[type="tel"],
body #content #contentInner form input[type="url"],
body #content #contentInner form input[type="email"],
body #content #contentInner form input[type="password"],
body #content #contentInner form input[type="submit"],
body #content #contentInner form textarea {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.5em 1em;
  width: 100%; }

body #content #contentInner form input[type="submit"] {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%; }

body #content #contentInner form .privacy_content {
  background-color: #222;
  border: 1px solid #ccc;
  color: #BDBDBD;
  font-size: 75%;
  padding: 10px 15px;
  overflow-y: scroll;
  height: 200px;
  margin: 0 5% 15px; }
  body #content #contentInner form .privacy_content ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 25px; }

body #content #contentInner form .privacy_content::-webkit-scrollbar {
  display: none; }

body #content #contentInner form .privacy_footer {
  text-align: center; }

body #content #contentInner .wp-caption {
  width: auto !important; }

body #content #sidebar section {
  margin-bottom: 3em; }
  body #content #sidebar section h3 {
    color: #181818; }
  body #content #sidebar section ul {
    list-style: disc;
    padding-left: 25px; }
    body #content #sidebar section ul li {
      font-size: 85%; }
    body #content #sidebar section ul.port_par {
      list-style: none;
      padding-left: 0; }
      body #content #sidebar section ul.port_par ul.children {
        list-style: none;
        padding-left: 0;
        margin-left: 0.5em; }
      body #content #sidebar section ul.port_par li:before {
        content: '■'; }
  body #content #sidebar section#widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px; }
    body #content #sidebar section#widget_recent_entries ul li span {
      display: block; }
    body #content #sidebar section#widget_recent_entries ul li:after {
      content: '';
      display: block;
      background-color: #e7e7e7;
      margin: 10px 0;
      height: 3px;
      width: 60px; }

.pswp .pswp__bg {
  opacity: 0.7 !important; }

footer {
  background-color: #1c1c1c;
  color: #fff;
  padding: 4em 3%; }
  footer h1 {
    margin-bottom: 2em; }
    footer h1 img {
      width: 200px; }
  footer p {
    margin-bottom: 2em; }
  footer ul#sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2em; }
    footer ul#sns li {
      margin: 0 1em; }
      footer ul#sns li i {
        margin: 10px 7px;
        font-size: 14px; }
      footer ul#sns li a {
        color: #FFF;
        float: left;
        background: url("../images/smallhex_w.png") top no-repeat;
        -webkit-transition: background-position 0.2s linear;
        -o-transition: background-position 0.2s linear;
        transition: background-position 0.2s linear;
        width: 31px;
        height: 34px;
        margin: 0 2px; }
        footer ul#sns li a:hover {
          background: url("../images/smallhex_w.png") bottom no-repeat; }
          footer ul#sns li a:hover i {
            color: #86c6ea; }

.home #movie {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 1; }
  .home #movie .backstretch img {
    -webkit-animation: big 8s linear forwards;
    animation: big 8s linear forwards; }

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }

@keyframes big {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }

.home #content #contentInner h2:first-child {
  margin-top: 0; }

.home #content #contentInner #portfolio.row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .home #content #contentInner #portfolio.row section {
    text-align: center;
    margin-bottom: 2em; }
    .home #content #contentInner #portfolio.row section a {
      position: relative;
      display: block;
      text-decoration: none; }
      .home #content #contentInner #portfolio.row section a span {
        position: absolute;
        display: block;
        color: white;
        padding: 0.2em 1em; }

body:not(.home) #content h2:first-of-type {
  margin: 53px 0 2em; }

.single #content #contentInner h3 {
  font-size: 135%; }

.single #content #contentInner h4 {
  font-size: 120%; }

.single #content #contentInner h5 {
  font-size: 110%; }

.single #content #contentInner h6 {
  font-size: 105%; }

.single.single-post #content #contentInner .thumb {
  text-align: center; }

.single.single-portfolio #content #contentInner div.psgal_wrap,
.single.single-portfolio #content #contentInner div.movie,
.single.single-portfolio #content #contentInner div.para {
  padding-bottom: 2em; }

.single.single-portfolio #content #contentInner .psgal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single.single-portfolio #content #contentInner .psgal figure {
    margin: 0 0 2em 0;
    text-align: center;
    padding: 0 1%; }
    .single.single-portfolio #content #contentInner .psgal figure a {
      display: block;
      margin-bottom: 0.5em; }
    .single.single-portfolio #content #contentInner .psgal figure figcaption {
      text-align: left;
      margin: 0 auto; }

.single.single-portfolio #content #contentInner div.movie .youtubeWrap {
  margin-bottom: 1em; }

.single.single-portfolio #content #contentInner #similar {
  margin: 5em 0; }
  .single.single-portfolio #content #contentInner #similar section {
    padding: 0 1%; }
    .single.single-portfolio #content #contentInner #similar section a {
      display: block; }

.archive #content #contentInner .page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0; }
  .archive #content #contentInner .page-numbers li {
    margin: 0 0.5em; }
    .archive #content #contentInner .page-numbers li a,
    .archive #content #contentInner .page-numbers li span {
      border: 1px solid #1197ce;
      line-height: 1;
      padding: 0.5em 1em; }
    .archive #content #contentInner .page-numbers li a {
      background-color: #1197ce;
      color: white; }
    .archive #content #contentInner .page-numbers li span {
      background-color: white;
      color: #1197ce; }

.archive.date #content #contentInner section, .archive.category #content #contentInner section, .archive.post-type-archive-post #content #contentInner section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px dotted #888;
  padding-bottom: 3em;
  margin-bottom: 3em; }
  .archive.date #content #contentInner section:last-child, .archive.category #content #contentInner section:last-child, .archive.post-type-archive-post #content #contentInner section:last-child {
    border-bottom: none; }
  .archive.date #content #contentInner section h3, .archive.category #content #contentInner section h3, .archive.post-type-archive-post #content #contentInner section h3 {
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0.5em; }
    .archive.date #content #contentInner section h3 a, .archive.category #content #contentInner section h3 a, .archive.post-type-archive-post #content #contentInner section h3 a {
      color: #181818; }
  .archive.date #content #contentInner section p, .archive.category #content #contentInner section p, .archive.post-type-archive-post #content #contentInner section p {
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0.5em; }
    .archive.date #content #contentInner section p.thumb, .archive.category #content #contentInner section p.thumb, .archive.post-type-archive-post #content #contentInner section p.thumb {
      min-height: 1px;
      -webkit-order: 1;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 1em; }
    .archive.date #content #contentInner section p.more, .archive.category #content #contentInner section p.more, .archive.post-type-archive-post #content #contentInner section p.more {
      -webkit-order: 5;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
  .archive.date #content #contentInner section .excerpt, .archive.category #content #contentInner section .excerpt, .archive.post-type-archive-post #content #contentInner section .excerpt {
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

.archive.tax-portfolios #content #contentInner .row, .archive.post-type-archive-portfolio #content #contentInner .row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .archive.tax-portfolios #content #contentInner .row section, .archive.post-type-archive-portfolio #content #contentInner .row section {
    max-width: 300px;
    text-align: center;
    margin-bottom: 2em; }
    .archive.tax-portfolios #content #contentInner .row section a, .archive.post-type-archive-portfolio #content #contentInner .row section a {
      position: relative;
      display: block;
      text-decoration: none; }
      .archive.tax-portfolios #content #contentInner .row section a span, .archive.post-type-archive-portfolio #content #contentInner .row section a span {
        position: absolute;
        display: block;
        color: white;
        padding: 0.2em 1em; }

@media only screen and (min-width: 760px) {
  #content h2 span {
    border-left: 3px solid #181818;
    margin-left: 2em;
    padding: 1.5em 0 1.5em 2em; }
  #content #contentInner dl.table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #content #contentInner dl.table dt {
      -webkit-flex-basis: 10em;
      -ms-flex-preferred-size: 10em;
      flex-basis: 10em; }
    #content #contentInner dl.table dd {
      -webkit-flex-basis: calc( 100% - 10em);
      -ms-flex-preferred-size: calc( 100% - 10em);
      flex-basis: calc( 100% - 10em);
      margin-bottom: 0.5em; }
  .home #movie {
    height: 100vh; }
  .home #content #contentInner .half .row,
  .home #content #contentInner .thirty .row {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home #content #contentInner .half .row .right img,
    .home #content #contentInner .half .row .left img,
    .home #content #contentInner .thirty .row .right img,
    .home #content #contentInner .thirty .row .left img {
      width: 100%; }
    .home #content #contentInner .half .row .right h3:first-child,
    .home #content #contentInner .half .row .right h4:first-child,
    .home #content #contentInner .half .row .left h3:first-child,
    .home #content #contentInner .half .row .left h4:first-child,
    .home #content #contentInner .thirty .row .right h3:first-child,
    .home #content #contentInner .thirty .row .right h4:first-child,
    .home #content #contentInner .thirty .row .left h3:first-child,
    .home #content #contentInner .thirty .row .left h4:first-child {
      margin-top: 0; }
  .home #content #contentInner .half .row .right,
  .home #content #contentInner .half .row .left {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
  .home #content #contentInner .thirty .row .left {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }
  .home #content #contentInner .thirty .row .right {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%; }
  .home #content #contentInner #portfolio.row {
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .home #content #contentInner #portfolio.row section {
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      margin-right: 5%; }
      .home #content #contentInner #portfolio.row section:nth-child(3n) {
        margin-right: 0; }
      .home #content #contentInner #portfolio.row section a img {
        width: 100%; }
  .archive #content .row {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .archive #content .row #contentInner {
      -webkit-flex-basis: calc(90% - 12em);
      -ms-flex-preferred-size: calc(90% - 12em);
      flex-basis: calc(90% - 12em); }
    .archive #content .row #sidebar {
      -webkit-flex-basis: 12em;
      -ms-flex-preferred-size: 12em;
      flex-basis: 12em; }
  .archive.tax-portfolios #content #contentInner .row, .archive.post-type-archive-portfolio #content #contentInner .row {
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .archive.tax-portfolios #content #contentInner .row section, .archive.post-type-archive-portfolio #content #contentInner .row section {
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      margin-right: 5%; }
      .archive.tax-portfolios #content #contentInner .row section:nth-child(3n), .archive.post-type-archive-portfolio #content #contentInner .row section:nth-child(3n) {
        margin-right: 0; }
      .archive.tax-portfolios #content #contentInner .row section a img, .archive.post-type-archive-portfolio #content #contentInner .row section a img {
        width: 100%; }
  .single.single-portfolio #content #contentInner .psgal figure {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
    .single.single-portfolio #content #contentInner .psgal figure figcaption {
      font-size: 75%; }
  .single.single-portfolio #content #contentInner .para p,
  .single.single-portfolio #content #contentInner .para ul,
  .single.single-portfolio #content #contentInner .para ol,
  .single.single-portfolio #content #contentInner .para dl,
  .single.single-portfolio #content #contentInner .para table {
    font-size: 85%; }
  .single.single-portfolio #content #contentInner .para2 .row {
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .single.single-portfolio #content #contentInner .para2 .row .para_left {
      margin-right: 2em; }
    .single.single-portfolio #content #contentInner .para2 .row table {
      background-color: #F3F7FA; }
  .single.single-portfolio #content #sidebar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .single.single-portfolio #content #sidebar section {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .single.single-post #content .row {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .single.single-post #content .row #contentInner {
      -webkit-flex-basis: calc(95% - 12em);
      -ms-flex-preferred-size: calc(95% - 12em);
      flex-basis: calc(95% - 12em); }
    .single.single-post #content .row #sidebar {
      -webkit-flex-basis: 12em;
      -ms-flex-preferred-size: 12em;
      flex-basis: 12em; } }

@media only screen and (min-width: 1150px) {
  .mb,
  .tb,
  .tbMb {
    display: none; }
  .inner {
    width: 1100px; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */ }
  body {
    font-size: 18px; }
  .single.single-portfolio #content #contentInner #similar section a {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    position: relative; }
    .single.single-portfolio #content #contentInner #similar section a img {
      position: relative; }
    .single.single-portfolio #content #contentInner #similar section a p {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: background .2s ease-in-out;
      -o-transition: background .2s ease-in-out;
      transition: background .2s ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .single.single-portfolio #content #contentInner #similar section a:hover {
      color: white;
      opacity: 1.0;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      -moz-opacity: 1.0;
      -khtml-opacity: 1.0; }
      .single.single-portfolio #content #contentInner #similar section a:hover p {
        background-color: rgba(0, 0, 0, 0.5); } }

@media only screen and (max-width: 1149px) {
  .inner {
    width: 94%; } }

@media only screen and (min-width: 760px) and (max-width: 1149px) {
  .pc,
  .mb,
  .pcMb {
    display: none; } }

@media only screen and (max-width: 759px) {
  .pc,
  .tb,
  .pcTb {
    display: none; }
  header {
    position: relative; }
    header #movie {
      position: absolute;
      top: 0;
      left: 0; }
  #content h2 span {
    border-top: 3px solid #181818;
    padding-top: 0.5em; }
  footer h1 img {
    width: 100px; }
  .home #movie {
    height: 100vh; }
  .home #content #contentInner .row#portfolio {
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .home #content #contentInner .row#portfolio section {
      -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }
  .home #content #contentInner .row:not(#portfolio) {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home #content #contentInner .row:not(#portfolio) img {
      display: block;
      margin: 0 auto;
      max-width: 60%; }
  .single #content > .row,
  .archive #content > .row {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .archive.tax-portfolios #content #contentInner .row section, .archive.post-type-archive-portfolio #content #contentInner .row section {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
  .single.single-portfolio #content #contentInner .psgal figure {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .single.single-portfolio #content #contentInner .para2 .row {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single.single-portfolio #content #contentInner .para2 .row .para_left,
    .single.single-portfolio #content #contentInner .para2 .row .para_right {
      width: 100% !important; }
  .single.single-portfolio #content #contentInner #similar .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single.single-portfolio #content #contentInner #similar .row section {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .single.single-portfolio #content #sidebar {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
