@charset "UTF-8";
#specialevent-summer2026 {
  --wp--style--global--content-size: clamp(300px, 80%, 960px);
  --wp--style--global--wide-size: 90%;
}
#specialevent-summer2026 .area_body .kv {
  --wp--style--global--content-size: clamp(300px, 90%, 1200px);
}
#specialevent-summer2026 .area_body {
  background-color: #80c8f0;
  background-image: url(../images/cloud_02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 30% auto;
}
#specialevent-summer2026 .area_body .fuchi {
  color: #FFF;
  /* 文字色：白 */
  text-shadow: 2px 2px 0 #221815, -2px 2px 0 #221815, 2px -2px 0 #221815, -2px -2px 0 #221815, 2px 0px 0 #221815, -2px 0px 0 #221815, 0px 2px 0 #221815, 0px -2px 0 #221815;
  position: relative;
}
#specialevent-summer2026 .area_body .fuchi::after, #specialevent-summer2026 .area_body .fuchi::before {
  color: #FFF;
  position: absolute;
  top: 50%;
  font-size: inherit;
  text-shadow: 2px 2px 0 #221815, -2px 2px 0 #221815, 2px -2px 0 #221815, -2px -2px 0 #221815, 2px 0px 0 #221815, -2px 0px 0 #221815, 0px 2px 0 #221815, 0px -2px 0 #221815;
}
#specialevent-summer2026 .area_body .fuchi::before {
  content: "＼";
  left: 0;
  transform: translate(-1em, -50%);
}
#specialevent-summer2026 .area_body .fuchi::after {
  content: "／";
  right: 0;
  transform: translate(1em, -50%);
}
#specialevent-summer2026 .area_body .index_btn {
  gap: 1rem;
}
#specialevent-summer2026 .area_body .index_btn .wp-block-button {
  width: calc((100% - 2rem) / 3);
}
#specialevent-summer2026 .area_body .index_btn .wp-block-button .wp-block-button__link {
  border-radius: 1rem;
  background: #fed901;
  color: #221815;
}
#specialevent-summer2026 .area_body .index_btn .wp-block-button .wp-block-button__link::after {
  background-color: #80c8f0;
}
#specialevent-summer2026 .area_body .index_btn .wp-block-button .wp-block-button__link mark {
  font-weight: 700;
  background: #e95389 !important;
  border-radius: 5px;
  color: #FFF !important;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  #specialevent-summer2026 .area_body .index_btn .wp-block-button {
    width: calc((100% - 1rem) / 2);
  }
}
#specialevent-summer2026 .area_body .sec_kamui {
  border: 1px solid #FFF;
  border-radius: 1rem;
  position: relative;
}
#specialevent-summer2026 .area_body .sec_kamui::after {
  content: "";
  background-image: url(../images/cloud_02.png);
  width: 150px;
  height: 140px;
  display: block;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #specialevent-summer2026 .area_body .sec_kamui::after {
    transform: translate(0, 110%);
  }
}
#specialevent-summer2026 .area_body .date {
  background: #e95389;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  border-radius: 5px;
  line-height: 1;
  padding: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#specialevent-summer2026 .area_body .date mark {
  font-weight: 700;
  font-size: 0.75em;
  padding: 0.25rem;
  margin-left: 0.5rem;
  line-height: 1;
  display: inline-block;
  background: #FFF !important;
  border-radius: 5px;
}
#specialevent-summer2026 .area_body .date.left {
  margin-left: 0;
}
#specialevent-summer2026 .area_body .date.auto {
  margin: 0;
}
#specialevent-summer2026 .area_body .square_list {
  list-style: none;
  padding: 0;
}
#specialevent-summer2026 .area_body .square_list li {
  vertical-align: middle;
}
#specialevent-summer2026 .area_body .square_list li::before {
  content: "■";
  color: #FFF;
  font-size: 0.75em;
  margin-right: 0.25em;
}
#specialevent-summer2026 .area_body .square_list.red li::before {
  color: #e83f23;
}
#specialevent-summer2026 .area_body .square_list.black li::before {
  color: #221815;
}
#specialevent-summer2026 .area_body .square_list.yellow li::before {
  color: #fed901;
}
#specialevent-summer2026 .area_body .square_list.bg_w {
  border: 2px solid #f08300;
  padding: 1rem;
  border-radius: 5px;
  background: #FFF;
}
#specialevent-summer2026 .area_body .square_list.bg_w li::before {
  color: #f08300;
}
#specialevent-summer2026 .area_body .bg_yellow {
  background: #fed901;
  border-radius: 1rem;
}
#specialevent-summer2026 .area_body .bg_yellow .bd_dot {
  position: relative;
}
#specialevent-summer2026 .area_body .bg_yellow .bd_dot.bt::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  bottom: 0;
  left: 0;
  background-image: url(../images/dot_line.svg);
  background-repeat: repeat-x;
  background-size: 20px 8px;
  background-position: space;
  transform: translateY(100%);
}
@media screen and (max-width: 599px) {
  #specialevent-summer2026 .area_body .bg_yellow .bd_dot.bt::after {
    height: 4px;
    background-size: 10px 4px;
  }
}
#specialevent-summer2026 .area_body .bg_yellow .experience_list .wp-block-column {
  padding: 1rem;
  background: #FFF;
  border-radius: 1rem;
}
#specialevent-summer2026 .area_body .bg_yellow .experience_list .wp-block-column .wp-block-heading {
  color: #f08300;
}
#specialevent-summer2026 .area_body .bg_yellow .experience_list .wp-block-column .square_list li::before {
  color: #fed901;
}
#specialevent-summer2026 .area_body .bd_l .wp-block-column {
  padding-left: 1rem;
  border-left: 2px solid #221815;
}
#specialevent-summer2026 .area_body .mincho {
  font-family: "Times New Roman", "Yu Mincho", "游明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "BIZ UDPMincho", serif;
}
#specialevent-summer2026 .area_body .bg_cloud {
  background-image: url(../images/cloud_01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
#specialevent-summer2026 .area_body .align-center li {
  text-align: center;
}
#specialevent-summer2026 .area_body .hukidashi {
  margin-bottom: 1.75rem;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
#specialevent-summer2026 .area_body .hukidashi .h_head {
  -webkit-mask-image: url(../images/hukidashi.svg);
          mask-image: url(../images/hukidashi.svg);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  padding: 3em 1.5em;
  background: #FFF;
}/*# sourceMappingURL=specialevent-summer2026.css.map */