body {
  font-family: "M PLUS 1p", sans-serif;
  color: #818181;
  padding: 0px 0px;
}

.hide_scroll {
  overflow-y: hidden;
}

.hide_scroll_main {
  display: none;
}

#TOP_sns .instagram_more,
#TOP_sns .instagram_block .instagram_link {
  text-align: center;
  clear: both;
  flex: none;
  padding: 1.5em 0;
}
#TOP_sns .instagram_more a:link,
#TOP_sns .instagram_block .instagram_more a:visited,
#TOP_sns .instagram_link a:link,
#TOP_sns .instagram_block .instagram_link a:visited {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  padding: 1em 5em;
  text-decoration: none;
  border-radius: 2em;
  color: #fff;
  color: #de2296;
  border: 1px solid #de2296;
}
#TOP_sns .instagram_more a:hover,
#TOP_sns .instagram_block .instagram_more a:active,
#TOP_sns .instagram_block .instagram_more a:focus,
#TOP_sns .instagram_link a:hover,
#TOP_sns .instagram_block .instagram_link a:active,
#TOP_sns .instagram_block .instagram_link a:focus {
  background: #de2296;
  color: #fff;
}

.language a {
  color: #818181 !important;
  font-weight: 500;
}

.language a:hover {
  color: #6666ff !important;
  text-decoration: underline;
}

.kinaka {
  color: #ea4e31;
}
#head {
  width: 1440px;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  #TOP_sns {
    width: 1200px;
    margin: 0px auto;
  }

  #head_base {
    border-bottom: 2px solid #de2296;
  }

  /*
#news_base{
	width: 1200px;
	margin: 0px auto;
	padding: 30px 10px 30px 70px;
	display: flex;
	background-color: #FFFFFF;
}


#news_label{
	font-size: 28px;
	padding: 0px 40px 0px 0px;
	color: #DE2296;
	font-weight:700;
}

#news_label span{
	border-bottom: 4px solid #FAD356;
}

#news_body{
	font-size: 22px;
	padding: 8px 10px 0px 30px;
	font-weight:500;
}
*/

  #base {
    width: 1200px;
    background-color: #fdf4fb;
    margin: 0px auto;
  }

  .sitename_i {
    width: 300px;
    padding: 0px;
    margin: 0px;
  }

  .sitename_i_pc {
    display: block;
  }

  .sitename_i_smp {
    display: none;
  }

  .sitename {
    border-top: 8px solid #de2296;
    width: 300px;
    margin: 0px;
    padding: 5px 0px 5px 5px;
    background-color: #fdf4fb;
    color: #de2296;
  }

  .official {
    font-size: 24px;
    /* width: 352px; */
    color: #eea2b4;
  }

  .official_pc {
    display: inline;
  }

  .official_smp {
    display: none;
  }

  .language {
    font-size: 16px;
    text-align: right;
    color: #818181;
  }

  .head_button {
    font-size: 16px;
    text-align: right;
    width: 44px;
    aspect-ratio: 1;
  }
}
@media (max-width: 1280px) {
  .language {
    display: none;
  }
}
@media (max-width: 640px) {
  #head {
    border-bottom: 2px solid #de2296;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    display: flex;
  }

  .sitename_i {
    margin: 0px;
    /* width: 140px; */
  }

  .sitename_i_pc {
    display: none;
  }

  .sitename_i_smp {
    display: block;
  }

  .sitename {
    border-top: 8px solid #de2296;
    margin: 0px;
    padding: 5px 0px 5px 5px;
    background-color: #fdf4fb;
    color: #de2296;
    font-size: 14px;
    width: 50%;
  }

  .official {
    font-size: 22px;
    text-align: center;
    color: #eea2b4;
    width: 30%;
  }
  .official img {
    width: 90%;
    margin-bottom: -10px;
  }

  .official_pc {
    display: none;
  }

  .official_smp {
    display: inline;
    margin: auto 0px;
  }

  .language {
    font-size: 16px;
    text-align: right;
    color: #818181;
    /* display: none; */
  }

  .head_button {
    font-size: 16px;
    text-align: right;
    width: 44px;
    aspect-ratio: 1;
  }
}

@media (min-width: 641px) and (max-width: 1199px) {
  #head {
    border-bottom: 2px solid #de2296;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    display: flex;
  }

  .sitename_i {
    width: 35%;
    margin: 0px;
    padding: 0px;
  }

  .sitename_i_pc {
    display: none;
  }

  .sitename_i_smp {
    display: block;
  }

  .sitename {
    margin: 0px;
    padding: 5px 0px 5px 5px;
    background-color: #fdf4fb;
    color: #de2296;
    font-size: 14px;
    width: 30%;
  }

  .sitename_i img {
  }

  .official {
    font-size: 22px;
    padding: 0px;
    color: #eea2b4;
    width: 40%;
  }

  .official_pc {
    display: inline;
  }

  .official_smp {
    display: none;
  }

  .language {
    font-size: 16px;
    text-align: right;
    color: #818181;
    /* display: none; */
  }

  .head_button {
    font-size: 16px;
    text-align: right;
  }
}

@media (max-width: 1199px) {
  #foot_base {
    width: 90%;
    position: relative;
    margin: 0px auto;
    color: #818181;
  }
  #foot_base1 {
    border: 1px solid #818181;
    position: relative;
  }
  /*
#foot_base1{
height: 100px;
position: relative;
display: flex;
}
*/
  #foot_base1 span {
    display: block;
    position: relative;
    background-color: #ffffff;
    margin: -10px auto 0px auto;
    font-family: ‘M PLUS 1p’, sans-serif;
    text-align: center;
  }

  #foot_base img {
    width: 60px;
    height: 60px;
  }

  #foot_base .link_base1_core {
    display: flex;
    width: 320px;
    margin: 0px auto 20px auto;
  }
  #foot_base .link_base2_core {
    display: flex;
    width: 220px;
    margin: 0px auto 20px auto;
  }

  #foot_base .link_base1 p,
  #foot_base .link_base2 p {
    padding: 30px 24px 0px 23px;
  }

  #foot_base2 {
    border: 1px solid #818181;
    position: relative;
    margin: 20px 0px 0px 0px;
  }
  #foot_base2 span {
    display: block;
    position: relative;
    background-color: #ffffff;
    margin: -10px auto 0px auto;
    font-family: ‘M PLUS 1p’, sans-serif;
    text-align: center;
  }

  #foot2_base {
    display: flex;
    margin: 0px 0px 20px 0px;
  }

  .foot2_base1 {
    width: 80%;
    color: #4bd1a8;
    border-top: 8px solid #4bd1a8;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0px 10px 0px;
  }

  #foot2_base2 {
    width: 20%;
    border-top: 8px solid #818181;
  }

  #foot2 {
    width: 90%;
    margin: 20px auto;
    color: #818181;
    padding: 20px 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
  }

  /*20231206追加*/
  /*DVD対応*/
  #foot2_caution {
    width: 90%;
    margin: 20px auto;
    color: #818181;
    padding: 20px 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
  }

  #foot3_base {
    background-color: #fdf4fb;
    padding: 10px 0px;
  }
  #foot3 {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    color: #818181;
  }
}

@media (max-width: 1199px) and (min-width: 641px) {
  #foot_base1 span {
    font-size: 20px;
    font-weight: 500;
    width: 480px;
  }
  #foot_base2 span {
    font-size: 20px;
    font-weight: 500;
    width: 280px;
  }

  /*20231206追加*/
  /*DVD対応 641ピクセル以上かつ1199ピクセル以下の場合にスタイルを適用*/
  #foot2_caution {
    color: #818181;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
  }

  #foot3 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #foot_base1 span {
    font-size: 13px;
    font-weight: 400;
    width: 320px;
  }
  #foot_base2 span {
    font-size: 13px;
    font-weight: 400;
    width: 166px;
  }

  #foot2 {
    padding-top: 5px;
  }

  /*20231206追加*/
  /*DVD対応 画面幅640以下のスマホ*/
  #foot2_caution {
    color: #818181;
    font-size: 20px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 0px;
  }

  #foot3 {
    font-size: 12px;
  }
}

/*20220702追加*/
.foot2_base1 a {
  color: #4bd1a8;
  text-decoration: none;
}

/*20220702追加*/
.foot2_base1 a:hover {
  color: #4bd1a8;
  text-decoration: none;
}

@media (min-width: 1200px) {
  #foot_base {
    padding: 25px 0px 0px 0px;
    height: 160px;
    position: relative;
    width: 1200px;
    margin: 0px auto;
    color: #818181;
  }
  #foot_base1 {
    border: 1px solid #818181;
    height: 160px;
    position: relative;
    width: 686px;
    float: left;
    display: flex;
  }
  #foot_base1 span {
    display: block;
    position: absolute;
    background-color: #ffffff;
    margin: -18px 0px 0px 87px;
    font-size: 20px;
    font-weight: 700;
    width: 510px;
    text-align: center;
  }

  #foot_base .link_base1_core {
    display: flex;
    margin: 0px 0px 0px 132px;
  }
  #foot_base .link_base2_core {
    display: flex;
    margin: 0px 0px 0px 106px;
  }

  #foot_base .link_base1 p,
  #foot_base .link_base2 p {
    padding: 40px 30px 0px 30px;
  }

  #foot_base2 {
    border: 1px solid #818181;
    height: 160px;
    position: relative;
    width: 497px;
    float: left;
    margin: 0px 0px 0px 10px;
    display: flex;
  }

  #foot_base2 span {
    display: block;
    position: absolute;
    background-color: #ffffff;
    margin: -18px 0px 0px 112px;
    font-size: 20px;
    font-weight: 700;
    width: 270px;
    text-align: center;
  }

  #foot2_base {
    display: flex;
    margin: 0px 0px 20px 0px;
  }

  .foot2_base1 {
    width: 450px;
    color: #4bd1a8;
    border-top: 8px solid #4bd1a8;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0px 10px 0px;
  }
  #foot2_base2 {
    width: 100%;
    border-top: 8px solid #818181;
  }

  #foot2 {
    width: 1200px;
    margin: 20px auto;
    color: #818181;
    padding: 20px 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
  }

  /*20231206追加*/
  /*DVD対応 pc*/
  #foot2_caution {
    color: #818181;
    margin-top: 40px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
  }

  #foot3_base {
    background-color: #fdf4fb;
    padding: 10px 0px;
    margin: 0px;
  }
  #foot3 {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    color: #818181;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .for_pc {
    display: block;
  }

  .for_smp {
    display: none;
  }

  .for_ssmp {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 541px) {
  .for_pc {
    display: none;
  }

  .for_smp {
    display: block;
  }

  .for_lsmp {
    display: block;
  }

  .for_ssmp {
    display: none;
  }
}
@media (max-width: 540px) {
  .for_pc {
    display: none;
  }

  .for_smp {
    display: block;
  }

  .for_lsmp {
    display: none;
  }

  .for_ssmp {
    display: block;
  }
}
@media (max-width: 450px) {
  .sitename_i img {
    width: 180px;
  }
}
.no-wrap {
  display: inline-block; /* インラインブロック化 */
}


 /*定員制更衣室の値段部分pc*/
.teiin_kouishitsu_title {
	font-size: 28px;
	padding-bottom: 25px;
}






.dressingroom_label_reserved_dressingroom_base{
	background-color: #009B6B;
	padding: 20px 10px;
	margin: 10px 0px 10px 0px;
}

.dressingroom_label_dressingroom_base{
	background-color: #D66E74;
	padding: 20px 10px;
	margin: 10px 0px 10px 0px;
}

.cosplayevent_label_500_base{
	background-color: #333333;
	padding: 10px 10px;
	margin: 10px 0px 10px 0px;
}






@media (min-width: 641px) {
.dressingroom_pdf{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.dressingroom_pdf a{
	color: #FF0000;
	font-size: 22px;
	text-decoration: underline;
}

.traffic_pdf{
	margin: 0px;
	padding: 60px 0px 30px 0px;
	text-align: center;
}

.traffic_pdf a{
	color: #FF0000;
	font-size: 22px;
	text-decoration: underline;
}

.venuemap_pdf{
	margin: 0px;
	padding: 30px 0px 20px 0px;
	text-align: center;
}

.venuemap_pdf a{
	color: #FF0000;
	font-size: 22px;
	text-decoration: underline;
}


.eventmap_pdf{
	margin: 0px;
	padding: 30px 0px 20px 0px;
	text-align: center;
}

.eventmap_pdf a{
	color: #FF0000;
	font-size: 22px;
	text-decoration: underline;
}

.guidebook_pdf_top{
	margin: 0px;
	padding: 40px 0px 30px 0px;
	text-align: center;
	font-size: 22px;
	color: blue;
	line-height: normal;
}

.guidebook_pdf_top a{
	color: #FF0000;
	font-size: 22px;
	text-decoration: underline;
}

.guidebook_pdf{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.guidebook_pdf a{
	color: #FF0000;
	font-size: 22px;
	text-decoration: underline;
}


.dressingroom_label_dressingroom{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}
.cosplayevent_label_500{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}
}





@media (max-width: 640px) {
.dressingroom_pdf{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.dressingroom_pdf a{
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
}

.traffic_pdf{
	margin: 0px;
	padding: 40px 0px 20px 0px;
	text-align: center;
}

.traffic_pdf a{
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
}



.venuemap_pdf{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.venuemap_pdf a{
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
}


.eventmap_pdf{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.eventmap_pdf a{
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
}


.guidebook_pdf_top{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 16px;
	color: blue;
	line-height: normal;
}

.guidebook_pdf{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.guidebook_pdf a{
	color: #FF0000;
	font-size: 16px;
	text-decoration: underline;
}



.dressingroom_label_dressingroom{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.cosplayevent_label_500{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
}


.overview_link{
	color: #2e46f8;
	text-decoration: underline;
	background-color: #FDFCC3;
}






@media (min-width: 769px) {
.fes__news-contents_base{
	overflow-y: scroll;
	height: 400px;
	margin: 0px 0px 20px 0px;
}
}



@media (max-width: 768px) {
.fes__news-contents_base{
	overflow-y: scroll;
	height: 400px;
	margin: 0px 0px 20px 0px;
}
}







@media (min-width: 769px) {
.others_label_pc{
	display: block;
	background-color: #8C6FAE;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 12px;
	margin: 60px 0px 40px 0px;
}
.others_label_smp{
	display: none;
}

.others_map_link{
	display: block;
	text-align: center;
	font-size: 28px;
	color: #FF0000;
	text-decoration: underline;
	margin: 60px 0px 10px 0px;
}


.margin_pc{
	height: 40px;
}
.margin_smp{
	display: none;
}
}



@media (max-width: 768px) {
.others_label_pc{
	display: none;
}
.others_label_smp{
	display: block;
	background-color: #8C6FAE;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 10px;
	margin: 30px 0px 20px 0px;
}

.others_map_link{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #FF0000;
	text-decoration: underline;
	margin: 30px 0px 30px 0px;
}

.margin_pc{
	display: none;
}
.margin_smp{
	height: 20px;
}
}




@media (min-width: 769px) {
.venuemap_label{
	display: block;
	background-color: #8C6FAE;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 12px;
	margin: 60px 0px 30px 0px;
}
}

@media (max-width: 768px) {
.venuemap_label{
	display: block;
	background-color: #8C6FAE;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 10px;
	margin: 30px 0px 20px 0px;
}
}


.venuemap_access_base{
	margin: 80px 0px 80px 0px;
}
.venuemap_access_label{
	color: #FFFFFF;
	background-color: #59A0CC;
	border-radius: 10px;
	padding: 10px 15px;
	display: inline;
	font-size: 24px;
	line-height: 24px;
}



.venuemap_access_content a{
	color: #FF0000;
	text-decoration: underline;
}

.venuemap_access_content ul{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: disc;
}


@media (min-width: 769px) {
.venuemap_access_content{
	color: #2B2B2B;
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0px 0px 0px;
}
.venuemap_access_content ul li{
	font-size: 20px;
	padding: 3px 0px;
}
}

@media (max-width: 768px) {
.venuemap_access_content{
	color: #2B2B2B;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0px 0px 0px;
}
.venuemap_access_content ul li{
	font-size: 16px;
	padding: 3px 0px;
}
}






/*参加表明用設定*/
.express-notice{
	font-size: 27px;
	padding: 0px;
	margin: 60px 0px 40px 0px;
	text-align: center;
  line-height: 1.6;
	font-weight: 600;
	color:#3ebbb7;
}
.express-link-base{
	padding: 55px 0px 85px 0px;
	text-align: center;
}
.express-link-base a{
	background-color: #84d3e6;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px 40px;
	transition: background-color 0.5s ease-in-out; /* 色がゆっくり変化 */
}
.express-link-base a:hover {
	background-color: #369794;
}


@media (max-width: 768px) {
.express-notice{
	font-size: 18px;
	padding: 0px;
  line-height: 1.6;
	margin: 30px 0px 20px 0px;
}
.express-link-base{
	padding: 25px 0px 55px 0px;
	text-align: center;
}
.express-link-base a{
	background-color: #84d3e6;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 8px;
	padding: 10px 30px;
	font-weight: 600;
}	
}





@media (max-width: 768px) {
	 /*定員制更衣室の値段部分smp*/
	.teiin_kouishitsu_title {
	font-size: 24px;
}	
}



