@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}
.both {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
header, section, article, footer, article, aside, time, nav {
  display: block;
}
body {
  background-color: #000;
  /*background: url(../_images/bg_body4.png) 50% 50% no-repeat;
background-attachment:fixed;
background-size: cover;*/
  color: #FFF;
  font: 14px "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic;
  letter-spacing: 0.05em;
  line-height: 1.5;
  /*text-shadow:2px 3px 2px #000;*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../_images/bg_body4.png) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size: cover; /*Android4*/
  background: #fff;
}
#wrapper, .inner {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
h1 {
  font-weight: bold;
}
h2#logo {
  text-shadow: none;
  margin-bottom: 1%;
  font-size: 18px;
  font-weight: bold;
}
.tib {
  color: #523bb0;
}
/*h2 {
display: none;
}*/
h2.sma {
  font-size: 25px;
  font-weight: bold;
  margin: 2% auto;
  display: block;
}
/*h3 {
display: none;
}*/
h3.sma {
  font-size: 19px;
  font-weight: bold;
  margin: 2% auto;
  display: block;
}
p {
  font-weight: bold;
}
span.small {
  font-size: 90%;
font-weight: bold; /* 追加 */
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
span.yellow {
  color: #FF0;
}
span.text120 {
  font-size: 120%;
}
a {
  word-wrap: break-word;
  color: #523bb0;
  text-decoration: underline;
  transition: 0.8s;
  -webkit?transition: 0.8s;
font-weight: 700;
}
a:hover {
  color: #d657e8;
  text-decoration: none;
}
section {
  margin: 50px 0 0 0;
  /*border-top: 4px solid #000;*/
  padding-top: 40px;
}
#intro {
  margin: 0;
  text-align: center;
}
#intro p {
  font-weight: normal;
  font-size: 10px;
}
#intro img {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.sns_icn {
  width: 45px;
}
/*ul.btn {
margin: 4% auto 1%;
text-align: center;
display: block;
position: relative;
}
*/
ul.btn {
  margin: 0  auto 1% ;
	padding: 2% 0;
  text-align: center;
  display: block;
  position: relative;
}
ul.btn li {
  margin: 0 1%;
  display: inline;
}
ul.btn03 {
  margin: 1% auto 5%;
  text-align: center;
  display: block;
  position: relative;
}
ul.btn03 li {
  padding: 5px 0px;
  text-align: center;
  margin: 0px auto;
}
ul.btn li {
  padding: 5px 0;
  text-align: center;
}
ul.btn2nd {
  margin: 1% auto;
  float: right;
  display: block;
}
ul.btn2nd li {
  float: left;
  margin: 5px 8px;
}
ul.btn2nd li img.fbicon {
  margin-top: 8px;
}
/*
#wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
*/


#wrapper {
    background-image: url("../images/left.webp"), url("../images/right.webp");
    background-position: left top, right top;
    background-repeat: repeat-y, repeat-y;
    background-size: 4%;
  }
  #wrapper .inner {
    max-width: 92%;
    background-color: #fff;
    color: #000;
  }



#wrapper img {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
div.lead p {
  font-size: 15px;
  letter-spacing: 0.1em;
	padding: 20px 18px;
}
div.about {
  margin: 2% 3%;
  /*padding-top: 2%;*/
}
div.about p {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 2%;
  font-weight: bold;
}
div.about p.large {
  color: #FFFF00;
  font-size: 16px;
}
div.about img {
  clear: both;
  margin: 2% auto;
  float: left;
  text-align: left;
}
img#disc {
  margin: 2% auto;
  max-width: 95%;
  text-align: center;
}
footer {
  margin: 3% auto 0;
  padding: 0 0 5%;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 11px;
}
ul.square {
  list-style-type: square;
  margin: 0 0 1em 1em;
  padding: 0;
}
ul.decimal {
  list-style-type: decimal;
  margin: 0 0 1em 1.5em;
  padding: 0;
}
ul.decimal li {
  margin: 0 0 0.5em 0;
}
ul.kome {
  padding-left: 1em;
}
ul.kome > li {
  text-indent: -1em;
}
ul.kome > li:before {
  display: inline;
  content: "※";
}
table {
  margin: 2% auto;
}
table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  width: 25%;
  padding: 0.5% 2%;
}
table td {
  text-align: left;
  vertical-align: top;
  padding: 0.5% 2%;
}
table#supponcer th {
  padding: 2% 0;
  vertical-align: middle;
}
table#supponcer td {
  vertical-align: middle;
  text-align: center;
  padding: 2% 0;
}
.align-center {
  text-align: center;
	font-weight: bold;
}
.align-right {
  text-align: right;
}
.margin-auto {
  margin: 0 auto;
}
section.title {
  border-top: none;
  margin-bottom: 50px;
  margin-top: 25px;
}

.parent .title {
        margin-top: 0;
        padding-top: 2rem;
	        padding: 20px 18px 12px;
	margin-bottom: 20px;
    }


.title h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
/*  font-family: 'Gothic MB101 DemiBold';*/
}
.title .titlesub {
  color: #523bb0;
  font-weight: bold;
}
.title .titlelead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
section h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 4% auto;
/*  font-family: 'Gothic MB101 DemiBold';*/
}
section h3.saitama {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  margin: 4% auto 0;
/*  font-family: 'Gothic MB101 DemiBold';*/
  text-align: center;
}
section .sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
}
section h4 {
  font-size: 18px;
  font-weight: bold;
}
section p {
  font-weight: normal;
}
section h4.second, section h5.second {
  margin-top: 25px;
}
section h5 {
  font-size: 16px;
  font-weight: bold;
}
section h4.ticket {
  text-align: center;
  color: #523bb0;
  font-size: 18px;
  font-family: 'Gothic MB101 DemiBold';
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.spnone {
  display: none !important;
}
.pcnone {
  display: block !important;
}
.banner {
  margin: 25px auto 0;
}
.banner a:hover {
  opacity: 0.6;
}
.goods {
  margin-top: 50px;
}
.ti_bt {
  text-align: center;
  margin: 3% 0;
}
.ti_bt a {
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #523bb0;
  padding: 2% 1%;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  display: block;
  margin-top: 10px;
}
.ti_bt a:hover {
  opacity: 0.7;
  color: #523bb0;
  border: 2px solid #523bb0;
}
@media screen and (min-width : 769px) {
  .spnone {
    display: block !important;
  }
  .pcnone {
    display: none !important;
  }
  body {
    font-size: 17px;
  }
  h2#logo {
    font-size: 200%;
  }
  section {
    padding-top: 0;
  }
  #wrapper {
    background-image: url("../images/left.webp"), url("../images/right.webp");
    background-position: left top, right top;
    background-repeat: repeat-y, repeat-y;
    background-size: 10%;
  }
  #wrapper .inner {
    max-width: 80%;
    background-color: #fff;
    color: #000;
  }
  #wrapper img {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 25px;
    font-weight: bold;
    display: block;
  }
  h2.sma {
    display: none;
  }
  h3 {
    font-size: 19px;
    font-weight: bold;
    display: block;
  }
  h3.sma {
    display: none;
  }
  table {
    width: 940px;
  }
  table th {
    width: 270px;
  }
  table#supponcer td {
    text-align: left;
    padding: 0;
  }
  div.lead {
    margin-top: 2rem;
  }
  div.lead p {
    font-size: 19px;
    line-height: 1.6;
    padding: .5rem 2rem;
  }
  .sns_icn {
    width: 65px;
  }
  .parent .title {
    margin-top: 0;
    padding-top: 2rem;
  }
  .goods {
    margin-top: 4%;
  }
  ul.btn03 li {
    margin: 0px 1%;
    display: inline;
  }
  section.title {
    border-top: none;
    margin-top: 25px;
  }
  .title h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }
  .title .titlelead {
    font-size: 35px;
  }
  section h3 {
    font-size: 35px;
  }
  section h3.saitama {
    font-size: 40px;
  }
  section .sub {
    font-size: 21px;
    font-weight: bold;
  }
  section h4 {
    font-size: 25px;
  }
  section h4.ticket {
    font-size: 30px;
  }
  section h5 {
    font-size: 18px;
  }
  .banner {
    display: block;
    width: 614px;
    margin: 25px auto 0;
  }
  .ti_bt a {
    padding: 2% 3%;
    font-size: 25px;
    font-weight: bold;
    display: inline;
  }
}