@charset "UTF-8";
/* foundation */
/*幅変数*/
/*色変数*/
/*フォント*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1.5rem;
  position: relative;
  color: #937235;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  counter-reset: number 0;
  letter-spacing: 0.1em;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #937235;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

img, source, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

html {
  font-size: 15px;
  line-height: 1.75;
  height: 100%;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 62.5%;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 0.5952380952vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.125vw;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  box-shadow: inset 0 0 6px #646464;
}

.fontL {
  font-size: clamp(18px, 5vw, 40px);
}

.fontM {
  font-size: clamp(14px, 3vw, 22px);
}

.fontS {
  font-size: clamp(10px, 2vw, 18px);
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* layout */
.l-main {
  margin-top: 0px;
}

.l-content {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 4em 1em;
  z-index: 3;
}

/* foundation */
#page_top {
  border-radius: 50%;
  width: min(clamp(50px, 15dvw, 80px), clamp(50px, 8dvh, 80px));
  height: min(clamp(50px, 15dvw, 80px), clamp(50px, 8dvh, 80px));
  position: fixed;
  right: 3%;
  bottom: 20px;
  background: #fcfcfc;
  border: solid 3px #66c688;
  z-index: 50;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1647058824);
  transition: 0.3s;
  opacity: 0;
}

#page_top a {
  position: relative;
  display: block;
  width: min(clamp(50px, 15dvw, 80px), clamp(50px, 8dvh, 80px));
  height: min(clamp(50px, 15dvw, 80px), clamp(50px, 8dvh, 80px));
  right: 0;
  top: 0;
}

#page_top a::before {
  font-weight: 900;
  content: "TOP";
  font-size: clamp(13px, 3dvw, 25px);
  color: #66c688;
  position: absolute;
  left: 46%;
  top: 45%;
  margin: auto;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}

.l-header {
  position: fixed;
  width: 100%;
  height: 100dvh;
  display: block;
  z-index: 98;
  pointer-events: none;
  overflow: hidden;
}
.l-headericon {
  background-color: #66c688;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2549019608);
  pointer-events: initial;
  z-index: 85;
  position: fixed;
  right: 3%;
  top: 20px;
  width: min(clamp(50px, 15dvw, 80px), clamp(50px, 8dvh, 80px));
  height: min(clamp(50px, 15dvw, 80px), clamp(50px, 8dvh, 80px));
  border-radius: 50%;
  border: solid 3px #fcfcfc;
  transition: transform 0.5s;
}
.l-headericon:hover {
  opacity: 1;
}
@media screen and ( max-width:1100px) {
  .l-headericon {
    right: 10px;
    top: 10px;
  }
}
.l-headericon__dot01, .l-headericon__dot02, .l-headericon__dot03 {
  transition: 0.3s;
  position: absolute;
  width: 12%;
  height: 12%;
  background-color: #fcfcfc;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.l-headericon__dot01 {
  left: 25%;
}
.l-headericon__dot02 {
  left: 50%;
}
.l-headericon__dot03 {
  left: 75%;
}
.l-header .c-fvnavlist {
  display: block;
  z-index: 81;
  position: relative;
  height: 100%;
}
.l-header .c-fvnavlist ul {
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 15rem;
  margin-top: 20px;
  text-align: right;
  right: 3%;
}
@media screen and ( max-width:1100px) {
  .l-header .c-fvnavlist ul {
    right: 10px;
    height: 100%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .l-header .c-fvnavlist ul {
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
    height: auto;
  }
  .l-header .c-fvnavlist ul li {
    height: 20%;
  }
}
.l-header .c-fvnavlist ul li {
  font-size: clamp(20px, 2.8vw, 30px);
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .l-header .c-fvnavlist ul li {
    font-size: clamp(25px, 3vw, 30px);
  }
}
@media screen and ( max-width:1100px) {
  .l-header .c-fvnavlist ul li {
    margin-bottom: 2dvw;
    font-size: clamp(25px, 3vw, 30px);
  }
}
.l-header .c-fvnavlist ul li a {
  color: rgb(247, 247, 247);
}
.l-header .c-fvnavlist .c-fvmap {
  width: auto;
  max-height: 30%;
  position: relative;
  padding-right: 3%;
  padding-bottom: 20px;
  display: flex;
  justify-content: end;
}
@media screen and ( max-width:1100px) {
  .l-header .c-fvnavlist .c-fvmap {
    display: none;
  }
}
.l-header .c-fvnavlist .c-fvmap__map {
  height: 100%;
  width: auto;
}
.l-header .c-fvnavlist .c-fvmap__pin {
  position: absolute;
  bottom: 23%;
  right: 63%;
  height: 20%;
}
.l-header .c-fvbg {
  height: 100%;
  display: flex;
  transition: 0.5s;
  transform: translateX(100%);
}
.l-header .c-fvbg .c-fvbgsp {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.l-header .c-fvbg .c-fvbgsp::before,
.l-header .c-fvbg .c-fvbgsp::after {
  position: absolute;
  right: 0px;
  top: 0%;
  height: 100%;
  width: 30dvw;
  content: "";
  background-color: #66c688;
  box-shadow: -3px 0px 5px rgba(39, 83, 78, 0.15);
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .l-header .c-fvbg .c-fvbgsp::before {
    right: -7rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-fvbg .c-fvbgsp::before {
    right: -7rem;
    width: 100%;
  }
}
.l-header .c-fvbg .c-fvbgsp::after {
  opacity: 0.5;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .l-header .c-fvbg .c-fvbgsp::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-fvbg .c-fvbgsp::after {
    width: 100%;
  }
}
@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.c-header__open {
  transform: rotate(360deg);
}
.c-header__open div {
  border-radius: 500rem;
}
.c-header__open div:nth-child(1) {
  left: 50%;
  width: 70%;
  height: 7%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.c-header__open div:nth-child(2) {
  opacity: 0;
}
.c-header__open div:nth-child(3) {
  left: 50%;
  width: 70%;
  height: 7%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.c-header__open02 .c-fvbg {
  display: flex;
  transform: translateY(0%);
}
.c-header__open02 .c-fvnavlist ul {
  pointer-events: initial;
  opacity: 1;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .c-header__open02 .c-fvnavlist ul {
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
    height: auto;
  }
  .c-header__open02 .c-fvnavlist ul li {
    height: 20%;
  }
}

/* foundation */
.l-footer {
  position: relative;
  z-index: 97;
  background-color: #66c688;
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  padding: 5dvw;
}
.l-footer__wrap .c-footerLogo {
  width: auto;
  height: 10dvw;
  margin-right: 5dvw;
}
@media screen and ( max-width:1100px) {
  .l-footer__wrap .c-footerLogo {
    width: 25dvw;
    height: 18dvw;
    margin-right: 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap .c-footerLogo {
    width: 25dvw;
    height: 18dvw;
    margin-right: 5dvw;
  }
}
.l-footer__wrap nav ul li a {
  display: block;
  color: #fcfcfc;
  font-size: clamp(10px, 2vw, 20px);
  text-align: right;
}
.l-footer p {
  color: #fcfcfc;
  text-align: center;
  font-size: clamp(12px, 2vw, 18px);
}

/* object */
/* foundation */
.c-lord {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-color: #fcfcfc;
  z-index: 99;
}
.c-lord__box {
  position: relative;
  width: 100%;
  height: 90dvh;
  min-height: 700px;
}
@media screen and ( max-width:1100px) {
  .c-lord__box {
    min-height: 600px;
    height: 85dvh;
  }
}
@media screen and (max-width: 767px) {
  .c-lord__box {
    min-height: 400px;
    height: 90dvh;
  }
}
.c-lord__cicle {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: #026949;
  z-index: 100;
  border-radius: 50%;
}
.c-lord .c-rotateIn {
  animation-name: c-rotateInAnime;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes c-rotateInAnime {
  0% {
    opacity: 0;
    transform: rotate(-360deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

.p-modal {
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.623);
  z-index: 201;
  padding: 0 10%;
  position: fixed;
  top: 0px;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .p-modal {
    padding: 0 5%;
  }
}
.p-modal__contents {
  height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
}
.p-modal__contents .p-detail {
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 222, 173, 0);
  width: 70%;
  padding: 10px 0;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-modal__contents .p-detail {
    width: 85%;
  }
}
@media screen and ( max-width:1100px) {
  .p-modal__contents .p-detail {
    width: 100%;
  }
}
.p-modal__contents .p-detail .p-contactWrap {
  display: flex;
  gap: 3dvw;
  justify-content: space-between;
  margin-bottom: 3dvw;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contactWrap {
    height: 35dvh;
    gap: 2vh;
    margin-bottom: 2vh;
  }
}
.p-modal__contents .p-detail .p-contact__title {
  border-bottom: solid 2px #937235;
  margin-bottom: 2dvw;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contact__title {
    margin-bottom: 2vh;
    font-size: min(3vh, 15px);
  }
}
.p-modal__contents .p-detail .p-contact__botton {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(#ce5c3c, #c2401d);
  padding: 20px 10px;
}
@media screen and ( max-width:1100px) {
  .p-modal__contents .p-detail .p-contact__botton {
    padding: 3dvw 5dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-modal__contents .p-detail .p-contact__botton {
    padding: 3dvw 5dvw;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contact__botton {
    padding: 1.5dvh;
  }
}
.p-modal__contents .p-detail .p-contact__botton p {
  color: #fff8ea;
  font-weight: 900;
}
.p-modal__contents .p-detail .p-contact__botton .fontL {
  font-size: clamp(18px, 5vw, 40px);
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contact__botton .fontL {
    font-size: 5vh;
  }
}
.p-modal__contents .p-detail .p-contact__botton .fontM {
  font-size: clamp(14px, 2.5vw, 22px);
  font-weight: 500;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contact__botton .fontM {
    font-size: max(10px, 2.5vh);
  }
}
.p-modal__contents .p-detail .p-contact__botton .fontS {
  font-size: clamp(18px, 2.5vw, 40px);
  font-weight: 500;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contact__botton .fontS {
    font-size: max(10px, 2vh);
  }
}
.p-modal__contents .p-detail .p-contactJoin {
  width: 65%;
}
.p-modal__contents .p-detail .p-contactJoin img {
  width: 25%;
  margin-left: 10%;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contactJoin img {
    width: auto;
    height: 10vh;
  }
}
@media screen and (max-width: 767px) {
  .p-modal__contents .p-detail .p-contactJoin img {
    margin-left: 3%;
  }
}
.p-modal__contents .p-detail .p-contactOther {
  width: 35%;
}
.p-modal__contents .p-detail .p-contactOther__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contactOther__content {
    width: auto;
    height: 60%;
  }
}
.p-modal__contents .p-detail .p-contactOther__content img {
  width: 50%;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contactOther__content img {
    width: auto;
    height: 60%;
  }
}
.p-modal__contents .p-detail .p-contactOther__content .fontS {
  font-weight: 500;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contactOther__content .fontS {
    font-size: clamp(10px, 2.5vh, 20px);
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contactSpon {
    height: 35dvh;
  }
}
.p-modal__contents .p-detail .p-contactSpon img {
  width: 10%;
  margin: 0 3dvw;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .p-contactSpon img {
    width: auto;
    height: 5vh;
  }
}
.p-modal__contents .p-detail .u-recruitment {
  padding: min(2dvw, 2vh) 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .u-recruitment {
    font-size: max(20px, 5vh);
  }
}
.p-modal__contents .p-detail .u-recruitment::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 10%;
  height: 6px;
  background-color: #fcfcfc;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .u-recruitment::before {
    width: 10vh;
  }
}
.p-modal__contents .p-detail .u-recruitment::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 10%;
  height: 6px;
  background-color: #fcfcfc;
  transform: rotate(-45deg);
  cursor: pointer;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-modal__contents .p-detail .u-recruitment::after {
    width: 10vh;
  }
}
.p-modal__contents .p-detail .u-recruitment:hover::after, .p-modal__contents .p-detail .u-recruitment:hover::before {
  opacity: 0.5;
}
.p-modal .p-contentsBox {
  padding: min(2dvw, 3vh);
}

.u-hidden {
  display: none;
}

/* foundation */
.p-secTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max(120px, 15dvh);
  margin-bottom: 4rem;
}
@media screen and ( max-width:1100px) {
  .p-secTitle {
    height: max(120px, 15dvh);
  }
}
@media screen and (max-width: 767px) {
  .p-secTitle {
    height: 10dvh;
  }
}
@media screen and ( min-width:768px) and (orientation: landscape) {
  .p-secTitle {
    height: max(100px, 15dvh);
    padding: 10px 0;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .p-secTitle {
    height: max(100px, 10dvh);
    padding: 10px 0;
  }
}
.p-secTitle__bg {
  width: 820px;
}
@media screen and ( max-width:1100px) {
  .p-secTitle__bg {
    width: clamp(300px, 90vw, 750px);
  }
}
.p-secTitle__box {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
}
@media screen and ( max-width:1100px) {
  .p-secTitle__box {
    padding-bottom: 2dvw;
  }
}
.p-secTitle__boxIcon {
  height: 35px;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and ( max-width:1100px) {
  .p-secTitle__boxIcon {
    height: 5vw;
    margin-right: 1.5vw;
  }
}
.p-secTitle__box h1, .p-secTitle__box p {
  font-weight: 700;
  color: rgb(247, 247, 247);
  font-size: clamp(22px, 2dvw, 30px);
  height: auto;
}
@media screen and ( max-width:1100px) {
  .p-secTitle__box h1, .p-secTitle__box p {
    font-size: clamp(14px, 3.5dvw, 30px);
  }
}
.p-secTitle__box h2 {
  font-weight: 700;
  color: rgb(247, 247, 247);
  font-size: clamp(22px, 2dvw, 30px);
  height: auto;
}
@media screen and ( max-width:1100px) {
  .p-secTitle__box h2 {
    font-size: clamp(14px, 3.5dvw, 30px);
  }
}
.p-secTitle__bottomIcon {
  padding-top: 50px;
  width: 25px;
  position: absolute;
}
@media screen and ( max-width:1100px) {
  .p-secTitle__bottomIcon {
    padding-top: 6vw;
    width: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-secTitle__bottomIcon {
    padding-top: 7vw;
    width: 3vw;
  }
}

/* foundation */
.p-lord {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  min-height: 700px;
}
.p-lordBox {
  height: 85rem;
  min-height: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and ( max-width:1100px) {
  .p-lordBox {
    min-height: 600px;
    height: 85rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lordBox {
    min-height: 400px;
    height: 90dvh;
  }
}
.p-lordBox a {
  width: 42rem;
  max-width: 400px;
  margin-top: 14rem;
}
@media screen and ( max-width:1100px) {
  .p-lordBox a {
    width: min(40%, 50vh);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-lordBox a {
    width: min(60%, 80vh);
    height: auto;
    margin-top: 10rem;
  }
}
.p-lordBox a .c-fvlogo {
  position: relative;
}
.p-lordBox a .c-fvpop01 {
  position: absolute;
  width: 82rem;
  top: 3rem;
  left: calc(50vw - 45rem);
}
@media screen and (max-width: 767px) {
  .p-lordBox a .c-fvpop01 {
    width: 28rem;
    top: 14rem;
    left: calc(50vw - 15rem);
  }
}
.p-lordBox a .c-fvpop02 {
  position: absolute;
  width: 45rem;
  top: 4rem;
  left: calc(50vw - 7rem);
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-lordBox a .c-fvpop02 {
    width: 19rem;
    top: 13.5rem;
    left: calc(50vw - 4rem);
    animation-delay: 0.3s;
    transform: rotate(-8deg);
  }
}
.p-lordBox a:hover {
  opacity: 1;
}

.p-fv {
  width: 100%;
  position: relative;
  height: 85rem;
  min-height: 700px;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #66c688;
}
@media screen and ( max-width:1100px) {
  .p-fv {
    min-height: 600px;
    height: 85rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: 400px;
    height: 90dvh;
  }
}
.p-fv::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #087B56 0%, #56C599 100%);
  top: -24rem;
  left: -50vw;
  width: 200vw;
  height: 27rem;
  transform: rotate(-7deg);
  z-index: 7;
}
.p-fv::after {
  content: "";
  position: absolute;
  background: linear-gradient(-90deg, #087B56 0%, #56C599 100%);
  bottom: -27rem;
  left: -50vw;
  width: 200vw;
  height: 27rem;
  transform: rotate(-367deg);
  z-index: 7;
}
@media screen and (max-width: 767px) {
  .p-fv::after {
    bottom: -23.3rem;
  }
}
.p-fv .c-fvbg {
  height: 40rem;
  width: 100vw;
  pointer-events: none;
  position: absolute;
}
.p-fv .c-fvbg__spbaseBox {
  height: 0dvh;
  width: 100vw;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvbg__spbaseBox {
    height: 14rem;
    background-color: #a5dcba;
  }
}
.p-fv .c-fvbg .c-fvbgsp {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100vw;
}
.p-fv .c-fvbg .c-fvbgsp::before,
.p-fv .c-fvbg .c-fvbgsp::after {
  position: absolute;
  left: -100%;
  width: 255%;
  height: 250%;
  content: "";
  background-color: #c8e8d6;
}
.p-fv .c-fvbg .c-fvbgsp::before {
  z-index: 2;
  opacity: 0.5;
  top: -227%;
  border-radius: 60% 40%/50% 70%;
  animation: wave linear 28s infinite;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvbg .c-fvbgsp::before {
    top: -200%;
  }
}
.p-fv .c-fvbg .c-fvbgsp::after {
  z-index: 1;
  opacity: 0.3;
  top: -218%;
  animation-delay: -8s;
  border-radius: 59% 53%/40% 50%;
  animation: wave linear 26s infinite;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvbg .c-fvbgsp::after {
    top: -170%;
  }
}
.p-fv .c-fvbg .c-fvbgsp .bg-w {
  z-index: 3;
  position: absolute;
  left: -100%;
  width: 255%;
  height: 250%;
  content: "";
  background-color: #fff;
  top: -233.5%;
  animation-delay: -8s;
  border-radius: 50% 50%/50% 50%;
  animation: wave linear 25s infinite;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvbg .c-fvbgsp .bg-w {
    top: -226%;
    display: none;
  }
}
@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-fv .c-fvbg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80dvh;
  min-height: 680px;
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvbg1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvbg1 {
    display: none;
  }
}
.p-fv .c-fvbg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82dvh;
  min-height: 690px;
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvbg2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvbg2 {
    display: none;
  }
}
.p-fv .c-fvilast {
  width: 100%;
  height: 85rem;
  z-index: 5;
  position: absolute;
  min-height: 670px;
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvilast {
    width: 100%;
    min-height: 600px;
    height: 85rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast {
    width: 100%;
    min-height: 400px;
    height: 90dvh;
    margin-right: 0;
  }
}
.p-fv .c-fvilast img {
  position: absolute;
}
.p-fv .c-fvilast .img01 {
  width: 28%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img01 {
    width: 81%;
    top: 0;
    right: 0;
  }
}
.p-fv .c-fvilast .img02 {
  width: 24%;
  top: 0%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img02 {
    width: 39%;
    top: 23%;
    left: -1%;
  }
}
.p-fv .c-fvilast .img03 {
  width: 15%;
  top: 20%;
  right: 8%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img03 {
    width: 46%;
    top: 57%;
    left: 4%;
    z-index: 5;
  }
}
.p-fv .c-fvilast .img05 {
  width: 4%;
  top: 40%;
  left: 29%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img05 {
    width: 11%;
    top: 22%;
    left: 60%;
  }
}
.p-fv .c-fvilast .img06 {
  width: 5.5%;
  top: 51%;
  left: 16%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img06 {
    display: none;
  }
}
.p-fv .c-fvilast .img08 {
  width: 25%;
  top: 40%;
  left: 29%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img08 {
    width: 67%;
    top: 46%;
    left: 4%;
  }
}
.p-fv .c-fvilast .img09 {
  width: 19%;
  top: 52%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img09 {
    width: 46%;
    top: 6%;
    left: -3%;
  }
}
.p-fv .c-fvilast .img10 {
  width: 16%;
  bottom: 0;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img10 {
    width: 39%;
    bottom: 62%;
    left: 41%;
  }
}
.p-fv .c-fvilast .img11 {
  width: 7%;
  top: 79%;
  left: 26%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img11 {
    width: 15%;
    top: 48%;
    left: 82%;
  }
}
.p-fv .c-fvilast .img12 {
  width: 9%;
  bottom: 0;
  left: 0;
}
.p-fv .c-fvilast .img13 {
  width: 25%;
  top: 13%;
  right: 21%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img13 {
    width: 76%;
    top: 45%;
    left: 30%;
  }
}
.p-fv .c-fvilast .img14 {
  width: 13%;
  top: 60%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img14 {
    width: 38%;
    top: 78%;
    right: 0;
  }
}
.p-fv .c-fvilast .img15 {
  width: 6%;
  top: 65%;
  right: 17%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img15 {
    width: 15%;
    top: 75%;
    left: 45%;
  }
}
.p-fv .c-fvilast .img16 {
  width: 8%;
  top: 69%;
  right: 28%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img16 {
    display: none;
  }
}
.p-fv .c-fvilast .img17 {
  width: 13%;
  top: 78%;
  left: 55%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img17 {
    width: 30%;
    top: 13%;
    left: 50%;
  }
}
.p-fv .c-fvilast .img18 {
  width: 51%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img18 {
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
}
.p-fv .c-fvilast .img19 {
  max-width: 135px;
  min-width: 95px;
  width: 8%;
  top: 78%;
  left: 64%;
  z-index: 10;
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvilast .img19 {
    max-width: 110px;
    min-width: 95px;
    width: 13%;
    top: 83%;
    left: 54%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img19 {
    max-width: 110px;
    min-width: 87px;
    width: 22%;
    top: 80%;
    left: 54%;
  }
}
.p-fv .c-fvilast .img20 {
  width: 17%;
  top: 68%;
  left: 36%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img20 {
    width: 45%;
    top: 83%;
    left: 10%;
    z-index: 8;
  }
}
.p-fv .c-fvilast .img21 {
  max-width: 58px;
  min-width: 47px;
  width: 3.5%;
  top: 32%;
  left: 80%;
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvilast .img21 {
    display: block;
    max-width: 50px;
    width: 7%;
    top: 28%;
    left: 95%;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img21 {
    max-width: 30px;
    min-width: 20px;
  }
}
.p-fv .c-fvilast .img22 {
  width: 7%;
  top: 39%;
  left: 19%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img22 {
    width: 17%;
    top: 68%;
    left: 25%;
  }
}
.p-fv .c-fvilast .img24 {
  width: 4.5%;
  top: 58%;
  left: 24%;
}
@media screen and (max-width: 767px) {
  .p-fv .c-fvilast .img24 {
    width: 13%;
    top: 37%;
    left: 79%;
  }
}
.p-fv .c-fvnavlist {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvnavlist {
    display: none;
  }
}
.p-fv .c-fvnavlist ul {
  height: 75%;
  padding-bottom: 20px;
  padding-right: 3%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-fv .c-fvnavlist ul {
    padding-bottom: 20px;
    padding-right: 3%;
  }
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvnavlist ul {
    height: 100%;
    padding-bottom: 10%;
    padding-right: 3%;
  }
}
.p-fv .c-fvnavlist ul li {
  font-size: clamp(20px, 2.8vw, 30px);
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-fv .c-fvnavlist ul li {
    font-size: clamp(20px, 2vw, 28px);
  }
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvnavlist ul li {
    font-size: clamp(20px, 1.7vw, 28px);
  }
}
.p-fv .c-fvnavlist ul li a {
  color: rgb(247, 247, 247);
}
.p-fv .c-fvnavlist .c-fvmap {
  width: auto;
  max-height: 25%;
  position: relative;
  padding-right: 3%;
  padding-bottom: 20px;
  display: flex;
  justify-content: end;
}
@media screen and ( max-width:1100px) {
  .p-fv .c-fvnavlist .c-fvmap {
    display: none;
  }
}
.p-fv .c-fvnavlist .c-fvmap__map {
  height: 100%;
  width: auto;
}
.p-fv .c-fvnavlist .c-fvmap__pin {
  position: absolute;
  bottom: 23%;
  right: 63%;
  height: 20%;
}

.p-about {
  background-color: #fff1d6;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 8dvw 12rem;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-about {
    padding: 0 3dvw 50px;
  }
}
@media screen and ( max-width:1100px) {
  .p-about {
    padding: 0 5dvw 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 0 5dvw 50px;
  }
}
.p-about__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 5rem;
  gap: 2rem;
}
@media screen and ( max-width:1100px) {
  .p-about__wrap {
    padding: 0rem;
    gap: 0rem;
  }
}
.p-about__wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width:1100px) {
  .p-about__wrap ul {
    justify-content: space-around;
  }
  .p-about__wrap ul:nth-child(1) {
    margin-bottom: 0;
  }
  .p-about__wrap ul:nth-child(2) {
    margin-top: 5dvh;
  }
  .p-about__wrap ul:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__wrap ul:nth-child(2) {
    margin-top: 1dvh;
  }
}
.p-about__wrap ul li {
  width: 32.2%;
}
@media screen and ( max-width:1100px) {
  .p-about__wrap ul li {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__wrap ul li {
    width: 100%;
  }
}
.p-about__wrap ul li img {
  border-radius: 30px;
  width: 100%;
  box-shadow: 1px 1px 5px rgba(63, 26, 26, 0.2509803922);
}
.p-about .p-secTitle {
  margin-bottom: 0;
}
.p-aboutContent {
  color: #026949;
  border: solid 5px #026949;
  border-radius: 30px;
  text-align: center;
  background-color: #fcfcfc;
  z-index: 5;
  padding: 10px;
  width: 100%;
}
@media screen and ( max-width:1100px) {
  .p-aboutContent {
    padding: 1.5dvw;
    width: 70%;
    margin-bottom: 5dvh;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutContent {
    width: 100%;
  }
}
.p-aboutContent__wrap {
  border: 2px solid #026949;
  padding: 15px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and ( max-width:1100px) {
  .p-aboutContent__wrap {
    padding: 3.5dvw;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutContent__wrap {
    padding-top: 5dvw;
    padding-bottom: 8dvw;
  }
}
.p-aboutContent__wrap h3 {
  font-size: clamp(18px, 1.5vw, 25px);
  width: auto;
  margin-bottom: 20px;
}
@media screen and ( max-width:1100px) {
  .p-aboutContent__wrap h3 {
    font-size: clamp(18px, 3vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutContent__wrap h3 {
    font-size: 20px;
  }
}
.p-aboutContent__wrap h3 span {
  display: inline;
  border-bottom: 5px dotted #026949;
}
.p-aboutContent__wrap p {
  width: auto;
  font-size: clamp(12px, 0.9vw, 18px);
  line-height: 1.5;
}
@media screen and ( max-width:1100px) {
  .p-aboutContent__wrap p {
    font-size: clamp(14px, 1vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutContent__wrap p {
    font-size: 0.8em;
  }
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-aboutContent__wrap p br {
    display: none;
  }
}
@media screen and ( max-width:1100px) {
  .p-aboutContent__wrap p br {
    display: none;
  }
}
.p-about .slider {
  width: 100dvw;
  margin: 0 -5dvw;
  /*ドットナビゲーションの設定*/
}
.p-about .slider img {
  width: 60vw;
  height: auto;
  border-radius: 10px;
}
.p-about .slider .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.5;
  /*透過50%*/
}
.p-about .slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.p-about .slider .slick-prev,
.p-about .slider .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線をす*/
  border-top: 2px solid #937235;
  /*矢印の色*/
  border-right: 2px solid #937235;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}
.p-about .slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.p-about .slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
.p-about .slider .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.p-about .slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.p-about .slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fcfcfc;
  /*ドットボタンの色*/
  border: none;
  box-shadow: 2px 2px 6px rgba(71, 45, 35, 0.349);
}
.p-about .slider .slick-dots .slick-active button {
  background: #937235;
  /*ドットボタンの現在地表示の色*/
}

.p-insta {
  background-color: #fff1d6;
  padding: 0 8dvw 12rem;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-insta {
    padding: 0 3dvw 50px;
  }
}
@media screen and ( max-width:1100px) {
  .p-insta {
    padding: 0 5dvw 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-insta {
    padding: 0 5dvw 50px;
  }
}
.p-insta__wrap {
  width: 136rem;
  margin: auto;
}
@media screen and ( max-width:1100px) {
  .p-insta__wrap {
    width: 100%;
  }
}
.p-insta img {
  border-radius: 2rem;
}
.p-insta #sbi_load {
  margin-top: 2rem;
}

.p-news {
  position: relative;
  background-color: #f1dfbd;
  padding: 12rem 0 4rem;
  overflow: hidden;
}
@media screen and ( max-width:1100px) {
  .p-news {
    padding: 10vw 0;
  }
}
.p-news__strat {
  width: 100%;
  position: absolute;
  top: -2px;
  z-index: 2;
}
.p-news__strat .shape-fill {
  fill: #fff1d6;
}
.p-news__addIlast {
  position: absolute;
  right: 2%;
  width: 22vw;
  top: -9vw;
}
@media screen and ( max-width:1100px) {
  .p-news__addIlast {
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__addIlast {
    right: -10%;
    width: 30vw;
    top: -10vw;
  }
}
.p-news__content {
  padding: 0 5vw;
  margin-left: 30%;
}
@media screen and ( max-width:1100px) {
  .p-news__content {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.p-news__content h2 {
  text-shadow: 2px 2px 3px #cabb9e;
  color: #fcfcfc;
  font-size: clamp(30px, 5dvw, 50px);
}
.p-news__content ul {
  position: relative;
  z-index: 5;
  display: flex;
  border-bottom: solid 1px #dbc295;
  width: 100%;
  font-weight: 600;
  align-items: center;
}
@media screen and ( max-width:1100px) {
  .p-news__content ul {
    width: 100%;
  }
}
.p-news__content ul:nth-last-child(1) {
  border-bottom: none;
}
.p-news__content ul .u-cat {
  padding: 4px 12px;
}
.p-news__content ul .u-category__notice, .p-news__content ul .u-category__booth, .p-news__content ul .u-category__uncategorized, .p-news__content ul .u-category__sof2025, .p-news__content ul .u-category__sof2026 {
  font-weight: 500;
}
.p-news__content ul .u-category__notice, .p-news__content ul .u-category__sof2025, .p-news__content ul .u-category__sof2026 {
  background-color: #ce5c3c;
}
.p-news__content ul .u-category__booth {
  background-color: #8cd5cb;
}
.p-news__content ul .u-category__uncategorized {
  background-color: #937235;
}
.p-news__content ul li {
  border-radius: 5px;
  padding: 0 1dvw 2px;
  height: auto;
  margin: 10px 5px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-news__content ul li {
    margin: 1dvw 1dvw;
    padding: 0 2dvw 0 2.5dvw;
  }
}
.p-news__content ul li p {
  line-height: 1;
  color: #fcfcfc;
  font-size: clamp(10px, 1.8vw, 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-news__content ul li p {
    font-size: clamp(12px, 1.2vw, 15px);
  }
}
.p-news__content ul .c-newsPost {
  font-size: clamp(14px, 4dvw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-news__content ul .c-newsPost {
    font-size: clamp(12px, 1.2vw, 15px);
  }
}
.p-news__end {
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 0;
}

.p-booth {
  background-color: #fff8ea;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: revert;
  padding: 10rem 0;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-booth {
    padding: 5dvw 5dvw;
  }
}
@media screen and ( max-width:1100px) {
  .p-booth {
    padding: 5dvw 10dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-booth {
    padding: 5dvw 5dvw;
  }
}
.p-boothWrap {
  width: 155rem;
  margin-bottom: 48px;
}
@media screen and ( max-width:1100px) {
  .p-boothWrap {
    width: 100%;
  }
}
@media screen and ( max-width:1100px) {
  .p-boothWrap .p-secTitle {
    margin-bottom: 0px;
  }
}
.p-boothContent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 16rem;
  margin-top: -16rem;
}
@media screen and ( max-width:1100px) {
  .p-boothContent {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-boothContent {
    padding-top: 7rem;
    margin-top: -7rem;
  }
}
.p-boothMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and ( max-width:1100px) {
  .p-boothMap {
    width: 100%;
    padding-right: 0px;
  }
}
.p-boothMap > div {
  width: 100%;
  position: relative;
}
.p-boothMap__img {
  transition: 0;
  visibility: collapse;
  opacity: 0;
  position: absolute;
}
.p-boothMap__img.show {
  position: relative;
  animation: my-animation 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.p-boothMap__img.show02 {
  position: relative;
  animation: my-animation 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.p-boothMap__img .p-boothMap__back {
  position: absolute;
  left: 20px;
  top: 17px;
  font-size: 17px;
  font-weight: 700;
  color: #fcfcfc;
  background-color: #937235;
  padding: 5px 10px 8px 26px;
  border-radius: 10px;
  line-height: 1;
  z-index: 25;
}
@media screen and ( max-width:1100px) {
  .p-boothMap__img .p-boothMap__back {
    font-size: 1rem;
  }
}
.p-boothMap__img .p-boothMap__back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  border-top: 4px solid transparent;
  border-right: 6px solid #fcfcfc;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
}
.p-boothMap__img img {
  position: relative;
  width: 100%;
}
@media screen and ( max-width:1100px) {
  .p-boothMap__img img {
    width: 100%;
  }
}
.p-boothMap__imgSvg {
  border-radius: 15px;
  opacity: 0.8;
}
.p-boothMap__img p {
  font-weight: 800;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fcfcfc;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.323);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 20;
}
.p-boothMap__img .c-booth__position {
  position: absolute;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.p-boothMap__img .c-booth__position--icon {
  position: absolute;
  width: 3.4%;
  height: 3.5%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
@media screen and ( max-width:1100px) {
  .p-boothMap__img .c-booth__position--icon {
    width: 4.4%;
    height: 4.5%;
  }
}
.p-boothMap__img .c-booth__position--icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  outline: solid 2px #2a533c;
  outline-offset: -2px;
  background-color: #fcfcfc;
  border-radius: 5px;
  z-index: -1;
}
.p-boothMap__img .c-booth__position--icon.c-select__booth::before {
  background-color: #ce5c3c;
}
.p-boothMap__img .c-booth__position--icon.c-select__booth02::before {
  background-color: #ce5c3c;
}
.p-boothMap__img .c-booth__position--pin {
  pointer-events: none;
  position: absolute;
  width: 2.75%;
  height: 3.5%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.p-boothMap__img .c-booth__position--pin.c-select__booth::after {
  content: "";
  position: absolute;
  background-image: url("../imgs/map/pin.svg");
  width: 30px;
  height: 30px;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 50;
  pointer-events: none;
  animation: pinfix 0.4s ease-out;
  /* アニメーションの実行時間 */
  animation-iteration-count: 1;
  /* 1回だけアニメーションを実行 */
  transform-origin: bottom center;
  /* 基準位置を下部中央に設定 */
}
@keyframes pinfix {
  0% {
    transform: translateX(-50%) rotate(0deg) translateY(-1rem);
  }
  100% {
    transform: translateX(-50%) rotate(0deg) translateY(0);
  }
}
.p-boothMap__img .c-booth__position--pin.c-select__booth02::after {
  content: "";
  position: absolute;
  background-image: url("../imgs/map/pin.svg");
  width: 30px;
  height: 30px;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 50;
  pointer-events: none;
}
.p-boothMap__img .c-area-all-list--A, .p-boothMap__img .c-area-all-list--B, .p-boothMap__img .c-area-all-list--C, .p-boothMap__img .c-area-all-list--D, .p-boothMap__img .c-area-all-list--D02, .p-boothMap__img .c-area-all-list--golf, .p-boothMap__img .c-area-all-list--kayak {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
.p-boothMap__img .c-area-all-list--A {
  width: 47%;
  top: 42%;
  left: 48.9%;
}
.p-boothMap__img .c-area-all-list--B {
  width: 20.3%;
  top: 57.9%;
  left: 37.3%;
}
.p-boothMap__img .c-area-all-list--C {
  width: 12.5%;
  top: 29.5%;
  left: 51%;
}
.p-boothMap__img .c-area-all-list--D {
  width: 16%;
  top: 31.5%;
  left: 21.2%;
}
.p-boothMap__img .c-area-all-list--D02 {
  width: 6%;
  top: 57.5%;
  left: 75.5%;
}
.p-boothMap__img .c-area-all-list--golf {
  width: 18.6%;
  top: 50.5%;
  left: 85%;
}
.p-boothMap__img .c-area-all-list--kayak {
  width: 13%;
  top: 55%;
  left: 34.5%;
}
.p-boothMap__img.c-area-all .c-area-all-list--A::after, .p-boothMap__img.c-area-all .c-area-all-list--B::after, .p-boothMap__img.c-area-all .c-area-all-list--C::after, .p-boothMap__img.c-area-all .c-area-all-list--D::after, .p-boothMap__img.c-area-all .c-area-all-list--D02::after, .p-boothMap__img.c-area-all .c-area-all-list--golf::after, .p-boothMap__img.c-area-all .c-area-all-list--kayak::after, .p-boothMap__img.c-area-all .c-area-all-list--shop::after {
  content: "";
  position: absolute;
  background-image: url("../imgs/map/pin.svg");
  width: 5rem;
  height: 5rem;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media screen and ( max-width:1100px) {
  .p-boothMap__img.c-area-all .c-area-all-list--A::after, .p-boothMap__img.c-area-all .c-area-all-list--B::after, .p-boothMap__img.c-area-all .c-area-all-list--C::after, .p-boothMap__img.c-area-all .c-area-all-list--D::after, .p-boothMap__img.c-area-all .c-area-all-list--D02::after, .p-boothMap__img.c-area-all .c-area-all-list--golf::after, .p-boothMap__img.c-area-all .c-area-all-list--kayak::after, .p-boothMap__img.c-area-all .c-area-all-list--shop::after {
    width: 8rem;
    height: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-boothMap__img.c-area-all .c-area-all-list--A::after, .p-boothMap__img.c-area-all .c-area-all-list--B::after, .p-boothMap__img.c-area-all .c-area-all-list--C::after, .p-boothMap__img.c-area-all .c-area-all-list--D::after, .p-boothMap__img.c-area-all .c-area-all-list--D02::after, .p-boothMap__img.c-area-all .c-area-all-list--golf::after, .p-boothMap__img.c-area-all .c-area-all-list--kayak::after, .p-boothMap__img.c-area-all .c-area-all-list--shop::after {
    height: 3rem;
    width: 5rem;
  }
}
.p-boothMap__img.c-area-all .c-area-all-list--A::before, .p-boothMap__img.c-area-all .c-area-all-list--B::before, .p-boothMap__img.c-area-all .c-area-all-list--C::before, .p-boothMap__img.c-area-all .c-area-all-list--D::before, .p-boothMap__img.c-area-all .c-area-all-list--D02::before, .p-boothMap__img.c-area-all .c-area-all-list--golf::before, .p-boothMap__img.c-area-all .c-area-all-list--kayak::before, .p-boothMap__img.c-area-all .c-area-all-list--shop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
}
.p-boothMap__img.c-area-A .c-area-all-list, .p-boothMap__img.c-area-D .c-area-all-list, .p-boothMap__img.c-area-B .c-area-all-list, .p-boothMap__img.c-area-D02 .c-area-all-list {
  border-radius: 15px;
  overflow: hidden;
  filter: opacity(80%);
}
.p-boothMap__img.c-area-A .c-area-all-list--B {
  width: 32.3%;
  top: 74.8%;
  left: 28.3%;
}
.p-boothMap__img.c-area-A .c-area-all-list--D {
  width: 26%;
  top: 32.5%;
  left: 1.8%;
}
.p-boothMap__img.c-area-A .c-area-all-list--golf {
  width: 30.6%;
  top: 63.5%;
  left: 103%;
  height: auto;
}
.p-boothMap__img.c-area-B .c-area-all-list--A {
  width: 143.6%;
  top: -1.5%;
  left: 85%;
}
.p-boothMap__img.c-area-B .c-area-all-list--D {
  width: 47%;
  top: -31.5%;
  left: 3.8%;
}
.p-boothMap__img.c-area-D02 .c-area-all-list--A {
  width: 50.3%;
  top: 53%;
  left: 44%;
}
.p-boothMap__img.c-area-D02 .c-area-all-list--B {
  width: 25.3%;
  top: 68.4%;
  left: 23.5%;
}
.p-boothMap__img.c-area-D02 .c-area-all-list--D {
  width: 20%;
  top: 26.5%;
  left: 1.8%;
}
.p-boothMap__img.c-area-D02 .c-area-all-list--golf {
  width: 24.6%;
  top: 56.5%;
  left: 84%;
}
.p-boothMap__img.c-area-D .c-area-all-list--A {
  width: 100.3%;
  top: 72%;
  left: 107%;
}
.p-boothMap__img.c-area-D .c-area-all-list--B {
  width: 38.3%;
  top: 109.4%;
  left: 83.8%;
}
.p-boothMap__img.c-area-special .c-booth__position--icon::before {
  outline: solid 3px #b86920;
  outline-offset: -2px;
  background-color: #e6bb37;
}
@media screen and ( max-width:1100px) {
  .p-boothMap__img.c-area-special .c-booth__position--icon::before {
    outline: solid 1px #b86920;
  }
}
.p-boothMap .c-area-F .c-booth__position .c-booth__position--icon {
  border-radius: 50%;
}
.p-boothMap h3 {
  padding: 1rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-boothMap h3 {
    font-size: 2rem;
  }
}
@keyframes my-animation {
  0% {
    visibility: visible;
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-boothList {
  width: 48%;
  position: relative;
  z-index: 10;
}
@media screen and ( max-width:1100px) {
  .p-boothList {
    width: 100%;
  }
}
.p-boothList .tab {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-boothList .tab div {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-boothList .tab div {
    flex-wrap: wrap;
  }
}
.p-boothList .tab div h3 {
  width: 33.3333333333%;
  /*liにactiveクラスがついた時の形状*/
}
.p-boothList .tab div h3 a {
  width: 100%;
  display: block;
  padding: 0.5rem 0px 0.3rem;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-boothList .tab div h3 a {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.p-boothList .tab div h3.active a {
  position: relative;
}
.p-boothList .tab div h3.active a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(50%);
}
.p-boothList .tab div .p-all,
.p-boothList .tab div .p-base,
.p-boothList .tab div .p-areaA,
.p-boothList .tab div .p-areaB,
.p-boothList .tab div .p-food,
.p-boothList .tab div .p-shop,
.p-boothList .tab div .p-act,
.p-boothList .tab div .p-special,
.p-boothList .tab div .p-infra {
  border-radius: 15px 15px 0 0;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.p-boothList .tab div .p-all {
  background-color: #fff8ea;
  box-shadow: 1px 1px 5px rgba(63, 26, 26, 0.2509803922);
}
.p-boothList .tab div .p-all a {
  color: #937235;
  font-weight: 700;
}
.p-boothList .tab div .p-special {
  background-color: #f3bf3d;
}
.p-boothList .tab div .p-special a {
  color: #fcfcfc;
}
.p-boothList .tab div .p-infra {
  background-color: #f1dfbd;
}
.p-boothList .tab div .p-infra a {
  color: #937235;
  font-weight: 700;
}
.p-boothList .tab div .p-areaA {
  background-color: #66c688;
}
.p-boothList .tab div .p-areaA a {
  color: #fcfcfc;
}
.p-boothList .tab div .p-areaB {
  background-color: #75a3e8;
}
.p-boothList .tab div .p-areaB a {
  color: #fcfcfc;
}
.p-boothList .tab div .p-shop {
  background-color: #026949;
}
.p-boothList .tab div .p-shop a {
  color: #fcfcfc;
}
.p-boothList .tab div .p-food {
  background-color: #561888;
}
.p-boothList .tab div .p-food a {
  color: #fcfcfc;
}
.p-boothList .tab div .p-act {
  background-color: #ce5c3c;
}
.p-boothList .tab div .p-act a {
  color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .p-boothList .tab div .p-act a {
    font-size: 10px;
    padding-top: 5px;
  }
}
.p-boothList .tab .u-pcEle {
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-boothList .tab .u-pcEle {
    display: block;
  }
}
.p-boothList .tab .u-tabEle {
  display: none;
}
@media screen and ( max-width:1100px) {
  .p-boothList .tab .u-tabEle {
    display: block;
  }
}
.p-boothList .list {
  border-radius: 15px;
  z-index: 2;
  position: relative;
}
.p-boothList .list h4 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-boothList .list h4 {
    font-size: 1.5rem;
  }
}
.p-boothList .list .c-area__baseText {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-boothList .list .c-area__baseText {
    font-size: 1rem;
  }
}
.p-boothList .list .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*areaにis-activeというクラスがついた時の形状*/
}
.p-boothList .list .area > *:not(:last-child) {
  margin-bottom: 10px;
}
.p-boothList .list .area ul {
  display: flex;
  padding-bottom: 10px;
  font-size: 16px;
}
.p-boothList .list .area ul li:nth-child(1) {
  margin-right: 20px;
}
.p-boothList .list .area ul li:nth-child(n+2) {
  display: flex;
  align-items: center;
}
.p-boothList .list .area ul li:nth-child(n+2) p {
  font-size: 12px;
  margin-right: 20px;
  padding: 0 10px 2px;
}
.p-boothList .list .area.is-active {
  display: flex;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 0s;
  animation-fill-mode: forwards;
}
.p-boothList .list .p-all .p-boothBox {
  background-color: #fff8ea;
  box-shadow: 1px 1px 5px rgba(63, 26, 26, 0.2509803922);
}
.p-boothList .list .p-all .c-boothInfo__wrap {
  color: #fcfcfc;
  box-shadow: 1px 1px 5px rgba(63, 26, 26, 0.2509803922);
}
.p-boothList .list .p-all h4 {
  border-bottom: solid 2px #937235;
}
.p-boothList .list .p-areaA .p-boothBox {
  background-color: #66c688;
}
.p-boothList .list .p-areaA .c-boothInfo {
  color: #fcfcfc;
}
.p-boothList .list .p-areaA h4 {
  color: #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
}
.p-boothList .list .p-areaB .p-boothBox {
  background-color: #75a3e8;
}
.p-boothList .list .p-areaB .c-boothInfo {
  color: #fcfcfc;
}
.p-boothList .list .p-areaB h4 {
  color: #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
}
.p-boothList .list .p-food .p-boothBox {
  background-color: #561888;
}
.p-boothList .list .p-food .p-boothBox .c-boothInfo {
  color: #fcfcfc;
}
.p-boothList .list .p-food .p-boothBox h4 {
  color: #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
}
.p-boothList .list .p-shop .p-boothBox {
  background-color: #026949;
}
.p-boothList .list .p-shop .c-boothInfo {
  color: #fcfcfc;
}
.p-boothList .list .p-shop h4 {
  color: #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
}
.p-boothList .list .p-special .p-boothBox {
  background-color: #f3bf3d;
}
.p-boothList .list .p-special .p-boothBox .c-boothInfo {
  color: #fcfcfc;
}
.p-boothList .list .p-special .p-boothBox h4 {
  color: #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
}
.p-boothList .list .p-infra {
  color: #937235;
}
.p-boothList .list .p-infra .p-boothBox {
  background-color: #f1dfbd;
}
.p-boothList .list .p-infra .c-boothInfo {
  color: #937235;
}
.p-boothList .list .p-infra h4 {
  border-bottom: solid 2px #fcfcfc;
}
.p-boothList .list .p-act .p-boothBox {
  background-color: #ce5c3c;
}
.p-boothList .list .p-act .c-boothInfo {
  color: #fcfcfc;
}
.p-boothList .list .p-act h4 {
  color: #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
}
.p-boothList .list .p-act .c-select__booth .c-boothInfo__wrap {
  border: solid 2px #f3bf3d;
}
.p-boothList .list .p-boothBox {
  width: 100%;
  padding: clamp(10px, 2dvw, 40px);
  border-radius: 15px;
}
@media screen and ( min-width:768px) and ( max-width:1100px) {
  .p-boothList .list .p-boothBox {
    gap: 1%;
  }
}
@media screen and (max-width: 767px) {
  .p-boothList .list .p-boothBox {
    gap: 3%;
  }
}
.p-boothList .list .p-boothBox__wrap {
  padding: 4rem 1% 1.3rem;
  width: 100%;
  height: 100%;
  max-height: 54rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  overflow: hidden;
  overflow-y: auto;
  /* 修正 */
}
@media screen and (max-width: 767px) {
  .p-boothList .list .p-boothBox__wrap {
    gap: 2rem 1rem;
    max-height: 22rem;
    padding: 2rem 0.5rem 1.3rem;
  }
}
.p-boothList .list .p-boothBox__wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo {
  transition: 0.2s;
  width: 32%;
  padding-top: 30px;
  margin-top: -15px;
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo:hover {
  transform: translateY(-5px);
}
@media screen and ( min-width:768px) and ( max-width:1100px) {
  .p-boothList .list .p-boothBox__wrap .c-boothInfo {
    width: 23%;
    padding-top: 30px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-boothList .list .p-boothBox__wrap .c-boothInfo {
    width: 30%;
    padding-top: 20px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .p-boothList .list .p-boothBox__wrap .c-boothInfo {
    width: 45%;
  }
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo__wrap {
  border-radius: 12px;
  border: solid 2px #fcfcfc;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo__upper {
  cursor: pointer;
  height: 100%;
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothLogo {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  aspect-ratio: 16/9;
  color: #937235;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothLogo__cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothLogo__contain {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothLogo {
    font-size: 16px;
  }
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothText {
  line-height: 1.3;
  margin: 10px 12px 12px;
  font-size: 1.4rem;
  font-weight: 500;
  pointer-events: none;
  letter-spacing: 0.05em;
}
@media screen and ( min-width:768px) and ( max-width:1100px) {
  .p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothText {
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothText {
    font-size: 1rem;
  }
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothMore {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px 10px;
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothMore span {
  display: inline;
  padding: 2px;
  color: #fcfcfc;
  font-weight: 900;
  line-height: 1;
  padding: 2px 5px 5px;
  background-color: rgba(0, 0, 0, 0.431372549);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothMore span {
    width: 100%;
    text-align: center;
  }
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothArrow {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0 0;
}
.p-boothList .list .p-boothBox__wrap .c-boothInfo .c-boothArrow img {
  width: 15%;
}
.p-boothList .list .c-select__booth {
  position: relative;
}
.p-boothList .list .c-select__booth::after {
  content: "";
  position: absolute;
  top: 10px;
  background-image: url(../imgs/map/pin.svg);
  width: 30px;
  height: 30px;
  bottom: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 50;
  transform: translateX(-50%);
  animation: shake 0.6s ease-in-out;
  /* アニメーションの実行時間 */
  animation-iteration-count: 1;
  /* 1回だけアニメーションを実行 */
  transform-origin: bottom center;
  /* 基準位置を下部中央に設定 */
}
@keyframes shake {
  0% {
    transform: translateX(-50%) rotate(0deg) translateX(0);
  }
  20% {
    transform: translateX(-50%) rotate(-10deg) translateX(-0.2rem);
  }
  40% {
    transform: translateX(-50%) rotate(10deg) translateX(0.2rem);
  }
  60% {
    transform: translateX(-50%) rotate(-5deg) translateX(-0.2rem);
  }
  80% {
    transform: translateX(-50%) rotate(2deg) translateX(0.2rem);
  }
  100% {
    transform: translateX(-50%) rotate(0deg) translateX(0);
  }
}
@media screen and ( min-width:768px) and ( max-width:1100px) {
  .p-boothList .list .c-select__booth::after {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-boothList .list .c-select__booth::after {
    top: 0px;
  }
}
.p-boothList .list .c-select__booth .c-boothInfo__wrap {
  border: solid 2px #ce5c3c;
  scale: 1.05;
}
.p-boothList .list .c-select__booth .c-boothInfo__wrap .c-select__booth {
  position: relative;
  border: initial;
}
.p-boothList .list .c-select__booth .c-boothInfo__wrap .c-select__booth::after {
  all: initial;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-detail {
  position: relative;
  background-color: #007f58;
  padding: 18vw 0;
}
.p-detail section:not(:last-child) {
  margin-bottom: 5vw;
}
.p-detail__strat {
  width: 100%;
  position: absolute;
  top: -2px;
  z-index: 2;
}
.p-detail__strat .shape-fill {
  fill: #fff8ea;
}
.p-detail .p-secTitle {
  margin-bottom: 3dvw;
}
.p-detail .p-faq {
  padding: 0 25dvw;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-detail .p-faq {
    padding: 5dvw 15dvw;
  }
}
@media screen and ( max-width:1100px) {
  .p-detail .p-faq {
    padding: 5dvw 10dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail .p-faq {
    padding: 5dvw 5dvw;
  }
}
.p-detail .p-faq .p-contentsBox {
  padding: 0;
  overflow: hidden;
  height: auto;
  transition: 0.4s;
}
.p-detail .p-faqContent {
  position: relative;
}
.p-detail .p-faqContent .open {
  height: auto;
  padding-bottom: clamp(40px, 8dvw, 85px);
}
.p-detail .p-faqContent .closeFaq {
  transform: rotate(180deg);
}
.p-detail .p-faqContent__upper {
  transition: 0.4s;
  height: 25dvw;
  padding: 2dvw;
}
@media screen and (max-width: 767px) {
  .p-detail .p-faqContent__upper {
    height: 60dvw;
  }
}
.p-detail .p-faqContent__upper .c-faqItem {
  height: auto;
  margin-bottom: 1dvw;
  box-shadow: 2px 2px 6px rgba(71, 45, 35, 0.4588235294);
  transition: 0.5s;
  border-radius: 10px;
  display: block;
  height: auto;
}
.p-detail .p-faqContent__upper .c-faqQuestion {
  box-shadow: 2px 2px 6px rgba(71, 45, 35, 0.1529411765);
  border-radius: 10px;
  background: linear-gradient(#fbf8f4, #f4ede3);
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  /*+マーク用*/
  transition: all 0.5s ease;
  padding: 3% 3% 3% 50px;
}
@media screen and ( max-width:1100px) {
  .p-detail .p-faqContent__upper .c-faqQuestion {
    padding: 3% 3% 3% 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-detail .p-faqContent__upper .c-faqQuestion {
    padding: 3% 3% 3% 50px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail .p-faqContent__upper .c-faqQuestion {
    margin-bottom: 2dvw;
  }
}
.p-detail .p-faqContent__upper .c-faqQuestion::before {
  position: absolute;
  content: "▼";
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.p-detail .p-faqContent__upper .c-faqQuestion.close::before {
  transform: rotate(180deg);
}
.p-detail .p-faqContent__upper .c-faqAnswer {
  display: none;
  width: 100%;
  padding: 1rem 1.5rem 1rem 3.5rem;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-detail .p-faqContent__upper .c-faqAnswer {
    font-size: 1.1rem;
  }
}
.p-detail .p-faqContent__lower {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: clamp(40px, 8dvw, 85px);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.p-detail .p-faqContent__lower .u-fullsize {
  cursor: pointer;
  color: #937235;
  padding: 0 clamp(14px, 3vw, 30px);
  width: auto;
  font-size: clamp(14px, 4dvw, 30px);
  font-weight: 800;
}
.p-detail .p-faqContent__lower .u-fullsize span {
  display: block;
  transition: 0.4s;
  line-height: 0.8;
}
.p-detail .p-contact {
  padding: 0 25dvw;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-detail .p-contact {
    padding: 5dvw 15dvw;
  }
}
@media screen and ( max-width:1100px) {
  .p-detail .p-contact {
    padding: 5dvw 10dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail .p-contact {
    padding: 5dvw 5dvw;
  }
}
.p-detail .p-contactWrap {
  display: flex;
  gap: 3dvw;
  justify-content: space-between;
  margin-bottom: 3dvw;
}
.p-detail .p-contact__title {
  border-bottom: solid 2px #937235;
  margin-bottom: 2dvw;
}
.p-detail .p-contact__botton {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(#ce5c3c, #c2401d);
  padding: 20px 10px;
}
@media screen and ( max-width:1100px) {
  .p-detail .p-contact__botton {
    padding: 3dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail .p-contact__botton {
    padding: 3dvw;
  }
}
.p-detail .p-contact__botton p {
  color: #fff8ea;
  font-weight: 900;
}
.p-detail .p-contact__botton .fontL {
  font-size: clamp(18px, 5vw, 40px);
}
.p-detail .p-contact__botton .fontM {
  font-size: clamp(14px, 2.5vw, 22px);
  font-weight: 500;
}
.p-detail .p-contact__botton .fontS {
  font-size: clamp(18px, 2.5vw, 40px);
  font-weight: 500;
}
.p-detail .p-contactJoin {
  width: 65dvw;
}
.p-detail .p-contactJoin img {
  width: 25%;
}
.p-detail .p-contactOther {
  width: 30dvw;
}
.p-detail .p-contactOther__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-detail .p-contactOther__content img {
  width: 50%;
}
.p-detail .p-contactSpon img {
  width: 10%;
  margin: 0 3dvw;
}
.p-detail .p-spn {
  padding: 0 25dvw;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-detail .p-spn {
    padding: 5dvw 15dvw;
  }
}
@media screen and ( max-width:1100px) {
  .p-detail .p-spn {
    padding: 5dvw 10dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail .p-spn {
    padding: 5dvw 5dvw;
  }
}
.p-detail .p-spnContnt {
  margin-bottom: 5dvw;
}
.p-detail .p-spnContnt .fontL {
  text-align: center;
  color: #fff8ea;
  font-size: clamp(18px, 5vw, 40px);
  font-weight: 600;
  width: 100%;
  border-bottom: double 10px #fcfcfc;
  margin-bottom: 3dvw;
}
@media screen and (max-width: 767px) {
  .p-detail .p-spnContnt .fontL {
    border-bottom: double 1.5dvw #fcfcfc;
    margin-bottom: 3dvw;
  }
}
.p-detail .p-spnContnt .p-boothBox {
  padding: 0;
}
.p-detail .p-spnContnt .p-boothBox a {
  width: 30%;
}
.p-detail .p-spnContnt__img {
  border-radius: 15px;
  width: 100%;
}
.p-detail .p-spnContnt .p-kouen {
  padding: 40px 60px;
  width: 100%;
  border-radius: 15px;
  background-color: #FFF9EF;
}
@media screen and (max-width: 767px) {
  .p-detail .p-spnContnt .p-kouen {
    padding: 10dvw 5dvw;
  }
}
.p-detail .p-access {
  padding: 0 25dvw;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-detail .p-access {
    padding: 5dvw 15dvw;
  }
}
@media screen and ( max-width:1100px) {
  .p-detail .p-access {
    padding: 5dvw 10dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail .p-access {
    padding: 5dvw 5dvw;
  }
}
.p-detail .p-accessBox {
  background-color: #026949;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding: 6rem;
}
@media screen and ( max-width:1100px) {
  .p-detail .p-accessBox {
    padding: 3rem;
  }
}
.p-detail .p-accessBox__upper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.p-detail .p-accessBox__upper .p-Map__ilast {
  width: auto;
}
.p-detail .p-accessBox__upper .p-Map__ilast .c-fvmap {
  width: auto;
  max-height: 30%;
  position: relative;
  display: flex;
  justify-content: end;
}
.p-detail .p-accessBox__upper .p-Map__ilast .c-fvmap__map {
  width: 100%;
  width: auto;
}
.p-detail .p-accessBox__upper .p-Map__ilast .c-fvmap__pin {
  width: 12%;
  position: absolute;
  bottom: 20%;
  right: 57%;
}
.p-detail .p-accessBox__upperList {
  margin-bottom: 3.5rem;
  width: 100%;
}
@media screen and ( max-width:1100px) {
  .p-detail .p-accessBox__upperList {
    margin-bottom: 1.5rem;
  }
}
.p-detail .p-accessBox__upperList .c-access__title {
  color: #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
  margin-bottom: 0.5rem;
  font-size: 3rem;
}
@media screen and ( max-width:1100px) {
  .p-detail .p-accessBox__upperList .c-access__title {
    font-size: 1.8rem;
  }
}
.p-detail .p-accessBox__upperList .c-access__text {
  color: #fcfcfc;
  font-size: 2rem;
}
@media screen and ( max-width:1100px) {
  .p-detail .p-accessBox__upperList .c-access__text {
    font-size: 1.3rem;
  }
}
.p-detail .p-accessBox .c-g__map {
  width: 100%;
  border-radius: 15px;
  border: solid 5px #937235;
}

.p-contentsBox {
  padding: 2dvw;
  border-radius: 15px;
  border: solid 5px #937235;
  background-color: #fff8ea;
}

/* foundation */
.l-post__contents {
  position: relative;
}
.l-post__contents .p-post__thumbnail {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-post__contents .p-post__thumbnail {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-post__contentsWrap {
    padding-top: 0;
  }
}
.l-post__contentsWrap .p-post__txt {
  width: 100%;
  border: solid 5px #937235;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .l-post__contentsWrap .p-post__txt {
    padding: 0;
    border: none;
  }
}
.l-post__contentsWrap img {
  border-radius: 5px;
}
.l-post__contentsWrap strong {
  color: #ce5c3c;
  border-bottom: solid 2px #ce5c3c;
}
.l-post__contentsBox {
  position: relative;
  z-index: 50;
  background-color: #fff8ea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px 15dvw 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-post__contentsBox {
    padding: 20px 5dvw 50px;
  }
}
.l-post__contentsBox .p-secTitle {
  margin-bottom: 10px;
}
.l-post__contents h2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: double 10px #937235;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-post__contents h2 {
    border-bottom: double 1.5dvw #937235;
    margin-bottom: 3dvw;
  }
}
.l-post__contents .wp-block-button__link {
  background-color: #026949;
  color: #fcfcfc;
}

/* foundation */
.p-postBoothinfo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0px;
  background-color: #fff8ea;
}
.p-postBoothinfo__header {
  width: 100%;
  height: 48rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-postBoothinfo__header {
    height: 10rem;
  }
}
.p-postBoothinfo__header .p-secTitle {
  height: auto;
  margin: 0;
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-postBoothinfo__header .p-secTitle {
    display: flex;
  }
}
.p-postBoothinfo__header .p-secTitle .p-secTitle__bg,
.p-postBoothinfo__header .p-secTitle .p-secTitle__bottomIcon,
.p-postBoothinfo__header .p-secTitle .p-secTitle__boxIcon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-postBoothinfo__header .p-secTitle .p-secTitle__bg,
  .p-postBoothinfo__header .p-secTitle .p-secTitle__bottomIcon,
  .p-postBoothinfo__header .p-secTitle .p-secTitle__boxIcon {
    display: block;
  }
}
.p-postBoothinfo__header .p-secTitle h2 {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-postBoothinfo__header .p-secTitle h2 {
    font-size: clamp(14px, 3.5dvw, 30px);
  }
}
.p-postBoothinfo__headerMain {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.p-postBoothinfo__headerMain--back {
  position: absolute;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  width: 1200px;
  bottom: 0;
  color: #fcfcfc;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-postBoothinfo__headerMain--back {
    width: calc(1200px - 10vw);
  }
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__headerMain--back {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-postBoothinfo__headerMain--back {
    width: 90%;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-postBoothinfo__headerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.p-postBoothinfo__headerBg::after {
  content: "";
  background-color: rgba(60, 60, 60, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-postBoothinfo__headerBg img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.p-postBoothinfo__wrap {
  width: 1200px;
}
@media screen and ( min-width:1101px) and (max-width:1300px) {
  .p-postBoothinfo__wrap {
    padding: 0 5dvw;
  }
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__wrap {
    width: 100%;
    padding: 0 10dvw;
  }
}
@media screen and (max-width: 767px) {
  .p-postBoothinfo__wrap {
    padding: 5dvw 5dvw;
  }
}
.p-postBoothinfo__wrap .p-secTitle {
  height: auto;
  display: none;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__wrap .p-secTitle {
    display: flex;
    margin-bottom: 20px;
  }
}
.p-postBoothinfo img {
  border-radius: 10px;
}
.p-postBoothinfo__shop, .p-postBoothinfo__shopB, .p-postBoothinfo__food, .p-postBoothinfo__infra, .p-postBoothinfo__special {
  width: 100%;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__shop, .p-postBoothinfo__shopB, .p-postBoothinfo__food, .p-postBoothinfo__infra, .p-postBoothinfo__special {
    padding: 20px;
    flex-direction: column;
  }
}
.p-postBoothinfo__shop {
  background-color: #66c688;
  color: #fcfcfc;
}
.p-postBoothinfo__shopB {
  background-color: #75a3e8;
  color: #fcfcfc;
}
.p-postBoothinfo__food {
  background-color: #561888;
  color: #fcfcfc;
}
.p-postBoothinfo__infra {
  background-color: #f1dfbd;
}
.p-postBoothinfo__special {
  background-color: #f3bf3d;
  color: #fcfcfc;
}
.p-postBoothinfo__content {
  width: 60%;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__content {
    width: 100%;
  }
}
.p-postBoothinfo__contentUpper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__contentUpper {
    flex-direction: column;
    align-items: center;
  }
}
.p-postBoothinfo__contentUpper .c-boothLogo {
  width: 25%;
  border-radius: 10px;
  height: auto;
  background-color: #fff;
  aspect-ratio: 16/9;
  color: #937235;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.p-postBoothinfo__contentUpper .c-boothLogo__cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-postBoothinfo__contentUpper .c-boothLogo__contain {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__contentUpper .c-boothLogo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-postBoothinfo__contentUpper--text {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  width: 100%;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__contentUpper--text {
    margin-left: 0px;
    font-size: clamp(14px, 2dvw, 20px);
  }
}
.p-postBoothinfo__contentLower {
  display: flex;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__contentLower {
    flex-direction: column;
  }
}
.p-postBoothinfo__contentLower img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__contentLower img {
    width: 100%;
  }
}
.p-postBoothinfo__contentLower--text {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  line-height: 1.4;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__contentLower--text {
    margin-right: 0;
  }
}
.p-postBoothinfo__contentLower--text h3 {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.p-postBoothinfo__contentLower--text p {
  margin-bottom: 20px;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__contentLower--text {
    margin-left: 0px;
  }
}
.p-postBoothinfo__map {
  width: 40%;
  position: relative;
  margin-left: 20px;
  pointer-events: none;
  border-radius: 4rem;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__map {
    margin-left: 0px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-postBoothinfo__map {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0rem;
  }
}
.p-postBoothinfo__map .c-area-B .c-booth__position .c-booth__position--icon {
  width: 4%;
  height: 5%;
}
.p-postBoothinfo__map .c-area-B .c-booth__position .B-11 {
  width: 8%;
}
.p-postBoothinfo__map .c-area-B .c-booth__position .B-20 {
  width: 8%;
}
.p-postBoothinfo__map .c-area-B .c-booth__position .B-21 {
  width: 8%;
  height: 9%;
}
.p-postBoothinfo__map .c-area-B .c-booth__position .B-22 {
  width: 8%;
  height: 9%;
}
.p-postBoothinfo__map .c-area-B .c-booth__position .B-23 {
  width: 8%;
}
.p-postBoothinfo__map .c-area-F .c-booth__position .c-booth__position--icon {
  border-radius: 50%;
}
.p-postBoothinfo__map p {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfcfc;
  top: 0;
  height: 100%;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1647058824);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
}
.p-postBoothinfo__map .p-boothMap__img {
  width: 100%;
  border-radius: 3rem;
  background: #fff;
}
.p-postBoothinfo__map .p-boothMap__img img {
  width: 100%;
  border-radius: 3rem;
  background: #fff;
}
.p-postBoothinfo__link {
  padding: 10px 30px;
  background-color: #fff1d6;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__link {
    width: 100%;
    text-align: center;
  }
}
@media screen and ( max-width:1100px) {
  .p-postBoothinfo__link {
    margin-bottom: 2rem;
  }
}

/* foundation */
.u-content__margin--01 {
  margin-bottom: 50px;
}
@media screen and ( max-width:1100px) {
  .u-content__margin--01 {
    margin-bottom: 3dvw;
  }
}

.u-content__margin--02 {
  margin-bottom: 5dvh;
}

.u-content__margin--03 {
  margin-bottom: 10px;
}

.u-pcEle {
  display: none;
}
@media screen and (min-width: 1101px) {
  .u-pcEle {
    display: block;
  }
}

.u-tabEle {
  display: none;
}
@media screen and ( max-width:1100px) {
  .u-tabEle {
    display: block;
  }
}

.u-spEle {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spEle {
    display: block;
  }
}

.u-splEle__not {
  display: block;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .u-splEle__not {
    display: none;
  }
}

.u-recruitment {
  color: #fff;
  font-weight: 900;
  padding: 5dvw 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1647058824);
}

.open {
  height: auto;
}

.custom-shape-divider-top-1704169607 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1704169607 svg {
  position: relative;
  display: block;
  width: calc(130% + 1.3px);
  height: 110px;
}
@media screen and ( max-width:1100px) {
  .custom-shape-divider-top-1704169607 svg {
    width: calc(136% + 1.3px);
    height: 70px;
  }
}

.nodisplay {
  display: none;
}

.fadeIn {
  opacity: 0;
  transition: 0.6s;
  transform: scale(0.7);
}
.fadeIn.is-animated {
  opacity: 1;
  transform: scale(1);
}

.fadeInfv {
  opacity: 0;
  transition: 0.6s;
  transform: scale(0.7);
}
.fadeInfv.is-animated {
  opacity: 1;
  transform: scale(1);
}

.c-end {
  position: relative;
}
.c-end::after {
  border-radius: 10px;
  content: "終了いたしました";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4666666667);
}

.w-text {
  color: #fff;
}/*# sourceMappingURL=style-base.css.map */