@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: 'Avenir' , Helvetica , Verdana,'Noto Sans JP', sans-serif;
  line-height: 1em;
  color: #71716f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
}

a {
  color: #ef8697;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #a5cf69;
}

.new_pink {
  color: #ee86a1;
  font-weight: bold;
  font-size: 80%;
}

.hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover:hover {
  opacity: 0.6;
}

#wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fafafa;
}


#nav ul {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
#nav ul li {
  display: inline-block;
}
#nav ul li a {
  display: block;
  margin: 0 20px;
  background: url(/2nd/event/assets/img/common/nav.png);
  height: 30px;
}
#nav ul li.top a {
  background-position: 0 0;
  width: 190px;
}
#nav ul li.top a:hover {
  background-position: 0 -30px;
}
#nav ul li.ticket a {
  background-position: -210px 0;
  width: 70px;
}
#nav ul li.ticket a:hover {
  background-position: -210px -30px;
}
#nav ul li.goods a {
  background-position: -523px 0;
  width: 117px;
}
#nav ul li.goods a:hover {
  background-position: -523px -30px;
}
#nav ul li.lv a {
  background-position: -298px 0;
  width: 199px;
}
#nav ul li.lv a:hover {
  background-position: -298px -30px;
}
#nav ul li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header {
  position: relative;
  padding-top: 30px;
  background: url(/2nd/event/assets/img/header/bg.jpg);
  background-size: cover;
}
header h3 a {
  display: block;
  width: 24em;
  margin: 10px auto;
  padding: 20px;
  font-size: 120%;
  color: #fff;
  background: #ee86a1;
  line-height: 1.4;
  border-radius: 50px;
}
header h3 a:hover {
  color: #fff;
  background: #a5cf69;
}
header .bnr {
  position: absolute;
  top: 40px;
  right: 0;
}
header .character {
  margin-bottom: -30px;
}
@media screen and (max-width: 960px) {
  header {
    padding-top: 150px;
  }
  header img {
    width: 90%;
  }
}
.content h2 {
  margin-bottom: 50px;
}

#about {
  background: linear-gradient(#fceded, #fceded, #eefed9 ) fixed;
}
#about .content {
  padding: 80px 0;
  background-image: url(/2nd/event/assets/img/common/bg.png) ;
  background-position: center 0;
  animation: bgmovie 6s infinite;
}
@keyframes bgmovie {
  0% {background-position: center 0}
  50% {background-position: center 50px}
  100% {background-position: center 0}
}
@media screen and (max-width: 960px) {
  #about .content {
    padding: 150px 0 80px;
    animation: none;
  }
  header h3 a {
    width: 90%;
  }
  header .bnr {
    text-align: right;
  }
}

#about dt span {
  padding: 10px 20px;
  font-size: 120%;
  font-weight: bold;
  background: #fff;
  border-radius: 50px;
}
#about dl:nth-child(odd) dt span {
  color: #ee86a1;
  border: 2px solid #ee86a1;
}
#about dl:nth-child(even) dt span {
  color: #a5cf69;
  border: 2px solid #a5cf69;
}
#about dd {
  width: 700px;
  margin: 0 auto 40px;
  padding: 30px 10px;
  background: #fff;
  font-size: 110%;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#about dd .cap {
  margin: 20px 0 5px;
  font-size: 110%;
  font-weight: bold;
  color: #ee86a1;
}
@media screen and (max-width: 960px) {
  #about dt {
    font-size: 1.8rem;
  }
  #about dd {
    margin-bottom: 60px;
    padding: 50px 0 40px;
    width: 95%;
    font-size: 1.6rem;
  }
}

#about dd.ticket li {
  margin-left: 40px;
  text-align: left;
  font-size: 80%;
}
#about dd.ticket li.red {
  color: #ff0042;
}
#about dd.summary li {
  margin-left: 40px;
  padding-left: 25px;
  text-align: left;
  font-size: 90%;
}
#about dd.summary li:nth-child(odd) {
  background: url(/2nd/event/assets/img/common/icon_p.png) no-repeat 0 5px;
}
#about dd.summary li:nth-child(even) {
  background: url(/2nd/event/assets/img/common/icon_g.png) no-repeat 0 5px;
}

footer {
  padding: 50px 0;
  background: url(/2nd/event/assets/img/footer/bg.png) no-repeat center center;
  text-align: center;
  font-size: 90%;
  line-height: 1.6;
}
footer ul li {
  display: inline-block;
  margin: 0 10px;
}