@charset "UTF-8";
/*
Theme Name:  garbo architects Theme
Theme URI: http://www.www.www/
Description: This is garbo architects's theme.
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  margin-top: 0px !important;
}

body * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

a {
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

img,
svg {
  vertical-align: top;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 136px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6%;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 120px;
    padding: 0 10%;
  }
}

.p-header__img {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .p-header__img {
    width: 148px;
  }
}

/* ハンバーガーアイコン */
.hamburger {
  position: fixed;
  top: 20px;
  background: #f2f2f2;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1004;
  top: 40px;
  right: 6%;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: auto;
    bottom: 3%;
    right: 6%;
  }
}

.hamburger.active {
  border-radius: 20px 20px 0px 0px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .hamburger.active {
    border-radius: 0 0 20px 20px;
  }
}

.hamburger .bar {
  width: 24px;
  height: 2px;
  left: 18px;
  border-radius: 100px;
  background-color: #212121;
  margin: 5px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100000000000;
}

.hamburger .bar:nth-child(1) {
  top: 16px;
  position: absolute;
}

.hamburger .bar:nth-child(2) {
  top: 24px;
  position: absolute;
}

.hamburger .bar:nth-child(3) {
  top: 32px;
  position: absolute;
}

.hamburger img {
  position: absolute;
  width: 30px;
  left: 0px;
  bottom: 0;
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger img {
    top: 0;
    bottom: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.hamburger.active img {
  opacity: 1;
  left: -29px;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 1001; /* サイドメニューの下 */
  pointer-events: none;
}

/* サイドメニュー */
.side-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1002;
  top: 100px;
  bottom: calc(3% + 59px);
  right: 6%;
  width: 88%;
  height: calc(80% - 119px);
  max-width: 400px;
  border-radius: 20px 20px 20px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .side-menu {
    top: auto;
    right: 6%;
    height: calc(80% - 59px);
    bottom: calc(3% + 59px);
    border-radius: 20px 20px 20px 20px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.side-menu.active {
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
  pointer-events: fill;
  border-radius: 20px 0px 20px 20px;
}
@media screen and (max-width: 767px) {
  .side-menu.active {
    border-radius: 20px 20px 0 20px;
  }
}

.side-menu .side-menu__list {
  list-style: none;
  padding: 28px;
}

.side-menu ul li span {
  background: rgba(83, 52, 36, .1254901961);
  color: #533424;
  font-size: 12px;
  padding: 3px 12px 4px;
  border-radius: 10px;
}

.side-menu ul li ul {
  padding: 8px;
}

.side-menu ul li a {
  text-decoration: none;
  font-size: 12px;
}

.p-footer {
  border-top: 1px solid #d3d3d3;
  padding-top: 40px;
  margin: 0 6%;
  margin-top: 64px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin: 0 10%;
  }
}

.p-footer__img {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .p-footer__img {
    width: 148px;
  }
}

.p-footer__produce {
  margin-top: 32px;
  font-size: 11px;
}

.p-footer__produce a {
  text-decoration: underline;
  margin-left: 2px;
}

body {
  display: none;
}

body.hidden {
  overflow: hidden;
}

.p-gallery__head {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 44px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-gallery__head {
    font-size: 11px;
  }
}

.p-gallery {
  margin: 0 6%;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    margin: 0 10%;
  }
}

.p-gallery__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}
@media screen and (max-width: 1150px) {
  .p-gallery__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-gallery__wrap__box {
    margin-bottom: 48px;
  }
}

.p-gallery__wrap__box__thumbnail {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}

.p-gallery__wrap__box__thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-gallery__wrap__box__thumbnail img:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.p-gallery__wrap__box__title {
  font-size: 13px;
  margin: 10px 0 6px;
}

.p-gallery__wrap__box__site-url {
  line-height: 1;
  margin-bottom: 14px;
  font-size: 11px;
  opacity: 0.6;
}

.p-gallery__wrap__box__site-url img {
  width: 10px;
  margin-top: 1px;
  margin-left: 4px;
}

.p-gallery__wrap__box__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p-gallery__wrap__box__categories a {
  height: 22px;
  font-size: 11px;
  color: white;
  padding: 2px 12px 4px;
  border-radius: 100px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-gallery__wrap__box:nth-child(6n+1) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+2) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+3) .p-gallery__wrap__box__thumbnail {
  background: #2fc38d;
}

.p-gallery__wrap__box:nth-child(6n+1) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+2) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+3) .p-gallery__wrap__box__categories a {
  background: #2fc38d;
}

.p-gallery__wrap__box:nth-child(6n+4) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+5) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+6) .p-gallery__wrap__box__thumbnail {
  background: #f78da7;
}

.p-gallery__wrap__box:nth-child(6n+4) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+5) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+6) .p-gallery__wrap__box__categories a {
  background: #f78da7;
}

.p-gallery__wrap__box:nth-child(6n+7) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+8) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+9) .p-gallery__wrap__box__thumbnail {
  background: #a776d5;
}

.p-gallery__wrap__box:nth-child(6n+7) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+8) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+9) .p-gallery__wrap__box__categories a {
  background: #a776d5;
}

.p-gallery__wrap__box:nth-child(6n+10) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+11) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+12) .p-gallery__wrap__box__thumbnail {
  background: #0693e3;
}

.p-gallery__wrap__box:nth-child(6n+10) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+11) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+12) .p-gallery__wrap__box__categories a {
  background: #0693e3;
}

.p-gallery__wrap__box:nth-child(6n+13) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+14) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+15) .p-gallery__wrap__box__thumbnail {
  background: #ff6900;
}

.p-gallery__wrap__box:nth-child(6n+13) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+14) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+15) .p-gallery__wrap__box__categories a {
  background: #ff6900;
}

.p-gallery__wrap__box:nth-child(6n+16) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+17) .p-gallery__wrap__box__thumbnail,
.p-gallery__wrap__box:nth-child(6n+18) .p-gallery__wrap__box__thumbnail {
  background: #cf2e2e;
}

.p-gallery__wrap__box:nth-child(6n+16) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+17) .p-gallery__wrap__box__categories a,
.p-gallery__wrap__box:nth-child(6n+18) .p-gallery__wrap__box__categories a {
  background: #cf2e2e;
}

@media screen and (max-width: 1150px) {
  .p-gallery__wrap__box:nth-child(6n+1) .p-gallery__wrap__box__thumbnail,
  .p-gallery__wrap__box:nth-child(6n+2) .p-gallery__wrap__box__thumbnail {
    background: #2fc38d;
  }
  .p-gallery__wrap__box:nth-child(6n+1) .p-gallery__wrap__box__categories a,
  .p-gallery__wrap__box:nth-child(6n+2) .p-gallery__wrap__box__categories a {
    background: #2fc38d;
  }
  .p-gallery__wrap__box:nth-child(6n+3) .p-gallery__wrap__box__thumbnail,
  .p-gallery__wrap__box:nth-child(6n+4) .p-gallery__wrap__box__thumbnail {
    background: #f78da7;
  }
  .p-gallery__wrap__box:nth-child(6n+3) .p-gallery__wrap__box__categories a,
  .p-gallery__wrap__box:nth-child(6n+4) .p-gallery__wrap__box__categories a {
    background: #f78da7;
  }
  .p-gallery__wrap__box:nth-child(6n+5) .p-gallery__wrap__box__thumbnail,
  .p-gallery__wrap__box:nth-child(6n+6) .p-gallery__wrap__box__thumbnail {
    background: #a776d5;
  }
  .p-gallery__wrap__box:nth-child(6n+5) .p-gallery__wrap__box__categories a,
  .p-gallery__wrap__box:nth-child(6n+6) .p-gallery__wrap__box__categories a {
    background: #a776d5;
  }
  .p-gallery__wrap__box:nth-child(6n+7) .p-gallery__wrap__box__thumbnail,
  .p-gallery__wrap__box:nth-child(6n+8) .p-gallery__wrap__box__thumbnail {
    background: #0693e3;
  }
  .p-gallery__wrap__box:nth-child(6n+7) .p-gallery__wrap__box__categories a,
  .p-gallery__wrap__box:nth-child(6n+8) .p-gallery__wrap__box__categories a {
    background: #0693e3;
  }
  .p-gallery__wrap__box:nth-child(6n+9) .p-gallery__wrap__box__thumbnail,
  .p-gallery__wrap__box:nth-child(6n+10) .p-gallery__wrap__box__thumbnail {
    background: #ff6900;
  }
  .p-gallery__wrap__box:nth-child(6n+9) .p-gallery__wrap__box__categories a,
  .p-gallery__wrap__box:nth-child(6n+10) .p-gallery__wrap__box__categories a {
    background: #ff6900;
  }
  .p-gallery__wrap__box:nth-child(6n+11) .p-gallery__wrap__box__thumbnail,
  .p-gallery__wrap__box:nth-child(6n+12) .p-gallery__wrap__box__thumbnail {
    background: #cf2e2e;
  }
  .p-gallery__wrap__box:nth-child(6n+11) .p-gallery__wrap__box__categories a,
  .p-gallery__wrap__box:nth-child(6n+12) .p-gallery__wrap__box__categories a {
    background: #cf2e2e;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap__box:nth-child(6n+1) .p-gallery__wrap__box__thumbnail {
    background: #2fc38d;
  }
  .p-gallery__wrap__box:nth-child(6n+1) .p-gallery__wrap__box__categories a {
    background: #2fc38d;
  }
  .p-gallery__wrap__box:nth-child(6n+2) .p-gallery__wrap__box__thumbnail {
    background: #f78da7;
  }
  .p-gallery__wrap__box:nth-child(6n+2) .p-gallery__wrap__box__categories a {
    background: #f78da7;
  }
  .p-gallery__wrap__box:nth-child(6n+3) .p-gallery__wrap__box__thumbnail {
    background: #a776d5;
  }
  .p-gallery__wrap__box:nth-child(6n+3) .p-gallery__wrap__box__categories a {
    background: #a776d5;
  }
  .p-gallery__wrap__box:nth-child(6n+4) .p-gallery__wrap__box__thumbnail {
    background: #0693e3;
  }
  .p-gallery__wrap__box:nth-child(6n+4) .p-gallery__wrap__box__categories a {
    background: #0693e3;
  }
  .p-gallery__wrap__box:nth-child(6n+5) .p-gallery__wrap__box__thumbnail {
    background: #ff6900;
  }
  .p-gallery__wrap__box:nth-child(6n+5) .p-gallery__wrap__box__categories a {
    background: #ff6900;
  }
  .p-gallery__wrap__box:nth-child(6n) .p-gallery__wrap__box__thumbnail {
    background: #cf2e2e;
  }
  .p-gallery__wrap__box:nth-child(6n) .p-gallery__wrap__box__categories a {
    background: #cf2e2e;
  }
}
.p-single {
  max-width: 880px;
  margin: auto;
  padding: 0 6%;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 0 10%;
  }
}

.p-single .post-thumbnail img {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.p-single .p-gallery__wrap__box__title {
  font-size: 20px;
  margin: 20px 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single .p-gallery__wrap__box__title {
    font-size: 18px;
    margin: 14px 0 10px;
  }
}

.p-single .p-gallery__wrap__box__site-url {
  margin-bottom: 20px;
  font-size: 13px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-single .p-gallery__wrap__box__site-url {
    font-size: 12px;
  }
}

.p-single .p-gallery__wrap__box__site-url img {
  width: 12px;
  margin-top: 2px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-single .p-gallery__wrap__box__site-url img {
    width: 11px;
  }
}

.p-single .post-categories {
  font-size: 13px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-single .post-categories {
    font-size: 11px;
  }
}

.p-single .p-gallery__wrap__box__categories a {
  color: #333;
  background: #efefef;
}

.p-gallery__wrap__box__tags {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap__box__tags {
    font-size: 11px;
  }
}

.p-single .post-content h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-single .post-content h2 {
    font-size: 16px;
  }
}

.p-single .post-content h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.p-single .post-content h2::before,
.p-single .post-content h2::after {
  background-color: rgba(51, 51, 51, .1568627451);
  content: "";
  height: 1px;
  width: 100%;
}

.p-single .post-content p {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single .post-content p {
    font-size: 13px;
  }
}

.p-single .post-content img,
.p-single .post-content video {
  margin: 16px 0;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

body {
  /* 慣性スクロールのための設定（iOS等での不具合回避） */
  overscroll-behavior: none;
}

/* 背景にWebGLキャンバスを配置（常に下層に） */
.webgl-canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.webgl-canvas__body {
  width: 100%;
}

/* WebGLで描画するため、実際のimgは見えなくする */
img.js-distort {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
