@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html {
  font-size: 62.5% !important;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem !important;
  font-weight: 500;
  line-height: 26px;
  overflow-x: hidden;
  color: #000;
  background-color: #49a9a8;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  --green-1: #64b50f;
  --green-2: #006e55;
  --green-3: #4b5a5d;
  --green-4: #ccefdd;
  --green-5: #35b800;
  --green-6: #d4eede;
  --orange-1: #ff8e00;
  --orange-2: #db2100;
  --orange-3: #f3baa2;
  --orange-4: #fff9f0;
  --orange-5: #fde3b1;
  --orange-6: #ffe4d0;
  --gray-1: #939c9e;
  --blue-1: #0098da;
  --blue-2: #0068ae;
  --blue-3: #00b0fc;
  --blue-4: #d4ecfd;
  --blue-5: #c8eeff;
}

/* reset & set default */
.l-japanese[data-v-e9c819a0] {
  padding: 0;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.site-main {
  color: #232323;
}

.site-main img {
  width: 100%;
}

.blue-a {
  text-decoration: underline;
  color: var(--blue-1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blue-a:hover {
  opacity: 0.8;
}

.btn-top {
  pointer-events: none;
}

.btn-top.done {
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  body.is_fixed {
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 2.5vw !important;
  }
  .site-main {
    font-size: 1.5rem;
  }
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
h3, h4 {
  font-weight: 500;
}

img {
  vertical-align: bottom;
}

button {
  border: none;
  background-color: transparent;
}

label {
  white-space: nowrap;
}

input {
  border: none;
}

.underline {
  text-decoration: underline;
}

.main-section,
.inner-section {
  position: relative;
  line-height: 1;
}

/* inview */
@media not print {
  .inview {
    position: relative;
  }
  .fadeIn {
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, transform 1.5s;
    transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  .popIn {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.47, 1.3);
    transition: opacity 0.8s, -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.47, 1.3);
    transition: transform 0.6s cubic-bezier(0.42, 0, 0.47, 1.3), opacity 0.8s;
    transition: transform 0.6s cubic-bezier(0.42, 0, 0.47, 1.3), opacity 0.8s, -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.47, 1.3);
  }
  .popIn.is-show {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .fv-ttl-img.onload {
    -webkit-transition: opacity 1s linear, -webkit-filter 1s linear, -webkit-transform 1s ease-in-out;
    transition: opacity 1s linear, -webkit-filter 1s linear, -webkit-transform 1s ease-in-out;
    transition: opacity 1s linear, filter 1s linear, transform 1s ease-in-out;
    transition: opacity 1s linear, filter 1s linear, transform 1s ease-in-out, -webkit-filter 1s linear, -webkit-transform 1s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(7rem);
            transform: translateY(7rem);
  }
}
@media screen and (max-width: 768px) {
  .fv-ttl-img.onload {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  .spInview {
    position: relative;
  }
  .spFadeIn {
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, transform 1.5s;
    transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  .spFadeIn.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media not print {
  .fadeIn.is-show,
  .fv-ttl-img.onload.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .nonSpInview {
    position: relative;
  }
  .nonSpFadeIn {
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, transform 1.5s;
    transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  .nonSpFadeIn.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* z-index */
@media all {
  .inview {
    z-index: 5;
  }
  .fv-frame {
    z-index: 1;
  }
  .news-section {
    z-index: 3;
  }
  .news-section-inner::before,
  .news-section-inner::after {
    z-index: 1;
  }
  .event-section {
    z-index: 2;
  }
  .bnr-section {
    z-index: 4;
  }
  .carousel {
    z-index: -1;
  }
}
.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.col3 > * {
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  .col3 > * {
    width: 100%;
    margin-bottom: 2%;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5%;
}
@media screen and (max-width: 768px) {
  .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.col2 > * {
  width: 48.375%;
}
@media screen and (max-width: 768px) {
  .col2 > * {
    width: 100%;
    margin-bottom: 2%;
  }
}

.event-entry-wrap {
  width: 85%;
  max-width: 600px;
  margin-inline: auto;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .event-entry-wrap {
    padding-bottom: 10%;
  }
}
.event-entry-wrap .event-entry-btn {
  margin-inline: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb61a), to(#f7dd4c));
  background: linear-gradient(to top, #ffb61a, #f7dd4c);
  font-size: clamp(20px, 2.4vw, 24px);
  padding: 1.35em 2.2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
  border: 4px solid #fff;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #472319;
}
@media screen and (max-width: 768px) {
  .event-entry-wrap .event-entry-btn {
    font-size: clamp(15px, 3vw, 20px);
    border: 2px solid #fff;
  }
}
.event-entry-wrap .event-entry-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event-entry-wrap .event-entry-btn.kubu.toiawase {
  background: -webkit-gradient(linear, left bottom, left top, from(#dc5126), to(#ff8b0c));
  background: linear-gradient(to top, #dc5126, #ff8b0c);
  color: #fff;
}
.event-entry-wrap .event-entry-btn.kubu.toiawase::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

header {
  position: relative;
  overflow: hidden;
}

.fv-frame {
  max-width: 1600px;
  width: 96%;
  margin: 100px auto 0;
  border-radius: 20px;
  border: 2px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv-frame {
    margin: 68px auto 0;
  }
}

.fv-frame img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  #side-float {
    position: fixed;
    right: -6rem;
    top: 15rem;
    z-index: 99;
    -webkit-transition: all 0;
    transition: all 0;
    right: 0;
  }
}
@media all {
  #side-float.active {
    position: fixed;
    right: -6rem;
    top: calc(50% - 20rem);
    z-index: 99;
    -webkit-transition: all 0;
    transition: all 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #side-float.active {
    top: calc(50% - 15rem);
  }
}
@media all {
  #side-float #navi_ashitano {
    position: relative;
    z-index: 2;
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  #side-float #navi_ashitano {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano {
    margin-top: 0;
  }
}
@media all {
  #side-float #navi_ashitano .header-right {
    width: 100%;
    width: 240px;
    background-color: #238a47;
    border: 1px solid #fff;
    padding: 5% 3%;
    border-radius: 10px 0 0 10px;
    position: relative;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-right: -192px;
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano .header-right {
    width: 180px;
    margin-right: -155px;
    padding: 5% 0;
  }
}
@media all {
  #side-float #navi_ashitano .header-right:hover {
    background-color: #176d35;
  }
  #side-float #navi_ashitano .header-right.is-open {
    -webkit-transform: translateX(-192px);
            transform: translateX(-192px);
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano .header-right.is-open {
    -webkit-transform: translateX(-130px);
            transform: translateX(-130px);
  }
}
@media all {
  #side-float #navi_ashitano .header-right.is-open .menu-title::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #side-float #navi_ashitano .header-right .menu-title {
    color: #fff;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 18px;
    position: absolute;
    padding-block: 0.55em;
    top: calc(50% - 4em);
    height: 7em;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano .header-right .menu-title {
    font-size: 14px;
    padding-block: 0.2em;
  }
}
@media all {
  #side-float #navi_ashitano .header-right .menu-title::before {
    content: "";
    display: inline-block;
    margin-bottom: 5%;
    width: 24px;
    height: 24px;
    background: url(../img/menu-icon.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano .header-right .menu-title::before {
    width: 20px;
    height: 20px;
  }
}
@media all {
  #side-float #navi_ashitano .header-right .menu-title span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-bottom: 0.3em;
  }
  #side-float #navi_ashitano .header-right nav {
    width: 90%;
    margin-inline: auto;
  }
  #side-float #navi_ashitano .header-right nav ul {
    margin-block: 0.5em;
    padding-right: 7.5%;
  }
  #side-float #navi_ashitano .header-right nav ul li {
    padding: 0.25em 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano .header-right nav ul li {
    line-height: 1.4;
  }
}
@media all {
  #side-float #navi_ashitano .header-right nav ul li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #00a1e9;
    margin-left: -20px;
    left: 50%;
    bottom: -10px;
    -webkit-transition: 0 all;
    transition: 0 all;
  }
  #side-float #navi_ashitano .header-right nav ul li a {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano .header-right nav ul li a {
    font-size: 12px;
  }
}
@media all {
  #side-float #navi_ashitano .header-right nav ul li a:hover {
    color: #f7dd4c;
    opacity: 1;
  }
  #side-float #navi_ashitano .header-right nav ul li a:hover::after {
    width: 40px;
  }
  #side-float #navi_ashitano .header-right nav ul li a.not-active {
    cursor: alias;
    pointer-events: none;
    color: #bbb;
    opacity: 0.7;
  }
  #side-float #navi_ashitano .contact {
    width: 3em;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #dc5126;
    padding-inline: 1.5em;
    font-weight: 700;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding-block: 0.5em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    border-right: 1px solid #dc5126;
  }
}
@media screen and (max-width: 768px) {
  #side-float #navi_ashitano .contact {
    font-size: 13px;
    width: 2.2em;
    padding-block: 0.1em;
  }
}
@media all {
  #side-float #navi_ashitano .contact:hover {
    background-color: #b43e1a;
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  #side-float:not(.active) #navi_ashitano {
    position: relative;
    margin-top: -50px;
    z-index: 2;
    width: 96%;
    max-width: 1000px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #side-float:not(.active) #navi_ashitano .menu-title {
    display: none;
  }
  #side-float:not(.active) #navi_ashitano .header-right {
    width: 80%;
    background-color: #fff;
    padding-inline: 2em;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #side-float:not(.active) #navi_ashitano .header-right nav {
    width: 90%;
    margin-inline: auto;
  }
  #side-float:not(.active) #navi_ashitano .header-right nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-right: 0;
  }
  #side-float:not(.active) #navi_ashitano .header-right nav ul li {
    padding: 1em 1em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1380px) {
  #side-float:not(.active) #navi_ashitano .header-right nav ul li {
    padding: 0.2vw 0.2vw;
  }
}
@media screen and (min-width: 769px) {
  #side-float:not(.active) #navi_ashitano .header-right nav ul li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #00a1e9;
    margin-left: -20px;
    left: 50%;
    bottom: -10px;
    -webkit-transition: 0 all;
    transition: 0 all;
  }
  #side-float:not(.active) #navi_ashitano .header-right nav ul li a {
    color: #50453b;
    font-weight: 700;
    font-size: clamp(16px, 1.5vw, 18px);
    position: relative;
    display: inline-block;
  }
  #side-float:not(.active) #navi_ashitano .header-right nav ul li a.area {
    color: #49a9a8;
  }
  #side-float:not(.active) #navi_ashitano .header-right nav ul li a:hover {
    color: #238a47;
    opacity: 1;
  }
  #side-float:not(.active) #navi_ashitano .header-right nav ul li a:hover::after {
    width: 40px;
  }
  #side-float:not(.active) #navi_ashitano .header-right nav ul li a.not-active {
    color: #999;
  }
  #side-float:not(.active) #navi_ashitano .contact {
    width: 19%;
    font-size: clamp(16px, 1.5vw, 18px);
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    background: #dc5126;
    padding-inline: 1em;
    font-weight: 700;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-transition: all 0;
    transition: all 0;
    padding-block: 1.5em;
    text-align: center;
    margin-top: 0;
    border: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #side-float:not(.active) #navi_ashitano .contact {
    width: 100px;
    padding-block: 1em;
    text-align: center;
    position: fixed;
    right: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  #side-float:not(.active) #navi_ashitano .contact:hover {
    background: #b43e1a;
    text-decoration: none;
    opacity: 1;
  }
}
@media all {
  .main-lead {
    padding: 50px calc(50vw - 500px) 10px;
    background-color: #49a9a8;
    font-weight: bold;
    text-align: left;
    color: #fff;
    letter-spacing: 0.025em;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .main-lead {
    max-width: 96%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-lead {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap {
    width: 88%;
    margin-inline: 4% 8%;
  }
}
@media all {
  .main-lead .lead-wrap .lead-ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap .lead-ttl {
    margin-bottom: 4.2rem;
  }
}
@media all {
  .main-lead .lead-wrap .col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-lead .lead-wrap .lead-left {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap .lead-left {
    width: 100%;
  }
}
@media all {
  .main-lead .lead-wrap .lead-left .lead-txt {
    font-size: 2rem;
    line-height: 1.9;
    font-size: clamp(14px, 1.5vw, 17px);
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap .lead-left .lead-txt {
    font-size: 3.4vw;
    line-height: 1.875;
  }
  .main-lead .lead-wrap .lead-left .lead-txt:last-of-type {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) and (min-width: 414px) and (max-width: 768px) {
  .main-lead .lead-wrap .lead-left .lead-txt {
    font-size: 2.25vw;
  }
}
@media all {
  .main-lead .lead-wrap .lead-left .lead-txt + .lead-txt {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap .lead-left .lead-txt + .lead-txt {
    margin-top: 3rem;
  }
}
@media all {
  .main-lead .lead-wrap .lead-right {
    width: 33%;
    border: 3px solid #fff;
    padding: 1% 1% 0;
    border-radius: 25px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap .lead-right {
    width: 60%;
    border: 2px solid #fff;
    padding: 2.5% 2.5% 0;
  }
}
@media all {
  .main-lead .lead-wrap .lead-right #slick-slide {
    margin: 0;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-list {
    border-radius: 20px;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-slide {
    height: auto;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-slide > div,
  .main-lead .lead-wrap .lead-right #slick-slide figure {
    height: 100%;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-prev,
  .main-lead .lead-wrap .lead-right #slick-slide .slick-next {
    width: 3rem;
    height: 3rem;
    font-size: 0;
    line-height: 1;
    z-index: 2;
    -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    position: absolute;
    top: calc(50% - 2rem);
    background: url(../img/slick-arrow.png) no-repeat center center;
    background-size: 60%;
    cursor: pointer;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-prev::before,
  .main-lead .lead-wrap .lead-right #slick-slide .slick-next::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap .lead-right #slick-slide .slick-prev,
  .main-lead .lead-wrap .lead-right #slick-slide .slick-next {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 0;
  }
}
@media all {
  .main-lead .lead-wrap .lead-right #slick-slide .slick-prev {
    background: url(../img/slick-arrow.png) no-repeat center center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: 60%;
    margin-left: -6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .main-lead .lead-wrap .lead-right #slick-slide .slick-prev {
    margin-left: -4rem;
    background-color: #49a9a8;
    background-size: 40%;
  }
}
@media all {
  .main-lead .lead-wrap .lead-right #slick-slide .slick-next {
    margin-right: -6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .main-lead .lead-wrap .lead-right #slick-slide .slick-next {
    margin-right: -4rem;
    background-color: #49a9a8;
    background-size: 40%;
  }
}
@media all {
  .main-lead .lead-wrap .lead-right #slick-slide .slick-prev:hover,
  .main-lead .lead-wrap .lead-right #slick-slide .slick-next:hover {
    opacity: 0.6;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-prev {
    left: 1rem;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-next {
    right: 1rem;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-dots {
    bottom: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8rem;
    -webkit-transform: translateY(2.8rem);
            transform: translateY(2.8rem);
    height: 10px;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-dots button {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-dots button::before {
    content: none;
  }
  .main-lead .lead-wrap .lead-right #slick-slide .slick-dots .slick-active button {
    background: #fff;
  }
  .main-lead .lead-wrap .lead-right figure {
    border: 3px solid #fff;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .main-lead .lead-wrap .lead-right figure {
    border: 2px solid #fff;
  }
}
@media all {
  .main-lead .lead-deco-contents .deco {
    position: absolute;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 4;
  }
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .main-lead .lead-deco-contents .deco {
    display: none;
  }
}
@media all {
  .le-1 {
    top: 20%;
    left: max(0px, 50% - 670px);
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .le-1 {
    top: auto;
    bottom: 29%;
    width: 15vw;
    left: 5vw;
  }
}
@media all {
  .le-2 {
    top: 50%;
    left: max(0px, 50% - 700px);
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .le-2 {
    top: auto;
    bottom: 15%;
    width: 12vw;
    left: 2vw;
  }
}
@media all {
  .le-3 {
    top: 82%;
    left: max(-1.5rem, 50% - 650px);
    width: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .le-3 {
    top: auto;
    bottom: 3%;
    width: 12vw;
    left: 8vw;
  }
}
@media all {
  .le-4 {
    top: 15%;
    right: max(-5rem, 50% - 650px);
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .le-4 {
    top: auto;
    bottom: 28%;
    width: 13vw;
    right: 5vw;
  }
}
@media all {
  .le-5 {
    top: 55%;
    right: max(-10rem, 50% - 700px);
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .le-5 {
    top: auto;
    bottom: 18%;
    width: 18vw;
    right: 5vw;
  }
}
@media all {
  .le-6 {
    top: 86%;
    right: max(-8rem, 50% - 700px);
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .le-6 {
    right: 0;
    top: auto;
    bottom: 4%;
    width: 20vw;
    right: 5vw;
  }
}
@media all {
  .news-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    position: relative;
    overflow: visible;
    padding: 120px calc(50vw - 500px) 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1260px) {
  .news-section {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 768px) {
  .news-section {
    padding-top: 5vw;
    padding: 10rem 2rem 0;
  }
}
@media all {
  .news-section::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: center/cover no-repeat;
    bottom: -205px;
    height: 500px;
    background-image: url(../img/news/before-pc.png);
    background-position-y: top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .news-section::before {
    height: 350px;
    bottom: -58px;
  }
}
@media screen and (max-width: 768px) {
  .news-section::before {
    bottom: -60vw;
    height: 130vw;
    background-size: 300%;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .news-section::before {
    height: 115vw;
    bottom: -58vw;
  }
}
@media all {
  .news-section-inner {
    position: relative;
    background-color: #fff;
    border-radius: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 1.8rem 3rem 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .news-section-inner {
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .news-section-inner {
    padding: 0 2rem;
    height: 18rem;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .news-section-inner {
    height: 32vw;
  }
}
@media all {
  .news-section-inner h2 {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: -4.6rem;
    font-size: 5rem;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .news-section-inner h2 {
    margin-left: -1rem;
    top: -3.6rem;
    font-size: 4rem;
  }
}
@media all {
  .news-section-inner h2 .ja {
    font-size: 40%;
    font-weight: 600;
    display: inline-block;
    margin-left: 0.5em;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  .news-section-inner .news-list {
    overflow: auto;
    padding-right: 2.5rem;
    height: 100%;
    font-weight: normal;
    width: 100%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-list {
    padding: 0;
    height: calc(100% - 4rem);
  }
}
@media all {
  .news-section-inner .news-list .news-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    line-height: 1.43;
  }
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    line-height: 1.428;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .news-section-inner .news-list .news-item {
    font-size: 2.5vw;
  }
}
@media all {
  .news-section-inner .news-list .news-item time {
    display: inline-block;
    width: 10rem;
    color: var(--green-3);
  }
  .news-section-inner .news-list .news-item p {
    width: calc(100% - 10rem);
    font-size: clamp(14px, 1.5vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-list .news-item p {
    margin-top: 0.5rem;
    width: 100%;
  }
}
@media all {
  .news-section-inner .news-list .news-item p a {
    width: calc(100% - 10rem);
  }
}
/* .event-section */
@media all {
  .event-outer-section {
    background: #f1eee8;
    padding-inline: calc(50vw - 600px);
  }
}
@media screen and (max-width: 1260px) {
  .event-outer-section {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 768px) {
  .event-outer-section {
    padding: 2%;
  }
}
@media all {
  .event-section-inner {
    padding: 3% 3% 0;
  }
  .event-request-button {
    position: relative;
  }
  .st0 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .st0:hover {
    cursor: pointer;
  }
  .event-request-button-txt {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #fff;
    pointer-events: none;
  }
  .event-request-end {
    font-weight: bold;
    text-align: center;
  }
  .event-map-ttl,
  .event-report-btn,
  .event-movie-ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    border-radius: 10em;
    font-weight: 900;
    color: #fff;
  }
  .event-map-dd p,
  .event-movie-yt p {
    margin: 1.5em auto;
    font-weight: 500;
    text-align: center;
    line-height: 1.75;
  }
  .event-report-btn::after {
    content: "";
    position: absolute;
    right: 0.75em;
    display: block;
    aspect-ratio: 1;
    background: center/contain no-repeat url(../img/event/icon-arrow.svg);
  }
  .event-report-btn .icon-repo {
    margin-right: 0.25em;
  }
  .event-movie {
    font-weight: 500;
  }
  .event-movie .icon-movie {
    margin-right: 0.25em;
  }
  .event-movie-ttl,
  .event-map-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0 !important;
  }
  .event-movie-yt {
    margin: 0 auto;
    aspect-ratio: 16/9;
  }
  .event-movie-yt iframe {
    width: 100%;
    height: 100%;
  }
  .event-map {
    font-weight: 500;
  }
  .event-map .icon-map {
    margin-right: 0.5em;
  }
  .event_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1260px) {
  .event_header {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .event_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media all {
  .event_header .left {
    width: 100%;
    margin-right: -60%;
    z-index: 1;
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .event_header .left {
    margin-right: -65vw;
  }
}
@media screen and (max-width: 768px) {
  .event_header .left {
    position: relative;
    margin-top: clamp(-50px, -15vw, -5%);
    margin-right: 0;
  }
}
@media all {
  .event_header .left h2 {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: clamp(2.8rem, 2.8vw, 3.6rem);
    background-color: #aa3613;
    padding: 0.45em 0.75em;
    margin-bottom: 0.35em;
  }
}
@media screen and (max-width: 768px) {
  .event_header .left h2 {
    font-size: 5vw;
    padding: 0.4em 0.5em;
  }
}
@media all {
  .event_header .left h2 span {
    display: block;
    font-size: 60%;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .event_header .left h2 span {
    letter-spacing: -0.05em;
    font-size: 2.7vw;
    margin-top: 0.6em;
  }
}
@media all {
  .event_header .left .event_header_lead p {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0.25em;
    font-size: 1.8rem;
    background-color: #fff;
    padding: 0.35em 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .event_header .left .event_header_lead p {
    font-size: 1.23rem;
    padding-inline: 0.2em;
    padding-block: 0.2em;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .event_header .left .event_header_lead p {
    font-size: 1.2rem;
  }
}
@media all {
  .event_header .left .logo {
    margin-top: 2%;
    width: 20rem;
    background-color: #fff;
    padding: 4% 4% 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .event_header .left .logo {
    width: 15rem;
    margin-top: clamp(1rem, 2vw, 3%);
  }
}
@media all {
  .event_header .right {
    border-radius: 20px;
    overflow: hidden;
    width: 90%;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .event_header .right {
    height: clamp(420px, 50vw, 428px);
  }
}
@media screen and (max-width: 768px) {
  .event_header .right {
    width: 100%;
    left: 0;
  }
}
@media all {
  .event_header .right img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .event_header .right img {
    max-width: unset;
    width: auto;
    height: 110%;
  }
}
@media all {
  .event-outer-header {
    position: relative;
    background: #f1eee8;
  }
  .event-outer-header::before {
    content: "";
    background: url(../img/event/kubu/deco_event01.png) no-repeat center center;
    display: block;
    width: 55%;
    height: 350px;
    right: 0;
    position: absolute;
    z-index: 1;
    background-size: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .event-outer-header::before {
    height: 30vw;
    background: url(../img/event/kubu/deco_event01.png) no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .event-outer-header::before {
    width: 50%;
    height: 35vw;
    background: url(../img/event/kubu/deco_event01.png) no-repeat center center;
    background-size: 100%;
    top: 0;
  }
}
@media all {
  .event-wrap {
    position: relative;
  }
  .event-wrap::after {
    content: "";
    width: 100vw;
    height: 85px;
    background-color: #6e8d3a;
    display: block;
    position: absolute;
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .event-wrap::after {
    height: 55px;
  }
}
@media all {
  .event-nav {
    position: relative;
    z-index: 1;
  }
  .event-ttl {
    position: relative;
    z-index: 2;
    margin-top: -4em;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .event-ttl {
    margin-top: 1.9em;
    padding-top: 0;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .event-ttl {
    margin-top: calc(-3% + 4vw);
  }
}
@media all {
  .event-ttl .en {
    font-size: 14rem;
    line-height: 1;
    display: block;
    color: rgba(255, 255, 255, 0.9019607843);
    opacity: 0.6;
    text-shadow: 1px 1px 1px #50453b, -1px 1px 1px #50453b, 1px -1px 1px #50453b, -1px -1px 1px #50453b, 1px 0px 1px #50453b, 0px 1px 1px #50453b, -1px 0px 1px #50453b, 0px -1px 1px #50453b;
  }
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .event-ttl .en {
    font-size: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .event-ttl .en {
    font-size: 5.4rem;
  }
}
@media all {
  .event-ttl .ja {
    color: #50453b;
    display: block;
    margin-top: 0.25em;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .event-ttl .ja {
    font-size: 1.6rem;
  }
}
@media all {
  .event-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .event-nav-list {
    margin-top: 10rem;
    -webkit-column-gap: 1.5%;
       -moz-column-gap: 1.5%;
            column-gap: 1.5%;
  }
}
@media screen and (max-width: 1260px) {
  .event-nav-list {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .event-nav-list {
    margin-top: 2rem;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
}
@media all {
  .event-nav-item {
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .event-nav-item.inactive {
    pointer-events: none;
  }
  .event-nav-item.inactive::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #797979;
    font-weight: bold;
    font-size: 150%;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.7803921569);
    padding: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .event-nav-item.inactive::after {
    font-size: 80%;
    line-height: 1.1;
    text-align: center;
  }
}
@media all {
  .event-nav-item.inactive::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    z-index: 5;
    border-radius: 10px 10px 0 0;
  }
  .event-nav-item.inactive .event-area {
    -webkit-transform: translateY(0.6em);
            transform: translateY(0.6em);
  }
  .event-nav-item.inactive .event-status {
    -webkit-transform: translateY(-0.6em);
            transform: translateY(-0.6em);
  }
  .event-nav-btn {
    position: relative;
    text-align: left;
    padding-top: 1.6rem;
    padding: 1em 1em 1em 10em;
    padding-left: clamp(5em, 10vw, 10em);
    width: 383px;
    height: 14.4rem;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 1260px) {
  .event-nav-btn {
    padding-top: 1.25vw;
    width: calc(30vw - 2px);
    height: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .event-nav-btn {
    padding: 4% 4% 4% 28%;
    width: 12.5rem;
    height: 8.6rem;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .event-nav-btn {
    width: 12.15rem;
  }
}
@media all {
  .event-nav-btn > span {
    display: block;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .event-nav-btn > span {
    margin-bottom: 0;
    line-height: 1.2;
  }
}
@media all {
  .event-nav-btn > span.event-icon {
    display: block;
    position: absolute;
    width: clamp(25px, 8.2vw, 90px);
    height: clamp(25px, 8.2vw, 90px);
    top: 50%;
    left: clamp(0.5em, 1vw, 2em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .event-nav-btn > span.event-icon {
    width: clamp(25px, 7vw, 90px);
    height: clamp(25px, 7vw, 90px);
    left: 0.2em;
  }
}
@media all {
  .event-nav-btn > span.event-title {
    font-weight: bold;
    margin-block: clamp(0.1rem, 0.8vw, 1rem);
    font-size: clamp(1rem, 1.5vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .event-nav-btn > span.event-title {
    margin-block: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  .event-nav-btn > span.event-title {
    font-size: 1rem;
    margin-block: 0;
  }
}
@media all {
  .event-nav-btn > span.event-area {
    font-weight: 700;
    margin-top: clamp(0.1rem, 0.2vw, 0.7rem);
    font-size: clamp(2rem, 2.8vw, 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .event-nav-btn > span.event-area {
    font-size: 1.5rem;
    margin-block: 0.2em;
  }
}
@media all {
  .event-nav-btn > span.event-status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2em;
    white-space: nowrap;
    background-color: #fff;
    padding-bottom: 0.2rem;
    width: clamp(14rem, 1.8vw, 20rem);
    height: clamp(2rem, 2vw, 2.8rem);
    font-size: clamp(1rem, 1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .event-nav-btn > span.event-status {
    padding-bottom: 0.1rem;
    width: 90%;
    font-size: 1rem;
    padding-top: 0.2em;
    height: 1.6rem;
  }
}
@media all {
  .event-section {
    position: absolute;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
    z-index: 3;
  }
  .event-section.active {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 4;
    margin-top: -2px;
  }
  .event-nav-item:not(.active) .event-nav-btn:hover {
    cursor: pointer;
  }
}
/* 江戸東京歴史ツーリズム */
@media all {
  .event-edo-section {
    background-color: #dc5126;
  }
  .edo .event-status {
    color: #dc5126;
  }
  .edo .event-nav-btn {
    border: 2px solid #dc5126;
    background-color: #fff;
    color: #dc5126;
  }
  .edo.active .event-nav-btn {
    border: 2px solid #dc5126;
    background-color: #dc5126;
    color: #fff;
  }
  .edo .event-nav-btn {
    border: 2px solid #dc5126;
    background-color: #fff;
    color: #dc5126;
  }
  .edo .event-nav-btn .event-status {
    background-color: #dc5126;
    color: #fff;
  }
  .edo.active .event-nav-btn {
    border: 2px solid #dc5126;
    background-color: #dc5126;
    color: #fff;
  }
  .edo.active .event-nav-btn .event-status {
    background-color: #fff;
    color: #dc5126;
  }
}
@media all {
  .tama .event-nav-btn {
    border: 2px solid #5a9136;
    background-color: #fff;
    color: #5a9136;
  }
  .tama .event-nav-btn .event-status {
    background-color: #5a9136;
    color: #fff;
  }
  .tama.active .event-nav-btn {
    border: 2px solid #5a9136;
    background-color: #5a9136;
    color: #fff;
  }
  .tama.active .event-nav-btn .event-status {
    background-color: #fff;
    color: #5a9136;
  }
}
@media all {
  .island .event-nav-btn {
    border: 2px solid #4b96b9;
    background-color: #fff;
    color: #4b96b9;
  }
  .island .event-nav-btn .event-status {
    background-color: #4b96b9;
    color: #fff;
  }
  .island.active .event-nav-btn {
    border: 2px solid #4b96b9;
    background-color: #4b96b9;
    color: #fff;
  }
  .island.active .event-nav-btn .event-status {
    background-color: #fff;
    color: #4b96b9;
  }
}
@media all {
  .program {
    margin-block: 0% 2%;
    margin-block: 0% 5%;
  }
  .program .col2 > div {
    background-color: #fff;
    border-radius: 10px;
    padding: 55px 2% 2%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .program .col2 > div {
    margin-top: clamp(6%, 8vw, 10%);
    padding: 10% 2% 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all {
  .program .col2 > div::before {
    content: "";
    display: block;
    position: absolute;
    top: -61px;
    left: calc(50% - 61px);
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .program .col2 > div::before {
    width: clamp(60px, 15vw, 90px);
    height: clamp(60px, 15vw, 90px);
    left: calc(50% - 30px);
    top: clamp(-20%, -10vw, -5%);
  }
}
@media all {
  .program .col2 > div.p01::before {
    background: url("../img/event/kubu/p01.png") no-repeat center center;
    background-size: 100%;
  }
  .program .col2 > div.p02::before {
    background: url("../img/event/kubu/p02.png") no-repeat center center;
    background-size: 100%;
  }
  .program .col2 > div.p03::before {
    background: url("../img/event/kubu/p03.png") no-repeat center center;
    background-size: 100%;
  }
  .program .col2 > div .left {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .program .col2 > div .left {
    width: 30%;
  }
}
@media all {
  .program .col2 > div .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .program .col2 > div .right {
    width: 68%;
  }
}
@media all {
  .program .col2 > div .right h3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-block: 2rem 1rem;
    color: #aa3613;
  }
}
@media screen and (max-width: 768px) {
  .program .col2 > div .right h3 {
    font-size: 14px;
    margin-block: 0 0.5rem;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .program .col2 > div .right h3 {
    font-size: 1.2rem;
  }
}
@media all {
  .program .col2 > div .right p {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .program .col2 > div .right p {
    font-size: 12px;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .program .col2 > div .right p {
    font-size: 1rem;
  }
}
@media all {
  .event-bottom-bg {
    background-color: #f1eee8;
    margin-inline: -3.2%;
    padding: 3%;
  }
  .present {
    background-color: #dc5126;
    color: #fff;
    padding: 5% 5% 3%;
    border-radius: 30px;
    position: relative;
    margin-block: 2% 5%;
  }
}
@media screen and (max-width: 768px) {
  .present {
    border-radius: 10px;
    margin-block: 5%;
  }
}
@media all {
  .present::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(../img/event/kubu/present_deco.png) repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .present::before {
    height: 10px;
    background: url(../img/event/kubu/present_deco.png) repeat-x;
    background-size: 100%;
  }
}
@media all {
  .present .col2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .present .col2 .left {
    width: 60%;
  }
  .present .col2 .left h2 {
    color: #dc5126;
    font-size: clamp(36px, 4.5vw, 50px);
    margin-bottom: 5%;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
  }
}
@media screen and (max-width: 768px) {
  .present .col2 .left h2 {
    font-size: 2.4rem;
    margin-block: 0.4em;
  }
}
@media all {
  .present .col2 .left p {
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .present .col2 .left p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .present .col2 .left p {
    font-size: 1.2rem;
  }
}
@media all {
  .present .col2 .left p .note {
    display: block;
    margin-top: 3%;
    font-size: 60%;
    font-weight: normal;
  }
  .present .col2 .right {
    width: 38%;
    padding-inline: 2%;
  }
}
@media screen and (max-width: 768px) {
  .present .col2 .right {
    padding-inline: 0;
  }
}
@media all {
  .present .col2 .right figcaption {
    text-align: center;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .present .col2 .right figcaption {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media all {
  .petamap {
    border: 2px solid #472319;
    border-radius: 30px;
    padding: 5% 5% 2%;
    margin-top: 10%;
    margin-bottom: 200px;
    z-index: 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .petamap {
    border-radius: 10px;
    margin-bottom: 130px;
  }
}
@media all {
  .petamap h2 {
    font-size: 5rem;
    margin-bottom: 1em;
    color: #f1eee8;
    position: absolute;
    left: calc(50% - 4em);
    top: -0.4em;
    display: inline-block;
    background-color: #f1eee8;
    padding-inline: 0.5em;
    text-shadow: 1px 1px 1px #50453b, -1px 1px 1px #50453b, 1px -1px 1px #50453b, -1px -1px 1px #50453b, 1px 0px 1px #50453b, 0px 1px 1px #50453b, -1px 0px 1px #50453b, 0px -1px 1px #50453b;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .petamap h2 {
    font-size: 2.6rem;
  }
}
@media all {
  .petamap h2::before {
    content: "＼ みんなでつくる ／";
    position: absolute;
    left: calc(50% - 5.5em);
    font-size: 60%;
    color: #50453b;
    text-shadow: none;
    top: -1.5em;
  }
  .petamap .peta-lead {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .petamap .peta-lead {
    padding-block: 1em;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .petamap .peta-lead {
    font-size: 1rem;
  }
}
@media all {
  .petamap .col2 {
    margin-top: 3%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .petamap .col2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all {
  .petamap .col2 .left {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .petamap .col2 .left {
    width: 30%;
  }
}
@media all {
  .petamap .col2 .right {
    width: 78%;
    font-size: 2.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .petamap .col2 .right {
    width: 68%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .petamap .col2 .right {
    font-size: 1rem;
  }
}
@media all {
  .petamap .col2 .right dt {
    width: 4em;
    color: #dc5126;
    text-align: left;
    margin-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  .petamap .col2 .right dt {
    margin-left: 0.5em;
    width: 3em;
  }
}
@media all {
  .petamap .col2 .right dd {
    width: calc(100% - 6em);
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .petamap .col2 .right dd {
    width: calc(100% - 4em);
    padding-left: 0;
  }
}
@media all {
  .petamap .col2 .right dt:not(:last-of-type),
  .petamap .col2 .right dd:not(:last-of-type) {
    border-bottom: 1px dashed #472319;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
  .requirement-section-inner {
    background-color: #f1eee8;
    margin-inline: -3.2%;
    padding: 6% 3% 3%;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner {
    padding: 10% 0 0;
  }
}
@media all {
  .requirement-section-inner .requirement-cont {
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 5%;
  }
  .requirement-section-inner .requirement-cont h2 {
    background-color: #aa3613;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    padding: 2.5rem 1rem;
    text-align: center;
    line-height: 1;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont h2 {
    font-size: clamp(20px, 4vw, 28px);
  }
}
@media all {
  .requirement-section-inner .requirement-cont h2::before {
    content: "";
    display: block;
    width: 170px;
    height: 170px;
    background: url("../img/event/kubu/stamp_kubu.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: -30%;
    left: -3%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .requirement-section-inner .requirement-cont h2::before {
    width: 15vw;
    bottom: -30%;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont h2::before {
    width: 30%;
    bottom: -60%;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .requirement-section-inner .requirement-cont h2::before {
    width: 25%;
    bottom: -10%;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr {
    padding: 3%;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr {
    padding: 3% 6% 3% 3%;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dt {
    background-color: #dc5126;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 0.5em;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dt {
    font-size: 1.4rem;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd {
    padding-top: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd {
    font-size: 1.2rem;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 2%;
    margin-bottom: 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd:not(:last-of-type) {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd .notice {
    font-weight: normal;
    font-size: 85%;
    line-height: 1.4;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd .notice:first-child {
    margin-top: 0.5em;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .left {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .left {
    width: 100%;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .left dl dt {
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 0.2em 0.5em;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 769px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .left dl dt {
    font-size: 80%;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .left dl dd {
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .left dl dd {
    font-size: 85%;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .access-map {
    overflow: hidden;
    aspect-ratio: 16/11;
    width: 63%;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .access-map {
    margin-top: 0;
    aspect-ratio: 1;
    width: 100%;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .access-map {
    aspect-ratio: 16/11;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd.access-detail .access-map iframe {
    width: 100%;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd .dot-list li {
    position: relative;
    padding-left: 0.3em;
    padding-block: 0.25em;
    line-height: 1.6;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd .dot-list li::before {
    content: "･";
    position: absolute;
    top: 0;
    left: -0.3em;
    line-height: 2.2;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd .dot-list li span {
    display: block;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd .dot-list li .notice:last-child {
    margin-bottom: 0.5em;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl > dd .dot-list.biko li + li {
    margin-top: 0.5em;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd {
    padding: 1.25rem 0;
    padding-right: 1em;
    width: calc(100% - 14rem);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd {
    padding-inline: 0;
    padding: 0.2rem 0 0.8rem;
    width: 100%;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd:nth-child(4n) {
    padding-bottom: 0.8rem;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .notice {
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-am .requirement-switch.am, .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-pm .requirement-switch.pm {
    pointer-events: none;
    color: #dc5126;
    background-color: #fff;
    border: 2px solid #dc5126;
    border-bottom: none;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-am .requirement-switch.am::before, .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-pm .requirement-switch.pm::before {
    border-top: none;
    border-bottom: 10px solid #fff;
    top: calc(50% - 6px);
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-am .requirement-switch.am::after, .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-pm .requirement-switch.pm::after {
    background-color: #dc5126;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .requirement-switch-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.6rem 0 1.6rem;
    line-height: 1;
    gap: 1rem;
    border-bottom: 2px solid #dc5126;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .requirement-switch-list .requirement-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.2em;
    width: 200px;
    height: 5rem;
    border: none;
    border-bottom: 2px solid #dc5126;
    font-weight: bold;
    background-color: #bbb5af;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    padding-right: 1.5em;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .requirement-switch-list .requirement-switch::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #bbb5af;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .requirement-switch-list .requirement-switch::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: translate(-12%, -30%);
            transform: translate(-12%, -30%);
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .requirement-switch-list .requirement-switch:hover {
    cursor: pointer;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr {
    background-color: #f1efea;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr {
    width: calc(100% + 1.5rem);
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr:nth-child(odd) {
    background-color: #faf9f7;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr .program.timetable :is(th, td) {
    font-weight: 700;
    line-height: 1.5;
  }
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th, .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr td {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th, .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr td {
    padding: 0 1em;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th {
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    position: relative;
    min-height: 3.2rem;
    width: 8em;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th {
    white-space: nowrap;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th .pg-am,
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th .pg-pm {
    position: absolute;
    display: inline-block;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: calc(50% - 0.75em);
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th .pg-am,
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr th .pg-pm {
    top: 1rem;
    left: 1.5rem;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr td {
    font-weight: bold;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr td {
    padding-bottom: 1rem;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr td .program-memo {
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr td .program-memo {
    font-size: 1.3rem;
  }
}
@media all {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-am .pg-pm, .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd.sw-pm .pg-am {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable,
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tbody,
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable tr,
  .requirement-section-inner .requirement-cont .requirement-cont-innr > dl .requirement-dd .program.timetable :is(th, td) {
    display: block;
    padding: 0;
    width: 100%;
  }
}
@media only screen {
  .accordion-opener {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 102%;
    background-color: #f1eee8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-inline: -1%;
  }
  .open .accordion-opener {
    opacity: 0;
    visibility: hidden;
  }
  .accordion-opener::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 238, 232, 0)), to(rgb(241, 238, 232)));
    background: linear-gradient(to bottom, rgba(241, 238, 232, 0), rgb(241, 238, 232));
  }
  .accordion-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1px;
    width: 28rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .accordion-btn:hover {
    cursor: pointer;
  }
  /* 江戸東京歴史ツーリズム */
  .event-edo-section .accordion-btn {
    background-color: #dc5126;
  }
  .event-edo-section .accordion-btn:hover {
    background-color: #aa3613;
  }
  /* 多摩 */
  .event-tama-section .accordion-btn {
    background-color: #5a9136;
  }
  .event-tama-section .accordion-btn:hover {
    background-color: #238a47;
  }
  /* 島しょ */
  .event-island-section .accordion-btn {
    background-color: #4b96b9;
  }
  .event-island-section .accordion-btn:hover {
    background-color: #246583;
  }
  /* sp */
}
@media only screen and (max-width: 767px) {
  .accordion .requirement-section-inner {
    overflow: hidden;
    height: calc(100vh - 27.5rem);
    min-height: 105vw;
  }
  .accordion-opener {
    height: 8rem;
    width: 110%;
    margin-inline: -5%;
    bottom: -10px;
  }
  .accordion-closer {
    margin: 0 auto 0;
    width: 24rem;
  }
  .accordion-btn {
    width: 24rem;
    height: 4rem;
    font-size: clamp(15px, 3vw, 20px);
  }
}
@media only screen and (min-width: 768px) {
  .accordion .requirement-section-inner {
    overflow: hidden;
    height: 73rem;
  }
  .accordion-opener {
    height: 10rem;
  }
  .accordion-closer {
    margin: 0 auto 0;
    width: 28rem;
  }
  .accordion-btn {
    width: 28rem;
    height: 5rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 414px) and (max-width: 768px) {
  .accordion-opener {
    width: 110%;
    margin-inline: -5%;
  }
}
.event-section:not(.accordion) .accordion-opener {
  display: none;
}

@media all {
  .bnr-section {
    background-color: #49a9a8;
    padding: 5% 0;
    padding-inline: calc(50vw - 600px);
  }
}
@media screen and (max-width: 1260px) {
  .bnr-section {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section {
    padding: 25% 0 10%;
  }
}
@media all {
  .bnr-section::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: center/cover no-repeat;
    top: -250px;
    height: 350px;
    background-image: url(../img/banner/before-pc.png);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section::before {
    background-size: 200%;
  }
}
@media all {
  .bnr-section img {
    aspect-ratio: 10/4;
  }
  .bnr-section .event-ttl {
    position: relative;
    z-index: 2;
    margin-top: -4em;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section .event-ttl {
    padding-top: 3rem;
  }
}
@media all {
  .bnr-section .event-ttl {
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section .event-ttl {
    margin-block: -29% 3.5%;
  }
}
@media all {
  .bnr-section .event-ttl .en {
    display: block;
    color: #49a9a8;
    opacity: 1;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
    font-size: 13rem;
    margin-top: -1em;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section .event-ttl .en {
    font-size: 6.4rem;
    margin-left: 20px;
  }
}
@media all {
  .bnr-section .event-ttl .ja {
    color: #fff;
    display: block;
    margin-top: 0.25em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section .event-ttl .ja {
    font-size: 1.6rem;
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .bnr-section .col2 {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all {
  .bnr-section .col2 .bnr-box {
    margin-bottom: 1.5%;
    width: 49.25%;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section .col2 .bnr-box {
    margin: 0 auto;
    width: calc(100% - 4rem);
  }
}
@media all {
  .bnr-section .col2 .bnr-box a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .bnr-section .col2 .bnr-box a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .bnr-section .col2 .bnr-box + .bnr-box {
    margin-top: 3%;
  }
}
@media all {
  .bottom-event-entry {
    padding-bottom: 1%;
  }
}
@media screen and (max-width: 768px) {
  .bottom-event-entry {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style_scss2026.css.map */