/**font**/
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');

/*reset*/
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-size: 100%;
vertical-align: baseline;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
  font-family: sans-serif;
}


/******共通******/

body , html {
  background-image: url(../img/bg.png), linear-gradient(90deg, rgba(137, 30, 110, 1), rgba(0, 0, 0, 1) 25% 75%, rgba(17, 60, 128, 1));
  background-size: 100% auto;
}

/******ヘッダー******/

header h1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header h1 img {
  width: 100%;
}


/******リード文******/

.fanfes_leadText {
  margin: 80px auto 0;
  font-family: "Murecho", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.3rem;
  text-shadow: 
    0 0 1px #e3017f, 0 0 3px #e3017f, 
    0 0 6px #e3017f, 0 0 15px #e3017f, 0 0 20px #e3017f;
}

/**SP**/
@media screen and (max-width: 767px) {
  .fanfes_leadText {
    font-size: 16px;
  }
}


/******コンテンツ******/

img {
  vertical-align: top;
}

.fanfes_detail  {
  margin: 120px auto 0;
}

.fanfes_detail .temp_innerWrap {
  background: #FFF;
  border-radius: 3px;
  padding: 40px;
}
.fanfes_detail .temp_innerWrap + .temp_innerWrap {
  margin-top: 50px;
}

.fanfes_h2 {
  width: 100%;
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto 30px;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.3rem;
  text-align: center;
  text-shadow: 
    0 0 1px #ffcc00, 0 0 3px #ffcc00, 
    0 0 6px #ffcc00, 0 0 15px #ffcc00;
}

.fanfes_h3 {
  width: 100%;
  padding: 15px;
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  background-image: linear-gradient(90deg, rgba(137, 30, 110, 1) 25%, rgba(17, 60, 128, 1));
}

.temp_innerWrap table {
  width: 100%;
}
.temp_innerWrap table th, .temp_innerWrap table td {
  border: solid 1px #000 !important;
  vertical-align: middle;
}

.temp_innerWrap .temp_h4 {
  line-height: 1.2;
  color: rgba(137, 30, 110, 1);
  border-color: rgba(137, 30, 110, 1);
}
.temp_innerWrap .temp_h4:nth-of-type(2n) {
  color: rgba(7, 60, 128, 1);
  border-color: rgba(7, 60, 128, 1);
}

div.temp_btnBlock_2column p[class*="temp_btn"] a {
  min-width: 100% !important;
}

div.temp_imgBlock_2column div.temp_columnInner:nth-child(n+3) {
  margin-top: 5% !important;
}

.fanfes_detail .temp_noLink a {
  pointer-events: none;
  background: #CCC;
  color: #666;
}


/******ticket******/

nav ul.fanfes_ticketNav {
  width: 100%;
  max-width: 1010px;
  padding: 0 15px;
  margin: 60px auto 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
}
nav ul.fanfes_ticketNav li {
  width: 48%;
}
nav ul.fanfes_ticketNav li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: "Murecho", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3rem;
  border: solid 3px #FFF;
  border-radius: 3px;
  text-shadow: 
    0 0 1px #ffcc00, 0 0 3px #ffcc00, 
    0 0 6px #ffcc00, 0 0 15px #ffcc00;
  box-shadow: 
    0 0 1px 0 #ffcc00, 0 0 3px 0 #ffcc00, 
    0 0 6px 0 #ffcc00, 0 0 10px 0 #ffcc00,
    inset 0 0 3px 0 #ffcc00, inset 0 0 6px 0 #ffcc00;
  transition: .3s;
}
nav ul li a:hover {
  text-shadow: 
    0 0 1px #56CAF0, 0 0 3px #56CAF0, 
    0 0 6px #56CAF0, 0 0 15px #56CAF0;
  box-shadow: 
    0 0 1px 0 #56CAF0, 0 0 3px 0 #56CAF0, 
    0 0 6px 0 #56CAF0, 0 0 10px 0 #56CAF0,
    inset 0 0 3px 0 #56CAF0, inset 0 0 6px 0 #56CAF0;
}
nav ul.fanfes_ticketNav li a span {
  display: inline-block;
  padding-left: 28px;
  line-height: 1;
  position: relative;
}
nav ul.fanfes_ticketNav li a span:before {
  content: "▼";
  position: absolute;
  top: 0;
  left: 0;
}

/******specialTicket******/

.fanfes_specialBlockA {
  background: transparent !important;
  border: solid 3px #FFF;
  box-shadow: 
    0 0 1px 0 #e3017f, 0 0 3px 0 #e3017f, 
    0 0 6px 0 #e3017f, 0 0 10px 0 #e3017f,
    inset 0 0 3px 0 #e3017f, inset 0 0 6px 0 #e3017f;
  color: #FFF;
}
.fanfes_specialBlockA > p {
  color: #FFF;
  font-weight: bold;
  text-shadow: 
    0 0 1px #e3017f, 0 0 3px #e3017f, 
    0 0 6px #e3017f, 0 0 15px #e3017f, 0 0 20px #e3017f;
}

.fanfes_specialBlockA .temp_btnBlock_2column .temp_btnNormal:first-of-type > * {
  background: #e3017f;
  color: #000;
  border: solid 2px #000;
  box-shadow: 
    0 0 1px 0 #e3017f, 0 0 3px 0 #e3017f, 
    0 0 6px 0 #e3017f, 0 0 10px 0 #e3017f;
}
.fanfes_specialBlockA .temp_btnBlock_2column .temp_btnNormal:last-of-type > * {
  background: #ffcc00;
  color: #000;
  border: solid 2px #000;
  box-shadow: 
    0 0 1px 0 #ffcc00, 0 0 3px 0 #ffcc00, 
    0 0 6px 0 #ffcc00, 0 0 10px 0 #ffcc00;
}
.fanfes_specialBlockA .temp_btnBlock_2column .temp_btnNormal:first-of-type > a:hover {
  background: #000;
  color: #FFF;
  border-color: #FFF;
  text-shadow: 
    0 0 1px #e3017f, 0 0 3px #e3017f, 
    0 0 6px #e3017f, 0 0 15px #e3017f, 0 0 20px #e3017f;
}
.fanfes_specialBlockA .temp_btnBlock_2column .temp_btnNormal:last-of-type > a:hover {
  background: #000;
  color: #FFF;
  border-color: #FFF;
  text-shadow: 
    0 0 1px #ffcc00, 0 0 3px #ffcc00, 
    0 0 6px #ffcc00, 0 0 15px #ffcc00, 0 0 20px #ffcc00;
}
.fanfes_specialBlockA .temp_btnBlock_2column .temp_btnNormal.temp_noLink a {
  background: #000;
  color: #999;
  border-color: #999;
  text-shadow: none;
  box-shadow: none;
}


/******normalTicket******/

.fanfes_priceTable td, .fanfes_priceTable th {
  padding: 8px;
  font-size: 15px;
}
.fanfes_priceTable th {
  text-align: center;
  vertical-align: middle;
}
.fanfes_priceTable td .fanfes_priceNum {
  display: inline-block;
  padding-right: 5px;
}
.fanfes_priceTable td .fanfes_priceNum span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: solid 1px #000;
}


/******hawksTV / gallery******/

#hawksTV {
  padding: 80px 0;
}

#gallery {
  padding-bottom: 0 !important;
  max-width: 1920px;
}


/******footer******/

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  /*background: #000;*/
  padding: 5px;
  transition: .3s;
}
#pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  border: solid 3px #FFF;
  /*background: #000;*/
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #FFF;
  line-height: 75px;
  text-decoration: none;
}
#pagetop a {
  text-shadow: 
    0 0 1px #e3017f, 0 0 3px #e3017f, 
    0 0 6px #e3017f, 0 0 15px #e3017f, 0 0 20px #e3017f;
  box-shadow: 
    0 0 1px 0 #e3017f, 0 0 3px 0 #e3017f, 
    0 0 6px 0 #e3017f, 0 0 10px 0 #e3017f,
    inset 0 0 3px 0 #e3017f, inset 0 0 6px 0 #e3017f;
}
#pagetop:hover {
  bottom: 24px;
}

footer {
  padding: 100px 0 50px;
  text-align: center;
}

footer .logo_home {
  width: 150px;
  margin: 0 auto 25px;
}

footer small {
  font-size: 12px;
  color: #FFF;
}

/***SP***/

@media screen and (max-width: 767px) {
  .fanfes_detail {
    padding: 0 10px;
  }
  .fanfes_detail .temp_innerWrap {
    padding: 15px;
  }
  .fanfes_h2 {
    font-size: 26px;
  }

  nav ul.fanfes_ticketNav {
    margin: 0 auto !important;
  }
  nav ul.fanfes_ticketNav li a {
    font-size: 19px;
    letter-spacing: normal;
  }
  nav ul.fanfes_ticketNav li a span {
    display: inline-block;
    padding: 0 0 30px 0 !important;
    line-height: 1.3;
    text-align: center;
  }
  nav ul.fanfes_ticketNav li a span:before {
    width: 100%;
    display: inline-block;
    text-align: center;
    bottom: 0;
    left: 0;
    top: auto;
  }
  
  #specialTicket div.temp_btnBlock_2column {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
  }
  #specialTicket div.temp_btnBlock_2column p[class*="temp_btn"] {
    width: 48% !important;
    margin-top: 0 !important;
  }
  div.temp_imgBlock_2column div.temp_columnInner + div.temp_columnInner, div.temp_imgBlock_3column div.temp_columnInner + div.temp_columnInner {
    margin-top: 25px !important;
  }

  div.temp_tabBox.temp_spLineTab ul.temp_tabMenuList li:first-child {
    margin-left: 6px !important;
  }
  .fanfes_detail .temp_tabMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    font-size: 13px !important;
    margin-right: 6px !important;
  }
  .fanfes_priceTable th {
    padding: 5px;
    line-height: 1.2;
  }
  .fanfes_priceTable th.cmn_tSmall {
    font-size: 9px !important;
  }
  .fanfes_priceTable td {
    padding: 5px;
  }
  .fanfes_priceTable .cmn_tPink {
    display: block;
    line-height: 1.1;
    text-align: center;
  }
  #normalTicket .temp_imgBlock {
    position: relative;
  }
  #normalTicket .temp_imgBlock .fanfes_zoomLink a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #normalTicket .temp_imgBlock .fanfes_zoomLink a img {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 55px;
    right: 8px;
  }
}