@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);
  }
}

.p-forum {
  color: #fff;
  padding: 2.4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .p-forum {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-forum {
    margin-top: calc(5.6rem * 0.25);
    margin-bottom: calc(5.6rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-forum {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (min-width: 768px) {
  .p-forum {
    background: url(../images/bg_forum.png) no-repeat center center/contain;
  }
}
@media (max-width: 767px) {
  .p-forum {
    background: url(../images/frame_forum.png) no-repeat left top, url(../images/frame_forum.png) no-repeat right bottom;
  }
}
.p-forum:after {
  display: block;
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(../images/icon_free.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-forum:after {
    top: 3rem;
    left: 52%;
  }
}
@media (max-width: 767px) {
  .p-forum:after {
    width: 50px;
    height: 64px;
    top: 52%;
    left: auto;
    right: 4rem;
  }
}
.p-forum_inner {
  background-color: #003d92;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.6rem;
  margin: 0 1.6rem;
}
@media (max-width: 767px) {
  .p-forum_inner {
    grid-template-columns: 1fr;
    padding: 2.4rem;
  }
}
.p-forum_inner .__imgtitle {
  margin-bottom: calc(1.6rem * 1);
}
.p-forum_inner .__desc {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-forum_entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  place-content: center;
}
.p-forum_entry .__note {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-forum_btn {
  background: #f3c14d;
  text-align: center;
  padding: 1.6rem;
  border-radius: 1rem;
}

.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;
}
.cols {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cols {
    flex-direction: column;
  }
}

.cols_title {
  text-align: center;
  margin-bottom: calc(1.6rem * 1);
}
.cols_title img {
  width: 100%;
  max-width: 400px;
}

.branch {
  padding: 2.4rem 1.6rem;
}
.branch .__left {
  width: 55%;
}
.branch .__right {
  width: 45%;
  text-align: right;
}
.branch .__exp {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: calc(1.6rem * 0.5);
}
@media (max-width: 767px) {
  .branch .__left {
    width: 100%;
    margin-bottom: calc(1.6rem * 0.5);
  }
  .branch .__right {
    width: 100%;
    text-align: center;
  }
}

.branch_list {
  font-size: 1.2rem;
}
.branch_list .__title {
  width: 6em;
  flex-shrink: 0;
  font-size: 1.2rem;
}
.branch_list .__detail {
  width: 95%;
}
.branch_list .__inline_list {
  display: inline-block;
}

.figure_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  max-width: 31rem;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .figure_contents {
    margin-right: auto;
  }
}

.caption_title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .caption_title {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec_stage .branch_list {
  font-size: 1.2rem;
}

.coming_soon {
  margin: 2.4rem 0;
  background: #ccc;
  width: 100%;
  height: 32rem;
  display: grid;
  place-content: center;
}

.item_title {
  background: #7d7d7d;
  color: #fff;
  border-radius: 2rem;
  padding: 0.4rem 1em;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: calc(1.6rem * 0.5);
}

.event_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event_list .__group {
  width: 32%;
  border: 2px solid #999;
  background: #fdeae6;
  margin-bottom: calc(1.6rem * 1);
}
.event_list dt {
  color: #fff;
  background: #c80e47;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1em 0.5em 0.5rem 0.5em;
}
.event_list dt.__line2 {
  font-size: 1rem;
}
.event_list dd {
  padding: 1.6rem;
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event_list dd .__exp {
  font-size: 1rem;
}
.event_list dd .__image {
  text-align: left;
}
.event_list:after {
  content: "";
  display: block;
  width: 32%;
}
@media (max-width: 767px) {
  .event_list .__group {
    width: 100%;
  }
  .event_list dt.__line2 {
    font-size: 1.3rem;
  }
  .event_list dd {
    padding: 1.6rem;
    height: 85%;
    display: block;
  }
  .event_list dd .__exp {
    font-size: 1rem;
  }
  .event_list dd .__image {
    text-align: left;
  }
  .event_list:after {
    content: "";
    display: block;
    width: 32%;
  }
}

.eats_list .__group {
  border: 2px solid #c80e47;
  background: #fdeae6;
}
.eats_list dt {
  color: #fff;
  background: #c80e47;
}

.shop_list .__group {
  border: 2px solid #0e358d;
  background: #c7e8fa;
}
.shop_list dt {
  color: #fff;
  background: #0e358d;
}

.pr_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: 1fr 1fr;
}
.pr_list .__group {
  border: none;
  background: none;
  width: 100%;
  height: auto;
  align-items: start;
  grid-row-start: 1;
  grid-row-end: 1;
}
.pr_list .__row2 {
  grid-row-start: 1;
  grid-row-end: 3;
}
.pr_list .__columns2 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}
.pr_list dt {
  color: #fff;
  background: #009c74;
  border: 2px solid #009c74;
}
.pr_list dd {
  border: 2px solid #009c74;
  border-top: none;
  height: auto;
  background: #e0f0e2;
}
.pr_list .__dd_arrow {
  position: relative;
  margin-bottom: 1.6rem;
}
.pr_list .__dd_arrow:after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid #009c74;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.pr_list .__dd_link {
  border: 2px solid #009c74;
  background: #fff;
  text-align: center;
  padding: 0.75em 0.5em 0.75rem 0.5em;
}
.pr_list .__dd_link a {
  text-decoration: underline;
  color: #009c74;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pr_list {
    display: flex;
  }
}

.stage_list .__title {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.3em 0.5em;
  text-align: center;
  border-radius: 2.4rem;
  min-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(1.6rem * 1);
}
.stage_list .__subtitle {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(1.6rem * 1);
}
.stage_list .__timetable {
  margin-top: calc(1.6rem * 1);
}
@media (max-width: 767px) {
  .stage_list .__title {
    background: #ece084;
    color: #4a1f83;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .stage_list .__sp_col {
    margin-bottom: calc(1.6rem * 1);
  }
}

.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;
  }
}

.sec_sponsor {
  background: #fff;
  background-color: #f9f6eb;
  text-align: center;
}
.sec_sponsor_inner {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-inline: 1.6rem;
}
.sec_sponsor_level01 {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.sec_sponsor_level02 {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .sec_sponsor_level02 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec_sponsor_level03 {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(5, 1fr);
  place-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .sec_sponsor_level03 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sec_sponsor_level04 {
  margin-bottom: 2.4rem;
}
.sec_sponsor_level04 .__sponsor {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.sec_sponsor_level04 .__sponsor .__last {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block;
}
@media (max-width: 767px) {
  .sec_sponsor_level04 .__sp_hide {
    display: none;
  }
  .sec_sponsor_level04 .__sponsor {
    font-size: 1rem;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
    word-break: break-all;
  }
  .sec_sponsor_level04 .__sponsor .__last {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .sec_sponsor_level04 .__pc_hide {
    display: none;
  }
}
.sec_sponsor .__sponsor_support {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}

.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;
}

.p-shops {
  display: grid;
  gap: 8px 22px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  padding: 2.4rem 1.6rem;
}
@media (max-width: 767px) {
  .p-shops {
    grid-template-columns: 1fr;
  }
}
.p-shops .__shop_name {
  padding: 0.8em 0.6em 0.4em;
  color: #fff;
  font-size: 85%;
  font-weight: 700;
}
.p-shops .__shop_desc {
  padding: 0.8em;
  font-size: 75%;
  line-height: 1.4;
  min-height: 6rem;
  font-weight: 700;
}
.p-shops .__shop_desc.__oneline {
  line-height: 2.8;
}
@media (max-width: 767px) {
  .p-shops .__shop_desc {
    padding-block: 0.5em;
    min-height: auto;
  }
  .p-shops .__shop_desc.__oneline {
    line-height: 1.4;
  }
}

.p-branch_shops .__group {
  border: 2px solid #c80e47;
}
.p-branch_shops .__shop_name {
  background: #c80e47;
}
.p-branch_shops .__shop_desc {
  background-color: #fdeae6;
}

.p-pr_shops .__group {
  border: 2px solid #0e358d;
}
.p-pr_shops .__group_play {
  border: 2px solid #f39800;
}
.p-pr_shops .__shop_name {
  background: #0e358d;
}
.p-pr_shops .__shop_desc {
  background-color: #c7e8fa;
}
.p-pr_shops .__play_desc {
  display: grid;
  place-content: center;
  height: 100%;
  text-align: center;
  font-size: 80%;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-pr_shops .__play_desc {
    padding-block: 0.5em;
  }
}