@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Bytesized&display=swap");
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
figure, hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

button, input, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none; }

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

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

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto; }

body {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* CSS Document */
body {
  background-color: #CAD8DE; }

p, a, li {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 16px;
  line-height: 2; }

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

.header-logo {
  height: 28px; }
  .header-logo a {
    display: inline-block; }
  .header-logo img {
    height: 100%;
    width: auto; }

#footer {
  position: fixed;
  pointer-events: none;
  bottom: 0;
  display: flex;
  padding: 8px;
  text-align: right;
  width: 100%;
  flex-direction: row-reverse; }

.footer-copyright {
  font-size: 10px;
  text-align: right; }

#nav.hide {
  display: none; }
#nav.active .nav-icon span {
  background-color: #fff; }
  #nav.active .nav-icon span:nth-child(1) {
    left: 0;
    opacity: 0; }
  #nav.active .nav-icon span:nth-child(2) {
    top: 50%;
    transform: rotate(45deg); }
  #nav.active .nav-icon span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg); }
#nav.active .nav-listWrap {
  right: 0; }
#nav.active + #content {
  right: 200px; }
#nav .nav-icon {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  transition: .3s all ease; }
  #nav .nav-icon:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  #nav .nav-icon span {
    position: absolute;
    top: 50%;
    left: calc(50% - 14px);
    width: 28px;
    height: 2px;
    background-color: #222;
    transition: .3s all ease; }
    #nav .nav-icon span:nth-child(2) {
      top: calc(50% - 8px); }
    #nav .nav-icon span:nth-child(3) {
      top: calc(50% + 8px); }
#nav .nav-listWrap {
  position: fixed;
  right: -200px;
  top: 0;
  height: 100%;
  width: 200px;
  padding: 80px 36px;
  background-color: #222;
  transition: .4s right ease; }
#nav .nav-link {
  color: #fff;
  font-family: "Bytesized", sans-serif;
  font-weight: normal;
  font-size: 28px;
  transition: .3s opacity ease; }
  #nav .nav-link:hover {
    opacity: .7; }
  #nav .nav-link-none {
    position: relative;
    pointer-events: none;
    opacity: .5; }
    #nav .nav-link-none:after {
      content: '';
      border: 2px solid #fff;
      position: absolute;
      top: calc(50% - 1px);
      left: -10px;
      width: calc(100% + 16px); }

#topNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden; }

.topNav-listWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.topNav-link {
  font-family: "Bytesized", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #222;
  transition: letter-spacing .3s ease; }
  .topNav-link:hover {
    letter-spacing: .1em; }
  .topNav-link-none {
    position: relative;
    pointer-events: none;
    opacity: .5; }
    .topNav-link-none:after {
      content: '';
      border: 2px solid #222;
      position: absolute;
      top: calc(50% - 1px);
      left: -10px;
      width: calc(100% + 16px); }

.transition-fade {
  opacity: 1;
  transition: opacity 0.4s ease; }

html.is-animating .transition-fade {
  opacity: 0; }

#content {
  position: relative;
  max-width: 600px;
  margin: 80px auto;
  padding: 0 20px;
  overflow-x: hidden;
  transition: .4s all ease;
  right: 0; }

#main nav {
  display: none; }

h1 {
  font-family: "Bytesized", sans-serif;
  font-weight: normal;
  font-size: 60px;
  white-space: nowrap; }

h2 {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6; }
  h2 + p {
    margin-top: 12px; }

.row + .row {
  margin-top: 40px; }

input[type="text"], input[type="email"] {
  border-bottom: 1px solid #222;
  width: 100%; }
input[type="submit"] {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #fff;
  cursor: pointer; }

textarea {
  width: 100%;
  border: 1px solid #222; }

.entry-content {
  margin-top: 60px; }

.wp-block-group + .wp-block-group {
  margin-top: 48px; }

.products-lists {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  @media (max-width: 768px) {
    .products-lists {
      grid-template-columns: repeat(1, 1fr); } }
.products-link {
  position: relative;
  display: block;
  padding: 16px; }
  .products-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222;
    transition: .3s all ease; }
  .products-link:hover:before {
    border: 2px solid #222; }
  .products-link-title {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 4px;
    color: #222; }
  .products-link-categorys {
    display: flex; }
  .products-link-category {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px; }
    .products-link-category.products-link-category-ae-script {
      background-color: #00005b;
      color: #9999ff; }

.works-lists {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  @media (max-width: 768px) {
    .works-lists {
      grid-template-columns: repeat(1, 1fr); } }
.works-link {
  position: relative;
  display: block;
  padding: 16px; }
  .works-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222;
    transition: .3s all ease; }
  .works-link:hover:before {
    border: 2px solid #222; }
  .works-link-title {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 4px;
    color: #222; }
  .works-link-categorys {
    display: flex; }
  .works-link-category {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px; }
    .works-link-category.products-link-category-ae-script {
      background-color: #00005b;
      color: #9999ff; }

ol.wp-block-list {
  display: grid;
  gap: 12px;
  padding-left: 2em; }
  ol.wp-block-list li {
    list-style: decimal;
    line-height: 1.6; }

.wp-block-buttons > .wp-block-button {
  margin-top: 16px; }

.wp-block-button__link {
  border-radius: 0;
  background-color: #222;
  color: #CAD8DE;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 8px 32px; }
  .wp-block-button__link[target="_blank"]:before {
    content: '→';
    position: relative;
    margin-right: .2em;
    display: inline-block;
    rotate: -45deg; }

@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 0;
    margin-top: 16px; } }
