@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(255, 202, 88);
}

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: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 960px;
}

.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;
}
.top-title .en {
  font-size: 3.2rem;
  font-family: "Lily Script One", system-ui;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .top-title .ja {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
.top-title .pink {
  color: rgb(214, 42, 116);
}
.top-title .yellow {
  color: rgb(238, 177, 45);
}
.top-title .blue {
  color: rgb(164, 238, 251);
}
.top-title .white {
  color: rgb(234, 232, 233);
}
.top-title.cloth .ja {
  margin-top: -25px;
}
.top-title.vietnam {
  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: 20px;
}
@media screen and (max-width: 767px) {
  .top-title.vietnam {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.top-title.vietnam::before, .top-title.vietnam::after {
  content: "";
  width: 65px;
  aspect-ratio: 65/54;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/vietnam-item.png");
}
@media screen and (max-width: 767px) {
  .top-title.vietnam::before, .top-title.vietnam::after {
    position: absolute;
    top: 50%;
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .top-title.vietnam::before {
    left: 0;
    -webkit-transform: translate(-90%, -50%);
            transform: translate(-90%, -50%);
  }
}
.top-title.vietnam::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .top-title.vietnam::after {
    right: 0;
    -webkit-transform: translate(90%, -50%) scaleX(-1);
            transform: translate(90%, -50%) scaleX(-1);
  }
}

.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(214, 42, 116);
}
.top-link.yellow {
  background-color: rgb(238, 177, 45);
}
.top-link.blue {
  background-color: rgb(0, 142, 168);
}
.top-link:hover {
  background-color: rgb(255, 255, 255);
}
.top-link:hover.pink {
  color: rgb(214, 42, 116);
  border-color: rgb(214, 42, 116);
}
.top-link:hover.pink::after {
  background-color: rgb(214, 42, 116);
}
.top-link:hover.yellow {
  color: rgb(238, 177, 45);
  border-color: rgb(238, 177, 45);
}
.top-link:hover.yellow::after {
  background-color: rgb(238, 177, 45);
}
.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);
}

.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 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.header-menu .hover-trigger.is-open {
  border-color: rgb(214, 42, 116);
}
.header-menu .menu-list {
  color: rgb(214, 42, 116);
  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: 25px;
}
.header-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 20px;
  width: 100%;
}
.header-menu .sub-menu a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu a {
  color: rgb(214, 42, 116);
  border-bottom: 1px solid transparent;
}
.header-menu a:hover {
  border-color: rgb(214, 42, 116);
}

.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 {
  right: 0;
}
.drawer--right .sp-navigation .drawer-nav {
  padding: 70px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: linear-gradient(204.36deg, #6BD9ED 14.31%, #16B3D0 87.2%);
}
.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(72, 71, 68);
}
.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(214, 42, 116);
  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(238, 177, 45);
}
.drawer--right .sp-navigation .drawer-nav .sns-link {
  margin-top: 30px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-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;
  padding: 10px 30px 0 15px;
}
@media screen and (max-width: 1023px) {
  .header-wrapper {
    padding-left: 0;
  }
}

.header-logo {
  width: 105px;
}

.footer-contants {
  padding: 50px 0 25px;
  background-color: rgb(0, 142, 168);
  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(238, 177, 45);
}
.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(238, 177, 45);
}

.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(238, 177, 45);
}

.fv-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom;
  background-image: url("../../images/fv/bg.png");
}
@media screen and (min-width: 1500px) {
  .fv-section {
    aspect-ratio: 1500/825;
    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;
  }
}
@media screen and (max-width: 1023px) {
  .fv-section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section {
    background-image: url("../../images/fv/bg-sp.jpg");
    aspect-ratio: 375/630;
    max-height: 900px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.fv-section .firework1 {
  position: absolute;
  left: 4%;
  top: 50px;
  z-index: 2;
  width: 10%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .fv-section .firework1 {
    left: -20px;
    top: 30%;
    width: 20%;
  }
}
.fv-section .firework2 {
  position: absolute;
  right: 24%;
  top: 60px;
  z-index: 2;
  width: 10%;
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  .fv-section .firework2 {
    top: 10px;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .firework2 {
    display: none;
  }
}
.fv-section .firework3 {
  position: absolute;
  right: 30px;
  top: 30%;
  z-index: 2;
  width: 10%;
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  .fv-section .firework3 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .firework3 {
    display: none;
  }
}

.fv-logo-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 565px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .fv-logo-wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .fv-logo-wrapper {
    width: 100%;
  }
}
.fv-logo-wrapper .item1 {
  position: absolute;
  top: 0;
  left: -95px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fv-logo-wrapper .item1 {
    left: -55px;
  }
}
.fv-logo-wrapper .item2 {
  position: absolute;
  top: 0;
  right: 40px;
  width: 30%;
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  .fv-logo-wrapper .item2 {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .fv-logo-wrapper .item2 {
    width: 16%;
    right: 30px;
    top: 20px;
  }
}
.fv-logo-wrapper .item3 {
  position: absolute;
  width: 25%;
  max-width: 70px;
  top: 90px;
  right: -20px;
}
@media screen and (max-width: 1023px) {
  .fv-logo-wrapper .item3 {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .fv-logo-wrapper .item3 {
    width: 14%;
  }
}
.fv-logo-wrapper .item4 {
  position: absolute;
  left: -30px;
  bottom: 80px;
  width: 30%;
  max-width: 190px;
}
@media screen and (max-width: 1023px) {
  .fv-logo-wrapper .item4 {
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .fv-logo-wrapper .item4 {
    bottom: 20px;
    left: -4px;
  }
}

.fv-day-wrapper {
  width: 40%;
  max-width: 470px;
  margin: auto;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv-day-wrapper {
    width: 100%;
    font-size: 1.4rem;
  }
}
.fv-day-wrapper img {
  margin-bottom: 10px;
}

.fv-title {
  position: absolute;
  top: 100px;
  right: 7%;
  z-index: 2;
  width: 20%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
  max-width: 230px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (min-width: 1500px) {
  .fv-title {
    right: 15vw;
  }
}
@media screen and (max-width: 1100px) {
  .fv-title {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .fv-title {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fv-title {
    position: static;
    margin-top: -60px;
    margin-left: auto;
    width: 30%;
    max-width: 120px;
    gap: 10px;
  }
}
.fv-title img {
  width: 9%;
  margin: 0;
}
.fv-title .text1 {
  width: calc(55% - 45px);
}
@media screen and (max-width: 1023px) {
  .fv-title .text1 {
    width: calc(55% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .fv-title .text1 {
    width: calc(55% - 10px);
  }
}
.fv-title .text2 {
  margin-top: 70%;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .information-section {
    padding-top: 0;
  }
}
.information-section .contents-wrapper {
  position: relative;
}

.info-firework {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  z-index: -1;
  width: 30%;
  max-width: 265px;
}
@media screen and (max-width: 767px) {
  .info-firework {
    -webkit-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
    top: 130px;
  }
}

.info-wrapper {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .info-wrapper {
    margin-top: 50px;
  }
}
.info-wrapper .top-title {
  position: relative;
  margin-bottom: 0;
}
.info-wrapper .top-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30%;
  aspect-ratio: 3/2;
  background-color: rgb(255, 255, 255);
  border-radius: 60%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .info-wrapper .top-title::after {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .info-wrapper .top-title::after {
    width: 60%;
  }
}
.info-wrapper .inner-box {
  background-color: rgb(255, 255, 255);
  padding: 70px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .info-wrapper .inner-box {
    padding: 70px 40px;
  }
}
@media screen and (max-width: 767px) {
  .info-wrapper .inner-box {
    padding: 50px 15px;
  }
}
.info-wrapper .info-first-text {
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.info-wrapper .info-flower {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  max-width: 150px;
  -webkit-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}

.info-flex {
  position: relative;
  z-index: 2;
  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;
  flex-direction: row-reverse;
  gap: 30px 40px;
  font-weight: 400;
}
.info-flex .image-box {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .info-flex .image-box {
    width: 50%;
    margin: auto;
  }
}
.info-flex .text-box {
  width: calc(75% - 40px);
}
@media screen and (max-width: 1023px) {
  .info-flex .text-box {
    width: 100%;
  }
}
.info-flex .text-detail {
  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: 5px 30px;
}
.info-flex .text-detail:not(:last-child) {
  margin-bottom: 15px;
}
.info-flex .text-detail .title {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .info-flex .text-detail .title {
    font-size: 1.1rem;
    font-weight: 700;
    width: 100%;
  }
}
.info-flex .text-detail .contents {
  width: calc(100% - 100px - 30px);
}
@media screen and (max-width: 767px) {
  .info-flex .text-detail .contents {
    width: 100%;
  }
}
.info-flex .red-text {
  color: rgb(221, 0, 0);
  font-size: 0.9rem;
}
.info-flex .text-inner:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(214, 42, 116);
}

.info-map {
  color: rgb(72, 71, 68);
}
.info-map img {
  width: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info-map span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info-map:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.info-map:hover span {
  border-color: rgb(238, 177, 45);
}

.hidden-wrapper {
  overflow: hidden;
}

.vietnam-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;
  gap: 0 65px;
}
@media screen and (max-width: 767px) {
  .vietnam-wrapper {
    gap: 50px;
  }
}

.vietnam-inner-item {
  width: calc((100% - 130px) / 3);
}
@media screen and (max-width: 1023px) {
  .vietnam-inner-item {
    width: 100%;
    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 50px;
  }
}
.vietnam-inner-item:nth-child(even) {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .vietnam-inner-item:nth-child(even) {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .vietnam-inner-item:nth-child(even) .no-box {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .vietnam-inner-item:nth-child(even) .no-box {
    right: auto;
    left: -40px;
  }
}
.vietnam-inner-item .image-box {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .vietnam-inner-item .image-box {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .vietnam-inner-item .image-box {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .vietnam-inner-item .text-box {
    width: calc(60% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .vietnam-inner-item .text-box {
    width: 100%;
  }
}
.vietnam-inner-item .no-box {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/vietnam-number-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100px;
  aspect-ratio: 1/1;
  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(214, 42, 116);
  font-family: "Lily Script One", system-ui;
  font-size: 2rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .vietnam-inner-item .no-box {
    left: -40px;
  }
}

.top-bg-wrapper {
  position: relative;
}
.top-bg-wrapper::before {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  height: calc(100% + 120px);
  width: 210%;
  background: linear-gradient(204.36deg, #6BD9ED 14.31%, #16B3D0 87.2%);
  clip-path: ellipse(50% 40% at 50% 50%);
}
@media screen and (max-width: 1023px) {
  .top-bg-wrapper::before {
    width: 200%;
  }
}
@media screen and (max-width: 767px) {
  .top-bg-wrapper::before {
    width: 300%;
  }
}
.top-bg-wrapper section {
  position: relative;
  z-index: 2;
}

.artist-section {
  position: relative;
}
.artist-section .artist-item {
  position: absolute;
  top: 5%;
  right: 0;
  width: 20%;
  max-width: 317px;
}
@media screen and (max-width: 767px) {
  .artist-section .artist-item {
    top: 10%;
  }
}

.soon-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 75px;
  font-family: "Lily Script One", system-ui;
  font-size: 3.3rem;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .soon-text {
    margin-bottom: 30px;
  }
}
.soon-text::before {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -20%);
          transform: translate(100%, -20%);
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 32/38;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/soon-icon.svg");
}
.soon-text .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
}

.artist-check {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 700;
}

.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-section .news-firework {
  position: absolute;
  pointer-events: none;
  width: 15%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .news-section .news-firework {
    width: 30%;
  }
}
.news-section .news-firework.one {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
          transform: translate(-60%, 60%);
  max-width: 160px;
}
.news-section .news-firework.two {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -60%);
          transform: translate(50%, -60%);
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .news-section .news-firework.two {
    -webkit-transform: translate(30%, -60%);
            transform: translate(30%, -60%);
  }
}

.news-wrapper {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  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: 70px;
  padding: 70px 50px;
}
@media screen and (max-width: 1023px) {
  .news-wrapper {
    gap: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper {
    padding: 30px 30px 50px;
  }
}
.news-wrapper .top-title {
  margin-bottom: 0;
}
.news-wrapper .news-list {
  width: calc(100% - 70px - 130px);
}
@media screen and (max-width: 1023px) {
  .news-wrapper .news-list {
    width: calc(100% - 40px - 130px);
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper .news-list {
    width: 100%;
  }
}
.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;
}

.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%;
  font-weight: 700;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
}
@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 .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(214, 42, 116);
}

.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(214, 42, 116);
  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(214, 42, 116);
}

.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;
  aspect-ratio: 244/291;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-date-list .text-box {
  width: calc(70% - 35px);
}
@media screen and (max-width: 767px) {
  .event-date-list .text-box {
    width: 100%;
  }
}

.event-title {
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
  width: 50%;
  background-color: rgb(214, 42, 116);
  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);
}

@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(214, 42, 116);
}
/*# sourceMappingURL=main.css.map */