/* BR */

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* base */
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}


/* Subbox */
.subbox {
  margin: 20px;
  padding: 20px;
  border: solid 1px #000;
}

.subbox h4 {
  font-size:1.3em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}



/* Custam */

p.info {margin: 30px 0;}

div.subbox {
  width: 600px;
  margin: 50px auto;
  text-align: center;
  background: #fff;
  border:  solid 5px #f9656a;
  border-radius: 10px;
  color: #f9656a;
  font-size: 1.5em;
  font-weight: bold;
}
#topics .lead .subbox p {
  padding: 10px 0 5px;
  margin-bottom: 0;
}

img.mv {margin: 0 0 20px;}

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  margin: 40px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* officialsite */
div.officialsite {
  padding: 0 0 20px;
  text-align: center;
}
div.officialsite a {
  text-decoration: none !important;
}
div.officialsite p {
  font-size: 1.3em!important;
  font-weight: bold;
}
.official_btn {
  max-width: 600px;
  margin: 30px auto;
  background: #e31937;
  text-align: center;
  padding: 20px;
  color: #fff;
}

/* eplus */
div.eplus {
  padding: 0px;
  text-align: center;
}
div.eplus a {
  text-decoration: none !important;
}
div.eplus p {
  font-size: 1.3em!important;
  font-weight: bold;
}
.eplus_btn {
  max-width: 400px;
  margin: 30px auto;
  background: #f16baa;
  text-align: center;
  padding: 20px;
  color: #fff;
}

/* submit2 */
div.submit2 {
  padding: 0;
  text-align: center;
}

/* ticketbox */
div.ticketbox {
  margin-bottom: 30px;
  padding: 20px 10px 10px;
  background: #000;
  color: #fff;
}

div.ticketbox h4 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
  text-align: center;
}

/* ticketbox0214 */
div.ticketbox0214 {
  margin-bottom: 30px;
  padding: 20px 10px 10px;
  background: #167ac6;
  color: #fff;
}

div.ticketbox0214 h4 {
  font-weight: 600;
  font-size: 24px!important;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
  text-align: center;
}

div.ticketbox0214 h5 {
  font-size: 16px!important;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  text-align: center;
}

div.ticketbox0214 div.standout {
  margin: 10px 0 35px 0;
}

div.ticketbox0214 div.standout p {
  font-size: 24px!important;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em!important;
}

div.ticketbox0214 div.standout p span {
  font-size: 15px!important;
  line-height: 0.8em!important;
}
img.map {margin: 0 0 20px;}
