@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/*----------------------
     setting
---------------------------------------- */
/*----------------------
     html base
---------------------------------------- */
html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body {
  min-height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
  background-color: #f9f6eb;
  font-family: BIZ UDPGothic, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  opacity: 0.7;
}

.-image {
  text-align: center;
}

.-text {
  line-height: 1.6;
}

.icon_list_item {
  display: flex;
}
.icon_list_item:before {
  content: attr(data-icon);
  display: block;
  margin-right: 0.5em;
}

/*----------------------
     html body
---------------------------------------- */
html,
body {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

.ellipsis {
  display: inline-block !important;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

/*----------------------
     header footer
---------------------------------------- */
.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-height: 100vh;
  background: #f9f6eb;
}

.header {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  height: 4rem;
  background: #fff;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
}
.header_inner {
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.header_nav_list {
  display: flex;
}
.header_nav_list li:before {
  content: "|";
  font-size: 1rem;
}
.header_nav_list li:last-child:after {
  content: "|";
  font-size: 1rem;
}
.header_nav a {
  font-size: 1rem;
  display: inline-block;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .header_nav {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
  .header_nav_list {
    display: block;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header_nav_list li:before {
    content: "";
    font-size: 1rem;
  }
  .header_nav_list li:last-child:after {
    content: "";
    font-size: 1rem;
  }
  .header_nav a {
    font-size: 1.6rem;
    display: block;
    padding: 1em 1em;
  }
}

.main {
  margin-top: -40rem;
  z-index: 0;
}

.mv {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
.mv_bg img {
  width: 100vw;
}
.mv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contents {
  position: relative;
}
.contents_inner {
  padding: 4rem 0 0;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.contents_inner_mid {
  padding: 4rem 0;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contents.__bg {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.contents.__bg2 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 100px, #ffffff 100px, #ffffff 100%);
}

.p-comingsoon {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  color: #7d7d7d;
}
@media (min-width: 1024px) {
  .p-comingsoon {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-comingsoon {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-comingsoon {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-contents__inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  overflow: hidden;
}

.sec_overview {
  padding-top: 24rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .sec_overview {
    padding-top: 50vh;
  }
}
.sec_overview .__title {
  margin-bottom: calc(1.6rem * 1);
}
.sec_overview .__exp {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.sec_overview .__vietnam_image {
  margin-block: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .sec_overview .__vietnam_image {
    grid-template-columns: repeat(2, 1fr);
  }
}

.heading_line {
  background: url(../images/bg_main.png) repeat-x scroll center top;
  height: 4rem;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_event {
  padding-bottom: 4rem;
}

.sec_access {
  background: #fff;
  background-color: #f9f6eb;
  text-align: center;
}
.sec_access_inner {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}
.sec_access .access_title {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 0 1px #16a499;
  color: #16a499;
  letter-spacing: 0.2em;
  text-indent: 0.6em;
  color: #16a499;
  -webkit-text-fill-color: #16a499; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px #16a499;
  margin-bottom: calc(1.6rem * 1);
}
.sec_access .access_detail {
  font-size: 1.8rem;
  font-weight: 700;
  color: #595757;
  margin-bottom: calc(1.6rem * 1);
}
.sec_access .access_address {
  font-size: 1.5rem;
  font-weight: 700;
  color: #595757;
  line-height: 1.4;
}
.sec_access .access_map {
  background: #f2f2f3;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.sec_access .access_map iframe {
  max-width: 90rem;
  height: 43rem;
}
@media (max-width: 767px) {
  .sec_access .access_map {
    background: #f2f2f3;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sec_access .access_map iframe {
    max-width: 95vw;
    height: 43rem;
  }
}

.footer {
  background: url(../images/bg_main.png) repeat scroll center top;
  text-align: center;
  color: #fff;
}
.footer_inner {
  padding: 6.4rem 4rem 1rem;
}
.footer_logo {
  margin-bottom: calc(1.6rem * 1);
}
.footer_name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: calc(1.6rem * 1);
}
.footer_contact {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: calc(1.6rem * 0.5);
}
.footer_hour {
  font-size: 1.3rem;
  font-weight: 700;
}
.footer_copyright {
  color: #fff;
  padding: 1.6rem 1.6rem 4rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 130%;
    opacity: 1;
    background-color: #fff;
    z-index: 5;
  }
}
.menu {
  display: none;
}
@media (max-width: 767px) {
  .menu {
    overflow: hidden;
    width: 7.2vw;
    height: 11.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 10px;
    top: 2.6666666667vw;
    z-index: 100;
  }
}

.menu__btn {
  position: relative;
  width: 7.2vw;
  height: 11.2vw;
}

.menu__line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 7.2vw;
  margin: auto;
  opacity: 1;
  background-color: #4a1f83;
  transition: 0.3s;
  /* option ------------*/
}
.menu__line:nth-of-type(1) {
  top: 0.8vw;
  height: 0.5333333333vw;
}
.menu__line:nth-of-type(2) {
  top: 2.4vw;
  height: 0.5333333333vw;
}
.menu__line:nth-of-type(3) {
  top: 4.2666666667vw;
  height: 0.4vw;
}

/* open ------------*/
.menu--open .menu__line:nth-of-type(1) {
  left: -100%;
  opacity: 0;
}
.menu--open .menu__line:nth-of-type(2) {
  width: 7.2vw;
  top: 2.6666666667vw;
  transform: rotate(137deg);
}
.menu--open .menu__line:nth-of-type(3) {
  width: 7.2vw;
  top: 2.6666666667vw;
  transform: rotate(-137deg);
}

.icon_bg {
  position: absolute;
  z-index: 3;
}
.icon_bg1 {
  left: -1rem;
  top: 24rem;
}
.icon_bg2 {
  right: -6rem;
  top: 31rem;
}
.icon_bg3 {
  left: -8rem;
  top: 75rem;
}
.icon_bg4 {
  right: -4rem;
  bottom: 22rem;
}
.icon_bg5 {
  left: -10rem;
  top: 15rem;
}
.icon_bg6 {
  right: 2rem;
  top: -5rem;
}
.icon_bg7 {
  left: -2rem;
  top: 30rem;
}
.icon_bg8 {
  right: -8rem;
  top: 35rem;
}
.icon_bg9 {
  left: -13rem;
  top: 80rem;
}
.icon_bg10 {
  right: -2rem;
  top: 80rem;
}
.icon_bg11 {
  left: -8rem;
  top: 108rem;
}
.icon_bg12 {
  left: -10rem;
  top: 138rem;
}
.icon_bg13 {
  right: -5rem;
  bottom: 10rem;
}
.icon_bg14 {
  right: 16rem;
  top: 85rem;
  display: none;
}
@media (max-width: 767px) {
  .icon_bg.__sp_hide {
    display: none;
  }
  .icon_bg14 {
    right: 0;
    top: 254rem;
  }
  .icon_bg14 img {
    width: 60%;
  }
}

.act_visible {
  opacity: 0;
}

.p-title_event {
  height: 22px;
}

.p-title_access {
  height: 22px;
}

.p-title_sponsor {
  height: 22px;
}

:root {
  --event-list-color:#d70051;
  --event-list-innercolor: #fdeae6;
}

.p-eat {
  --event-list-color:#d70051;
  --event-list-innercolor: #fdeae6;
}

.p-pr {
  --event-list-color:#0e358d;
  --event-list-innercolor: #c7e8fa;
}
.p-pr .__other {
  --event-list-color:#f39800;
  --event-list-innercolor: #fff;
}

.p-stage {
  --event-list-color:#16a499;
  --event-list-innercolor: #16a499;
}

.p-event__wrap {
  display: grid;
  gap: 2.4rem;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
@media (min-width: 1024px) {
  .p-event__wrap {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
    padding-left: calc(2.4rem * 1);
    padding-right: calc(2.4rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-event__wrap {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
    padding-left: calc(2.4rem * 1);
    padding-right: calc(2.4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-event__wrap {
    padding-top: calc(4rem * 1);
    padding-bottom: calc(4rem * 1);
    padding-left: calc(2.4rem * 1);
    padding-right: calc(2.4rem * 1);
  }
}
.p-event__title {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem 1.6rem;
  margin-bottom: 2.4rem;
  background: var(--event-list-color);
  text-align: center;
  clip-path: polygon(100% 0, calc(100% - 1.6rem) 50%, 100% 100%, 0% 100%, 1.6rem 50%, 0% 0%);
}
.p-event__introduction {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .p-event__introduction {
    grid-template-columns: 1fr;
  }
}
.p-event__introduction .__item {
  display: grid;
  gap: 1.6rem;
  align-items: start;
  align-content: start;
}
.p-event__introduction .__item .__text {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-event__introduction .__item .__title2 {
  border: 2px solid var(--event-list-color);
  color: var(--event-list-color);
  border-radius: 2.5em;
  text-align: center;
  font-weight: 700;
  padding: 0.5em 0.5em;
}
@media (max-width: 767px) {
  .p-event__introduction .__item .__title2 {
    font-size: 1.5rem;
  }
}
.p-event__introduction .__image {
  text-align: right;
}
@media (max-width: 767px) {
  .p-event__introduction .__image {
    display: flex;
    justify-content: space-between;
  }
}
.p-event__introduction .__image_title {
  background: #dc492b;
  border-radius: 2.5em;
  text-align: center;
  font-weight: 700;
  padding: 0.2em 2em 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
@media (max-width: 767px) {
  .p-event__introduction .__image_title {
    width: 100%;
  }
}
.p-event__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 0.8rem;
}
.p-event__list__wrap {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-event__list__wrap {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-event__list__wrap {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-event__list__wrap {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-event__list {
    grid-template-columns: 1fr;
  }
}
.p-event__list .__group {
  border: 2px solid var(--event-list-color);
  background: var(--event-list-innercolor);
  display: flex;
  flex-direction: column;
}
.p-event__list .__title {
  background: var(--event-list-color);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.5em;
  line-height: 1.4;
}
.p-event__list .__detail {
  font-size: 1.4rem;
  padding: 1em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-event__timetable {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  justify-content: center;
}
.p-event__timetable__wrap {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-event__timetable__wrap {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-event__timetable__wrap {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-event__timetable__wrap {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-event__timetable__title {
  background: #fff100;
  border-radius: 2.5em;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 2em 0.5em;
  width: 90%;
  margin-inline: auto;
}
.p-event__timetable__subtitle {
  text-align: center;
}
.p-event__timetable .__item {
  text-align: center;
}
.p-event__timetable .__item_l {
  grid-row: 1/2;
}
.p-event__timetable .__item_r {
  grid-row: 1/3;
}
.p-event__timetable .__item_b {
  grid-row: 2/3;
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .p-event__timetable {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-event__timetable .__item_l {
    grid-row: 1/2;
  }
  .p-event__timetable .__item_r {
    grid-row: 2/3;
  }
  .p-event__timetable .__item_b {
    grid-row: 3/4;
  }
}

.p-sponsor {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-sponsor {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-sponsor {
    margin-top: calc(5.6rem * 1);
    margin-bottom: calc(5.6rem * 1);
  }
}
@media (max-width: 767px) {
  .p-sponsor {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-sponsor__list {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-sponsor__list {
    width: 90vw;
  }
  .p-sponsor__list img {
    max-width: 100%;
  }
}
.p-sponsor .__empty {
  width: 17rem;
}
.p-sponsor__list-text {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .p-sponsor__list-text {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-sponsor__list-text {
    margin-top: calc(5.6rem * 0.5);
    margin-bottom: calc(5.6rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-sponsor__list-text {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-sponsor__list-text .__item:not(:last-child):after {
  content: "/";
}
.p-sponsor__koen {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .p-sponsor__koen + .p-sponsor__list-text {
    margin-top: calc(7.2rem * 0.1);
    margin-bottom: calc(7.2rem * 0.1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-sponsor__koen + .p-sponsor__list-text {
    margin-top: calc(5.6rem * 0.1);
    margin-bottom: calc(5.6rem * 0.1);
  }
}
@media (max-width: 767px) {
  .p-sponsor__koen + .p-sponsor__list-text {
    margin-top: calc(4rem * 0.1);
    margin-bottom: calc(4rem * 0.1);
  }
}