@charset "UTF-8";
/* style.scss */
/* reset Document */
/* --------------------------------------------------
    Reset.css
-------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swa");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
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, div {
  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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin.scss */
/* --------------------------------------------------
    レ ス ポ ン シ ブ
-------------------------------------------------- */
:root {
  --vh: 1vh;
}

input::placeholder {
  color: #bdbdbd;
}
input:-ms-input-placeholder {
  color: #bdbdbd;
}
input::-ms-input-placeholder {
  color: #bdbdbd;
}

/* --------------------------------------------------
    f l e x b o x 
-------------------------------------------------- */
/* --------------------------------------------------
    b o x - s i z i n g 
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ c o v e r ）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ c o n t a i n ）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ 暗 く s h a d o w ）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ 明 る く s h a d o w ）
-------------------------------------------------- */
/* --------------------------------------------------
    親 子 の　位 置（ p o s i t i o n ）

	@include relative();   // お　や
	@include absolute();   // こ ど も
	@include fixed();      // 固 定
	@include static();     // デ フ ォ ル ト

	($top:0, $right:0, $bottom:0, $left:0)
-------------------------------------------------- */
/* color.scss */
/* --------------------------------------------------
    カ ラ ー
-------------------------------------------------- */
/* images.scss */
/* --------------------------------------------------
    背 景 
-------------------------------------------------- */
.bg_kami_wht {
  background-image: url("../images/common/bg_kami_wht.webp");
}

/* --------------------------------------------------
    K V
-------------------------------------------------- */
.dc25_top_sp {
  background-image: url("../images/common/dc25_top_sp.webp");
}

.dc25_top_pc {
  background-image: url("../images/common/dc25_top_pc.webp");
}

/* --------------------------------------------------
    ロ ゴ
-------------------------------------------------- */
.logo {
  background-image: url("../images/icon/logo.svg");
}

.logo-blk {
  background-image: url("../images/icon/logo-blk.svg");
}

.logo-wht {
  background-image: url("../images/icon/logo-wht.svg");
}

/* --------------------------------------------------
    ア イ コ ン
-------------------------------------------------- */
.icon-logo {
  background-image: url("../images/icon/logo.svg");
}

.icon-logo-wht {
  background-image: url("../images/icon/logo_wht.svg");
}

/* font.scss */
/* --------------------------------------------------
    G o o g l e（　英 語　）
-------------------------------------------------- */
h1 {
  font-family: "Spectral", serif;
}

h5 {
  font-family: "Spectral", serif;
}

h4 .en {
  font-family: "Spectral", serif;
}

p .en {
  font-family: "Spectral", serif;
}

/* --------------------------------------------------
    G o o g l e（　日　本　語　）※ ゴ シ ッ ク
-------------------------------------------------- */
p.go {
  font-family: "Noto Sans JP", sans-serif;
}

.hakusyu span {
  font-family: "Noto Sans JP", sans-serif;
}

li {
  font-family: "Noto Sans JP", sans-serif;
}

/* --------------------------------------------------
    G o o g l e（　日　本　語　）
-------------------------------------------------- */
body {
  font-family: "Zen Old Mincho", serif;
}

h2 {
  font-family: "Zen Old Mincho", serif;
}

h3 {
  font-family: "Zen Old Mincho", serif;
}

h4 {
  font-family: "Zen Old Mincho", serif;
}

p {
  font-family: "Zen Old Mincho", serif;
}

h1 .jp {
  font-family: "Zen Old Mincho", serif;
}

h2 .jp {
  font-family: "Zen Old Mincho", serif;
}

h3 .jp {
  font-family: "Zen Old Mincho", serif;
}

/* --------------------------------------------------
    基 本
-------------------------------------------------- */
html {
  font-size: 62.5%;
} /*16p*0.625 = 10px(=1rem)*/
body {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/* --------------------------------------------------
    カ ラ ー
-------------------------------------------------- */
h1, h2, h3, h4, h5, p, li {
  color: #e2e2e2;
}

/* --------------------------------------------------
    詰 め （ カ タ カ ナ ）
-------------------------------------------------- */
.tsume {
  letter-spacing: -0.08em;
}

/* --------------------------------------------------
    h 1 / sub-ttl
-------------------------------------------------- */
/* サイズ */
h1 {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1500px) {
  h1 {
    font-size: 5rem;
  }
}

/* 行　間 */
h1 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h1 {
    line-height: 100%;
  }
}

/* 揃　え */
h1 {
  text-align: left;
}

/* 太　さ */
h1 {
  font-weight: 300;
}

/* 字　間 */
h2 {
  letter-spacing: 0.02em;
}

/* 　影　 */
h1 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

/* 小文字 */
h1 span {
  color: #7b7b7b;
  font-size: 60%;
  font-weight: 200;
}

/* --------------------------------------------------
    h 2 / head liner
-------------------------------------------------- */
/* サイズ */
h2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 4.3rem;
  }
}

/* 行　間 */
h2 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h2 {
    line-height: 100%;
  }
}

/* 揃　え */
h2 {
  text-align: left;
}

/* 太　さ */
h2 {
  font-weight: 600;
}

/* 字　間 */
h2 {
  letter-spacing: 0.02em;
}

/* 　影　 */
h2 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

/* 　下　 */
h2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  h2 {
    margin-bottom: 35px;
  }
}

/* 小文字 */
h2 span {
  color: #7b7b7b;
  font-size: 55%;
  font-weight: 200;
}

/* small */
h2 small {
  font-size: 55%;
  padding-left: 2px;
  padding-right: 2px;
}

/* --------------------------------------------------
    h 3 / その他出演者
-------------------------------------------------- */
/* サイズ */
h3 {
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 3.7rem;
  }
}

/* 行　間 */
h3 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h3 {
    line-height: 100%;
  }
}

/* 揃　え */
h3 {
  text-align: left;
}

/* 太　さ */
h3 {
  font-weight: 800;
}

/* 字　間 */
h3 {
  letter-spacing: 0.02em;
}

/* 　影　 */
h3 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

/* 　下　 */
h3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  h3 {
    margin-bottom: 35px;
  }
}

/* 小文字 */
h3 span {
  color: #7b7b7b;
  font-size: 75%;
  font-weight: 400;
}

/* small */
h3 small {
  font-size: 65%;
  padding-left: 2px;
  padding-right: 2px;
}

/* --------------------------------------------------
    h 4
-------------------------------------------------- */
/* サイズ */
h4 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.8rem;
  }
}

/* 行　間 */
h4 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h4 {
    line-height: 100%;
  }
}

/* 揃　え */
h4 {
  text-align: left;
}

/* 太　さ */
h4 {
  font-weight: 400;
}

/* 字　間 */
h4 {
  letter-spacing: 0.03em;
}

/* 　影　 */
h4 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

/* 　下　 */
h4 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h4 {
    margin-bottom: 15px;
  }
}

/* 小文字 */
h4 span {
  color: #7b7b7b;
  font-size: 60%;
  font-weight: 200;
}

/* --------------------------------------------------
    p - 明 朝 体
-------------------------------------------------- */
/* サイズ */
p {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 2.3rem;
  }
}

/* 行　間 */
p {
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 150%;
  }
}

/* 揃　え */
p {
  text-align: left;
}

/* 太　さ */
p {
  font-weight: 300;
}

/* 　影　 */
p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

/* 小文字 */
p span {
  color: #7b7b7b;
  font-size: 90%;
}

/* 小文字 */
p strong {
  font-size: 120%;
  margin-bottom: 15px;
}

/* --------------------------------------------------
    p - ゴ シ ッ ク 体
-------------------------------------------------- */
/* サイズ */
p.go {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  p.go {
    font-size: 2.3rem;
  }
}

/* 行　間 */
p.go {
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  p.go {
    line-height: 160%;
  }
}

/* 揃　え */
p.go {
  text-align: left;
}

/* 太　さ */
p.go {
  font-weight: 300;
}

/* 　影　 */
p.go {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

/* 小文字 */
p.go span {
  font-size: 92%;
}

/* 小文字 */
p.go strong {
  font-size: 120%;
  margin-bottom: 15px;
}

/* --------------------------------------------------
    l i （ N o t i c e ）
-------------------------------------------------- */
/* サイズ */
li {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  li {
    font-size: 2rem;
  }
}

/* 行　間 */
li {
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  li {
    line-height: 150%;
  }
}

/* 字　間 */
li {
  letter-spacing: 0.02em;
}

/* 揃　え */
li {
  text-align: left;
}

/* 太　さ */
li {
  font-weight: 300;
}

/* 　影　 */
li {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

/* 　下　 */
li {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  li {
    margin-bottom: 8px;
  }
}

/* 小文字 */
li span {
  color: #7b7b7b;
  font-size: 90%;
}

/* common.scss */
/* --------------------------------------------------
    基 本
-------------------------------------------------- */
input {
  appearance: none;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  text-decoration-color: none;
  color: inherit;
}

/* --------------------------------------------------
    b o d y
-------------------------------------------------- */
body {
  background: #424242;
  overflow-y: scroll;
  text-align: left;
  border: none;
  margin: 0;
}

body {
  background-image: url("../images/common/bg_kami_wht.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

/* --------------------------------------------------
    z - i n d e x （　順　番　）
-------------------------------------------------- */
/* --------------------------------------------------
    背 景（ 全 画 面 ）
-------------------------------------------------- */
:root {
  --vh: 100vh;
}

body.modal-open {
  overflow: hidden;
}

/* --------------------------------------------------
    m a i n
-------------------------------------------------- */
.main {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}

/* --------------------------------------------------
    i n n e r 
-------------------------------------------------- */
.inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
}

/* --------------------------------------------------
    s u b - t t l （ サ ブ タ イ ト ル ）
-------------------------------------------------- */
.sub-ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .sub-ttl {
    margin-bottom: 50px;
  }
}
.sub-ttl h1 {
  color: #7b7b7b;
}

/* --------------------------------------------------
    f u l l - l i n e
-------------------------------------------------- */
.full-line {
  background: #7b7b7b;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}

/* --------------------------------------------------
    チ ケ ッ ト （ 固定 ）
-------------------------------------------------- */
.ticket-hold {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .ticket-hold {
    padding: 20px 30px;
  }
}
.ticket-hold h5 {
  color: #424242;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ticket-hold h5 {
    font-size: 20px;
  }
}
.ticket-hold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 0;
  transition: all 0.3s ease;
}
.ticket-hold:hover h5 {
  color: #e2e2e2;
}
.ticket-hold:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

/* --------------------------------------------------
    チ ケ ッ ト （ t o p ）
-------------------------------------------------- */
.ticket-btn-center {
  position: relative;
  color: #e2e2e2;
  background: #c90011;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: "Spectral", serif;
  padding: 20px 20px;
  display: block;
  border: 1px solid #dadada;
  line-height: 1;
  overflow: hidden;
  outline: none;
  z-index: 2;
  text-align: center;
  width: 200px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.ticket-btn-center span {
  color: #e2e2e2;
  position: relative;
  display: inline-block;
  text-align: center;
}
.ticket-btn-center span span {
  font-size: 15px;
  padding-left: 5px;
  line-height: 1;
}
.ticket-btn-center::before, .ticket-btn-center::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
}
.ticket-btn-center::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
}
.ticket-btn-center:hover {
  color: #424242;
}
.ticket-btn-center:hover::after {
  background: #e2e2e2;
  border: 1px solid #00223a;
  transform: scale(1);
}
.ticket-btn-center:hover span {
  color: #424242;
}

/* --------------------------------------------------
    ボ タ ン（ I n s t a g r a m ）
-------------------------------------------------- */
.instagram-button {
  text-align: center;
}
.instagram-button a {
  background: #e2e2e2;
  color: #424242;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 4.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(15, 15, 15, 0.2);
  opacity: 0.8;
}
.instagram-button a:hover {
  background: #c90011;
  color: #e2e2e2;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(15, 15, 15, 0.3);
}
.instagram-button p {
  text-align: center;
  margin-top: 2vh;
}

.instagram-button a i {
  line-height: 1;
}

/* --------------------------------------------------
    ボ タ ン （　m a p　）
-------------------------------------------------- */
.map-btn {
  color: #7b7b7b;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-bottom: 　3px;
  font-size: 2rem;
  font-weight: 200;
  margin-top: 25px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.map-btn:hover {
  color: #c90011;
}
.map-btn::after {
  background: #c90011;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.map-btn:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

/* --------------------------------------------------
    ボ タ ン （　ト　ッ　プ　に　戻　る　）
-------------------------------------------------- */
.top-btn {
  z-index: 9999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}
.top-btn .top-btn-svg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.top-btn:hover {
  opacity: 0.9;
}

/* --------------------------------------------------
   モ ー ダ ル
-------------------------------------------------- */
.modalll {
  position: relative;
  display: inline-block;
}
.modalll .openModal {
  cursor: pointer;
}
.modalll .openModal:hover {
  color: #c90011;
}

.modalArea {
  z-index: 20000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(22, 22, 22, 0.9);
}
.modalArea .modalWrapper {
  background: #0f0f0f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  max-height: 80%;
  overflow-y: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .modalArea .modalWrapper {
    width: 90%;
    max-width: 800px;
    padding: 30px 30px;
  }
}
.modalArea .modalWrapper .modalContents {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.modalArea .modalWrapper .modalContents .modal-h2,
.modalArea .modalWrapper .modalContents .modal-h4,
.modalArea .modalWrapper .modalContents .modal-p {
  color: #e2e2e2;
  text-shadow: none;
}
.modalArea .modalWrapper .modalContents .modal-h4 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .modalArea .modalWrapper .modalContents .modal-h4 {
    font-size: 2.4rem;
  }
}
.modalArea .modalWrapper .modalContents .modal-p {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .modalArea .modalWrapper .modalContents .modal-p {
    font-size: 1.8rem;
  }
}
.modalArea .modalWrapper .modalContents .modal-p span {
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .modalArea .modalWrapper .modalContents .modal-p span {
    font-size: 2rem;
  }
}
.modalArea .modalWrapper .modalContents .modal-h4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .modalArea .modalWrapper .modalContents .modal-h4 {
    margin-bottom: 30px;
  }
}
.modalArea .modalWrapper .modalContents .modal-p {
  line-height: 150%;
}
.modalArea .modalWrapper .modalContents .modal-p span {
  line-height: 250%;
}
.modalArea .modalWrapper .modalContents .modal-p span:hover {
  color: #c90011;
  font-weight: 700;
}
.modalArea .modalWrapper .closeModal {
  color: #e2e2e2;
  cursor: pointer;
  font-size: 2.5rem;
  margin-top: 35px;
}
.modalArea .modalWrapper .closeModal:hover {
  color: #c90011;
  font-weight: 700;
}

html.modal-open,
body.modal-open,
body.modal-open .main {
  overflow: hidden;
}

body.modal-open #top,
body.modal-open .top-btn,
body.modal-open .ticket-hold {
  display: none;
}

/* --------------------------------------------------
    ア ー 写
-------------------------------------------------- */
.img-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  margin-bottom: 25px;
}
.img-container img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* --------------------------------------------------
    く も ア ニ メ ー シ ョ ン
-------------------------------------------------- */
@keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-moz-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
.background-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: fadeIn 2s ease-in 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clouds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/common/clouds_repeat.png") repeat;
  background-size: 500px 500px;
  width: 10000px;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  -moz-animation: move-background 55s linear infinite;
  -ms-animation: move-background 55s linear infinite;
  -o-animation: move-background 55s linear infinite;
  -webkit-animation: move-background 55s linear infinite;
  animation: move-background 55s linear infinite;
}
@media screen and (min-width: 768px) {
  .clouds {
    background-size: 1000px 1000px;
  }
}

/* loading.scss */
#loading-wrapper {
  background: #0f0f0f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 10000;
}
#loading-wrapper img {
  width: 10vh;
}
#loading-wrapper .loading {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: loading;
  transform: scale(1.1, 1.1);
}

@-moz-keyframes loading {
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loading {
  100% {
    transform: scale(1, 1);
  }
}
@keyframes loading {
  100% {
    transform: scale(1, 1);
  }
}
.completed {
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 1);
}

/* top.scss */
#top .dc25_top {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/common/dc25_top_sp.webp");
  min-height: 600px;
}
@media screen and (min-width: 600px) {
  #top .dc25_top {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-aspect-ratio: 4/3) and (min-width: 1025px) and (min-height: 700px) {
  #top .dc25_top {
    background-image: url("../images/common/dc25_top_pc.webp");
    background-size: contain;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (min-width: 600px) and (max-height: 699px) {
  #top .dc25_top {
    background-size: cover !important;
  }
}
@media screen and (max-width: 1024px) and (max-height: 600px) {
  #top .dc25_top {
    background-size: contain !important;
    background-position: top center;
  }
}
@media screen and (max-width: 359px) and (max-height: 600px) {
  #top .dc25_top {
    background-size: cover !important;
    background-position: top center !important;
    min-height: 100vh !important;
  }
}

.info-bg {
  padding-top: 10vh;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .info-bg {
    padding-top: 20vh;
    padding-bottom: 30px;
  }
}
.info-bg .up-txt {
  z-index: 9000;
}

.info-bg {
  position: relative;
}
.info-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #303030;
  mix-blend-mode: multiply;
  z-index: -1;
}

#info,
#artist,
#vj,
#space,
#fire,
#sound,
#shop,
#access,
#notice {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #info,
  #artist,
  #vj,
  #space,
  #fire,
  #sound,
  #shop,
  #access,
  #notice {
    margin-bottom: 120px;
  }
}

.hakusyu span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 60%;
}

#info .info-box {
  margin-bottom: 30px;
}
#info .info-box .day {
  margin-bottom: 0px;
}
#info .info-box .time {
  margin-bottom: 50px;
}
#info .info-box .place-en {
  margin-bottom: 10px;
}
#info .info-box .place-jp {
  margin-bottom: 40px;
}
#info .info-box .limit {
  margin-bottom: 40px;
}
#info .info-box .ticket-txt span {
  color: #7b7b7b;
}
#info .info-box .ticket-txt .red-span {
  color: #c90011;
}

#artist .komoji {
  color: #7b7b7b;
  margin-bottom: 20px;
}

#shop .box-inner p.andmore {
  margin-top: 20px;
}

#access .box-inner .add {
  text-decoration: none; /* 下線を消す */
}
#access .box-inner .add span {
  font-size: 85%;
  color: #e2e2e2;
}

#notice ul {
  list-style-type: disc;
  padding-left: 1.5em;
  color: #e2e2e2;
}
#notice ul li {
  list-style-type: circle;
}

footer .img-sns {
  margin-bottom: 80px;
}
footer .img-sns .img-container img {
  position: relative;
  z-index: 10;
}
footer .instagram-button {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  footer .instagram-button {
    padding-bottom: 80px;
  }
}
footer .instagram-button p {
  color: #7b7b7b;
  padding-bottom: 20px;
}
footer p.copyright {
  color: #e2e2e2;
  text-align: center;
  padding-bottom: 20px;
}/*# sourceMappingURL=style.css.map */