@charset "UTF-8";
body {
  background: #000;
  color: #FFF;
  letter-spacing: 0.05em;
}

h2 {
  font-family: 'Lora', serif;
}

span {
  color: #ff008a;
}

header {
  width: 100%;
  max-width: 1280px;
  min-width: 900px;
  margin: 0 auto;
  height: 495px;
  background: #000;
  position: relative;
}

header h1 {
  width: 457px;
  margin: 0 auto;
}

header .goods {
  position: absolute;
  bottom: 124px;
  left: 32px;
  cursor: pointer;
}

header .goods:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

header .goods_content {
  display: none;
  width: 840px;
  background: #FFF;
  position: absolute;
  top: 202px;
  left: 50%;
  margin-left: -490px;
  z-index: 1;
  border-radius: 20px;
  z-index: 3;
  padding: 0 70px 220px;
}

header .goods_content .location p:first-child {
  margin-bottom: 0;
}

header .goods_content .location p:last-child {
  text-indent: -1em;
  padding-left: 1em;
}

header .goods_content h2 {
  color: #ff008a;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 70px;
  margin-bottom: 70px;
}

header .goods_content h3 {
  color: #ff008a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 14px;
}

header .goods_content p {
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

header .goods_content p.close {
  position: absolute;
  top: -20px;
  right: -30px;
  cursor: pointer;
}

header .goods_content p.close:hover {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

header .goods_content .goodslist {
  margin-bottom: 30px;
  margin-top: 40px;
}

header .goods_content .goodslist li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

header .goods_content .goodslist li p:first-child {
  margin-bottom: 0;
}

header .goods_content .goodslist li p:last-child {
  margin-top: -16px;
}

header .goods_content .att_txt {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}

header .goods_content .att_last {
  margin-bottom: 30px;
}

header .goods_content .qanda li p {
  margin: 0;
}

header .goods_content .qanda li p:last-child {
  margin-bottom: 10px;
}

header .att_content {
  display: none;
  width: 840px;
  background: #FFF;
  position: absolute;
  top: 202px;
  left: 50%;
  margin-left: -490px;
  z-index: 1;
  border-radius: 20px;
  z-index: 3;
  padding: 0 70px 120px;
}

header .att_content h2 {
  color: #ff008a;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 70px;
  margin-bottom: 70px;
}

header .att_content h3 {
  color: #ff008a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

header .att_content span {
  color: #fe0000;
}

header .att_content .events p {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}

header .att_content .events p:last-child {
  margin-bottom: 30px;
}

header .att_content p {
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

header .att_content p.close {
  position: absolute;
  top: -20px;
  right: -30px;
  cursor: pointer;
}

header .att_content p.close:hover {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

header .attention {
  position: absolute;
  bottom: 32px;
  left: 32px;
  cursor: pointer;
}

header .attention:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

header .share_wrap p {
  line-height: 62px;
  position: absolute;
  right: 202px;
  bottom: 30px;
  font-family: 'Lora', serif;
  letter-spacing: 0.2em;
}

header .share_wrap .share {
  position: absolute;
  bottom: 28px;
  right: 36px;
  font-size: 0;
}

header .share_wrap .share li {
  display: inline-block;
  margin-left: 10px;
}

header .share_wrap .share li a:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal_overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.content1 {
  width: 100%;
  min-width: 980px;
  max-width: 1280px;
  margin: 0 auto;
}

.content1 .event {
  width: 50%;
  background: url("../img/bg_event.png") repeat;
  position: relative;
  float: left;
}

.content1 .event h2 {
  color: #ff008a;
  position: absolute;
  top: 25px;
  left: 25px;
}

.content1 .event .event_txt {
  width: 311px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: -212px;
}

.content1 .event .event_txt img {
  max-width: 100%;
  height: auto;
}

.content1 .event .obj_1 {
  position: absolute;
  left: 32px;
  bottom: -20px;
  z-index: 1;
}

.content1 .event:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.content1 .players {
  width: 50%;
  background: #ff008a;
  position: relative;
  float: right;
}

.content1 .players h2 {
  color: #000;
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 0px;
  right: 0px;
}

.content1 .players h3 {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.content1 .players h3.cap1 {
  width: 99px;
  margin: -240px auto 0;
}

.content1 .players h3.cap2 {
  left: 50%;
  margin: -20px 0 0 -160px;
}

.content1 .players h3.cap3 {
  left: 50%;
  margin: -20px 0 0 60px;
}

.content1 .players p {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.content1 .players .teitter:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.content1 .players .app li {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -174px;
  margin-left: -45px;
}

.content1 .players .app li .kiyo_img {
  margin-left: -60px;
}

.content1 .players .app li .letolt_img {
  margin-left: 60px;
}

.content1 .players .app li .kiyo_name {
  margin-top: 111px;
  margin-left: -34px;
}

.content1 .players .app li .letolt_name {
  margin-top: 111px;
  margin-left: 60px;
}

.content1 .players .app li .twi_kiyo {
  margin-top: 70px;
  margin-left: 10px;
}

.content1 .players .app li .twi_letolt {
  margin-top: 70px;
  margin-left: 130px;
}

.content1 .players .gst .gachiman_img {
  left: 50%;
  margin: 46px 0 0 -200px;
}

.content1 .players .gst .twi_gachiman {
  left: 50%;
  margin: 80px 0 0 -160px;
}

.content1 .players .gst .gachiman_name {
  left: 50%;
  margin-top: 66px;
  margin-left: -110px;
}

.content1 .players .gst .ushizawa_img {
  left: 50%;
  margin: 120px 0 0 -200px;
}

.content1 .players .gst .twi_ushizawa {
  left: 50%;
  margin: 158px 0 0 -160px;
}

.content1 .players .gst .ushizawa_name {
  left: 50%;
  margin-top: 140px;
  margin-left: -110px;
}

.content1 .players .gst .fuji_img {
  left: 50%;
  margin: 194px 0 0 -200px;
}

.content1 .players .gst .twi_fuji {
  left: 50%;
  margin-top: 230px;
  margin-left: -160px;
}

.content1 .players .gst .fuji_name {
  left: 50%;
  margin-top: 210px;
  margin-left: -110px;
}

.content1 .players .mc .hyakka_img {
  left: 50%;
  margin: 46px 0 0 24px;
}

.content1 .players .mc .hyakka_name {
  left: 50%;
  margin-top: 66px;
  margin-left: 110px;
}

.content1 .players .mc .twi_hyakka {
  left: 50%;
  margin-top: 80px;
  margin-left: 60px;
}

.content1 .players .mc .hige_img {
  left: 50%;
  margin: 120px 0 0 24px;
}

.content1 .players .mc .twi_hige {
  left: 50%;
  margin-top: 160px;
  margin-left: 60px;
}

.content1 .players .mc .hige_name {
  left: 50%;
  margin-top: 140px;
  margin-left: 110px;
}

.content1 .players .obj_2 {
  position: absolute;
  right: 42px;
  top: 50%;
  margin-top: -52px;
}

.content1 .players:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.content2 {
  width: 100%;
  min-width: 980px;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.content2 .ticket {
  width: 50%;
  background: #000;
  float: left;
  position: relative;
  text-align: center;
}

.content2 .ticket h2 {
  color: #ff008a;
  position: absolute;
  top: 25px;
  left: 25px;
}

.content2 .ticket h3 {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  font-size: 18px;
  line-height: 1.6em;
  color: #ff008a;
}

.content2 .ticket h3.preceding {
  top: 50%;
  margin-top: -230px;
}

.content2 .ticket h3.general {
  top: 50%;
}

.content2 .ticket dl {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  line-height: 1.6em;
}

.content2 .ticket dl.acceptance {
  margin-top: -160px;
}

.content2 .ticket dl.sell {
  margin-top: 70px;
}

.content2 .ticket p {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.content2 .ticket p.acceptance_txt {
  margin-top: -90px;
}

.content2 .ticket p.general_txt {
  margin-top: 140px;
}

.content2 .ticket p a {
  width: 156px;
  margin: 0 auto;
  color: #FFF;
  text-decoration: none;
  line-height: 42px;
  display: block;
  background: url("../img/bg_btn_ticket.png") no-repeat center top;
}

.content2 .ticket p a:hover {
  color: #ff008a;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.content2 .ticket .obj_3 {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -52px;
}

.content2 .ticket:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.content2 .contact {
  width: 50%;
  position: relative;
  background: url("../img/bg_contact.png") repeat;
  float: right;
  position: relative;
}

.content2 .contact span {
  font-family: 'Lora', serif;
}

.content2 .contact .ff {
  color: #FFF;
}

.content2 .contact h2 {
  color: #ff008a;
  position: absolute;
  top: 25px;
  left: 25px;
}

.content2 .contact h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 46px;
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: -45px;
}

.content2 .contact p {
  color: #ff008a;
  text-align: center;
  line-height: 1.8em;
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  font-size: 19px;
}

.content2 .contact .obj_4 {
  position: absolute;
  right: 42px;
  bottom: 34px;
}

.content2 .l_code {
  margin-top: 200px;
  font-size: 12px;
}

.content2 .contact:after {
  padding-top: 100%;
  display: block;
  content: "";
}

.access {
  padding: 86px 0 86px 0;
  width: 100%;
  max-width: 1280px;
  min-width: 980px;
  margin: 0 auto;
  background: #ff008a;
  color: #000;
  text-align: center;
  font-size: 22px;
  position: relative;
}

.access p {
  margin-bottom: 22px;
}

.access h2 {
  margin-bottom: 52px;
}

.access span {
  font-size: 13px;
  color: #000;
}

.access .address {
  line-height: 1.8em;
}

.access .tel {
  font-family: 'Lora', serif;
}

.access .map {
  width: 156px;
  height: 42px;
  margin: 10px auto 0;
  background: url("../img/bg_btn_access.png") no-repeat center top;
}

.access .map:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.access .map a {
  display: block;
  line-height: 42px;
  background: url("../img/bg_btn_access.png") no-repeat center top;
  text-decoration: none;
  color: #ff008a;
  font-size: 16px;
}

.access .obj_5 {
  position: absolute;
  bottom: -46px;
  left: 75px;
}

footer {
  padding: 90px 0 148px 0;
  position: relative;
  min-width: 980px;
  width: 100%;
}

footer .twitter {
  width: 100%;
  min-width: 980px;
  margin: 0 auto 174px;
  text-align: center;
}

footer .twitter li {
  display: inline-block;
  margin-left: 42px;
}

footer .twitter li:first-child {
  margin-left: 0;
}

footer .twitter li p {
  font-family: 'Lora', serif;
  font-size: 20px;
  color: #ff008a;
  letter-spacing: 0.2em;
}

footer .twitter li p.image {
  width: 91px;
  margin: 0 auto 25px;
}

footer .twitter li p.user_name {
  margin-bottom: 36px;
  text-align: center;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
}

footer .share_wrap {
  width: 250px;
  margin: 0 auto;
}

footer .share_wrap .share_txt {
  line-height: 62px;
  font-family: 'Lora', serif;
  float: left;
  margin-right: 8px;
  letter-spacing: 0.2em;
}

footer .share_wrap ul {
  float: left;
  font-size: 0;
}

footer .share_wrap li {
  float: left;
  margin-left: 10px;
}

footer .share_wrap li a:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

footer .pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 48px;
  right: 48px;
  display: none;
}

@media screen and (max-width: 1110px) {
  .content1 .players h3.cap2 {
    left: 50%;
    margin: -34px 0 0 -160px;
  }
  .content1 .players h3.cap3 {
    left: 50%;
    margin: -34px 0 0 60px;
  }
  .content1 .players .app li {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -45px;
  }
  .content1 .players .app li .kiyo_img {
    margin-left: -60px;
  }
  .content1 .players .app li .letolt_img {
    margin-left: 60px;
  }
  .content1 .players .app li .kiyo_name {
    margin-top: 100px;
    margin-left: -34px;
  }
  .content1 .players .app li .letolt_name {
    margin-top: 100px;
    margin-left: 60px;
  }
  .content1 .players .app li .twi_kiyo {
    margin-top: 70px;
    margin-left: 10px;
  }
  .content1 .players .app li .twi_letolt {
    margin-top: 70px;
    margin-left: 130px;
  }
  .content1 .players .gst .gachiman_img {
    left: 50%;
    margin: 26px 0 0 -200px;
  }
  .content1 .players .gst .twi_gachiman {
    left: 50%;
    margin: 60px 0 0 -160px;
  }
  .content1 .players .gst .gachiman_name {
    left: 50%;
    margin-top: 46px;
    margin-left: -110px;
  }
  .content1 .players .gst .ushizawa_img {
    left: 50%;
    margin: 100px 0 0 -200px;
  }
  .content1 .players .gst .twi_ushizawa {
    left: 50%;
    margin: 138px 0 0 -160px;
  }
  .content1 .players .gst .ushizawa_name {
    left: 50%;
    margin-top: 120px;
    margin-left: -110px;
  }
  .content1 .players .gst .fuji_img {
    left: 50%;
    margin: 174px 0 0 -200px;
  }
  .content1 .players .gst .twi_fuji {
    left: 50%;
    margin-top: 210px;
    margin-left: -160px;
  }
  .content1 .players .gst .fuji_name {
    left: 50%;
    margin-top: 190px;
    margin-left: -110px;
  }
  .content1 .players .mc .hyakka_img {
    left: 50%;
    margin: 24px 0 0 24px;
  }
  .content1 .players .mc .hyakka_name {
    left: 50%;
    margin-top: 36px;
    margin-left: 110px;
    z-index: 1;
  }
  .content1 .players .mc .twi_hyakka {
    left: 50%;
    margin-top: 60px;
    margin-left: 60px;
  }
  .content1 .players .mc .hige_img {
    left: 50%;
    margin: 100px 0 0 24px;
  }
  .content1 .players .mc .twi_hige {
    left: 50%;
    margin-top: 140px;
    margin-left: 60px;
  }
  .content1 .players .mc .hige_name {
    left: 50%;
    margin-top: 120px;
    margin-left: 110px;
  }
}
