@charset "utf-8";
/*  event.css
---------------------------------------------- */
:root {
  --navy: #3b5d7a;
  --yellow: #ffcd5f;
  --orange: #cf882a;
  --green: #4ea8a5;
  --kozuka: kozuka-gothic-pr6n, sans-serif;
  --gothic: "Noto Sans JP", sans-serif;
  --din: "din-2014", sans-serif;
}
.pagination {
  margin-bottom: 20px;
}

/*  pc
---------------------------------------------- */
#event {
  position: relative;
  color: #000;
  background: #fff;
}
#event p {
  line-height: 1.5;
}
#event .event-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 640px;
  height: 80px;
  margin: 0 auto;
  background: #4ea8a5;
  color: #fff !important;
  font-weight: 500;
  font-size: 2.2rem;
  transition: all 0.3s;
  font-family: "Noto Serif JP", serif;
}
#event .event-btn::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 30px;
  background: url(../common/img/icon_reserve-white.svg) no-repeat center / contain;
}
#event .event-btn:hover {
  background: #448f8d;
}
#event .event-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
  font-size: 4.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
#event .event-ttl.parts::before,
#event .event-ttl.parts::after {
  content: "";
  width: 115px;
  height: 60px;
  background: url(../img/event/ttl_parts.png) no-repeat center / contain;
}
#event .event-ttl.parts::after {
  transform: scale(-1, 1);
}
#event .event-frame {
  background: #fff;
  border-radius: 20px;
}
#event .event-note {
  font-family: var(--kozuka);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
#event .bg-yellow {
  background: rgba(222, 139, 46, 0.4);
  background: #deded6;
  /* background: #d7d7d7; */
  /* background: #dfddd4; */
}
#event .bg-navy {
  background: var(--navy);
}

/* ---------- event-nav ---------- */
#eventnav {
  width: calc(100% - 60px);
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-right: 0;
  display: flex;
  gap: 0;
  z-index: 999;
}
#eventnav .eventnav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc(100% / 3);
  font-size: 1.6rem;
  color: #fff;
}
#eventnav .eventnav-item.item01 {
  background: var(--orange);
}
#eventnav .eventnav-item.item02 {
  background: var(--navy);
}
#eventnav .eventnav-item.item03 {
  background: var(--green);
}
#eventnav .eventnav-item::after {
  content: "";
  width: 20px;
  height: 20px;
}
#eventnav .eventnav-item.item01::after {
  background: url(../common/img/icon_present.svg) no-repeat center / contain;
}
#eventnav .eventnav-item.item02::after {
  background: url(../common/img/icon_place.svg) no-repeat center / contain;
}

#eventnav .eventnav-item.item03::after {
  background: url(../common/img/icon_reserve-white.svg) no-repeat center / contain;
}

/* ---------- mv ---------- */
#mv .mv-main {
  position: relative;
  width: 100%;
  max-height: 640px;
  background: url(../img/event/mv_bg.jpg) no-repeat center / cover;
  aspect-ratio: 64/35;
}
#mv .mv-main::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 3%;
  width: 120px;
  height: 95px;
  background: url(../img/event/mv_icon.png) no-repeat center / contain;
}
#mv .mv-main_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 470px;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#mv .mv-main_img_date {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 600;
  color: #fff;
  font-family: var(--din);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}
#mv .mv-main_img_date p {
  font-size: 3.8rem;
  line-height: 1;
}
#mv .mv-main_img_date .month::after {
  content: "/";
  margin-right: 5px;
  font-size: 3rem;
}
#mv .mv-main_img_date .date01,
#mv .mv-main_img_date .date02,
#mv .mv-main_img_date .date03 {
  position: relative;
  font-size: 6.8rem;
}
#mv .mv-main_img_date .date01::after,
#mv .mv-main_img_date .date02::after,
#mv .mv-main_img_date .date03::after {
  position: absolute;
  right: -20px;
  bottom: 6px;
  display: flex;
  padding-top: 3px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-family: var(--kozuka);
  font-size: 15px;
  border-radius: 50%;
}
#mv .mv-main_img_date .date01::after {
  content: "土";
  background: #5dc1cf;
}
#mv .mv-main_img_date .date02::after {
  content: "日";
  background: #ed8599;
}
#mv .mv-main_img_date .date03::after {
  content: "月";
  background: #ed8599;
}
#mv .mv-main_img_date .dotted {
  margin: 0 10px 0 25px;
  align-self: center;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
#mv .mv-main_img_date .time {
  margin-left: 25px;
  white-space: nowrap;
}
#mv .mv-swiper {
  height: 200px;
}
#mv .mv-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#mv .mv-swiper .swiper-slide {
  height: auto;
}
#mv .mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------- summary ----------*/
#summary {
  margin-top: 60px;
}
#summary p {
  text-align: center;
}
#summary .summary-ttl {
  margin-bottom: 80px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.8;
}
#summary .summary-txt {
  margin-top: 30px;
  font-size: 2.7rem;
  font-weight: 500;
}
#summary .summary-cont02 {
  position: relative;
  margin: 40px 0;
  padding: 40px 0;
}
#summary .summary-cont02::before,
#summary .summary-cont02::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
#summary .summary-cont02::before {
  top: 0;
}
#summary .summary-cont02::after {
  bottom: 0;
}
#summary .summary-cont_inner {
  position: relative;
}
#summary .summary-cont_txt {
  margin-bottom: 35px;
  font-size: 3rem;
}
#summary .summary-cont_txt_parts {
  display: block;
  width: fit-content;
  margin: 5px auto;
  padding: 5px 30px;
  text-align: center;
  align-content: center;
  background: var(--navy);
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  white-space: pre;
  font-size: 20px;
}
#summary .summary-cont_swiper_slide.icon .img {
  position: relative;
}
#summary .summary-cont_swiper_slide.icon .img::before {
  content: "全棟\A標準";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  align-content: center;
  background: var(--navy);
  /* background: var(--orange); */
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border-radius: 50%;
  white-space: pre;
  line-height: 1.2;
}
#summary .summary-cont03_flex_item .facility-item_img::before {
  width: 60px;
  height: 60px;
  font-size: 16px;
}
#summary .summary-cont_swiper_slide .ttl {
  margin-top: 15px;
  font-size: 2.2rem;
  line-height: 1.3;
}
#summary .summary-cont_swiper_slide .txt {
  margin-top: 10px;

  font-weight: 500;
}
#summary .summary-cont_btn .swiper-button-prev,
#summary .summary-cont_btn .swiper-button-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
#summary .summary-cont_btn .swiper-button-prev {
  left: -60px;
}
#summary .summary-cont_btn .swiper-button-next {
  right: -60px;
}
#summary .summary-cont03_flex {
  /* display: flex; */
  display: none;
  justify-content: space-between;
  gap: 30px;
}
#summary .summary-cont03_flex_item .head {
  margin-bottom: 25px;
  position: relative;
  color: var(--navy);
  font-weight: 600;
  font-size: 2.6rem;
  text-align: center;
}
#summary .summary-cont03_flex_item .head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--navy);
}
#summary .summary-cont03_flex_item .head span {
  padding: 10px;
  position: relative;
  background: #fff;
  z-index: 1;
}
#summary .summary-cont03_flex_item .facility {
  display: flex;
  gap: 10px;
}
#summary .summary-cont03_flex_item .facility-item_ttl {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
}
#summary .summary-cont03_swiper .img::before {
  display: none;
}
#summary .summary-open {
  margin-bottom: 80px;
  font-family: var(--kozuka);
  font-weight: 700;
}
#summary .summary-open_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  height: 40px;
  background: var(--yellow);
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
#summary .summary-open_txt {
  font-size: 3rem;
}
#summary .summary-open_em {
  position: relative;
  width: fit-content;
  margin: 10px auto 30px;
  padding: 0 20px;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}
#summary .summary-open_em::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: var(--yellow);
  z-index: -1;
}
#summary .summary-open_end {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: var(--navy);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
}
#summary .summary-open_end_month,
#summary .summary-open_end_date,
#summary .summary-open_end_time {
  font-family: var(--din);
}
#summary .summary-open_end_month,
#summary .summary-open_end_date {
  font-size: 7rem;
}
#summary .summary-open_end_month::after {
  content: "/";
  position: relative;
  top: -5px;
  font-size: 5.2rem;
}
#summary .summary-open_end_week {
  position: relative;
  top: -10px;
  margin: 0 5px 0 10px;
  padding-top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  aspect-ratio: 1/1;
  background: var(--navy);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
#summary .summary-open_end_time {
  font-size: 4.4rem;
}
#summary .summary-open_sent {
  margin: 20px 0 40px;
  font-size: 2.5rem;
}

/*---------- visitor ----------*/
#visitor {
  margin-top: 65px;
  padding: 40px 0 50px;
}
#visitor .event-frame {
  padding: 30px 2.5%;
}
#visitor .visit-present,
#visitor .visit-cond {
  font-family: var(--gothic);
}
#visitor .visit-present {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
#visitor .visit-present_txt {
  flex: 0 0 auto;
}
#visitor .visit-present_txt_name {
  color: #fff;
  font-weight: 900;
  font-size: 62px;
  line-height: 1;
}
#visitor .visit-present_txt_name .en {
  font-family: var(--din);
  font-size: 78px;
}
#visitor .visit-present_txt_price {
  display: flex;
  align-items: center;
  color: var(--yellow);
  font-family: var(--din);
  font-size: 140px;
  line-height: 1;
}
#visitor .visit-present_txt_price span {
  padding-bottom: 20px;
  align-self: flex-end;
  font-size: 66px;
}
#visitor .visit-present_txt_price::before,
#visitor .visit-present_txt_price::after {
  font-family: var(--gothic);
}
#visitor .visit-present_txt_price::before {
  content: "最大";
  width: 55px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background: var(--yellow);
  border-radius: 10px;
  color: var(--navy);
  font-size: 36px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#visitor .visit-present_txt_price::after {
  content: "円分\Aプレゼント";
  margin-left: 10px;
  white-space: pre;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.1;
}
#visitor .visit-present_img {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 350px;
  flex: 1;
}
#visitor .visit-present_img::before {
  content: "";
  width: 30px;
  height: 80px;
  position: absolute;
  left: -45px;
  background: url(../img/event/visitor_parts.png) no-repeat center / contain;
}
#visitor .visit-cond {
  margin: 25px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#visitor .visit-cond_item {
  width: 30%;
  max-width: 350px;
  font-weight: 700;
}
#visitor .visit-cond_item_head {
  width: 100%;
  height: 65px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  line-height: 1.1;
  font-size: 22px;
  align-content: center;
}
#visitor .visit-cond_item_head .note {
  font-size: 14px;
}
#visitor .visit-cond_item_price {
  margin-top: 10px;
  color: var(--yellow);
  font-family: var(--din);
  font-size: 78px;
  line-height: 1;
  text-align: center;
}
#visitor .visit-cond_item_price span {
  font-size: 38px;
}
#visitor .visit-cond_item_price::after {
  content: "円分";
  font-family: var(--gothic);
  font-weight: 900;
  font-size: 36px;
}
#visitor .visit-cond_plus {
  font-size: 68px;
  color: #fff;
}
#visitor .visit-dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  background: #fff;
  font-family: var(--kozuka);
  font-weight: 900;
}
#visitor .visit-dl_ttl {
  width: 150px;
  height: 80px;
  align-content: center;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 27px;
  line-height: 1.1;
  flex: 0 0 auto;
}
#visitor .visit-dl_end {
  display: flex;
  align-items: baseline;
  flex: 0 0 auto;
  margin: 0 2%;
  color: var(--navy);
  line-height: 1;
  font-size: 4.6rem;
}
#visitor .visit-dl_end_month,
#visitor .visit-dl_end_date {
  font-family: var(--din);
  font-size: 9.5rem;
  font-weight: 700;
}
#visitor .visit-dl_end_month::after {
  content: "/";
  position: relative;
  top: -5px;
  font-size: 7.2rem;
}
#visitor .visit-dl_end_week {
  display: inline-block;
  position: relative;
  top: -10px;
  width: 50px;
  aspect-ratio: 1/1;
  margin: 0 10px;
  padding-top: 3px;
  background: var(--navy);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 27px;
  font-weight: 700;
}
#visitor .visit-dl_end_time {
  font-weight: 700;
  font-family: var(--din);
  font-size: 6rem;
}
#visitor .visit-dl_txt {
  min-width: 230px;
  flex: 1;
  font-size: 1.7rem;
}
#visitor .visit-note01,
#visitor .visit-note02 {
  font-family: var(--kozuka);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}
#visitor .visit-note01 {
  margin: 30px 0;
  counter-reset: num-counter;
}
#visitor .visit-note01 li {
  padding-left: 3em;
  text-indent: -3em;
  counter-increment: num-counter;
}
#visitor .visit-note01 li::before {
  content: "※" counter(num-counter) "）";
}
#visitor .visit-note02 {
  margin-bottom: 30px;
}
#visitor .visit-note02 p {
  padding-left: 1em;
  text-indent: -1em;
}
#visitor .visit-insta {
  margin-top: 30px;
  font-family: var(--kozuka);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#visitor .visit-insta_txt {
  text-align: center;
  font-size: 2.7rem;
}
#visitor .visit-insta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39%;
  height: 40px;
  margin: 10px auto 0;
  background: #fff;
  color: var(--navy);
  border-radius: 20px;
  font-size: 2.7rem;
}

/*---------- lotto ----------*/
#lotto {
  padding: 50px 0 70px;
}
#lotto .event-ttl {
  color: var(--yellow);
}
#lotto .event-frame {
  padding: 40px 0 35px;
}
#lotto .event-frame_present {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: fit-content;
  margin: 0 auto 30px;
}
#lotto .event-frame_present::before,
#lotto .event-frame_present::after {
  content: "";
  width: 12%;
  height: auto;
  aspect-ratio: 16 / 35;
  position: absolute;
  background: url(../img/event/lotto_parts.png) no-repeat center / contain;
}
#lotto .event-frame_present::before {
  left: -18%;
}
#lotto .event-frame_present::after {
  right: -18%;
  transform: scale(-1, 1);
}
#lotto .event-frame_present_img {
  width: 340px;
}
#lotto .event-frame_present_txt p {
  text-align: center;
  font-family: var(--gothic);
  font-weight: 700;
  line-height: 1.1;
}
#lotto .event-frame_present_txt .txt01,
#lotto .event-frame_present_txt .txt02 {
  color: var(--navy);
}
#lotto .event-frame_present_txt .txt01 {
  font-size: 18px;
}
#lotto .event-frame_present_txt .txt02 {
  margin: 10px 0 15px;
  font-size: 47px;
}
#lotto .event-frame_present_txt .name {
  font-size: 27px;
}
#lotto .event-frame_present_txt .name span {
  font-size: 22px;
}

/*---------- okashi ----------*/
#okashi {
  padding: 50px 0 70px;
  background: #dfdad4;
}
#okashi .event-frame {
  padding: 35px 0;
}
#okashi .okashi-img {
  margin-bottom: -15px;
}

/*---------- kids ----------*/
#kids {
  padding: 100px 0 60px;
}
#kids .kids-ttl {
  position: relative;
  font-family: "ab-kokoro-no3", sans-serif;
  color: var(--navy);
  text-align: center;
  font-size: 7rem;
}
#kids .kids-ttl::before,
#kids .kids-ttl::after {
  content: "";
  width: 20%;
  height: auto;
  aspect-ratio: 41 / 18;
  position: absolute;
  top: -15px;
  background: url(../img/event/kids-parts02.png) no-repeat center / contain;
}
#kids .kids-ttl::before {
  left: 0;
}
#kids .kids-ttl::after {
  right: 0;
  transform: scale(-1, 1);
}
#kids .kids-ttl_small {
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
  display: block;
  font-size: 4rem;
}
#kids .kids-ttl_small::before {
  content: "";
  width: 55px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -15px;
  left: -70px;
  background: url(../img/event/kids-parts01.png) no-repeat center / contain;
}
#kids .kids-present {
  margin: 40px 0 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
#kids .kids-present_item_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 320px;
}
#kids .kids-present_item_name {
  margin-top: 15px;
  text-align: center;
  color: var(--navy);
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 4rem;
}
#kids .kids-present_mascot {
  width: 170px;
  margin-bottom: 40px;
  display: block;
  align-self: flex-end;
}
#kids .event-btn {
  margin-top: 40px;
}

/*---------- place ----------*/
#place {
  padding: 50px 0 70px;
}
#place .place-cont {
  display: flex;
  flex-direction: column;
  gap: 1px;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
  padding: 5px 0;
  border: 2px solid var(--navy);
  overflow: hidden;
  font-family: var(--gothic);
}
#place .place-cont li a {
  display: block;
  padding: 20px 0;
  background: #fff;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {
  #nav_bar1 ul {
    display: none;
  }
  .pagination {
    margin-bottom: 10px;
  }

  /*  pc
---------------------------------------------- */
  #event .event-btn {
    width: 88%;
    min-width: 310px;
    height: 5rem;
  }
  #event .event-btn::after {
    width: 2rem;
    min-width: 20px;
    right: 20px;
  }
  #event .event-ttl {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 3.9rem;
  }
  #event .event-ttl.parts::before,
  #event .event-ttl.parts::after {
    width: 5rem;
    height: 2.5rem;
  }
  #event .event-note {
    width: 88%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }

  /* ---------- event-nav ---------- */
  #eventnav {
    width: calc(100% - 50px);
    height: 50px;
  }
  #eventnav .eventnav-item {
    gap: 5px;
  }
  #eventnav .eventnav-item::after {
    width: 18px;
    height: 18px;
  }

  /* ---------- mv ---------- */
  #mv .mv-main {
    height: auto;
    max-height: none;
    aspect-ratio: 39/41;
  }
  #mv .mv-main::after {
    top: 20px;
    right: 2.5%;
    width: 60px;
    height: 45px;
  }
  #mv .mv-main_img {
    width: 76%;
    min-width: 300px;
  }
  #mv .mv-main_img_date {
    margin-top: 10px;
    flex-wrap: wrap;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.9));
  }
  #mv .mv-main_img_date .date01::after,
  #mv .mv-main_img_date .date02::after {
    right: -12px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  #mv .mv-main_img_date .dotted {
    margin: 0 5px 0 20px;
    align-self: center;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
  }
  #mv .mv-main_img_date .time {
    margin-left: 0;
  }
  #mv .mv-swiper {
    height: 80px;
  }

  /*---------- summary ----------*/
  #summary {
    margin-top: 40px;
  }
  #summary .summary-ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #summary .summary-inner {
    width: 100%;
  }
  #summary .summary-cont02 {
    margin: 30px 0;
    padding: 30px 0;
  }
  #summary .summary-cont02::before,
  #summary .summary-cont02::after {
    width: 90%;
  }
  #summary .summary-cont_txt {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  #summary .summary-cont_txt_parts {
    display: none;
  }
  #summary .summary-cont_swiper_slide {
    padding: 0 10%;
  }
  #summary .summary-cont_swiper_slide.icon .img::before {
    width: 55px;
    height: 55px;
    font-size: 14px;
  }
  #summary .summary-cont03_swiper .img::before {
    display: block;
  }
  #summary .summary-cont_swiper_slide .ttl {
    margin-top: 10px;
  }
  #summary .summary-cont_swiper_slide .txt {
    font-size: 2em;
  }
  #summary .summary-cont_btn {
    margin: 0;
  }
  #summary .summary-cont_btn .swiper-button-prev,
  #summary .summary-cont_btn .swiper-button-next {
    top: 50%;
  }
  #summary .summary-cont02 .swiper-button-prev,
  #summary .summary-cont02 .swiper-button-next,
  #summary .summary-cont03 .swiper-button-prev,
  #summary .summary-cont03 .swiper-button-next {
    top: calc(50% + 30px);
  }
  #summary .summary-cont_btn .swiper-button-prev {
    left: 5%;
  }
  #summary .summary-cont_btn .swiper-button-next {
    right: 5%;
  }
  #summary .summary-cont03_flex {
    display: none;
  }
  #summary .summary-open {
    margin-bottom: 50px;
  }
  #summary .summary-open_ttl {
    margin-bottom: 10px;
    height: 2.5rem;
    min-height: 25px;
    font-size: 2.2rem;
  }
  #summary .summary-open_txt {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #summary .summary-open_em {
    margin: 10px auto 20px;
    padding: 0 10px;
    font-size: 4rem;
  }
  #summary .summary-open_em::before {
    height: 20px;
    bottom: -8px;
  }
  #summary .summary-open_end {
    white-space: nowrap;
    font-size: 2.4rem;
  }
  #summary .summary-open_end_month,
  #summary .summary-open_end_date {
    font-size: 5rem;
  }
  #summary .summary-open_end_month::after {
    top: -3px;
    font-size: 30px;
  }
  #summary .summary-open_end_week {
    top: -5px;
    margin: 0;
    padding-top: 3px;
    width: 2rem;
    font-size: 1.2rem;
  }
  #summary .summary-open_end_time {
    font-size: 3rem;
  }
  #summary .summary-open_sent {
    margin: 10px 0 20px;
    font-size: 1.8rem;
  }

  /*---------- visitor ----------*/
  #visitor {
    padding: 50px 0;
  }
  #visitor .event-frame {
    padding: 15px 5%;
  }
  #visitor .visit-present {
    gap: 25px;
  }
  #visitor .visit-present_txt {
    width: fit-content;
  }
  #visitor .visit-present_txt_name {
    font-size: 3.6rem;
  }
  #visitor .visit-present_txt_name .en {
    display: block;
    font-size: 4.5rem;
  }
  #visitor .visit-present_txt_price {
    margin-top: 5px;
    font-size: 11.2rem;
    text-align: center;
  }
  #visitor .visit-present_txt_price span {
    font-size: 5.2rem;
  }
  #visitor .visit-present_txt_price::before {
    width: 3.5rem;
    height: 7rem;
    min-width: 35px;
    min-height: 70px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 3rem;
  }
  #visitor .visit-present_txt_price::after {
    content: "円分";
    margin-left: 0;
    padding-bottom: 10px;
    align-self: flex-end;
    font-size: 4.4rem;
  }
  #visitor .visit-present_txt_sp {
    color: var(--yellow);
    font-weight: 900;
    font-size: 4.4rem;
    text-align: center;
    line-height: 1;
  }
  #visitor .visit-present_img {
    position: absolute;
    right: 5%;
    top: 15px;
    width: 14rem;
    min-width: 110px;
  }
  #visitor .visit-present_img::before {
    width: 15px;
    height: 30px;
    left: -20px;
  }
  #visitor .visit-cond {
    margin: 20px 0;
    padding-top: 20px;
    flex-direction: column;
    border-top: 1px solid #fff;
  }
  #visitor .visit-cond_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: none;
  }
  #visitor .visit-cond_item_head {
    height: 4rem;
    min-height: 40px;
    font-size: 1.6rem;
    flex: 1;
  }
  #visitor .visit-cond_item_head .note {
    font-size: 1.2rem;
  }
  #visitor .visit-cond_item_price {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    flex: 0 0 auto;
    font-size: 7rem;
  }
  #visitor .visit-cond_item_price span {
    position: relative;
    bottom: -10px;
    font-size: 3rem;
    letter-spacing: -0.1em;
  }
  #visitor .visit-cond_item_price::after {
    font-size: 2.4rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  #visitor .visit-cond_plus {
    font-size: 4rem;
    line-height: 1;
    font-weight: 600;
  }
  #visitor .visit-dl {
    flex-direction: column;
    padding: 10px;
  }
  #visitor .visit-dl_ttl {
    width: 100%;
    height: 2.5rem;
    min-height: 25px;
    font-size: 2rem;
  }
  #visitor .visit-dl_end {
    margin: 5px 0;
    font-size: 3rem;
  }
  #visitor .visit-dl_end_month,
  #visitor .visit-dl_end_date {
    font-size: 8rem;
  }
  #visitor .visit-dl_end_month::after {
    font-size: 5.4rem;
  }
  #visitor .visit-dl_end_week {
    width: 3rem;
    min-width: 30px;
    margin: 0 5px;
    font-size: 2rem;
  }
  #visitor .visit-dl_end_time {
    font-size: 4.4rem;
  }
  #visitor .visit-dl_txt {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  #visitor .visit-note01 {
    margin: 20px 0;
  }
  #visitor .visit-insta {
    margin-top: 30px;
    font-family: var(--kozuka);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #visitor .visit-insta_txt {
    font-size: 2.4rem;
  }
  #visitor .visit-insta_btn {
    width: 80%;
    max-width: 280px;
    height: 35px;
    margin: 5px auto 0;
    font-size: 20px;
  }

  /*---------- lotto ----------*/
  #lotto {
    padding: 50px 0;
  }
  #lotto .event-frame {
    padding: 30px 0;
  }
  #lotto .event-frame_present {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 20px;
  }
  #lotto .event-frame_present::before,
  #lotto .event-frame_present::after {
    content: none;
  }
  #lotto .event-frame_present_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #lotto .event-frame_present_img img {
    width: 21rem;
    min-width: 210px;
  }
  #lotto .event-frame_present_img::before,
  #lotto .event-frame_present_img::after {
    content: "";
    width: 4.5rem;
    height: 9.5rem;
    min-height: 95px;
    background: url(../img/event/lotto_parts.png) no-repeat center / contain;
  }
  #lotto .event-frame_present_img::after {
    transform: scale(-1, 1);
  }
  #lotto .event-frame_present_txt .txt01 {
    font-size: 2rem;
  }
  #lotto .event-frame_present_txt .txt02 {
    margin: 5px 0 20px;
    font-size: 5.4rem;
  }
  #lotto .event-frame_present_txt .name {
    font-size: 3.2rem;
  }
  #lotto .event-frame_present_txt .name span {
    font-size: 2.6rem;
  }

  /*---------- okashi ----------*/
  #okashi {
    padding: 50px 0;
  }
  #okashi .event-frame {
    padding: 10px 0 35px;
  }
  #okashi .okashi-img {
    margin: 15px auto 0;
  }
  #okashi .event-note {
    text-align: center;
  }

  /*---------- kids ----------*/
  #kids {
    padding: 50px 0;
  }
  #kids .kids-ttl {
    font-size: 4.6rem;
    line-height: 1.2;
  }
  #kids .kids-ttl::before,
  #kids .kids-ttl::after {
    width: 13rem;
    min-width: 130px;
    top: 30px;
  }
  #kids .kids-ttl::before {
    left: -70px;
  }
  #kids .kids-ttl::after {
    right: -70px;
  }
  #kids .kids-ttl_small {
    margin: 0 auto 5px;
    font-size: 2.4rem;
  }
  #kids .kids-ttl_small::before {
    width: 2.5rem;
    min-width: 25px;
    top: -5px;
    left: -3rem;
  }
  #kids .kids-present {
    margin: 30px 0;
    flex-direction: column;
    gap: 20px;
  }
  #kids .kids-present_item {
    margin: 0 auto;
  }
  #kids .kids-present_item_img {
    margin: 0 auto;
    height: auto;
    max-width: 350px;
  }
  #kids .item01 .kids-present_item_img {
    width: 85%;
  }
  #kids .item02 .kids-present_item_img {
    width: 65%;
  }
  #kids .kids-present_item_name {
    margin-top: 0;
    line-height: 1.2;
    font-size: 3.5rem;
  }
  #kids .kids-present_mascot {
    display: none;
  }
  #kids .event-btn {
    margin-top: 30px;
  }

  /*---------- place ----------*/
  #place .place-cont {
    font-size: 2rem;
    margin-bottom: 40px;
    border: 1px solid var(--navy);
  }
}
