@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.l-timetable {
  background: url("/img/PC/time-table/bg_time-table.png") no-repeat center/cover;
  margin-top: 5rem;
  padding: 2rem 1rem 4.875rem;
}

.c-arrow {
  border-radius: 624.9375rem;
  height: 0.125rem;
  margin: 0.1375rem 0;
  position: absolute;
  right: 1.125rem;
  top: 1.5625rem;
  transform: translateY(-50%);
  width: 1.0625rem;
  z-index: 1;
}

.c-arrow::before {
  border-radius: 624.9375rem;
  content: "";
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  width: 0.4375rem;
}

.c-arrow::after {
  border-radius: 624.9375rem;
  content: "";
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  width: 0.4375rem;
}

.p-tab__content--1 .c-arrow {
  background-color: #132d89;
}
.p-tab__content--1 .c-arrow::before, .p-tab__content--1 .c-arrow::after {
  background-color: #132d89;
}

.p-tab__content--2 .c-arrow {
  background-color: #c63822;
}
.p-tab__content--2 .c-arrow::before, .p-tab__content--2 .c-arrow::after {
  background-color: #c63822;
}

.p-tab__content--3 .c-arrow {
  background-color: #70bc38;
}
.p-tab__content--3 .c-arrow::before, .p-tab__content--3 .c-arrow::after {
  background-color: #70bc38;
}

.p-tab__content--4 .c-arrow {
  background-color: #e18831;
}
.p-tab__content--4 .c-arrow::before, .p-tab__content--4 .c-arrow::after {
  background-color: #e18831;
}

.p-tab__content--5 .c-arrow {
  background-color: #e55488;
}
.p-tab__content--5 .c-arrow::before, .p-tab__content--5 .c-arrow::after {
  background-color: #e55488;
}

.p-tab__content--6 .c-arrow {
  background-color: #2fc8cf;
}
.p-tab__content--6 .c-arrow::before, .p-tab__content--6 .c-arrow::after {
  background-color: #2fc8cf;
}

.p-tab__content--7 .c-arrow {
  background-color: #e9c300;
}
.p-tab__content--7 .c-arrow::before, .p-tab__content--7 .c-arrow::after {
  background-color: #e9c300;
}

.c-bgText {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 400px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-bgText::before {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.c-bgText__content {
  color: #fff;
  max-width: 800px;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.c-bgText__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.c-bgText__subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.c-bgText__description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.c-bgText__button {
  background: #ff6b6b;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 12px 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-bgText__button:hover {
  background: #ff5252;
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  transform: translateY(-2px);
}
.c-bgText--left {
  justify-content: flex-start;
}
.c-bgText--left .c-bgText__content {
  margin-left: 5%;
  text-align: left;
}
.c-bgText--right {
  justify-content: flex-end;
}
.c-bgText--right .c-bgText__content {
  margin-right: 5%;
  text-align: right;
}
.c-bgText--small {
  height: 250px;
}
.c-bgText--small .c-bgText__title {
  font-size: 2rem;
}
.c-bgText--small .c-bgText__subtitle {
  font-size: 1rem;
}
.c-bgText--large {
  height: 600px;
}
.c-bgText--large .c-bgText__title {
  font-size: 3.5rem;
}
.c-bgText--large .c-bgText__subtitle {
  font-size: 1.5rem;
}
.c-bgText--no-overlay::before {
  display: none;
}
.c-bgText--no-overlay .c-bgText__content {
  color: #333;
  text-shadow: none;
}
.c-bgText--gradient::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.c-btn {
  align-items: center;
  align-items: center;
  background: #132d89;
  border-radius: 1.75rem;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 0.75rem;
  max-width: 22rem;
  padding: 0.75rem 3.5rem 0.75rem 1.25rem; /* 右に丸アイコンの分の余白 */
  position: relative;
  text-decoration: none;
  transition: 0.3s all;
  width: 100%;
}

.c-btn:hover {
  transform: translateY(-0.3125rem);
  transition: 0.3s all;
}

/* 右側の白い丸 */
.c-btn::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 1.75rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
}

.c-btn--1 {
  background: #132d89;
}

.c-btn--2 {
  background: #c63822;
}

.c-btn--3 {
  background: #70bc38;
}

.c-btn--4 {
  background: #e18831;
}

.c-btn--5 {
  background: #e55488;
}

.c-btn--6 {
  background: #2fc8cf;
}

.c-btn--7 {
  background: #e9c300;
}

.c-cat {
  background-color: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-title {
  border-bottom: 0.28125rem solid #40210f;
  color: #40210f;
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.l-tab {
  margin-top: 5.75rem;
}

.p-tab__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem 0.625rem;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2.9375rem;
  max-width: 80rem;
  position: relative;
  text-align: center;
}
.p-tab__wrapper::after {
  background: #7f7f80;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 3.4375rem;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}

.p-tab__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding-inline: 1.5625rem;
}

.p-tab__content-inner-text {
  -moz-text-align-last: left;
  max-width: 30rem;
  text-align-last: left;
  width: 100%;
}

.p-tab__title {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 2.3625rem;
  font-weight: 400;
  margin-inline: auto;
  max-width: 25rem;
  text-align: center;
  width: 100%;
}

/* ラジオボタン非表示 */
.p-tab__input {
  display: none;
}

/* タブラベル */
.p-tab__label {
  background: #eee;
  border: 0.0625rem solid transparent;
  border-bottom: none;
  cursor: pointer;
  display: inline-block;
  height: 3.4375rem;
  margin: 0 0.2rem -0.0625rem 0.2rem;
  max-width: 17.5rem;
  padding: 1rem 1.5rem;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
  white-space: nowrap;
  width: 100%;
}

.p-tab__label:hover {
  background: #ddd;
}

.p-tab__label-1 {
  max-width: 14.343125rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__label-1 img {
  -o-object-fit: cover;
  aspect-ratio: 229.49/25.189;
  object-fit: cover;
  width: 100%;
}

.p-tab__label-2 {
  max-width: 16.125rem;
  position: absolute;
  right: 0.125rem;
  top: 1.125rem;
  width: 100%;
}

.p-tab__label-2 img {
  -o-object-fit: cover;
  -o-object-position: -1.1875rem -0.5rem;
  aspect-ratio: 162.63/19.56;
  object-fit: cover;
  object-position: -1.1875rem -0.5rem;
  width: 100%;
}

.p-tab__label-3 {
  max-width: 14.2805625rem;
  position: absolute;
  right: 0.875rem;
  top: 1.1875rem;
  width: 100%;
}

.p-tab__label-3 img {
  -o-object-fit: cover;
  -o-object-position: -1.5625rem -0.625rem;
  aspect-ratio: 136.9/13;
  object-fit: cover;
  object-position: -1.5625rem -0.625rem;
  width: 100%;
}

.p-tab__label-4 {
  max-width: 15.8625rem;
  position: absolute;
  right: -0.3125rem;
  top: 1.0625rem;
  width: 100%;
}

.p-tab__label-4 img {
  -o-object-fit: cover;
  -o-object-position: -1.8125rem -0.6875rem;
  aspect-ratio: 153.6/13.78;
  object-fit: cover;
  object-position: -1.8125rem -0.6875rem;
  width: 100%;
}

.p-tab__label-5 {
  max-width: 15.114375rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__label-5 img {
  -o-object-fit: cover;
  aspect-ratio: 161.509/21;
  object-fit: cover;
  width: 100%;
}

.p-tab__label-6 {
  margin-top: -0.4375rem;
  max-width: 14.78125rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__label-6 img {
  -o-object-fit: contain;
  aspect-ratio: 158.95/24.73;
  object-fit: contain;
  width: 100%;
}

.p-tab__label-7 {
  max-width: 16.3rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__label-7 img {
  -o-object-fit: cover;
  aspect-ratio: 174.23/15.25;
  object-fit: cover;
  width: 100%;
}

/* コンテンツ */
.p-tab__content {
  background: #fff;
  border-top: 0.0625rem solid #7f7f80;
  display: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1.0625rem;
  padding-bottom: 6.25rem;
  width: 100vw;
}

.p-tab__content--1 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #6c9bd2;
}

.p-tab__content--2 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #c63822;
}

.p-tab__content--3 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #70bc38;
}

.p-tab__content--4 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #e18831;
}

.p-tab__content--5 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #e55488;
}

.p-tab__content--6 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #2fc8cf;
}

.p-tab__content--7 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #e9c300;
}

/* ラジオチェックで表示 */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
  display: block;
}

/* 選択中のタブラベル */
#tab1:checked + .p-tab__label,
#tab2:checked + .p-tab__label,
#tab3:checked + .p-tab__label,
#tab4:checked + .p-tab__label,
#tab5:checked + .p-tab__label,
#tab6:checked + .p-tab__label,
#tab7:checked + .p-tab__label {
  background: #fff;
  border: 0.0625rem solid #7f7f80;
  border-bottom: 0.0625rem solid #fff;
  font-weight: bold;
}
#tab1:checked + .p-tab__label::before,
#tab2:checked + .p-tab__label::before,
#tab3:checked + .p-tab__label::before,
#tab4:checked + .p-tab__label::before,
#tab5:checked + .p-tab__label::before,
#tab6:checked + .p-tab__label::before,
#tab7:checked + .p-tab__label::before {
  opacity: 0;
}
#tab1:checked + .p-tab__label::after,
#tab2:checked + .p-tab__label::after,
#tab3:checked + .p-tab__label::after,
#tab4:checked + .p-tab__label::after,
#tab5:checked + .p-tab__label::after,
#tab6:checked + .p-tab__label::after,
#tab7:checked + .p-tab__label::after {
  background: #fff;
  bottom: -0.1875rem;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* 選択されていないタブすべてにタブ幅いっぱいの白線を表示（::beforeを使用） */
.p-tab__wrapper:has(#tab1:checked) #tab2 + .p-tab__label::before,
.p-tab__wrapper:has(#tab1:checked) #tab3 + .p-tab__label::before,
.p-tab__wrapper:has(#tab1:checked) #tab4 + .p-tab__label::before,
.p-tab__wrapper:has(#tab1:checked) #tab5 + .p-tab__label::before,
.p-tab__wrapper:has(#tab1:checked) #tab6 + .p-tab__label::before,
.p-tab__wrapper:has(#tab1:checked) #tab7 + .p-tab__label::before,
.p-tab__wrapper:has(#tab2:checked) #tab1 + .p-tab__label::before,
.p-tab__wrapper:has(#tab2:checked) #tab3 + .p-tab__label::before,
.p-tab__wrapper:has(#tab2:checked) #tab4 + .p-tab__label::before,
.p-tab__wrapper:has(#tab2:checked) #tab5 + .p-tab__label::before,
.p-tab__wrapper:has(#tab2:checked) #tab6 + .p-tab__label::before,
.p-tab__wrapper:has(#tab2:checked) #tab7 + .p-tab__label::before,
.p-tab__wrapper:has(#tab3:checked) #tab1 + .p-tab__label::before,
.p-tab__wrapper:has(#tab3:checked) #tab2 + .p-tab__label::before,
.p-tab__wrapper:has(#tab3:checked) #tab4 + .p-tab__label::before,
.p-tab__wrapper:has(#tab3:checked) #tab5 + .p-tab__label::before,
.p-tab__wrapper:has(#tab3:checked) #tab6 + .p-tab__label::before,
.p-tab__wrapper:has(#tab3:checked) #tab7 + .p-tab__label::before,
.p-tab__wrapper:has(#tab4:checked) #tab1 + .p-tab__label::before,
.p-tab__wrapper:has(#tab4:checked) #tab2 + .p-tab__label::before,
.p-tab__wrapper:has(#tab4:checked) #tab3 + .p-tab__label::before,
.p-tab__wrapper:has(#tab4:checked) #tab5 + .p-tab__label::before,
.p-tab__wrapper:has(#tab4:checked) #tab6 + .p-tab__label::before,
.p-tab__wrapper:has(#tab4:checked) #tab7 + .p-tab__label::before,
.p-tab__wrapper:has(#tab5:checked) #tab1 + .p-tab__label::before,
.p-tab__wrapper:has(#tab5:checked) #tab2 + .p-tab__label::before,
.p-tab__wrapper:has(#tab5:checked) #tab3 + .p-tab__label::before,
.p-tab__wrapper:has(#tab5:checked) #tab4 + .p-tab__label::before,
.p-tab__wrapper:has(#tab5:checked) #tab6 + .p-tab__label::before,
.p-tab__wrapper:has(#tab5:checked) #tab7 + .p-tab__label::before,
.p-tab__wrapper:has(#tab6:checked) #tab1 + .p-tab__label::before,
.p-tab__wrapper:has(#tab6:checked) #tab2 + .p-tab__label::before,
.p-tab__wrapper:has(#tab6:checked) #tab3 + .p-tab__label::before,
.p-tab__wrapper:has(#tab6:checked) #tab4 + .p-tab__label::before,
.p-tab__wrapper:has(#tab6:checked) #tab5 + .p-tab__label::before,
.p-tab__wrapper:has(#tab6:checked) #tab7 + .p-tab__label::before,
.p-tab__wrapper:has(#tab7:checked) #tab1 + .p-tab__label::before,
.p-tab__wrapper:has(#tab7:checked) #tab2 + .p-tab__label::before,
.p-tab__wrapper:has(#tab7:checked) #tab3 + .p-tab__label::before,
.p-tab__wrapper:has(#tab7:checked) #tab4 + .p-tab__label::before,
.p-tab__wrapper:has(#tab7:checked) #tab5 + .p-tab__label::before,
.p-tab__wrapper:has(#tab7:checked) #tab6 + .p-tab__label::before {
  opacity: 1;
}

.p-tab__heading {
  color: #003399;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-tab__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 3rem;
  text-align: left;
}

.p-tab__text-content {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1.8888888889;
  margin-top: 1.3125rem;
}

.p-tab__images {
  display: flex;
  flex-direction: column;
  gap: 1.21875rem;
  max-width: 23.75rem;
  width: 100%;
}

.p-tab__images img {
  -o-object-fit: cover;
  aspect-ratio: 380/253.46;
  object-fit: cover;
  width: 100%;
}

.p-tab__content-button {
  height: 3rem;
  margin-left: auto;
  margin-top: 2.5rem;
  max-width: 22rem;
  width: 100%;
}

.p-tab__content--1 .p-event__title {
  color: #132d89;
}

.p-tab__content--2 .p-event__title {
  color: #c63822;
}

.p-tab__content--3 .p-event__title {
  color: #70bc38;
}

.p-tab__content--4 .p-event__title {
  color: #e18831;
}

.p-tab__content--5 .p-event__title {
  color: #e55488;
}

.p-tab__content--6 .p-event__title {
  color: #2fc8cf;
}

.p-tab__content--7 .p-event__title {
  color: #e9c300;
}

/* Responsive */
.p-event {
  margin: 0 auto;
  margin-top: 2.125rem;
  max-width: 63.125rem;
  padding-inline: 1.5625rem;
}

.p-event__title {
  font-family: "ab-kokoro-no3", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.p-event__place {
  align-items: center;
  margin-inline: auto;
  margin-top: 1.875rem;
  max-width: 42.125rem;
  padding-inline: 1.5625rem;
}

.p-event__map {
  margin-top: 1.25rem;
  width: 39rem;
}
.p-event__map iframe {
  border: none;
  display: block;
  height: 25rem;
  width: 39rem;
}

.p-event__place-text {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin-top: 1.25rem;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  white-space: nowrap;
}

.p-event__items {
  margin-top: 1.125rem;
}

.p-event__item:first-child {
  margin-top: 0rem;
}

.p-event__item {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 1.25rem;
  padding: 1rem 4.1875rem 1.8125rem 1.5625rem;
  text-align: left;
}

.p-event__item-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-event__item-content-title-container {
  max-width: 36.25rem;
  width: 100%;
}

.p-event__item-content-title {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-event__item-content-title-text {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.8;
  max-width: 36.25rem;
  min-width: 36.25rem;
  text-align: left;
  width: 100%;
}

.p-event__item-content-sub-text {
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

.p-event__item-content:first-child {
  margin-top: 0rem;
}

.p-event__item-content {
  margin-top: 2.375rem;
}

.p-event__item-content-text {
  font-size: 1.25rem;
  max-width: 42.75rem;
  width: 100%;
}

.p-event__capacity-label {
  display: flex;
  flex-direction: column;
  font-size: 0.83rem;
}

.p-event__capacity-number {
  font-size: 2.3125rem;
  line-height: 1;
  margin-left: 0.6875rem;
}

.p-event__course {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: left;
  z-index: 10;
}
.p-event__course::after {
  background: #fff000;
  bottom: 0.3125rem;
  content: "";
  height: 0.5625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-event__list {
  list-style: none;
  margin-top: 1.8125rem;
  padding: 0;
}

.p-event__list li {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.p-event__label {
  border-radius: 0.9375rem;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.375rem;
  max-width: 5.25rem;
  min-width: 5.25rem;
  text-align: center;
  width: 100%;
}

/* ラベル色 */
.p-event__label--red {
  background: #e50038;
}

.p-event__label--blue {
  background: #2cb5a9;
}

.p-event__label--green {
  align-items: center;
  background: #1ba135;
  display: flex;
  flex-direction: column;
}

.p-event__capacity {
  align-items: flex-end;
  display: flex;
  font-size: 1.161875rem;
  font-weight: bold;
  height: 2.385rem;
  justify-content: center;
  text-align: center;
  width: 8.01rem;
}

.p-tab__content--1 .p-event__capacity {
  background: url(/img/PC/event/label-1-1.png) no-repeat center center/contain;
}

.p-tab__content--1 .p-event__capacity--2 {
  background: url(/img/PC/event/label-1-2.png) no-repeat center center/contain;
}

.p-tab__content--2 .p-event__capacity {
  background: url(/img/PC/event/label-2-1.png) no-repeat center center/contain;
}

.p-tab__content--2 .p-event__capacity--2 {
  background: url(/img/PC/event/label-2-2.png) no-repeat center center/contain;
}

.p-tab__content--3 .p-event__capacity {
  background: url(/img/PC/event/label-3-1.png) no-repeat center center/contain;
}

.p-tab__content--4 .p-event__capacity {
  background: url(/img/PC/event/label-4-1.png) no-repeat center center/contain;
}

.p-tab__content--4 .p-event__capacity--2 {
  background: url(/img/PC/event/label-4-2.png) no-repeat center center/contain;
}

.p-tab__content--5 .p-event__capacity {
  background: url(/img/PC/event/label-5-1.png) no-repeat center center/contain;
}

.p-tab__content--5 .p-event__capacity--2 {
  background: url(/img/PC/event/label-5-2.png) no-repeat center center/contain;
}

.p-tab__content--6 .p-event__capacity {
  background: url(/img/PC/event/label-6-1.png) no-repeat center center/contain;
}

.p-tab__content--7 .p-event__capacity {
  background: url(/img/PC/event/label-7-1.png) no-repeat center center/contain;
}

.p-tab__content--7 .p-event__capacity--2 {
  background: url(/img/PC/event/label-7-2.png) no-repeat center center/contain;
}

.p-event__note {
  color: #333;
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
  gap: 2.25rem;
  justify-content: end;
  margin-top: 1.25rem;
  text-align: right;
}

.p-event__note-item {
  align-items: baseline;
  display: flex;
  font-weight: bold;
  text-align: left;
}

.p-event__note-item p {
  letter-spacing: 0.06em;
}

.p-event__note-label {
  border-radius: 0.5625rem;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: bold;
  height: 1.4375rem;
  letter-spacing: 0.1em;
  margin-right: 0.375rem;
  text-align: center;
  vertical-align: top;
  width: 3.375rem;
}
.p-event__note-label.p-event__label--green {
  height: 2.375rem;
  line-height: 1.3;
}

.p-tab__content-inner {
  display: flex;
  gap: 6.25rem;
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 63.125rem;
  padding-inline: 1.5625rem;
  width: 100%;
}

.p-tab__heading-container--1 {
  max-width: 22.9375rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__heading-container--1 img {
  -o-object-fit: cover;
  aspect-ratio: 367/40;
  object-fit: cover;
  width: 100%;
}

.p-tab__heading-container--2 {
  max-width: 24.5rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__heading-container--2 img {
  -o-object-fit: cover;
  -o-object-position: -1.875rem -0.75rem;
  aspect-ratio: 392/36.5;
  object-fit: cover;
  object-position: -1.875rem -0.75rem;
  width: 100%;
}

.p-tab__heading-container--3 {
  max-width: 22.9875rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__heading-container--3 img {
  -o-object-fit: cover;
  -o-object-position: -2.5rem -1rem;
  aspect-ratio: 367.8/47.81;
  object-fit: cover;
  object-position: -2.5rem -1rem;
  width: 100%;
}

.p-tab__heading-container--4 {
  max-width: 27.3110625rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__heading-container--4 img {
  -o-object-fit: cover;
  -o-object-position: -2.8125rem -1.375rem;
  aspect-ratio: 436.977/54.86;
  object-fit: cover;
  object-position: -2.8125rem -1.375rem;
  width: 100%;
}

.p-tab__heading-container--5 {
  max-width: 24.875rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__heading-container--5 img {
  -o-object-fit: cover;
  aspect-ratio: 398/51.8;
  object-fit: cover;
  width: 100%;
}

.p-tab__heading-container--6 {
  max-width: 22.35625rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__heading-container--6 img {
  -o-object-fit: cover;
  aspect-ratio: 357.7/51.52;
  object-fit: cover;
  width: 100%;
}

.p-tab__heading-container--7 {
  max-width: 26.375rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-tab__heading-container--7 img {
  -o-object-fit: cover;
  aspect-ratio: 422/36.94;
  object-fit: cover;
  width: 100%;
}

.l-footer {
  margin-top: 6.25rem;
}

/* 内側コンテナ */
.p-footer__container {
  background-color: #ebebeb;
  padding-block: 2.5rem;
  padding-top: 3.125rem;
}

.p-footer__inner {
  align-items: flex-start;
  display: flex;
  gap: 3.875rem;
  margin: 0 auto;
  max-width: 68.75rem;
  padding-inline: 1.5625rem;
}

/* 左エリア（ロゴ・住所） */
.p-footer__left {
  max-width: 23.75rem;
  width: 100%;
}

.p-footer__logo-container {
  margin: 0 auto;
  max-width: 23.775rem;
  width: 100%;
}

.p-footer__logo img {
  -o-object-fit: cover;
  aspect-ratio: 380.45/45.84;
  background: #ebebeb;
  object-fit: cover;
  width: 100%;
}

.p-footer__address {
  border-top: 0.0625rem solid #000000;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

/* 右エリア（学校リスト） */
.p-footer__right {
  display: flex;
  flex-direction: column;
  margin-top: -0.5625rem;
}

.p-footer__title {
  font-size: 1.125rem;
}

.p-footer__list {
  display: flex;
  font-size: 1rem;
  gap: 4.1875rem;
  margin-top: 1.25rem;
}

.p-footer__list a {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.8125;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-footer__list a:hover {
  opacity: 0.7;
}

/* コピーライト */
.p-footer__copy {
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}

/* ------------------------------
    スマホ対応（768px以下）
  ------------------------------ */
/* レイアウト全体 */
.l-lottery {
  margin-top: 10.375rem;
}

.p-lottery__inner {
  background: url("/img/PC/prize/bg_prize.png") no-repeat center center/cover;
  border-radius: 1.25rem;
  margin: 0 auto;
  max-width: 60rem;
  padding-bottom: 7.5rem;
  padding-bottom: 2.5rem;
  padding-inline: 1.5625rem;
  padding-top: 8.4375rem;
  position: relative;
  width: 100%;
}

.p-lottery__header {
  left: 50%;
  margin: 0 auto;
  max-width: 35.1875rem;
  padding-inline: 1.5625rem;
  position: absolute;
  top: -6.25rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-lottery__header img {
  -o-object-fit: cover;
  aspect-ratio: 519/220;
  object-fit: cover;
  width: 100%;
}

.p-lottery__header img.animate-pulse {
  animation: pulseScale 2s ease-in-out 2;
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-lottery__title-text {
  color: #40210f;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-shadow: -0.125rem 0 0 #fff, 0.125rem 0 0 #fff, 0 -0.125rem 0 #fff, 0 0.125rem 0 #fff, -0.125rem -0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, -0.125rem 0.125rem 0 #fff, 0.125rem 0.125rem 0 #fff;
}

.p-lottery__content {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}

.p-lottery__content-left {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
}

.p-lottery__content-left--2 {
  margin-top: 2.6875rem;
}

.p-lottery__content-left--3 {
  margin-top: 2.375rem;
}

.p-lottery__content-left--4-1 {
  margin-top: 0.75rem;
}

.p-lottery__content-left--4-2 {
  margin-top: 2.25rem;
}

.p-lottery__content-container {
  text-align: left;
}

.p-lottery__content-notes {
  max-width: 7.1875rem;
  text-align: left;
  width: 100%;
}

.p-lottery__content-note {
  font-size: 0.875rem;
  font-weight: bold;
}

/* リスト */
.p-lottery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem 1.125rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  margin-top: 4.5rem;
  padding: 0;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* 各アイテム */
.p-lottery__item {
  background: #fff;
  border: 0.125rem solid #f2f2f2;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 26.875rem;
  padding: 2.1875rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  text-align: center;
  width: 100%;
}

/* バッジ */
.p-lottery__badge {
  animation: floatUpDown 1.5s ease-in-out infinite;
  left: 1.4375rem;
  max-width: 7.5rem;
  position: absolute;
  top: -2.5rem;
  width: 100%;
}

.p-lottery__badge img {
  -o-object-fit: cover;
  aspect-ratio: 120/120;
  object-fit: cover;
  width: 100%;
}

.p-lottery__badge--1 {
  max-width: 6.875rem;
}

.p-lottery__badge--2,
.p-lottery__badge--3 {
  max-width: 6.875rem;
}
.p-lottery__badge--4,
.p-lottery__badge--5 {
  margin-left: -0.8125rem;
  max-width: 5rem;
}

.p-lottery__badge--4 img,
.p-lottery__badge--5 img {
  aspect-ratio: 80/80;
}

/* 画像 */
.p-lottery__image {
  width: 100%;
}

.p-lottery__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-lottery__image--gr {
  max-width: 14.8125rem;
}

.p-lottery__image--gr img {
  aspect-ratio: 237/218;
  width: 100%;
}

.p-lottery__item--4 {
  padding-bottom: 0.3125rem;
}

.p-lottery__image--1 {
  max-width: 13.625rem;
}

.p-lottery__image--1 img {
  aspect-ratio: 218/238;
}

.p-lottery__image--2 {
  max-width: 14.375rem;
}

.p-lottery__image--2 img {
  aspect-ratio: 230/218;
}

.p-lottery__image--3 {
  max-width: 14.375rem;
}

.p-lottery__image--3 img {
  aspect-ratio: 230/230;
}

.p-lottery__image--4-1 {
  margin-right: 1.4375rem;
  max-width: 7.9375rem;
}

.p-lottery__image--4-1 img {
  aspect-ratio: 127/127;
  margin-left: -0.6875rem;
  margin-top: -1.1875rem;
}

.p-lottery__image--4-2 {
  max-width: 10.5rem;
}

.p-lottery__image--4-2 img {
  aspect-ratio: 168/150;
  margin-left: -0.8125rem;
}

.p-lottery__image--5 {
  max-width: 14.8125rem;
}

.p-lottery__image--5 img {
  aspect-ratio: 237/83;
  margin-top: 1.5rem;
}

/* テキスト */
.p-lottery__title {
  color: #231815;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
}

.p-lottery__title--1 {
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.p-lottery__title--5 {
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
}

.p-lottery__content--2 .p-lottery__title,
.p-lottery__content--3 .p-lottery__title {
  font-size: 1.5rem;
}

.p-lottery__content--4-1 .p-lottery__title,
.p-lottery__content--4-2 .p-lottery__title,
.p-lottery__content--5 .p-lottery__title {
  font-size: 1.2rem;
}

.p-lottery__desc {
  color: #c9a900;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5555555556;
  margin-left: 7.0625rem;
  text-align: left;
}

.p-lottery__count {
  align-items: center;
  border-radius: 0.625rem;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 0.9rem;
  font-weight: bold;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-align: center;
}

/* 1名様：金色（ゴールデンイエロー） */
.p-lottery__item:nth-child(2) .p-lottery__count,
.p-lottery__content:not([class*="--"]) .p-lottery__count {
  background: #c9a900; /* ゴールデンイエロー */
  color: #fff;
  height: 2.8125rem;
  width: 7.1875rem;
}

/* 2名様：グレー */
.p-lottery__content--2 .p-lottery__count {
  background: #949fa3; /* グレー */
  color: #fff;
  height: 2.8125rem;
  width: 6.4375rem;
}

/* 3名様：オレンジブラウン */
.p-lottery__content--3 .p-lottery__count {
  background: #af6024; /* オレンジブラウン */
  color: #fff;
  height: 2.8125rem;
  width: 6.4375rem;
}

/* 5名様：赤 */
.p-lottery__content--5 .p-lottery__count,
.p-lottery__content--4-1 .p-lottery__count,
.p-lottery__content--4-2 .p-lottery__count {
  background: #980c2b; /* 赤 */
  color: #fff;
  height: 2.40625rem;
  width: 5.175rem;
}

.p-lottery__count--gr {
  margin-top: 0.625rem;
}

.p-lottery__count--1 {
  font-size: 1.375rem;
}

.p-lottery__count--1 span {
  font-size: 2.5rem;
}

.p-lottery__count--2,
.p-lottery__count--3 {
  font-size: 1.2375rem;
}

.p-lottery__count--2 span,
.p-lottery__count--3 span {
  font-size: 2.25rem;
}

.p-lottery__count--4-1,
.p-lottery__count--4-2,
.p-lottery__count--5 {
  font-size: 0.99rem;
}

.p-lottery__count--4-1 span,
.p-lottery__count--4-2 span,
.p-lottery__count--5 span {
  font-size: 1.8rem;
}

.p-lottery__content-left--5 {
  margin-top: -2.1875rem;
  max-width: 7.4375rem;
  width: 100%;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-mv {
  aspect-ratio: 1280/842;
  background: url("/img/PC/mv/bg_mv.png") no-repeat center top/cover;
  max-height: 52.625rem;
  overflow-x: hidden;
  overflow-y: visible; /* または auto */
  position: relative;
  width: 100vw;
  z-index: 30;
}

.p-mv__bg-wave {
  background: url("/img/PC/mv/bg-wave.png") no-repeat center bottom/cover;
  bottom: -0.125rem;
  height: 11.9375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}

.p-mv__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5625rem;
  position: relative;
  width: 100%;
}

.p-mv__title-item-coverer {
  position: relative;
  z-index: 100;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpCenter {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.p-mv__title-item-container {
  position: relative;
  z-index: 200;
}

.p-mv__title-item {
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  position: absolute;
}

.p-mv__title-item--1 {
  animation-delay: 1s;
  animation-name: fadeInUpCenter;
  left: 50%;
  max-width: 11.25rem;
  top: 3.8125rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-mv__title-item--1 img {
  -o-object-fit: cover;
  aspect-ratio: 180/99.36;
  object-fit: cover;
  width: 100%;
}

.p-mv__title-item--2 {
  animation-delay: 1s;
  animation-name: fadeInUpCenter;
  left: 50%;
  max-width: 29.875rem;
  top: 8.375rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-mv__title-item--2 img {
  -o-object-fit: cover;
  aspect-ratio: 478/226.8;
  object-fit: cover;
  width: 100%;
}

.p-mv__title-item--3 {
  animation-delay: 1s;
  animation-name: fadeInUpCenter;
  left: 50%;
  max-width: 12.9875rem;
  top: 23.1875rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-mv__title-item--3 img {
  -o-object-fit: cover;
  aspect-ratio: 207.8/68.16;
  object-fit: cover;
  width: 100%;
}

.p-mv__title-item--4 {
  animation-delay: 1s;
  animation-name: fadeInUpCenter;
  left: 50%;
  max-width: 34.14rem;
  top: 28.125rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-mv__title-item--4 img {
  -o-object-fit: cover;
  aspect-ratio: 546.24/101.1;
  object-fit: cover;
  width: 100%;
}

.p-mv__title-item--5 {
  animation-delay: 2s;
  animation-name: fadeInUp;
  left: 8.1875rem;
  max-width: 28.95rem;
  top: 0.3125rem;
  width: 100%;
}

.p-mv__title-item--5 img {
  -o-object-fit: cover;
  aspect-ratio: 463.2/145;
  object-fit: cover;
  width: 100%;
}

.p-mv__info-inner {
  animation: fadeInUpCenter 1s ease-out forwards;
  animation-delay: 1.7s;
  margin-inline: auto;
  max-width: 37.5rem;
  opacity: 0;
  padding-inline: 1.5625rem;
  position: absolute;
  width: 100%;
}

.p-mv__info-item-container {
  display: flex;
  gap: 1.375rem;
  justify-content: center;
}

.p-mv__info-day {
  font-family: "ads-ayumin", sans-serif;
  font-size: 4.5625rem;
}

.p-mv__info-weekday {
  background: #40210f;
  border-radius: 50%;
  color: #fffac6;
  font-family: "ads-ayumin", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  height: 2.1875rem;
  margin-top: 3rem;
  text-align: center;
  width: 2.1875rem;
}

.p-mv__info-time {
  font-family: "ads-ayumin", sans-serif;
  margin-top: 1.5625rem;
}

.p-mv__info-reception {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-mv__info-duration {
  font-size: 2.375rem;
}

.p-mv__info-duration-icon {
  font-size: 1.25rem;
}

.p-mv__info-meta {
  display: flex;
  justify-content: center;
}

.p-mv__info-place {
  color: #40210f;
  font-size: 1.5625rem;
  font-weight: bold;
}

.p-mv__info__label {
  font-family: "ads-ayumin", sans-serif;
  font-size: 0.9375rem;
}

.p-mv__info__target {
  font-family: "ads-ayumin", sans-serif;
}

.p-mv__info__text {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-mv__icon-item-container {
  position: relative;
}
.p-mv__icon-item {
  position: absolute;
  z-index: 30;
}
.p-mv__icon-item.wow {
  opacity: 0;
  visibility: hidden;
}
.p-mv__icon-item.wow.animate__animated {
  visibility: visible;
}
.p-mv__icon-item.wow.animate__fadeIn {
  animation-fill-mode: forwards;
}

.p-mv__icon-item--1 {
  max-width: 24.9375rem;
  right: -0.375rem;
  top: 1.5rem;
  width: 100%;
}

.p-mv__icon-item--1 img {
  -o-object-fit: cover;
  aspect-ratio: 395/310;
  object-fit: cover;
  width: 100%;
}

.p-mv__icon-item--2 {
  left: 8.375rem;
  max-width: 25.3125rem;
  top: 16.4375rem;
  transform: rotate(-1deg);
  width: 100%;
  z-index: 40;
}

.p-mv__icon-item--2 img {
  -o-object-fit: cover;
  aspect-ratio: 405/335;
  object-fit: cover;
  width: 100%;
}

.p-mv__icon-item--3-1 {
  left: -1.5625rem;
  max-width: 10.3125rem;
  top: 1.1875rem;
  transform: rotate(4deg);
  width: 100%;
}

.p-mv__icon-item--3-1 img {
  -o-object-fit: contain;
  aspect-ratio: 165/322;
  object-fit: contain;
  width: 100%;
}

.p-mv__icon-item--3-2 {
  left: 8.125rem;
  max-width: 11rem;
  top: 4.8125rem;
  transform: rotate(3deg);
  width: 100%;
}

.p-mv__icon-item--3-2 img {
  -o-object-fit: contain;
  aspect-ratio: 160/313;
  object-fit: contain;
  width: 100%;
}

.p-mv__icon-item--4 {
  max-width: 14.6875rem;
  right: 16.625rem;
  top: 13.25rem;
  transform: rotate(3deg);
  width: 100%;
}

.p-mv__icon-item--4 img {
  -o-object-fit: contain;
  aspect-ratio: 170/192;
  object-fit: contain;
  width: 100%;
}

.p-mv__icon-item--5 {
  max-width: 11.0625rem;
  right: 8.6875rem;
  top: 24rem;
  transform: rotate(12deg);
  width: 100%;
}

.p-mv__icon-item--5 img {
  -o-object-fit: contain;
  aspect-ratio: 170/307;
  object-fit: contain;
  width: 100%;
}

.p-mv__info-inner {
  left: 50%;
  max-width: 50rem;
  padding: 1.875rem;
  padding-top: 1.375rem;
  position: absolute;
  top: 31.25rem;
  transform: translateX(-50%);
  z-index: 10;
}

.p-mv__info-date {
  display: flex;
  gap: 0.3125rem;
}

.p-mv__info-day {
  color: #40210f;
  font-size: 4.5625rem;
  font-weight: 700;
}

.p-mv__info-reception {
  color: #40210f;
  font-size: 1.125rem;
  margin-bottom: -0.9375rem;
}

.p-mv__info-duration {
  align-items: center;
  color: #40210f;
  display: flex;
  font-size: 2.375rem;
  font-weight: 600;
  gap: 0.625rem;
}

.p-mv__info-meta {
  display: flex;
  font-family: "ads-ayumin", sans-serif;
  gap: 0.9375rem;
  margin-top: -1.125rem;
}

.p-mv__info-place,
.p-mv__info__target {
  align-items: center;
  color: #40210f;
  display: flex;
  gap: 0.1875rem;
  letter-spacing: 0;
}

.p-mv__info__label,
.p-mv__info-label {
  background: #40210f;
  border-radius: 0.1875rem;
  color: #fffac6;
  font-family: "ads-ayumin", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.125rem 0.3125rem;
}

.p-mv__info__text {
  color: #40210f;
  font-size: 0.875rem;
}

.p-mv__school-label-container {
  left: 50%;
  max-width: 50rem;
  position: absolute;
  top: 45.625rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-mv__school-label-inner {
  margin-inline: auto;
  max-width: 50rem;
  padding-inline: 0.625rem;
  width: 100%;
}

.p-mv__school-label {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.p-mv__school-label-item {
  background: url("/img/PC/mv/bg_yellow.png") no-repeat center top/100% 100%;
  height: 3.165rem;
  position: relative;
  width: 10.815rem;
}

.p-mv__school-label-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
  margin-bottom: 0.625rem;
  margin-top: -0.5rem;
  text-align: center;
}
.p-mv__school-label-item:nth-child(4) {
  grid-area: d;
}
.p-mv__school-label-item:nth-child(5) {
  grid-area: e;
}
.p-mv__school-label-item:nth-child(6) {
  grid-area: f;
}

.p-mv__school-label-text {
  text-wrap: nowrap;
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-mv__reserve-button {
  border-bottom-left-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
  bottom: 0.1875rem;
  height: 19.875rem;
  position: fixed;
  right: 0;
  width: 4.6875rem;
  z-index: 100;
}
.p-mv__reserve-button::before {
  background: #bc161d;
  border-bottom-left-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-mv__reserve-button::after {
  background: #000000;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 0.25rem;
  bottom: -0.1875rem;
  content: "";
  height: 1.25rem;
  pointer-events: none;
  position: absolute;
  right: -0.1875rem;
  width: 4.6875rem;
  z-index: 0;
}

.p-mv__reserve-button-inner {
  cursor: pointer;
  display: inline-block;
  height: 19.875rem;
  position: relative;
  width: 4.6875rem;
  z-index: 2;
}

.p-mv__reserve-button-container {
  position: relative;
}

.p-mv__reserve-button-icon {
  left: 50%;
  max-width: 3.15rem;
  position: absolute;
  top: -2.25rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-mv__reserve-button-icon img {
  -o-object-fit: cover;
  animation: shake 4s infinite;
  aspect-ratio: 50.4/56.88;
  object-fit: cover;
  transform: rotate(20deg);
  transition: animation-duration 0.3s ease;
  width: 100%;
}

.p-mv__reserve-button:hover .p-mv__reserve-button-icon img {
  animation-duration: 1.5s;
}

@keyframes shake {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes shake-fast {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
.p-mv__reserve-button-text {
  left: 50%;
  max-width: 2.265rem;
  position: absolute;
  top: 1.875rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-mv__reserve-button-text img {
  -o-object-fit: cover;
  aspect-ratio: 36.24/260.4;
  object-fit: cover;
  width: 100%;
}

.p-mv__reserve-button--sp {
  -webkit-transform: translateX(-50%) translateZ(0);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 1.25rem;
  bottom: 0;
  height: 2.625rem;
  left: 51%;
  right: auto;
  transform: translateX(-50%) translateZ(0);
  width: 16.6875rem;
  will-change: transform;
  z-index: 200;
}
.p-mv__reserve-button--sp::before {
  background: #bc161d;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 1.25rem;
  height: 100%;
  width: 100%;
}
.p-mv__reserve-button--sp::after {
  background: #000000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 1.25rem;
  content: "";
  height: 2.625rem;
  pointer-events: none;
  position: absolute;
  right: -0.1875rem;
  top: 0.0625rem;
  width: 2.625rem;
  z-index: 0;
}

.p-mv__reserve-button--sp .p-mv__reserve-button-inner {
  height: 2.625rem;
  width: 16.6875rem;
}

.p-mv__reserve-button-icon--sp {
  left: -0.8125rem;
  max-width: 3.15rem;
  position: absolute;
  right: auto;
  top: 27%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.p-mv__reserve-button-icon--sp img {
  -o-object-fit: cover;
  animation: shake 4s infinite;
  aspect-ratio: 50.4/56.88;
  object-fit: cover;
  transform: rotate(20deg);
  transition: animation-duration 0.3s ease;
  width: 100%;
}

.p-mv__reserve-button--sp:hover .p-mv__reserve-button-icon--sp img {
  animation-duration: 1.5s;
}

.p-mv__reserve-button--sp .p-mv__reserve-button-text {
  left: 3.125rem;
  max-width: 12.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.p-mv__reserve-button--sp .p-mv__reserve-button-text img {
  -o-object-fit: cover;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.p-mv__reserve-button--sp .p-mv__reserve-button-text {
  max-width: 11.15375rem;
  width: 100%;
}

.p-mv__reserve-button--sp .p-mv__reserve-button-text img {
  -o-object-fit: cover;
  aspect-ratio: 178.46/21.58;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item-container {
  height: 52.625rem;
  width: 100%;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  0.01% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  animation: blink 3s linear infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv__snow-item {
  position: absolute;
  z-index: 10;
}
.p-mv__snow-item img {
  animation-fill-mode: both;
  opacity: 0;
}

.p-mv__snow-item--1 {
  bottom: 12.625rem;
  left: 2.0625rem;
  max-width: 6.33rem;
  width: 100%;
}

.p-mv__snow-item--1 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 8s;
  animation-fill-mode: both;
  aspect-ratio: 101.28/105.84;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--2 {
  bottom: 26.25rem;
  left: 6rem;
  max-width: 3.405rem;
  width: 100%;
}

.p-mv__snow-item--2 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 10s;
  animation-fill-mode: both;
  aspect-ratio: 54.48/52.32;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--3 {
  bottom: 25rem;
  left: 3.625rem;
  max-width: 1.32rem;
  width: 100%;
}

.p-mv__snow-item--3 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 8.4s;
  animation-fill-mode: both;
  aspect-ratio: 21.12/22.32;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--4 {
  bottom: 23.125rem;
  left: 4.75rem;
  max-width: 0.975rem;
  width: 100%;
}

.p-mv__snow-item--4 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 11.2s;
  animation-fill-mode: both;
  aspect-ratio: 15.6/17.76;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--4-2 {
  bottom: 28.5rem;
  left: 1rem;
  max-width: 1.32rem;
  width: 100%;
}

.p-mv__snow-item--4-2 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 9.2s;
  animation-fill-mode: both;
  aspect-ratio: 21.12/24.24;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--5 {
  left: 6.0625rem;
  max-width: 6.495rem;
  top: 7.5rem;
  width: 100%;
}

.p-mv__snow-item--5 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 12.8s;
  animation-fill-mode: both;
  aspect-ratio: 103.92/101.04;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--6 {
  max-width: 4.11rem;
  right: 16.875rem;
  top: 18.9375rem;
  width: 100%;
}

.p-mv__snow-item--6 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 10.4s;
  animation-fill-mode: both;
  aspect-ratio: 65.76/58.32;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--7 {
  max-width: 3.54rem;
  right: 2.1875rem;
  top: 15.625rem;
  width: 100%;
}

.p-mv__snow-item--7 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 12s;
  animation-fill-mode: both;
  aspect-ratio: 56.64/66.96;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--8 {
  max-width: 0.84rem;
  right: 8.3125rem;
  top: 20.75rem;
  width: 100%;
}

.p-mv__snow-item--8 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 13.2s;
  animation-fill-mode: both;
  aspect-ratio: 13.44/12.96;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--8-2 {
  max-width: 2.01rem;
  right: 10rem;
  top: 21rem;
  width: 100%;
}

.p-mv__snow-item--8-2 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 13.6s;
  animation-fill-mode: both;
  aspect-ratio: 32.16/31.44;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--9 {
  max-width: 1.275rem;
  right: 9.4375rem;
  top: 23.75rem;
  width: 100%;
}

.p-mv__snow-item--9 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 8.8s;
  animation-fill-mode: both;
  aspect-ratio: 20.4/19.92;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--10 {
  bottom: 14.6875rem;
  max-width: 3.495rem;
  right: 2.8125rem;
  width: 100%;
}

.p-mv__snow-item--10 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 11.6s;
  animation-fill-mode: both;
  aspect-ratio: 55.92/62.16;
  object-fit: cover;
  width: 100%;
}

.p-mv__snow-item--11 {
  bottom: 26.5rem;
  max-width: 2.04rem;
  right: 11.375rem;
  width: 100%;
}

.p-mv__snow-item--11 img {
  -o-object-fit: cover;
  animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
  animation-delay: 7s, 9.6s;
  animation-fill-mode: both;
  aspect-ratio: 32.64/31.68;
  object-fit: cover;
  width: 100%;
}

.p-notice {
  overflow: hidden;
  padding-top: 2.125rem;
  position: relative;
}
.p-notice::before {
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.3) 2px, transparent 2px), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 1.875rem 1.875rem, 1.25rem 1.25rem;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.p-notice__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding-inline: 1.5625rem;
}

.p-notice__main-title {
  text-align: center;
}

.p-notice__title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

.p-notice__subtitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #ffd700, #ffa500);
  background-clip: text;
  color: #ff6b6b;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.p-notice__description {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
}

.p-notice__description-highlight-container {
  border-bottom: solid 0.3125rem yellow;
  font-weight: 400;
  line-height: 0.5294117647;
}

.p-notice__description-highlight {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-notice__content {
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  margin-top: 4.1875rem;
  max-width: 60.3125rem;
}

.p-notice__lottery {
  background: url(/img/PC/notice/bg_prize.png) no-repeat center center/cover;
  border-radius: 1.25rem;
  height: 25.625rem;
  padding: 1.875rem;
  position: relative;
  width: 29.375rem;
}

.p-notice__lottery-header {
  margin-top: -2.6875rem;
  position: relative;
  text-align: center;
  z-index: 50;
}
.p-notice__lottery-header div img.animate-pulse {
  animation: pulseScale 2s ease-in-out 2;
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-notice__lottery-title {
  color: #228b22;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.p-notice__lottery-subtitle {
  color: #40210f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 1.75rem;
  text-shadow: -0.125rem 0 0 #fff, 0.125rem 0 0 #fff, 0 -0.125rem 0 #fff, 0 0.125rem 0 #fff, -0.125rem -0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, -0.125rem 0.125rem 0 #fff, 0.125rem 0.125rem 0 #fff;
  white-space: nowrap;
}

.p-notice__prizes {
  position: relative;
}

#notice-prize {
  scroll-margin-top: 6.25rem;
}

.p-notice__prize-item-1 {
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
}

.p-notice__prize-item {
  position: absolute;
  z-index: 5;
}

.p-notice__prize-image-1 {
  left: -5.6875rem;
  max-width: 14.4375rem;
  top: -8.75rem;
  width: 100%;
  z-index: 10;
}

.p-notice__prize-image-1 img {
  -o-object-fit: contain;
  aspect-ratio: 231/164;
  object-fit: contain;
  width: 100%;
}

.p-notice__prize-image-2 {
  max-width: 9.075rem;
  right: -2.5rem;
  top: -11.25rem;
  width: 100%;
}

.p-notice__prize-image-2 img {
  -o-object-fit: contain;
  aspect-ratio: 145.2/233.04;
  object-fit: contain;
  width: 100%;
}

.p-notice__prize-image-3 {
  left: -0.4375rem;
  max-width: 7.9375rem;
  top: 0.4375rem;
  width: 100%;
}

.p-notice__prize-image-3 img {
  -o-object-fit: contain;
  aspect-ratio: 127/120.8;
  object-fit: contain;
  width: 100%;
}

.p-notice__prize-image-4 {
  max-width: 9.89875rem;
  right: -2.0625rem;
  top: -0.3125rem;
  width: 100%;
}

.p-notice__prize-image-4 img {
  -o-object-fit: contain;
  aspect-ratio: 158.38/141.78;
  object-fit: contain;
  width: 100%;
}

.p-notice__prize-tag {
  background: #ff6b6b;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  right: -0.3125rem;
  top: -0.3125rem;
}

.p-notice__lottery-action {
  margin-inline: auto;
  margin-left: 1.9375rem;
  margin-top: -0.5625rem;
  text-align: center;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.p-notice__detail-btn-icon {
  max-width: 12.625rem;
  width: 100%;
}

.p-notice__detail-btn-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-notice__detail-btn {
  animation: floatUpDown 1.5s ease-in-out infinite;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-notice__detail-btn:hover {
  transform: translateY(-0.125rem);
}

.p-notice__detail-btn-text {
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%);
}

.p-notice__transport {
  background: url(/img/PC/notice/bg_expense.png) no-repeat center center/cover;
  border-radius: 1.25rem;
  height: 14.5625rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.375rem;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  position: relative;
  width: 29.375rem;
}

.p-notice__transport-title {
  margin-inline: auto;
  margin-top: -1.6875rem;
  max-width: 17.875rem;
  width: 100%;
}
.p-notice__transport-title img {
  -o-object-fit: cover;
  aspect-ratio: 286/32.64;
  object-fit: cover;
  width: 100%;
}

.p-notice__transport-description {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.p-notice__subsidy {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.p-notice__subsidy-conditions {
  margin-top: 0.8125rem;
  max-width: 13.125rem;
  text-align: left;
  width: 100%;
}

.p-notice__subsidy-amount {
  animation: floatUpDown 1.5s ease-in-out infinite;
  margin-top: 0.3125rem;
  max-width: 13.375rem;
  width: 100%;
}

.p-notice__subsidy-amount img {
  -o-object-fit: cover;
  aspect-ratio: 214/172;
  object-fit: cover;
  width: 100%;
}

.p-notice__condition-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-notice__condition-list li {
  -moz-text-align-last: left;
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  text-align-last: left;
}

.p-notice__transport-icons {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}

.p-notice__transport-icon img {
  height: auto;
  max-width: 3.75rem;
}

.p-notice__coupons {
  animation: floatUpDown 1.5s ease-in-out infinite;
  margin-top: 1rem;
}

.p-notice__survey {
  background: url(/img/PC/notice/bg_present.png) no-repeat center center/cover;
  border-radius: 0.9375rem;
  height: 9.25rem;
  margin-top: 1.8125rem;
  padding: 1.875rem;
  padding-left: 1.375rem;
  position: relative;
  width: 29.375rem;
}

.p-notice__survey-title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -4.125rem;
  margin-top: -2.9375rem;
}

.p-notice__survey-more {
  left: -0.375rem;
  max-width: 1.485rem;
  position: absolute;
  top: -1.0625rem;
  width: 100%;
}

.p-notice__survey-more img {
  -o-object-fit: cover;
  aspect-ratio: 23.76/24;
  object-fit: cover;
  width: 100%;
}

.p-notice__survey-title-accent {
  margin-inline: auto;
  max-width: 4.83rem;
  width: 100%;
}
.p-notice__survey-title-accent img {
  -o-object-fit: cover;
  aspect-ratio: 77.28/33.12;
  object-fit: cover;
  width: 100%;
}

.p-notice__survey-title-text {
  margin-inline: auto;
  margin-left: -0.9375rem;
  max-width: 20.475rem;
  width: 100%;
}

.p-notice__survey-title-text img {
  -o-object-fit: cover;
  aspect-ratio: 327.6/32.16;
  object-fit: cover;
  width: 100%;
}

.p-notice__survey-highlight {
  background: #40210f;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.125rem 0.5rem;
}

.p-notice__survey-description {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.875rem;
  max-width: 13.375rem;
  text-align: left;
  width: 100%;
}

.p-notice__survey-description-highlight--1 {
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-notice__survey-description-highlight--1::after {
  background: #ffffff;
  bottom: 0.1875rem;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0;
  position: absolute;
  width: 12.625rem;
  z-index: -1;
}

.p-notice__survey-description-highlight--2 {
  font-size: 1.6875rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.p-notice__survey-description-highlight--3 {
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.p-notice__survey-description-highlight--4 {
  font-size: 1.25rem;
}

.p-notice__survey-description-highlight--5 {
  font-size: 1.125rem;
}

.p-notice__coupon {
  max-width: 14.3125rem;
  right: 0rem;
  top: 0rem;
  width: 100%;
}

.p-notice__coupon img {
  -o-object-fit: cover;
  aspect-ratio: 229/124;
  object-fit: cover;
  width: 100%;
}

.p-notice__coupon-text {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 0.9375rem;
}

.p-notice__survey-wrap {
  display: flex;
}

.p-notice__snow-container {
  position: relative;
}

.p-notice__snow-item {
  position: absolute;
}

.p-notice__snow-item--1 {
  bottom: 6.5625rem;
  left: 13.75rem;
  max-width: 3.0115rem;
  width: 100%;
}

.p-notice__snow-item--1 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 0s;
  aspect-ratio: 48.184/46.867;
  object-fit: cover;
  width: 100%;
}

.p-notice__snow-item--2 {
  bottom: 4.125rem;
  left: 10.25rem;
  max-width: 2.5rem;
  width: 100%;
}

.p-notice__snow-item--2 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 0.3s;
  aspect-ratio: 40/42.7;
  object-fit: cover;
  width: 100%;
}

.p-notice__snow-item--3 {
  bottom: 0rem;
  left: 11.75rem;
  max-width: 1.0625rem;
  width: 100%;
}

.p-notice__snow-item--3 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 0.6s;
  aspect-ratio: 17/19.5;
  object-fit: cover;
  width: 100%;
}

.p-notice__snow-item--4 {
  bottom: 5.4375rem;
  max-width: 2.774375rem;
  right: 11.9375rem;
  width: 100%;
}

.p-notice__snow-item--4 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 0.9s;
  aspect-ratio: 44.39/39.46;
  object-fit: cover;
  width: 100%;
}

.p-notice__snow-item--5 {
  bottom: 8.625rem;
  max-width: 0.9314375rem;
  right: 9.9375rem;
  width: 100%;
}

.p-notice__snow-item--5 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 1.5s;
  aspect-ratio: 14.903/17.207;
  object-fit: cover;
  width: 100%;
}

.p-notice__snow-item--6 {
  bottom: 1.75rem;
  max-width: 1.97825rem;
  right: 9.875rem;
  width: 100%;
}

.p-notice__snow-item--6 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 1.8s;
  aspect-ratio: 31.652/44.736;
  object-fit: cover;
  width: 100%;
}

.p-notice__snow-item--7 {
  bottom: 0rem;
  max-width: 1.83225rem;
  right: 7.75rem;
  width: 100%;
}

.p-notice__snow-item--7 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 2.1s;
  aspect-ratio: 29.316/34.767;
  object-fit: cover;
  width: 100%;
}

.p-notice__snow-item--8 {
  bottom: 2rem;
  left: 13.6875rem;
  max-width: 1.245rem;
  width: 100%;
}

.p-notice__snow-item--8 img {
  -o-object-fit: cover;
  animation: blink 3s linear infinite;
  animation-delay: 2.4s;
  aspect-ratio: 19.92/21.36;
  object-fit: cover;
  width: 100%;
}

@keyframes snow {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(0.625rem) rotate(180deg);
  }
}
.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-timetable__inner {
  margin: 0 auto;
  max-width: 63.125rem;
  padding-inline: 1.5625rem;
  text-align: center;
}

.p-timetable__title {
  border-bottom: 0.28125rem solid #40210f;
  color: #40210f;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  width: 17.375rem;
}

.p-timetable__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 4.0625rem;
  position: relative;
}

.p-timetable__list::after {
  background: #00b09f;
  content: "";
  display: block;
  height: 0.4375rem;
  position: absolute;
  top: 32%;
  width: 100%;
  z-index: 10;
}

.p-timetable__item {
  background: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.15);
  flex: 1 1 calc(20% - 2rem);
  max-width: 11rem;
  min-height: 17.25rem;
  padding: 0.625rem;
  width: 100%;
  z-index: 20;
}

.p-timetable__time {
  background: #cfe6e0;
  border-radius: 0.4375rem;
  color: #231815;
  font-size: 1.75rem;
  font-weight: bold;
  margin-inline: auto;
  margin-top: -1.875rem;
  max-width: 6.75rem;
  padding-block: 0.125rem;
  width: 100%;
}

.p-timetable__content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-timetable__heading {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-timetable__place-label {
  background: #00b09f;
  color: #ffffff;
  font-size: 0.925rem;
  line-height: 1.6;
  margin-inline: auto;
  margin-top: 0.625rem;
  max-width: 2.3125rem;
  width: 100%;
}

.p-timetable__place {
  color: #555;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1rem;
}

.p-timetable__note {
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-timetable__note-1 {
  color: #ff1815;
  margin-top: 1.25rem;
}

.p-timetable__note-2 {
  color: #231815;
}

.p-timetable__xmas {
  margin-inline: auto;
  margin-top: 2rem;
  max-width: 8.13rem;
}

.p-timetable__xmas-img {
  -o-object-fit: cover;
  aspect-ratio: 130.08/108;
  object-fit: cover;
  width: 100%;
}

.p-timetable__xmas-text {
  color: #007b7f;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

/* utility */
.u-small {
  color: #000000;
  font-size: 1.2rem;
}

.p-timetable__heading-container {
  align-items: center;
  display: flex;
  height: 6.625rem;
  justify-content: center;
  text-align: center;
}

.p-timetable__list .p-timetable__item-last {
  height: 100%;
  max-height: 9.25rem;
  min-height: 9.25rem;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-mv__reserve-button--sp {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    z-index: 200;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}

@media (max-width: 48rem) {
  .p-tab__label {
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
  }
  .p-tab__images {
    flex-direction: column;
  }
  .p-tab__images img {
    width: 100%;
  }
  /* タブ横スクロール対応 */
  .p-tab__inner {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    white-space: nowrap;
  }
  .p-tab__title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .c-bgText {
    height: 300px;
  }
  .c-bgText__title {
    font-size: 1.8rem;
  }
  .c-bgText__subtitle {
    font-size: 1rem;
  }
  .c-bgText__description {
    font-size: 0.9rem;
  }
  .c-bgText__button {
    font-size: 0.9rem;
    padding: 10px 25px;
  }
  .c-bgText--small {
    height: 200px;
  }
  .c-bgText--small .c-bgText__title {
    font-size: 1.5rem;
  }
  .c-bgText--large {
    height: 400px;
  }
  .c-bgText--large .c-bgText__title {
    font-size: 2.2rem;
  }
  .c-bgText--left, .c-bgText--right {
    justify-content: center;
  }
  .c-bgText--left .c-bgText__content, .c-bgText--right .c-bgText__content {
    margin: 0;
    text-align: center;
  }
  .p-notice__content {
    gap: 1.875rem;
    grid-template-columns: 1fr;
  }
  .p-notice__prizes {
    grid-template-columns: 1fr;
  }
  .p-notice__title {
    font-size: 1.5rem;
  }
  .p-notice__subtitle {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .p-footer__right {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .p-footer__list {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    row-gap: 0.5rem;
  }
  .p-footer__copy {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .l-timetable {
    margin-top: 4.5625rem;
    padding: 2.5rem 0rem 2.3125rem;
  }
  .c-arrow {
    top: 1.3125rem;
  }
  .c-btn {
    display: flex;
    font-size: 1.189625rem;
    justify-content: center;
    letter-spacing: 0.06em;
    line-height: 1.7001155826;
    padding: 0.4375rem 0rem 0.4375rem; /* 右に丸アイコンの分の余白 */
  }
  .c-btn p {
    margin-left: -1.5625rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .l-tab {
    margin-top: 5.125rem;
  }
  .p-tab__wrapper {
    gap: 1.3125rem 0.125rem;
    margin-top: 3.625rem;
  }
  .p-tab__content-inner-text {
    display: contents;
  }
  .p-tab__title {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.9444444444;
    max-width: 20.9375rem;
    padding-bottom: 0.375rem;
    white-space: nowrap;
  }
  .p-tab__label {
    display: flex;
    height: 2.295625rem;
    justify-content: center;
    margin: 0;
    max-width: 9.57875rem;
    max-width: 49%;
  }
  .p-tab__label-1 {
    max-width: 9.57875rem;
  }
  .p-tab__label-1 img {
    aspect-ratio: 153.26/16.84;
  }
  .p-tab__label-2 {
    left: 0;
    margin: 0 auto;
    max-width: 10.625rem;
    position: relative;
    right: 0;
    top: 0;
  }
  .p-tab__label-2 img {
    -o-object-position: -0.75rem -0.3125rem;
    object-position: -0.75rem -0.3125rem;
  }
  .p-tab__label-3 {
    left: 0;
    margin: 0 auto;
    max-width: 10.125rem;
    position: relative;
    right: 0;
    top: 0;
  }
  .p-tab__label-3 img {
    -o-object-position: -1.0625rem -0.375rem;
    object-position: -1.0625rem -0.375rem;
  }
  .p-tab__label-4 {
    left: 0;
    margin: 0 auto;
    max-width: 10.6875rem;
    position: relative;
    right: 0;
    top: 0;
  }
  .p-tab__label-4 img {
    -o-object-position: -0.9375rem -0.4375rem;
    object-position: -0.9375rem -0.4375rem;
  }
  .p-tab__label-5 {
    left: 0;
    margin: 0 auto;
    max-width: 10.0943125rem;
    position: relative;
    right: 0;
    top: -0.3125rem;
  }
  .p-tab__label-6 {
    left: 0;
    margin: 0 auto;
    max-width: 9.934375rem;
    position: relative;
    right: 0;
    top: -0.5rem;
  }
  .p-tab__label-7 {
    max-width: 10.889375rem;
  }
  .p-tab__content {
    padding-bottom: 5rem;
  }
  .p-tab__text {
    font-size: 1.375rem;
    letter-spacing: -0.06em;
    line-height: 1.3636363636;
    margin-top: 1.375rem;
    order: 1;
  }
  .p-tab__text-content {
    -moz-text-align-last: left;
    font-size: 1rem;
    letter-spacing: -0.06em;
    line-height: 2;
    margin-top: 0.5rem;
    order: 1;
    text-align-last: left;
  }
  .p-tab__images {
    gap: 1.25rem;
    margin-top: 0.8125rem;
    max-width: 37.5rem;
    order: 2;
    width: 100%;
  }
  .p-tab__content-button {
    margin-inline: auto;
    margin-top: 1.375rem;
    max-width: 20.9375rem;
    order: 3;
  }
  .p-event {
    margin-top: 3rem;
    max-width: 37.5rem;
    padding-inline: 1.25rem;
  }
  .p-event__title {
    font-size: 1.875rem;
    line-height: 1.5333333333;
  }
  .p-event__place {
    margin-top: 2.4375rem;
    padding-inline: 0;
  }
  .p-event__map {
    margin-top: 0.9375rem;
    max-width: 39rem;
    width: 100%;
  }
  .p-event__map iframe {
    height: 25rem;
    max-width: 39rem;
    width: 100%;
  }
  .p-event__map iframe {
    height: 13.4375rem;
    max-width: 37.5rem;
    width: 100%;
  }
  .p-event__place-text {
    font-size: 0.875rem;
    letter-spacing: 0.075em;
    line-height: 1.7142857143;
    margin-top: 0.625rem;
    padding-left: 1em;
    text-indent: -1em;
    white-space: normal;
  }
  .p-event__items {
    margin-top: 0.875rem;
  }
  .p-event__item {
    margin-top: 0.5rem;
    padding-bottom: 1.4375rem;
    padding-inline: 1.25rem;
    padding-top: 1.0625rem;
    text-align: center;
  }
  .p-event__item-content {
    flex-direction: column;
  }
  .p-event__item-content-title {
    align-items: baseline;
    flex-direction: column;
  }
  .p-event__item-content-title-text {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.6666666667;
    min-width: 0rem;
  }
  .p-event__item-content {
    margin-top: 0rem;
  }
  .p-event__capacity-label {
    font-size: 0.8300625rem;
    letter-spacing: 0.08em;
    line-height: 1.2002108275;
  }
  .p-event__capacity-number {
    font-size: 2.32375rem;
  }
  .p-event__course {
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
  .p-event__list {
    margin-top: 0.9375rem;
  }
  .p-event__list li {
    align-items: baseline;
    margin-top: 1.625rem;
  }
  .p-event__label {
    font-size: 1.2rem;
    height: 1.625rem;
    line-height: unset;
    max-width: 4.25rem;
    min-width: 4.25rem;
  }
  .p-event__label--green {
    max-width: 7.5rem;
    min-width: 0rem;
    width: 100%;
  }
  .p-event__note-label-container,
  .p-event__label-container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .p-event__label--green {
    flex-direction: row;
    justify-content: center;
    max-width: 9.25rem;
    min-width: 0;
  }
  .p-event__capacity {
    letter-spacing: 0.08em;
    line-height: 1.7504034427;
    margin-left: auto;
  }
  .p-event__note {
    flex-direction: column;
    gap: 0.375rem;
  }
  .p-event__note-label.p-event__label--green {
    border-radius: 0.9375rem;
    display: flex;
    height: 1.4375rem;
    max-width: 7.5rem;
    min-width: 0rem;
    width: 100%;
  }
  .p-tab__content-inner {
    flex-direction: column;
    gap: 0rem;
    margin-top: 2.1875rem;
    max-width: 37.5rem;
    padding-inline: 1.25rem;
  }
  .p-tab__heading-container {
    max-width: 37.5rem;
    order: 1;
    width: 100%;
  }
  .p-tab__heading-container--1 {
    max-width: 20.9375rem;
  }
  .p-tab__heading-container--2 {
    margin-left: 0.8125rem;
    max-width: 20.9375rem;
  }
  .p-tab__heading-container--2 img {
    -o-object-position: -1.625rem -0.625rem;
    object-position: -1.625rem -0.625rem;
  }
  .p-tab__heading-container--3 {
    max-width: 20.9375rem;
  }
  .p-tab__heading-container--3 img {
    margin-left: 1rem;
  }
  .p-tab__heading-container--4 {
    max-width: 20.9375rem;
  }
  .p-tab__heading-container--4 img {
    -o-object-position: -2.125rem -1rem;
    margin-left: 0.875rem;
    object-position: -2.125rem -1rem;
  }
  .p-tab__heading-container--5 {
    max-width: 20.9375rem;
  }
  .p-tab__heading-container--6 {
    max-width: 20.9375rem;
  }
  .p-tab__heading-container--7 {
    max-width: 20.9375rem;
  }
  .l-footer {
    margin-top: 2.5rem;
  }
  .p-footer__container {
    padding-bottom: 1.125rem;
    padding-top: 1.25rem;
  }
  .p-footer__inner {
    gap: 0rem;
    max-width: 37.5rem;
    padding-inline: 1.25rem;
  }
  .p-footer__left {
    max-width: 100%;
    width: 100%;
  }
  .p-footer__logo-container {
    max-width: 20.9375rem;
  }
  .p-footer__logo img {
    aspect-ratio: 335/40.32;
  }
  .p-footer__address {
    border-bottom: 0.0625rem solid #000000;
    border-top: none;
    font-size: 0.75rem;
    line-height: 1.9166666667;
    margin-top: 0.9375rem;
    padding-bottom: 1rem;
    padding-top: 0rem;
  }
  .p-footer__right {
    -moz-text-align-last: left;
    margin-top: 0.1875rem;
    text-align-last: left;
  }
  .p-footer__list {
    -moz-text-align-last: left;
    gap: 2.0625rem;
    margin-left: -0.625rem;
    text-align-last: left;
  }
  .p-footer__list li {
    max-width: 8.90625rem;
  }
  .p-footer__list a {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  .p-footer__list p {
    line-height: 1.3333333333;
  }
  .p-footer__list p:first-child {
    margin-top: 0rem;
  }
  .p-footer__list p {
    line-height: 1;
    margin-top: 0.5rem;
  }
  .p-footer__copy {
    font-size: 0.75rem;
    padding: 0.5625rem;
  }
  .l-lottery {
    margin: 0 auto;
    margin-top: 9.0625rem;
    max-width: 37.5rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-lottery__inner {
    background: url("/img/SP/prize/bg_prize.png") no-repeat center top/cover;
    padding-bottom: 2.5625rem;
    padding-inline: 0.625rem;
    padding-top: 4.6875rem;
  }
  .p-lottery__header {
    max-width: 20.95rem;
    top: -3.5rem;
  }
  .p-lottery__title-text {
    font-size: 1.125rem;
    letter-spacing: -0.06em;
    line-height: 1.6666666667;
  }
  .p-lottery__content {
    gap: 0.5rem;
  }
  .p-lottery__content-left--1 {
    margin-top: -0.625rem;
  }
  .p-lottery__content-left--1 .p-lottery__title {
    line-height: 1.3127133106;
  }
  .p-lottery__content-left--2 {
    margin-top: 1.8125rem;
  }
  .p-lottery__content-left--3 {
    margin-top: 2.75rem;
    max-width: 5.8125rem;
    width: 100%;
  }
  .p-lottery__content-left--4-1 {
    margin-top: 1.875rem;
  }
  .p-lottery__content-left--4-2 {
    margin-top: 1.9375rem;
  }
  .p-lottery__content-left--5 {
    margin-top: 0rem;
  }
  .p-lottery__content-notes {
    margin-top: auto;
    max-width: 5.125rem;
  }
  .p-lottery__content-note {
    font-size: 0.64125rem;
    letter-spacing: 0.06em;
    line-height: 1.4278752437;
  }
  .p-lottery__content-note:nth-child(2) {
    margin-top: 0.3125rem;
  }
  .p-lottery__list {
    gap: 2.875rem 1.125rem;
    margin-top: 2.6875rem;
  }
  .p-lottery__item {
    padding-bottom: 1.375rem;
    padding-left: 1.625rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
  }
  .p-lottery__badge {
    left: 1.0625rem;
    max-width: 5.5rem;
    top: -1.625rem;
  }
  .p-lottery__badge--1 {
    max-width: 5.03125rem;
  }
  .p-lottery__badge--4,
  .p-lottery__badge--5 {
    left: 0.5rem;
    max-width: 3.6625rem;
  }
  .p-lottery__image--gr {
    margin-right: -0.9375rem;
    max-width: 10.8125rem;
  }
  .p-lottery__image--gr img {
    aspect-ratio: 173/159;
    margin-left: -1.375rem;
  }
  .p-lottery__item.p-lottery__item--gr {
    padding-bottom: 1.0625rem;
  }
  .p-lottery__item--2 {
    padding-bottom: 0.8125rem;
    padding-top: 1.75rem;
  }
  .p-lottery__item--2 .p-lottery__badge {
    max-width: 5rem;
  }
  .p-lottery__item--4 {
    padding-bottom: 0.375rem;
    padding-top: 0.4375rem;
  }
  .p-lottery__item--3 {
    padding-bottom: 0.625rem;
  }
  .p-lottery__item--5 {
    padding-bottom: 3.9375rem;
  }
  .p-lottery__content--1 {
    gap: 0rem;
    margin-top: 0.8125rem;
  }
  .p-lottery__content--5 {
    margin-top: 2.0625rem;
  }
  .p-lottery__image--1 {
    max-width: 9.9375rem;
  }
  .p-lottery__image--1 img {
    aspect-ratio: 159/174;
  }
  .p-lottery__image--2 {
    max-width: 10.5rem;
  }
  .p-lottery__image--2 img {
    aspect-ratio: 168/160;
  }
  .p-lottery__image--3 {
    max-width: 10.5rem;
  }
  .p-lottery__image--3 img {
    aspect-ratio: 168/168;
    margin-top: 0.8125rem;
  }
  .p-lottery__image--4-1 {
    margin-right: 1.75rem;
    max-width: 5.8125rem;
  }
  .p-lottery__image--4-1 img {
    aspect-ratio: 93/93;
    margin-left: 0rem;
    margin-top: 0rem;
  }
  .p-lottery__image--4-2 {
    margin-right: 0.6875rem;
    max-width: 7.66875rem;
  }
  .p-lottery__image--4-2 img {
    aspect-ratio: 122.7/109.883;
  }
  .p-lottery__image--5 {
    margin-top: 2.375rem;
    max-width: 10.850625rem;
  }
  .p-lottery__image--5 img {
    aspect-ratio: 173.61/60.765;
    margin-top: 2.25rem;
  }
  .p-lottery__title {
    font-size: 1.465rem;
    letter-spacing: 0.06em;
    line-height: 1.5009756098;
  }
  .p-lottery__title--1 {
    font-size: 1.281875rem;
    letter-spacing: 0.06em;
    line-height: 1.5002437835;
  }
  .p-lottery__title--5 {
    font-size: 0.805625rem;
    letter-spacing: 0.06em;
    line-height: 1.2730799069;
  }
  .p-lottery__content--2 .p-lottery__title,
  .p-lottery__content--3 .p-lottery__title {
    font-size: 1.09875rem;
    letter-spacing: 0.06em;
    line-height: 1.1666666667;
  }
  .p-lottery__content--4-1 .p-lottery__title,
  .p-lottery__content--4-2 .p-lottery__title,
  .p-lottery__content--5 .p-lottery__title {
    font-size: 0.8781875rem;
    letter-spacing: 0.06em;
    line-height: 1.1678884065;
  }
  .p-lottery__desc {
    font-size: 0.824375rem;
    letter-spacing: 0.06em;
    line-height: 1.5549658832;
    margin-left: 4.875rem;
  }
  .p-lottery__count {
    padding: 0;
  }
  .p-lottery__item:nth-child(2) .p-lottery__count,
  .p-lottery__content:not([class*="--"]) .p-lottery__count {
    height: 2rem;
    width: 5.25rem;
  }
  .p-lottery__content--2 .p-lottery__count {
    height: 2rem;
    width: 5.25rem;
  }
  .p-lottery__content--3 .p-lottery__count {
    height: 2rem;
    width: 5.25rem;
  }
  .p-lottery__content--5 .p-lottery__count,
  .p-lottery__content--4-1 .p-lottery__count,
  .p-lottery__content--4-2 .p-lottery__count {
    height: 1.483125rem;
    width: 3.790625rem;
  }
  .p-lottery__count--1 {
    font-size: 1.006875rem;
    letter-spacing: 0.06em;
    line-height: 1.5462445686;
  }
  .p-lottery__count--1 span {
    font-size: 1.83125rem;
    line-height: 2.1754266212;
  }
  .p-lottery__count--2,
  .p-lottery__count--3 {
    font-size: 0.90654375rem;
    letter-spacing: 0.06em;
    line-height: 1.5457804744;
  }
  .p-lottery__count--2 span,
  .p-lottery__count--3 span {
    font-size: 1.648125rem;
    line-height: 2.1755783087;
  }
  .p-lottery__count--4-1,
  .p-lottery__count--4-2,
  .p-lottery__count--5 {
    font-size: 0.725rem;
    letter-spacing: 0.06em;
    line-height: 1.5456896552;
  }
  .p-lottery__count--4-1 span,
  .p-lottery__count--4-2 span,
  .p-lottery__count--5 span {
    font-size: 1.318125rem;
    line-height: 2.1763869132;
  }
  .p-lottery__content-left--5 {
    margin-top: 0rem;
    max-width: 5.625rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-mv {
    aspect-ratio: 375/773;
    background: url("/img/SP/mv/bg_mv.png") no-repeat center top/cover;
    max-height: 48.3125rem;
  }
  .p-mv__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
  .p-mv__title-item--1 {
    max-width: 8.37rem;
    top: 8.625rem;
  }
  .p-mv__title-item--2 {
    max-width: 22.2rem;
    top: 12.3125rem;
  }
  .p-mv__title-item--2 img {
    aspect-ratio: 355.2/168.48;
  }
  .p-mv__title-item--3 {
    max-width: 9.63125rem;
    top: 23.3125rem;
  }
  .p-mv__title-item--3 img {
    aspect-ratio: 154.1/50.36;
  }
  .p-mv__title-item--4 {
    max-width: 22.1875rem;
    top: 27.4375rem;
  }
  .p-mv__title-item--4 img {
    aspect-ratio: 355.2/65.68;
  }
  .p-mv__title-item--5 {
    left: -0.875rem;
    max-width: 20.4375rem;
    top: 0.125rem;
  }
  .p-mv__title-item--5 img {
    aspect-ratio: unset;
  }
  .p-mv__info-inner {
    padding-inline: 0.625rem;
    padding-top: 0rem;
  }
  .p-mv__info-item-container {
    gap: 0rem;
    margin-left: 0.625rem;
  }
  .p-mv__info-day {
    font-size: 3.125rem;
  }
  .p-mv__info-weekday {
    font-size: 0.9375rem;
    height: 1.5rem;
    margin-top: 0.4375rem;
    width: 1.5rem;
  }
  .p-mv__info-time {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    margin-top: 0.625rem;
    text-align: center;
  }
  .p-mv__info-reception {
    font-size: 0.9375rem;
  }
  .p-mv__info-duration {
    font-size: 1.625rem;
    gap: 0.3125rem;
    margin-left: 0.5625rem;
    margin-right: 0.0625rem;
  }
  .p-mv__info-duration-icon {
    font-size: 0.9375rem;
  }
  .p-mv__info-place {
    font-size: 1.25rem;
    letter-spacing: -0.1em;
    line-height: 0.2793296089;
    white-space: nowrap;
  }
  .p-mv__info__label {
    font-size: 0.8125rem;
  }
  .p-mv__info__text {
    font-size: 0.9375rem;
  }
  .p-mv__icon-item--1 {
    max-width: 12rem;
    right: -2.0625rem;
    top: 2.875rem;
    width: 100%;
  }
  .p-mv__icon-item--1 img {
    aspect-ratio: 190/149;
  }
  .p-mv__icon-item--2 {
    left: -1.6875rem;
    max-width: 9.625rem;
    top: 21.75rem;
    width: 100%;
  }
  .p-mv__icon-item--2 img {
    aspect-ratio: 154/127.8;
  }
  .p-mv__icon-item--3-1 {
    left: -0.375rem;
    max-width: 5.3125rem;
    top: 3.125rem;
    width: 100%;
  }
  .p-mv__icon-item--3-1 img {
    aspect-ratio: 83.36/162.69;
  }
  .p-mv__icon-item--3-2 {
    left: 3.0625rem;
    max-width: 5.625rem;
    top: 4.9375rem;
    transform: rotate(0);
    width: 100%;
  }
  .p-mv__icon-item--3-2 img {
    aspect-ratio: 80.8/157.6;
  }
  .p-mv__icon-item--4 {
    max-width: 9.375rem;
    right: -2.875rem;
    top: 14.875rem;
    width: 100%;
  }
  .p-mv__icon-item--4 img {
    aspect-ratio: 106/120;
  }
  .p-mv__icon-item--5 {
    max-width: 4.073125rem;
    right: -0.75rem;
    top: 24.75rem;
    width: 100%;
    z-index: 300;
  }
  .p-mv__icon-item--5 img {
    aspect-ratio: 65.17/117.6;
  }
  .p-mv__info-date {
    align-items: center;
    gap: 0.3125rem;
    margin-left: -0.4375rem;
  }
  .p-mv__info-day {
    margin-right: 0rem;
  }
  .p-mv__info-duration {
    gap: 0rem;
  }
  .p-mv__info-meta {
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
    justify-content: center;
    margin-left: 0.4375rem;
    margin-top: -0.5625rem;
    text-align: center;
  }
  .p-mv__info-place,
  .p-mv__info__target {
    gap: 0.1875rem;
  }
  .p-mv__info__label,
  .p-mv__info-label {
    border-radius: 0.125rem;
    font-size: 0.8125rem;
    height: 1.125rem;
    letter-spacing: -0.1em;
    line-height: 1.2;
    padding-block: 0.125rem;
    padding-inline: 0.375rem;
    white-space: nowrap;
  }
  .p-mv__school-label-container {
    top: 40.125rem;
  }
  .p-mv__school-label-item {
    height: 2.125rem;
    width: 7.375rem;
  }
  .p-mv__school-label-list {
    align-items: unset;
    display: grid;
    gap: 0.25rem 0;
    grid-template-areas: "a b c" ". d e" ". f g";
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    list-style: none;
    padding: 0;
  }
  .p-mv__school-label-item:nth-child(1) {
    grid-area: a;
  }
  .p-mv__school-label-item:nth-child(2) {
    grid-area: b;
  }
  .p-mv__school-label-item:nth-child(3) {
    grid-area: c;
  }
  .p-mv__school-label-item:nth-child(4) {
    grid-area: d;
    margin-left: -50%;
  }
  .p-mv__school-label-item:nth-child(5) {
    grid-area: e;
    margin-left: -50%;
  }
  .p-mv__school-label-item:nth-child(6) {
    grid-area: f;
    margin-left: -50%;
  }
  .p-mv__school-label-item:nth-child(7) {
    grid-area: g;
    margin-left: -50%;
  }
  .p-mv__school-label-item {
    border-radius: 0.375rem;
  }
  .p-mv__school-label-text {
    font-size: 0.75rem;
    letter-spacing: -0.1em;
    line-height: 1;
    margin-top: 0.3125rem;
    text-align: center;
  }
  .p-mv__snow-item-container {
    height: 48.3125rem;
  }
  .p-mv__snow-item--1 {
    bottom: 12.625rem;
    left: 2.0625rem;
    max-width: 3.165rem;
    width: 100%;
  }
  .p-mv__snow-item--2 {
    bottom: 13.125rem;
    left: -1rem;
    max-width: 1.7025rem;
    width: 100%;
  }
  .p-mv__snow-item--3 {
    bottom: 23.5625rem;
    left: 22.9375rem;
    max-width: 0.78rem;
    width: 100%;
  }
  .p-mv__snow-item--3 img {
    aspect-ratio: 12.48/13.92;
  }
  .p-mv__snow-item--4 {
    bottom: 44.625rem;
    left: 22.3125rem;
    max-width: 0.56625rem;
    width: 100%;
  }
  .p-mv__snow-item--4 img {
    aspect-ratio: 9.06/10.46;
  }
  .p-mv__snow-item--4-2 {
    bottom: 14.25rem;
    left: 0.5rem;
    max-width: 0.66rem;
    width: 100%;
  }
  .p-mv__snow-item--5 {
    left: 3.75rem;
    max-width: 2.9475rem;
    top: -0.625rem;
    width: 100%;
  }
  .p-mv__snow-item--5 img {
    aspect-ratio: 47.16/45.87;
  }
  .p-mv__snow-item--6 {
    max-width: 2.74875rem;
    right: -0.125rem;
    top: 16.1875rem;
    width: 100%;
  }
  .p-mv__snow-item--6 img {
    aspect-ratio: 43.98/39.1;
  }
  .p-mv__snow-item--7 {
    max-width: 1.620625rem;
    right: 0.625rem;
    top: 0.6875rem;
    width: 100%;
  }
  .p-mv__snow-item--7 img {
    aspect-ratio: 25.93/34.41;
  }
  .p-mv__snow-item--8 {
    max-width: 0.42rem;
    right: 4.15625rem;
    top: 10.375rem;
    width: 100%;
  }
  .p-mv__snow-item--8-2 {
    max-width: 1.005rem;
    right: 5rem;
    top: 10.8125rem;
    width: 100%;
  }
  .p-mv__snow-item--9 {
    max-width: 0.6375rem;
    right: 4.71875rem;
    top: 11.875rem;
    width: 100%;
  }
  .p-mv__snow-item--10 {
    bottom: 20.4375rem;
    max-width: 3.166875rem;
    right: 4.125rem;
    width: 100%;
  }
  .p-mv__snow-item--10 img {
    aspect-ratio: 50.67/56.38;
  }
  .p-mv__snow-item--11 {
    bottom: 13.25rem;
    max-width: 1.02rem;
    right: 5.6875rem;
    width: 100%;
  }
  .p-mv__snow-item--12 {
    bottom: 22.625rem;
    max-width: 1.26rem;
    right: 0.75rem;
    width: 100%;
  }
  .p-mv__snow-item--12 img {
    animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
    animation-delay: 7s, 10.8s;
    animation-fill-mode: both;
    aspect-ratio: 20.16/22.08;
  }
  .p-mv__snow-item--13 {
    left: 0.25rem;
    max-width: 2.49rem;
    top: 10.125rem;
    width: 100%;
  }
  .p-mv__snow-item--13 img {
    animation: fadeIn 1s ease-out forwards, blink 3s linear infinite;
    animation-delay: 7s, 12.4s;
    animation-fill-mode: both;
    aspect-ratio: 39.84/42.72;
  }
  .p-notice {
    margin-top: 2.25rem;
    padding-top: 4.0625rem;
  }
  .p-notice__inner {
    padding-inline: 0.625rem;
  }
  .p-notice__description {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 2.125;
  }
  .p-notice__description-highlight-container {
    display: inline-block;
  }
  .p-notice__description-highlight {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 0.5294117647;
  }
  .p-notice__description-highlight-container.u-sp,
  .p-notice__description-highlight.u-sp {
    display: inline-block;
  }
  .p-notice__content {
    margin-top: 2.875rem;
  }
  .p-notice__lottery {
    background: url(/img/SP/notice/bg_prize.png) no-repeat center center/cover;
    height: 18.25rem;
    margin-inline: auto;
    max-width: 22.1875rem;
    width: 100%;
  }
  .p-notice__lottery-header {
    margin-top: -3.125rem;
  }
  .p-notice__lottery-subtitle {
    font-size: 1.375rem;
    font-weight: normal;
    letter-spacing: -0.06em;
    line-height: 1.3;
    margin-left: 0.625rem;
    margin-top: 0.3125rem;
  }
  .p-notice__prizes {
    margin-top: -1.3125rem;
  }
  .p-notice__prize-image-1 {
    left: -5.1875rem;
    max-width: 10.340625rem;
    top: -5.5625rem;
  }
  .p-notice__prize-image-1 img {
    aspect-ratio: 165.45/117.56;
  }
  .p-notice__prize-image-2 {
    max-width: 7.625rem;
    right: -3.3125rem;
    top: -8.375rem;
  }
  .p-notice__prize-image-2 img {
    aspect-ratio: 122/177.6;
  }
  .p-notice__prize-image-3 {
    left: -1rem;
    max-width: 5.615625rem;
    top: 0.4375rem;
  }
  .p-notice__prize-image-3 img {
    aspect-ratio: 89.8/85.45;
  }
  .p-notice__prize-image-4 {
    max-width: 7.220625rem;
    right: -1.5rem;
    top: -0.1875rem;
  }
  .p-notice__prize-image-4 img {
    aspect-ratio: 115.53/103.42;
  }
  .p-notice__lottery-action {
    margin-left: 0.6875rem;
    margin-top: 0.9375rem;
  }
  .p-notice__detail-btn-icon {
    max-width: 8.875rem;
  }
  .p-notice__detail-btn-text {
    font-size: 1.039375rem;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 0.8639667705;
  }
  .p-notice__transport {
    background: url(/img/SP/notice/bg_expense.png) no-repeat center center/cover;
    height: 12.375rem;
    margin-inline: auto;
    max-width: 22.1875rem;
    padding-inline: 0.625rem;
    padding-top: 1.3125rem;
    width: 100%;
  }
  .p-notice__transport-description {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
  }
  .p-notice__subsidy {
    margin-top: 0.3125rem;
  }
  .p-notice__subsidy-conditions {
    margin-top: 0.3125rem;
    max-width: 10.875rem;
  }
  .p-notice__subsidy-amount {
    max-width: 9.75rem;
  }
  .p-notice__subsidy-amount img {
    aspect-ratio: 156/118.8;
  }
  .p-notice__condition-list {
    margin-top: 0.8125rem;
  }
  .p-notice__condition-list li {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    line-height: 1.25;
  }
  .p-notice__survey {
    background: url(/img/SP/notice/bg_present.png) no-repeat center center/cover;
    height: 8.75rem;
    margin-inline: auto;
    max-width: 22.1875rem;
    padding-inline: 0.625rem;
    width: 100%;
  }
  .p-notice__survey-title {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0rem;
    margin-top: -3.8125rem;
  }
  .p-notice__survey-more {
    left: 0.1875rem;
    top: -1.4375rem;
  }
  .p-notice__survey-title-accent {
    margin-inline: 0;
    max-width: 3.67rem;
  }
  .p-notice__survey-title-accent img {
    aspect-ratio: 58.72/24.167;
  }
  .p-notice__survey-title-text {
    margin-left: 0rem;
  }
  .p-notice__survey-highlight {
    font-size: 1.19125rem;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 0.6081684748;
  }
  .p-notice__survey-description {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0rem;
    max-width: 11.875rem;
  }
  .p-notice__survey-description-highlight--1 {
    font-size: 1rem;
  }
  .p-notice__survey-description-highlight--1::after {
    width: 10.0625rem;
  }
  .p-notice__survey-description-highlight--2 {
    font-size: 1.25rem;
  }
  .p-notice__survey-description-highlight--3 {
    font-size: 0.875rem;
  }
  .p-notice__survey-description-highlight--4 {
    font-size: 1rem;
  }
  .p-notice__survey-description-highlight--5 {
    font-size: 1rem;
  }
  .p-notice__survey-wrap {
    margin-top: 0.5625rem;
  }
  .p-notice__snow-item--1 {
    bottom: 14.5625rem;
    left: 1.0625rem;
    max-width: 2.73rem;
  }
  .p-notice__snow-item--1 img {
    aspect-ratio: 43.68/42.48;
  }
  .p-notice__snow-item--2 {
    bottom: 4.5rem;
    left: 0.125rem;
    max-width: 2.265rem;
  }
  .p-notice__snow-item--2 img {
    aspect-ratio: 36.24/38.64;
  }
  .p-notice__snow-item--3 {
    bottom: 0.625rem;
    left: 1.625rem;
    max-width: 0.96rem;
  }
  .p-notice__snow-item--3 img {
    aspect-ratio: 15.36/17.76;
  }
  .p-notice__snow-item--4 {
    bottom: 6.375rem;
    max-width: 2.79rem;
    right: -0.4375rem;
  }
  .p-notice__snow-item--4 img {
    aspect-ratio: 44.64/39.84;
  }
  .p-notice__snow-item--5 {
    bottom: 14.8125rem;
    max-width: 0.945rem;
    right: 2.875rem;
  }
  .p-notice__snow-item--5 img {
    aspect-ratio: 15.12/17.52;
  }
  .p-notice__snow-item--6 {
    bottom: 2.25rem;
    max-width: 1.995rem;
    right: 0.625rem;
  }
  .p-notice__snow-item--6 img {
    aspect-ratio: 31.92/45.12;
  }
  .p-notice__snow-item--7 {
    bottom: -0.25rem;
    max-width: 1.61875rem;
    right: 2.3125rem;
  }
  .p-notice__snow-item--7 img {
    aspect-ratio: 25.9/30.72;
  }
  .p-notice__snow-item--8 {
    bottom: 2.5rem;
    left: 3.4375rem;
    max-width: 1.099375rem;
  }
  .p-notice__snow-item--8 img {
    aspect-ratio: 17.59/19.09;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-timetable__inner {
    max-width: 37.5rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-timetable__title {
    font-size: 2.125rem;
    line-height: 1.0588235294;
  }
  .p-timetable__list {
    flex-direction: column;
    gap: 1.375rem;
    margin-top: 2.625rem;
  }
  .p-timetable__list::after {
    left: -14.9375rem;
    top: 50%;
    transform: rotate(90deg);
    width: 36.75rem;
  }
  .p-timetable__item {
    max-width: 37.5rem;
    min-height: unset;
    padding-block: 0.8125rem;
    padding-bottom: 1.25rem;
    position: relative;
  }
  .p-timetable__time {
    font-size: 1.75rem;
    height: 2.625rem;
    line-height: 1.2;
    position: absolute;
    top: 2.3125rem;
  }
  .p-timetable__place-container {
    align-items: baseline;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    margin-top: -0.4375rem;
  }
  .p-timetable__content {
    gap: 0rem;
  }
  .p-timetable__heading {
    margin-left: 7.625rem;
    text-align: left;
  }
  .p-timetable__place-label {
    max-width: 2.375rem;
  }
  .p-timetable__place {
    font-size: 1.0625rem;
    line-height: 1.3529411765;
    max-width: 15.4375rem;
    text-align: left;
    width: 100%;
  }
  .p-timetable__note {
    font-size: 0.875rem;
    letter-spacing: 0.075em;
    line-height: 1.7142857143;
  }
  .p-timetable__note-1 {
    margin-top: 0.6875rem;
  }
  .p-timetable__xmas {
    display: none;
  }
  .p-timetable__heading-container {
    height: unset;
    justify-content: left;
  }
  .p-timetable__list .p-timetable__item-last {
    max-height: 3.4375rem;
    min-height: 3.4375rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media (max-width: 480px) {
  .c-bgText {
    height: 250px;
  }
  .c-bgText__title {
    font-size: 1.5rem;
  }
  .c-bgText__subtitle {
    font-size: 0.9rem;
  }
  .c-bgText__description {
    font-size: 0.8rem;
  }
  .c-bgText__content {
    padding: 15px;
  }
}

@media screen and (max-width: 376px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */