@charset "UTF-8";
:root {
  --color-yel: #fff100;
  --color-blk: #231815;
  --color-ore: #f39800;
  --color-blu: #37567a;
  --color-red: #d80c18;
  --color-brn: #40220f;
}

.wrapper {
  overflow-x: hidden;
  color: var(--color-blk);
}

.wrapper * {
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.wrapper *::before,
.wrapper *::after {
  box-sizing: border-box;
}

.wrapper a {
  transition: all 0.2s;
}

.wrapper img {
  vertical-align: bottom;
}

.visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  background-color: #fff;
  z-index: 99999;
}

.end_bnr {
  text-align: center;
  background: #000;
  padding: 40px 0;
  color: #fff;
  margin: 0 0 50px;
  font-weight: 700;
}

.end_bnr .em {
  font-size: 150%;
  margin: 0 0 5px;
}
html[lang=ja] {
  margin: 0 !important;
}

body {
  font-size: 3.74vw;
}

.pc_only {
  display: none !important;
}

br.sp_only {
  font-size: 0;
}

#wpadminbar {
  display: none !important;
}

@media all and (min-width: 501px) {
  body {
    font-size: 18px;
  }
}
.inner, .inner_s {
  width: 90%;
  margin: auto;
}

main {
  position: relative;
  z-index: 0;
}

.mplus {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotateZ(0.03deg);/* Fontジャギー対策用 */
}

.yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.txt {
  font-size: 87.5%;
  line-height: 1.8;
}

.w100 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.marker {
	background: linear-gradient(transparent 60%, #fff100 60%);
	margin: 0 3px;
	padding: 0 2px 3px 2px;
	display: inline;
	line-height: 1;
}

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

.al_c {
  text-align: center !important;
}

.al_l {
  text-align: left !important;
}

.al_r {
  text-align: right !important;
}

.ib {
  display: inline-block;
}

.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* スライダー */
.slider1,
.slider2  {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider1.slick-initialized,
.slider2.slick-initialized {
  opacity: 1;
}

.slider1 .slick-list,
.slider2 .slick-list {
  margin: 0 -5px;
}

.slider1 .slick-slide,
.slider2 .slick-slide {
  margin: 0 5px;
}

.slider1 .item,
.slider2 .item {
  aspect-ratio: 200 / 110;
}

.slider1 .item img,
.slider2 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

/* .list */
.list > li {
  font-size: 85.7%;
  position: relative;
  line-height: 1.8;
  padding-left: 1.2em;
}

.list > li:not(:first-child) {
  margin-top: 0.5em;
}

.list > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

/* .list_note */
.list_note > li {
  font-size: 125%;
  position: relative;
  line-height: 1.8;
  padding-left: 1.2em;
}

.list_note > li:not(:first-child) {
  margin-top: 0.5em;
}

.list_note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------*/
header .logo {
  width: 27%;
  position: absolute;
  top: 4vw;
  left: 1vw;
  line-height: 1;
  z-index: 2;
}

header #side-fixed {
  width: 30px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 1000;
  transition: all 0.5s;
}

header #side-fixed a {
  transition: all 0.3s;
}

header .side-menu {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

header .side-menu > li {
  width: 100%;
  min-height: 130px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  border-top: 2px solid var(--color-blk);
  border-bottom: 2px solid var(--color-blk);
  border-left: 2px solid var(--color-blk);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 1px 0 rgba(0,0,0,.2);
}

header .side-menu > li:nth-child(1) a {
  background-color: #f7c8d6;
}

header .side-menu > li:nth-child(1) a:hover {
  background-color: #f9a1b3;
}

header .side-menu > li:nth-child(2) a {
  background-color: #fff67f;
}

header .side-menu > li:nth-child(2) a:hover {
  background-color: #fcf156;
}

header .side-sns {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 15px;
}

header .side-sns > li a {
  display: inline-block;
}

header .side-sns > li img {
  width: 100%;
}

header .side-sns a:hover {
  opacity: 0.7;
}

header .side-menu > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.scroll__menu header #side-fixed {
  opacity: 0;
  bottom: -200px;
}

/*--------------------------------------------------*/
footer {
  color: #fff;
  padding: 10% 0 20%;
  background-color: #310800;
}

footer .f-logo {
  line-height: 1;
  width: 240px;
  max-width: 100%;
  margin: 0 auto 5%;
}

footer .f-box {
  overflow: hidden;
  margin: auto;
}

footer .f-box .box-left {
  font-size: 115%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 5%;
}

footer .f-box .box-right {
  font-size: 88%;
  margin-top: -0.3em;
}

footer .copyright {
  font-size: 75%;
  text-align: center;
  margin-top: 5.33vw;
}

/*--------------------------------------------------*/
.block_top {
  background-color: var(--color-yel);
  background-image: url("../img/bg_dot.png"), url("../img/bg_sun.png");
  background-repeat: repeat, no-repeat;
  background-position: top left, top center;
  background-size: 3.2vw auto, 100% auto;
  position: relative;
}

/*------------------------------*/
.block_event {
  background-color: var(--color-ore);
  background-image: url("../img/bg_event.png");
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 132.66vw auto;
  position: relative;
  margin-top: -1.86vw;
  padding-bottom: 32vw;
}

.block_event::before {
  content: "";
  width: 100%;
  height: 4vw;
  background-image: url("../img/bg_event_top_sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: absolute;
  bottom: calc(100% - 1px);
}

.event_inner {
  width: 92%;
  margin: 0 auto;
}

.event_ttl {
  text-align: center;
  transform: translateY(-2.66vw);
  margin-bottom: -2.66vw;
}

.event_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2.66vw auto 0;
}

.event_menu > li {
  width: 48.5%;
  background-color: #fff;
  border: 1.0666vw solid var(--color-blk);
  border-radius: 4vw;
  position: relative;
}

.event_img01_01,
.event_img02_01 {
  line-height: 1;
}

.event_img01_01 img {
  width: 100%;
  max-width: none;
  border-radius: 8vw;
  vertical-align: bottom;
}

.event_img02_01 img {
  width: 100%;
  border-radius: 3vw;
  vertical-align: bottom;
}

.event_menu_ttl {
  width: 22.93vw;
  position: absolute;
  top: -4.1vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.event_menu > li:nth-child(2) .event_menu_ttl {
    top: -4.7vw;
}

.event_btn {
  font-size: 2.4vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 26vw;
  max-width: 100%;
  aspect-ratio: 170 / 50;
  border: 2px solid var(--color-blk);
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -0.53vw;
  left: 50%;
  transform: translate(-50%, 50%);
  background-image: url("../img/btn_img.svg");
  background-repeat: no-repeat;
  background-position: center right 1vw;
  background-size: 1.87vw auto;
}

.event_btn.pink {
  background-color: #f4b4d0;
}

.event_btn.pink:hover {
  background-color: #eb6d8e;
}

.event_btn.green {
  background-color: #76c5ab;
}

.event_btn.green:hover {
  background-color: #00aca0;
}

.event_img01_01 {
  width: calc(100% + 4vw);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*------------------------------*/
.block_tour {
  position: relative;
  padding-bottom: 13.33vw;
}

.block_tour::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1366 / 225;
  background-image: url("../img/bg_tour_top.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}

.tour_inner {
  width: 82%;
  margin: 0 auto 5.33vw;
}

.tour_ttl {
  width: 80%;
  margin: 0 auto;
}

.tour_date {
  width: calc(100% + 10vw);
  margin: -5.33vw auto 4vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
}

.tour_txt01 {
  font-size: 128.6%;
  font-weight: 900;
  color: var(--color-red);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
}

.tour_txt02 {
  text-align: center;
}

.tour_img_col2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
}

.tour_img_col2 .tour_img {
  width: 100%;
  text-align: center;
}

.tour_img_caption {
  font-size: 87.5%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: var(--color-blu);
  padding: 0.5em 1em;
}

/*------------------------------*/
.block_special {
  background-color: #fff226;
  padding: 13.33vw 0;
}

.special_inner {
  width: 82%;
  margin: 0 auto;
}

.special_img01 {
  margin-bottom: 8vw;
}

.special_list {
  line-height: 1;
  margin-top: 8vw;
}

.special_list > li {
  font-size: 71.4%;
  font-weight: 500;
  line-height: 1.5;
  display: inline;
  position: relative;
  padding-left: 1em;
}

.special_list > li::before {
  color: #d7000f;
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.special_btn_area {
  margin: 8vw 0 2.66vw;
}

.special_btn {
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #d7000f;
  padding: 0.75em 1.2em;
  border-radius: 100vh;
  margin: 0 auto;
}

.special_note {
  font-size: 71.4%;
  text-align: right;
}

/*------------------------------*/
.block_model {
  padding: 13.33vw 0;
}

.model_box {
  width: 90%;
  background-color: #f6efc2;
  border-radius: 5.33vw;
  margin: 0 auto;
  padding-bottom: 13.33vw;
}

.model_box_inner {
  width: 90%;
  margin: 0 auto;
}

.model_ttl {
  width: 60%;
  margin: 0 auto 8vw;
}

.model_txt01 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}

.model_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8vw 0 21.33vw;
}

.model_menu > li {
  font-size: 92.9%;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  text-align: center;
  width: 48%;
}

.model_menu > li a {
  background-color: var(--color-blu);
  border: 2px solid var(--color-blu);
  padding: 0.5em;
  display: block;
}

.model_menu > li a:hover {
  background-color: #fff;
  color: var(--color-blu);
}

.style_ttl_sub {
  font-size: 92.9%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.style_ttl {
  font-size: 142.9%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.style_top_img {
  aspect-ratio: 1020 / 630;
  position: relative;
  margin: 5.33vw -4.35vw 0;
}

.style_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s;
}

.style_top_img img.show {
  opacity: 1;
}

.skip {
  padding-bottom: 13.33vw;
}

.style_slider {
  margin-top: 10.66vw;
  margin-bottom: 10.66vw;
}

.style_txt01 {
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.5em;
}

.style_txt02 {
  font-size: 92.9%;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.075em;
}

.style_inner_s {
  width: 100%;
}

.style_md_img {
  margin: 10.66vw 0 4vw;
}

.style_floor_img {
  max-width: 450px;
  margin: 10.66vw auto 4vw;
}

.style_txt03 {
  font-size: 85.7%;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
}

.style_point {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin: 8vw auto;
}

.style_point > li {
  width: 100%;
}

.style_point_ttl {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.75em;
  margin: 1em 0 0.8em;
}

.kajiraku .style_point_ttl {
  font-size: 106.3%;
}

.kajiraku .style_point_ttl .sm {
  font-size: 0.94em;
}

.style_point_ttl .num {
  flex-shrink: 0;
  width: 1.39em;
  height: 1.39em;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-brn);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.style_point_txt {
  font-size: 87.5%;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.style_point_img {
  text-align: center;
}

.style_tag_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.66vw 1.33vw;
  margin: 0 auto;
}

.style_tag_list > li {
  min-width: 49%;
  font-size: 92.9%;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
  background-color: var(--color-brn);
  border: 1px solid #fff;
  padding: 0.2em 1em;
  border-radius: 100vh;
}

.kajiraku .style_tag_list > li.adj {
  min-width: auto;
  padding: 0.2em 2.5em;
}

.kajiraku {
  padding-top: 17.33vw;
  background-image: url("../img/line_dot.svg");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 4vw;
}

.kajiraku .style_floor_img img {
  width: 942px;
  max-width: 92%;
  display: block;
  margin: 0 auto;
}

.model_menu_btm {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 13.33vw auto 8vw;
}

.model_menu_btm > li {
  font-size: 92.9%;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  text-align: center;
  width: 48%;
}

.model_menu_btm > li a {
  display: block;
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
  padding: 0.5em;
}

.model_menu_btm > li a:hover {
  background-color: #fff;
  color: var(--color-red);
}

.model_btm_btn {
  font-size: 92.9%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  width: 320px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blu);
  border: 2px solid var(--color-blu);
  padding: 1em 1.5em;
  border-radius: 100vh;
  margin: 0 auto;
}

.model_btm_btn:hover {
  background-color: #fff;
  color: var(--color-blu);
}

/*------------------------------*/
.block_thank {
  background-color: var(--color-yel);
  background-image: url("../img/bg_dot.png"), url("../img/bg_main_event01.png"), url("../img/bg_thank_sun.png");
  background-repeat: repeat, no-repeat, no-repeat;
  background-position: top left, top 600px center, top center;
  background-size: 3.2vw auto, 190% auto, 100% auto;
  position: relative;
  padding-top: 6.66vw;
}

.thank_ttl {
  width: 91%;
  margin: 0 auto;
}

.thank_date {
  background-color: #d93425;
  box-shadow : 0px 10px 6px rgba(106, 36, 20, 0.3);
  line-height: 1;
  text-align: center;
}

.thank_date_inner {
  display: inline-block;
  position: relative;
}

.thank_date_ttl {
  width: 20%;
  position: absolute;
  top: -8vw;
  left: 2.66vw;
}

.thank_box {
  width: 92%;
  background-color: #fff;
  border: 1.6vw solid var(--color-blk);
  border-radius: 8vw;
  position: relative;
  padding-bottom: 8vw;
  margin: 13.33vw auto 0;
}

.thank_box_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8vw;
  pointer-events: none;
}

.thank_box::before {
  content: "";
  width: 56vw;
  max-width: 100%;
  height: auto;
  aspect-ratio: 650 / 107;
  background-image: url("../img/line_thank_head.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #fff;
}

.event_ttl_en {
  width: 37.33vw;
  max-width: 100%;
  margin: -2.66vw auto 2.66vw;
  position: relative;
}

.stage_event .event_ttl_en {
  margin-bottom: 0;
}

.main_event_catch {
  width: calc(100% + 10vw);
  position: absolute;
  top: -21vw;
  left: 50%;
  transform: translateX(-50%);
}

.main_event_ttl {
  background-color: #d93425;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 142.9%;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0.5em 0;
  margin: 3.2vw 0;
  text-align: center;
}

.main_event_time {
  font-size: 0.5em;
  font-weight: 900;
  color: var(--color-blk);
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-color: #fff;
  padding: 0.2em 1.5em;
  border-radius: 100vh;
  display: inline-block;
  margin-top: 1.33vw;
}

.main_event_txt01 {
  font-size: 100%;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.main_event_txt01 .line {
  border-bottom: 5px solid #d93425;
  display: inline-block;
  padding-bottom: 0.1em;
}

.main_event_img_list > li {
  position: relative;
}

.main_event_img_list > li:not(:last-child)::after {
  content: "";
  width: 90%;
  height: 2px;
  border-radius: 100vh;
  background-color: var(--color-blk);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main_event_txt02 {
  font-size: 142.9%;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 8vw 0 4vw;
}

.main_event_note {
  font-size: 71.4%;
  letter-spacing: 0.08em;
  text-align: center;
}

.stage_event {
  padding-bottom: 0;
  margin-top: 16vw;
}

.stage_event_ttl {
  /* min-height: 140px; */
  background-color: #00aca0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 142.9%;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding: 0.5em 0;
  margin: 3.2vw 0;
  padding: 0.3em 0;
}

.stage_event_time {
  font-size: 0.5em;
  font-weight: 900;
  color: var(--color-blk);
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: left;
  background-color: #fff;
  padding: 0.2em 1.5em;
  border-radius: 0.8em;
  display: inline-block;
  margin-top: 1.33vw;
}

.stage_event_ill {
  width: 30%;
  position: absolute;
  bottom: -20vw;
  left: -4.8vw;
}

.workshop_event {
  margin-top: 21.33vw;
}

.kids_event {
  margin-top: 18vw;
  padding-bottom: 21.33vw;
}

.kids_event .thank_box,
.workshop_event .thank_box {
  padding-bottom: 0;
}

.kids_ttl_en,
.workshop_ttl_en {
  width: 100%;
  text-align: center;
  margin-bottom: 8vw;
}

.kids_ttl_en img,
.workshop_ttl_en img {
  width: auto;
  height: 8vw;
}

.kids_lead_txt,
.workshop_lead_txt {
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}

.kids_lead_txt > span,
.workshop_lead_txt > span {
  position: relative;
}

.kids_lead_txt > span::before,
.kids_lead_txt > span::after,
.workshop_lead_txt > span::before,
.workshop_lead_txt > span::after {
  content: "";
  width: 40px;
  height: auto;
  aspect-ratio: 130 / 144;
  background-image: url("../img/line_ttl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -30px;
}

.kids_lead_txt > span::before,
.workshop_lead_txt > span::before {
  right: calc(100% + 50px);
}

.kids_lead_txt > span::after,
.workshop_lead_txt > span::after {
  left: calc(100% + 50px);
  transform: scale(-1, 1);
}

.kids_event_ttl,
.workshop_event_ttl {
  background-color: #00aca0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 142.9%;
  font-weight: 900;
  color: #fff;
  line-height: 1.04;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding: 0.3em 0;
}

.kids_event_time,
.workshop_event_time {
  font-size: 0.5em;
  font-weight: 900;
  color: var(--color-blk);
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: left;
  background-color: #fff;
  padding: 0.2em 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  margin-top: 1.33vw;
}

.kids_event_note,
.workshop_event_note {
  width: 82%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8vw auto 0;
}

.kids_event_ttl_col2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.kids_event_ttl.ttl03 {
  background-image: url("../img/kids_ttl_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 0.46em 0;
}

.kids_event_ttl.ttl03 h3 {
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2vw;
}

.kids_event_ttl.ttl03 .sm {
  font-size: 0.65em;
  line-height: 1.3;
  display: inline-block;
}

.kids_event_ttl.ttl03 .kids_event_time {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: inline-block;
}

.white_box {
  background-color: #fff;
  border-radius: 8vw;
  padding: 8vw 5.33vw;
}

.food {
  padding-bottom: 37.33vw;
}

.food .white_box {
  position: relative;
}

.food_top_ill {
  width: calc(100% + 8vw);
  position: absolute;
  top: -2.66vw;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.food_inner {
  width: 82%;
  margin: 0 auto;
  position: relative;
}

.food_catch {
  width: 30%;
  position: absolute;
  top: -21.33vw;
  right: 1.33vw;
}

.food_ttl_en {
  width: 100%;
  text-align: center;
  margin: 0 auto 8vw;
}

.food_ttl_en img {
  width: auto;
  height: 8vw;
}

.food .thank_date {
  margin-bottom: 8vw;
}

.food_txt01 {
  font-size: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}

.food_txt01 .em {
  font-size: 1.63em;
  font-weight: bold;
}

.food_top_img {
  text-align: center;
  margin: 10px 0 30px;
}

.food_txt02 {
  font-size: 92.9%;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.food_cont_wrap {
  position: relative;
}

.food_ill01 {
  width: 53.33vw;
  max-width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 28%;
  left: calc(100% - 21.33vw);
}

.food_ill02 {
  width: 53.33vw;
  max-width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -10%;
  right: calc(100% - 21.33vw);
}

.food_cont {
  padding: 8vw 5.33vw 0;
  margin-top: 8vw;
  position: relative;
}

.food_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw 2.66vw;
}

.food_list > li {
  position: relative;
}

.food_list > li:nth-child(3)::before,
.food_list > li:nth-child(6)::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}

.food_list > li:nth-child(3)::before {
  width: 40%;
  height: auto;
  aspect-ratio: 134 / 258;
  background-image: url("../img/food_ill01.png");
  top: -4vw;
  right: calc(100% + 2px);
  mix-blend-mode: multiply;
}

.food_list > li:nth-child(6)::before {
  width: 35%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-image: url("../img/food_ill02.png");
  top: 26%;
  left: calc(100% + 1vw);
  mix-blend-mode: multiply;
}

.shop_date {
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.33vw;
}

.shop_name {
  font-size: 71.4%;
  font-weight: bold;
  text-align: center;
}

.food_btm_img_bg,
.food_btm_img {
  width: 800px;
  max-width: 72%;
  position: absolute;
  top: calc(100% - 6.66vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.food_btm_img_bg {
  mix-blend-mode: multiply;
}

/*------------------------------*/
.info_ttl {
  font-size: 157.1%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  text-align: center;
  margin: 0 -1em 8vw;
}

.info_ttl_s {
  font-size: 114.3%;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-align: center;
}

.access .info_ttl_s {
  margin-bottom: 2.66vw;
}

.caution .info_ttl_s {
  margin-bottom: 5.33vw;
}

.access {
  margin-bottom: 13.33vw;
}

.access_inner,
.caution_inner {
  width: 82%;
  margin: 0 auto;
}

.access_txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.access_txt01 {
  font-size: 92.9%;
  font-weight: 600;
  padding-left: 4em;
  text-indent: -4em;
  font-feature-settings: normal;
}

.map {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-top: 2.66vw;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caution_box {
  background-color: #fff;
  border-radius: 2.66vw;
  padding: 8vw 5.33vw;
}

.caution_box .list > li {
  font-size: 92.9%;
  line-height: 1.7;
}

/*------------------------------*/

.block_contact {
  padding: 10% 0 47%;
  background-color: var(--color-yel);
  background-image: url("../img/bg_btm.png"), url("../img/bg_dot.png");
  background-repeat: no-repeat, repeat;
  background-position: bottom center, top left;
  background-size: 130% auto, 3.2vw auto;
}

.block_contact .area_corona {
  border: solid 1px #4c4948;
  position: relative;
  padding: 40px 15px 20px;
  margin: 0 0 30px;
}

.block_contact .area_corona .corona-title {
  line-height: 1.2;
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: -1em;
  z-index: 5;
}

.block_contact .area_corona .corona-title span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}

.block_contact .area_corona .corona-lead {
  font-size: 115%;
  font-weight: 600;
  margin: 0 0 10px;
}

.block_contact .contact-title,
.block_thanks .contact-title {
  text-align: center;
  font-size: 190%;
  margin: 0 0 20px;
}

.block_contact .contact-lead {
  text-align: center;
  font-size: 115%;
  font-weight: 600;
  margin: 0 0 20px;
}

.list_form {
  border: solid 1px #4c4948;
  margin: 0 0 30px;
  background-color: #fff;
}

.list_form li {
  overflow: hidden;
  display: table;
  width: 100%;
}

.list_form li + li {
  border-top: solid 1px #4c4948;
}

.list_form .area_label {
  padding: 12px;
  background: #efeee8;
  box-sizing: border-box;
  border-bottom: dotted 1px #4c4948;
  vertical-align: middle;
  font-weight: 600;
  position: relative;
}

.list_form li.hissu .area_label::after {
  content: "必須";
  display: inline-block;
  background: #b5464c;
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  font-size: 88%;
  padding: 5px;
  margin: auto;
  line-height: 1;
}

.list_form .area_input {
  padding: 12px;
  box-sizing: border-box;
}

.list_form .area_input p + p {
  margin: 5px 0 0;
}

.list_form .area_input.radio-box label {
  display: block;
  margin: 5px 0;
}

.list_form .area_input.radio-box2 label {
  padding: 0 15px 0 0;
  display: block;
}

.list_form .area_input.radio-box label input, .list_form .area_input.radio-box2 label input, .list_form .area_input.radio-box3 label input {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.list_form .area_input.radio-box3 label, .list_form .area_input.radio-box3 .wpcf7-list-item {
  /* display: block; */
  display: flex;
  white-space: nowrap;
  align-items: center;
  text-align: left;
}

.list_form .area_input.radio-box3 label input[type="text"], .list_form .area_input.radio-box3 .wpcf7-list-item  input[type="text"] {
  margin-left: 10px;
}

.list_form .area_input .small {
  font-size: 90%;
  margin: 10px 0 0;
}

.list_form .area_input .small small {
  display: inline-block;
}

.list_form input[type=text], .list_form input[type=email], .list_form input[type=tel], .list_form textarea {
  width: 100%;
  background: #ecebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 10px;
}

.list_form input[type=text].short {
  width: 30%;
}

.list_form textarea {
  width: 100%;
}

.list_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ecebeb;
  padding: 10px 40px 10px 15px;
  border: none;
  font-size: 16px;
  color: #333;
}

.list_form span.select-arrow {
  position: relative;
  display: inline-block;
}

.list_form span.select-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: solid 1px #4c4948;
  border-right: solid 1px #4c4948;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}

.list_form .att-text {
  color: #e50012;
  font-size: 88%;
  margin: 5px 0 0;
}

.list_form .check__on {
  display: none;
}

.list_form .check__on.check__start {
  display: table;
}

.block_contact .policy-title {
  font-size: 115%;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}

.block_contact .policy-title strong {
  color: #b5464c;
}

.block_contact .policy-text {
  font-size: 93.8%;
  font-weight: 500;
  margin-top: 1.5em
}

.block_contact .policy-text a {
  text-decoration: underline;
}

.block_contact .policy-text a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.block_contact .area_policy {
  height: 180px;
  overflow-y: scroll;
  border: solid 1px #4c4948;
  box-sizing: border-box;
  padding: 12px;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 30px;
  font-size: 90%;
}

.block_contact .area_policy p + p {
  margin: 15px 0 0;
}

.list_disc li {
  list-style: disc;
  margin: 0 0 0 1.3em;
}

.block_contact .area_policy dl {
  margin: 20px 0 0;
}

.block_contact .area_policy dt {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 110%;
}

.block_contact .area_submit {
  text-align: center;
  margin: 0 0 100px;
}

.block_contact .area_submit button {
  color: #fff;
  display: inline-block;
  background: var(--color-blk);
  line-height: 60px;
  margin: 0;
  padding: 0 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 135%;
  font-weight: 600;
  border-radius: 100vh;
  cursor: pointer;
  border: none;
}

.block_contact .area_submit button:hover {
  color: var(--color-blk);
  background: var(--color-ore);
}

.block_contact .area_error {
  border: 10px solid var(--color-ore);
  border-top-width: 10px;
  margin-bottom: 50px;
}

.block_contact .area_error .error-title {
  background: var(--color-ore);
  padding-bottom: 15px;
  font-size: 120%;
  font-weight: 600;
  line-height: 1.5;
}

.block_contact .area_error .error-box {
  background: #fff;
  padding: 15px;
  /* margin: 0 0 20px; */
}

.dl_error {
  font-size: 88%;
}

.dl_error + .dl_error {
  margin: 20px 0 0;
}

.dl_error dt {
  font-size: 135%;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

.dl_error dt:before,
.dl_error dt:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}

.dl_error dt:before {
    margin-right: 1em;
}

.dl_error dt:after {
    margin-left: 1em;
}

.dl_error dd p + p {
  margin: 15px 0 0;
}

.block_contact .error-message {
  background: var(--color-ore);
  padding: 20px 15px;
  font-size: 100%;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.block_contact .error-message::before {
  content: "";
  width: 30px;
  height: auto;
  aspect-ratio: 30 / 19;
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.list_btn {
  text-align: center;
}

.list_btn li {
  width: 70%;
  margin: 20px auto 0;
  background: #4c4948;
}

.list_btn img {
  vertical-align: top;
}

.list_formSteps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 10%;
}

.list_formSteps::before {
  content: "";
  width: 96%;
  height: 1px;
  background: #231815;
  position: absolute;
  left: 2%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list_formSteps > li {
  width: 25vw;
  height: 25vw;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 5;
  margin: 0 1vw;
}

.list_formSteps > li:nth-child(1) {
  background-image: url("../img/steps01.svg");
}

.list_formSteps > li:nth-child(2) {
  background-image: url("../img/steps02.svg");
}

.list_formSteps > li:nth-child(3) {
  background-image: url("../img/steps03.svg");
}

.list_formSteps > li.active:nth-child(1) {
  background-image: url("../img/steps01_on.svg");
}

.list_formSteps > li.active:nth-child(2) {
  background-image: url("../img/steps02_on.svg");
}

.list_formSteps > li.active:nth-child(3) {
  background-image: url("../img/steps03_on.svg");
}

.formWaku {
  position: relative;
}

.formWaku .formSticky {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1000;
  transform: translateY(100px);
  transition: all 0.4s;
}

.formWaku .formSticky.none {
  display: none;
}

body.contact__start .formWaku .formSticky {
  transform: translateY(0);
}

.formWaku .formSticky .sticky_wrap {
  position: relative;
  border: solid 1px #231815;
  border-radius: 5px;
  overflow: hidden;
}

.formWaku .form_nokori {
  position: relative;
  background: #FFF799;
  text-align: center;
  padding: 8px 30px 8px 15px;
  margin: 0 0 0 auto;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.formWaku .form_nokori::before {
  content: "";
  width: 15px;
  height: 8px;
  background: url("../img/next02.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.formWaku .form_nokori span.text {
  display: inline-block;
  vertical-align: middle;
}

.formWaku .form_nokori span#num {
  font-size: 180%;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.formWaku .form_last {
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
}

.formWaku .form_last p {
  font-size: 88%;
  font-weight: 700;
}

.formWaku .form_last p a {
  display: block;
  padding: 2px 0;
}

.form_last {
  display: none;
}

.form_last p.none {
  display: none;
}

.form_ttl {
  background-color: var(--color-blk);
  font-size: 114.3%;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

/* == contact ==============================================*/
#page_thanks header {
  background: #333;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

#page_thanks header h1 {
  width: 200px;
  margin: auto;
}

#page_thanks header h1 img {
  vertical-align: top;
}

#formWrap {
  padding: 50px 0 0;
}

#formWrap .confirm-text-box {
  text-align: center;
}

#formWrap .confirm-text-box .confirm-title {
  font-size: 150%;
  margin: 0 0 15px;
}

#formWrap .form_base .formTable {
  margin: 20px auto 50px;
}

#formWrap .form_base .formTable th {
  text-align: left;
  padding: 10px;
  background: #f5f5f5;
  width: 30%;
  border: solid 1px #eee;
}

#formWrap .form_base .formTable td {
  padding: 10px;
  border: solid 1px #eee;
}

#formWrap .area_submit {
  text-align: center;
  margin: 0 0 50px;
}

#formWrap .area_submit input {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #ffe900;
  color: #333;
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

#formWrap .area_submit input.back {
  background: #ccc;
  margin: 0 auto 10px;
}

.block_thanks {
  margin: 10% auto 100px;
  /* width: 90%; */
}

.block_thanks .thanks-title {
  font-size: 125%;
  margin: 0 0 5px;
  font-weight: 600;
}

.block_thanks .thanks-text {
  margin: 20px 0 0;
}

.bnr_present {
  margin: 0 0 10%;
}

.bnr_present .present-title {
  background: #ee7800;
  text-align: center;
  padding: 4% 3% 2%;
}

.bnr_present .present-title img {
  vertical-align: top;
}

.bnr_present .present-text {
  text-align: right;
  font-size: 88%;
}

.confirm_list_form {
  border: solid 1px #4c4948;
  margin: 0 0 30px;
}

.confirm_list_form li {
  overflow: hidden;
  display: table;
  width: 100%;
}

.confirm_list_form li + li {
  border-top: solid 1px #4c4948;
}

.confirm_list_form .area_label {
  padding: 12px;
  background: #eeeee8;
  box-sizing: border-box;
  border-bottom: dotted 1px #4c4948;
  vertical-align: middle;
  font-weight: 600;
  position: relative;
}

.confirm_list_form li.hissu .area_label::after {
  content: "必須";
  display: inline-block;
  background: #b5464c;
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  font-size: 88%;
  padding: 5px;
  margin: auto;
  line-height: 1;
}

.confirm_list_form .area_input {
  padding: 12px;
  box-sizing: border-box;
}

.confirm_list_form .area_input p + p {
  margin: 5px 0 0;
}

.confirm_list_form .area_input .small {
  font-size: 90%;
  margin: 10px 0 0;
}

input,
select,
button[type=submit],
button[type=button] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.check_txt {
  text-align: center;
  text-decoration: underline;
  transition: all 0.3s;
}

.block_contact .area_submit button.check_txt {
  border: none;
  background: none;
  line-height: 1.25;
  padding: 0;
  margin-top: 1em;
}

#page_confirm .block_contact .area_submit {
  margin-bottom: 0;
}

#page_confirm .block_contact {
  padding-bottom: 10%;
}

.contact_head_txt {
  margin-bottom: 2em;
}

.area_input .error {
  display: block;
  font-size: 93%;
  color: #B70000;
}

/* close */
.close .btn_top {
  font-size: 115.38%;
  font-weight: 500;
  color: #e9473f;
  background-color: #fff;
  padding: 0.6em 1em;
  border: 4px solid currentColor;
  box-sizing: border-box;
}

.close .btn_top > span {
  display: inline-block;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
}

.close .thanks_lead {
  font-size: 144.23%;
  color: #fff;
  line-height: 1.35;
  text-align: center;
}

.close .thanks_text {
  width: 95%;
  line-height: 1;
  margin: 4% auto 6%;
}

.close .thanks_note {
  text-align: center;
}

.close .thanks_note > span {
  font-size: 94%;
  font-weight: bold;
  color: #234b7c;
  line-height: 1.4;
  letter-spacing: 0.12em;
  display: inline-block;
  background-color: #fff;
  padding: 0.45em 3em 0.5em;
  border-radius: 100vh;
  font-feature-settings: "palt";
}

.close .area_voice {
  padding-bottom: 15%;
}

.close .detail_text04 {
  margin-bottom: 0;
}

.close .detail_contents {
  padding-bottom: 15%;
}

.close .end_bnr .em {
  font-size: 173%;
}

.close .end_bnr .em > span {
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}

.close .end_bnr .normal {
  font-weight: 500;
  letter-spacing: 0.06em;
}