@charset "UTF-8";
.normal {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.kaisho {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: 800 !important;
}

.big {
  font-size: 24px;
}

.small {
  font-size: 14px;
}

.ye {
  color: #FF0;
}

:root {
  --textcolor: white;
  --bgcolor: transparent;
}
@media (width <= 730px) {
  :root {
    --minw: 360px;
    --minwn: 360;
    --maxw: 100vw;
    --maxwn: 360;
    --pdg: 20px;
    --pdgn: 20;
    --fs: 14px;
  }
}
@media (width > 730px) {
  :root {
    --minw: 730px;
    --minwn: 730;
    --maxw: 980px;
    --maxwn: 980;
    --pdg: 60px;
    --pdgn: 60;
    --fs: 18px;
  }
}

html, body {
  font-size: var(--fs);
  min-width: var(--minw);
}
@media (width <= 730px) {
  html, body {
    max-width: 100%;
  }
}

@media (width > 730px) {
  .inr0 {
    --maxw: 1200px;
    --maxwn: 1200;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr1 {
    --maxw: 980px;
    --maxwn: 980;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr2 {
    --maxw: 800px;
    --maxwn: 800;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr3 {
    --maxw: 700px;
    --maxwn: 700;
    --pdg: 30px;
    --pdgn: 30;
  }
}
[class^=inr], [class*=" inr"] {
  box-sizing: content-box;
  padding-inline: var(--pdg);
  margin: 0 auto;
}
@media (width > 730px) {
  [class^=inr], [class*=" inr"] {
    max-width: var(--maxw);
    container-type: inline-size;
  }
}

@media (width <= 730px) {
  .m-noinr {
    margin-inline: calc(var(--pdg) * -1) !important;
    max-width: none !important;
  }
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (width > 730px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > *, .pc-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.m-row, .m-rows > *, .m-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.m-row > *, .m-rows > * > *, .m-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
@media (width <= 730px) {
  .only-pc {
    display: none;
  }
  .m-row, .m-rows > *, .m-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > *, .m-rowss > * > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.pc-row, .pc-rows > *, .pc-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.btns {
  display: block;
  text-align: center;
  position: relative;
}
.btns > *:not(.wpcf7-spinner) {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #8f7556;
  border: 2px solid #8f7556;
  margin: 5px;
  text-align: center;
  border-radius: 0;
  transition: all 0.4s;
  background: white;
}
@media (width <= 730px) {
  .btns > *:not(.wpcf7-spinner) {
    padding: 0.5em 3em;
  }
}
@media (width > 730px) {
  .btns > *:not(.wpcf7-spinner) {
    padding: 0.5em 3em;
    min-width: 13em;
  }
}
.btns > *:not(.wpcf7-spinner):hover {
  cursor: pointer;
  text-decoration: none;
  background: #8f7556;
  color: white;
}
.btns > *:has(input) {
  padding: 0 !important;
}
.btns > *:has(input) input {
  all: unset;
}
@media (width <= 730px) {
  .btns > *:has(input) input {
    padding: 1em 3em 1em 2em;
  }
}
@media (width > 730px) {
  .btns > *:has(input) input {
    padding: 1.5em 5em 1.5em 3em;
  }
}

@keyframes flowlr {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  20% {
    opacity: 1;
    transform: translateX(-10%);
  }
  40% {
    opacity: 1;
    transform: translateX(10%);
  }
  60% {
    opacity: 0;
    transform: translateX(30%);
  }
}
/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
@layer reset {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  :focus {
    /* remember to define focus styles! */
    outline: 0;
  }
  body {
    background: var(--bgcolor);
    color: var(--textcolor);
    line-height: 1.6;
    -webkit-text-size-adjust: none;
    position: relative;
  }
  ol, ul {
    list-style: none;
  }
  table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption, th, td {
    font-weight: normal;
    text-align: left;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
  }
  blockquote, q {
    quotes: "" "";
  }
  a img {
    border: 0;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  hr {
    display: none;
  }
  main {
    display: block;
  }
  figure {
    margin: 0;
  }
  figure img:not([width]):not([height]) {
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  strong {
    font-weight: 800 !important;
  }
  strong small {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  a {
    color: inherit;
  }
  a[href^=tel] {
    color: inherit;
    text-decoration: none;
  }
  img {
    border-style: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .only-img {
    font-size: 0px;
    line-height: 0px;
  }
  svg {
    fill: var(--textcolor);
  }
  svg.symbols {
    display: none;
  }
  address {
    font-style: normal;
  }
  nav {
    display: block;
  }
  small {
    font-size: 80%;
  }
  .cf:after {
    display: block;
    clear: both;
    content: "";
  }
  .css-att {
    display: none;
  }
  html[class] {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
  .grecaptcha-badge {
    width: 0 !important;
    height: 0 !important;
  }
}
/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@layer siterule {
  @media (width <= 730px) {
    html {
      width: 100%;
      overflow-x: hidden;
    }
  }
  body {
    --bgcolor: #000;
    --textcolor: #FFF;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: var(--bgcolor);
    color: var(--textcolor);
  }
  img {
    max-width: 100%;
  }
  img:not([width]):not([height]) {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  img.noimg {
    background: url(/wp-content/themes/custom/img/noimg.jpg) no-repeat center /cover rgba(0, 0, 0, 0.1);
    border: 0;
  }
  span[style*=background-image] {
    display: inline-block;
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  span.vimg[style*=background-image],
  .vimgs span[style*=background-image] {
    padding-top: 133.3333333333%;
  }
  a {
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  a:hover, a:hover:before {
    text-decoration: underline;
  }
  label {
    cursor: pointer;
  }
  :has(> .slick) {
    max-width: max(100vw, 360px);
    overflow: hidden;
  }
  .slick {
    position: relative;
    opacity: 0;
    transition: opacity 0.75s ease;
    overflow: hidden;
  }
  .slick.slick-initialized {
    opacity: 1;
  }
  .slick, .slick * {
    max-width: none !important;
  }
  .slick-slide img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-arrow::before {
    color: white !important;
  }
  br {
    font-size: 12px;
  }
}
/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
header {
  padding-top: 20px;
  z-index: 2;
}
header h1 {
  position: relative;
  z-index: 11;
}
header nav.menu {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: fixed;
  inset: 0 0 0 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  color: white;
  transition: all 0.8s;
  padding: 150px 20px 20px 20px;
  font-size: 1.3rem;
  box-sizing: border-box;
  text-align: center;
}
header nav.menu ul {
  gap: 0 1em;
  flex-wrap: wrap;
}
header nav.menu ul li {
  border-bottom: 1px dotted white;
  flex: 0 0 calc(50% - 0.5em);
}
header nav.menu ul li a {
  padding: 10px 5px;
  display: block;
}

/* メニュートグル ここから */
.menu-toggle {
  position: fixed;
  z-index: 98;
  transition: all 0.4s;
  flex: 0 0 auto !important;
  background: rgba(68, 186, 225, 0.8);
  border-width: 10px 15px 15px 15px;
  border-style: solid;
  border-color: transparent;
  padding: calc((60px - 30px) / 2) calc((30px - 60px) / 2);
  box-sizing: content-box;
  border-radius: 0px;
  font-size: 0px;
}
@media (width <= 730px) {
  .menu-toggle {
    top: 0;
    right: 0;
  }
}
@media (width > 730px) {
  .menu-toggle {
    top: 30px;
    right: calc(50% - calc(clamp(clamp(360px, 100vw, 730px) - var(--pdg) * 2, 100vw - var(--pdg) * 2, 980px) * 50 / 100) + 30px);
  }
}
.menu-toggle::after {
  content: "MENU";
  text-align: center;
  display: block;
  position: absolute;
  inset: 90% 0 0 0;
  color: white;
  font-size: 12px;
}
.menu-toggle button {
  position: relative;
  width: 60px;
  height: 30px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  cursor: pointer;
}
.menu-toggle button, .menu-toggle button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-toggle button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 4px;
}
.menu-toggle button span:nth-of-type(1) {
  top: 0;
  animation: menu-bar01 0.75s forwards;
}
.menu-toggle button span:nth-of-type(2) {
  top: calc(50% - 3px / 2);
  transition: all 0.25s 0.25s;
}
.menu-toggle button span:nth-of-type(3) {
  bottom: 0;
  animation: menu-bar03 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(13.5px) rotate(45deg);
  }
  50% {
    transform: translateY(13.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(13.5px) rotate(0);
  }
  100% {
    transform: translateY(13.5px) rotate(45deg);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-13.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13.5px) rotate(0);
  }
  100% {
    transform: translateY(-13.5px) rotate(-45deg);
  }
}
body:not(.menu-active) nav.menu {
  transform: translateY(-40%);
  opacity: 0;
  pointer-events: none;
}

body.menu-active .menu-toggle button span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
body.menu-active .menu-toggle button span:nth-of-type(2) {
  opacity: 0;
}
body.menu-active .menu-toggle button span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

/* メニュートグル ここまで */
/* main-ctn grid layout */
.main-ctn {
  display: grid;
}
@media (width <= 730px) {
  .main-ctn {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0px;
    grid-template-areas: "main" "side";
  }
}
@media (width > 730px) {
  .main-ctn {
    grid-template-columns: 300px 1fr;
    grid-template-rows: 1fr;
    gap: 0px 60px;
    grid-template-areas: "side main";
  }
}

.side {
  grid-area: side;
}
@media (width <= 730px) {
  .side {
    max-width: 360px;
    margin-inline: auto;
  }
  .side .fb-page {
    display: block !important;
    width: 300px;
    margin-inline: auto;
  }
  .side .sns {
    padding: 0 40px;
  }
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2rem;
  letter-spacing: 0.2ex;
}
@media (width <= 730px) {
  h2 {
    font-size: 2rem;
  }
}
@media (width > 730px) {
  h2 {
    font-size: 3rem;
  }
}
h2.small {
  font-size: 2rem;
}

body:not(#index):not(#news):not(#link):not(#bokin) .main {
  padding-bottom: 70px;
  grid-area: main;
}
body:not(#index):not(#news):not(#link):not(#bokin) .main h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (width <= 730px) {
  body:not(#index):not(#news):not(#link):not(#bokin) .main h3 {
    font-size: 1.4rem;
  }
}
@media (width > 730px) {
  body:not(#index):not(#news):not(#link):not(#bokin) .main h3 {
    font-size: 2.6rem;
  }
}
@media (width <= 730px) {
  body:not(#index):not(#news):not(#link):not(#bokin) .main h3.small {
    font-size: 1.3rem;
  }
}
@media (width > 730px) {
  body:not(#index):not(#news):not(#link):not(#bokin) .main h3.small {
    font-size: 2rem;
  }
}
body:not(#index):not(#news):not(#link):not(#bokin) .main h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 800 !important;
}
body:not(#index):not(#news):not(#link):not(#bokin) .main .center {
  text-align: center;
}
body:not(#index):not(#news):not(#link):not(#bokin) .main .right {
  text-align: right;
}

@media (width <= 730px) {
  footer {
    padding: 0 20px;
  }
}
@media (width > 730px) {
  footer .footer-navi {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0px 60px;
  }
}
footer .footer-navi nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .footer-navi ul {
  flex-wrap: wrap;
}
@media (width <= 730px) {
  footer .footer-navi ul {
    margin-top: 3em;
  }
  footer .footer-navi ul li {
    flex: 0 0 50%;
    text-align: center;
  }
}
@media (width > 730px) {
  footer .footer-navi ul {
    gap: 20px 0;
  }
  footer .footer-navi ul li {
    flex: 0 0 8em;
  }
}
footer .copyright {
  margin-top: 3em;
  text-align: right;
  padding-bottom: 15px;
}

.side * {
  max-width: 100%;
}
.side p {
  padding: 10px 0;
}

body#index #contents {
  z-index: 1;
}
@media (width <= 730px) {
  body#index #contents {
    margin-top: -10vw;
  }
}
@media (width > 730px) {
  body#index #contents {
    margin-top: -160px;
  }
}

body#music main #music-list {
  position: sticky;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 90%, transparent 100%);
  padding: 10px 0;
  z-index: 9;
}
body#music main #music-list li {
  background: linear-gradient(to top, rgba(100, 100, 100, 0.8) 0%, transparent 40%);
}
body#music main #music-list li + li {
  margin-top: 5px;
}
body#music main #top-music-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 2em;
  position: sticky;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 90%, transparent 100%);
  padding: 10px 70px 10px 0;
  z-index: 9;
}
body#music main #top-music-list li {
  flex: 0 0 auto;
}
body#music main #top-music-list li a {
  display: inline-block;
  min-width: 3em;
  background: linear-gradient(to top, rgba(200, 200, 200, 0.8) 0%, transparent 40%);
  text-align: center;
}
body#music main .song {
  position: relative;
}
@media (width <= 730px) {
  body#music main .song {
    padding-top: 7em;
  }
}
@media (width > 730px) {
  body#music main .song {
    padding-top: 2em;
  }
}
body#music main .song iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 590/380 !important;
}
body#music:has(.song:hover) .menu-toggle {
  opacity: 0.3;
}

body#outline main figure {
  margin-bottom: 2rem;
}
body#outline main table tr > * {
  padding: 0 0 0 2em;
}
body#outline main table tr > *:nth-of-type(1) {
  padding-left: 0;
  white-space: nowrap;
}
body#outline main table tr.milestone > * {
  font-weight: 800 !important;
  color: yellow;
}

body#karin main p {
  margin-bottom: 1em;
}

body#member main ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 20px;
}
body#member main ul li {
  text-align: center;
}

body#link main .links li {
  margin-bottom: 50px;
}
body#link main .links li figure {
  max-width: 400px;
  margin-bottom: 10px !important;
}
body#link main .links li h3 {
  font-weight: 800 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 120%;
}

body#contact main h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
}

body#bokin h3 {
  font-size: 1.5rem;
}/*# sourceMappingURL=site.css.map */