@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2020 Sketches of Design
     version 2020-12-26
------------------------------------- */
body{
  font-family: "Oswald",'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #666;
}

/*  event
////////////////////////////////////////// */
body.event main,
body.event #content{
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
body.event #content > *{
  transition: 0.3s;
}
body.event #content .wrap,
body.event #content .col3,
body.event #content .col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.event #content .col2 > *{
  width: 48.5%;
}
body.event #content #stage-0913 .col3::after,
body.event #content .col3 > *{
  width: 32%;
}
body.event #content #stage-0913 .col3::after{
  display: block;
  content: "";
}
body.event #content .image img {
  width: revert-layer;
}
body.event #content #stage-area .mc .date,
body.event #content #stage-area .stage h3,
body.event #content .time{
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 3.2rem;
}
body.event #content #sidemenu li{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;

}
body.event #content .link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
body.event #content .link p{
  margin: 0 0 5px 0;
}
body.event #content .link a{
  display: inline-block;
  margin: 0 5px;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #0054a6;
  border-radius: 100vw;
  text-decoration: none;
}
body.event #content .link a:hover{
  background: #0054a6;
  color: #fff;
}

body.event #content .linkbtn{
  margin: 30px 0 40px 0!important;
  text-align: center;
  width: 100%;
}
body.event #content .link{
  margin: 40px 0 0 0;
  text-align: center;
  width: 100%;
}
body.event #content .linkbtn a,
body.event #content .link a{
  background: none;
  padding: 10px 20px;
  color: #0054A6;
  border: 1px solid #0054A6;
  border-radius: 100vw;
  text-decoration: none;
  font-weight: 500;
}
body.event #content .linkbtn a{
  background: #fff;
}
body.event #content .linkbtn a:hover,
body.event #content .link a:hover{
  background: #0054A6;
  color: #fff;
}

/**/
body.event #btt{
  bottom: 5px !important;
  right: 10px;
  z-index: 10000;
}
body.event #btt a{
  background: none;
  padding: 0;
}
body.event #btt,
body.event #btt img{
  margin: 0;
}
body.event #btt a:before,
body.event #btt a:after{
  display: none;
}
body.event #mainpic .siteid,
body.event #content h2{
  padding: 0;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: left;
}
body.event #content h2{
  margin: 60px 0 30px 0;
  display: block;
  text-align: center;
}
body.event #content h2 span{
  display: block;
  font-size: 3.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
body.event #content h2 img,
body.event #content h3 img{
  margin: 0;
}
body.event #content h3,
body.event #content h4,
body.event #content h5{
  margin: 0 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
body.event #content h3{
  font-weight: 700;
  font-size: 2.8rem;
}
body.event #content h4{
  font-size: 2.4rem;
}
body.event #content h5{
  text-align: left;
}
body.event #content a{
  display: block;
  text-decoration: none;
}
body.event #content a:hover{
  transform: translateY(5px);
}
body.event #content .lead{
  font-size: 2.2rem;
  color: #191919;
  font-weight: 700;
}
body.event #content section .inner {
  margin: 0 auto;
  padding: 20px 0 80px 0;
  width: 1000px;
}
body.event main{
  padding-top: 89px;
}
body.event #mainpic .logoarea{
  background-color: #fab943;
}
body.event #mainpic .logoarea .inner{
  display: flex;
  position: relative;
  padding: 20px 0;
  width: 90%;
}
body.event #mainpic h1{
  position: relative;
  display: inline-block;
  margin: 0;
  background: #fff;
  padding: 15px 20px 15px 0;
  border-radius: 0 500px 500px 0;
}
body.event #mainpic h1::before{
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 0;
  left: -50vw;
  height: 100%;
  width: 50vw;
}
body.event #mainpic .siteid{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 16px;
  line-height: 1.2;
  color: #191919;
}
body.event #mainpic .siteid span{
  display: block;
  font-size: 2.7rem;
  color: #fff;
}
body.event #mainpic .logoarea .image{
  position: absolute;
  right: 0;
  bottom: -16px;
  max-width: 196px;
}

body.event #mainpic p,
body.event #mainpic img{
  margin: 0; 
}

body.event #mainpic .record-area{
  padding-top: 48px;
  background: url("../img/bg-mainpic.jpg") bottom center repeat-x;
  background-size: auto 740px;
  height: 740px;
}

body.event #content #sidemenu{
  position: fixed;
  margin: 0;
  top: 300px;
  right: -23px;
  z-index: 10;
}
body.event #content #sidemenu li{
  border: 2px solid #fff;
  border-radius: 16px 0 0 16px;
  background-color: #039b7e;
  padding: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  list-style: none;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
  transition: 0.3s;
}
body.event #content #sidemenu li::before{
  content: none;
}
body.event #content #sidemenu li:hover{
  transform: translateX(-5px);
}
body.event #content #sidemenu li a:hover{
  transform: none;
}
body.event #content #sidemenu li a{
  display: flex;
  padding: 1em 2em 1em 1em;
  color: #fff;
}
body.event #content #sidemenu li img{
  margin: 0 auto 5px auto;
}
body.event #content #sidemenu li.map{
  border: 2px solid #039b7e;
  background-color: #fff;
}
body.event #content #sidemenu li.map a{
  color: #039b7e;

}
body.event #content #menu-area .inner{
  position: relative;
  margin-top: -60px;
  background-color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
  padding: 40px;
  text-align: center;
}
body.event #content #menu-area .inner .title{
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
body.event #content #menu-area .menublock{
  position: relative;
  margin: auto;
  max-width: 1000px;
  z-index: 0;
}
body.event #content #menu-area .menublock::before{
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  left: -150px;
  background: #FFEEE1;
  width: 460px;
  height: 460px;
  border-radius: 100vw;
}
body.event #content #menu-area .menu{
  position: relative;
  margin-top: 20px;
}
body.event #content #menu-area .menu a{
  display: block;
  padding: 20px;
  color: #191919;
}
body.event #content #menu-area .menu p{
  font-size: 2.2rem;
}
body.event #content #menu-area .menu h2{
  margin: 0 0 20px 0;
}
body.event #content #menu-area .menu-01 h2{
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 1.3;
}
body.event #content #menu-area .menu-01{
  border: 1px solid #c6c9c6;
  padding: 20px;
}
body.event #content #menu-area .menu-02{
  background-color: #dff1fa;
  padding: 20px 20px 30px 20px;
}
body.event #content #menu-area .menu-02 .time{
  color: #0054a6;
}
body.event #content #menu-area .menu-02 .col2 > div a{
  position: relative;
  background-color: #fff;
  padding: 10px;
}
body.event #content #menu-area .menu-02 .arrow{
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
body.event #content #menu-area .menu-03 a{
  background-color: #fffad9;
  padding-left: 40px;
  text-align: left;
}
body.event #content #menu-area .menu-03 h2{
  text-align: left;
}
body.event #content #menu-area .menu-03 .time{
  color: #fd8a37;
}
body.event #content #menu-area .menu-03 .image{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
body.event #content #menu-area .menu-03 .image img{
  margin: 0;
}

body.event #content #corp-area{
  position: relative;
  z-index: 2;
}
body.event #content #corp-area h2{
  text-align: left;
}
body.event #content #corp-area .wrap{
  flex-direction: row-reverse;
}
body.event #content #corp-area .image{
  margin-top: -60px;
}
body.event #content #corp-area .text{
  flex: 1;
  margin-right: 40px;
}
body.event #content #corp-area .cheetakun{
  flex-direction: row;
  margin-top: 40px;
  border: 4px dashed #fab943;
  border-radius: 10px;
  padding: 30px;
}
body.event #content #corp-area .cheetakun h3{
  text-align: left;
}
body.event #content #corp-area .cheetakun h3 img{
  margin: 0 0 -15px 0;
}
body.event #content #corp-area .cheetakun .image{
  margin: 0
}
body.event #content #corp-area .cheetakun .text{
  margin: 0 0 0 20px;
}


/* stage-area */
body.event #content #stage-area{
  background: url("../img/bg-stage.jpg") center no-repeat;
  background-size: cover;
}
body.event #content #stage-area h2{
  color: #fff;
}
body.event #content #stage-area .stage{
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
  padding: 40px;
  text-align: center;
}
body.event #content #stage-area .stage .image{
  position: relative;
}
body.event #content #stage-area .stage a .image::before{
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  background: url("../img/nav-zoom.svg") top center no-repeat;
  width: 30px;
  height: 30px;
}
body.event #content #stage-area .stage .image img{
  margin-bottom: 0;
}
body.event #content #stage-area .stage .time{
  font-size: 2.2rem;
  color: #0054a6;
}
body.event #content #stage-area .stage h3{
  color: #0054a6;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20001;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-height: 90%;
  overflow-y: scroll;
}
/*.modal .sns{
  display: none !important;
}*/
.modal .sns,
.modal .sns li{
  margin: 0 !important;
  padding: 0 !important;
}
.modal .sns li::before{
  display: none;
}
.modal .title,
.modal .sns{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modal .sns li a{
  padding: 0 5px;
}
.modal .title{
  justify-content: space-between;
}
.modal .text p{
  text-align: left;
  font-size: 1.4rem;
}
.modal .pic img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
.modal h5{
  margin: 30px 0 10px 0 !important;
}

body.event #content #stage-area .mc{
  margin: 0 auto;
/*
  max-width: 50%;*/
}
body.event #content #stage-area .mc .col2{
  align-items: center;
}
body.event #content #stage-area .mc .date{
  font-size: 2.2rem;
  color: #0054a6;
}
body.event #content #stage-area .mc .text{
  flex: 1;
}
body.event #content #stage-area .mc .text *{
  text-align: left;
}
body.event #content #stage-area .mc .image{
  margin: 0 30px 0 0;
  max-width: 200px;
}
body.event #content #stage-area .mc .image::before{
  content: none;
}







/* booth-area */
body.event #content #booth-area{
  background: url("../img/bg-booth.jpg") center repeat;
}
body.event #content #booth-area .cs{
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
  padding: 40px;
  text-align: center;
}
body.event #content #booth-area .image.cheetakun{
  position: absolute;
  left: 0;
  bottom: -90px;
}

body.event #content #booth-area .wrap{
/*  align-items: center;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.7rem;*/
  display: block;
}
body.event #content #booth-area .wrap.left{
  flex-direction: row-reverse;
}
body.event #content #booth-area .wrap em{
  font-size: 120%;
  font-style: normal;
}
body.event #content #booth-area .wrap .num{
  font-size: 4.0rem;
  font-weight: 700;
  color: #0054a6;
  margin: 0 0px 0 -1.25em;
  display: inline-block;
  position: absolute;
  line-height: 1;
}
/*
body.event #content #booth-area .wrap p:not(.image){
  padding-left: 40px;
}*/

body.event #content #booth-area .wrap p.image{
  margin: 20px auto 0 auto;
/*
  width: 400px;*/
}
body.event #content #booth-area .wrap p.image img{
  margin-bottom: 0;
}
body.event #content #booth-area .wrap.lv03-03{
  border-bottom: none;
  padding-bottom: 0;
}
body.event #content #booth-area .wrap.lv03-01 p.image.cheetakun{
  width: 250px;
}
body.event #content #booth-area .wrap.lv03-02 p.image{
  width: 300px;
}
body.event #content #booth-area .wrap ul.sns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.event #content #booth-area .wrap ul.sns,
body.event #content #booth-area .wrap ul.sns li{
  margin: 0;
  padding: 0;
}
/*
body.event #content #booth-area .wrap ul.sns{
  margin-left: 40px;
}*/
body.event #content #booth-area .wrap ul.sns li{
  margin-right: 1em;
}
body.event #content #booth-area .wrap ul.sns li::before{
  content: none;
}
body.event #content #booth-area .wrap ul.sns li a{
  display: flex;
    border-radius: 100vw;
  color: #0054A6;
  border: 1px solid #0054A6;
  padding: 10px 20px;
  font-size: 2.0rem;
}
body.event #content #booth-area .wrap ul.sns li img{
  margin: 0 5px 0 0;
}





/* event-area */
body.event #content #event-area{
  background: url("../img/bg-event.jpg") top center no-repeat;
  background-size: cover;
}
body.event #content #map-area{
  background: url("../img/bg-event.jpg") bottom center no-repeat;
  background-size: cover;
}
body.event #content #event-area h2{
  color: #039b7e;
}
body.event #content #event-area .wrap{
  align-items: center;
}
body.event #content #event-area .wrap .image,
body.event #content #event-area .wrap .image img{
  margin: 0;
}
body.event #content #event-area .wrap .text{
  position: relative;
  flex: 1;
  margin: 0 30px 0 0;
  z-index: 1;
}
body.event #content #event-area .lv03-01{
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
body.event #content #event-area .lv03-01 .image{
  position: relative;
}
body.event #content #event-area .lv03-02,
body.event #content #event-area .lv03-01 .image img{
  position: relative;
  z-index: 1;
}
body.event #content #event-area .lv03-01 .image::before{
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  right: -150px;
  background: #E6F5F2;
  width: 320px;
  height: 320px;
  border-radius: 100vw;
  z-index: 0;
}
body.event #content #event-area .lv03-02 .text{
  margin: 0 0 0 30px;
}
body.event #content #event-area .linkbtn{
  background: none;
}
body.event #content #event-area .linkbtn a{
  position: relative;
  margin: 0 auto;
  border: 1px solid #039b7e;
  max-width: 200px;
  color: #039b7e;
}
body.event #content #event-area .linkbtn a::before{
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  background: url("../img/nav-external-gr.svg") top center no-repeat;
  width: 11px;
  height: 9px;
}
body.event #content #event-area .linkbtn a:hover{
  background: #039b7e;
  color: #fff;
}

/* map-area */
body.event #content #map-area{
  padding: 40px;
}
body.event #content #map-area h3{
  margin: 20px 0 10px 0;
}
body.event #content #map-area p{
  text-align: center;
}

/* ban-area */
body.event #content #ban-area{
  margin-top: 100px;
}
body.event #content #ban-area ul{
  list-style: none;
  margin: 0;
  justify-content: center;
}
body.event #content #ban-area ul li{
  margin: 0 20px;
  padding: 0;
  text-align: center;
}
body.event #content #ban-area ul li::before{
  content: none;
}





/* ========================================================== */
/* 1280
--------------------------------------*/
@media screen and (max-width: 1280px) {

body.event #mainpic .siteid, body.event #content h2{
  font-size: 3.1rem;
}


}
/*  1024
--------------------------------------*/
@media screen and (max-width: 1024px) {
  #content p{
    font-size: 1.4rem;
  }
  body.event #content #menu-area .menu p{
    font-size: 1.6rem;
  }
  body.event #content #stage-area .stage .time,
  body.event #content .lead,
  body.event #content #menu-area .menu .time{
    font-size: 1.8rem;
  }
  body.event #mainpic .siteid span,
  body.event #content h3,
  body.event #content h4{
    font-size: 2.0rem;
  }
  body.event #mainpic .siteid,
  body.event #content h2,
  body.event #content #menu-area .menu-01 h2{
    font-size: 2.8rem;
  }
  body.event #content section .inner{
    margin: 0 4%;
    width: auto;
  }
  body.event #content #menu-area .inner .title{
    margin: 0 auto;
    width: 94%;
  }
  body.event #content section .inner .record img,
  body.event #content #menu-area .inner .title img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
  }
  body.event #mainpic h1 img{
    width: auto;
    height: 50px;
  }
  body.event #mainpic .logoarea .inner{
    width: auto;
  }
  body.event #mainpic .logoarea .image img{
    width: auto;
    height: 140px;
  }
  body.event #content #menu-area .menu-02 .arrow{
    bottom: -15px;
    width: 30px;
    height: 30px;
  }
  body.event #content #menu-area .menu-03 .arrow{
    width: 50px;
    height: auto;
  }
  .modal__content{
    width: 90%;
  }
  body.event #content #map-area{
    padding: 0 4%;
  }

}
/*  960
--------------------------------------*/
@media screen and (max-width: 960px) {
  body.event #mainpic .logoarea .image {
    right: -20px;
  }
  body.event #mainpic .logoarea .image img{
    height: 110px;
  }
  body.event #mainpic .siteid{
    font-size: 2.0rem;
  }
  body.event #mainpic .siteid span{
    font-size: 1.6rem;
  }
  body.event #mainpic h1 img{
    height: 40px;
  }
  body.event #mainpic .record-area{
    height: auto;
  }
  body.event #mainpic .record-area .inner{
    padding: 0 0 100px 0;
  }
  body.event #content .link p {
    margin: 0 0 10px 0;
  }
  body.event #content #menu-area .menu-03 .image{
    width: 200px;
  }
  body.event #content #menu-area .menu-03 h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  body.event #content #corp-area .cheetakun .image{
    width: 40%;
  }
  body.event #content #corp-area .cheetakun .text{
    width: calc(60% - 20px);
  }
  
  body.event #content #booth-area .wrap{
    display: block;
    text-align: center;
  }
  
  body.event #content #booth-area .wrap p:not(.image){
    padding-left: 0;
  }
  body.event #content #booth-area .wrap ul{
    justify-content: center;
  }
  body.event #content #booth-area .wrap ul.sns{
    margin-left: 0;
  }
  body.event #content #booth-area .wrap .num{
    position: static;
    display: block;
    margin: 0 auto 5px auto;
  }
  body.event #content #stage-area .mc{
    max-width: 80%;
  }


}
/*  768
--------------------------------------*/
@media screen and (max-width: 768px) {
  body.event #content #menu-area .menu p{
    font-size: 1.4rem;
  }
  body.event #content #menu-area .menu .time {
    font-size: 1.6rem;
  }
  body.event #content h2,
  body.event #content #menu-area .menu-01 h2{
    font-size: 2.0rem;
  }
  body.event #content h2 {
    margin: 40px 0 20px 0;
  }
  body.event #content #menu-area .inner .title{
    top: -30px;
  }
  body.event #content #menu-area .menu-03 .arrow{
    width: 45px;
  }
  body.event #content #corp-area .wrap:first-of-type .image{
    margin: 0;
    width: 30%;
  }
  body.event #content #corp-area .cheetakun h3 img{
    width: 200px;
    height: auto;
  }
  body.event #content .col2 > *{
    width: 100%;
  }
  body.event #content .col2 div:first-child{
    margin-bottom: 30px;
  }
  body.event #content #map-area h3 {
    margin: 10px 0 5px 0;
  }
  body.event #content #booth-area .wrap.left{
    flex-direction: row;
  }
  body.event #content #booth-area .wrap ul.sns li a{
    padding: 8px 10px;
    font-size: 1.6rem;
  }

}
/*  667
--------------------------------------*/
@media screen and (max-width: 667px) {
  body.event #content #stage-area .stage .time{
    font-size: 1.4rem;
  }
  body.event #content h4 {
    font-size: 1.6rem;
  }
  body.event #mainpic .logoarea .inner{
    flex-wrap: wrap;
    padding: 20px 0 50px 0;
  }
  body.event #mainpic h1{
    padding: 15px 0 15px 0;
    width: 180px;
  }
  body.event #mainpic .siteid{
    margin: 0;
    padding: 0 0 0 20px;
    width: calc(100% - 180px);
  }
  body.event #mainpic .logoarea .image img {
    height: 80px;
  }
  body.event #content #menu-area .menu-03 .image{
    width: 160px;
  }
  body.event #content #event-area .wrap,
  body.event #content #corp-area .cheetakun{
    display: block;
  }
  body.event #content #event-area .wrap .image img,
  body.event #content #corp-area .cheetakun .image {
    width: 100%;
  }
  body.event #content #corp-area .cheetakun .text{
    margin: 20px 0 0 0;
    width: 100%;
  }
  body.event #content #event-area .wrap .image img{
    margin-bottom: 20px;
  }
  body.event #content #event-area .wrap .text{
    margin: 0;
  }
  body.event #content #stage-area .mc .col2{
    display: block;
  }
  body.event #content #stage-area .mc .image{
    margin: 0 auto 20px auto;
  }
  body.event #content #stage-area .mc .text *{
    text-align: center;
  }


}
/*  480
--------------------------------------*/
@media screen and (max-width: 480px) {
  body.event #mainpic .siteid span{
    font-size: 1.4rem;
  }
  body.event #content #map-area h3{
    font-size: 1.6rem;
  }
  body.event #content h2,
  body.event #content #menu-area .menu-01 h2{
    font-size: 1.8rem;
  }
  body.event #content h2 span{
    font-size: 2.6rem;
  }
  body.event #mainpic .logoarea .inner{
    padding: 20px 0;
  }
  body.event #mainpic .siteid{
    padding: 0;
    margin: 15px 0 0 0;
    width: 100%;
  }
  body.event #content #menu-area .inner{
    padding: 0 20px 20px 20px;
  }
  body.event #content #menu-area .inner .title{
    position: static;
  }
  body.event #content #menu-area .inner .title img{
    margin: -20px 0 0 0;
  }
  body.event #content #menu-area .menu-03 .image{
    position: static;
  }
  body.event #content #menu-area .menu-03 a{
    padding: 20px 20px 0 20px;
  }
  body.event #content #menu-area .menu-03 .image{
    margin: auto;
  }
  body.event #content #menu-area .menu-03 h2{
    justify-content: center;
  }
  body.event #content .lead,
  body.event #content #menu-area .menu .time{
    text-align: center;
  }
  body.event #content #corp-area .wrap{
    display: block;
  }
  body.event #content .col3 > *,
  body.event #content #corp-area .wrap:first-of-type .image{
    width: 100%;
  }
  body.event #content #event-area .inner,
  body.event #content #stage-area .inner{
    padding-bottom: 20px;
  }
  body.event #content #stage-area h2{
    margin-top: 20px;
  }
  body.event #content #stage-area .stage{
    padding: 20px 20px 0 20px;
  }
  body.event #content #stage-area .stage .time{
    margin: 0;
  }
  body.event #content #stage-area .stage.mc{
    padding: 20px 20px 10px 20px;
    max-width: 100%;
  }
  body.event #content #stage-area .mc h3{
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  body.event #content #stage-area .mc .image{
    margin: 0 auto 20px auto 0;
    max-width: 160px;
  }
  body.event #content h4{
    margin-bottom: 30px;
  }
  body.event #content #booth-area .image.cheetakun{
    left: -20px;
    width: 120px;
  }
  .modal__content{
    padding: 20px;
  }
  body.event #content #ban-area ul li{
    margin: 0;
  }
  body.event #content #ban-area ul li img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
  }
  
  body.event #content #booth-area .cs{
    padding: 20px;
  }
  body.event #content #booth-area p br{
    display: none;
  }
  body.event #content #booth-area .image.cheetakun{
    left: -40px;
    bottom: -110px;
  }
  
  
  
  
}
/*  375
--------------------------------------*/
@media screen and (max-width: 375px) {
  body.event #mainpic .siteid {
    font-size: 1.8rem;
  }
  body.event #mainpic .logoarea .image{
    bottom: -6px;
  }
  body.event #mainpic .logoarea .image img{
    height: 60px;
  }
  body.event #content .link,
  body.event #content .link a{
    display: block;
  }

}
