@charset "UTF-8";
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 {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 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 #000;
  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;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  /*overflow-y: scroll;*/
}

body, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ofh {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background: url(../images/bg-loop.png) center top #e83821;
  position: relative;
  animation: bgLoop 1.5s linear forwards infinite;
}

body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes bgLoop {
  0% {
    background-position: 0 31px;
  }
  100% {
    background-position: 0px 0px;
  }
}

.wrp {
  background-color: #e83821;
  max-width: 768px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.header {
  padding: 20px;
}

.header__inr {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.header__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  line-height: 0;
}

.header__ttl img {
  width: 100%;
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/bg1.jpg) center center/cover no-repeat;
}

.header__bg-type1, .header__bg-type2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: center center /cover no-repeat;
}

.header__bg-type1 {
  background-image: url(../images/bg2.jpg);
  animation: bgmove1 10s linear forwards infinite;
  opacity: 0;
}

.header__bg-type2 {
  background-image: url(../images/bg3.jpg);
  animation: bgmove2 10s linear forwards infinite;
  opacity: 0;
}

.header__bg .ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e83821;
  mix-blend-mode: difference;
  animation: flash 3s linear forwards infinite alternate;
}

@media all and (max-width: 767px) {
  .header {
    padding: 10px;
  }
}

@keyframes bgmove1 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgmove2 {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.artistList {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px 20px;
}

.artistList li {
  line-height: 0;
  width: 33.33%;
}

.artistList li img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .artistList {
    padding: 0px 10px 10px;
  }
  .artistList li {
    width: 50%;
  }
}

.cnt {
  text-align: center;
  background: #806051;
  color: #e83821;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0px 20px 0px;
  padding: 40px 0px;
}

.cnt .sml {
  font-size: 13px;
}

.cnt dl {
  font-size: 18px;
}

.cnt dl dt {
  font-style: italic;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin-bottom: 1em;
}

.cnt .evtTtl {
  font-size: 25px;
}

.cnt .ticketBtn {
  margin-top: 20px;
}

.cnt .ticketBtn a {
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5em;
  padding: 5px 20px;
  display: inline-block;
  border: solid 2px #e83821;
  border-radius: 8px;
  display: inline-block;
  background: #e83821;
  color: #806051;
}

@media all and (max-width: 767px) {
  .cnt {
    margin: 0px 10px 0px;
    padding: 20px 0px;
  }
  .cnt .sml {
    font-size: 10px;
  }
  .cnt dl {
    font-size: 12px;
  }
  .cnt dl dt {
    font-size: 12px;
  }
  .cnt .evtTtl {
    font-size: 25px;
  }
  .cnt .ticketBtn {
    margin-top: 20px;
  }
  .cnt .ticketBtn a {
    border: solid 2px #e83821;
    border-radius: 8px;
    display: inline-block;
    background: #e83821;
    color: #806051;
  }
}

.ig {
  line-height: 0;
  padding-top: 75px;
  text-align: center;
}

.ig img {
  width: 35px;
}

@media all and (max-width: 767px) {
  .ig {
    padding-top: 30px;
  }
  .ig img {
    width: 30px;
  }
}

.footer {
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 75px 0px;
  text-align: center;
  font-size: 13px;
  color: #806051;
}

@media all and (max-width: 767px) {
  .footer {
    padding: 30px 0px;
    font-size: 10px;
  }
}

.wrp {
  padding-top: 1px;
}

.attTxt {
  background: #fff;
  margin: 20px 20px 20px;
  padding: 20px;
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.attTxt a {
  color: #000;
}

.attTxt b {
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .attTxt {
    margin: 10px 10px 10px;
    font-size: 12px;
  }
  .attTxt b {
    font-size: 15px;
  }
}

/*# sourceMappingURL=../css/style.map */