@charset "UTF-8";
/*
Theme Name: コトモノラボ 構築画面
Text Domain: コトモノラボ 専用テーマ
Version: 1.0
Requires at least:
Requires PHP:
Description:
Author: prizms design
Author URI:
*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-attachment: fixed;
  overscroll-behavior: contain;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}
p:where(:last-child, :only-child) {
  margin-bottom: 0;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: bolder;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a:where(:not([class*=btn-])) {
  background-color: transparent;
}
a:where(:not([class*=btn-])):link {
  color: #1a507a;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:not([class*=btn-])):hover {
    color: #51318f;
    text-decoration: none;
  }
}
a:where(:not([class*=btn-])):active {
  color: #51318f;
}
a:where(:not([class*=btn-])):visited {
  color: #2f1251;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  pointer-events: none;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #d5d4df;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100vh;
}
body .bg-set {
  width: 100%;
  height: 100%;
  z-index: -1;
}
body > .bg-set {
  position: absolute;
  top: 0;
  height: 50vw;
  max-height: 480px;
  min-height: 240px;
  border-bottom: solid 1px #fff;
}
body > .bg-set .bg-arch {
  position: absolute;
  inset: 0;
  margin-top: 6rem;
  background: url("assets/img/bg-arch.svg") bottom center/contain no-repeat;
}
body > .bg-set .bg-main {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #0a9dff, #0a9dff 16.6666666667%, #ff8a4b 16.6666666667%, #ff8a4b 33.3333333333%, #9a6cff 33.3333333333%, #9a6cff 50%, #fff451 50%, #fff451 66.6666666667%, #16da07 66.6666666667%, #16da07 83.3333333333%, #da0707 83.3333333333%, #da0707);
  opacity: 0.1;
}
body > .bg-set .bg-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 32px;
  background-image: linear-gradient(90deg, #0a9dff, #0a9dff 16.6666666667%, #ff8a4b 16.6666666667%, #ff8a4b 33.3333333333%, #9a6cff 33.3333333333%, #9a6cff 50%, #fff451 50%, #fff451 66.6666666667%, #16da07 66.6666666667%, #16da07 83.3333333333%, #da0707 83.3333333333%, #da0707);
  opacity: 0.25;
}

header {
  grid-area: 1/1/2/2;
  padding-top: 0.5rem;
  text-align: center;
  background: url("assets/img/bg-header.webp") top center/contain no-repeat;
  border-top: solid 2px #000;
}
header #logo {
  position: relative;
  top: 0.5rem;
}

main {
  grid-area: 2/1/2/2;
  height: 100%;
  padding-block: clamp(32px, 16vw, 120px) clamp(16px, 8vw, 60px);
  text-align: center;
}
main .heading {
  font-size: 2.4rem;
  line-height: 1em;
}
main .character {
  margin-block: 4rem 3rem;
}

footer {
  grid-area: 3/1/3/2;
  text-align: center;
}
footer #copyright {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
footer > .bg-set {
  position: relative;
  height: auto;
  aspect-ratio: 40/1;
}
footer > .bg-set .bg-stripe {
  width: 100%;
  height: calc(100% + 0.5rem);
  min-height: 2rem;
  background-image: linear-gradient(90deg, #0a9dff, #0a9dff 16.6666666667%, #ff8a4b 16.6666666667%, #ff8a4b 33.3333333333%, #9a6cff 33.3333333333%, #9a6cff 50%, #fff451 50%, #fff451 66.6666666667%, #16da07 66.6666666667%, #16da07 83.3333333333%, #da0707 83.3333333333%, #da0707);
  border-top: solid 1px #fff;
  opacity: 0.25;
}
footer > .bg-set .bg-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("assets/img/bg-bottom.svg") top center/contain no-repeat;
}/*# sourceMappingURL=underconstruction.css.map */