@charset "UTF-8";
/* hoo2026 */
:root {
  --a: hsl(40,30%,80%);
  --c: hsl(40,80%,90%);
  --b: var(--wp--preset--color--accent-3);
  --d: hsl(200deg 90% 40%);
}
.site-header {
  background: oklch(0.2 0.1 200);
  color: #fff;
  .logo a:empty {
    background-color: currentcolor;
    outline: none;
    width: 30svw;
    max-width: 160px;
    mask-image:url("https://harmonyonon.com/wp-content/uploads/2026/06/logo-t.svg");
    aspect-ratio: 600/352;
    display: block;
    background-size: 100% 200%;
    background-position: 0 100%;
    background-image: linear-gradient(0deg, hsl(200.51deg 83.27% 41.49%), #fff);
    mask-size: 100%;
    transition: .4s ease-out;
    &:hover,
    &:focus {
      background-position: 0 0%;
    }
  }
}
.hero {
  min-height: calc(100svh - 160px);
}

@keyframes copyh {
  50% {
    scale: .5;
    background-color: hsla(60,60%,60%,.7);
    filter: blur(1em);
    translate: 20% 180%;
  }
}
.hero div div {
  display: grid;
  grid-auto-flow: row;
  justify-content: end;
  gap: 1em;
  .copy {
    text-align: left;
    writing-mode: vertical-rl;
    margin: .1em 0 0;
    letter-spacing: .1em;
    line-height: 1.5;
    font-size: 2.7vh;
    position: relative;
    z-index: 2;
    &::before {
      content: "";
      width: 5em;
      display: block;
      position: absolute;
      border-radius: 50%;
      aspect-ratio: 1;
      background-color: hsla(0,60%,100%,.3);
      filter: blur(1em);
      z-index: -1;
      top: -2em;
      right: -3em;
      animation: copyh 13s infinite ease;
    }
  }
  .tags {
    margin: 0 0 3em;
    display: grid;
    list-style: none;
    padding: 0;
    gap: 0 .5em;
    --tag: 200;
    font-size: 1.9vh;
    li {
      margin: 0 0 -.3em;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      -webkit-text-stroke: 10px #0003;
      text-stroke: 2px #000;
      paint-order: stroke;
      text-shadow: 0 0 10px #0008;
      &:nth-child(1) {
        --tag: 200;
      }
      &:nth-child(2) {
        --tag: 170;
      }
      &:nth-child(3) {
        --tag: 140;
        }
      &:nth-child(4) {
        --tag: 90;
        }
      &:nth-child(5) {
        --tag: 60;
        }
      &::before {
        content: "";
        width: 2.8em;
        margin-right: -1.8em;
        border-radius: 50%;
        aspect-ratio: 1;
        background-color: hsla(var(--tag),50%,50%,.7);
        position: relative;
        z-index: -1;
        filter: blur(10px);
      }
    }
  }
}
.go-prof.is-layout-flex {
  flex-direction: column-reverse;
  max-width: calc(100% - 4em);
  gap: 7em;
  margin-top: 5em;
  position: relative;
  figure {
    width: clamp(260px,300px + 8vw,80%);
    position: relative;
    img {
      height: 100%;
    }
  }
  div {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    margin-top: 2em;
    background-blend-mode: multiply;
    max-width: 18em;
    text-align: justify;
  }
  div p {
    grid-row: 1;
    grid-column: 1;
    &+p {
      grid-row: 2;
    }
  }
  div p:has(a) {
    text-align: center;
    a {
      text-decoration: none;
      background-color: hsl(40,90%,60%);
      display: grid;
      place-items: center;
      padding: .5em 1em;
      border-radius: 100vh;
      box-shadow: 2px 2px 2px #3306;
      &:hover {
        box-shadow: 2px 2px 2px #330c;
        background-color: hsl(40,100%,50%);
      }
    }
  }
  @media screen and (width > 756px) {
    & {
      flex-direction: row-reverse;
      gap: 5em;
      justify-content: center;
      max-width: var(--wp--style--global--wide-size);
    }
    div {
      flex-basis: 30%;
      margin-top: 0;
      position: relative;
      &::before {
        /* rotate: -45deg; */
        translate: 0% -35%;
        scale: 1.1;
      }
    }
    figure {
      flex-basis: 35%;
      translate: 0 1.5em;
    }
  }
}
.ss {
  @media screen and (width > 756px) {
    & {
      max-width: var(--wp--style--global--wide-size);
    }
  }
}
.sc {
  & > div {
    &:nth-of-type(1) {
      --color: var(--wp--preset--color--accent-3);
    }
    &:nth-of-type(2) {
      --color: #c27b0a;
    }
    &:nth-of-type(3) {
      --color: #a30ac2;
    }
    & > div {
      border: 5px solid var(--color);
      border-radius: 10px;
      padding: 0;
      position: relative;
      transition: .4s;
      h3,p:has(a) {
        padding: var(--wp--preset--spacing--30);
        /* background-color: var(--color); */
        text-align: center;
        color: var(--wp--preset--color--base);
        border: 0;
        background: none var(--color);
        &+p {
          padding: 0 var(--wp--preset--spacing--30);
        }
      }
      .fee {
        justify-content: center;
      }
      &:hover {
        scale: 1.05;
        & a::after {
          background-size: 10% 100%;
        }
      }
      p:has(a) {
        padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
        a {
          text-decoration: none;
          &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(-45deg, #fff0, #fff3,#fff0);
            background-size: 100% 100%;
            transition: .4s;
          }
        }
      }
    }
  }
  @media screen and (width > 756px) {
    &[class] {
      gap: 2em;
      display: grid;
      grid-template-columns: repeat(3,auto);
      /* grid-template-rows: repeat(5,auto); */
      & > div {
        display: contents;
        & > div {
          display: grid;
          grid-template-rows: subgrid;
          grid-row: span 5;
          gap: 0;
        }
      }
    }
  }
}
.site-footer {
  content: "";
  mask-image: url(https://harmonyonon.com/wp-content/uploads/2026/06/guiter-t.svg);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-size: 130% auto;
  padding-top: 150px;
  padding-bottom: 50px;
  background-blend-mode: multiply;
  /* background-image: linear-gradient(to bottom,oklch(0.2 0.1 200),oklch(0.5 0.1 200)); */
  margin-top: 50px;
  animation: g infinite 10s ease;
  /* color: oklch(0.76 0.02 200); */
  background-image:
    /* 1. 木目の細い縦線を表現（2.5px周期の繰り返しグラデーション） */
  repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 1.2px,
    rgba(159, 87, 72, 0.2) 1.3px, 
    rgba(159, 87, 72, 0.2) 1.6px,
    rgba(59, 87, 72, 0.5) 1.9px,
    transparent 2.0px,
    transparent 2.5px 
  ),
  linear-gradient(
    to bottom,
    hsl(50deg 50% 60%),
    hsl(50deg 90% 60%)
  ),
  linear-gradient(0deg,#0000,#0000);
  nav[class][class] a {
    color: hsl(185.17deg 0.03% 30%);
    &:hover {
      oklch(0.78 0.16 199.31);
    }
  }
  @media screen and (width > 756px) {
    padding-top: clamp(150px,100px + 16vw,36vw);animation-name: g2;
  }
}
@keyframes g {
  50% {
    mask-size: 120% auto;
  }
}
@keyframes g2 {
  50% {
    mask-size: 120%;
  }
}
main :where(h2) {
  padding: .3em .3em .3em .5em;
  color: hsl(20,50%,30%);
  border: solid var(--a) 0;
  border-width: 0 0 0 .2em;
  background-image:repeating-linear-gradient(0deg, var(--a), var(--a) 1px, var(--c) 1px, var(--c) .25em);
  font-weight: 700;
}
.has-accent-3-background-color:where(.wp-element-button, .wp-block-button__link):hover {
  background-color: var(--wp--preset--color--contrast)!important;
}
:not(.sc) h3,
.pick {
  display: flex;
  align-items: center;
  gap: .5em;
  font-weight: 700;
  color: hsl(60deg 50% 20%);
  background: linear-gradient(to right,hsla(60deg,20%,60%,.5),hsla(60deg,20%,60%,.1)) no-repeat;
  background-size: 100% 1px;
  background-position: left 1.8em bottom;
  position: relative;
}
:not(.sc) h3::before,
.pick::before {
  content: "";
  background-color: hsl(60deg 70% 60%);
  rotate: -135deg;
  display: block;
  border-radius: 20% 70% 70% 40% / 20% 40% 70% 70%;
  /* scale: 1.2; */
  z-index: 0;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 1.4em;
}
.go-prof .pick {
  font-weight: 400;
  background: none;
}
.go-prof .pick::before {
  background: yellow;
  box-shadow: -0.1em -0.2em 1em hsl(60,50%,50%);
  translate: 0% -20%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.wpcf7-form {
  background-color: var(--wp--preset--color--accent-5);
  padding: 1em;
}
.wpcf7-form p:not(.akismet-fields-container) {
  margin: 0 0.5em 1em;
  padding: 0;
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="submit"],
  label,
  textarea {
    max-width: 100%;
    font-size: 1em;
    margin: 0;
    box-sizing: border-box;
    @media screen and (width > 756px) {
      width: 100%
    }
  }
  textarea {
    margin: .5em 0;
  }
  input[type="submit"] {
    margin: 0 auto;
    display: block;
    width: 7em;
  }
  p:has([type="checkbox"]) {
    background-color: red;
  }
  p:has(input[name="acceptance-1"]:not(checked))+p [type="submit"] {
    visibility: none;
  }
}