@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.8em;
  font-style: inherit;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
:root {
  --black: #1C1C1C;
  --red: #CE161B;
  --inner: 100rem;
}
@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}


@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanJP, "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: .05em;
  font-size: 1.8rem;
  background: #000;
}
/*.font {
  font-family: "ads-hikari", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gosic {
  font-family: "murecho","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}*/
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none !important;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.u-inner {
  max-width: calc(var(--inner) + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.u-inner--large {
  max-width: 124rem;
}
@media only screen and ( max-width : 991px ) {
  .br_pc_l {
    display: none;
  }
}
@media only screen and ( max-width : 767px ) {
  .u-inner {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .box {
    margin-bottom: 5rem;
  }
  .sbox {
    margin-bottom: 2.5rem;
  }
  .sp_box {
    margin-bottom: 5rem;
  }
  .br_pc {
    display: none;
  }
  .sec {
    padding: 5rem 0;
  }
}

@media only screen and ( max-width : 320px ) {
  .br_sp_m {
    display: none;
  }
}

@media print, screen and ( min-width : 321px ) {
  .br_sp_s {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .box {
    margin-bottom: 6rem;
  }
  .sbox {
    margin-bottom: 3rem;
  }
  .br_sp,.br_sp_m {
    display: none;
  }
  .sec {
    padding: 10rem 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .br_tb {
    display: none;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
.nav li a {
  display: block;
  position: relative;
  font-weight: 900;
}
.nav li a img {
  transition: .3s;
}
#gNav ul li.current a {
  color: #FF2A1A;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
}
#gNav ul li.current a img {
  opacity: 0;
}
.nav li.current a:before {
  content: "";
  background: url(../img/finger.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#gNav ul li.cmngsn a {
  pointer-events: none;
  opacity: .5;
}
#gNav ul li img {
  display: block;
  width: auto;
}
#gNav ul li.nav01.current a {
  background-image: url(../img/nav01_active.svg);
}
#gNav ul li.nav02.current a {
  background-image: url(../img/nav02_active.svg);
}
#gNav ul li.nav03.current a {
  background-image: url(../img/nav03_active.svg);
}
#gNav ul li.nav04.current a {
  background-image: url(../img/nav04_active.svg);
}
#gNav ul li.nav05.current a {
  background-image: url(../img/nav05_active.svg);
}
#gNav ul li.nav06.current a {
  background-image: url(../img/nav06_active.svg);
}

.coming_soon_nav {
  pointer-events: none;
  opacity: .4;
}
/*#gNav ul li a span {
  font-weight: 700;
  font-size: 86%;
  font-family: "murecho", sans-serif;
}*/

@media only screen and ( max-width : 991px ) {
  #menu_btn {
    top: 20px;
    right: 20px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 56px;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FF2A1A;
    border-radius: 50%;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  .menu-trigger {
    display: inline-block;
    width: 30px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .5s;
  }
  .is_scroll .menu-trigger span {
    background-color: #fff;
  }
  #header.header_fixed .menu-trigger span {
    background-color: #fff;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(3) {
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
    bottom: 0;
  }
  #gNav {
    width: 300px;
    /*height: 100%;*/
    overflow: auto;
    padding: 9rem 3rem 4rem 5rem;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    right: -300px;
    transition: all .3s;
    border-radius: 0 0 0 2rem;
  }
  #gNav ul li {
    margin-bottom: 7vw;
  }
  #gNav ul li a {
    position: relative;
    color: #FF2A1A;
    font-size: 2rem;
  }
  .nav li.current a:before {
    width: 3.4rem;
    height: 3.4rem;
    left: -4rem;
  }
  #gNav ul li img {
    height: 6vw;
  }
}
@media only screen and ( max-width : 320px ) {

}
@media print, screen and ( min-width : 992px ) {
  #header {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 17vw;
    transition: .3s;
    border-radius: 2rem 0 0 0;
    padding: 2vw 3vw 2vw 5vw;
  }
  .is_scroll #header  {
    bottom: 0;
    background: rgba(0,0,0,.4);
  }
  #gNav {
    right: auto !important;
    position: relative !important;
  }
  #gNav .container {
    padding: 0;
  }
  #menu_btn,.overlay {
    display: none;
  }
  #gNav ul li {
    margin-bottom: 1.6em;
  }
  #gNav ul li a {
    display: block;
    color: #fff;
    font-size: 1.8vw;
  }
  #gNav ul li img {
    height: 2vw;
  }
  .nav li.current a:before {
    width: 3vw;
    height: 3vw;
    left: -4vw;
  }
}
@media print, screen and ( min-width : 1400px ) {
  #header {
    bottom: 0;
    padding: 3rem 4rem 2rem 6rem;
  }
  #gNav ul li {
    margin-bottom: 3.5rem;
  }
  #gNav ul li a {
    font-size: 2.4rem;
  }
  .nav li.current a:before {
    width: 3.8rem;
    height: 3.8rem;
    left: -5rem;
  }
  #gNav ul li img {
    height: 3rem;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  padding: 4rem 0;
}
.f_copyright {
  text-align: center;
}

@media only screen and ( max-width : 767px ) {
  .f_copyright {
    font-size: 1.4rem;
  }
}
@media only screen and ( max-width : 320px ) {

}
@media print, screen and ( min-width : 768px ) {

}

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
main {
  /*overflow: hidden;*/
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
h2 {
}
.sec_title {
  text-align: center;
}
.sec_title img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.disc li {
  margin-left: 1.2em;
  list-style: disc
}
.container {
  position: relative;
  z-index: 3;
}

@media only screen and ( max-width : 992px ) {

}
@media only screen and ( max-width : 767px ) {
  .sec_title {
    font-size: 6rem;
    margin-bottom: 5rem;
  }
  .sec_title img {
    height: 3.8rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec_title {
    font-size: 9.4rem;
    margin-bottom: 8rem;
  }
  .sec_title img {
    height: 8.2rem;
  }
}
@media print, screen and ( min-width : 992px ) {
  
}

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */

#mv,
#join_form_header,
#thanks {
  background: url(../img/bg.jpg) no-repeat center / cover;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

#mv h1 span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  height: 0;
}
#mv_title {
  text-align: center;
}
#mv .event_date {
  z-index: 10;
}
#mv_pic {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  clip-path: url(#clip01);
}
.mv_hi-bou {
  position: absolute;
  top: 30%;
  animation: runLoop 10s linear infinite;
}
.mv_hi-bou img {
  animation: runBounce 0.4s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes runLoop {
  0% {
    transform: translateX(100%) scaleX(1);
  }
  49.9% {
    transform: translateX(-100%) scaleX(1);
  }
  50% {
    transform: translateX(-100%) scaleX(-1); /* 向きを反転 */
  }
  100% {
    transform: translateX(100%) scaleX(-1);
  }
}
@keyframes runBounce {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px) rotate(-1deg);
  }
  75% {
    transform: translateY(-8px) rotate(1deg);
  }
}
@media only screen and ( max-width : 767px ) {
  #mv {
    padding: 20vw 2rem 10vw;
  }
  #mv h1 {
    margin-bottom: 10vw;
  }
  #mv_pic {
    width: 60vw;
    height: 76.68vw;;
  }
  .mv_hi-bou img {
    width: 48vw;
  }
  #mv .event_date {
    max-width: 80%;
    margin: 10vw auto 0;
    text-align: center;
  }
}
@media (orientation: landscape) and (max-width: 767px){
  
}
@media only screen and ( max-width : 575px ) {
  
}

@media print, screen and ( min-width : 768px ) {
  #mv {
    padding: 4vw 0 10vw;
    min-height: 76.8rem;
    max-height: 100vh;
  }
  #mv h1 {
    margin-bottom: 2.34vw;
  }
  #mv_pic {
    max-width: 60rem;
    max-height: 78.4rem;
    width: 28.91vw;
    height: 36.95vw;
  }
  .mv_hi-bou img {
    width: 19.53vw;
    max-width: 40rem;
  }
  #mv_title img {
    width: 62.73vw;
    max-width: 90rem;
  }
  #mv .event_date {
    position: absolute;
    left: 3.81vw;
    bottom: 1.72vw;
    max-width: 50rem;
  }
  #mv .event_date img {
    width: 27.5vw;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about {
  background: #FECE01;
}
.about_block:last-child {
  margin-bottom: 0;
}
#about p {
  line-height: 2.2em;
  color: #050B58;
  font-weight: 700;
}
.about_img img {
  border-radius: 2rem;
}
@media only screen and ( max-width : 767px ) {
  .about_block {
    margin-bottom: 5rem;
  }
  #about p {
    font-size: 1.6rem;
    text-align: center;
  }
  .about_img {
    margin-bottom: 2rem;
  }
}
@media (orientation: landscape) and (max-width: 767px){
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 768px ) {
  .about_block {
    margin-bottom: 12rem;
  }
  .about_block:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #about p {
    font-size: 2rem;
  }
  .about_img {
    width: 48%;
  }
  .about_txt {
    width: 48%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   花火大会

--------------------------------------------------------------------------------------------- */
#hanabi {
  background: rgba(0,0,0,.6);
  color: #fff;
  overflow: hidden;
  position: relative;
}
#hanabi .sec_title img {
  display: block;
  margin: 0 auto;
}
#hanabi .u-inner {
  position: relative;
}

#hanabi .hanabi_txt {
  text-align: center;
}
#hanabi .hanabi_txt strong {
  color: #FFCE01;
  font-weight: 900;
  /*color: #FF2A1A;*/
}
#hanabi .hanabi_txt span {
  display: block;
}

.hanabi_date {
  text-align: center;
  background: rgba(0,0,0,.4);
  max-width: 58rem;
  margin: 0 auto;
  border-radius: 3rem;
}
.hanabi_date h3 {
  letter-spacing: .1em;
}
#hanabi_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     z-index: -1;
}
.hanabi_date_txt {
  color: #FFCE01;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hanabi_date_txt span {
  line-height: 1;
}
.hanabi_date_youbi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #CE171B;
}
.hanabi_schedule {
  color: #CE171B;
  font-weight: 700;
}
@media only screen and ( max-width : 767px ) {
  .hanabi_txt {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
  .hanabi_date {
    padding: 3rem 2rem;
  }
  .hanabi_date h3 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .hanabi_date_y {
    font-size: 3rem;
  }
  .hanabi_date_md {
    font-size: 5.4rem;
  }
  .hanabi_date_youbi {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    margin-left: .5rem;
  }
  .hanabi_schedule {
    font-size: 2.6rem;
    margin: 3rem 0;
  }
  .hanabi_schedule_small_txt {
    font-size: 1.7rem;
  }
  #hanabi .hanabi_txt span {
    font-size: 1.1rem;
    margin-top: 3rem;
  }
}
@media (orientation: landscape) and (max-width: 767px){
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 768px ) {
  .hanabi_txt {
    font-size: 2rem;
    margin-bottom: 7rem;
  }
  .hanabi_date {
    padding: 4rem;
  }
  .hanabi_date h3 {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
  .hanabi_date_y {
    font-size: 5.5rem;
  }
  .hanabi_date_md {
    font-size: 8.4rem;
  }
  .hanabi_date_youbi {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.4rem;
  }
  .hanabi_schedule {
    font-size: 3.6rem;
    margin: 5rem 0;
  }
  .hanabi_schedule_small_txt {
    font-size: 2rem;
  }
  #hanabi .hanabi_txt span {
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TIMETABLE

--------------------------------------------------------------------------------------------- */
#timetable {
  background: #050B58;
}
.timetable_title {
  background: #FF2A1A;
}
.timetable_title img {
  display: block;
  margin: 0 auto;
}
.timetable_box:last-child {
  margin-bottom: 0;
}
.timetable_box dl {
  display: flex;
  flex-wrap: wrap;
}
.timetable_box dt,
.timetable_box dd {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
.timetable_box dt:after {
  content: "";
  height: 60%;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background: #fff;
  width: 1px;
  position: absolute;
}
@media only screen and ( max-width : 767px ) {
  .timetable_title {
    padding: 1rem;
  }
  .timetable_title img {
    width: 24rem;
  }
  .timetable_box {
    margin-bottom: 6rem;
  }
  .timetable_box dt,
  .timetable_box dd {
    min-height: 10rem;
    font-size: 1.3rem;
    padding: 1.5rem 0;
  }
  .timetable_box dt {
    width: 7rem;
  }
  .timetable_box dd {
    width: calc(100% - 7rem);
    padding-left: 2rem;
  }
  .timetable_box dd span {
    line-height: 1.4em;
  }
  .timetable_small_text {
    font-size:1.1rem;
    margin-top: 2rem;
  }
}
@media (orientation: landscape) and (max-width: 767px){
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 768px ) {
  .timetable_title {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .timetable_title img {
    width: 38rem;
  }
  .timetable_box {
    margin-bottom: 12rem;
  }
  .timetable_box dt,
  .timetable_box dd {
    min-height: 12rem;
    padding: 2.5rem 3rem;
  }
  .timetable_box dt {
    width: 27rem;
  }
  .timetable_box dd {
    width: calc(100% - 27rem);
  }
  .timetable_small_text {
    text-align: right;
    font-size:1.3rem;
    margin-top: 2rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   PERFORMER

--------------------------------------------------------------------------------------------- */
#performer {
  background: #fff;
  color: #000;
}
#performer h3 {
  font-weight: 700;
  color: #050B58;
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding-bottom: .7em;
  margin-bottom: 1.4em;
}
#performer h3:after {
  position: absolute;
  content: '';
  background: #FF2A1A;
  width: 3rem;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.performer_wrapper {
  margin-bottom: 8rem;
}
.performer_wrapper:last-child {
  margin-bottom: 0;
}
.performer_list_box .modalBtn {
  display: block;
}
#performer .performer_list_box .performer_thumb_name {
  font-weight: 700;
  line-height: 1.4em;
  color: #050B58;
}
.performer_modal_btn {
  display: flex;
  justify-content: flex-end;
}
.performer_modal_btn .viewmore_btn {
  background: #FF2A1A;
  color: #fff;
  border-radius: 2.5rem;
  text-align: center;
  position: relative;
}
.performer_modal_btn .viewmore_btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.performer_text_list .performer_list_box {
  background: #f5f5f5;
  border-radius: 1.5rem;
}
@media only screen and ( max-width : 767px ) {
  #performer h3 {
    font-size: 2rem;
  }
  .performer_list_box {
    margin-bottom: 1.5rem;
    background: #f5f5f5;
    border-radius: 1rem;
    padding: 1rem;
  }
  .performer_list_box:last-child {
    margin-bottom: 0;
  }
  .performer_list_box .performer_thumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .performer_list_box .performer_thumb_img {
    width: 40%;
  }
  .performer_list_box .performer_thumb_caption {
    width: 56%;
  }
  .performer_modal_btn .viewmore_btn {
    width: 10rem;
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .performer_modal_btn .viewmore_btn span {
    right: .8rem;
    font-size: 1.8rem;
  }
  .performer_thumb_img img {
    border-radius: 1rem;
  }
  .performer_text_list .performer_list_box .performer_thumb_caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .performer_thumb_name {
    font-size: 1.5rem;
  }
}
@media (orientation: landscape) and (max-width: 767px){
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 768px ) {
  #performer h3 {
    font-size: 3.2rem;
  }
  .performer_list {
    display: flex;
    flex-wrap: wrap;
  }
  .performer_text_list {
    flex-direction: column;
  }
  .performer_text_list .performer_list_box {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .performer_text_list .performer_list_box:last-child {
    margin-bottom: 0;
  }
  .performer_text_list .performer_list_box a {
    display: block;
    padding: 2rem;
  }
  .performer_text_list .performer_list_box .performer_thumb_caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .performer_text_list .performer_modal_btn .viewmore_btn {
    margin-top: 0;
  }
  .performer_list_box {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 5rem;
  }
  .performer_list_box:nth-child(-n+3) {
    margin-top: 0;
  }
  .performer_list_box:nth-child(3n) {
    margin-right: 0;
  }
  .performer_thumb_caption .performer_thumb_name {
    font-size: 1.7rem;
  }
  .performer_list_box .performer_thumb_img {
  }
  .performer_modal_btn .viewmore_btn {
    width: 13rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .performer_modal_btn .viewmore_btn span {
    right: 1rem;
    font-size: 2rem;
  }
  .performer_thumb_img img {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .performer_thumb_caption {
    padding: 2rem;
    background: #f5f5f5;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .performer_text_list .performer_thumb_caption {
    border-radius: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOD

--------------------------------------------------------------------------------------------- */
#foodstand {
  background: #FECE01;
}
#foodstand h3 {
  font-weight: 900;
  color: #FF2A1A;
  background: #fff;
  border-radius: 6rem;
  position: relative;
}
#foodstand h3:before,
#foodstand h3:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #fff;
}
#foodstand h3:before {
  bottom: -1.5rem;
  left: 3rem;
  width: 3rem;
  height: 3rem;
}
#foodstand h3:after {
  bottom: -3rem;
  left: 5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.foodstand_wrapper {
  margin-bottom: 8rem;
  color: #161C61;
}
.foodstand_wrapper:last-child {
  margin-bottom: 0;
}

.foodstand_list_box {
  background: rgba(255,255,255,.3);
  border-radius: 1.5rem;
}
#foodstand .foodstand_list_box .foodstand_name {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: .4em;
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
@media only screen and ( max-width : 767px ) {
  #foodstand {
    padding-bottom: 6rem;
  }
  .foodstand_wrapper {
    margin-bottom: 5rem;
  }
  #foodstand h3 {
    font-size: 2rem;
    margin: 0 auto 4rem;
    padding: .4rem 4rem;
    text-align: center;
    max-width: 26rem;
  }
  .foodstand_list_box {
    margin-bottom: 1.5rem;
  }
  .foodstand_list_box:last-child {
    margin-bottom: 0;
  }
  .foodstand_list_box .foodstand_thumb {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  .foodstand_list_box .foodstand_thumb_img {
    width: 40%;
  }
  .foodstand_list_box .foodstand_thumb_caption {
    width: 56%;
  }
  .foodstand_text {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  .foodstand_list_box .foodstand_thumb_img img {
    height: 12rem;
    border-radius: 1rem;
  }
  #foodstand .foodstand_list_box .foodstand_name {
    font-size: 1.5rem;
  }
}
@media (orientation: landscape) and (max-width: 767px){
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 768px ) {
  #foodstand {
    padding-bottom: 15rem;
  }
  #foodstand h3 {
    font-size: 3.2rem;
    margin: 0 auto 6rem;
    padding: .4rem 4rem;
    text-align: center;
    max-width: 40rem;
  }
  .foodstand_list {
    display: flex;
    flex-wrap: wrap;
  }
  .foodstand_list_box {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
  }
  .foodstand_list_box:nth-child(-n+3) {
    margin-top: 0;
  }
  .foodstand_list_box:nth-child(3n) {
    margin-right: 0;
  }
  .foodstand_thumb_caption .foodstand_name {
    font-size: 1.7rem;
  }
  .foodstand_list_box .foodstand_thumb_img {
  }
  .foodstand_thumb_caption {
    padding: 2rem;
  }
  .foodstand_text {
    font-size: 1.4rem;
  }
  .foodstand_list_box .foodstand_thumb_img img {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   MODAL

--------------------------------------------------------------------------------------------- */

.modal {
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.modal_inner {
  margin: 2rem auto;
  width: 100%;
  max-width: 80rem;
}

.modal_content {
  display: none;
  background: #fff;
  overflow: hidden;
  position: relative;
  /*padding: 0 0 1.4em 0;*/
  padding: 0;
  border-radius: 1.5rem;
}
.is-active .modal_content {
  display: block;
}

.modalClose {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  background: #FF2A1A;
  top: 0;
  right: 0;
}

.modalClose_btn {
  position: relative;
  width: 60%;
  right: auto;
  top: auto;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: .8em;
  background: #13144A;
  color: #fff;
  border-radius: 5rem;
}
.modal_content {
  color: #333;
}
.modal_content figure img {
  width: 100%;
}
.modal_content h4 {
  font-weight: 700;
}
.modal_text_content p {
}
.modal_text_content dl {
  margin-top: 5rem;
}
.modal_text_content dt {
  background: #CE161B;
  color: #fff;
  width: 8em;
  padding: .2em 1em;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}
.modal_text_content dd {
  margin-bottom: 3rem;
}
.modal_text_content dd:last-of-type {
  margin-bottom: 0;
}

@media only screen and ( max-width : 767px ) {
  .modalClose {
    width: 5rem;
    border-radius: 0 0 0 1.5rem;
    /*right: 1rem;
    top: 1rem;*/
  }
  .modal_content h4 {
    font-size: 2.2rem;
    line-height: 1.4em;
    margin-bottom: 1rem;
  }
  .modal_text_content {
    padding: 2rem;
  }
  .modal_text_content p {
    font-size: 1.5rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .modalClose {
    width: 6rem;
    border-radius: 0 0 0 2rem;
    /*right: 2.5rem;
    top: 2.5rem;*/
  }
  .modal_content {
    padding: 3rem;
  }
  .modal_content figure {
    margin-bottom: 2rem;
  }
  .modal_content h4 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .modal_text_content p {
    font-size: 1.6rem;
  }
  .modal_content figure img {
    border-radius: 1.2rem;
  }
}



/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */

#fixed_btn {
  position: fixed;
  z-index: 98;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  display: none;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 110rem;
}

#fixed_btn a {
  position: relative;
  width: 50%;
}

@media only screen and ( max-width : 767px ) {
  #fixed_btn a {
    width: 80%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   参加者募集のお知らせ

--------------------------------------------------------------------------------------------- */
#join {
  background: #000;
}
#join h2 {
  text-align: center;
  color: #FF2A1A;
  line-height: 1.4em;
}
#join h3 {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  color: #e54a00;
}
.join_lead_t {
  text-align: center;
  color: #fff;
}
#join .join_inner {
  max-width: 70rem;
  margin: 0 auto;
}
#join section {
  margin-bottom: 4rem;
  color: #fff;
  background: #e54a00;
  border-radius: 1.5rem;
}
#join section:last-child {
  margin-bottom: 0;
}
.join_sec_inner {
  padding: 2rem;
}
.join_sec_inner .small_txt {
  display: block;
  margin-top: 1em;
}
.btn {
  background: #FF2A1A;
  color: #fff;
  display: flex;
  height: 8rem;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 3rem;
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.btn span {
  line-height: 1.3em;
  text-align: center;
}
.btn:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2.4rem;
  line-height: 1;
}
.join_date {
  margin: 4rem 0 0;
}
.join_date dt span {
  background: #ffce82;
  color: #e54a00;
  font-weight: bold;
  border-radius: 5rem;
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 1.7rem;
}
.join_date dd {
  font-weight: bold;
}
.schedule_small_t {
  display: block;
  font-weight: normal;
}
.form_attention {
  border: 1px solid #ccc;
  overflow: auto;
  margin-bottom: 1rem;
}
.join_date .dl_schedule {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.join_date .dl_schedule dt {
  margin-right: 0;
}
.join_date .dl_schedule dd {
  line-height: 1.3;
  text-align: left;
}
@media only screen and ( max-width : 767px ) {
  #join h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .join_sec_inner .small_txt {
    font-size: 1.2rem;
  }
  .join_lead_t {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
  #join h3 {
    font-size: 2.4rem;
  }
  .join_date dd {
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 5px;
  }
  .join_date dd:last-of-type {
    margin-bottom: 0;
  }
  .join_date dd.schedule{
    text-align: left;
    font-size: 1.5rem;
  }
  .form_attention {
    padding: 1.5rem;
    height: 180px;
  }
  .join_date .dl_schedule {
    margin-bottom: 2rem;
  }
  .join_date .dl_schedule dt {
    width: 8rem;
  }
  .join_date .dl_schedule dd {
    width: calc(100% - 8rem);
  }
  .schedule_small_t {
    font-size: 1.2rem;
  }
}


@media print, screen and ( min-width : 768px ) {
  #join h2 {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
  .join_lead_t {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
  .join_sec_inner .small_txt {
    font-size: 1.3rem;
  }
  #join h3 {
    font-size: 3rem;
    padding: 2rem 5rem;
  }
  .join_sec_inner {
    padding: 5rem;
  }
  .join_date dl {
    display: flex;
    flex-flow: wrap;
  }
  .join_date dt,
  .join_date dd {
    margin-bottom: 2rem;
  }
  .join_date dt {
    width: 18rem;
    margin-right: 2rem;
  }
  .join_date dd {
    width: calc(100% - 20rem);
  }
  .join_date dd.schedule {
    font-size: 2rem;
  }
  .join_date .dl_schedule dt {
    width: 9rem;
  }
  .join_date .dl_schedule dd {
    width: calc(100% - 9rem);
  }
  .schedule_small_t {
    font-size: 1.3rem;
  }
  .form_attention {
    padding: 2rem;
    height: 30rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   Contact form

--------------------------------------------------------------------------------------------- */
#join_form_header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF2A1A;
}
#join_form_header img {
  position: relative;
  z-index: 2;
}
#join_form {
  background: #FFC755;
  color: #000;
}
#join_form h1 {
  text-align: center;
  color: #FF2A1A;
  line-height: 1.4em;
}
#thanks h1 {
  position: relative;
  z-index: 2;
}
input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
  height: 5rem;
  padding:0 1rem;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  padding:10px;
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
  line-height: 1.6em;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
.contact_form {
  background: #fff;
  border-radius: 1.5rem;
}
.contact_form form {
  max-width: 73rem;
  margin: 0 auto;
}
.contact_form dt {
  margin-bottom: 1rem;
}
.contact_form dd {
  margin-bottom: 3rem;
}
.submit_btn {
  display: block;
  border-radius: 5rem;
  background: #e54a00;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border: none;
  font-family: inherit;
  cursor: pointer;
}
input.submit_btn:disabled {
  background: #ccc;
  cursor: default;
}
.select_gender_list li {
  margin-right: 1.5rem;
}
.select_gender_list li:last-child {
  margin-right: 0;
}
.must {
  color: #e02e2e;
}
@media only screen and ( max-width : 991px ) {
  .contact_form {
    padding: 3rem;
  }
}
@media only screen and ( max-width : 767px ) {
  #join_form_header{
    padding: 3rem 2rem;
  }
  .contact_form {
    padding: 3rem 2rem;
  }
  .submit_btn {
    font-size: 2rem;
    width: 100%;
    padding: 1.5rem;
  }
  #join_form h1 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #join_form_header{
    padding: 5rem 0;
  }
  .submit_btn {
    font-size: 2.2rem;
    width: 35rem;
    padding: 2rem;
  }
  #join_form h1 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
  .contact_form {
    max-width: 70rem;
    margin: 0 auto;
  }
}
@media print, screen and ( min-width : 992px ) {
  .contact_form {
    padding: 5rem 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   THANKS

--------------------------------------------------------------------------------------------- */
#thanks_body {
  padding: 15px;
}
#thanks {
  border-radius: 5px;
  overflow: hidden;
  background: #FF2A1A;
}
.thanks_inner {
  background: #fff;
  border-radius: 1.5rem;
  color: #FF2A1A;
}
.thanks_inner p {
  margin-bottom: 2em;
}
.thanks_inner p:last-child {
  margin-bottom: 0;
}
.thanks_inner h1 {
  margin-bottom: 4rem;
  text-align: center;
}

@media only screen and ( max-width : 991px ) {
}
@media only screen and ( max-width : 767px ) {
  #thanks {
      min-height: calc(100vh - 3rem);
      position: relative;
      padding: 2rem;
  }
  .thanks_inner {
    position: relative;
    z-index: 10;
    padding: 2rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
  #thanks h1 {
    margin-bottom: 4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #thanks {
      padding: 4rem 4rem 10rem;
      min-height: calc(100vh - 3rem);
  }
  #thanks h1 {
    margin-bottom: 5rem;
  }
  .thanks_inner {
    padding: 4rem;
    max-width: 65rem;
  }
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   会場案内

--------------------------------------------------------------------------------------------- */
#venue {
  background: #fff;
  color: #161C61;
}
/*.venue_inner {
  max-width: 80rem;
  margin: 0 auto;
}*/
#venue .venue_box h3 {
  color: #FFCE01;
  background: #FF2A1A;
  text-align: center;
  margin-bottom: 1em;
}
#venue .venue_box h4 {
  margin-bottom: 1em;
  text-align: center;
}
.venue_box:last-child {
  margin-bottom: 0;
}
.transport_timetable {
  width: 100%;
}
.transport_timetable th,
.transport_timetable td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #161C61;
  font-size: 1.3rem;
  padding: .6rem .4rem;
  line-height: 1.4;
}
.transport_timetable thead th {
  background: #161C61;
  color: #fff;
  border-right: 1px solid #999;
}
.transport_timetable thead th:last-of-type {
  border-right: 1px solid #161C61;
}
.transport_timetable thead td {
  background: #ddd;
}
.transport_timetable_box:last-child {
  margin-bottom: 0;
}
.table_bg_yellow {
  background: #FFCE01;
}
.table_bg_green {
  background: #E7F8EE;
}
.detail_box {
  background: #eee;
  border-radius: 2rem;
}
.detail_box p {
  text-align: center;
  font-weight: 700;
}
.detail_box h3 {
  background: #161C61;
  color: #fff;
  margin: 0 auto;
  border-radius: 5rem;
  text-align: center;
  width: 8em;
  margin-bottom: .2em;
}
.detail_box p:last-child {
  margin-bottom: 0;
}
@media only screen and ( max-width : 767px ) {
  .venue_box,
  .detail_box {
    margin-bottom: 4rem;
  }
  #venue .venue_box h3 {
    padding: .5rem;
    margin-left: -2rem;
    margin-right: -2rem;
    font-size: 2rem;
  }
  .transport_timetable_wrap {
    overflow: auto;
    margin-right: -2rem;
  }
  .transport_timetable {
    width: 80rem;
  }
  .transport_timetable th,
  .transport_timetable td {
    font-size: 1.2rem;
    padding: .4rem;
  }
  .transport_timetable_box {
    margin-bottom: 3rem;
  }
  .transport_timetable_smallTxt {
    font-size: 1.1rem;
    text-align: left !important;
    line-height: 1.4;
  }
  .detail_box {
    padding: 2rem;
  }
  .detail_box h3 {
    font-size: 1.6rem;
  }
  .detail_box p {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
}
@media (orientation: landscape) and (max-width: 767px){
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 768px ) {
  .detail_box {
    margin-bottom: 8rem;
    padding: 3rem;
  }
  .venue_box {
    margin-bottom: 6rem;
  }
  #venue .venue_box h3 {
    padding: 1rem;
    font-size: 3.2rem;
    border-radius: 2rem;
  }
  #venue h4 {
    font-size: 2.4rem;
  }
  .venue_box img {
    max-width: 80rem;
    margin: 0 auto;
    display: block;
  }
  .transport_timetable_smallTxt {
    font-size: 1.2rem;
  }
  .detail_box h3 {
    font-size: 2.4rem;
  }
  .detail_box p {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .transport_timetable_box {
    max-width: 94%;
    margin: 0 auto 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media (orientation: landscape) and (max-width: 767px){
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 768px ) {
}
