@charset "UTF-8";
*:focus {
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

html {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  line-height: 0;
  display: inline;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #323232;
  -webkit-tap-highlight-color: transparent;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #323232;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-feature-settings: "palt" 1;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

.sp {
  display: none;
}

a:hover {
  opacity: 0.8;
}

.txt_bebas {
  font-family: "Bebas Neue", sans-serif!important;
}

/*
  ここまでcommon
--------------------------------------------- */
.pc {
  display: inherit;
}

.sp {
  display: none;
}

h1 {
  width: 34.75vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.lijall {
  width: 100%;
  height: 100%;
}

.sec_wrap {
  text-align: center;
  font-size: 0.9vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 7vw 0;
}
.sec_wrap h2 {
  width: 42.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vw;
  line-height: 0;
  font-size: 0;
}
.sec_wrap .prg_head {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1vw;
  line-height: 1;
  letter-spacing: 0.025em;
  font-size: 2vw;
  font-weight: 700;
}

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

.sec01 {
  background-image: url(../images/lead_bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec01 p {
  font-size: 1.5vw;
  letter-spacing: 0.09em;
  line-height: 1.8;
}
.sec01 p + p {
  margin-top: 2.75vw;
  margin-bottom: calc(95vw / 20);
}
.sec01 p + p + p {
  margin-top: 0;
  margin-bottom: 4vw;
}

.mov_item {
  width: calc(950vw / 20);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mov_item a {
  width: calc(430vw / 20);
  cursor: pointer;
  position: relative;
}
/* .mov_item .ic_topics {
  display: block;
  width: calc(210vw / 20);
  position: absolute;
  z-index: 2;
  top: calc(-73vw / 20);
  left: 50%;
  transform: translateX(-50%);
} */
.mov_caption {
  font-size: calc(20vw / 20);
  font-weight: 400;
}
.mov_ic .mov_caption {
  color: #dd0012;
  font-weight: 500;
}
.mov_ic::after {
  content: "TOPICS!";
  display: block;
  z-index: 2;
  width: calc(210vw / 20);
  position: absolute;
  font-size: calc(42vw / 20);
  font-family: 'Bebas Neue',sans-serif;
  letter-spacing: .05em;
  line-height: 1;
  color: #fff;
  padding: calc(6vw / 20) calc(2vw / 20) calc(2vw / 20);
  background-color: #dd0012;
  position: absolute;
  top: calc(-15vw / 20);
  left: calc(-15vw / 20);
  transform: rotate(-5deg);
}
.news_list {
  width: 70vw;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  align-items: flex-start;
  flex-wrap: wrap;
}

.news_list_txt {
  margin-bottom: calc(70vw /20);
  font-size: calc(22vw / 20);
}
.news_list .news_item {
  display: block;
  width: 20.6vw;
  margin-bottom: 4.1vw;
  margin-right: 4.1vw;
  font-size: 0.9vw;
  letter-spacing: 0.07em;
  line-height: 1.3;
  font-weight: 900;
  text-align: left;
}
.news_list .news_item:nth-child(3n) {
  margin-right: 0;
}
.news_list .imp {
  color: #DD0012;
}
.news_list .news_item img {
  display: block;
  margin-bottom: 0.25vw;
}
.news_list .news_day {
  font-size: 88.889%;
}

.nolink {
  pointer-events: none;
}

.news_archive_btn {
  width: auto;
  position: relative;
  z-index: 2;
  padding: 0.5vw 1.25vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DD0012;
  background-color: #fff;
  color: #DD0012;
  font-size: 0.9vw;
  text-align: center;
  border-radius: calc(25vw / 20);
  cursor: pointer;
}
.news_archive_btn.open {
  color: #fff;
  background-color: #DD0012;
}
.news_archive_btn::after {
  font-family: "Material Icons";
  display: inline-block;
  content: "\e313";
  color: #DD0012;
  font-size: 1.2vw;
  /* margin-left: 0.6vw; */
}

.news_archive_btn.open::after {
  content: "\e316";
  color: #fff;
}

.news_archive {
  border: 2px solid #000;
  width: 70vw;
  top: -1.4vw;
  padding: 1.5vw calc(110vw / 20) 0.9vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.news_archive_ttl {
  width: 100%;
  color: #dd0012;
  font-size: calc(20vw / 20);
  text-align: left;
  font-weight: 700;
}

.news_archive_link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(363vw / 20);
}
.news_archive_link:nth-child(3n) {
  width: calc(160vw / 20);
}
.news_archive_link.ml50 {
  margin-left: 2.5vw;
}
.news_archive_link::before {
  font-family: "Material Icons";
  content: "\e5cc";
  display: inline-block;
  font-size: 1.2vw;
  margin-left: -0.5vw;
  margin-top: 0.1vw;
}
.news_archive_link::after {
  content: "";
  background-color: #000;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 95%;
  height: 2px;
  transform: scaleX(0);
  transition: transform ease 0.5s;
  transform-origin: left top;
}
.news_archive_link:hover::after {
  transform: scale(1);
}
.sec03 {
  padding-bottom: calc(110vw / 20);
}
.sec03.sec_wrap h2 {
  margin-bottom: calc(20vw / 20);
}
.sec03_inner {
  width: 70vw;
  text-align: left;
}

.sec03_txt_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-direction: row-reverse;
}

.sec03_txt01 {
  font-feature-settings: "palt" 1;
  font-size: 2.3vw;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.07em;
  width: 100%;
  text-align: center;
  margin-bottom: 3.25vw;
}
.sec03_txt01 .sec03_txt02 {
  font-size: 3.75vw;
  color: #FF0023;
}

.sec03_txt03 {
  font-size: 1.45vw;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

.sec03_pop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(1200vw / 20);
  padding: 0 0 calc(123vw / 20);
  margin: calc(60vw / 20) auto 0;
  /* max-width: 1150px; */
}

.sec_wrap a.theme_logo {
  display: block;
  width: 100%;
  /* width: calc(558vw / 20); */
  max-width: 1200px;
}
.sec_wrap a.theme_logo img {
  border: 1px solid #1e1e1e;
}

.etnry_btn {
  line-height: 1.5;
  display: block;
  text-align: center;
  width: calc(600vw / 20);
  /* background-color: #dd0012; */
  background-color: #FF436E;
  margin: calc(50vw / 20) auto 0;
  padding: calc(20vw / 20) 0;
  border-radius: calc(50vw / 20);
  font-size: calc(22vw / 20);
  color: #fff;
}
.etnry_btn:hover {
  opacity: .8;
  transform: translateY(calc(-20vw / 20));
}
.sec04_02 h2,
.sec05_02 h2,
.sec06_02 h2 {
  margin-bottom: 0.5vw;
}

.prg_txt_logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.8vw;
}
.prg_txt_logo p {
  text-align: left;
  font-size: 1.3vw;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 0.5vw;
}
.prg_txt_logo p img {
  width: 21.25vw;
  margin-bottom: 0.75vw;
}
.prg_txt_logo .prg_logo {
  width: 14.25vw;
}
.prg_txt_logo .notes {
  font-size: 0.8vw;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.demoteam_slick {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.demo_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  letter-spacing: 0.07em;
  background: #fff;
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}

.demo_slide_last {
  justify-content: flex-start;
}
.demo_slide_last .demo_ir {
  margin-right: 1.45vw;
}

.demo_ir {
  position: relative;
  width: 12vw;
  height: 12vw;
  margin-bottom: 2.45vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.demo_ir .ir_name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.15vw;
  display: block;
}

.demo_ir:nth-child(5n) {
  margin-right: 0;
}

.demo_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 1vw;
}

.demo_dots li {
  margin-right: 0.5vw;
}
.demo_dots li:last-child {
  margin-right: 0;
}

.demo_dots li button {
  border: none;
  background-color: #A0A0A0;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
}

.demo_dots li.slick-active button {
  background-color: #DD0012;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75vw;
  height: 2.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.prev-arrow {
  background-image: url(../images/photo_prev.webp);
  left: -2.5vw;
}

.next-arrow {
  background-image: url(../images/photo_next.webp);
  right: -2.5vw;
}

.photo_acf,
.photo_sh,
.photo_fa {
  width: 100%;
  max-width: 51vw;
  margin: 15px auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.photo_acf.slick-initialized,
.photo_sh.slick-initialized,
.photo_fa.slick-initialized {
  opacity: 1;
}

.photo_acf__item {
  margin-right: 0.25vw;
  margin-left: 0.25vw;
}

.photo_acf__item img {
  height: auto;
  width: 100%;
}

.pthum_acf,
.pthum_sh,
.pthum_fa {
  width: 100%;
  max-width: calc(1375vw / 20);
  /* max-width: 70px; */
  margin-right: auto;
  margin-left: auto;
}

.pthum_acf__item {
  margin-right: calc(2.5vw / 20);
  margin-left: calc(2.5vw / 20);
  position: relative;
  padding-bottom: 9px;
}
.pthum_acf__item a {
  pointer-events: none;
}

.pthum_acf .slick-track,
.pthum_sh .slick-track,
.pthum_fa .slick-track {
  transform: unset !important;
}

.pthum_acf__item img {
  height: auto;
  width: 100%;
  opacity: 0.4;
  transition: opacity 0.5s;
}

.pthum_acf__item.slick-current img {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000066;
}

.pthum_acf__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0.2vw;
  position: absolute;
  bottom: 0;
  background: rgb(1, 0, 236);
  background: linear-gradient(90deg, rgb(1, 0, 236) 0%, rgb(9, 9, 121) 50%, rgb(251, 0, 40) 100%);
  transition: all 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
}

.pthum_acf__item.slick-slide.slick-current.slick-active::before {
  width: 100%;
}

.sec07 h2 {
  width: 30vw;
}

.sec07 .footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.sec07 .footer a {
  display: block;
  width: 11.65vw;
}

.event_bnr {
  width: 70vw;
}
.event_bnr picture {
  display: block;
}

.reserve_btn {
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vw;
  width: 10.5vw;
  height: 10.5vw;
  max-width: 210px;
  max-height: 210px;
  transition: translate 0.3s ease-in-out;
}
.reserve_btn:hover {
  translate: 0 -10px;
}
.reserve_btn .reservebtn_txt, .reserve_btn .reservebtn_img {
  position: absolute;
  top: 0;
  left: 0;
}
.reserve_btn .reservebtn_txt {
  animation: kaiten 15s linear infinite;
}

@keyframes kaiten {
  0% {
    rotate: 0;
  }
  100% {
    rotate: -360deg;
  }
}


/* 20250408追加 */

.news_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(60vw / 20);
}
.news_tab li {
  width: calc(395vw / 20);
  max-width: 395px;
  height: calc(64vw / 20);
  border: 1px solid #dd0012;
  border-radius: calc(25vw / 20);
  color: #dd0012;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news_tab li:not(:last-child) {
  margin-right: calc(18vw / 20);
}
.news_tab li.active {
  color: #fff;
  background-color: #dd0012;
}
.news_tab li::after {
  font-family: "Material Icons";
  display: inline-block;
  content: "\e313";
  color: #dd0012;
  font-size: 1.2vw;
  /* margin-left: 0.6vw; */
}
.news_tab li.active::after {
  color: #fff;
  transform: rotate(180deg);
}
.event_schedule {
  margin-bottom: 4.1vw;
}
.event_sch_tbl {
  table-layout: fixed;
  width: calc(1250vw / 20);
  max-width: 1250px;
}
.event_sch_tbl th,
.event_sch_tbl td {
  vertical-align: middle;
}
.event_sch_tbl thead th {
  background: #000;
  font-size: clamp(12px,calc(19vw / 20),19px);
  color: #fff;
  text-align: center;
}
.event_sch_tbl thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.event_day {
  /* width: calc(230vw / 20); */
  width: calc(280 / 1250 * 100%);
}
.event_name {
  /* width: calc(420vw / 20); */
  width: calc(370 / 1250 * 100%);
}
.event_cat {
  /* width: calc(430vw / 20); */
  width: calc(430 / 1250 * 100%);
}
.event_area {
  /* width: calc(320vw / 20); */
  width: calc(320 / 1250 * 100%);
}
.event_area_link {
  position: relative;
  padding-left: calc(18vw / 20);
  /* text-decoration: underline; */
}
.event_area_link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(8vw / 20) 0 calc(8vw / 20) calc(12vw / 20);
  border-color: transparent transparent transparent #323232;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.event_area_link::after {
  content: "";
  background-color: #323232;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform ease 0.5s;
  transform-origin: left top;
}
.event_area_link:hover::after {
  transform: scale(1);
}

.event_sch_tbl tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.event_sch_tbl tbody tr th {
  text-align: center;
  line-height: 1.5;
}
.event_sch_tbl tbody tr td {
  border-left: 1px solid #000;
  font-size: clamp(10px,calc(24vw / 20),24px);
  color: #000;
  text-align: center;
  line-height: 1.5;
}
.event_sch_tbl tbody tr td span.sch_subttl {
  font-size: clamp(10px,calc(16vw / 20),16px);
}
.event_sch_tbl tbody tr.event_sch_year {
  background-color: #fff;
}
.event_sch_year th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: clamp(10px,calc(28vw / 20),26px);
  padding: calc(10vw / 20) 0;
}
.event_day02 {
  font-size: clamp(10px,calc(28vw / 20),26px);
}
.event_sch_logo {
  line-height: 0;
  font-size: 0;
  padding: 0 calc(30vw / 20);
}
.event_sch_logo img {
  width: 100%;
  max-width: 370px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
}
.tbl_sold {
  color: #DD0012;
}
.event_sch_tbl tbody tr.tbl_close {
  background-color: #80808099;
  border-bottom: 1px solid #fff;
}

.tab_inr {
  display: none;
}
.tab_inr.active {
  display: block;
  animation: panel-show .3s ease-in-out forwards;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modalpop.modaal-wrapper .modaal-close {
  right:calc(360vw / 20);
  top:calc(110vw / 20);
}

@media screen and (max-width: 1500px) {
  .modalpop.modaal-wrapper .modaal-close {
    right:calc(60vw / 15);
    top:calc(70vw / 15);
  }
}

/* -- 2026/2/25 追記 -- */
/* .next_event_ttl {
  font-size: calc(36vw / 20);
  color: #fff;
  margin-bottom: calc(50vw / 20);
} */
.next_event_area {
  width: 100%;
  margin-bottom: calc(100vw / 20);
  padding-top: calc(100vw / 20);
  padding-bottom: calc(100vw / 20);
  background: #63518F;
  background: linear-gradient(151deg,rgba(99, 81, 143, .5) 0%, rgba(202, 90, 128, .5) 33%, rgba(231, 88, 20, .5) 66%, rgba(242, 208, 40, .5) 100%);
  /* overflow: hidden; */
}
.next_event_thum {
  width: calc(1280vw / 20);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(50vw / 20);
}
.next_event_txt {
  margin-bottom: calc(50vw / 20);
  font-size: calc(80vw / 20);
  font-weight: 900;
  letter-spacing: .3em;
  color: #dd0012;
}
.next_event_btm {
  max-width: 1000px;
  width: calc(1000vw / 20);
  border-radius: calc(25vw / 20);
  height: calc(80vw / 20);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background: #63518F;
  background: linear-gradient(151deg,rgba(99, 81, 143, 1) 0%, rgba(202, 90, 128, 1) 50%, rgba(231, 88, 20, 1) 100%);
  color: #fff;
  font-size: calc(36vw / 20);
  letter-spacing: .1em;
  position: relative;
}
.next_event_btm::after {
  position: absolute;
  font-family: "Material Icons";
  display: block;
  content: "\e313";
  font-size: calc(40vw / 20);
  transform: rotate(270deg);
  right: calc(230vw / 20);
  top: calc(2vw / 20);
}
.next_event_btm:hover {
  transform: translateY(calc(-10vw / 20));
}
.news_archive_btn {
  margin-bottom: calc(50vw / 20);
}
.news_archive {
  top: calc(-75vw / 20);
}

.news_archive_2025 {
  padding: 1.5vw calc(35vw / 20) 0.9vw;
  justify-content: flex-start;
}
.news_archive_2025 .news_archive_link_2025 {
  width: calc(430vw / 20);
}
.news_archive_link100 {
  width: 100%!important;
}
.sec_wrap a.theme_logo {
  margin-left: auto;
  margin-right: auto;
}
.news_archive_txt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(430vw / 20);
  padding-left: 0.7vw;
}

/* -- 2026/2/25 追記ここまで -- */



@media screen and (max-width: 768px) {
  html {
    height: auto;
  }
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  h1 {
    width: 63.4114583333vw;
  }
  .sec_wrap {
    width: 100%;
    height: auto;
    font-size: 2.9947916667vw;
    padding: 11.71875vw 0;
  }
  .sec_wrap h2 {
    width: 100%;
    margin-bottom: 7.1614583333vw;
  }
  .sec_wrap h2 img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_wrap .prg_head {
    width: 100%;
    margin-bottom: 5.2083333333vw;
    line-height: 1;
    font-size: 4.9479166667vw;
  }
  .sec01 {
    background-image: url(../images/lead_bg_sp_top.jpg), url(../images/lead_bg_sp_btm.jpg);
    background-position: 50% 0, 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 68.0989583333vw;
    margin-bottom: 11.71875vw;
  }
  .sec01 p {
    font-weight: 900;
    font-size: 2.9947916667vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .sec01 p + p {
    margin-top: calc(90vw / 7.68);
    margin-bottom: calc(75vw / 7.68);
  }
  .sec01 p + p + p {
    margin-top: 0;
    margin-bottom: calc(90vw / 7.68);
  }
  .mov_item {
    width: calc(450vw / 7.68);
    flex-wrap: wrap;
  }
  .mov_item a {
    width: 100%;
    margin-bottom: calc(70vw / 7.68);
  }
  .mov_item a:last-child {
    margin-bottom: 0;
  }
  .mov_caption {
    font-size: calc(23vw / 7.68);
  }
  .mov_ic::after {
    width: calc(210vw / 7.68);
    font-size: calc(50vw / 7.68);
    padding: calc(6vw / 7.68) calc(2vw / 7.68) calc(2vw / 7.68);
    top: calc(-15vw / 7.68);
    left: calc(-15vw / 7.68);
  }

  .news_list {
    width: calc(450vw / 7.68);
    margin-inline: auto;
  }
  .news_list_txt {
    margin-bottom: calc(55vw /7.68);
    font-size: calc(22vw / 7.68);
  }
  .news_list .news_item {
    width: calc(450vw / 7.68);
    margin-bottom: 10.6770833333vw;
    margin-right: 0;
    font-size: 2.34375vw;
    letter-spacing: 0.07em;
    line-height: 1.3;
    font-weight: 900;
    text-align: left;
  }
  .news_list .news_item img {
    margin-bottom: 1.5625vw;
  }
  .news_list .news_day {
    font-size: 88.889%;
  }
  .news_archive_btn {
    padding: 1.3020833333vw 3.2552083333vw;
    font-size: 2.8645833333vw;
    border-radius: calc(25vw / 7.68);
  }
  .news_archive_btn::after {
    font-size: 3.90625vw;
    margin-left: 1.5625vw;
  }
  .news_archive {
    border-width: 1px;
    width: calc(600vw / 7.68);
    top: -3.6458333333vw;
    padding: calc(55vw /7.68) calc(25vw / 7.68);
    justify-content: flex-start;
    margin-inline: auto;
  }
  .news_archive_ttl {
    font-size: calc(28vw / 7.68);
    margin-left: calc(16vw / 7.68);
    margin-bottom: calc(15vw / 7.68);
  }
  
  .news_archive_link {
    width: 100%;
    font-size: calc(24vw / 7.68);
    margin-bottom: calc(15vw / 7.68);
  }
  .news_archive_link:nth-child(3n) {
    width: 100%;
  }
  .news_archive_link.ml50 {
    margin-left: 0;
  }
  .news_archive_link::before {
    font-size: 3.125vw;
    margin-left: 1.3020833333vw;
    margin-top: 0.2604166667vw;
  }
  .news_archive_link::after {
    content: unset;
  }
  .news_archive_link:hover::after {
    transform: unset;
  }
  .sec03 {
    padding-bottom: calc(100vw / 7.68);
  }
  .sec03.sec_wrap h2 {
    margin-bottom: calc(25vw / 7.68);
  }
  .sec03_inner {
    width: 79.4270833333vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .sec03_txt_box {
    margin-bottom: 5.46875vw;
    flex-direction: column;
    justify-content: center;
  }
  .sec03_txt01 {
    font-weight: 900;
    font-size: 2.9947916667vw;
    letter-spacing: 0.09em;
  }
  .sec03_txt01 .sec03_txt02 {
    font-size: 5.2083333333vw;
    letter-spacing: 0.04em;
  }
  .sec03_txt03 {
    /* font-weight: 900; */
    font-size: 2.9947916667vw;
    letter-spacing: 0.09em;
    line-height: 2;
  }
    /* .sec_wrap a.theme_logo {
      width: calc(600vw / 7.68);
      padding: 0;
      margin: calc(50vw / 7.68) auto calc(90vw / 7.68);
    } */

  .sec03_pop {
    display: block;
    width: calc(600vw / 7.68);
    padding: 0;
    margin: calc(50vw / 7.68) auto calc(90vw / 7.68);
  }

  .sec_wrap a.theme_logo {
    width: 100%;
    margin-bottom: calc(50vw / 7.68);
  }

  .etnry_btn {
    width: calc(600vw / 7.68);
    margin: calc(50vw / 7.68) auto 0;
    padding: calc(20vw / 7.68) 0;
    border-radius: calc(50vw / 7.68);
    font-size: calc(34vw / 7.68);
  }


  .sec04_01,
  .sec05_01,
  .sec06_01 {
    padding-top: 0;
  }
  .sec04_02 h2,
  .sec05_02 h2,
  .sec06_02 h2 {
    margin-bottom: calc(90vw / 7.68);
  }
  .prg_txt_logo {
    width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.1145833333vw;
  }
  .prg_txt_logo p {
    text-align: left;
    font-size: 2.9947916667vw;
    line-height: 2;
    letter-spacing: 0.07em;
    margin-bottom: 2.6041666667vw;
  }
  .prg_txt_logo p img {
    width: 55.3385416667vw;
    margin-bottom: calc(90vw / 7.68);
    margin-left: auto;
    margin-right: auto;
  }
  .prg_txt_logo .prg_logo {
    width: 37.109375vw;
    margin-bottom: 6.9010416667vw;
  }
  .prg_txt p:first-child {
    font-size: clamp(10px,calc(23vw / 7.68),23px);
    line-height: 2;
    text-align: justify;
    text-align-last: left;
  }
  .prg_txt_logo .notes {
    font-size: 2.34375vw;
    text-align: justify;
  }
  .sec04_02 .prg_txt_logo .prg_logo {
    width: 37.109375vw;
  }
  .sec05_02 .prg_txt_logo .prg_logo {
    width: 60.9375vw;
  }
  .sec06_02 .prg_txt_logo .prg_logo {
    width: 61.1979166667vw;
  }
  .demoteam_slick {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 10.4166666667vw;
    padding-left: 0;
    padding-right: 0;
  }
  .demo_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    letter-spacing: 0.07em;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .demo_ir {
    width: 50%;
    height: auto;
    margin-right: 0;
    margin-bottom: 11.71875vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .demo_ir.mb0 {
    margin-bottom: 0;
  }
  .demo_ir .ir_name {
    font-size: 3.3854166667vw;
    display: block;
  }
  .demo_slide_last .demo_ir {
    margin-right: 0;
  }
  .prev-arrow,
  .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.5572916667vw;
    height: calc(90vw / 7.68);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .prev-arrow {
    background-image: url(../images/photo_prev.webp);
    left: -calc(90vw / 7.68);
  }
  .next-arrow {
    background-image: url(../images/photo_next.webp);
    right: -calc(90vw / 7.68);
  }
  .photo_acf, .photo_acf__item, .photo_acf__item img {
    display: none;
  }
  .pthum_acf,
  .pthum_sh,
  .pthum_fa {
    width: 100%;
    margin-right: unset;
    margin-left: unset;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .pthum_acf__item {
    width: calc(250 / 768 * 100%);
    height: auto;
    margin-left: 0;
    margin-right: calc(9 / 768 * 100%);
    margin-bottom: 0;
    padding-bottom: calc(9 / 768 * 100%);
  }
  .pthum_acf__item:nth-child(3n) {
    margin-right: 0;
  }
  .pthum_acf__item a {
    pointer-events: inherit;
  }
  .pthum_acf,
  .pthum_sh,
  .pthum_fa {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .pthum_acf__item img {
    height: auto;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .pthum_acf__item.slick-current img {
    opacity: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #000066;
  }
  .pthum_acf__item::before {
    content: unset;
  }
  .more_btn_ir,
  .more_btn_photo {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 67.7083333333vw;
    height: auto;
    padding-top: 17.6923076923%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.4166666667vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .more_btn_ir.show,
  .more_btn_photo.show {
    background-image: url(../images/btn_close.png);
  }
  .more_btn_ir {
    background-image: url(../images/btn_more_ir_sp.png);
  }
  .more_btn_photo {
    background-image: url(../images/btn_more_photo_sp.png);
  }
  .demowrapper {
    position: relative;
    transition: ease 0.3s;
    height: auto;
    max-height: 191.41vw;
    overflow: hidden;
    transition: max-height 0.8s;
  }
  .sec04_02_photo,
  .sec05_02_photo,
  .sec06_02_photo {
    width: 100%;
    position: relative;
    padding-bottom: 19.53125vw;
  }
  .pthum_acf,
  .pthum_sh,
  .pthum_fa {
    position: relative;
    height: auto;
    max-height: calc(500vw / 7.68);
    transition: ease 0.3s;
    overflow: hidden;
  }
  .modaal-gallery-control {
    bottom: -16.9270833333vw !important;
  }
  .sec07 .footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 7.8125vw;
  }
  .sec07 .footer a {
    display: block;
    width: 24.8697916667vw;
  }
  .event_bnr {
    width: 79.4270833333vw;
  }
  .reserve_btn {
    position: fixed;
    right: calc(90vw / 7.68);
    bottom: calc(90vw / 7.68);
    width: 26.0416666667vw;
    height: 26.0416666667vw;
  }


  /* 20250408追加 */

  .news_tab {
    margin-bottom: calc(60vw / 7.68);
    width: calc(650vw / 7.68);
  }
  .news_tab li {
    width: calc(320vw / 7.68);
    height: unset;
    border-radius: calc(25vw / 7.68);
    padding: calc(20vw / 7.68) calc(20vw / 7.68) calc(10vw / 7.68);
    line-height: 1.3;
    font-size: calc(20vw / 7.68);
    flex-direction: column;
  }
  .news_tab li:not(:last-child) {
    margin-right: calc(18vw / 7.68);
  }
  .news_tab li::after {
    display: block;
    font-size: 3.90625vw;
    margin-left: 0;
    line-height: 1;
  }
  .news_tab li.active::after {
    color: #fff;
  }


  /* animation */

  @keyframes tbl_scroll {
    from {
      animation-timing-function: ease-in-out;
      opacity: 1;
    } to {
      animation-timing-function: ease-in-out;
      opacity: 1.0;
    } 25% {
      animation-timing-function: ease-in-out;
      opacity: 0.0;
    } 50% {
      animation-timing-function: ease-out;
      opacity: 1.0;
    } 75% {
      animation-timing-function: ease-out;
      opacity: 0.0;
    } 
  }

  .tbl_scroll {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: tbl_scroll;
    animation-name: tbl_scroll;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  /* animation */


  .event_schedule {
    overflow-x: scroll;
    width: calc(650vw / 7.68);
    position: relative;
    margin-bottom: 10.6770833333vw;
    padding-bottom: calc(25vw / 7.68);
  }
  .event_sch_tbl {
    table-layout: fixed;
    width: calc(980vw / 7.68);
    max-width: 980px;
    position: relative;
  }
  .event_area_link {
    padding-left: calc(18vw / 7.68);
  }
  .event_area_link::before {
    border-width: calc(8vw / 7.68) 0 calc(8vw / 7.68) calc(12vw / 7.68);
  }
  .event_area_link::after {
    content: unset;
  }
  .scroll {
    width: calc(370vw / 7.68);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    opacity: 0;
  }
  .event_schedule.active .scroll {
    display: block;
  }
  .event_sch_tbl thead th {
    font-size: clamp(10px,calc(14vw / 7.68),14px);
  }
  .event_day {
    /* width: calc(200vw / 7.68); */
    width: calc(210 / 980 * 100%);
  }
  .event_name {
    /* width: calc(310vw / 7.68); */
    width: calc(300 / 980 * 100%);
  }
  .event_cat {
    /* width: calc(310vw / 7.68); */
    width: calc(310 / 980 * 100%);
  }
  .event_area {
    /* width: calc(230vw / 7.68); */
    width: calc(230 / 980 * 100%);
  }
  .event_sch_year th {
    font-size: calc(24vw / 7.68);
    padding: calc(10vw / 7.68) 0;
  }

  .event_day02 {
    font-size: calc(24vw / 7.68);
  }
  .event_sch_tbl tbody tr td {
    font-size: clamp(10px,calc(23vw / 7.68),23px);
  }
  .event_sch_tbl tbody tr td span.sch_subttl {
    font-size: clamp(10px,calc(16vw / 7.68),16px);
  }
  .event_sch_logo {
    padding: 0 calc(5vw / 7.68);
  }
  .event_sch_logo img {
    padding: 0 calc(5vw / 7.68);
  }
  .modalpop.modaal-wrapper .modaal-close {
    right:calc(60vw / 7.68);
    top:calc(70vw / 7.68);
  }

  /* -- 2026/2/25 追記 -- */
  .next_event_area {
    margin-bottom: calc(100vw / 7.68);
    padding-top: calc(100vw / 7.68);
    padding-bottom: calc(100vw / 7.68);
    background: #63518F;
    background: linear-gradient(151deg,rgba(99, 81, 143, .5) 0%, rgba(202, 90, 128, .5) 33%, rgba(231, 88, 20, .5) 66%, rgba(242, 208, 40, .5) 100%);
  }
  .next_event_thum {
    width: calc(620vw / 7.68);
    margin-bottom: calc(50vw / 7.68);
  }
  .next_event_txt {
    margin-bottom: calc(50vw / 7.68);
    font-size: calc(50vw / 7.68);
  }
  .next_event_btm {
    width: calc(480vw / 7.68);
    border-radius: calc(25vw / 7.68);
    height: calc(80vw / 7.68);
    font-size: calc(36vw / 7.68);
    letter-spacing: .1em;
    position: relative;
  }
  .next_event_btm::after {
    font-size: calc(40vw / 7.68);
    transform: rotate(270deg);
    right: calc(35vw / 7.68);
    top: calc(2.5vw / 7.68);
  }
  .next_event_btm:hover {
    transform: translateY(calc(-10vw / 7.68));
  }
  .news_archive_btn {
    margin-bottom: calc(50vw / 7.68);
  }
  .news_archive {
    top: calc(-75vw / 7.68);
  }

  .news_archive_2025 {
    padding: calc(55vw /7.68) calc(25vw / 7.68);
  }
  .news_archive_2025 .news_archive_link_2025 {
    width: 100%;
    text-align: left;
  }
  .news_archive_link100 {
    padding-left: calc(37vw / 7.68);
  }
  .news_archive_link100::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .news_archive_txt {
    font-size: calc(24vw / 7.68);
    margin-bottom: calc(15vw / 7.68);
    padding-left: calc(36vw / 7.68);
  }


  /* -- 2026/2/25 追記ここまで -- */


}