@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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

/* style */
html {
  background: #fff; }

body {
  font-family: 'Product sans','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic','Roboto','Droid Sans',sans-serif;
  color: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-size: 14px;
  background: url(../img/footer_bg.png) center bottom 410px no-repeat;
  background-size: 1200px 460px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
body.photoArchive {
  overflow: scroll; }
body.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
body .bodyBg {
  width: 100%;
  height: 300%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/body_bg_paper.jpg) center top repeat;
  background-size: 2400px auto;
  z-index: -1; }
@media (max-width: 480px) {
  body {
    background-size: 150% auto;
    background-position: center bottom 370px; } }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #000;
  word-break: break-all; }
a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom; }

@media (max-width: 480px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
@media (max-width: 480px) {
  .sp {
    display: block; } }

.fadeInBlock, .scrollIn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px); }

.fadeInAnime {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: opacity .5s, transform .3s; }

#header_final {
  text-align: center;
  background: url(../img/poster_bg.jpg) center bottom no-repeat;
  background-size: 100% auto; }
#header_final h1 {
  width: 100%;
  max-width: 700px;
  background: url(../img/poster_photo.png) center top no-repeat;
  background-size: 100% auto;
  margin: 0 auto; }

.content {
  width: 100%;
  padding: 60px 20px 100px;
  /* //.news */
  /* //.topic */
  /* //.timetable */
  /* //.tickets */
  /* //.information */
  /* //.galleryLink */ }
@media (max-width: 480px) {
  .content {
    padding: 30px 4% 60px; } }
.content .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
.content .sectionTtl {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px; }
@media (max-width: 480px) {
  .content .sectionTtl {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 35px; } }
.content .sectionTtl .subTxt {
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px; }
@media (max-width: 480px) {
  .content .sectionTtl .subTxt {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; } }
.content.leadTxtDesc {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 50px 20px 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8); }
.content.leadTxtDesc .inner {
  max-width: 860px;
  padding-bottom: 40px;
  display: none; }
@media (max-width: 480px) {
  .content.leadTxtDesc {
    padding: 25px 6% 0;
    font-size: 13px;
    line-height: 26px; } }
.content.leadTxtDesc .sectionTtl {
  margin-bottom: 20px; }
.content.leadTxtDesc .openArrow {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  margin: 0 auto 30px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  cursor: pointer;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: transform .2s; }
.content.leadTxtDesc .openArrow.open {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.content.news {
  padding: 80px 20px 100px; }
@media (max-width: 480px) {
  .content.news {
    padding: 30px 4% 60px; } }
.content.news .inner {
  max-width: 860px;
  text-align: left; }
.content.news .inner .newsListWrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 40px; }
@media (max-width: 480px) {
  .content.news .inner .newsListWrap {
    padding: 20px; } }
.content.news .inner .newsList {
  font-size: 16px;
  line-height: 26px; }
@media (max-width: 480px) {
  .content.news .inner .newsList {
    font-size: 14px;
    line-height: 24px; } }
.content.news .inner .newsList .newsDate {
  font-weight: bold;
  margin-bottom: 5px; }
@media (max-width: 480px) {
  .content.news .inner .newsList .newsDate {
    margin-bottom: 0px; } }
.content.news .inner .newsList .newsDesc {
  padding-bottom: 25px;
  border-bottom: 1px solid #666;
  margin-bottom: 25px; }
@media (max-width: 480px) {
  .content.news .inner .newsList .newsDesc {
    padding-bottom: 15px;
    margin-bottom: 15px; } }
.content.news .inner .newsList .newsDesc a {
  word-break: break-all; }
.content.news .inner .newsList:last-child .newsDesc {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0; }
.content .for_osc {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
  line-height: 100px;
  display: inline-block;
  background: red;
  position: relative;
  margin-top: 30px; }
@media (max-width: 768px) {
  .content .for_osc {
    font-size: 30px;
    line-height: 80px; } }
@media (max-width: 480px) {
  .content .for_osc {
    font-size: 22px;
    line-height: 60px; } }
.content .for_osc:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  border: 3px solid #fff; }
@media (max-width: 480px) {
  .content .for_osc:after {
    border: 2px solid #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px; } }
.content .for_osc:hover {
  opacity: .7; }
.content.topic {
  background: url(../img/section_border_A.png) center 20px repeat-x;
  background-size: 2600px 300px;
  text-align: center;
  padding-bottom: 0px; }
@media (max-width: 480px) {
  .content.topic {
    background-size: 1300px auto;
    background-position: center 34px; } }
.content.topic .inner {
  max-width: 860px; }
.content.topic .sectionTtl .subTxt {
  font-size: 22px;
  font-weight: bold;
  font-style: italic; }
@media (max-width: 480px) {
  .content.topic .sectionTtl .subTxt {
    font-size: 16px; } }
.content.topic .lineupWrap {
  padding: 40px 0 80px;
  /* //.lineupSns */ }
@media (max-width: 480px) {
  .content.topic .lineupWrap {
    padding: 20px 0 40px; } }
.content.topic .lineupWrap .eventdate {
  height: 45px;
  margin-bottom: 45px;
  position: relative; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .eventdate {
    height: 30px;
    margin-bottom: 30px; } }
.content.topic .lineupWrap .eventdate img {
  position: relative;
  z-index: 1; }
.content.topic .lineupWrap .eventdate:after {
  content: "";
  display: block;
  width: 180px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -90px;
  z-index: 0; }
@media (max-width: 480px) {
  .content.topic .lineupWrap.date_1013 {
    margin-bottom: 30px; } }
.content.topic .lineupWrap.date_1013 .eventdate:after {
  background: url(../img/eventdate_BG1013.png) center center no-repeat;
  background-size: 100% 100%; }
@media (max-width: 480px) {
  .content.topic .lineupWrap.date_1013 .eventdate:after {
    background-size: 80% 80%; } }
.content.topic .lineupWrap.date_1013 .headliner .headlinerDesc {
  background: #f8df2d; }
.content.topic .lineupWrap.date_1013 .lineupList li {
  background: #f8df2d; }
.content.topic .lineupWrap.date_1013 .lineupList li h4.dj:after {
  color: #f8df2d; }
.content.topic .lineupWrap.date_1014 .eventdate:after {
  background: url(../img/eventdate_BG1014.png) center center no-repeat;
  background-size: 100% 100%; }
@media (max-width: 480px) {
  .content.topic .lineupWrap.date_1014 .eventdate:after {
    background-size: 80% 80%; } }
.content.topic .lineupWrap.date_1014 .headliner .headlinerDesc {
  background: #f19100; }
.content.topic .lineupWrap.date_1014 .lineupList li {
  background: #f19100; }
.content.topic .lineupWrap.date_1014 .lineupList li h4.dj:after {
  color: #f19100; }
.content.topic .lineupWrap .headliner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto 2%;
  position: relative; }
.content.topic .lineupWrap .headliner .headlinerInner {
  width: 100%; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .headliner {
    margin: 0 auto 2%; } }
@media (max-width: 480px) {
  .content.topic .lineupWrap .headliner.noMargin {
    margin: 0 auto 25px; } }
.content.topic .lineupWrap .headliner h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  width: 100%;
  margin-bottom: 15px; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .headliner h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 5px; } }
.content.topic .lineupWrap .headliner h4 small {
  font-size: 16px; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .headliner h4 small {
    font-size: 12px;
    line-height: 20px; } }
.content.topic .lineupWrap .headliner .headlinerImg {
  width: 63%; }
@media (max-width: 768px) {
  .content.topic .lineupWrap .headliner .headlinerImg {
    width: 100%; } }
@media (max-width: 480px) {
  .content.topic .lineupWrap .headliner .headlinerImg {
    width: 100%; } }
.content.topic .lineupWrap .headliner .headlinerDesc {
  width: 37%;
  display: flex;
  align-items: center;
  padding: 10px; }
@media (max-width: 768px) {
  .content.topic .lineupWrap .headliner .headlinerDesc {
    width: 100%; } }
@media (max-width: 480px) {
  .content.topic .lineupWrap .headliner .headlinerDesc {
    width: 100%; } }
.content.topic .lineupWrap .lineupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }
.content.topic .lineupWrap .lineupList.dj li {
  width: 32%;
  font-size: 14px;
  line-height: 18px;
  background: #60537e;
  color: #fff; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .lineupList.dj li {
    font-size: 10px;
    line-height: 14px; } }
.content.topic .lineupWrap .lineupList.dj li .lineupSns a.fb {
  background-position: left bottom; }
.content.topic .lineupWrap .lineupList.dj li .lineupSns a.fb:hover {
  background-position: left top; }
.content.topic .lineupWrap .lineupList.dj li .lineupSns a.tw {
  background-position: center bottom; }
.content.topic .lineupWrap .lineupList.dj li .lineupSns a.tw:hover {
  background-position: center top; }
.content.topic .lineupWrap .lineupList.dj li .lineupSns a.ig {
  background-position: right bottom; }
.content.topic .lineupWrap .lineupList.dj li .lineupSns a.ig:hover {
  background-position: right top; }
.content.topic .lineupWrap .lineupList li {
  width: 49%;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 2%; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .lineupList li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2%;
    font-weight: normal;
    padding-bottom: 5px; } }
.content.topic .lineupWrap .lineupList li h4 {
  padding: 10px 0;
  position: relative; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .lineupList li h4 {
    padding: 5px 0; } }
.content.topic .lineupWrap .lineupList li.new:before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url(../img/lineup_new.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  top: -15px; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .lineupList li.new:before {
    width: 35px;
    height: 35px;
    right: -5px;
    top: -10px; } }
.content.topic .lineupWrap .lineupList li small {
  font-size: 18px; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .lineupList li small {
    font-size: 14px;
    line-height: 20px; } }
.content.topic .lineupWrap .lineupList li img {
  display: block;
  width: 100%; }
.content.topic .lineupWrap .lineupSns {
  overflow: hidden; }
.content.topic .lineupWrap .lineupSns .kstr {
  font-size: 12px;
  line-height: 25px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px; }
@media (max-width: 480px) {
  .content.topic .lineupWrap .lineupSns .kstr {
    font-size: 10px;
    margin-left: 0; } }
.content.topic .lineupWrap .lineupSns.dashed:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2); }
.content.topic .lineupWrap .lineupSns dt {
  width: 50%;
  float: left;
  font-size: 12px;
  line-height: 25px;
  text-align: right;
  padding-right: 5px; }
.content.topic .lineupWrap .lineupSns dd {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 2px; }
.content.topic .lineupWrap .lineupSns a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(../img/lineup_sns_sprite.svg) no-repeat;
  background-size: 100px 50px;
  margin: 0 3px;
  vertical-align: bottom; }
.content.topic .lineupWrap .lineupSns a.fb {
  background-position: left top; }
.content.topic .lineupWrap .lineupSns a.fb:hover {
  background-position: left bottom; }
.content.topic .lineupWrap .lineupSns a.tw {
  background-position: center top; }
.content.topic .lineupWrap .lineupSns a.tw:hover {
  background-position: center bottom; }
.content.topic .lineupWrap .lineupSns a.ig {
  background-position: right top; }
.content.topic .lineupWrap .lineupSns a.ig:hover {
  background-position: right bottom; }
.content.topic .stage_type {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  width: 100%;
  margin: 15px 0; }
@media (max-width: 480px) {
  .content.topic .stage_type {
    font-size: 14px;
    margin: 10px 0 5px; } }
.content.topic .stage_type:before, .content.topic .stage_type:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 9px 10px 0;
  background: #000;
  vertical-align: top; }
@media (max-width: 480px) {
  .content.topic .stage_type:before, .content.topic .stage_type:after {
    margin: 9px 5px 0; } }
.content.timetable {
  background: url(../img/section_border_B.png) center top repeat-x;
  background-size: 2800px 324px;
  padding: 120px 20px 80px; }
@media (max-width: 480px) {
  .content.timetable {
    background-size: 1300px auto;
    padding: 60px 4% 40px; } }
.content.timetable .inner {
  max-width: 860px;
  overflow: hidden; }
.content.timetable .inner .timetableImg {
  width: 48%;
  float: left; }
.content.timetable .inner .timetableImg:nth-child(odd) {
  float: right; }
@media (max-width: 480px) {
  .content.timetable .inner .timetableImg:nth-child(odd) {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .content.timetable .inner .timetableImg {
    width: 100%; } }
.content.timetable .inner .timetableImg a {
  display: block;
  background: #fff; }
.content.timetable .inner .timetableImg a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
@media (max-width: 480px) {
  .content.timetable .inner .timetableImg a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
.content.timetable .inner .clickDe {
  text-align: right;
  font-size: 12px;
  line-height: 30px; }
@media (max-width: 480px) {
  .content.timetable .inner .clickDe {
    font-size: 10px;
    line-height: 20px; } }
.content.tickets {
  background: url(../img/section_border_C.png) center 50px repeat-x;
  background-size: 2800px 324px;
  /* //.ticketSeller */ }
.content.tickets .refund_info {
  overflow: hidden;
  margin-bottom: 70px; }
@media (max-width: 480px) {
  .content.tickets .refund_info {
    margin-bottom: 35px; } }
.content.tickets .refund_info li {
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  overflow: hidden; }
.content.tickets .refund_info li dl dt {
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  background: #000;
  padding: 10px; }
@media (max-width: 480px) {
  .content.tickets .refund_info li dl dt {
    font-size: 16px; } }
.content.tickets .refund_info li dl dd {
  padding: 15px 25px 25px;
  font-size: 14px;
  line-height: 1.6em; }
@media (max-width: 480px) {
  .content.tickets .refund_info li dl dd {
    padding: 15px 20px; } }
.content.tickets .refund_info li dl dd strong {
  color: #F00;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  display: block;
  margin-bottom: 15px; }
@media (max-width: 480px) {
  .content.tickets .refund_info li dl dd strong {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px; } }
.content.tickets .refund_info li dl dd i {
  color: #F00; }
@media (max-width: 480px) {
  .content.tickets {
    background-size: 1300px auto;
    background-position: center 15px; } }
.content.tickets .inner {
  max-width: 750px; }
.content.tickets .ticketList {
  border-top: 1px solid #000;
  letter-spacing: -.4em;
  text-align: center;
  padding: 20px 0; }
@media (max-width: 480px) {
  .content.tickets .ticketList {
    padding: 15px 0 15px 5px; } }
.content.tickets .ticketList:nth-child(2) {
  border-bottom: 1px solid #000;
  margin-bottom: 5px; }
.content.tickets .ticketList .ticketName {
  font-size: 42px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: .05em;
  display: inline-block;
  width: 240px;
  text-align: left; }
@media (max-width: 480px) {
  .content.tickets .ticketList .ticketName {
    font-size: 22px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; } }
.content.tickets .ticketList .ticketType {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: .05em;
  display: inline-block;
  text-align: left;
  vertical-align: bottom; }
@media (max-width: 480px) {
  .content.tickets .ticketList .ticketType {
    width: 100%;
    font-size: 18px;
    line-height: 24px; } }
.content.tickets .ticketList .ticketType dl dt, .content.tickets .ticketList .ticketType dl dd {
  display: inline-block; }
.content.tickets .ticketList .ticketType dl dt {
  width: 186px; }
@media (max-width: 480px) {
  .content.tickets .ticketList .ticketType dl dt {
    width: 50%; } }
.content.tickets .ticketList .ticketType dl dd span {
  font-size: 16px; }
@media (max-width: 480px) {
  .content.tickets .ticketList .ticketType dl dd span {
    font-size: 14px; } }
@media (max-width: 480px) {
  .content.tickets .ticketList .ticketType dl dd {
    width: 46%;
    text-align: right; } }
.content.tickets .ticketsNote {
  font-size: 12px;
  line-height: 18px;
  text-align: center; }
@media (max-width: 480px) {
  .content.tickets .ticketsNote {
    font-size: 10px;
    line-height: 12px; } }
.content.tickets .ticketsSenko {
  margin-top: 60px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  background: url(../img/section_border_Marker.png) center bottom no-repeat;
  background-size: 750px 130px; }
.content.tickets .ticketsSenko h3 .small {
  font-size: 18px;
  padding-top: 5px; }
@media (max-width: 480px) {
  .content.tickets .ticketsSenko h3 .small {
    font-size: 14px; } }
@media (max-width: 480px) {
  .content.tickets .ticketsSenko {
    font-size: 18px;
    line-height: 18px;
    background-position: center bottom 10px;
    background-size: 600px 104px; } }
.content.tickets .ticketsSenko .ticketsSenkoDate {
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  padding: 25px 0; }
@media (max-width: 480px) {
  .content.tickets .ticketsSenko .ticketsSenkoDate {
    font-size: 26px;
    line-height: 32px;
    padding: 15px 0; } }
.content.tickets .ticketsSenko .ticketsSenkoDate span {
  font-size: 30px; }
@media (max-width: 480px) {
  .content.tickets .ticketsSenko .ticketsSenkoDate span {
    font-size: 20px; } }
.content.tickets .ticketsSenko a {
  font-size: 20px;
  font-weight: normal; }
.content.tickets .ticketSeller {
  margin-top: 60px;
  text-align: center; }
@media (max-width: 480px) {
  .content.tickets .ticketSeller {
    margin-top: 40px; } }
.content.tickets .ticketSeller h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 40px; }
@media (max-width: 480px) {
  .content.tickets .ticketSeller h3 {
    margin-bottom: 25px; } }
.content.tickets .ticketSeller .playguideList {
  width: 100%;
  margin: 0 auto 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.content.tickets .ticketSeller .playguideList dl {
  width: 31%;
  margin: 0 1% 40px; }
@media (max-width: 480px) {
  .content.tickets .ticketSeller .playguideList dl {
    width: 75%;
    margin: 0 12.5% 20px; } }
.content.tickets .ticketSeller .playguideList dl dt {
  margin-bottom: 15px;
  line-height: 1.2em; }
@media (max-width: 480px) {
  .content.tickets .ticketSeller .playguideList dl dt {
    margin-bottom: 8px; } }
.content.tickets .ticketSeller .playguideList dl dt span {
  font-size: 13px;
  line-height: 1.2em;
  display: inline-block;
  margin-top: 5px;
  font-weight: normal; }
.content.tickets .ticketSeller .playguideList dl dd a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 20px; }
.content.tickets .ticketSeller .playguideList dl dd a:hover {
  color: #000;
  background: #fff; }
.content.information {
  background: url(../img/section_border_A.png) center top repeat-x;
  background-size: 2800px 324px;
  padding: 120px 20px 80px; }
@media (max-width: 480px) {
  .content.information {
    background-size: 1300px auto;
    padding: 60px 4% 40px; } }
.content.information .inner {
  max-width: 750px; }
.content.information .eventInformation {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 40px 40px 10px;
  font-size: 16px;
  letter-spacing: -.4em; }
@media (max-width: 480px) {
  .content.information .eventInformation {
    font-size: 12px;
    line-height: 19px;
    padding: 20px 20px 5px; } }
.content.information .eventInformation dt {
  font-weight: bold;
  letter-spacing: .05em;
  display: inline-block;
  width: 170px;
  margin-bottom: 30px;
  vertical-align: top; }
@media (max-width: 480px) {
  .content.information .eventInformation dt {
    width: 35%;
    margin-bottom: 15px; } }
.content.information .eventInformation dd {
  letter-spacing: .05em;
  display: inline-block;
  width: calc(100% - 170px); }
@media (max-width: 480px) {
  .content.information .eventInformation dd {
    width: 65%;
    margin-bottom: 15px; } }
.content.galleryLink {
  padding: 0 20px 250px; }
@media (max-width: 480px) {
  .content.galleryLink {
    padding: 0 4% 80px; } }
.content.galleryLink .inner {
  max-width: 750px; }
.content.galleryLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }
.content.galleryLink ul li {
  width: 31%; }
.content.galleryLink ul li a:hover {
  opacity: .7; }
@media (max-width: 480px) {
  .content.galleryLink ul li {
    width: 48%; }
  .content.galleryLink ul li:last-child {
    margin: 4% auto 0; } }

/* //.content */
.photoArchive #photoArchiveHeader {
  padding: 60px 0 0; }
@media (max-width: 480px) {
  .photoArchive #photoArchiveHeader {
    padding: 30px 0 0; } }
.photoArchive #photoArchiveHeader .title {
  text-align: center; }
.photoArchive #photoArchiveHeader .title img {
  width: 80%;
  max-width: 500px; }
.photoArchive .wrap {
  width: 100%;
  max-width: 790px;
  padding: 60px 20px 120px;
  margin: 0 auto; }
@media (max-width: 480px) {
  .photoArchive .wrap {
    padding: 0 6% 30px; } }
.photoArchive .wrap .eventDetail {
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden; }
.photoArchive .wrap .eventDetail dt {
  font-weight: bold;
  width: 170px;
  float: left; }
.photoArchive .wrap .eventDetail dd {
  width: calc(100% - 170px);
  float: left;
  margin-bottom: 20px; }
@media (max-width: 480px) {
  .photoArchive .wrap .eventDetail {
    font-size: 14px; }
  .photoArchive .wrap .eventDetail dt, .photoArchive .wrap .eventDetail dd {
    width: auto;
    float: none;
    display: inline-block; }
  .photoArchive .wrap .eventDetail dd {
    margin-bottom: 15px; } }
.photoArchive .galley {
  padding: 60px 0; }
@media (max-width: 480px) {
  .photoArchive .galley {
    padding: 30px 0; } }
.photoArchive .galley ul {
  overflow: hidden; }
.photoArchive .galley ul li {
  width: calc(100% / 6);
  float: left; }
.photoArchive .galley ul li a:hover {
  opacity: .7; }
@media (max-width: 768px) {
  .photoArchive .galley ul li {
    width: 25%; } }
@media (max-width: 480px) {
  .photoArchive .galley ul li {
    width: calc(100% / 3); } }

*::-ms-backdrop ul li, .galley ul li {
  width: 16.6666%; }

.pagetop {
  text-align: center;
  margin-bottom: 160px; }
@media (max-width: 480px) {
  .pagetop {
    margin-bottom: 80px; } }
.pagetop a {
  display: inline-block;
  width: 64px;
  height: 62px;
  background: url(../img/pagetop.png) 0 0 no-repeat;
  background-size: 100%;
  text-indent: -9999px; }
.pagetop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

#footer {
  padding: 50px 0 15px;
  background: #fff;
  text-align: center;
  position: relative; }
@media (max-width: 480px) {
  #footer {
    padding: 40px 0 10px; } }
#footer h3 a {
  display: inline-block;
  width: 74px;
  height: 100px;
  background: url(../img/logo_vert.png) 0 0 no-repeat;
  background-size: 100%;
  text-indent: -9999px; }
#footer h3 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
#footer .snsLink {
  margin: 30px 0 35px;
  letter-spacing: -.4em; }
@media (max-width: 480px) {
  #footer .snsLink {
    margin: 20px 0 30px; } }
#footer .snsLink li {
  letter-spacing: .05em;
  display: inline-block;
  margin: 0 15px; }
#footer .snsLink li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/snsLink_sprite.svg) no-repeat;
  background-size: auto 50px;
  text-indent: -9999px; }
#footer .snsLink li a.fb {
  background-position: left 0; }
#footer .snsLink li a.tw {
  background-position: center 0; }
#footer .snsLink li a.ig {
  background-position: right 0; }
#footer a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
#footer .copyright {
  font-size: 10px;
  font-weight: bold; }
#footer .sponsor {
  margin-bottom: 45px; }
@media (max-width: 480px) {
  #footer .sponsor {
    margin-bottom: 55px; } }
#footer .sponsor img {
  width: 120px;
  height: 86px; }
@media (max-width: 480px) {
  #footer .sponsor img {
    width: 90px;
    height: 65px; } }

/* //#footer */
