@charset "UTF-8";
/* Reset */
@import url("https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap");
html, body, header, main, footer, div, article, nav, section, p, span, a, table, thead, tbody, tr, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, button {
  position: relative;
}

.l-header {
  height: 0;
}

.l-header__inner.l-container {
  justify-content: flex-end;
  background-color: transparent !important;
}

.l-header__logo {
  display: none !important;
}

@media (min-width: 960px) {
  .l-header {
    position: fixed !important;
    background: transparent;
  }
  .p-breadcrumb {
    margin-top: calc(var(--logo_size_pc) + 32px);
  }
}
.l-header .l-container {
  max-width: 100% !important;
  height: 0;
}

nav#gnav {
  display: none;
}

.l-header__menuBtn.sp_ {
  display: block !important;
  margin-top: 16px;
}

.-series .l-header__inner {
  align-items: flex-start;
  padding: 0 32px;
}

.p-spMenu {
  display: block;
}

.p-spMenu__inner {
  --color_menu_text: #000000;
  --color_menu_bg: rgba(255 255 255 / 85%);
  width: 100vw;
}

.p-spMenu__overlay {
  background: transparent;
}

.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.45s;
}
.-right .p-spMenu__inner .p-spMenu__body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 32px;
  max-width: 500px;
}
.-right .p-spMenu__inner .p-spMenu__body .c-widget__title {
  display: none;
}
.-right .p-spMenu__inner .p-spMenu__body .p-spMenu__nav {
  width: 100%;
}
.-right .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-spnav .menu-item {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
}
.-right .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-spnav .menu-item a:hover {
  color: #188acc;
}

[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.-right .p-spMenu__closeBtn {
  top: 16px;
  right: 32px;
}

.l-header__menuBtn .c-iconBtn.-menuBtn .c-iconBtn__icon,
.p-spMenu__closeBtn .c-iconBtn.-menuBtn .c-iconBtn__icon {
  font-size: 3rem;
}

.l-content.l-container {
  padding-top: 0;
}

.sec-basic {
  min-height: 100dvh;
}
.sec-basic .sec-body {
  padding: 60px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
.sec-basic .sec-body:not(.mv) {
  backdrop-filter: blur(24px);
  border-radius: 24px;
  overflow: hidden;
}
.sec-basic .sec-body:not(.mv)::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  background-position: center;
  opacity: 0.7;
}
@media (width <= 808px) {
  .sec-basic .sec-body {
    padding: 32px;
  }
}
@media (width <= 599px) {
  .sec-basic {
    min-height: auto;
  }
  .sec-basic .sec-body {
    padding: 16px;
  }
}

#sec-mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
}
#sec-mv .sec-body {
  text-shadow: none;
}
#sec-mv .arrow-content {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

.skill_list {
  gap: 24px;
}
.skill_list .list-item {
  aspect-ratio: 4/3;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.skill_list .list-item h3 {
  margin-top: 0.5em;
  font-size: 0.875rem;
}
.skill_list .list-item h3::before {
  display: none;
}
.skill_list .list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
}
@media (width <= 808px) {
  .skill_list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .skill_list .list-item .wp-block-font-awesome-icon svg {
    font-size: 4rem !important;
  }
}
@media (width <= 599px) {
  .skill_list .list-item .wp-block-font-awesome-icon svg {
    font-size: 3rem !important;
  }
}

.works_list {
  gap: 24px;
}
@media (width <= 808px) {
  .works_list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (width <= 599px) {
  .works_list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 64px;
  }
}
.works_list .list-item .wp-block-image {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.works_list .list-item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.75em;
  padding: 0.5em;
  min-height: 3em;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  text-shadow: none;
}
.works_list .list-item .skills {
  padding: 0.5em 1em;
  background-color: white;
  border-radius: 8px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.works_list .list-item .skills .wp-font-awesome-icon {
  justify-self: center;
  align-self: center;
}
.works_list .list-item .skills .wp-font-awesome-icon svg {
  font-size: 1.5rem !important;
  line-height: 1;
}
.works_list .list-item.review .wp-block-image {
  display: none;
}
.works_list .list-item.review h4 {
  display: none;
}
.works_list .list-item.review::before {
  content: "確認中";
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 10/9;
  margin: 0 0 0.75em;
  width: 100%;
  height: auto;
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 8px;
  color: #fff;
}

.works_list-old {
  gap: 24px;
}
@media (width <= 808px) {
  .works_list-old {
    gap: 0;
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.post_content h2.naoroom {
  margin-bottom: 2rem;
  padding: 0;
  background-color: transparent;
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  line-height: 1;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
  text-shadow: none;
  filter: drop-shadow(2px 2px 0 white);
}
.post_content h2.naoroom::before {
  border: none;
}
.post_content h3 {
  margin-top: 0;
}
.post_content h3::before {
  background: rgba(51, 51, 51, 0.5);
}

#bg-group {
  z-index: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #188acc;
}
#bg-group .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
}
#bg-group .wp-block-group__inner-container .sticky-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#bg-group .wp-block-group__inner-container .sticky-bg::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#bg-group .wp-block-group__inner-container .sticky-bg.about::before {
  top: 50%;
  right: 16px;
  transform: translate(0, -75%);
  background-image: url(../img/bg/bg-mutchy.svg);
}
#bg-group .wp-block-group__inner-container .sticky-bg.works::before {
  top: 50%;
  left: 16px;
  transform: translate(0, -40%);
  max-width: 600px;
  background-image: url(../img/bg/bg-punipu.svg);
}
#bg-group .wp-block-group__inner-container .sticky-bg.contact::before {
  bottom: 16px;
  right: 16px;
  transform: translate(0, 0);
  background-image: url(../img/bg/bg-nao.svg);
}
#bg-group .wp-block-group__inner-container .sticky-bg.show {
  opacity: 1;
}
@media (width <= 808px) {
  #bg-group .wp-block-group__inner-container .sticky-bg::before {
    max-width: 300px;
  }
  #bg-group .wp-block-group__inner-container .sticky-bg.about::before {
    top: 16px;
    transform: translate(5%, 0);
  }
  #bg-group .wp-block-group__inner-container .sticky-bg.works::before {
    transform: translate(0, -50%);
    max-width: 350px;
  }
  #bg-group .wp-block-group__inner-container .sticky-bg.contact::before {
    bottom: 32px;
    right: 16px;
  }
}

.snow-monkey-form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.snow-monkey-form .privacy-policy .scroll {
  margin: 1em auto 0;
  padding: 24px;
  width: 100%;
  max-height: 20em;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #333;
  overflow-y: auto;
}
.snow-monkey-form .smf-form {
  order: 3;
}
.snow-monkey-form .smf-form .smf-item {
  text-shadow: none;
}
.snow-monkey-form .smf-form .smf-item .smf-error-messages {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #f95252;
  border-radius: 1.25rem;
  color: #fff;
}
.snow-monkey-form .smf-form .smf-item .smf-error-messages::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
  font-size: 1.2em;
}
.snow-monkey-form .smf-form .smf-item:nth-last-of-type(1) {
  padding: 2rem 0;
}
.snow-monkey-form .smf-form .smf-item:nth-last-of-type(1) .smf-item__col--label {
  display: none;
}
.snow-monkey-form .smf-form .smf-item:nth-last-of-type(1) .smf-item__col--controls {
  text-align: center;
}
.snow-monkey-form .snow-monkey-forms-turnstile {
  order: 4;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.snow-monkey-form .smf-action {
  order: 5;
}
.snow-monkey-form .smf-action .smf-button-control__control {
  padding: 18px 36px;
  width: 100%;
  max-width: 300px;
  border-radius: 80px;
  background-image: none;
  background-color: #f95252;
  color: #fff;
  font-size: 1.5rem;
}
.snow-monkey-form .smf-action .smf-button-control__control::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}
.snow-monkey-form .smf-action .smf-button-control__control[disabled=disabled] {
  opacity: 0.5;
  color: #888;
  background-color: #ccc;
}
.snow-monkey-form .smf-system-error-content-ready {
  order: 6;
}

.site_title {
  line-height: 1;
}
.site_title span {
  display: inline-block;
  margin: 0.25em;
  font-size: 0.875rem;
}
.site_title span.description::before {
  content: "-";
}
.site_title span.description::after {
  content: "-";
}

.l-footer {
  z-index: 100;
}
.l-footer .l-footer__inner {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-footer .l-footer__inner .l-footer__foot {
  padding: 0;
}
.l-footer .l-footer__inner .l-footer__foot .l-container {
  padding: 0;
}
.l-footer .l-footer__inner .l-footer__foot .l-container .copyright {
  color: #fff;
}/*# sourceMappingURL=custom.css.map */