@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/* ==================================
   基本_css
================================== */
body.is-nav-open {
  overflow: hidden;
  touch-action: none;
}

#loading.is-hidden,
#loading.is-hidden div {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-loading .nav_wrapper,
body.is-loading .left_wrapper,
body.is-loading .nav_btn,
body.is-loading .sp_header {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html,
body {
  overscroll-behavior: none;
}

* {
  margin: 0;
  padding: 0;
}

#kns26 img {
  display: block;
  width: 100%;

  transform-origin: center center;
}


.menu_box li:first-child img {
  height: 60px;
}


#kns26 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  line-height: 1.2;
}

#kns26 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#kns26 section[id] {
  scroll-margin-top: 80px;
}

.material-symbols-outlined {
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* ==================================
   全体のレイアウト（PC）
================================== */
body {
  background-image: url(/assets/img/kanshasai2026/background_pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.no-scroll {
  overflow: hidden;
}

#kns26 {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8em;
  color: #313f4d;
}

/* ==================================
   3カラムレイアウト
================================== */
.layout {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr 450px 1fr;
}

.side {
  position: relative;
}

.side-right {
  position: relative;
}

.bg_left,
.bg_right {
  position: fixed;
  top: 50%;
  z-index: -1;
  width: 38vw;
  transform: translateY(-50%);
}

.bg_left {
  left: 0;
}

.bg_right {
  right: 0;
}

.bg_left img,
.bg_right img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================================
   中央
================================== */
.content {
  background: transparent;
}

.article {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  overflow: hidden;
}

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

/* ==================================
   左CTA
================================== */
/* 出展者募集のお知らせボタン */
.left_wrapper {
  position: fixed;
  bottom: 150px;
  left: calc((100% - 450px) / 4);
  transform: translateX(-50%);
}

.recruitment_btn {
  display: block;
  position: static;
  padding: 30px 50px;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.3;
  color: #fff;
  background-image: linear-gradient(#313f4d, #000);
  border: solid 2px #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

.recruitment_btn::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 25px;
  height: 25px;
  background: url(/assets/img/kanshasai2026/background_arrow.svg) no-repeat center / contain;
}

/* ==================================
   右ナビ
================================== */
.nav_wrapper {
  position: fixed;
  top: 50%;
  right: calc(((100% - 450px) / 2) / 2);
  z-index: 9999;
  transform: translate(50%, -50%);
}

.nav_list {
  position: relative;
  z-index: 2;
  max-width: 75%;
  padding: 20px 40px;
  justify-content: start;
  align-items: center;
  background-color: #fff;
  border: solid 2px #313f4d;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  transform: none;
}

.nav_list li a {
  display: block;
  position: relative;
  padding: 8px 0 8px 40px;
  font-weight: 700;
  font-size: 1.1em;
}

.nav_list li a.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(/assets/img/kanshasai2026/pagination_on.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.nav_btn {
  display: none;
  cursor: pointer;
}

.nav_list_btn {
  display: none;
}

/* ==================================
   表示制御
================================== */
.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* ==================================
   introduction
================================== */
#introduction {
  position: relative;
  z-index: 0;
  padding: 0 0 100px;
  text-align: center;
}

#introduction p,
#introduction ul li p {
  font-weight: bold;
}

#introduction ul {
  display: flex;
  width: 80%;
  margin: -15px auto 30px;
  flex-direction: column;
}

#introduction ul li {
  display: flex;
  align-items: center;
}

#introduction ul li:first-child {
  padding: 0 0 20px;
}

#introduction ul li h3 {
  display: flex;
  height: 50px;
  padding: 3% 4%;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  line-height: 1.3;
  color: #fff;
  background-color: #313f4d;
  border-radius: 3px;
}

#introduction ul li p {
  padding: 0 0 0 5%;
  text-align: left;
  line-height: 1.2;
}

#introduction .data strong {
  font-size: 2em;
}

#introduction .venue {
  font-size: 1.8em;
}

.attention {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #c86666;
}

.attention p {
  display: block;
  padding: 0.4em 0;
  font-size: 1.8em;
  line-height: 1.3;
  background-color: #fff;
  border: solid 1px #c86666;
  border-radius: 3.75em;
}

/* ==================================
   Guide
================================== */
#guide {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: #cbc9dd;
}

#guide::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 300px;
  clip-path: ellipse(100% 100% at 50% 100%);
  background: #cbc9dd;
}

#guide::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  clip-path: ellipse(100% 100% at 50% 0%);
  background: #cbc9dd;
}

/* guide内コンテンツ */
#guide>* {
  position: relative;
  z-index: 1;
}

.guide_bg_img {
  bottom: -120px;
  left: 50%;
  width: 100%;
  max-width: 750px;
  margin: -60px 0 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.guide_bg_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* メニューボックス */

#guide #bk01 {
  position: relative;
  z-index: 0;
}

#guide #bk01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 746 / 1249;
  background: url(/assets/img/kanshasai2026/guide_back01.png) no-repeat center / cover;
}

.special_offer_banner{
	display: block;
	width:92%;
	margin:0 auto;
	top:-10px;
}

.guide_title{
	display: block;
	width:100%;
	padding:0.2em 0;
	margin:0 auto 15px;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #313f4d;
	border-radius: 8px;
	border: solid 2px #313f4d;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	
}
.menu_box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.menu_box li::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 7%;
  width: 20px;
  height: 20px;
  background: url(/assets/img/kanshasai2026/guide_menu_icon_arrow.svg) no-repeat center / contain;
}

.menu_box li {
  position: relative;
  width: calc((100% - 15px) / 2);
}


.menu_box li a {
  display: flex;
  width: 100%;
  height: 130px;
  padding: 20px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: solid 2px #313f4d;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.menu_box li a p {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2;

}

.menu_box li a img {
  height: 50px;
}

.overview {
  display: block;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}

.welcome_dog_cat {
  position: relative;
  z-index: 1;
}

.welcome_dog_cat img {
  width: 70%;
  margin: 0 auto;
}

#description {
  position: relative;
  margin: -55px 0 0;
  padding: 70px 5% 0;
}

.overview h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_event.svg) no-repeat center / contain;
}

#description p {
  padding: 0 0 40px;
  text-align: justify;
  font-size: 1.2em;
  line-height: 1.7;
}

#description dl {
  width: 100%;
  font-size: 1.2em;
}

#description dt {
  padding: 10px 0;
  color: #fff;
  background-color: #313f4d;
  border-radius: 8px;
}

#description dd {
  padding: 15px 0;
  line-height: 1.5;
}

.clip_img {
  clip-path: inset(5px 5px 5px 5px round 6px);
}

/* ご来場特典 */
#guide #bk02 {
  position: relative;
  z-index: 0;
  padding: 40px 0 0;
}

#guide #bk02::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 750 / 352;
  background: url(/assets/img/kanshasai2026/guide_back03.png) no-repeat center / cover;
}

#guide #bk02::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 750 / 298;
  background: url(/assets/img/kanshasai2026/guide_back04.png) no-repeat center / cover;
}

.special_offer {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}

.special_offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  aspect-ratio: 225 / 161;
  background: url(/assets/img/kanshasai2026/special_offer_flag_left.png) no-repeat left top / cover;
}

.special_offer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 225 / 161;
  background: url(/assets/img/kanshasai2026/special_offer_flag_right.png) no-repeat right top / cover;
}

.special_offer .inner {
  padding: 40px 0;
}

.special_offer .inner p {
  display: block;
  padding: 20px 0 0;
  text-align: justify;
  font-size: 1.2em;
  line-height: 1.7;
}

.special_offer .inner h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_present.svg) no-repeat center / contain;
}

/* ==================================
   Topic
================================== */
#topic {
  position: relative;
  z-index: 0;
  padding: calc(5em + 2vw) 0 0;
  background-color: #f7f5f5;
}

#topic::after {
  content: "";
  position: absolute;
  bottom: -4.5em;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 750 / 679;
  background: url(/assets/img/kanshasai2026/topic_back.png) no-repeat center / cover;
}

#topic h2 {
  display: flex;
  padding: 30px 0;
  align-items: center;
}

#topic h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_topic.svg) no-repeat center / contain;
}

/* 注目Topicのスライド */
#topic .splide__slide {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #313f4d;
  border-radius: 14px;
}

#topic .splide__slide p {
  padding: 20px 0 0;
  text-align: justify;
  line-height: 1.6;
}

#topic h3 {
  margin: 0 0 20px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  gap: 8px;
}

#topic h3::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  flex-shrink: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 50%;
  overflow: hidden;
}

/* 注目Topicの各エリアタイトル */
#topic .food_area {
  color: #d08a8e;
}

#topic h3.food_area::before {
  background-image: url("/assets/img/kanshasai2026/map_thumbnail_05.jpg");
}

#topic .dogrun_area {
  color: #78b2ad;
}

#topic h3.dogrun_area::before {
  background-image: url("/assets/img/kanshasai2026/map_thumbnail_07.jpg");
}

#topic .learning_area {
  color: #d2885e;
}

#topic h3.learning_area::before {
  background-image: url("/assets/img/kanshasai2026/map_thumbnail_02.jpg");
}

#topic .stage_area {
  color: #c96745;
}

#topic h3.stage_area::before {
  background-image: url("/assets/img/kanshasai2026/map_thumbnail_01.jpg");
}

#topic .laetitien_area {
  color: #9d8ab1;
}

#topic h3.laetitien_area::before {
  background-image: url("/assets/img/kanshasai2026/map_thumbnail_03.jpg");
}



/* ==================================
   Map
================================== */
#map {
  padding: 100px 0 0;
  text-align: center;
  background-color: #f7f5f5;
}

#map .title {
  text-align: center;
}

#map .title span {
  position: relative;
  text-align: center;
  font-size: 1.15em;
}

#map .title span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 20px;
  height: 20px;
  background: url(/assets/img/kanshasai2026/map_icon_pin.png) no-repeat center / contain;
}

#map h2 {
  display: flex;
  align-items: flex-start;
  padding: 0 0 10px 0;
}

#map h3 {
  display: flex;
  align-items: center;
}

#map h2::before {
  content: "";
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
  flex-shrink: 0;
  background: url(/assets/img/kanshasai2026/icon_map.svg) no-repeat center / contain;
}

#map h2 span {
  display: block;
}

#map_illust {
  display: block;
  position: relative;
  margin: 20px 0 40px;
}

#map_illust img {
  display: block;
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.pin {
  position: absolute;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  appearance: none;
  cursor: pointer;
  transform-origin: bottom center;
  animation: pinFloat 2s ease-in-out infinite;
  --pin-scale: 1;
}

.pin:hover,
.pin.is-active {
  --pin-scale: 1.5;
}

/* ふよふよ */
@keyframes pinFloat {
  0% {
    transform: translate(-50%, -50%) translateY(0) scale(var(--pin-scale));
  }

  50% {
    transform: translate(-50%, -50%) translateY(-10px) scale(var(--pin-scale));
  }

  100% {
    transform: translate(-50%, -50%) translateY(0) scale(var(--pin-scale));
  }
}

/* 会場MAPのスライド：各エリア */
#map .stage_area {
  background-color: #e4b3a2;
}

.stage_area .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_01.png) no-repeat center / contain;
}

#map .learning_area {
  background-color: #e8c3ae;
}

.learning_area .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_02.png) no-repeat center / contain;
}

#map .laetitien_area {
  background-color: #cec4d8;
}

.laetitien_area .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_03.png) no-repeat center / contain;
}

#map .sponsorship_area {
  background-color: #f2dda8;
}

.sponsorship_area .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_04.png) no-repeat center / contain;
}

#map .food_area {
  background-color: #e7c4c6;
}

.food_area .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_05.png) no-repeat center / contain;
}

#map .experience_area {
  background-color: #a8b9cd;
}

.experience_area .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_06.png) no-repeat center / contain;
}

#map .dogrun_area {
  background-color: #bbd8d6;
}

.dogrun_area .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_07.png) no-repeat center / contain;
}

#map .information_center {
  background-color: #fff;
}

.information_center .title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
  background: url(/assets/img/kanshasai2026/map_icon_08.png) no-repeat center / contain;
}

/* 会場MAPのスライド：共通 */
#map .parent {
  text-align: center;
  color: #313f4d;
}

#map .parent .title h3 {
  margin: 25px auto 15px;
  font-size: 2em;
}

#map .parent .title p {
  display: flex;
  padding: 0 0 20px;
  align-items: flex-start;
  text-align: justify;
  font-size: 1.2em;
}

#map .child {
  padding: 1.6em;
  text-align: center;
  background-color: #fff;
  border: solid 2px #313f4d;
  border-radius: 14px;
}

#map .child .map_title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#map .child .map_title img {
  width: 30%;
}

#map .child .map_title .title_area {
  flex: 1;
  min-width: 0;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#map .child .map_title h4 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
}

.title_area .category_area {
  display: flex;
  gap: 2%;
}

.title_area .category {
  display: grid;
  width: 100%;
  padding: 5px 0;
  place-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
  border-radius: 50px;
}


.sponsorship_area .category {
  color: #e9b800;
  background-color: rgb(229, 187, 82, 0.14);
}

.food_area .category {
  color: #D08A8E;
  background-color: rgb(208, 138, 142, 0.14);
}

.category_fee, .category_paid, .category_dog_cat,
.category_dog, .category_cat{
  display: grid;
  width: 80%;
  padding: 5px 0;
  place-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2;
  border-radius: 50px;
}

.experience_area .category_fee {
  color: #D08A8E;
  background-color:#F9EEEF;
}


.experience_area .category_paid {
  color: #52749B;
  background-color:#E6EBF1;
}

.experience_area .category_dog_cat {
  color: #313f4d;
  background-color:#E2E4E6;
}

.experience_area .category_dog {
  color: #7ca880;
  background-color:#ECF3ED;
}

.experience_area .category_cat {
  color: #8177aa;
  background-color:#EDECF3;
}


.learning_area .category {
  color: #D2885E;
  background-color: rgb(210, 136, 94, 0.14);
}

#map .child .map_description {
  display: block;
  width: 100%;
  padding: 1.4em 0 0;
  flex-grow: 1;
  text-align: justify;
  line-height: 1.6;
}

/* ==================================
MAP description toggle
================================== */
.map_description {
  position: relative;
}

.map_description_text {
  display: block;
  overflow: hidden;
  text-align: justify;
  line-height: 1.6;
}

.map_description_text p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.map_description.is-truncated:not(.is-open) .map_description_text {
  overflow: hidden;
}


/* 体験エリア詳細 */
.map_description .experience_info {
  display: none;
}

.map_description.is-open .experience_info {
  display: block;
}

.experience_info {
  margin-top: 1em;
  border-top: 0.1px solid #c0cddd;
}

.experience_info .info_item {
  padding: 1em 0;
  border-bottom: 0.1px solid #c0cddd;
}

.experience_info .info_head {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  width: fit-content;
  margin-bottom: 8px;
  white-space: nowrap;
}

.experience_info .info_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.experience_info .info_head span {
  display: inline;
  width: auto;
  color: #78b2ad;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

/* ドッグランエリア詳細 */
.map_description .dogrun_info {
  display: none;
}

.map_description.is-open .dogrun_info {
  display: block;
}

.dogrun_info {
  margin-top: 1em;
  border-top: 0.1px solid #78b2ad;
}

.dogrun_info .info_item {
  padding: 1em 0;
  border-bottom: 0.1px solid #78b2ad;
}

.dogrun_info .info_head {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  width: fit-content;
  margin-bottom: 8px;
  white-space: nowrap;
}

.dogrun_info .info_icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.dogrun_info .info_head span {
  display: inline;
  width: auto;
  color: #78b2ad;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.info_head {
  display: flex;
  margin-bottom: 8px;
  font-weight: 700;
  color: #567396;
  font-size: 16px;
  align-items: center;
  gap: 10px;
}

#kns26 .info_head .info_icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
  max-width: 24px;
}

.info_item p {

  line-height: 1.6;
  font-size: 0.9em;
  padding-left: 35px;
}

.info_item small {
  display: block;
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.info_icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.collabo_menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.collabo_menu li {
  width: 50%;
  box-sizing: border-box;
}

.collabo_menu li::before {
  font-family: 'Material Symbols Outlined';
  margin-right: 5px;
  font-weight: 300;
  font-size: 1.2em;
  vertical-align: middle;
  content: '\e91d';
  color: #d08a8e;
}

.collabo_menu li.nowrap {
  white-space: nowrap;
}

.collabo_menu {
  font-size: 1.0em;
}

.collabo_menu .indent {
  display: inline-block;
  margin-left: 1em;
}

.map_description.is-truncated:not(.is-open) .collabo_menu {
  display: none;
}

.map_description.is-open .collabo_menu {
  display: flex;
}

/* 続きを見るボタン */
.map_description_toggle {
  display: inline-block;
  margin: 1em 0 0;
  padding: 0;
  font-family: inherit;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}

.map_description_toggle:hover {
  opacity: 0.7;
}

.map_description .sns_link {
  display: block;
  margin: 0;
  padding: 20px 0 0;
  gap: 10px;
}

.map_description .sns_link li {
  display: flex;
  padding: 0 0 10px;
  align-items: center;
  font-size: 1em;
  line-height: 1em;
  color: #999;
}

.map_description .sns_link li a {
  color: #999;
}

.sns_link .link_site::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_home_blk.svg) no-repeat center / contain;
}

.sns_link .link_insta::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_ig_blk.svg) no-repeat center / contain;
}

.sns_link .link_x::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_x_blk.svg) no-repeat center / contain;
}

/* ==================================
   schedule
================================== */
#schedule>* {
  position: relative;
  z-index: 1;
}

#schedule {
  position: relative;
  background: linear-gradient(180deg, #fff 50%, #dde8df 50%);
}

#schedule .title {
  display: flex;
  padding: 1.87em 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#schedule .title span {
  display: flex;
  padding: 1.25em 0 0;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.4;
}

#schedule h2,
#schedule h3 {
  display: flex;
  align-items: center;
}

#schedule h2::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_time.svg) no-repeat center / contain;
}

.tab {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.tab-btn {
  display: flex;
  position: relative;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: -1;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.2;
  background: #eee;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.tab-btn span {
  display: flex;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
}

#kns26 .tab-btn img.tab-icon {
  display: block;
  width: 80%;
  height: auto;
}

.tab-btn::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: solid 8px currentColor;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  transform: translateX(-50%) translateY(-5px);
  transition: 0.3s;
}

.tab input {
  display: none;
}

.tab-content {
  display: none;
  width: 100%;
  padding: 20px 0 30px;
}

.tab-inner {
  display: flex;
  background-color: #fff;
}

.schedule {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
}

.schedule.is-dragging {
  cursor: grabbing;
}

.schedule-inner {
  width: max-content;
}

#kns26 .timeline img,
#kns26 .schedule-inner img {
  display: block;
  width: auto;
  max-width: none;
  height: 700px;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

#tab1:checked+.tab1+.tab-content,
#tab2:checked+.tab2+.tab-content,
#tab3:checked+.tab3+.tab-content,
#tab4:checked+.tab4+.tab-content {
  display: block;
}

#tab1:checked+.tab1 {
  color: #fff;
  background: #c96745;
}

#tab2:checked+.tab2 {
  color: #fff;
  background: #78b2ad;
}

#tab3:checked+.tab3 {
  color: #fff;
  background: #52749b;
}

#tab4:checked+.tab4 {
  color: #fff;
  background: #9d8ab1;
}

/* 三角表示 */
#tab1:checked+.tab1::after,
#tab2:checked+.tab2::after,
#tab3:checked+.tab3::after,
#tab4:checked+.tab4::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* 三角色 */
#tab1:checked+.tab1::after {
  border-top-color: #c96745;
}

#tab2:checked+.tab2::after {
  border-top-color: #78b2ad;
}

#tab3:checked+.tab3::after {
  border-top-color: #52749b;
}

#tab4:checked+.tab4::after {
  border-top-color: #9d8ab1;
}

/* タイムスケジュールのPDFダウンロードボタン */
.schedule_download {
  display: block;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  background-image: linear-gradient(0deg, #0a0d0f, #737e8a);
  border: solid 2px #fff;
  border-radius: 50px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
}

.schedule_download:hover {
  color: #fff;
}

.schedule_bg_img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: -105px 0 0;
  pointer-events: none;
  transform: translateX(-50%);
  transform-origin: center center;
}

.schedule_bg_img img,
.schedule_bg_img {
  display: block;
  height: auto;
}

/* ==================================
   Precautions
================================== */
#precautions {
  position: relative;
  z-index: 0;
  padding: calc(6em + 2vw) 0 0;
  background-color: #f2f0f0;
}

#precautions::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  clip-path: ellipse(100% 100% at 50% 100%);
  background: #f2f0f0;
}

#precautions .title {
  padding: 0 0 40px;
}

#precautions h2 {
  display: flex;
  align-items: center;
}

#precautions h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_precautions.svg) no-repeat center / contain;
}

.mrgT {
  margin: 1.5em 0 0;
}

.accordion dt {
  position: relative;
  padding: 15px 45px 15px 20px;
  font-weight: bold;
  line-height: 1.6em;
  color: #222;
  border-top: solid 1px #595858;
  cursor: pointer;
}

.accordion dd {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion dt:after {
  content: '\e145';
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-size: 1.5em;
  transform: translateY(-50%);
}

.accordion dt.open:after {
  content: '\e15b';
}

.noteList {
  font-weight: 600;
  font-size: 1em;
  background: #fff;
  border-radius: 10px;
}

.noteList dd div {
  margin: 0% 5% 5%;
  padding: 5%;
  line-height: 1.5;
  background: #eee;
}

.noteList dd li {
  margin: 0 0 0 1.5em;
  line-height: 1.5;
  list-style: disc;
}

.noteList dd a {
  text-decoration: underline;
}

.noteList dd .close {
  display: none;
  margin: 1em 0 0;
  text-align: right;
  font-size: 0.8em;
}

.noteList dt:first-of-type {
  border-top: none;
}

.noteList dd div {
  padding: 15px;
  font-weight: normal;
  background: #eee;
}

.accordion dt:after {
  right: 15px;
}

/* ==================================
   access
================================== */
#access>* {
  position: relative;
  z-index: 1;
}

#access {
  position: relative;
  z-index: 2;
  padding: 0 0 50px;
  background-color: #fff;
}

#access .title {
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#access h2 {
  display: flex;
  align-items: center;
}

#access h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_access.svg) no-repeat center / contain;
}

#access h4 {
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 1.2em;
  color: #214259;
}

#access h4:before,
#access .acsLst dd h5:before,
#access .acsLst dd h6:before {
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-size: 1.6em;
}

#access .train:before {
  content: '\e570';
}

#access .car:before {
  content: '\e531';
}

#access .plane:before {
  content: '\e6ca';
}

#access .discList li {
  margin: 0 0 0 1.5em;
  line-height: 1.6;
  list-style: disc;
}

#access .nmlList li {
  margin: 0 0 0 1em;
  text-indent: -1em;
  list-style: none;
}

#access ol li {
  margin: 0 0 0 1.5em;
  list-style: decimal;
}

#access .sub {
  margin: 1em 0 0;
}

#access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
}

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

#access .acsLst {
  margin: 1.5em auto;
  background: #fff;
  border: solid 1px #214259;
  border-radius: 10px;
}

#access .acsLst dt:first-of-type {
  border-top: none;
}

#access .acsLst dd a {
  text-decoration: underline;
}

#access .acsLst dd h5,
#access .acsLst dd h6 {
  margin: 1em 0 0;
  color: #214259;
}

#access .acsLst dd h5 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

#access .acsLst dd h5:first-of-type {
  margin: 0 0 0;
}

#access .acsLst dd h5:before {
  content: '\e54f';
}

#access .acsLst dd h6:before {
  content: '\e0c8';
}

#access .acsLst dd ol {
  margin: 1em 0;
}

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

.accessMap img {
  width: 80%;
}

.accessNote {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 2em;
}

.accessNote:before {
  content: '\e000';
  position: absolute;
  top: -0.1em;
  left: 0;
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-size: 1.5em;
}

.accessRoute {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.accessRoute li {
  display: flex;
  width: 32%;
  flex-wrap: wrap;
  align-content: space-between;
  font-size: 0.9em;
}

.accessRoute li:nth-child(n+4) {
  margin: 2.5em 0 0;
}

.accessRoute li p {
  box-sizing: border-box;
  width: 100%;
}

.accessRoute li img {
  width: 100%;
  margin: 10px 0 0;
}

.accessRoute .route {
  line-height: 1.6em;
}

.accessRoute .route .red {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 0.85rem;
  line-height: 1.4em;
}

.accessRoute .num {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  color: #b2798b;
}

#access .map {
  margin: 30px 0 0;
}

#access .acsLst dt {
  position: relative;
  padding: 15px 45px 15px 15px;
  line-height: 1.6em;
  border-top: solid 1px #214259;
}

#access .acsLst dd {
  font-size: 0.9em;
  line-height: 1.6em;
}

#access .acsLst dd div {
  padding: 0% 5% 5%;
  line-height: 1.5;
}

#access .acsLst dd h5 {
  position: relative;
  padding: 0 0 0 2em;
}

#access .acsLst dd h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accessMap img {
  width: 100%;
}

.accessNote {
  margin: 0 0 15px;
}

.red {
  color: #CB7676;
}

.accessRoute li {
  width: 100%;
  font-size: 1em;
}

.accessRoute li:nth-child(n+2) {
  margin: 10px 0 0;
}

#access-gate {
  font-weight: bold;
  font-size: 1.3em;
}

#access::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 300px;
  clip-path: ellipse(100% 100% at 50% 0%);
  background: #fff;
}

.access_bg_img {
  position: absolute;
  bottom: 0;
  left: auto;
  z-index: 3;
  width: 100%;
  margin: 0 0 -240px;
  pointer-events: none;
  transform: none;
}

.access_bg_img img {
  display: block;
  width: 100%;
  height: auto;
}

#access::after {
  bottom: -100px;
}

/* ==================================
   Closing
================================== */
#closing {
  position: relative;
  z-index: 1;
  padding: calc(12em + 2vw) 0 0;
  background-color: #CBC9DD;
}

#closing>img {
  display: block;
}

#closing::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 750 / 260;
  background: url(/assets/img/kanshasai2026/closing_back.png) no-repeat center / cover;
  pointer-events: none;
}

#closing .title {
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#closing h2 {
  display: flex;
  align-items: center;
}

#closing h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/icon_sns.svg) no-repeat center / contain;
}

#closing .box {
  display: block;
  margin: 0 auto;
  line-height: 1.4;
}

#closing .box p {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: justify;
}

.btn_area a {
  color: #fff;
}

.sns_btn_line::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/closing_icon_line.png) no-repeat center / contain;
}

.sns_btn_instagram::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background: url(/assets/img/kanshasai2026/closing_icon_instagram.png) no-repeat center / contain;
}

.sns_btn_line {
  display: flex;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  background-image: linear-gradient(0deg, #5b885b, #65bc65);
  border: solid 2px #fff;
  border-radius: 50px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
}

.sns_btn_instagram {
  display: flex;
  box-sizing: border-box;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  background: linear-gradient(0deg, rgba(115, 59, 224, 1) 0%, rgba(246, 18, 139, 1) 50%, rgba(253, 220, 133, 1) 100%);
  border: solid 2px #fff;
  border-radius: 50px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
}

/* ==================================
   LOADING
================================== */
#loading div {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #cbc9dd;
}

#loading img {
  width: 30px;
  height: auto;
  padding: 0 10px;
}

#loading span {
  opacity: 0;
}

#loading span.ld01 {
  animation: load 1.5s infinite 0s;
}

#loading span.ld02 {
  animation: load 1.5s infinite 0.5s;
}

#loading span.ld03 {
  animation: load 1.5s infinite 1s;
}

@keyframes load {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

@media screen and (max-width: 1100px) {

  /* ==================================
     全体のレイアウト（max-width:1100px）
  ================================== */
  .left_wrapper,
  .pc_side {
    display: none;
  }

  .bg_left,
  .bg_right {
    display: none;
  }

  /* ==================================
     SPナビ
  ================================== */
  .nav_wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    transform: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
  }

  .nav_wrapper.active {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .nav_list {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    max-width: 420px;
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: none;
    z-index: 2;
  }

  .nav_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
    width: 60px;
    height: auto;
    background: none;
    border: none;
  }

  .nav_list_btn {
    display: block;
  }

  .nav_list .nav_list_btn a {
    margin: 15px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3;
    color: #fff;
    background-image: linear-gradient(#313f4d, #000);
    border: solid 2px #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  }

  .sp_header {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }

  /* ==================================
     メニューOPEN中の重なり制御
  ================================== */
  body.is-nav-open {
    overflow: hidden;
    touch-action: none;
  }

  body.is-nav-open #kns26 {
    position: relative;
    z-index: 1;
  }

  body.is-nav-open .gfooter {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }

  body.is-nav-open .nav_wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
  }

  body.is-nav-open .nav_btn,
  body.is-nav-open .sp_header {
    z-index: 10000 !important;
  }
}

@media screen and (max-width: 768px) {

  /* ==================================
   全体のレイアウト（max-width:768px）
================================== */
  body {
    background-image: none;
  }

  #kns26 {
    font-size: 15px;
  }

  .nav_list {
    width: 62%;
  }

  .layout {
    display: block;
  }

  .side-left,
  .side-right {
    display: none;
  }

  .content {
    width: 100%;
  }

  .article {
    max-width: 100%;
  }

  /* ==================================
   introduction（max-width:768px）
================================== */
  #introduction .data {
    white-space: nowrap;
  }

  #introduction ul {
    width: fit-content;
    margin: -15px auto 20px;
  }

  #introduction ul li h3 {
    padding: 5px 14px;
    flex-shrink: 0;
    font-size: 1em;
  }

  #introduction::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    aspect-ratio: 750 / 1160;
    background: url(/assets/img/kanshasai2026/background_sp.png) no-repeat top / cover;
  }

  #introduction h1 {
    width: 90%;
    margin: 0 auto;
  }

  .attention p {
    width: 75%;
    margin: 0 auto;
    font-size: 1.3em;
  }

  #topic::after {
    bottom: -6em;
  }

  .tab-btn span {
    font-size: 1.1em;
  }

  /* ==================================
   footer（max-width:768px）
================================== */
  .gfooter {
    margin: 0 0 0;
  }
}

@media screen and (max-width: 428px) {
  #kns26 {
    font-size: 14px;
  }

  #kns26 h2 {
    font-size: 1.5em;
  }

  /* ==================================
   introduction（max-width:428px）
================================== */
  #introduction {
    padding: 0 0 60px;
  }

  #introduction .data strong {
    font-size: 1.5em;
  }

  #introduction .venue {
    font-size: 1.5em;
  }

  #introduction ul li:first-child {
    padding: 0 0 10px;
  }

  #introduction ul li p {
    padding: 0 0 0 10px;
    flex-shrink: 0;
  }

  #guide::before {
    top: -30px;
    height: 200px;
  }

  /* ==================================
   guid（max-width:428px）
================================== */
  .menu_box {
    gap: 10px;
  }

  .menu_box li {
    width: calc((100% - 10px) / 2);
  }

  .menu_box li a {
    height: 80px;
    padding: 10px 0;
    align-content: space-evenly;
    gap: 5px;
  }

  .menu_box li a p {
    font-size: 1em;
  }

  .menu_box li a img {
    height: 40px;
  }

  .menu_box li::after {
    right: 2%;
    bottom: 4%;
    width: 15px;
    height: 15px;
  }

  .welcome_dog_cat img {
    width: 65%;
  }

  #description {
    margin: -40px 0 0;
    padding: 40px 5% 0;
  }

  h2 {
    font-size: 1.5em;
  }

  #description p {
    padding: 0 0 30px;
    font-size: 1em;
  }

  #description dl {
    font-size: 0.9em;
  }

  #description dt {
    padding: 3px 0;
  }

  #description dd {
    padding: 10px 0;
  }

  .special_offer .inner {
    padding: 25px 0;
  }

  .special_offer .inner p {
    font-size: 1em;
  }

  #guide #bk02::after {
    bottom: -100px;
  }

  .guide_bg_img {
    bottom: -110px;
  }

  /* ==================================
   topic（max-width:428px）
================================== */
  #topic h2 {
    padding: 20px 0;
  }

  #topic .splide__slide {
    padding: 20px;
  }

  #topic .splide__slide h3 {
    margin: 0;
  }

  #topic::after {
    bottom: -3.5em;
  }

  /* ==================================
   map（max-width:428px）
================================== */
  #map {
    padding: 4em 0 0;
  }

  .pin {
    width: 40px;
    height: 40px;
  }

  #map .parent .title h3 {
    font-size: 1.5em;
  }

  #map .parent .title p {
    font-size: 1em;
    line-height: 1.4;
  }

  #map .child {
    padding: 20px;
  }

  #map .child .map_title h4 {
    line-height: 1.2;
  }

  /* ==================================
   schedule（max-width:428px）
================================== */
  #schedule .title span {
    font-size: 1em;
  }

  .tab {
    gap: 5px;
  }

  .tab-btn span {
    font-size: 0.9em;
  }

  .tab-content {
    padding: 15px 0 30px;
  }

  #kns26 .timeline img,
  #kns26 .schedule-inner img {
    width: auto;
    max-width: none;
    height: 500px;
  }

  .schedule_download {
    font-size: 1em;
    line-height: 1.2;
  }

  /* ==================================
   precautions（max-width:428px）
================================== */
  #precautions .title {
    padding: 0 0 20px;
  }

  /* ==================================
   closing（max-width:428px）
================================== */
  #closing {
    padding: calc(14em + 2vw) 0 0;
  }

  #closing::before {
    top: 90px;
  }

  .sns_btn_line,
  .sns_btn_instagram {
    padding: 3px 0;
    font-size: 1.2em;
  }

  .sns_btn_line {
    margin: 0 0 10px;
  }
}

/*==================================
schedule（blank）※公開時に削除
===================================*/
.tab-btn {
  color: #fff;
  cursor: default;
  background: #707070;
  pointer-events: none;
}

.tab-btn::after {
  display: none;
}

.tab-inner {
  background-color: transparent;
}

#tab1:checked+.tab1,
#tab2:checked+.tab2,
#tab3:checked+.tab3,
#tab4:checked+.tab4 {
  color: #fff;
  background: #707070;
}