@charset "UTF-8";
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  word-break: phrase-all;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

h1 {
  font-weight: 500;
  color: #204EC6;
  margin-bottom: 1rem;
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.accent-font {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  max-width: 1920px;
  margin: 0 auto;
  word-break: auto-phrase;
  background-color: #FBFBF0;
}
body canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  max-width: 100%;
}

.container {
  max-width: 100vw;
  overflow: hidden;
  scroll-behavior: smooth;
}

.contents {
  position: relative;
  max-width: 95%;
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 70%;
  }
}
.contents__wrap {
  width: 95%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .contents__wrap {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.page__container {
  position: relative;
  padding: 7rem 0;
}
@media screen and (min-width: 768px) {
  .page__container {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .page__container {
    padding: 15rem 0;
  }
}
.page__back01 {
  position: absolute;
  height: auto;
  width: 15%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .page__back01 {
    width: 30%;
  }
}
.page__back02 {
  position: absolute;
  height: auto;
  width: 15%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .page__back02 {
    width: 30%;
  }
}
.page__logo {
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .page__logo {
    width: 30%;
    max-width: 300px;
  }
}

.policy {
  width: 95%;
  margin: 5rem auto;
  border: 4px solid #000;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #000;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .policy {
    padding: 2rem 5%;
    width: 90%;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .policy {
    border-radius: 30px;
    padding: 2rem 5%;
    box-shadow: 8px 8px 0 #000;
    width: 70%;
    max-width: 960px;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .policy {
    width: 70%;
    max-width: 1200px;
    gap: 2.5rem;
  }
}
.policy > h2 {
  position: relative;
  font-size: 18px;
  color: #204EC6;
  padding: 0.5rem 1rem 0.5rem 2rem;
  margin: 2rem 0 1rem;
  background: none;
  -webkit-text-fill-color: #204EC6;
}
.policy > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #204EC6;
  border-radius: 2px;
}
.policy-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
}

.tokushoho {
  position: relative;
  margin: 5rem auto;
}
.tokushoho-list {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 1rem;
  padding: 1rem 0.5rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .tokushoho-list {
    width: 80%;
    grid-template-columns: 1fr 4fr;
    margin: 0;
    padding: 1rem 2rem;
  }
}
.tokushoho-list:nth-child(even) {
  background-color: #F8F8F8;
}
.tokushoho-list-shop {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tokushoho-list-shop-address {
  padding-left: 1rem;
}
.tokushoho-list-shop-address > a:hover {
  text-decoration: underline;
}

.error__btn {
  margin: 1rem auto;
}

.pagination {
  text-align: center;
}

.nav-links .page-numbers {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .nav-links {
    margin: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-links {
    margin: 2rem 0;
  }
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links .dots {
  text-align: center;
  font-size: 20px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
}
.nav-links .current {
  color: #204EC6;
  font-weight: bold;
}
.nav-links .dots {
  background: transparent;
  border: none;
}
.nav-links a.prev,
.nav-links a.next {
  background-color: #204EC6;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  transition: background 0.3s;
}
.nav-links a.prev:hover,
.nav-links a.next:hover {
  background-color: rgb(24.9043478261, 60.7043478261, 154.0956521739);
}

.fixed-item {
  position: fixed;
  bottom: 20%;
  right: 5%;
  background-color: #fff;
  z-index: 25;
}
.fixed-item > p {
  margin-right: 3rem;
  font-weight: bold;
}
.fixed-item > span {
  background-color: #0169DE;
  color: #fff;
  padding: 0.5rem;
}

.appearTrigger {
  opacity: 0;
}

.appearUP {
  animation: appearUP 0.75s 0.2s forwards ease-in-out;
  transform: translateY(-35%);
  opacity: 0;
}

@keyframes appearUP {
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
body.loading {
  overflow: hidden; /* スクロール禁止 */
  height: 100vh; /* 高さ固定 */
}

#loading,
#loading-wide {
  display: none; /* JS判定後にflexで表示 */
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background-color: #FBFBF0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

#loading {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  transition: all 1s;
  background-color: #FBFBF0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #204EC6;
  font-size: 2rem;
}

.load-main {
  position: relative;
  height: auto;
  top: -3rem;
  animation-duration: 1.5s;
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
  animation: fadeOut 0.25s forwards 2.5s;
}
@media screen and (min-width: 1024px) {
  .load-main {
    max-width: 680px;
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .load-main {
    max-width: none;
    top: -2rem;
    width: 70%;
  }
}
.load-text {
  position: absolute;
  height: auto;
  max-width: 500px;
  top: 0%;
  left: 0;
  right: 0;
  margin: 5rem auto 0;
  width: 70%;
  z-index: -1;
  animation-delay: 1s;
  animation: fadeOut 0.5s forwards 2s;
}
@media screen and (min-width: 768px) {
  .load-text {
    margin: 3rem auto 0;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .load-text {
    margin: 5rem auto 0;
    width: auto;
  }
}
.load-type {
  position: relative;
  top: -1.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 2px;
  animation: fadeOut 0.25s forwards 1.5s;
}
.load-type > span {
  animation-name: bounce;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  color: #204EC6;
}
.load-type > span:nth-child(2) {
  animation-delay: 0.1s;
}
.load-type > span:nth-child(3) {
  animation-delay: 0.2s;
}
.load-type > span:nth-child(4) {
  animation-delay: 0.3s;
}
.load-type > span:nth-child(5) {
  animation-delay: 0.4s;
}
.load-type > span:nth-child(6) {
  animation-delay: 0.5s;
}
.load-type > span:nth-child(7) {
  animation-delay: 0.6s;
}
.load-type > span:nth-child(8) {
  animation-delay: 0.7s;
}
.load:before {
  content: "";
  position: absolute;
  background-color: #204EC6;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: -2;
  animation: fadeOut 1s forwards 2s;
}
.load-deco01 {
  position: absolute;
  height: auto;
  top: 35%;
  left: -10%;
  z-index: -1;
  width: 45%;
  animation-delay: 2s;
  animation: fadeOut 1s forwards 2.5s;
}
@media screen and (min-width: 1024px) {
  .load-deco01 {
    top: 30%;
    left: -10%;
    z-index: -1;
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .load-deco01 {
    top: 18%;
    left: -15%;
    width: 55%;
  }
}
@media screen and (min-width: 1800px) {
  .load-deco01 {
    left: -10%;
    width: 780px;
    top: auto;
    bottom: 30%;
  }
}
.load-deco02 {
  position: absolute;
  height: auto;
  top: 35%;
  right: -10%;
  z-index: -1;
  width: 45%;
  animation-delay: 2s;
  animation: fadeOut 1s forwards 2.5s;
}
@media screen and (min-width: 1024px) {
  .load-deco02 {
    top: 30%;
    right: -10%;
    z-index: -1;
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .load-deco02 {
    top: 18%;
    right: -15%;
    z-index: -1;
    width: 55%;
  }
}
@media screen and (min-width: 1800px) {
  .load-deco02 {
    top: auto;
    bottom: 30%;
    right: -10%;
    width: 780px;
  }
}
.load-deco03 {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 5rem;
  left: 0;
  z-index: 10;
  animation: deco03Move 4s ease-in-out alternate 1.5s;
}
@media screen and (min-width: 1024px) {
  .load-deco03 {
    bottom: 0rem;
  }
}
@media screen and (min-width: 1440px) {
  .load-deco03 {
    bottom: -4rem;
  }
}
.load-deco04 {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -10;
  animation: deco04Move 4s ease-in-out alternate 1.5s;
}
@media screen and (min-width: 1024px) {
  .load-deco04 {
    bottom: -6rem;
  }
}
@media screen and (min-width: 1440px) {
  .load-deco04 {
    bottom: -10rem;
  }
}

#loading-wide {
  position: fixed;
  inset: 0;
  display: none; /* JSで表示切替 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: #FBFBF0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  transition: opacity 1s, visibility 1s;
}

.loading-wide-text {
  animation: fadeOut 1.5s forwards 4s !important;
}

/* 非表示アニメーション（共通の .loaded を利用） */
#loading-wide.loaded {
  opacity: 0;
  visibility: hidden;
}

/* deco03が上に上がるアニメーション */
@keyframes deco03Move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}
/* deco04が下に降りるアニメーション */
@keyframes deco04Move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-30px);
  }
  60%, 100% {
    transform: translateY(0px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px); /* 上に少し移動しながら消える */
  }
}
.fv {
  position: relative;
  padding: 15rem 0 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .fv {
    padding: 20rem 0 0;
  }
}
.fv-deco-top {
  position: absolute;
  height: auto;
  width: 380px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation-delay: 5.5s;
  animation-duration: 1s;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .fv-deco-top {
    width: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-deco-top {
    width: 857px;
  }
}
.fv-deco-name {
  position: absolute;
  height: auto;
  width: 320px;
  top: 8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  animation-delay: 6.5s;
  animation-duration: 1s;
}
@media screen and (min-width: 1024px) {
  .fv-deco-name {
    top: 15rem;
    width: 460px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-deco-name {
    width: 670px;
  }
}
.fv-deco-01 {
  position: absolute;
  width: 45%;
  top: 10%;
  left: -1rem;
  z-index: 2;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .fv-deco-01 {
    top: 0;
    width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-deco-01 {
    width: 600px;
  }
}
.fv-deco-02 {
  position: absolute;
  width: 50%;
  top: -1rem;
  right: -3rem;
  z-index: 2;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .fv-deco-02 {
    top: 0;
    width: 460px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-deco-02 {
    width: 620px;
  }
}
.fv-deco-03 {
  position: absolute;
  top: 10rem;
  left: 0%;
  z-index: 3;
  height: auto;
  width: 90px;
}
@media screen and (min-width: 1024px) {
  .fv-deco-03 {
    top: 5rem;
    left: 10%;
    width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-deco-03 {
    width: 250px;
  }
}
.fv-deco-04 {
  position: absolute;
  top: 4rem;
  right: 5%;
  z-index: 3;
  height: auto;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .fv-deco-04 {
    width: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-deco-04 {
    width: 190px;
  }
}
.fv-deco-05 {
  position: absolute;
  bottom: 0;
  right: -5%;
  z-index: 5;
  height: auto;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .fv-deco-05 {
    width: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .fv-deco-05 {
    width: 130px;
  }
}
.fv__time {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -6rem;
  left: 0.5rem;
  z-index: 3;
  width: 90%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .fv__time {
    bottom: -6rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .fv__time {
    bottom: -10rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .fv__time {
    bottom: -6rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fv__time-img {
  height: auto;
}
.fv__time-title {
  font-size: 1rem;
  color: #000 !important;
  position: absolute;
  top: 1.5rem;
  left: 23%;
}
@media screen and (min-width: 580px) {
  .fv__time-title {
    top: 2rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .fv__time-title {
    top: 2rem;
    font-size: 1.25rem;
    left: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__time-title {
    font-size: 1.5rem;
    left: 130px;
  }
}

.swiper::after {
  content: "";
  position: absolute;
  bottom: -418px;
  left: -20%;
  right: 0;
  margin: 0 auto;
  width: 140%;
  height: 500px;
  background: #FBFBF0; /* 背景色で覆う */
  z-index: 2;
  border-radius: 40% 40% 0 0; /* 凹んだカーブ */
  border-top: 8px solid #204EC6;
}
@media screen and (min-width: 768px) {
  .swiper::after {
    border-top: 10px solid #204EC6;
    border-radius: 100% 100% 0 0; /* 凹んだカーブ */
  }
}

.swiper {
  position: relative;
  background: #204EC6;
  border-top: 8px solid #204EC6;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper {
    border-top: 10px solid #204EC6;
    border-left: 10px solid #204EC6;
    border-right: 10px solid #204EC6;
  }
}
.swiper-deco-top {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: 13rem;
  z-index: -1;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .swiper-deco-top {
    top: 10rem;
  }
}

.swiper-slide > img {
  height: auto;
}

.swiper-button-prev {
  left: 3%;
  width: 40px;
  height: 40px;
  border: 6px solid #204EC6;
  background-color: #FFF;
  color: #204EC6;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 14.5%;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev {
    left: 28.5%;
  }
}

.swiper-button-next {
  right: 3%;
  width: 40px;
  height: 40px;
  border: 6px solid #204EC6;
  background-color: #FFF;
  color: #204EC6;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 14.5%;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-button-next {
    right: 28.5%;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 16px;
  font-weight: 900;
  -webkit-text-stroke: 2px #204EC6; /* 輪郭の太さと色 */
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 16px;
  font-weight: 900;
  -webkit-text-stroke: 2px #204EC6; /* 輪郭の太さと色 */
}

.topic {
  position: relative;
  padding: 10rem 0 2rem;
  margin: 0 auto 2rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .topic {
    padding: 8rem 0 2rem;
    margin: 0 auto 5rem;
  }
}
.topic__cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  margin: 0 auto 1rem;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .topic__cont {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .topic__cont {
    flex-direction: row;
    min-width: 900px;
    gap: 0;
    margin: 0 auto 3rem;
    width: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .topic__cont {
    width: 80%;
    min-width: 1200px;
  }
}
.topic__back {
  display: none;
}
@media screen and (min-width: 768px) {
  .topic__back {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topic__back-sp {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  max-height: 120%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .topic__back-sp {
    display: none;
  }
}
.topic__title {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .topic__title {
    align-items: flex-start;
  }
}
.topic__title > h2 {
  position: relative;
  font-size: 1.5rem;
  color: #204EC6;
  padding-left: 2.75rem;
}
.topic__title > h2:before {
  content: "⚫︎";
  position: absolute;
  color: #204EC6;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 2.5rem;
}
.topic__title > img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .topic__title > img {
    width: auto;
  }
}
.topic__list {
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .topic__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .topic__list {
    margin-top: 3rem;
    flex-direction: row;
    margin-right: 2rem;
    flex-wrap: nowrap;
  }
}
.topic__list-item {
  position: relative;
  margin: 0.5rem;
  display: flex;
  gap: 1rem;
  width: 320px;
  height: 120px;
  padding: 1rem;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 8px 8px 0 #000;
  transition: all 0.25s;
}
@media screen and (min-width: 768px) {
  .topic__list-item {
    width: 300px;
    height: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .topic__list-item {
    width: 260px;
  }
}
.topic__list-item:hover {
  translate: 4px 4px;
  box-shadow: none;
}
.topic__list-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  position: relative;
}
.topic__list-text > h3 {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topic__list-text-cat {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  color: #204EC6;
}
.topic__link {
  margin: auto 0;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #204EC6;
  border-radius: 300px;
  transition: all 0.5s;
}
.topic__link:hover {
  background-color: #EECF22;
  color: #000;
}

/* スマホは2件まで表示 */
.topic__list-item:nth-child(n+3) {
  display: block;
}
@media screen and (min-width: 1024px) {
  .topic__list-item:nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .topic__list-item:nth-child(n+3) {
    display: block;
  }
}

.topic__list-item:nth-child(n+4) {
  display: block;
}
@media screen and (min-width: 1024px) {
  .topic__list-item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .topic__list-item:nth-child(n+4) {
    display: block;
  }
}

.top-menu {
  position: relative;
  width: 95%;
  margin: 3rem auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .top-menu {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .top-menu {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.top-menu__wrap:nth-child(2) .top-menu__item:nth-child(1) {
  background-color: #774FE8;
}
.top-menu__wrap:nth-child(2) .top-menu__item:nth-child(2) {
  background-color: #16B6BE;
}
.top-menu__wrap:nth-child(2) .top-menu__item:nth-child(3) {
  background-color: #FD680A;
}
.top-menu__wrap:nth-child(2) .top-menu__item:nth-child(4) {
  background-color: #000000;
}
.top-menu__wrap:nth-child(2) .top-menu__item:nth-child(5) {
  background-color: #ED82BA;
}
.top-menu__wrap:nth-child(2) .top-menu__item:nth-child(6) {
  background-color: #848384;
}
.top-menu__wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.top-menu-sp {
  position: relative;
  width: 95%;
  margin: 3rem auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  gap: 1.25rem;
  row-gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .top-menu-sp {
    display: none;
  }
}
.top-menu__item {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 8px 8px 0 #000;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .top-menu__item {
    border-radius: 15px;
    width: 100px;
    height: 100px;
    gap: 0.75rem;
  }
}
.top-menu__item:hover {
  translate: 4px 4px;
  box-shadow: none;
}
.top-menu__item:hover .top-menu__item-img > img {
  transform: translateX(0%) scale(1.1);
  bottom: 0;
}
.top-menu__item > p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 10px;
}
.top-menu__item-img {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-menu__item-img > img {
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s;
  max-height: 90px;
  max-width: 70px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .top-menu__item-img > img {
    height: auto;
    max-height: 80px;
  }
}
.top-menu__item:nth-child(1) {
  background-color: #16ADCC;
}
.top-menu__item:nth-child(2) {
  background-color: #EAC600;
}
.top-menu__item:nth-child(3) {
  background-color: #D1102F;
}
.top-menu__item:nth-child(4) {
  background-color: #439543;
}
.top-menu__item:nth-child(5) {
  background-color: #774FE8;
}
.top-menu__item:nth-child(6) {
  background-color: #16ADCC;
}
.top-menu__item:nth-child(7) {
  background-color: #FD680A;
}
.top-menu__item:nth-child(8) {
  background-color: #000000;
}
.top-menu__item:nth-child(9) {
  background-color: #ED82BA;
}
.top-menu__item:nth-child(10) {
  background-color: #848384;
}
.top-menu__item:nth-child(11) {
  background-color: #848384;
}

.cache {
  margin: 4rem auto 0;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .cache {
    margin: 8rem auto 0;
    padding-bottom: 12rem;
  }
}
.cache__back {
  display: none;
}
@media screen and (min-width: 768px) {
  .cache__back {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.cache__back-sp {
  display: block;
  position: absolute;
  top: -3rem;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .cache__back-sp {
    display: none;
  }
}
.cache__cont {
  width: 90%;
  margin: 3rem auto;
  border-radius: 30px;
  background-color: #EECF22;
  padding: 1.5rem 1rem;
  border: 2px solid #000;
  box-shadow: 8px 8px 0 #000;
}
@media screen and (min-width: 1024px) {
  .cache__cont {
    width: 60%;
    display: block;
    min-width: 900px;
    border: 4px solid #000;
    border-radius: 50px;
    padding: 2.5rem 5%;
    box-shadow: 16px 16px 0 #000;
  }
}
@media screen and (min-width: 1280px) {
  .cache__cont {
    width: 60%;
    display: block;
    min-width: 1024px;
    border: 4px solid #000;
    border-radius: 50px;
    padding: 2.5rem 5%;
    box-shadow: 16px 16px 0 #000;
  }
}
.cache__cont > p {
  background-color: #000;
  padding: 0.5rem 2rem;
  border-radius: 30px;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cache__cont > p {
    margin: 0;
    text-align: left;
    font-size: 1.25rem;
  }
}
.cache__title {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  margin: 0 auto 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .cache__title {
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .cache__title {
    flex-direction: row;
    align-items: center;
    margin: 0 0 3rem;
  }
}
.cache__title > h2 {
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .cache__title > h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .cache__title > h2 {
    font-size: 3rem;
  }
}
.cache__title > h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 1rem;
  background-color: #FCEFB7;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .cache__title > h2::before {
    height: 2rem;
  }
}
.cache__title > span {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cache__title > span {
    font-size: 1.25rem;
  }
}
.cache__img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .cache__img {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}
.cache__img > img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cache__img > img:nth-child(1) {
  position: absolute;
  top: -5rem;
  right: 1rem;
  max-width: 30%;
  height: auto;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .cache__img > img:nth-child(1) {
    top: -3rem;
    max-width: 15%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .cache__img > img:nth-child(1) {
    position: relative;
    top: 0;
    max-width: 25%;
    height: auto;
    margin: 0;
  }
}
.cache__img-02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .cache__img-02 {
    display: block;
  }
}
.cache__img-02-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .cache__img-02-sp {
    display: none;
  }
}
.cache__deco01 {
  position: absolute;
  top: -3rem;
  z-index: 2;
  left: 0%;
  width: 25%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .cache__deco01 {
    position: absolute;
    top: 20%;
    z-index: -1;
    left: 5%;
    width: 15%;
    height: auto;
  }
}
.cache__deco02 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 30%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .cache__deco02 {
    bottom: 100px;
    z-index: -1;
    right: 0;
    width: 20%;
  }
}

.about {
  position: relative;
  top: -3rem;
  padding: 3rem 0;
  z-index: 0;
  background-color: #FCEFB7;
}
.about__back {
  position: absolute;
  width: 100%;
  top: -140px;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .about__back {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about__back02 {
  position: absolute;
  width: 100%;
  bottom: -100px;
  z-index: -1;
  transform: rotate(180deg);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .about__back02 {
    bottom: -116px;
  }
}
@media screen and (min-width: 1024px) {
  .about__back02 {
    bottom: -140px;
  }
}
@media screen and (min-width: 1280px) {
  .about__back02 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about__desc {
  width: 95%;
  max-width: 1344px;
  background-image: url(../img/about-text-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  margin: 2rem auto;
  position: relative;
  padding: 1rem 1rem;
  height: 700px;
}
@media screen and (min-width: 580px) {
  .about__desc {
    margin: 5rem auto;
    position: relative;
    padding: 5rem 5%;
    background-image: url(../img/about-text-md.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 560px;
    height: 680;
  }
}
@media screen and (min-width: 768px) {
  .about__desc {
    width: 80%;
    background-image: url(../img/about-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 760px;
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .about__desc {
    width: 1000px;
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .about__desc {
    width: 1200px;
    height: 670px;
  }
}
.about__desc-deco01 {
  position: absolute;
  width: 60px;
  height: auto;
  top: 15%;
  left: 5%;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .about__desc-deco01 {
    width: 98px;
    top: 45%;
    left: 15%;
  }
}
.about__desc-deco02 {
  position: absolute;
  height: auto;
  bottom: 3%;
  right: 3%;
  z-index: -1;
  width: 110px;
}
@media screen and (min-width: 1024px) {
  .about__desc-deco02 {
    width: 170px;
    bottom: 5%;
    right: -5%;
  }
}
@media screen and (min-width: 1280px) {
  .about__desc-deco02 {
    bottom: 15%;
    right: 10%;
  }
}
.about__desc-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  font-weight: bold;
  align-items: center;
  bottom: 27%;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__desc-text {
    bottom: 18%;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .about__desc-text {
    bottom: 20%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .about__desc-text {
    bottom: 25%;
  }
}
.about__desc-text > h2 {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__desc-text > h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__desc-text > h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .about__desc-text > h2 {
    font-size: 3rem;
  }
}
.about__desc-text > h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.75rem;
  background-color: #EECF22;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .about__desc-text > h2:before {
    height: 1.5rem;
  }
}
.about__slide {
  position: relative;
  width: 80%;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 3rem auto;
  padding: 5rem 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .about__slide {
    margin: 0 auto;
    padding: 0;
  }
}
.about__slide-deco01 {
  position: absolute;
  height: auto;
  bottom: 0;
  left: 5%;
  z-index: 0;
  width: 95px;
}
@media screen and (min-width: 1024px) {
  .about__slide-deco01 {
    width: 160px;
    left: 10%;
  }
}
.about__slide-deco02 {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  width: 25%;
}
@media screen and (min-width: 1024px) {
  .about__slide-deco02 {
    width: 115px;
  }
}
.about__slide-deco03 {
  position: absolute;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 30%;
}
@media screen and (min-width: 1024px) {
  .about__slide-deco03 {
    width: 145px;
  }
}
.about__list {
  position: relative;
  margin: 3rem auto;
  padding: 2rem 0 5rem;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  font-weight: bold;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .about__list {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .about__list {
    margin: 3rem auto;
    padding: 2rem 0;
    width: 80%;
    min-width: 960px;
  }
}
.about__list-wrap {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  border-radius: 20px;
  text-decoration: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about__list-wrap {
    width: 500px;
    max-width: 500px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about__list-wrap {
    max-width: 520px;
    width: 47%;
    border-radius: 20px;
  }
}
.about__list-deco01 {
  position: absolute;
  height: auto;
  bottom: -5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about__list-deco01 {
    bottom: auto;
    top: 50%;
    left: -120px;
    z-index: 0;
  }
}
.about__list-deco02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__list-deco02 {
    display: block;
    position: absolute;
    height: auto;
    top: 5%;
    right: -94px;
    z-index: -1;
  }
}
.about__list-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.about__list-title > img {
  height: auto;
}
.about__list-title > p {
  padding: 0.25rem 0.5rem;
  background-color: #FCEFB7;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  color: #000 !important;
}
.about__list-title > h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about__list-title > h2 {
    font-size: 2rem;
  }
}
.about__bottom-01 {
  position: absolute;
  height: auto;
  bottom: -3rem;
  left: 0%;
  z-index: 0;
  width: 90px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about__bottom-01 {
    bottom: -6rem;
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-01 {
    bottom: -10rem;
    width: 280px;
  }
}
.about__bottom-02 {
  position: absolute;
  height: auto;
  bottom: -2rem;
  left: 30%;
  z-index: 0;
  width: 90px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about__bottom-02 {
    bottom: -3rem;
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-02 {
    bottom: -5rem;
    width: 300px;
  }
}
.about__bottom-03 {
  position: absolute;
  height: auto;
  bottom: -5rem;
  right: 0%;
  z-index: 0;
  width: 70px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .about__bottom-03 {
    bottom: -6rem;
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-03 {
    bottom: -7rem;
    width: 210px;
  }
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  top: 0;
  right: 0;
  border-radius: 0 4px 0 32px;
}
.go-corner-01 {
  background-color: #459541;
}
.go-corner-02 {
  background-color: #16ADCC;
}
.go-corner-03 {
  background-color: #EECF22;
}
.go-corner-04 {
  background-color: #D1102F;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.card {
  display: block;
  position: relative;
  max-width: 350px;
  width: 100%;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #000;
  background-color: #f2f8f9;
  border-radius: 20px;
  padding: 1rem;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .card {
    border: 4px solid #000;
    box-shadow: 8px 8px 0 #000;
    width: 500px;
    max-width: 500px;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .card {
    max-width: 500px;
    width: auto;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    height: 200px;
  }
}
.card > p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .card > p {
    font-size: 1rem;
  }
}
.card-01::before {
  background: #459541;
}
.card-02::before {
  background: #16ADCC;
}
.card-03::before {
  background: #EECF22;
}
.card-04::before {
  background: #D1102F;
}
.card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-out;
}
.card:hover:before {
  transform: scale(38);
}

.card:hover {
  box-shadow: 0 0 0 #000;
}
.card:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.access {
  position: relative;
  margin: 0 auto 5rem;
  padding: 160px 0 0;
  top: -100px;
}
@media screen and (min-width: 768px) {
  .access {
    top: 0;
    margin: 0 auto 15rem;
    padding: 200px 0 0;
  }
}
.access__back {
  position: absolute;
  top: 0;
  z-index: -1;
  transform: rotate(180deg);
  -o-object-fit: cover;
     object-fit: cover;
}
.access__deco01 {
  position: absolute;
  height: auto;
  top: 100px;
  width: 40%;
  max-width: 100px;
  right: 5%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .access__deco01 {
    top: 80px;
    width: 35%;
    max-width: 160px;
    right: 5%;
    z-index: 0;
  }
}
@media screen and (min-width: 1024px) {
  .access__deco01 {
    top: 160px;
    width: 200px;
    right: 28%;
    z-index: 0;
  }
}
.access__deco02 {
  position: absolute;
  height: auto;
  bottom: -5rem;
  left: 5%;
  z-index: -1;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .access__deco02 {
    width: 322px;
    height: auto;
    top: calc(200px + 10%);
    bottom: auto;
    left: auto;
    right: 5%;
    z-index: -1;
  }
}
.access__deco03 {
  position: absolute;
  height: auto;
  bottom: 0;
  left: 5%;
  z-index: -1;
}
.access__desc {
  width: 1200px;
  background-image: url(../img/access-img-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  margin: 2rem auto;
  position: relative;
  padding: 190px 0 30px;
  width: 340px;
  height: 430px;
}
@media screen and (min-width: 580px) {
  .access__desc {
    margin: 5rem auto;
    background-image: url(../img/access-img-md.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 560px;
    height: 461px;
  }
}
@media screen and (min-width: 768px) {
  .access__desc {
    width: 80%;
    background-image: url(../img/access-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 760px;
    height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .access__desc {
    width: 1000px;
    height: 487px;
  }
}
@media screen and (min-width: 1280px) {
  .access__desc {
    width: 1200px;
    height: 584px;
  }
}
.access__desc > iframe {
  position: absolute;
  width: 313px;
  height: 311px;
  left: 10px;
  bottom: 27px;
  border-radius: 10px;
  border: #000 4px solid;
}
@media screen and (min-width: 580px) {
  .access__desc > iframe {
    border-radius: 15px;
    left: 10px;
    bottom: 28px;
    width: 530px;
    height: 335px;
  }
}
@media screen and (min-width: 768px) {
  .access__desc > iframe {
    left: 23px;
    bottom: 42px;
    width: 686px;
    height: 209px;
  }
}
@media screen and (min-width: 1024px) {
  .access__desc > iframe {
    border-radius: 15px;
    left: 32px;
    bottom: 51px;
    width: 903px;
    height: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .access__desc > iframe {
    left: 36px;
    bottom: 64px;
    width: 1085px;
    height: 330px;
  }
}

.sponsor {
  position: relative;
  margin: 3rem auto;
  padding: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .sponsor {
    margin: 5rem auto;
    padding: 0 0 200px;
  }
}
.sponsor__deco01 {
  position: absolute;
  height: auto;
  top: 0;
  right: 0%;
  z-index: -1;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .sponsor__deco01 {
    width: 178px;
    top: 3rem;
    right: 18%;
  }
}
.sponsor__deco02 {
  position: absolute;
  height: auto;
  top: 10rem;
  right: 5%;
  z-index: 1;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .sponsor__deco02 {
    width: 320px;
  }
}
.sponsor__title {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}
.sponsor__title > h2 {
  position: relative;
  font-size: 1.5rem;
  color: #204EC6;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2.75rem;
}
.sponsor__title > h2:before {
  content: "⚫︎";
  position: absolute;
  color: #204EC6;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 2.5rem;
}
.sponsor__title > img {
  height: auto;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .sponsor__title > img {
    max-width: none;
  }
}
.sponsor__cont {
  width: 95%;
  margin: 3rem auto;
  border-radius: 10px;
  border: 4px solid #000;
  background-color: #FFF;
  padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  .sponsor__cont {
    width: 85%;
    border-radius: 20px;
    padding: 2.5rem 5%;
  }
}
.sponsor__cont-title01 {
  position: relative;
  padding-bottom: 0.5rem;
}
.sponsor__cont-title01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #16ADCC;
  z-index: 0;
}
.sponsor__cont-title01 > img {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: auto;
  max-width: 70%;
}
@media screen and (min-width: 768px) {
  .sponsor__cont-title01 > img {
    width: 400px;
  }
}
.sponsor__cont-title02 {
  position: relative;
  padding-bottom: 0.5rem;
}
.sponsor__cont-title02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #204EC6;
  z-index: 0;
}
.sponsor__cont-title02 > img {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: auto;
  max-width: 70%;
}
@media screen and (min-width: 768px) {
  .sponsor__cont-title02 > img {
    width: 400px;
  }
}
.sponsor__wrap {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .sponsor__wrap {
    gap: 2.5rem;
    margin: 5rem auto;
  }
}
.sponsor__item-s {
  max-width: 44%;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sponsor__item-s {
    max-width: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .sponsor__item-s {
    max-width: 22%;
  }
}
.sponsor__item-s > img {
  height: auto;
}
.sponsor__item-s > a {
  color: #FFF;
  width: 90px;
  font-size: 10px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: #204EC6;
  border-radius: 50px;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .sponsor__item-s > a {
    font-size: 1rem;
    width: 140px;
    padding: 0.5rem;
  }
}
.sponsor__item-s > a:hover {
  opacity: 0.7;
}
.sponsor__item-s > p {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .sponsor__item-s > p {
    font-size: 14px;
  }
}
.sponsor__item-s-slink {
  background-color: #16ADCC !important;
}
.sponsor__item-a {
  max-width: 24%;
}
@media screen and (min-width: 768px) {
  .sponsor__item-a {
    max-width: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .sponsor__item-a {
    max-width: 13%;
  }
}
.sponsor__item-a > img {
  height: auto;
}
.sponsor__item-b {
  width: 100%;
}
.sponsor__item-b > p {
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .sponsor__item-b > p {
    font-size: 1rem;
  }
}

.contact {
  position: relative;
  padding: 15rem 0 10rem;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding: 15rem 0;
  }
}
.contact__back01 {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  .contact__back01 {
    height: auto;
  }
}
.contact__back02 {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}
@media screen and (min-width: 1024px) {
  .contact__back02 {
    bottom: 3rem;
    height: auto;
  }
}
.contact__deco {
  position: absolute;
  height: auto;
  top: -18rem;
  left: 0;
  z-index: 0;
  width: 160px;
}
@media screen and (min-width: 1024px) {
  .contact__deco {
    width: 200px;
    top: -7rem;
    left: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .contact__deco {
    width: 230px;
    top: -7rem;
    left: 2rem;
  }
}
.contact__title {
  margin: 1.5rem auto;
  height: auto;
  max-width: 70%;
}
@media screen and (min-width: 1024px) {
  .contact__title {
    margin: 3rem auto;
    max-width: 600px;
  }
}
.contact__cont {
  position: relative;
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
  border: 4px solid #000;
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 8px 8px 0 #000;
  padding: 2rem 5%;
}
@media screen and (min-width: 1024px) {
  .contact__cont {
    width: 90%;
    max-width: 960px;
    gap: 2.5rem;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 1280px) {
  .contact__cont {
    width: 70%;
    max-width: 1200px;
    gap: 2.5rem;
    margin: 3rem auto;
  }
}
.contact__cont > li {
  font-size: fontSize(24);
  list-style: none;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__cont > li {
    grid-template-columns: 1fr 3fr;
  }
}
.contact__cont > img {
  margin: 1rem auto;
  height: auto;
}
.contact__desc {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.contact__desc > p {
  line-height: 2;
}
.contact__desc > p > span {
  color: red;
}
.contact__desc > h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .contact__desc > h1 {
    font-size: 2.5rem;
  }
}
.contact__ano {
  margin: 3rem 0;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid #000;
}
.contact__ano-text {
  color: #707070;
  font-size: 0.75rem;
}
.contact__sub {
  margin: 3rem 0;
  padding-top: 3rem;
  border-top: 1px solid #000;
}
.contact__item {
  width: 100%;
  margin: 1rem auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    gap: 2rem;
  }
}
.contact__item-text > p {
  line-height: 1;
}
.contact__item-text > p > label {
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}
.contact__item-text > p > label > span {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  vertical-align: top;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #D1102F;
}
.contact__item-policy {
  text-align: center;
}
.contact__btn {
  margin: 0 auto;
}
.contact__btn > p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__btnitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .contact__btnitem {
    flex-direction: row;
  }
}
.contact__confirm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid #d5d5d5;
  color: #656565;
  padding: 0.5rem 1rem;
}
.contact__thanks {
  width: 95%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__thanks {
    gap: 2rem;
  }
}
.contact__thanks-img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .contact__thanks-img {
    width: 180px;
  }
}
.contact__thanks > p {
  text-align: center;
  margin-bottom: 2rem;
}
.contact__thanks-tel {
  font-size: 2rem;
  margin-bottom: 2rem;
}

label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

textarea {
  resize: vertical;
  height: 200px;
  width: 100%;
  padding: 1rem;
  border: #707070 solid 1px;
  border-radius: 10px;
  background-color: #FFF;
}
textarea:focus {
  border: 2px solid #204EC6;
  outline: 0;
}
textarea:focus {
  border: 2px solid #204EC6;
  outline: 0;
}

.wpcf7 {
  max-width: 95vw;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  position: inherit;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7-submit {
  position: relative;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 240px;
  text-align: center;
  display: block;
  color: #FFF;
  background-color: #204EC6;
}
.wpcf7-submit:hover {
  color: #000;
  background-color: #EECF22;
  animation: anima-button-30 1s;
}

.wpcf7-previous {
  display: block;
  background-color: transparent;
  color: #707070;
  text-decoration: none;
  padding: 1rem 3rem;
  border: solid #707070 1px;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
}
.wpcf7-previous:hover {
  text-decoration: none;
  background-color: #204EC6;
  color: white;
}

input {
  width: 100%;
  padding: 1rem;
  border: #707070 solid 1px;
  border-radius: 10px;
  background-color: #FFF;
}
input:focus {
  border: 2px solid #204EC6;
  outline: 0;
}

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

/* ラジオボタン共通スタイル */
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* 選択時の見た目 */
input[type=radio]:checked {
  border-color: #007bff;
  background-color: #007bff;
}

/* チェックマーク風の中丸 */
input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
}

select {
  width: 100%;
  padding: 1rem !important;
  border: #707070 solid 1px !important;
  border-radius: 10px;
  background-color: #FFF;
}
select:focus {
  border: 2px solid #204EC6 !important;
  outline: 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #cc0000;
  font-weight: bold;
}

.contact__item-policy > p > span > span > span > input {
  height: auto;
  margin-right: 1rem;
}

.cf7-accept-check {
  margin-bottom: 4rem;
}
.cf7-accept-check-link {
  color: #204EC6;
  text-decoration: underline;
}
.cf7-accept-check > p {
  text-align: center;
  font-weight: bold;
  color: #000;
}

.error {
  padding: 10rem 0 18rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .error {
    margin-top: 120px;
  }
}
.error > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error > h1 {
    font-size: fontSize(64);
  }
}
.error > h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #F05454;
}
.error__text {
  text-align: center;
  margin: 2rem auto;
}
.error__btn {
  margin: 0 auto;
}

.single__cont {
  position: relative;
  margin: 3rem auto;
  min-height: 50vh;
  width: 90%;
  max-width: 95vw;
  border: 4px solid #000;
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: 8px 8px 0 #000;
  padding: 2rem 5%;
}
@media screen and (min-width: 1024px) {
  .single__cont {
    width: 70%;
    max-width: 960px;
    gap: 2.5rem;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 1280px) {
  .single__cont {
    width: 70%;
    max-width: 1200px;
    gap: 2.5rem;
    margin: 3rem auto;
  }
}
.single__cont-deco01 {
  position: absolute;
  height: auto;
  top: 2rem;
  left: -3rem;
  z-index: 0;
  width: 80px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .single__cont-deco01 {
    width: 120px;
    top: -100px;
    left: -100px;
  }
}
.single__cont-deco02 {
  position: absolute;
  height: auto;
  bottom: -4rem;
  right: -3rem;
  width: 70px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .single__cont-deco02 {
    width: 120px;
    bottom: 0px;
    right: -140px;
  }
}
.single__cont-btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    margin: 0 auto;
  }
}
.single__cont-btn-sp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn-sp {
    display: none;
  }
}
.single__cont-btn-sp-text {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.single__cont > h2 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.single__article {
  margin: 2rem auto;
}
.single__category {
  color: #204EC6;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
}
.single__category > ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
}
.single__category > ul > li {
  list-style: none;
  border: solid 1px #204EC6;
}
.single__category > ul > li > a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #204EC6;
}
.single__btn {
  background-color: #EEFFF6;
  color: #fff;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #3698A8;
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 1rem auto 1rem 0;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.single__btn:hover {
  box-shadow: none;
  border: 1px solid #204EC6;
  text-decoration: none;
}

.archive-btn {
  margin-top: 3rem;
}
.archive-btn > a {
  text-decoration: none;
  color: #fff;
}

.news {
  position: relative;
  padding: 10rem 0;
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 15rem 0;
  }
}
.news__title {
  margin: 1rem auto;
  height: auto;
  max-width: 70%;
}
@media screen and (min-width: 1024px) {
  .news__title {
    max-width: 600px;
  }
}
.news__cat {
  width: 100%;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.news__cat > p {
  font-size: 1.5rem;
  font-weight: bold;
}
.news__cat-btn {
  width: 160px !important;
  padding: 0.75rem !important;
}
.news__inner {
  margin: 2rem auto;
}
.news__cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  width: 95%;
  border: 4px solid #000;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 8px 8px 0 #000;
  padding: 2rem 5%;
  margin: 1rem auto;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .news__item {
    width: 70%;
    max-width: 960px;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .news__item {
    width: 70%;
    max-width: 1200px;
    gap: 2.5rem;
  }
}
.news__item:hover {
  translate: 4px 4px;
  box-shadow: none;
}
.news__item-text > p {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .news__item-text > p {
    font-size: 1rem;
  }
}
.news__item-text > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .news__item-text > h2 {
    font-size: 1.5rem;
  }
}
.news__item > a > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #707070;
}
.news__btn {
  margin: 2rem auto;
}

.tab_class {
  width: 40%;
  height: 50px;
  background-color: #EEFFF6;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin: 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .tab_class {
    width: 20%;
  }
}

.is-active {
  color: #204EC6;
  font-weight: bold;
  border: 2px solid #204EC6 !important;
  box-shadow: none;
}

.heading04 {
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.heading04::before,
.heading04::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #3fc1c9;
}

.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.page-sponsor {
  position: relative;
  padding: 10rem 0 5rem;
}
@media screen and (min-width: 1024px) {
  .page-sponsor {
    padding: 15rem 0;
  }
}
.page-sponsor__back {
  position: absolute;
  width: 100%;
  top: -100px;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .page-sponsor__back {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-sponsor__back02 {
  position: absolute;
  width: 100%;
  bottom: -100px;
  z-index: -1;
  transform: rotate(180deg);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-sponsor__back02 {
    bottom: -116px;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__back02 {
    bottom: -140px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__back02 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-sponsor__btn {
  position: relative;
  margin: 3rem auto 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 95%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-sponsor__btn {
    gap: 1.5rem;
    margin: 5rem auto 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__btn {
    width: 80%;
    gap: 2rem;
    flex-wrap: nowrap;
    margin: 8rem auto 5rem;
  }
}
.page-sponsor__btn-item {
  width: 160px;
  height: 100px;
  background-color: #FFF;
  border-radius: 10px;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: #204EC6;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 3px 3px #000;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__btn-item {
    border-radius: 20px;
    box-shadow: 6px 6px #000;
    border: 4px solid #000;
    width: 240px;
    height: 120px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__btn-item {
    width: 280px;
    height: 140px;
    font-size: 1.5rem;
  }
}
.page-sponsor__btn-item:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px #000;
}
.page-sponsor__btn-item > p > span {
  color: #16ADCC;
}
.page-sponsor__desc {
  position: relative;
  margin: 3rem auto;
  padding: 3rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc {
    margin: 3rem auto;
    padding: 3rem 5% 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__desc {
    margin: 5rem auto;
    padding: 5rem 5% 18rem;
  }
}
.page-sponsor__desc-back {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-back {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.page-sponsor__desc-back-sp {
  display: block;
  position: absolute;
  top: -3rem;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-back-sp {
    display: none;
  }
}
.page-sponsor__desc-wrap {
  position: relative;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
  border: 2px solid #000;
  background-color: #EECF22;
  border-radius: 15px;
  box-shadow: 4px 4px 0 #000;
  padding: 8rem 1rem 5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__desc-wrap {
    padding: 2rem 5%;
    border: 4px solid #000;
    background-color: #EECF22;
    border-radius: 30px;
    box-shadow: 8px 8px 0 #000;
    width: 90%;
    max-width: 960px;
    gap: 2.5rem;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__desc-wrap {
    max-width: 1200px;
    gap: 2.5rem;
  }
}
.page-sponsor__desc-wrap > h1 {
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-wrap > h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__desc-wrap > h1 {
    font-size: 2.5rem;
  }
}
.page-sponsor__desc-wrap > h1 > span {
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-wrap > h1 > span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__desc-wrap > h1 > span {
    font-size: 3rem;
  }
}
.page-sponsor__desc-wrap > h1 > span:before {
  content: "";
  position: absolute;
  width: 75%;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  background-color: #FCEFB7;
  z-index: -1;
}
.page-sponsor__desc-wrap > p {
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-wrap > p {
    font-size: 1rem;
  }
}
.page-sponsor__desc-img01 {
  position: absolute;
  right: -1rem;
  top: -1rem;
  height: auto;
  max-width: 45%;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-img01 {
    max-width: 30%;
  }
}
.page-sponsor__desc-img02 {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  height: auto;
  max-width: 45%;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-img02 {
    max-width: 30%;
  }
}
.page-sponsor__desc-img03 {
  position: absolute;
  left: 2rem;
  bottom: 25%;
  height: auto;
}
.page-sponsor__desc-img04 {
  position: absolute;
  right: 2rem;
  bottom: 30%;
  height: auto;
}
.page-sponsor__desc-img05 {
  position: absolute;
  height: auto;
  left: 3%;
  top: 1rem;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .page-sponsor__desc-img05 {
    right: 3%;
    top: 25%;
    max-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__desc-img05 {
    max-width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__desc-img05 {
    max-width: 190px;
  }
}
.page-sponsor__desc-list {
  position: relative;
  padding: 1.5rem 5% 5rem;
  background-color: #FCEFB7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__desc-list {
    padding: 1.5rem 5%;
    width: 60%;
    min-width: 600px;
  }
}
.page-sponsor__desc-list-img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 25%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__desc-list-img {
    max-width: 35%;
  }
}
.page-sponsor__desc-list-item {
  position: relative;
  font-weight: bold;
  padding-left: 2.5rem;
}
.page-sponsor__desc-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/sponsor/sp-desc07.png);
  background-position: center;
  background-size: cover;
}
.page-sponsor__desc-list-item > p {
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .page-sponsor__desc-list-item > p {
    font-size: 1rem;
  }
}
.page-sponsor__cont {
  position: relative;
  top: -3rem;
  padding: 3rem 0;
  z-index: 0;
  background-color: #FCEFB7;
}
.page-sponsor__item01 {
  width: 360px;
  max-width: 1344px;
  background-image: url(../img/sponsor/sp-itemback01-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  margin: 2rem auto;
  position: relative;
  padding: 1rem;
  height: 2160px;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01 {
    background-image: url(../img/sponsor/sp-itemback01-md.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 2160px;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item01 {
    background-image: url(../img/sponsor/sp-itemback01-lg.png);
    width: 960px;
    height: 1600px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01 {
    background-image: url(../img/sponsor/sp-itemback01.png);
    width: 1200px;
    height: 2000px;
  }
}
.page-sponsor__item01-deco01 {
  position: absolute;
  width: 100px;
  height: auto;
  top: 2%;
  left: -2%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item01-deco01 {
    top: 5%;
    left: -5%;
    width: 200px;
  }
}
.page-sponsor__item01-deco02 {
  position: absolute;
  width: 100px;
  height: auto;
  top: 2%;
  right: -2%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item01-deco02 {
    top: 5%;
    right: -5%;
    width: 200px;
  }
}
.page-sponsor__item01-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: bold;
  align-items: center;
  top: 100px;
  width: 310px;
  margin: 0 auto 0 6%;
  height: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-wrap {
    top: 135px;
    width: 520px;
    left: 0;
    right: 0;
    margin: 0 auto 0 5%;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item01-wrap {
    gap: 1.5rem;
    top: 220px;
    width: 740px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-wrap {
    top: 250px;
    width: 960px;
  }
}
.page-sponsor__item01-wrap > h2 {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-wrap > h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item01-wrap > h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-wrap > h2 {
    font-size: 3rem;
  }
}
.page-sponsor__item01-wrap > h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.75rem;
  background-color: #EECF22;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-wrap > h2:before {
    height: 1.5rem;
  }
}
.page-sponsor__item01-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  border: #000 2px solid;
  border-radius: 20px;
  padding: 2rem 0.5rem;
  width: 100%;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item01-text {
    flex-direction: row;
    border: #000 4px solid;
    border-radius: 40px;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-text {
    padding: 2rem;
    gap: 2rem;
  }
}
.page-sponsor__item01-text-01 {
  background-color: #439543;
}
.page-sponsor__item01-text-02 {
  background-color: #D1102F;
}
.page-sponsor__item01-text-03 {
  background-color: #EECF22;
}
.page-sponsor__item01-text-04 {
  background-color: #16ADCC;
}
.page-sponsor__item01-text-img {
  border-radius: 10px;
  border: #FFF solid 4px;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item01-text-img {
    max-width: 30%;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-text-img {
    max-width: 50%;
  }
}
.page-sponsor__item01-text-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-sponsor__item01-text-list-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text-list-sp {
    display: none;
    font-size: 1.5rem;
    text-align: left;
  }
}
.page-sponsor__item01-text-list-sp > h3 {
  position: relative;
  font-size: 17px;
  color: #FFF; /* 内側の文字色 */
  font-weight: 800;
  z-index: 1; /* 擬似要素より上に表示 */
  text-align: center;
}
.page-sponsor__item01-text-list-sp-03 {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text-list-sp-03 {
    display: none;
    font-size: 1.5rem;
    text-align: left;
  }
}
.page-sponsor__item01-text-list-sp-03 > h3 {
  position: relative;
  font-size: 17px;
  color: #000; /* 内側の文字色 */
  font-weight: 800;
  z-index: 1; /* 擬似要素より上に表示 */
  text-align: center;
}
.page-sponsor__item01-text-list-01 > h3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text-list-01 > h3 {
    display: block;
    position: relative;
    font-size: 18px;
    color: #FFF;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-text-list-01 > h3 {
    font-size: 1.75rem;
  }
}
.page-sponsor__item01-text-list-02 > h3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text-list-02 > h3 {
    display: block;
    position: relative;
    font-size: 18px;
    color: #FFF;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-text-list-02 > h3 {
    font-size: 1.75rem;
  }
}
.page-sponsor__item01-text-list-03 > h3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text-list-03 > h3 {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000; /* 内側の文字色 */
    font-weight: 800;
    z-index: 1; /* 擬似要素より上に表示 */
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-text-list-03 > h3 {
    font-size: 1.75rem;
  }
}
.page-sponsor__item01-text-list-04 > h3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text-list-04 > h3 {
    display: block;
    position: relative;
    font-size: 18px;
    color: #FFF;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item01-text-list-04 > h3 {
    font-size: 1.75rem;
  }
}
.page-sponsor__item01-text-list-item {
  position: relative;
  font-weight: bold;
  padding-left: 2.5rem;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item01-text-list-item {
    font-size: 1.125rem;
  }
}
.page-sponsor__item01-text-list-item:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/sponsor/sp-item01-deco.png);
  background-position: center;
  background-size: cover;
}
.page-sponsor__item01-text-list-item-03 {
  color: #000;
}
.page-sponsor__item02 {
  width: 360px;
  max-width: 1344px;
  background-image: url(../img/sponsor/sp-itemback02-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  margin: 2rem auto;
  position: relative;
  text-align: center;
  padding: 1rem;
  height: 920px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item02 {
    font-size: 1rem;
    background-image: url(../img/sponsor/sp-itemback02-md.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item02 {
    background-image: url(../img/sponsor/sp-itemback02-lg.png);
    width: 960px;
    height: 1440px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item02 {
    background-image: url(../img/sponsor/sp-itemback02.png);
    width: 1200px;
    height: 1800px;
  }
}
.page-sponsor__item02-img01 {
  display: none;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item02-img01 {
    display: block;
    max-width: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item02-img01 {
    max-width: 720px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item02-img01 {
    max-width: 900px;
  }
}
.page-sponsor__item02-img01-sp {
  display: block;
  height: auto;
  max-width: 310px;
  margin: 0 auto 0 2%;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item02-img01-sp {
    display: none;
  }
}
.page-sponsor__item02-img02 {
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item02-img02 {
    display: block;
    max-width: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item02-img02 {
    max-width: 720px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item02-img02 {
    max-width: 900px;
  }
}
.page-sponsor__item02-img02-sp {
  display: block;
  height: auto;
  max-width: 310px;
  margin: 0 auto 0 2%;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item02-img02-sp {
    display: none;
  }
}
.page-sponsor__item02-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: bold;
  align-items: center;
  top: 80px;
  width: 310px;
  height: auto;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto 0 4%;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item02-wrap {
    width: 560px;
    top: 130px;
    left: 0;
    right: 0;
    margin: 0 auto 0 2%;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item02-wrap {
    top: 220px;
    width: 740px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item02-wrap {
    top: 250px;
    width: 960px;
  }
}
.page-sponsor__item02-wrap > h2 {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-sponsor__item02-wrap > h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__item02-wrap > h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item02-wrap > h2 {
    font-size: 3rem;
  }
}
.page-sponsor__item02-wrap > h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.75rem;
  background-color: #EECF22;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .page-sponsor__item02-wrap > h2:before {
    height: 1.5rem;
  }
}
.page-sponsor__method {
  position: relative;
  margin: 0 auto 2rem;
  padding: 5rem 0 0;
  top: -40px;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method {
    top: 0;
    margin: 0 auto 15rem;
    padding: 200px 0 0;
  }
}
.page-sponsor__method-back {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  transform: rotate(180deg);
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  .page-sponsor__method-back {
    height: auto;
  }
}
.page-sponsor__method-wrap {
  position: relative;
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
  border: 2px solid #000;
  background-color: #FCEFB7;
  border-radius: 15px;
  box-shadow: 4px 4px 0 #000;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-wrap {
    border: 4px solid #000;
    border-radius: 30px;
    box-shadow: 8px 8px 0 #000;
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__method-wrap {
    width: 90%;
    max-width: 960px;
    gap: 2.5rem;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .page-sponsor__method-wrap {
    padding: 5rem 10%;
    width: 80%;
    max-width: 1200px;
    gap: 2.5rem;
  }
}
.page-sponsor__method-wrap > h2 {
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-wrap > h2 {
    font-size: 2.5rem;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-sponsor__method-wrap > p {
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.page-sponsor__method-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-cont {
    padding: 3rem 0;
    gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-sponsor__method-list {
  position: relative;
  background-color: #FCEFB7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-list {
    max-width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .page-sponsor__method-list {
    max-width: 50%;
  }
}
.page-sponsor__method-list-img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 35%;
  height: auto;
}
.page-sponsor__method-list-item {
  position: relative;
  font-weight: bold;
  padding-left: 4rem;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-list-item {
    font-size: 1rem;
    padding-left: 5rem;
  }
}
.page-sponsor__method-list-item > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #FD680A;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-list-item > h3 {
    font-size: 1.5rem;
  }
}
.page-sponsor__method-list-item-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  max-height: 60px;
  background-image: url(../img/sponsor/sp-method-num01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-list-item-01:before {
    max-height: 100px;
  }
}
.page-sponsor__method-list-item-02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  max-height: 60px;
  background-image: url(../img/sponsor/sp-method-num02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-list-item-02:before {
    max-height: 100px;
  }
}
.page-sponsor__method-list-item-03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  max-height: 60px;
  background-image: url(../img/sponsor/sp-method-num03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-list-item-03:before {
    max-height: 100px;
  }
}
.page-sponsor__method-list-deco {
  width: 140px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-sponsor__method-list-deco {
    width: 200px;
  }
}
.page-sponsor__method-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.page-lantern {
  position: relative;
  background-color: #2B2B2B;
  z-index: 0;
  color: #FCEFB7;
  font-weight: bold;
}
.page-lantern__fv {
  position: relative;
  padding: 10rem 0 5rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-lantern__fv {
    padding: 15rem 0 5rem;
  }
}
.page-lantern__fv > h1 {
  text-align: center;
  color: #FCEFB7;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-lantern__fv > h1 {
    font-size: 1.5rem;
  }
}
.page-lantern__fv-title {
  width: 80%;
  height: auto;
  margin: 1rem auto 3rem;
}
@media screen and (min-width: 768px) {
  .page-lantern__fv-title {
    width: 70%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__fv-title {
    width: 50%;
    max-width: 800px;
  }
}
.page-lantern__fv-back {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-lantern__fv-back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: contain;
       object-fit: contain;
    filter: blur(7px);
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100vh;
  }
}
.page-lantern__fv-back-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__fv-back-md {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100vh;
    filter: blur(4px);
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__fv-back-md {
    display: none;
  }
}
.page-lantern__fv-back-sp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
  filter: blur(4px);
}
@media screen and (min-width: 768px) {
  .page-lantern__fv-back-sp {
    display: none;
  }
}
.page-lantern__time {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 2rem auto 5rem;
  padding-bottom: 5rem;
}
.page-lantern__time > img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-lantern__time > img {
    width: 300px;
  }
}
.page-lantern__desc {
  position: relative;
  padding: 3rem 0 5rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc {
    padding: 5rem 0 8rem;
  }
}
.page-lantern__desc-back01 {
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: -1;
  width: 120px;
  height: 120px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-back01 {
    display: block;
  }
}
.page-lantern__desc-back02 {
  position: absolute;
  top: 15%;
  left: 3%;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
}
.page-lantern__desc-back03 {
  position: absolute;
  top: 50%;
  left: 7%;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-back03 {
    display: block;
  }
}
.page-lantern__desc-back04 {
  position: absolute;
  top: 55%;
  left: 3%;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
}
.page-lantern__desc-back05 {
  position: absolute;
  top: 30%;
  right: 3%;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
}
.page-lantern__desc-back06 {
  position: absolute;
  top: 45%;
  right: 15%;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
}
.page-lantern__desc-back07 {
  position: absolute;
  top: 55%;
  right: 3%;
  z-index: -1;
  width: 120px;
  height: 120px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-back07 {
    display: block;
  }
}
.page-lantern__desc-cont {
  position: relative;
  border-radius: 50px;
  margin: 3rem auto 1rem;
  padding: 2rem 5%;
  width: 95%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-cont {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-cont {
    margin: 5rem auto 2rem;
    padding: 5rem 5%;
    border-radius: 30px;
    width: 80%;
    min-width: 960px;
  }
}
.page-lantern__desc-cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: blur(10px);
  border-radius: 30px;
  z-index: -1;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-cont:before {
    border-radius: 50px;
  }
}
.page-lantern__desc-cont > h2 {
  color: #FCEFB7;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-cont > h2 {
    font-size: 2.5rem;
  }
}
.page-lantern__desc-item {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-item {
    flex-direction: row;
  }
}
.page-lantern__desc-item > img {
  height: auto;
}
.page-lantern__desc-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 2;
}
.page-lantern__desc-item-text > h3 {
  color: #EECF22;
  font-size: 1.5rem;
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-item-text > h3 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.page-lantern__desc-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  padding: 5rem 0 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 360px;
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img {
    width: 400px;
    align-items: center;
  }
}
.page-lantern__desc-img > img {
  width: 270px;
  margin: 0 auto 0 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-img > img {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img > img {
    width: 400px;
  }
}
.page-lantern__desc-img-text-01 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  top: 4.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 3rem;
  color: #EECF22;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img-text-01 {
    top: 1rem;
    padding-bottom: 5rem;
    font-size: 1.5rem;
  }
}
.page-lantern__desc-img-text-01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img-text-01:before {
    width: 3rem;
    height: 3rem;
  }
}
.page-lantern__desc-img-text-02 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  top: 60%;
  right: 7%;
  padding-left: 3rem;
  color: #EECF22;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc-img-text-02 {
    right: -5%;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img-text-02 {
    padding-left: 5rem;
    font-size: 1.5rem;
    top: 50%;
    right: -45%;
  }
}
.page-lantern__desc-img-text-02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img-text-02:before {
    width: 3rem;
    height: 3rem;
  }
}
.page-lantern__desc-img-text-03 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  bottom: -7%;
  left: 20%;
  padding-top: 3rem;
  color: #EECF22;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img-text-03 {
    font-size: 1.5rem;
    bottom: 8%;
    left: -40%;
    padding-top: 0;
    padding-right: 5rem;
  }
}
.page-lantern__desc-img-text-03:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc-img-text-03:before {
    top: 0;
    right: 0;
    left: auto;
    width: 3rem;
    height: 3rem;
  }
}
.page-lantern__desc__back {
  position: absolute;
  width: 100%;
  bottom: -80px;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-lantern__desc__back {
    bottom: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__desc__back {
    bottom: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .page-lantern__desc__back {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-lantern__cont {
  position: relative;
  padding: 10rem 0;
  margin: 0 auto 3rem;
  z-index: 0;
  background-color: #000;
}
.page-lantern__cont-wrap {
  position: relative;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
  border-radius: 15px;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap {
    border-radius: 30px;
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__cont-wrap {
    width: 90%;
    max-width: 960px;
    gap: 2.5rem;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .page-lantern__cont-wrap {
    padding: 5rem 10%;
    width: 80%;
    max-width: 1200px;
    gap: 2.5rem;
  }
}
.page-lantern__cont-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FD680A;
  background-color: transparent;
  border-radius: 15px;
  z-index: -1;
  filter: blur(2px);
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap::before {
    border: 8px solid #FD680A;
    border-radius: 30px;
    filter: blur(4px);
  }
}
.page-lantern__cont-wrap > h2 {
  position: relative;
  font-weight: bold;
  color: #FCEFB7;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap > h2 {
    font-size: 2.5rem;
  }
}
.page-lantern__cont-wrap-back01 {
  position: absolute;
  top: -30%;
  left: -3%;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap-back01 {
    display: block;
    top: -40%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__cont-wrap-back01 {
    display: block;
    width: 120px;
    height: 120px;
  }
}
.page-lantern__cont-wrap-back02 {
  position: absolute;
  top: -35%;
  left: -10%;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap-back02 {
    display: block;
  }
}
.page-lantern__cont-wrap-back03 {
  position: absolute;
  top: -10%;
  left: 2%;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap-back03 {
    display: block;
  }
}
.page-lantern__cont-wrap-back04 {
  position: absolute;
  top: -25%;
  right: -8%;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
}
.page-lantern__cont-wrap-back05 {
  position: absolute;
  top: -10%;
  right: 2%;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap-back05 {
    display: block;
  }
}
.page-lantern__cont-wrap-back06 {
  position: absolute;
  top: 25%;
  right: -2%;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
}
.page-lantern__cont-wrap-back07 {
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: -1;
  width: 90px;
  height: 90px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(10px);
}
.page-lantern__cont-wrap-back08 {
  position: absolute;
  top: 68%;
  right: -10%;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(10px);
  display: none;
}
@media screen and (min-width: 768px) {
  .page-lantern__cont-wrap-back08 {
    display: block;
  }
}
.page-lantern__cont-img {
  display: flex;
  margin: 2rem auto;
}
.page-lantern__cont-img > img {
  width: 50%;
  height: auto;
}
.page-lantern__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem auto;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-lantern__list {
    font-size: 18px;
  }
}
.page-lantern__list-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-lantern__list-item {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 1rem;
  }
}
.page-lantern__list-item > p:nth-child(1) {
  position: relative;
  padding-left: 2rem;
}
.page-lantern__list-item > p:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 80px;
  background-color: #FD680A;
  filter: blur(4px);
}
.page-lantern__list-time-list {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 0.5rem;
}
.page-lantern__caution {
  position: relative;
  width: 90%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 1024px) {
  .page-lantern__caution {
    width: 70%;
    max-width: 1000px;
    margin: 5rem auto;
  }
}
.page-lantern__caution > h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-lantern__caution-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-lantern__caution-list > li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.75;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .page-lantern__caution-list > li {
    padding-left: 2rem;
    font-size: 16px;
  }
}
.page-lantern__caution-list > li:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 80px;
  background-color: #EECF22;
  filter: blur(4px);
}
@media screen and (min-width: 768px) {
  .page-lantern__caution-list > li:before {
    width: 16px;
    height: 16px;
  }
}
.page-lantern__faq {
  position: relative;
  padding: 1rem 0 10rem;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-lantern__faq {
    padding: 1rem 0 15rem;
    margin: 0 auto 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-lantern__faq {
    padding: 10rem 0;
    margin: 0 auto 3rem;
  }
}
.page-lantern__faq-wrap {
  position: relative;
  margin: 1rem auto;
  width: 90%;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .page-lantern__faq-wrap {
    margin: 3rem auto;
    width: 70%;
  }
}
.page-lantern__faq-wrap > h2 {
  font-size: 1.5rem;
  color: #EECF22;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-lantern__faq-wrap > h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion-area-faq {
  border: 2px solid #EECF22;
  border-radius: 15px;
}

.accordion-area li {
  margin: 1rem 0;
}

/*アコーディオンタイトル*/
.accordion__title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  transition: all 0.5s ease;
  color: #EECF22;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .accordion__title {
    font-size: 18px;
    padding: 2rem 3rem 2rem 2rem;
  }
}
.accordion__title > span {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .accordion__title > span {
    padding-right: 1rem;
  }
}

.accordion__title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/lantern/l-faq-img.png);
  background-size: cover;
  top: 40%;
  right: 15px;
}

/*　closeというクラスがついたら形状変化　*/
.close .accordion__title {
  border: none;
}

.accordion__title.close::after {
  transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.accordion__box {
  display: none; /*はじめは非表示*/
  padding: 1rem 2rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .accordion__box {
    font-size: 18px;
    padding: 2rem 3rem 2rem 2rem;
  }
}
.accordion__box-text {
  color: #FCEFB7;
  display: flex;
  gap: 1rem;
}
.accordion__box-text > span {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .accordion__box-text > span {
    padding-right: 1rem;
  }
}

.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 0;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -30px;
  top: -65px;
  /*テキストの形状*/
  color: #FD680A;
  font-size: 1rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .scrolldown1 span {
    top: -80px;
  }
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #FEEEB4;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.parallax {
  border-radius: 8px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.16);
  position: absolute;
  aspect-ratio: 1/1;
}

.large {
  background-color: #62929E;
  width: 100px;
  animation: parallax-large-anim linear;
  animation-timeline: scroll();
}

.page-stage {
  position: relative;
  padding: 10rem 0 5rem;
}
@media screen and (min-width: 1024px) {
  .page-stage {
    padding: 15rem 0;
  }
}
.page-stage__desc {
  position: relative;
  margin: 3rem auto;
  padding: 3rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .page-stage__desc {
    margin: 3rem auto;
    padding: 3rem 5% 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-stage__desc {
    margin: 5rem auto;
    padding: 5rem 5% 18rem;
  }
}
.page-stage__desc-back {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-back {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.page-stage__desc-back-sp {
  display: block;
  position: absolute;
  top: -3rem;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-back-sp {
    display: none;
  }
}
.page-stage__desc-wrap {
  position: relative;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
  border: 2px solid #000;
  background-color: #16ADCC;
  border-radius: 15px;
  box-shadow: 4px 4px 0 #000;
  padding: 8rem 1rem 5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-stage__desc-wrap {
    padding: 2rem 5%;
    border: 4px solid #000;
    border-radius: 30px;
    box-shadow: 8px 8px 0 #000;
    width: 90%;
    max-width: 960px;
    gap: 2.5rem;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .page-stage__desc-wrap {
    max-width: 1200px;
    gap: 2.5rem;
  }
}
.page-stage__desc-wrap > h1 {
  position: relative;
  font-weight: bold;
  color: #FFF;
  font-size: 1.25rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-wrap > h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-stage__desc-wrap > h1 {
    font-size: 2.5rem;
  }
}
.page-stage__desc-wrap > h1 > span {
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-wrap > h1 > span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-stage__desc-wrap > h1 > span {
    font-size: 3rem;
  }
}
.page-stage__desc-wrap > h1 > span:before {
  content: "";
  position: absolute;
  width: 75%;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  background-color: #204EC6;
  z-index: -1;
}
.page-stage__desc-wrap > p {
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  font-size: 12px;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-wrap > p {
    font-size: 1rem;
  }
}
.page-stage__desc-img01 {
  position: absolute;
  right: -1rem;
  top: -1rem;
  height: auto;
  max-width: 45%;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-img01 {
    max-width: 30%;
  }
}
.page-stage__desc-img02 {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  height: auto;
  max-width: 45%;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-img02 {
    max-width: 30%;
  }
}
.page-stage__desc-img03 {
  position: absolute;
  left: 2rem;
  bottom: 25%;
  height: auto;
}
.page-stage__desc-img04 {
  position: absolute;
  right: 2rem;
  bottom: 30%;
  height: auto;
}
.page-stage__desc-img05 {
  position: absolute;
  height: auto;
  left: 3%;
  top: 1rem;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .page-stage__desc-img05 {
    right: 3%;
    top: 25%;
    max-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .page-stage__desc-img05 {
    max-width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .page-stage__desc-img05 {
    max-width: 190px;
  }
}
.page-stage__desc-list {
  position: relative;
  padding: 1.5rem 5% 5rem;
  background-color: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-stage__desc-list {
    padding: 1.5rem 5%;
    width: 60%;
    min-width: 600px;
  }
}
.page-stage__desc-list-img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 25%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-stage__desc-list-img {
    max-width: 35%;
  }
}
.page-stage__desc-list-item {
  position: relative;
  font-weight: bold;
  padding-left: 2.5rem;
}
.page-stage__desc-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/sponsor/sp-desc07.png);
  background-position: center;
  background-size: cover;
}
.page-stage__desc-list-item > p {
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .page-stage__desc-list-item > p {
    font-size: 1rem;
  }
}
.page-stage__desc-list-item > p:nth-of-type(2) {
  color: #204EC6;
}
.page-stage__back {
  top: -100px;
}
.page-stage__cont {
  position: relative;
  margin: 5rem auto 8rem;
  background-color: #FCEFB7;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .page-stage__cont {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .page-stage__cont {
    width: 80%;
  }
}
.page-stage__cont > h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-align: center;
  z-index: 1;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1024px) {
  .page-stage__cont > h3 {
    font-size: 3rem;
  }
}
.page-stage__cont > h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  width: 100%;
  z-index: -1;
  background-color: #EECF22;
}
.page-stage__wrap {
  width: 100%;
  background-color: #FFF;
  border: 2px solid #16ADCC;
  padding: 3rem 1rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap {
    border: 4px solid #16ADCC;
    padding: 5rem 3%;
    border-radius: 50px;
  }
}
.page-stage__wrap-deco {
  position: absolute;
  left: 0;
  top: -7rem;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-deco {
    width: 160px;
    left: 3%;
    top: -5rem;
  }
}
.page-stage__wrap-day {
  position: relative;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .page-stage__wrap-day {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.page-stage__wrap-top {
  position: relative;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  padding: 0 3rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page-stage__wrap-top {
    flex-direction: row;
  }
}
.page-stage__wrap-top-img {
  position: relative;
  height: auto;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-stage__wrap-top-img {
    width: 47%;
  }
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-top-img {
    width: 35%;
  }
}
.page-stage__wrap-top-deco01 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: auto;
}
.page-stage__wrap-top-deco02 {
  position: absolute;
  bottom: 20%;
  right: 0;
  height: auto;
}
.page-stage__wrap-item {
  position: relative;
  padding: 1rem;
  border: 4px solid #204EC6;
  background-color: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 2rem auto;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item {
    max-width: 960px;
    border-radius: 30px;
    border: 2px solid #204EC6;
    padding: 2rem;
    flex-direction: row;
  }
}
.page-stage__wrap-item-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item-wrap {
    max-width: 960px;
  }
}
.page-stage__wrap-item-img {
  border-radius: 30px;
  height: auto;
}
.page-stage__wrap-item-deco {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-stage__wrap-item-deco {
    top: -1rem;
    left: -3rem;
    right: auto;
    margin: 0;
  }
}
.page-stage__wrap-item-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-stage__wrap-item-text > h3 {
  color: #204EC6;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-stage__wrap-item-text > h3 {
    font-size: 2rem;
  }
}
.page-stage__wrap-item-text > p {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item-text > p {
    font-size: 1rem;
  }
}
.page-stage__wrap-item-cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item-cont {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
.page-stage__wrap-item02 {
  position: relative;
  padding: 1rem;
  border: 4px solid #16ADCC;
  background-color: #FFF;
  border-radius: 20px;
  margin: 2rem auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item02 {
    padding: 2rem;
    border: 2px solid #16ADCC;
    border-radius: 30px;
  }
}
.page-stage__wrap-item02 > img {
  border-radius: 30px;
  height: auto;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.page-stage__wrap-item02-wrap {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item02-wrap {
    width: 45%;
  }
}
.page-stage__wrap-item02-wrap-nodesc {
  position: relative;
  width: 100%;
  z-index: 0;
}
.page-stage__wrap-item02-wrap-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item02-wrap-cont {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-stage__wrap-item02-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.page-stage__wrap-item02-text > h3 {
  color: #16ADCC;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-stage__wrap-item02-text > h3 {
    font-size: 1.5rem;
  }
}
.page-stage__wrap-item02-text > p {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item02-text > p {
    font-size: 1rem;
  }
}
.page-stage__wrap-item03 {
  position: relative;
  padding: 1rem;
  border: 4px solid #FD680A;
  background-color: #FFF;
  border-radius: 20px;
  margin: 2rem auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item03 {
    flex-direction: row;
    border-radius: 30px;
    padding: 2rem;
  }
}
.page-stage__wrap-item03-title {
  margin: 1rem auto 0;
  height: auto;
}
.page-stage__wrap-item03 > img {
  border-radius: 30px;
  height: auto;
}
.page-stage__wrap-item03-wrap {
  position: relative;
  max-width: 42%;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-stage__wrap-item03-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-stage__wrap-item03-text > h3 {
  color: #FD680A;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-stage__wrap-item03-text > h3 {
    font-size: 1.75rem;
  }
}
.page-stage__wrap-item03-text > p {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item03-text > p {
    font-size: 1rem;
  }
}
.page-stage__wrap-item04 {
  position: relative;
  padding: 1rem;
  border: 4px solid #FF0000;
  background-color: #FFF;
  border-radius: 20px;
  margin: 2rem auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item04 {
    flex-direction: row;
    justify-content: center;
    border-radius: 30px;
    padding: 2rem;
    gap: 4rem;
  }
}
.page-stage__wrap-item04-title {
  margin: 1rem auto 0;
  height: auto;
}
.page-stage__wrap-item04 > img {
  height: auto;
}
.page-stage__wrap-item04-wrap {
  position: relative;
  max-width: 42%;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-stage__wrap-item04-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-stage__wrap-item04-text > h3 {
  color: #FF0000;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-stage__wrap-item04-text > h3 {
    font-size: 1.75rem;
  }
}
.page-stage__wrap-item04-text > p {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .page-stage__wrap-item04-text > p {
    font-size: 1rem;
  }
}
.page-stage__time {
  margin: 3rem auto;
  padding: 2rem 0;
}
.page-stage__time-wrap {
  width: 90%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .page-stage__time-wrap {
    width: 80%;
    margin: 3rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 3rem;
  }
}
.page-stage__time-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-stage__time-item {
    max-width: 42%;
  }
}
.page-stage__time-item > img {
  height: auto;
}
.page-stage__time-caution {
  width: 90%;
  margin: 1rem auto;
}
@media screen and (min-width: 1024px) {
  .page-stage__time-caution {
    width: 80%;
  }
}

/*アコーディオン全体*/
.accordion-s-area {
  list-style: none;
  width: 100%;
}

.accordion-s-area li {
  margin: 1rem 0;
  background-color: #FFF;
}

/*アコーディオンタイトル*/
.accordion-s__title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 1rem;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #16ADCC;
}
@media screen and (min-width: 768px) {
  .accordion-s__title {
    font-size: 1.75rem;
  }
}

.accordion-s__title::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("https://sagamihara-festa.com/wp-content/uploads/2025/11/faq-img.png");
  background-size: cover;
  top: 40%;
  right: 0;
}

/*　closeというクラスがついたら形状変化　*/
.close .accordion-s__title {
  border: none;
}

.accordion-s__title.close::after {
  transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.accordion-s__box {
  display: none; /*はじめは非表示*/
  padding: 1rem;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .accordion-s__box {
    font-size: 16px;
  }
}
.accordion-s__box-text {
  color: #000;
  display: flex;
  gap: 1rem;
}
.accordion-s__box-text > span {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .accordion-s__box-text > span {
    padding-right: 1rem;
  }
}

.page-activity {
  position: relative;
  padding: 10rem 0 5rem;
}
@media screen and (min-width: 1024px) {
  .page-activity {
    padding: 15rem 0 3rem;
  }
}
.page-activity__desc-wrap {
  position: relative;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
  border: 2px solid #000;
  background-color: #EECF22;
  border-radius: 15px;
  box-shadow: 4px 4px 0 #000;
  padding: 8rem 1rem 5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-activity__desc-wrap {
    padding: 5rem 5% 8rem;
    border: 4px solid #000;
    background-color: #EECF22;
    border-radius: 30px;
    box-shadow: 8px 8px 0 #000;
    width: 90%;
    max-width: 960px;
    gap: 2.5rem;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .page-activity__desc-wrap {
    max-width: 1200px;
    gap: 2.5rem;
  }
}
.page-activity__desc-wrap > h1 {
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-activity__desc-wrap > h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__desc-wrap > h1 {
    font-size: 2.5rem;
  }
}
.page-activity__desc-wrap > h1 > span {
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-activity__desc-wrap > h1 > span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__desc-wrap > h1 > span {
    font-size: 3rem;
  }
}
.page-activity__desc-wrap > h1 > span:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  background-color: #FCEFB7;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .page-activity__desc-wrap > h1 > span:before {
    height: 1.5rem;
  }
}
.page-activity__desc-wrap > p {
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-activity__desc-wrap > p {
    font-size: 16px;
  }
}
.page-activity__desc-wrap-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-activity__desc-wrap-img {
    display: block;
  }
}
.page-activity__desc-img05 {
  position: absolute;
  height: auto;
  left: 5%;
  top: 2rem;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .page-activity__desc-img05 {
    max-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__desc-img05 {
    top: auto;
    left: auto;
    right: 15%;
    bottom: 13rem;
    max-width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .page-activity__desc-img05 {
    max-width: 190px;
  }
}
.page-activity__desc__deco01 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 30%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-activity__desc__deco01 {
    bottom: 0;
    z-index: -1;
    right: 0;
    width: 20%;
  }
}
.page-activity__cont {
  position: relative;
  top: -3rem;
  padding: 3rem 0;
  z-index: 0;
  background-color: #FCEFB7;
}
.page-activity__cont-wrap {
  width: 90%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-wrap {
    width: 80%;
  }
}
.page-activity__cont-wrap > h2 {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-wrap > h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-activity__cont-wrap > h2 {
    font-size: 4rem;
  }
}
.page-activity__cont-wrap > h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.75rem;
  background-color: #EECF22;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .page-activity__cont-wrap > h2:before {
    height: 1.5rem;
  }
}
.page-activity__cont-wrap-deco01 {
  position: absolute;
  right: -20vw;
  height: auto;
  top: -5rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-wrap-deco01 {
    display: block;
  }
}
.page-activity__cont-wrap-deco02 {
  position: absolute;
  left: -20vw;
  height: auto;
  bottom: -5rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-wrap-deco02 {
    display: block;
  }
}
.page-activity__cont-wrap-deco03 {
  position: absolute;
  right: -20vw;
  height: auto;
  bottom: -5rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-wrap-deco03 {
    display: block;
  }
}
.page-activity__cont-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item {
    gap: 0;
    flex-direction: row;
    width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .page-activity__cont-item {
    flex-direction: row;
    width: 1000px;
  }
}
.page-activity__cont-item:nth-child(odd) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.page-activity__cont-item:nth-child(odd) .page-activity__cont-item-deco {
  position: absolute;
  top: -4rem;
  right: -4rem;
  left: auto;
  z-index: -1;
}
.page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text > h3 {
  color: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text > h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text > h3 {
    text-align: left;
    padding: 0.75rem 2rem;
    border-radius: 30px 0 0 30px;
    font-size: 1.75rem;
  }
}
.page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text > h4 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text > h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text > h4 {
    padding-right: 2rem;
    font-size: 1.25rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item:nth-child(odd) .page-activity__cont-item-text > p {
    padding-right: 2rem;
    padding-left: 0;
  }
}
.page-activity__cont-item-deco {
  position: absolute;
  top: -4rem;
  left: -4rem;
  z-index: -1;
}
.page-activity__cont-item-img {
  border-radius: 20px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-activity__cont-item-img-01 {
  border: 4px solid #459541;
  min-height: 360px;
}
.page-activity__cont-item-img-02 {
  border: 4px solid #FD680A;
}
.page-activity__cont-item-img-03 {
  border: 4px solid #EECF22;
}
.page-activity__cont-item-img-04 {
  border: 4px solid #16ADCC;
}
.page-activity__cont-item-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-activity__cont-item-text > h3 {
  color: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-activity__cont-item-text > h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item-text > h3 {
    text-align: left;
    padding: 0.75rem 2rem;
    font-size: 1.75rem;
    border-radius: 0 30px 30px 0;
  }
}
.page-activity__cont-item-text > h4 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page-activity__cont-item-text > h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item-text > h4 {
    font-size: 1.25rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__cont-item-text > p {
    padding-left: 2rem;
  }
}
.page-activity__cont-item-text-01 > h3 {
  background-color: #459541;
}
.page-activity__cont-item-text-01 > h4 {
  color: #459541;
}
.page-activity__cont-item-text-02 > h3 {
  background-color: #FD680A;
}
.page-activity__cont-item-text-02 > h4 {
  color: #FD680A;
}
.page-activity__cont-item-text-03 > h3 {
  background-color: #EECF22;
}
.page-activity__cont-item-text-03 > h4 {
  color: #EECF22;
}
.page-activity__cont-item-text-04 > h3 {
  background-color: #16ADCC;
}
.page-activity__cont-item-text-04 > h4 {
  color: #16ADCC;
}
.page-activity__caution {
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-activity__caution {
    padding: 8rem 0;
  }
}
.page-activity__caution-title {
  color: #D1102F !important;
  font-size: 3rem;
}
.page-activity__caution-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-activity__caution-list-item {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-activity__caution-list-item {
    font-size: 1rem;
  }
}
.page-activity__caution-deco {
  position: absolute;
  top: -5rem;
  right: 5%;
  width: 80px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-activity__caution-deco {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .page-activity__caution-deco {
    width: 180px;
  }
}

.page-gourmet {
  position: relative;
  padding: 10rem 0 5rem;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1024px) {
  .page-gourmet {
    padding: 15rem 0 3rem;
  }
}
.page-gourmet__btn {
  margin: 2rem auto;
}
.page-gourmet__area {
  position: relative;
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__area {
    width: 80%;
  }
}
.page-gourmet__area-main {
  width: 100%;
  height: auto;
}
.page-gourmet__area-deco01 {
  position: absolute;
  right: 0;
  top: -5rem;
  width: 80px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__area-deco01 {
    right: -3rem;
    width: 200px;
  }
}
.page-gourmet__area-btn01 {
  position: absolute;
  top: -2rem;
  left: 7%;
  max-width: 30%;
  transition: all 0.3s;
  animation-delay: 0.5s;
}
.page-gourmet__area-btn01 > img {
  height: auto;
}
.page-gourmet__area-btn01:hover {
  opacity: 0.8;
  transform: translateY(3px);
}
.page-gourmet__area-btn02 {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 30%;
  animation-delay: 1s;
  transition: all 0.3s;
}
.page-gourmet__area-btn02 > img {
  height: auto;
}
.page-gourmet__area-btn02:hover {
  opacity: 0.8;
  transform: translateY(3px);
}
.page-gourmet__area-btn03 {
  position: absolute;
  top: 35%;
  right: 8%;
  max-width: 30%;
  animation-delay: 1.5s;
  transition: all 0.3s;
}
.page-gourmet__area-btn03 > img {
  height: auto;
}
.page-gourmet__area-btn03:hover {
  opacity: 0.8;
  transform: translateY(3px);
}
.page-gourmet__cont {
  position: relative;
  margin: 0 auto 2rem;
  padding: 5rem 0 0;
  top: -3rem;
  background-color: #FFF;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__cont {
    margin: 0 auto 5rem;
    padding: 15rem 0 5rem;
    top: -3rem;
  }
}
.page-gourmet__wrap {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: 5rem auto;
  background-color: #FCEFB7;
  border-radius: 20px;
  border: 4px solid #000;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__wrap {
    border-radius: 50px;
  }
}
.page-gourmet__wrap::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 30px;
  background-color: #FE670A;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__wrap::before {
    top: 3rem;
    left: 3rem;
  }
}
.page-gourmet__wrap::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 30px;
  background-color: #FE670A;
}
@media screen and (min-width: 768px) {
  .page-gourmet__wrap::after {
    top: 3rem;
    right: 3rem;
  }
}
.page-gourmet__wrap-02 {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: 5rem auto;
  background-color: #FCEFB7;
  border-radius: 20px;
  border: 4px solid #000;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__wrap-02 {
    border-radius: 50px;
  }
}
.page-gourmet__wrap-02::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 30px;
  background-color: #16ADCC;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__wrap-02::before {
    top: 3rem;
    left: 3rem;
  }
}
.page-gourmet__wrap-02::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 30px;
  background-color: #16ADCC;
}
@media screen and (min-width: 768px) {
  .page-gourmet__wrap-02::after {
    top: 3rem;
    right: 3rem;
  }
}
.page-gourmet__wrap-03 {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: 5rem auto;
  background-color: #FCEFB7;
  border-radius: 20px;
  border: 4px solid #000;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__wrap-03 {
    border-radius: 50px;
  }
}
.page-gourmet__wrap-03::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 30px;
  background-color: #204EC6;
}
@media screen and (min-width: 1024px) {
  .page-gourmet__wrap-03::before {
    top: 3rem;
    left: 3rem;
  }
}
.page-gourmet__wrap-03::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 30px;
  background-color: #204EC6;
}
@media screen and (min-width: 768px) {
  .page-gourmet__wrap-03::after {
    top: 3rem;
    right: 3rem;
  }
}
.page-gourmet__wrap-title {
  position: relative;
  margin: 0 auto;
  top: -0.5rem;
  max-width: 70%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-gourmet__wrap-title {
    max-width: 50%;
  }
}
.page-gourmet__wrap-cont {
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .page-gourmet__wrap-cont {
    margin: 5rem auto;
  }
}
.page-gourmet__wrap-cont-title {
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-gourmet__wrap-cont-title {
    font-size: 2.5rem;
  }
}
.page-gourmet__item {
  position: relative;
  width: 300px;
  height: auto;
  padding: 5rem 1.5rem;
  border-radius: 10px;
  background-color: #fff;
  border: #FE670A 4px solid;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-gourmet__item-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.page-gourmet__item-day {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  height: auto;
}
.page-gourmet__item-tag {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  height: auto;
}
.page-gourmet__item > h4 {
  font-size: 2rem;
}
.page-gourmet__item > h4 > span {
  font-size: 1.5rem;
}
.page-gourmet__item > h4 > small {
  font-size: 1.25rem;
}
.page-gourmet__item > span {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  background-color: #FCEFB7;
}
.page-gourmet__item > p {
  font-size: 12px;
}
.page-gourmet__item02 {
  position: relative;
  width: 300px;
  height: auto;
  padding: 5rem 1.5rem;
  border-radius: 10px;
  background-color: #fff;
  border: #459541 4px solid;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-gourmet__item02-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.page-gourmet__item02-day {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  height: auto;
}
.page-gourmet__item02-tag {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  height: auto;
}
.page-gourmet__item02 > h4 {
  font-size: 2rem;
}
.page-gourmet__item02 > h4 > span {
  font-size: 1.5rem;
}
.page-gourmet__item02 > span {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  background-color: #FCEFB7;
}
.page-gourmet__item02 > p {
  font-size: 12px;
}
.page-gourmet__item03 {
  position: relative;
  width: 300px;
  height: auto;
  padding: 5rem 1.5rem;
  border-radius: 10px;
  background-color: #fff;
  border: #EECF22 4px solid;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-gourmet__item03-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.page-gourmet__item03-day {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  height: auto;
}
.page-gourmet__item03-tag {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  height: auto;
}
.page-gourmet__item03 > h4 {
  font-size: 2rem;
}
.page-gourmet__item03 > h4 > span {
  font-size: 1.5rem;
}
.page-gourmet__item03 > span {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  background-color: #FCEFB7;
}
.page-gourmet__item03 > p {
  font-size: 12px;
}
.page-gourmet__item04 {
  position: relative;
  width: 300px;
  height: auto;
  padding: 5rem 1.5rem;
  border-radius: 10px;
  background-color: #fff;
  border: #D1102F 4px solid;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-gourmet__item04-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.page-gourmet__item04-day {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  height: auto;
}
.page-gourmet__item04-tag {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  height: auto;
}
.page-gourmet__item04 > h4 {
  font-size: 2rem;
}
.page-gourmet__item04 > h4 > span {
  font-size: 1.5rem;
}
.page-gourmet__item04 > span {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  background-color: #FCEFB7;
}
.page-gourmet__item04 > p {
  font-size: 12px;
}
.page-gourmet__item05 {
  position: relative;
  width: 300px;
  height: auto;
  padding: 5rem 1.5rem;
  border-radius: 10px;
  background-color: #fff;
  border: #FF8D9F 4px solid;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-gourmet__item05-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.page-gourmet__item05-day {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  height: auto;
}
.page-gourmet__item05-tag {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  height: auto;
}
.page-gourmet__item05 > h4 {
  font-size: 2rem;
}
.page-gourmet__item05 > h4 > span {
  font-size: 1.5rem;
}
.page-gourmet__item05 > span {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  background-color: #FCEFB7;
}
.page-gourmet__item05 > p {
  font-size: 12px;
}

#map {
  z-index: 1;
}

.page-faq {
  position: relative;
  padding: 10rem 0;
}
@media screen and (min-width: 1024px) {
  .page-faq {
    padding: 15rem 0;
  }
}
.page-faq__btn {
  width: 95%;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .page-faq__btn {
    width: 70%;
  }
}
.page-faq__btn > h1 {
  position: relative;
  font-size: 1.25rem;
  text-align: center;
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  z-index: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-faq__btn > h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-faq__btn > h1 {
    font-size: 2rem;
  }
}
.page-faq__btn > h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.75rem;
  background-color: #EECF22;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .page-faq__btn > h1:before {
    height: 1.5rem;
  }
}
.page-faq__btn-wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-faq__btn-wrap {
    gap: 2rem;
  }
}
.page-faq__btn-item {
  padding: 0.5rem 1rem;
  border: 2px solid #204EC6;
  border-radius: 30px;
  color: #204EC6;
  background-color: #FFF;
  font-weight: bold;
  transition: all 0.5s;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-faq__btn-item {
    border: 4px solid #204EC6;
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.page-faq__btn-item:hover {
  background-color: #204EC6;
  color: #FFF;
}
.page-faq__cont {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .page-faq__cont {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .page-faq__cont {
    width: 70%;
    padding: 3rem 5%;
  }
}
.page-faq__cont-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-faq__cont-deco {
    top: 1rem;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .page-faq__cont-deco {
    top: 1rem;
    width: 160px;
  }
}
.page-faq__cont > h2 {
  position: relative;
  font-size: 1.25rem;
  text-align: center;
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  z-index: 1;
  margin: 2rem auto 1rem;
}
@media screen and (min-width: 1024px) {
  .page-faq__cont > h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-faq__cont > h2 {
    font-size: 2rem;
  }
}
.page-faq__cont > h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.75rem;
  background-color: #EECF22;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .page-faq__cont > h2:before {
    height: 1.5rem;
  }
}

/*アコーディオン全体*/
.accordion-f-area {
  list-style: none;
  width: 100%;
  margin: 3rem auto;
}
.accordion-f-area-faq {
  border: 2px solid #204EC6;
  border-radius: 15px;
}

.accordion-f-area li {
  margin: 1rem 0;
  background-color: #FFF;
}

/*アコーディオンタイトル*/
.accordion-f__title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  transition: all 0.5s ease;
  color: #204EC6;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .accordion-f__title {
    font-size: 18px;
    padding: 2rem 3rem 2rem 2rem;
  }
}
.accordion-f__title > span {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .accordion-f__title > span {
    padding-right: 1rem;
  }
}

.accordion-f__title::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/faq/faq-img.png);
  background-size: cover;
  top: 40%;
  right: 15px;
}

/*　closeというクラスがついたら形状変化　*/
.close .accordion-f__title {
  border: none;
}

.accordion-f__title.close::after {
  transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.accordion-f__box {
  display: none; /*はじめは非表示*/
  padding: 1rem;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .accordion-f__box {
    font-size: 18px;
    padding: 2rem 3rem 2rem 2rem;
  }
}
.accordion-f__box-text {
  color: #000;
  display: flex;
  gap: 1rem;
}
.accordion-f__box-text > span {
  font-size: 14px;
  line-height: 1.25;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .accordion-f__box-text > span {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
}
.accordion-f__box-text-p > a {
  word-break: break-all;
}
.accordion-f__box-text-p > img {
  height: auto;
}

.btn__main {
  position: relative;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 200px;
  text-align: center;
  display: block;
  color: #FFF;
  background-color: #204EC6;
}
.btn__main:hover {
  color: #000;
  background-color: #EECF22;
  animation: anima-button-30 1s;
}

@keyframes anima-button-30 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 137, 208, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
.btn-menu {
  background-color: #D1102F;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  gap: 0.5rem;
  border-radius: 10px 0 0 10px;
  border: 2px solid #000;
  box-shadow: 0 4px 0 #000;
  transition: all 0.25s;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .btn-menu {
    border: 2px solid #000;
    box-shadow: 0 8px 0 #000;
    gap: 1rem;
    border-radius: 30px 0 0 30px;
    padding: 1.5rem 1.25rem;
  }
}
.btn-menu:hover {
  translate: 4px 4px;
  box-shadow: none;
}
.btn-menu > p {
  color: #FFF;
  font-weight: bold;
  font-size: 8px;
}
@media screen and (min-width: 1024px) {
  .btn-menu > p {
    font-size: 1.25rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.btn-menu > img {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .btn-menu > img {
    width: 40px;
  }
}

.btn__sub {
  position: relative;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 260px;
  display: block;
  color: #FFF;
  font-weight: bold;
  background-color: #FD680A;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px #000;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .btn__sub {
    width: 320px;
    gap: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.btn__sub:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px #000;
}

a.btn-malformation {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 100% 80px/80px 100%;
  width: 160px;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80%/100% 80%;
}

.btn-malformation--pastel {
  background: #0A7283;
  background: linear-gradient(180deg, #75E0AA 40%, #0A7283 100%);
  box-shadow: 20px 10px 0 #B4FDD8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75E0AA', endColorstr='#0A7283', GradientType=1);
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　画像の縮小　*/
.zoomOut img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomOut a:hover img { /*hoverした時の変化*/
  transform: scale(1); /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.zoomInTrigger {
  opacity: 0;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__inner {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header__inner.hidden {
  opacity: 0;
  visibility: hidden;
}

.header {
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 33%;
  right: 0;
  margin: 0;
  z-index: 99;
  display: none;
}
@media screen and (min-width: 580px) {
  .header {
    top: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    display: block;
    top: 8rem;
  }
}
.header__menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.header__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  height: inherit;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    gap: 2.5rem;
  }
}

.header__nav-list-normal.is-current {
  position: relative;
}

.header__nav-list-normal.is-current::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #204EC6;
  border-radius: 2px;
}

.header__btmmenu {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 999;
  pointer-events: none; /* 非表示時はクリックできない */
}
@media screen and (min-width: 1024px) {
  .header__btmmenu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row !important;
    gap: 1.25rem;
  }
}
.header__btmmenu-item {
  border-radius: 10px;
  width: 90px;
  height: 90px;
  gap: 0.5rem;
}
.header__btmmenu-item-img > img {
  max-height: 56px;
}

.header__btmmenu.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

#breadcrumbs {
  width: 90%;
  margin: 1rem 0;
  z-index: 100;
  font-size: fontSize(12);
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    width: 70%;
  }
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #888888;
  margin: 0 1rem;
}

.breadcrumb_last {
  color: #204EC6;
  margin: 0 1rem;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100svh; /*ナビの高さ*/
  background: #FBFBF0;
  /*動き*/
  transition: all 0.6s;
  text-transform: none;
  overflow-y: scroll;
}
#g-nav-wrap {
  margin: 6rem auto 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1rem 4rem;
  justify-content: center;
  align-items: center;
}
#g-nav-img01 {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 45%;
  height: auto;
}
#g-nav-img02 {
  position: absolute;
  bottom: 70px;
  right: 0;
  height: auto;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 10px;
  border: #000 2px solid;
  background-color: #D1102F;
  box-shadow: 4px 4px 0 #000;
}
@media screen and (min-width: 768px) {
  .openbtn {
    display: none;
  }
}
.openbtn-img {
  width: 40px;
  height: auto;
  transition: opacity 0.3s;
}
.openbtn.active .openbtn-img {
  content: url("../img/header-menu02.png");
  width: 30px;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: #FCEFB7;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__back {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media screen and (min-width: 768px) {
  .footer__back {
    top: -120px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__back {
    top: -160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.footer__deco {
  position: absolute;
  top: -90px;
  right: 5%;
  z-index: 0;
  width: 30%;
  height: auto;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .footer__deco {
    top: -200px;
    right: 5%;
    z-index: 0;
    width: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__deco {
    max-width: 200px;
  }
}
.footer__deco02 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 20%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .footer__deco02 {
    display: block;
    width: 30%;
  }
}
.footer__deco03 {
  position: relative;
  margin: 0 0 1rem auto;
  width: 40%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__deco03 {
    display: none;
  }
}
.footer__cont {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  margin: 1rem 0;
  z-index: 0;
  padding: 5rem 0 0;
}
@media screen and (min-width: 1024px) {
  .footer__cont {
    padding: 5rem 0;
    width: 90%;
    max-width: 1200px;
    gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .footer__cont {
    padding: 5rem 0;
    width: 80%;
    max-width: 1200px;
    gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer__nav-inner {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: -webkit-fill-available;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .footer__nav-inner {
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav-inner {
    flex-direction: row;
    gap: 3rem;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__nav-list > a {
  font-size: 1.25rem;
  font-weight: bold;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__item {
    align-items: flex-start;
    gap: 3rem;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.footer__text-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: bold;
}
.footer__text-list > span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1rem;
  background-color: #EECF22;
}
.footer__text > a:hover {
  color: #F05454;
}
.footer__text-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__text-link {
    justify-content: flex-start;
  }
}
.footer__text-link > a {
  color: #204EC6;
  text-decoration: none;
  margin-top: 1rem;
}
.footer__text-link > a:hover {
  text-decoration: underline;
}
.footer__logo {
  display: flex;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    justify-content: left;
  }
}
.footer__logo > img {
  max-width: 260px;
  height: auto;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__logo > img {
    max-width: 320px;
  }
}
.footer > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer > p {
    margin: 0;
  }
}
.footer__copy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 1rem;
  text-align: center;
}
.footer__copy-img {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.footer__copy-img > a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */