@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: rgb(72, 71, 68);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

body {
  background-color: rgb(226, 203, 153);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1155px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.big {
  max-width: 1920px;
  width: 100%;
}
.contents-wrapper.mini {
  max-width: 1010px;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

figure {
  margin: 0;
  padding: 0;
}

.top-title {
  margin-bottom: 60px;
  text-align: center;
  color: rgb(217, 59, 59);
}
.top-title .en {
  display: block;
  margin-bottom: 10px;
  font-size: 5rem;
  font-family: "Antonio", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .top-title .en {
    font-size: 2.8rem;
  }
}
.top-title .ja {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  .top-title .ja {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}

.top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  padding: 15px 30px;
  width: 100%;
  max-width: 225px;
  margin: 45px auto 0;
}
.top-link::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../../images/arrow.svg");
          mask-image: url("../../images/arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-link.pink {
  background-color: rgb(217, 59, 59);
}
.top-link.yellow {
  background-color: rgb(254, 224, 128);
}
.top-link.blue {
  background-color: rgb(0, 142, 168);
}
.top-link.black {
  background-color: rgb(50, 50, 50);
}
.top-link:hover {
  background-color: rgb(255, 255, 255);
}
.top-link:hover.pink {
  color: rgb(217, 59, 59);
  border-color: rgb(217, 59, 59);
}
.top-link:hover.pink::after {
  background-color: rgb(217, 59, 59);
}
.top-link:hover.yellow {
  color: rgb(254, 224, 128);
  border-color: rgb(254, 224, 128);
}
.top-link:hover.yellow::after {
  background-color: rgb(254, 224, 128);
}
.top-link:hover.blue {
  color: rgb(0, 142, 168);
  border-color: rgb(0, 142, 168);
}
.top-link:hover.blue::after {
  background-color: rgb(0, 142, 168);
}
.top-link:hover.black {
  color: rgb(50, 50, 50);
}
.top-link:hover.black::after {
  background-color: rgb(50, 50, 50);
}

.map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(72, 71, 68);
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
}
.map-link img {
  width: 15px;
  margin: 0;
}
.map-link:hover {
  border-color: rgb(72, 71, 68);
}

.accordion-item {
  position: relative;
}

.hover-trigger {
  cursor: pointer;
}

.hover-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.hover-content.is-open {
  max-height: var(--max-height);
}

@media screen and (max-width: 1023px) {
  .header-menu {
    display: none;
  }
}
.header-menu .top,
.header-menu .footer-item {
  display: none;
}
.header-menu .hover-trigger {
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.header-menu .menu-list {
  color: rgb(217, 59, 59);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 20px;
  background-color: rgb(226, 203, 153);
  width: 120px;
}
.header-menu .sub-menu a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.header-menu .sub-menu a:first-child {
  margin-top: 15px;
}
.header-menu .sub-menu a:last-child {
  margin-bottom: 15px;
}
.header-menu a {
  color: rgb(217, 59, 59);
  border-bottom: 1px solid transparent;
}
.header-menu a:hover {
  border-color: rgb(217, 59, 59);
}

.drawer--right .sp-navigation {
  display: none;
}
@media screen and (max-width: 1023px) {
  .drawer--right .sp-navigation {
    display: block;
  }
}
.drawer--right .sp-navigation .sub-menu {
  max-height: var(--max-height);
  margin-left: 20px;
}
.drawer--right .sp-navigation button.drawer-hamburger {
  top: 10px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .drawer--right .sp-navigation button.drawer-hamburger {
    top: 2px;
  }
}
.drawer--right .sp-navigation button.drawer-hamburger .drawer-hamburger-icon {
  background-color: rgb(217, 59, 59);
}
.drawer--right .sp-navigation button.drawer-hamburger .drawer-hamburger-icon::before, .drawer--right .sp-navigation button.drawer-hamburger .drawer-hamburger-icon::after {
  background-color: rgb(217, 59, 59);
}
.drawer--right .sp-navigation .drawer-nav {
  padding: 70px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(158, 13, 13);
}
.drawer--right .sp-navigation .drawer-nav .nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
}
.drawer--right .sp-navigation .drawer-nav .menu-list {
  position: relative;
  z-index: 2;
  font-size: 1.1rem;
}
.drawer--right .sp-navigation .drawer-nav .menu-list .hover-trigger {
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.drawer--right .sp-navigation .drawer-nav .menu-list li:not(:last-child) {
  margin-bottom: 10px;
}
.drawer--right .sp-navigation .drawer-nav .menu-list a {
  color: rgb(254, 224, 128);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer--right .sp-navigation .drawer-nav .menu-list a:hover {
  color: rgb(255, 255, 255);
}
.drawer--right .sp-navigation .drawer-nav .sns-link {
  margin-top: 30px;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before, .drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
  background-color: rgb(254, 224, 128);
}

header {
  background-color: rgb(226, 203, 153);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-wrapper {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .header-wrapper {
    padding: 10px 30px;
  }
}

.header-logo {
  width: 45px;
}

.footer-contants {
  padding: 50px 0 25px;
  background-color: rgb(158, 13, 13);
  color: rgb(255, 255, 255);
}
.footer-contants .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 485px;
  gap: 15px 30px;
  margin-left: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .footer-contants .menu-list {
    gap: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contants .menu-list {
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-contants a {
  color: rgb(255, 255, 255);
}
.footer-contants a:hover {
  color: rgb(254, 224, 128);
}
.footer-contants .hover-trigger,
.footer-contants .top-item,
.footer-contants .top {
  display: none;
}
.footer-contants .sub-menu {
  max-height: var(--max-height);
}
.footer-contants .sub-menu a:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .footer-contants .sub-menu a:not(:last-child) {
    margin-right: 20px;
  }
}

.footer-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-inner-wrapper img {
  margin: 0;
  width: 30%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .footer-inner-wrapper img {
    width: 100%;
    margin: auto;
  }
}

.footer-link-wrapper {
  width: 65%;
}
@media screen and (max-width: 1023px) {
  .footer-link-wrapper {
    width: calc(70% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .footer-link-wrapper {
    width: 100%;
  }
}

.sns-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sns-link-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sns-link {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  -ms-grid-columns: 42px 18px 42px 18px 42px;
  grid-template-columns: repeat(3, 42px);
}
.sns-link img {
  width: 100%;
}
.sns-link a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-archive {
    gap: 10px;
  }
}
.footer-archive a {
  color: rgb(255, 255, 255);
}
.footer-archive a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer-archive a:not(:last-child) {
    margin-right: 5px;
  }
}
.footer-archive a:hover {
  color: rgb(254, 224, 128);
}

.copy-right {
  margin-top: 20px;
  font-weight: 400;
  font-size: 0.9rem;
  text-align: center;
}
.copy-right span {
  margin-right: 20px;
}
.copy-right a {
  color: rgb(255, 255, 255);
}
.copy-right a:hover {
  color: rgb(254, 224, 128);
}

.fv-section {
  position: relative;
  padding: 0;
  background-color: rgb(217, 59, 59);
}

.fv-day {
  padding: 110px 0 50px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: rgb(254, 224, 128);
}
@media screen and (max-width: 1023px) {
  .fv-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .fv-day {
    gap: 15px;
  }
}
.fv-day img {
  width: 35%;
  margin: 0;
  max-width: 465px;
}
.fv-day .day {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .fv-day .day {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-day .line {
    position: relative;
    margin-left: 5px;
  }
}
.fv-day .line::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  vertical-align: middle;
  margin: 0 10px;
  background-color: rgb(254, 224, 128);
}
@media screen and (max-width: 767px) {
  .fv-day .line::before {
    position: absolute;
    left: 0;
    height: 2px;
    top: 20px;
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
    width: 20px;
  }
}
.fv-day .year {
  margin-right: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .fv-day .year {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .fv-day .year {
    margin-right: 10px;
    font-size: 0.9rem;
    line-height: 0.05em;
    display: block;
  }
}
.fv-day .week {
  margin-left: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fv-day .week {
    font-size: 1rem;
  }
}
.fv-day .place {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .fv-day .place {
    font-size: 1.5rem;
    text-align: center;
  }
}

.fv-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .fv-image {
    margin-top: 63px;
    position: static;
    height: 540px;
    width: calc(100% + 100px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .fv-image {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.information-section .contents-wrapper {
  position: relative;
}
.information-section .info-deco {
  position: absolute;
  z-index: 2;
}
.information-section .info-deco.one {
  width: 30%;
  max-width: 205px;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
@media screen and (max-width: 1023px) {
  .information-section .info-deco.one {
    width: 20%;
  }
}
.information-section .top-title {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .information-section .top-title {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
    left: 15px;
  }
}
.information-section .top-title .en {
  margin-bottom: 0;
}
.information-section .top-title .ja {
  margin-bottom: 10px;
}

.info-wrapper {
  position: relative;
  border-radius: 20px;
  background-color: rgb(241, 229, 201);
  padding: 100px 70px 60px;
}
@media screen and (max-width: 1023px) {
  .info-wrapper {
    padding: 100px 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .info-wrapper {
    padding: 50px 30px;
  }
}

.info-title {
  margin-bottom: 30px;
  color: rgb(217, 59, 59);
  text-align: center;
}
.info-title .en {
  display: block;
  font-family: "Abril Fatface", serif;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .info-title .en {
    font-size: 2rem;
  }
}
.info-title .ja {
  font-weight: 500;
  font-size: 1.1rem;
}
@media screen and (max-width: 1023px) {
  .info-title .ja {
    font-size: 0.9rem;
  }
}

.info-inner-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .info-inner-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}

.info-date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 40px;
}
.info-date-box:not(:last-child) {
  margin-bottom: 15px;
}
.info-date-box .title {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .info-date-box .title {
    font-weight: 700;
    color: rgb(217, 59, 59);
    width: 100%;
  }
}
.info-date-box .contents {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 80px - 40px);
}
@media screen and (max-width: 767px) {
  .info-date-box .contents {
    width: 100%;
  }
}

.hidden-wrapper {
  overflow: hidden;
}

.another-vietnam-section {
  padding-top: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 161, 132)), to(rgb(239, 220, 180)));
  background: linear-gradient(180deg, rgb(224, 161, 132) 0%, rgb(239, 220, 180) 100%);
}
.another-vietnam-section .contents-wrapper {
  position: relative;
}
.another-vietnam-section .contents-wrapper:not(.big) {
  padding-top: 80px;
  z-index: 2;
}
.another-vietnam-section .info-deco.two {
  position: absolute;
  width: 30%;
  max-width: 250px;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}
@media screen and (max-width: 767px) {
  .another-vietnam-section .info-deco.two {
    -webkit-transform: translateY(-85%);
            transform: translateY(-85%);
    width: 40%;
  }
}
.another-vietnam-section .banh-mi {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  max-width: 610px;
  -webkit-transform: translate(-17%, -20%);
          transform: translate(-17%, -20%);
}
@media screen and (max-width: 767px) {
  .another-vietnam-section .banh-mi {
    width: 55%;
  }
}
.another-vietnam-section .sauce {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  max-width: 700px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .another-vietnam-section .sauce {
    width: 90%;
  }
}

.vietnam-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 35px;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1100px) {
  .vietnam-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .vietnam-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .vietnam-wrapper .vietnam-inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .vietnam-wrapper .image-box {
    width: 45%;
  }
}
@media screen and (max-width: 1023px) {
  .vietnam-wrapper .image-box {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .vietnam-wrapper .text-box {
    width: calc(55% - 10px);
  }
}
@media screen and (max-width: 1023px) {
  .vietnam-wrapper .text-box {
    width: 100%;
  }
}
.vietnam-wrapper .no-box {
  margin-bottom: 10px;
  font-family: "Antonio", sans-serif;
  text-transform: capitalize;
  font-size: 2rem;
  color: rgb(217, 59, 59);
}
.vietnam-wrapper .no-box::after {
  content: "";
  width: 112px;
  aspect-ratio: 112/29;
  display: inline-block;
  background-image: url("../../images/deco.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 20px;
}
.vietnam-wrapper .text-box {
  margin-top: 20px;
}
.vietnam-wrapper .inner-title {
  color: rgb(217, 59, 59);
  font-weight: 700;
  font-size: 1.1rem;
  min-height: 3.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .vietnam-wrapper .inner-title {
    min-height: auto;
  }
}

.artist-section {
  position: relative;
}
.artist-section .artist-deco {
  position: absolute;
  width: 30%;
  max-width: 400px;
}
.artist-section .artist-deco.right {
  top: -170px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .artist-section .artist-deco.right {
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .artist-section .artist-deco.right {
    top: -90px;
    width: 55%;
  }
}
.artist-section .artist-deco.left {
  left: 0;
  bottom: -170px;
}
@media screen and (max-width: 767px) {
  .artist-section .artist-deco.left {
    width: 45%;
    bottom: -140px;
  }
}
.artist-section .event-date-list li.coming-soon-wrapper {
  margin: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.artist-section .soon-text {
  width: 100%;
  font-family: "Abril Fatface", serif;
  font-size: 3rem;
  color: rgb(217, 59, 59);
}

.artist-check {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.booth-title-wrapper {
  position: relative;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.booth-title-wrapper .top-title {
  margin-bottom: 0;
  text-align: left;
}
.booth-title-wrapper .text {
  margin: 0;
  width: 20%;
  max-width: 290px;
}
@media screen and (max-width: 1023px) {
  .booth-title-wrapper .text {
    position: absolute;
    top: 0;
    left: 368px;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    width: 25%;
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .booth-title-wrapper .text {
    left: auto;
    right: 0;
    width: 45%;
  }
}
.booth-title-wrapper .line {
  max-width: 425px;
  margin-right: 0;
  width: calc(100% - 370px - 20% - 40px);
}
@media screen and (max-width: 1023px) {
  .booth-title-wrapper .line {
    width: calc(100% - 370px - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .booth-title-wrapper .line {
    display: none;
  }
}

.booth-link-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 40px;
}
.booth-link-wrapper .top-link {
  margin: 0;
}

.booth-swiper.swiper {
  overflow: visible;
}
.booth-swiper.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.booth-swiper.swiper .swiper-slide img {
  border-radius: 20px;
  aspect-ratio: 244/291;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-section .contents-wrapper {
  position: relative;
}

.news-wrapper {
  width: 80%;
  margin: auto;
  position: relative;
  background-color: rgb(241, 229, 201);
  border-radius: 20px;
  min-height: 300px;
  padding: 75px 100px 75px 225px;
}
@media screen and (max-width: 1023px) {
  .news-wrapper {
    gap: 10px 40px;
    padding: 75px 50px;
    min-height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper {
    padding: 60px 30px 70px;
  }
}
.news-wrapper .news-title-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}
@media screen and (max-width: 1023px) {
  .news-wrapper .news-title-wrapper {
    display: contents;
  }
}
.news-wrapper .top-title {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .news-wrapper .top-title {
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .news-wrapper .top-title .ja {
    margin-bottom: 14px;
  }
}
.news-wrapper .news-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrapper .top-link {
  width: 225px;
}
@media screen and (max-width: 1023px) {
  .news-wrapper .top-link {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.news-list li:not(:last-child) {
  margin-bottom: 30px;
}
.news-list a {
  color: rgb(72, 71, 68);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .news-list a {
    gap: 10px;
  }
}
.news-list a::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../../images/arrow.svg");
          mask-image: url("../../images/arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(72, 71, 68);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .news-list a::after {
    width: 20px;
  }
}
.news-list a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.news-list .title {
  font-weight: 500;
  width: calc(100% - 40px - 50px - 30px);
}
@media screen and (max-width: 767px) {
  .news-list .title {
    width: calc(100% - 20px - 50px - 20px);
  }
}
.news-list .title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.day-box {
  width: 50px;
}
.day-box .year {
  font-size: 10px;
  display: block;
}
.day-box .day {
  font-weight: 700;
  font-size: 1.4rem;
}

.partner-logo {
  display: block;
  max-width: 555px;
  width: 80%;
  margin: auto;
}

.top-title.partner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-title.partner .partner-deco {
  position: absolute;
  width: 150%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .top-title.partner .partner-deco {
    width: 90%;
  }
}
.top-title.partner .partner-deco.left {
  left: 0;
  -webkit-transform: translate(calc(-100% - 30px), -50%);
          transform: translate(calc(-100% - 30px), -50%);
}
@media screen and (max-width: 767px) {
  .top-title.partner .partner-deco.left {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
.top-title.partner .partner-deco.right {
  right: 0;
  -webkit-transform: translate(calc(100% + 30px), -50%) scale(-1, 1);
          transform: translate(calc(100% + 30px), -50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .top-title.partner .partner-deco.right {
    -webkit-transform: translate(100%, -50%) scale(-1, 1);
            transform: translate(100%, -50%) scale(-1, 1);
  }
}

.sponsor-soon {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.sponsor-special-wrapper {
  margin: 0 auto 80px;
  width: 60%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .sponsor-special-wrapper {
    width: 70%;
    margin-bottom: 50px;
  }
}

.sponsor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
}
@media screen and (max-width: 1023px) {
  .sponsor-wrapper {
    gap: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sponsor-platinum-wrapper {
  margin-bottom: 70px;
  gap: 10px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .sponsor-platinum-wrapper {
    gap: 10px 15px;
    margin-bottom: 40px;
  }
}
.sponsor-platinum-wrapper a {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1023px) {
  .sponsor-platinum-wrapper a {
    width: calc((100% - 15px) / 2);
  }
}

.sponsor-gold-wrapper {
  margin-bottom: 40px;
}
.sponsor-gold-wrapper a {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 1023px) {
  .sponsor-gold-wrapper a {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .sponsor-gold-wrapper a {
    width: calc((100% - 30px) / 3);
  }
}

.sponsor-silver-wrapper {
  margin-bottom: 40px;
}
.sponsor-silver-wrapper a {
  width: calc((100% - 150px) / 6);
  display: block;
}
@media screen and (max-width: 1023px) {
  .sponsor-silver-wrapper a {
    width: calc((100% - 75px) / 6);
  }
}
@media screen and (max-width: 767px) {
  .sponsor-silver-wrapper a {
    width: calc((100% - 45px) / 4);
  }
}
.sponsor-silver-wrapper.minus a {
  width: calc((100% - 180px) / 7);
  display: block;
}
@media screen and (max-width: 1023px) {
  .sponsor-silver-wrapper.minus a {
    width: calc((100% - 90px) / 7);
  }
}
@media screen and (max-width: 767px) {
  .sponsor-silver-wrapper.minus a {
    width: calc((100% - 105px) / 4);
  }
}

.sponsor-bronze-wrapper a {
  width: calc((100% - 210px) / 8);
  display: block;
  color: rgb(72, 71, 68);
  text-align: center;
  font-size: 0.7rem;
}
@media screen and (max-width: 1023px) {
  .sponsor-bronze-wrapper a {
    width: calc((100% - 105px) / 8);
  }
}
@media screen and (max-width: 767px) {
  .sponsor-bronze-wrapper a {
    width: calc((100% - 60px) / 5);
  }
}
.sponsor-bronze-wrapper .bg-white {
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .sponsor-bronze-wrapper .bg-white {
    padding: 5px 5px;
  }
}
.sponsor-bronze-wrapper.media {
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sponsor-bronze-wrapper.media .top-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sponsor-bronze-wrapper.media .top-title {
    width: 100%;
  }
}
.sponsor-bronze-wrapper.media .top-title .ja {
  margin-top: 0;
}
.sponsor-bronze-wrapper .vjs {
  width: 70%;
}

.recruiting-section {
  background-color: rgb(241, 229, 201);
}

.recruiting-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 20px;
}
.recruiting-wrapper .image-box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1023px) {
  .recruiting-wrapper .image-box {
    width: calc(47% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .recruiting-wrapper .image-box {
    width: 100%;
  }
}
.recruiting-wrapper .text-box {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .recruiting-wrapper .text-box {
    font-size: 1rem;
    width: 53%;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-wrapper .text-box {
    width: 100%;
  }
}
.recruiting-wrapper .text-box p {
  font-weight: 500;
  font-size: 1.3rem;
}
.recruiting-wrapper .top-link {
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .recruiting-wrapper .top-link {
    margin: 10px auto 0;
  }
}

.mv-section {
  margin-bottom: 150px;
  padding-top: 50px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 410px;
  background-position: bottom;
  background-image: url("../../images/mv-bg.png");
}
@media screen and (max-width: 1023px) {
  .mv-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mv-section {
    height: 200px;
    margin-bottom: 50px;
  }
}
.mv-section .logo-wrapper {
  position: relative;
  width: 70%;
  margin: auto;
  max-width: 620px;
}
.mv-section .logo-wrapper img:not(.logo) {
  position: absolute;
}
.mv-section .logo-wrapper .item1 {
  position: absolute;
  top: 0;
  left: -95px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mv-section .logo-wrapper .item1 {
    left: -55px;
  }
}
.mv-section .logo-wrapper .item2 {
  position: absolute;
  top: 0;
  right: 40px;
  width: 30%;
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  .mv-section .logo-wrapper .item2 {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv-section .logo-wrapper .item2 {
    width: 16%;
    right: 30px;
    top: 20px;
  }
}
.mv-section .logo-wrapper .item3 {
  position: absolute;
  width: 25%;
  max-width: 70px;
  top: 90px;
  right: -20px;
}
@media screen and (max-width: 1023px) {
  .mv-section .logo-wrapper .item3 {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .mv-section .logo-wrapper .item3 {
    width: 14%;
  }
}
.mv-section .logo-wrapper .firework3 {
  left: 0;
  top: 35%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  width: 20%;
  max-width: 200px;
  margin: 0;
}

.recruiting-box:not(:last-child) {
  margin-bottom: 100px;
}
.recruiting-box .top-link {
  margin-top: 0;
}
.recruiting-box .top-link.yellow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruiting-box .top-link.yellow::after {
  display: none;
}
.recruiting-box .top-link.yellow.car {
  max-width: 285px;
}
@media screen and (max-width: 1100px) {
  .recruiting-box .top-link.yellow.car {
    max-width: 255px;
  }
}
@media screen and (max-width: 1023px) {
  .recruiting-box .top-link.yellow.car {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-box .top-link.yellow.car {
    width: 100%;
    max-width: 225px;
    padding: 15px 10px;
  }
}
.recruiting-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .recruiting-box .inner-box {
    gap: 20px;
  }
}
.recruiting-box .inner-box .text-box {
  width: calc(100% - 50px - 225px);
}
@media screen and (max-width: 1023px) {
  .recruiting-box .inner-box .text-box {
    width: 100%;
  }
}

.recruiting-title {
  background-color: rgb(0, 142, 168);
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruiting-title {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

.recruiting-link-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.recruiting-link-wrapper .top-link {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .recruiting-link-wrapper .top-link {
    font-size: 0.9rem;
    max-width: 210px;
  }
}
@media screen and (max-width: 1023px) {
  .recruiting-link-wrapper .top-link {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-link-wrapper .top-link {
    width: 100%;
    max-width: 225px;
  }
}

.news-wrapper.page.contact .top-link {
  margin: auto;
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news-wrapper.page.contact .top-link.active {
  opacity: 1;
  pointer-events: visible;
}

.contact-inner:not(:last-child) {
  margin-bottom: 40px;
}
.contact-inner .title {
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-inner .title.must::after {
  color: rgb(222, 0, 0);
  font-size: 0.8rem;
  vertical-align: top;
  content: "*必須";
}
.contact-inner a {
  border-bottom: 1px solid rgb(72, 71, 68);
  color: rgb(72, 71, 68);
}

.text-common {
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  background-color: rgb(240, 240, 240);
  outline: none;
}

.privacy-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.privacy-wrapper p:not(:last-child) {
  margin-bottom: 15px;
}
.privacy-wrapper a {
  color: rgb(72, 71, 68);
  border-bottom: 1px solid rgb(72, 71, 68);
}
.privacy-wrapper a:hover {
  border-color: rgb(158, 13, 13);
}

.privacy-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(0, 142, 168);
}

.news-wrapper.page {
  display: block;
}
@media screen and (max-width: 767px) {
  .news-wrapper.page {
    padding: 50px 20px;
  }
}
.news-wrapper.page .news-list {
  width: 100%;
}

.wp-pagenavi {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  color: rgb(72, 71, 68);
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}

.single-title-wrapper {
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(158, 13, 13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.single-title-wrapper .single-title {
  width: calc(100% - 50px - 30px);
  font-size: 1.4rem;
  font-weight: 500;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.news-wrapper.page .main-contants {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .news-wrapper.page .main-contants {
    width: 100%;
  }
}
.news-wrapper.page .image-box {
  width: 90%;
  margin: 30px auto 0;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .news-wrapper.page .image-box {
    width: 100%;
  }
}

.single-pager {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .single-pager {
    gap: 10px;
  }
}
.single-pager .top-link {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-pager .top-link::after {
  display: none;
}
.single-pager .pager-box {
  width: 30px;
}
.single-pager .pager-box.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-pager .arrow {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-pager .arrow::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../../images/arrow.svg");
          mask-image: url("../../images/arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgb(158, 13, 13);
}

.event-date-list {
  position: relative;
  z-index: 2;
}
.event-date-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .event-date-list li {
    gap: 10px;
  }
}
.event-date-list li:not(:last-child) {
  margin-bottom: 60px;
}
.event-date-list .image-box {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .event-date-list .image-box {
    width: 50%;
    margin: auto;
  }
}
.event-date-list .image-box img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-date-list .food-service {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(0, 142, 168);
}
.event-date-list .text-box {
  width: calc(70% - 35px);
}
@media screen and (max-width: 767px) {
  .event-date-list .text-box {
    width: 100%;
  }
}
.event-date-list.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 30px;
}
@media screen and (max-width: 1023px) {
  .event-date-list.top {
    gap: 10px;
  }
}
.event-date-list.top li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1023px) {
  .event-date-list.top li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .event-date-list.top li {
    width: 100%;
  }
}
.event-date-list.top li:not(:last-child) {
  margin-bottom: 0;
}
.event-date-list.top a {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.event-date-list.top img {
  aspect-ratio: 311/397;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-date-list.top .event-title {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 80%;
  text-align: center;
  bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .event-date-list.top .event-title {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .event-date-list.top .event-title {
    font-size: 1.4rem;
    padding: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .event-date-list.top .event-title {
    bottom: 30px;
  }
}

.event-title {
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
  background-color: rgb(158, 13, 13);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 20px;
}
@media screen and (max-width: 1023px) {
  .event-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .event-title {
    margin-bottom: 0;
  }
}
.event-title.blue {
  background-color: rgb(0, 142, 168);
}
.event-title.merchandise {
  background-color: rgb(232, 124, 0);
}
.event-title .booth-number {
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .artist-prof {
    font-size: 0.9rem;
  }
}
.artist-prof:not(:last-child) {
  margin-bottom: 15px;
}

.post-sns-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 40px 10px 40px 10px 40px 10px 40px 10px 40px;
  grid-template-columns: repeat(5, 40px);
}
.post-sns-wrapper a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.shop-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  color: rgb(72, 71, 68);
  border-bottom: 1px solid rgb(72, 71, 68);
}
.shop-link:not(:last-child) {
  margin-bottom: 10px;
}
.shop-link:hover {
  border-color: rgb(158, 13, 13);
}
/*# sourceMappingURL=main.css.map */