@charset "UTF-8";
/*
CTC Separate Stylesheet
Updated: 2025-08-01 15:54:00
*/
/* エディター全体の背景色やフォント周りの指定 */
.block-editor .editor-styles-wrapper {
  background-color: #fff;
  color: #333;
  /* font-family とかもここでOK */
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: unset;
  outline-style: unset;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: brightness(1.1);
  height: 100%;
  cursor: pointer;
}

figure {
  width: 100%;
}

img {
  width: 100%;
  display: block;
}

h1 {
  text-align: center;
}

h1 figure {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

h1 figure img {
  width: 100%;
  display: block;
  filter: drop-shadow(0px 0px 5px rgba(3, 170, 106, 0.568));
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
}

html {
  /* 即時に遷移する */
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

@media screen and (max-width: 769px) {
  html {
    scroll-padding-top: 108px;
  }
}

@media screen and (max-width: 599px) {
  html {
    scroll-padding-top: 37.5px;
  }
}

.kome {
  list-style: none;
  display: flex;
  margin-bottom: 0.5em;
  gap: 10px;
  font-size: 14px;
}

.kome:before {
  content: "※";
  flex-shrink: 0;
}

.kome:last-of-type {
  margin-bottom: 0;
}

#goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 0;
}

@media screen and (max-width: 769px) {
  #goTop {
    width: 60px;
    height: 60px;
  }
}

#goTop p a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.142));
}

#goTop p a em {
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}

#goTop p a em::before {
  display: block;
  content: "";
  width: 10px;
  margin: 0 auto;
  height: 10px;
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
}

header {
  box-sizing: border-box;
  position: fixed;
  margin-block-start: 0;
  display: flex;
  flex-direction: row;
  z-index: 99;
  flex-wrap: wrap;
  gap: 40px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.65);
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  justify-content: center;
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  header {
    justify-content: space-between;
  }
}

header figure {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: 0 !important;
  padding: 0 !important;
  padding: 5px 0 !important;
}

header figure a {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

header figure a img {
  width: 100% !important;
  padding-top: 4px;
}

@media screen and (max-width: 769px) {
  header .gNav ul li:last-of-type {
    display: none;
  }
}

.has-modal-open header {
  height: 100% !important;
}

.has-modal-open .gNav {
  display: flex !important;
  width: unset !important;
  height: unset !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  background-color: rgba(0, 0, 0, 0.5);
}

/*
.wp-block-navigation-item{
    background-color: #0f0;
}
.wp-block-navigation-submenu{
    border: solid #f00;
}
.open-on-hover-click{
    background-color: #0d47a1;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #f00;
}*/
.wp-block-contact-form-7-contact-form-selector {
  background-color: #fff;
  max-width: 1000px;
  padding: 60px 40px;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector {
    padding: 30px 20px;
  }
}

.wp-block-contact-form-7-contact-form-selector form {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}

.wp-block-contact-form-7-contact-form-selector form .check_rap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-bottom: 20px;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap input {
  opacity: 0;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap input[type="checkbox"] {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item-label a {
  font-size: 1.2em;
  text-decoration: underline;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.wp-block-contact-form-7-contact-form-selector form .check_rap input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 25px;
  height: 11px;
  border-top: 3px solid #3d8582;
  border-right: 3px solid #3d8582;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 0px;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-file {
  margin-bottom: 6px;
}

.wp-block-contact-form-7-contact-form-selector form .data {
  font-size: 12px;
  margin-top: 20px;
}

.wp-block-contact-form-7-contact-form-selector form .data ul {
  display: flex;
  list-style: none;
  gap: 5px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.25em 0;
}

.wp-block-contact-form-7-contact-form-selector form .data ul li {
  list-style: none;
  background-color: #ddd;
  padding: 0.25em 1em;
  border-radius: 20px;
}

.wp-block-contact-form-7-contact-form-selector form .isu01,
.wp-block-contact-form-7-contact-form-selector form .maisuu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wp-block-contact-form-7-contact-form-selector form .isu01 input,
.wp-block-contact-form-7-contact-form-selector form .maisuu input {
  width: 6em !important;
}

.wp-block-contact-form-7-contact-form-selector form .input-mini-size input {
  width: 6em !important;
  margin-left: 6px;
}

.wp-block-contact-form-7-contact-form-selector form .dropdown-menu_wrapper {
  position: relative;
  height: 60px;
  width: 240px;
}

.wp-block-contact-form-7-contact-form-selector form .dropdown-menu_wrapper .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #999;
  font-size: 18px;
  appearance: none;
}

.wp-block-contact-form-7-contact-form-selector form .dropdown-menu_wrapper::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  height: 10px;
  width: 10px;
  top: 20px;
  right: 30px;
  transform: rotate(135deg);
  pointer-events: none;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item.first {
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  white-space: normal;
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector form input[type="radio"] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  flex-shrink: 0;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}

.wp-block-contact-form-7-contact-form-selector form input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}

.wp-block-contact-form-7-contact-form-selector form .check {
  margin-bottom: 100px;
}

.wp-block-contact-form-7-contact-form-selector form dl {
  display: grid;
  grid-template-columns: 230px 1fr;
  margin: 0 auto;
  border-bottom: dotted #999 1px;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl {
    display: flex;
    flex-direction: column;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl p {
  padding: 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt,
.wp-block-contact-form-7-contact-form-selector form dl dd {
  font-size:  clamp(1rem, 0.916rem + 0.28vw, 1.125rem);
  border-bottom: dotted #999 1px;
  padding: 1.5em 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt:last-of-type,
.wp-block-contact-form-7-contact-form-selector form dl dd:last-of-type {
  border-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  padding-right: 20px;
  flex-wrap: wrap;
  align-content: center;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl dt {
    border-bottom: unset;
    padding-right: unset;
    padding: 1em 0 0 0;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dt span {
  font-size: 12px;
  background-color: #b04141;
  padding: 0.5em 0.75em;
  border-radius: 30px;
  color: #fff;
  line-height: 1.2;
  margin-right: 5px;
}

.wp-block-contact-form-7-contact-form-selector form dl dt span.nini {
  background-color: #818181;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea {
  border-radius: 10px;
  padding: 0.5em 0.8em;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
  border: solid 1px #999;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input:focus,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #2196f3 inset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.25em 1em;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
    gap: 0.8em 1em;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  white-space: pre;
  justify-content: flex-start;
  flex-shrink: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label input {
  border-radius: 10px !important;
  padding: 1em !important;
  width: 20px !important;
  height: 20px !important;
  background: aqua;
  display: block;
  border: solid 1px #999 !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div {
  margin-bottom: 0.8em;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div:last-of-type {
  margin-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-not-valid-tip {
  background-color: #ffeb3b;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  margin-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label input {
  width: 13px !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG input {
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea {
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    padding-top: 0px;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea .wpcf7-spinner {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea > p {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea > p {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
  padding: 1em 2em;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  animation: blinking 1.5s ease-in-out infinite alternate;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
  background-color: #aaa;
  width: 100%;
  cursor: pointer;
  padding: 1em 2em;
  color: #fff;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  max-width: 80%;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-response-output {
  background-color: #e8b941;
  margin-top: 20px;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  color: #dc3232;
  border: unset;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
}

#mainImg-Video {
  display: none;
  border: unset;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  /* 🌿 木漏れ日のゆらぎアニメーション（ランダム感のあるキラキラ改良） */
}

#mainImg-Video .wp-block-video video {
  object-fit: cover;
  filter: brightness(0.7);
  aspect-ratio: 5 / 3;
}

@media screen and (max-width: 481px) {
  #mainImg-Video .wp-block-video video {
    aspect-ratio: 4 / 6;
  }
}

#mainImg-Video #mainTitle {
  position: absolute;
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  justify-content: center;
  color: #fff;
}

@media screen and (max-width: 481px) {
  #mainImg-Video #mainTitle {
    flex-direction: column;
  }
}

#mainImg-Video #mainTitle p {
  filter: brightness(1) saturate(1.2) drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

#mainImg-Video #mainTitle #txtBlock #copyBlock {
  display: flex;
  margin-bottom: 30px;
}

#mainImg-Video #mainTitle #txtBlock #copyBlock p {
  line-height: 1.1;
}

#mainImg-Video #mainTitle h1 {
  width: 180px;
  filter: brightness(1.3) saturate(1.2) drop-shadow(0 0 20px rgba(255, 251, 0, 0.201));
}

@keyframes komorebi {
  0% {
    filter: brightness(0.7) saturate(1.1) drop-shadow(0 0 15px rgba(255, 255, 200, 0.3));
  }
  20% {
    filter: brightness(1.1) saturate(1.3) drop-shadow(0 0 25px rgba(255, 255, 220, 0.4));
  }
  40% {
    filter: brightness(0.8) saturate(1.2) drop-shadow(0 0 20px rgba(255, 255, 180, 0.35));
  }
  60% {
    filter: brightness(1.2) saturate(1.4) drop-shadow(0 0 30px rgba(255, 255, 230, 0.45));
  }
  80% {
    filter: brightness(0.9) saturate(1.2) drop-shadow(0 0 20px rgba(255, 255, 200, 0.3));
  }
  100% {
    filter: brightness(1.1) saturate(1.3) drop-shadow(0 0 25px rgba(255, 255, 220, 0.4));
  }
}

.simple-table table {
  border: unset !important;
}

.simple-table table th,
.simple-table table td {
  border: unset !important;
  border-bottom: solid 1px #dedede !important;
  background-color: unset !important;
}

.simple-table table th {
  width: 6em;
}

@media screen and (max-width: 481px) {
  #artists .wp-block-group-is-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 481px) {
  #otherArea {
    grid-template-columns: 1fr;
  }
}

#news ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  padding: 0 !important;
  margin: 0 !important;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  #news ul {
    grid-template-columns: 1fr 1fr;
  }
}

#news ul li {
  padding: 0 !important;
  margin: 0 !important;
}

#news ul li img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

#event ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  gap: 20px;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 769px) {
  #event ul {
    grid-template-columns: 1fr 1fr;
  }
}

#event ul li {
  padding: 0 !important;
  margin: 0 !important;
}

#event ul li img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.btn_center {
  margin: 0 auto !important;
}

footer {
  margin-block-start: 0 !important;
}

footer img {
  filter: brightness(1.7);
}

#img-topArea {
  padding-top: 60px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 481px) {
  #img-topArea .c0001 {
    justify-content: center;
  }
}

#img-topArea .c0001 figure {
  display: inline;
  width: unset;
}

#img-topArea #c001 {
  height: calc(100vh - 60px);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#img-topArea #c001 #h-rogo {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

#img-topArea #c001 #h-rogo h1 {
  display: flex;
  width: unset;
  justify-content: center;
  align-items: center;
}

#img-topArea #c001 #h-rogo h1 figure {
  display: inline;
}

#img-topArea #c001 #h-rogo h1 figure img {
  display: inline;
  width: 16vw !important;
  filter: brightness(1.7);
}

@media screen and (max-width: 481px) {
  #img-topArea #c001 #h-rogo h1 figure img {
    width: 26vw !important;
  }
}

#img-topArea #c002 {
  display: flex !important;
  padding: 110px 0 !important;
}

#img-topArea #c002 p {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 769px) {
  #img-topArea #c002 {
    padding: 110px 6vw !important;
  }
}

#img-topArea #c003 p {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#img-topArea p {
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  #img-topArea p {
    text-align: left !important;
  }
}

main {
  margin: 0 auto !important;
  padding-top: 60px !important;
}
