@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
html {
 font-size: 62.5%;
 height: 100%;
}
body {
 font-size: 1.6rem;
 line-height: 2;
 letter-spacing: 0.05em;
 font-family: 'M PLUS Rounded 1c', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 height: 100%;
}
a {
 display: block;
 transition: .5s;
 text-decoration: none;
 color: #333;
}
img {
 display: block;
 width: 100%;
 height: auto;
}
strong {
 font-weight: bold;
}
/* ========== layout ========== */
#wrapper {
 position: relative;
 overflow: hidden;
}
section {
 position: relative;
 z-index: 5;
 overflow: hidden;
}
.inner {
 position: relative;
 z-index: 10;
 max-width: 96rem;
 margin: 0 auto;
}
.secTtl {
 font-size: 1.8rem;
 line-height: 1.2;
 text-indent: -0.2em;
 color: #fff;
 text-shadow: 1px 2px 1px #000;
 margin-bottom: 1rem;
 transform: rotate(-10deg);
 transform-origin: left bottom;
}
.secTtl span {
 font-size: 7.0rem;
 font-family: 'Caveat', cursive;
 display: inline-block;
 padding-right: 1.6rem;
}
/* ========== link / btn ========== */
.drawer-hamburger {
 display: none;
}
/* ========== header ========== */
#about {
 padding: 5% 5%;
 background: url("../images/bg_about.png") no-repeat center center;
 background-size: cover;
}
#about .inner {
 max-width: 88rem;
}
#info {
 background: url("../images/bg_info.png") no-repeat center center;
 background-size: cover;
 z-index: 4;
 padding: 5% 0;
}
#info:before {
 content: "";
 display: block;
 background: url("../images/line_top.png") no-repeat;
 background-size: cover;
 width: 100%;
 padding-top: 6.25%;
 position: absolute;
 top: -2rem;
 z-index: 2;
 left: 0;
}
#info:after {
 content: "";
 display: block;
 background: url("../images/line_bottom.png") no-repeat;
 background-size: cover;
 width: 100%;
 padding-top: 6.25%;
 position: absolute;
 bottom: -2rem;
 z-index: 2;
 left: 0;
}
#info .inner {
 background: rgba(255, 255, 255, 0.92);
 box-shadow: 0 4px 21px rgba(147, 28, 156, 0.22);
 padding: 5rem;
 z-index: 5;
 text-align: center;
}
#info .inner dl.info {
 margin-bottom: 4%;
}
#info .inner dl.info dt {
 width: 34%;
 margin: 0 auto 1.5%;
}
#info .inner dl.info dd {
 width: 66%;
 margin: 0 auto;
}
#info .inner .haishin ul {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
}
#info .inner .haishin ul > li {
 margin: 0 0.5rem 0.5rem 0;
}
#info .inner .haishin ul > li {
 display: block;
 height: 6vw;
 position: relative;
}
#info .inner .haishin ul > li a {
 display: block;
 height: 100%;
}
#info .inner .haishin ul > li img {
 height: 100%;
 width: auto;
 display: inline-block;
}
#info .inner .haishin ul > li a:hover {
 opacity: 0.7;
}
#info .inner ul.caution {
 display: inline-block;
 text-align: center;
 margin-top: 2.5%;
}
#info .inner ul.caution li {
 text-align: left;
 color: #533799;
 font-weight: bold;
 font-size: 1.3rem;
 line-height: 1.4;
 margin-bottom: 0.35em;
}
#artist {
 /*padding-bottom: 5rem;*/
 overflow: visible;
 z-index: 6;
 background: #f3f3f3;
}
#artist .mc {
 position: relative;
 background: #f11582;
 padding: 9vw 0;
}
#artist .mc:before {
 content: "";
 display: block;
 background: url("../images/hamaieryuichi.png") no-repeat;
 background-size: cover;
 width: 36%;
 padding-top: calc(82.78% * 0.36);
 position: absolute;
 bottom: 0;
 left: -3.5%;
}
#artist .mc:after {
 content: "";
 display: block;
 background: url("../images/yamauchikenji.png") no-repeat;
 background-size: cover;
 width: 36%;
 padding-top: calc(80.82% * 0.36);
 position: absolute;
 bottom: 0;
 right: -3.5%;
}
#artist .kamaitachi img {
 width: 13vw;
 margin: 0 auto;
}
#artist .comingsoon {
 background: #f3f3f3;
 padding: 10rem 0;
}
#artist .comingsoon img {
 width: 18.5vw;
 margin: 0 auto;
}
#artist ul {
 display: flex;
 flex-wrap: wrap;
 background: #f3f3f3;
}
/* fadeUp */
.fadeUp {
 animation-name: fadeUpAnime;
 animation-duration: 0.8s;
 animation-fill-mode: forwards;
 opacity: 0;
}
.fadeUpTrigger {
 opacity: 0;
}
@keyframes fadeUpAnime {
 from {
  opacity: 0;
  transform: translateY(50px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
#artist ul li {
 flex: 1 0 33.333%;
 max-width: 33.333%;
 position: relative;
 overflow: hidden;
}
@media (min-width: 1280px) {
 #artist ul li {
  flex: 1 0 25%;
  max-width: 25%;
 }
}
#artist ul li:before {
 content: "";
 display: block;
 padding-top: 66.666%;
}
#artist ul li img {
 transform: scale(1.02);
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
}
#artist ul li.new:after {
 content: "";
 display: block;
 background: url("../images/new.svg") no-repeat;
 background-size: cover;
 width: 7vw;
 height: 7vw;
 position: absolute;
 top: 0;
 left: 0;
}
#artist .tRight {
 text-align: right;
 font-size: 1.3rem;
 line-height: 1;
 padding-top: 1rem;
 color: #8c8c8c;
}
#artist .caution {
 color: #533799;
 font-weight: bold;
 font-size: 1.3rem;
 line-height: 1.4;
 text-align: center;
 padding-bottom: 2.5rem;
}
.ticketArea {
 background: #f1ff0d;
 padding: 6rem 0;
}
.ticketArea .ttl {
 height: 4.5rem;
 margin: 0 auto;
 display: block;
 text-align: center;
}
.ticketArea .subTtl {
 height: 3.5rem;
 margin: 3rem auto 2rem;
 display: block;
 text-align: center;
}
.ticketArea .subTtl:first-of-type {
 margin: 4rem auto 2rem;
}
.ticketArea > ul.btnList {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 justify-content: center;
}
.ticketArea > ul.btnList:last-of-type {
 margin-top: 3rem;
}
.ticketArea > ul.btnList > li {
 margin: 0 0.5rem;
}
.ticketArea > ul.btnList > li {
 height: 6.5vw;
}
.ticketArea > ul.btnList > li a {
 display: block;
 height: 100%;
}
.ticketArea > ul.btnList > li a:hover {
 opacity: 0.7;
}
.ticketArea .ttl img, .ticketArea .subTtl img, .ticketArea > ul.btnList > li img {
 height: 100%;
 width: auto;
 display: inline-block;
}
.ticketArea .schedule {
 display: block;
 text-align: center;
 margin-top: 1.0rem;
}
.ticketArea .schedule ul {
 display: inline-block;
 text-align: left;
}
.ticketArea .schedule ul li {
 margin-top: 0.35em;
}
.ticketArea .schedule ul li dl {
 display: flex;
 color: #533799;
 font-weight: bold;
 line-height: 1.4;
 font-size: 2rem;
}
.ticketArea .schedule ul li dl dt, .ticketArea .schedule ul li dl dd {
 font-weight: inherit;
}
.ticketArea .schedule ul li dl dt:after {
 content: '：';
}
.ticketArea .schedule ul li dl dt em, .ticketArea .schedule ul li dl dd em {
 font-weight: inherit;
}
.ticketArea .schedule ul li span {
 display: block;
 text-align: center;
 color: #533799;
 font-weight: bold;
 line-height: 1.4;
 font-size: 2rem;
}
.ticketArea .schedule ul li .caution {
 display: block;
 text-align: center;
 color: #533799;
 font-weight: bold;
 line-height: 1.4;
 font-size: 1.2rem;
 padding-top: 1.5rem;
}
.bnrArea {
 background: #ececec;
 padding: 3.5rem 0;
}
.bnrArea ul li a:hover {
 transform: scale(1.05);
}
.cooperation {
 position: relative;
 text-align: center;
 padding: 5rem 0 1rem;
}
.cooperation dl dt {
 font-size: 1.4rem;
 color: #696974;
 line-height: 1.2;
 margin-bottom: 2rem;
}
.cooperation dl dd {
 width: 15vw;
 margin: 0 auto 3rem;
}
.cooperation .flex {
 display: flex;
 justify-content: center;
}
.cooperation .flex dl {
 margin: 0 4rem;
}
footer {
 position: relative;
 background: #341866;
 border-top: solid 8px #f01581;
 display: block;
 text-align: center;
 padding: 3.5rem 1rem 2rem;
}
footer .sns {
 display: flex;
 justify-content: center;
 align-items: center;
 padding-bottom: 2.5rem;
}
footer .sns li {
 margin: 0 0.9rem;
}
footer .sns li a {
 height: 2.4rem;
 width: auto;
 display: block;
 opacity: 0.8;
}
footer .sns li a:hover {
 opacity: 1;
}
footer .sns li img {
 height: 100%;
 width: auto;
 display: block;
}
footer .cr img {
 height: 1.5rem;
 width: auto;
 display: inline-block;
}
.fixed.sns {
 display: flex;
 justify-content: center;
 align-items: center;
 padding-top: 2.0rem;
 position: fixed;
 bottom: 2rem;
 right: 1.5rem;
 z-index: 1000;
}
.fixed.sns li {
 margin: 0 0 0 0.8rem;
}
.fixed.sns li a {
 height: 4.5rem;
 width: 4.5rem;
 padding: 1rem;
 display: block;
 opacity: 0.8;
 background: #f01581;
 box-sizing: border-box;
 border-radius: 50%;
}
.fixed.sns li a:hover {
 opacity: 1;
}
.fixed.sns li img {
 height: 100%;
 width: auto;
 display: block;
}
@media screen and (max-width: 768px) {
 body {
  font-size: 1.4rem;
 }
 #about {
  padding: 2rem 1.5rem;
 }
 #info {
  padding: 1rem;
 }
 #info:before {
  top: 0;
 }
 #info:after {
  bottom: 0;
 }
 #info .inner {
  padding: 2.5rem 1.5rem;
 }
 #info .inner dl.info {
  margin-bottom: 2.5rem;
 }
 #info .inner dl.info dt {
  width: 50%;
  margin: 0 auto 1rem;
 }
 #info .inner dl.info dd {
  width: 100%;
 }
 #info .inner .haishin ul > li {
  margin: 0 0.5rem 0.5rem 0;
 }
 #info .inner .haishin ul > li {
  height: 5rem;
 }
 #info .inner ul.caution {
  margin-top: 1.5rem;
 }
 #info .inner ul.caution li {
  font-size: 1rem;
 }
 #artist {
  /*padding-bottom: 2.5rem;*/
 }
 #artist .mc {
  padding: 4rem 0;
 }
 #artist .mc:before {
  width: 46%;
  padding-top: calc(82.78% * 0.46);
  left: -5%;
 }
 #artist .mc:after {
  width: 46%;
  padding-top: calc(80.82% * 0.46);
  right: -5%;
 }
 #artist .comingsoon {
  padding: 3.5rem 0;
 }
 #artist .kamaitachi img {
  width: 23vw;
 }
 #artist .comingsoon img {
  width: 32.9vw;
 }
 #artist ul li {
  flex: 1 0 50%;
  max-width: 50%;
 }
 #artist ul li.new:after {
  width: 12vw;
  height: 12vw;
 }
 #artist .tRight {
  font-size: 1.0rem;
  padding: 0.75rem 0;
 }
 #artist .caution {
  font-size: 1.0rem;
  padding-bottom: 2rem;
 }
 .ticketArea {
  padding: 3.5rem 0 1.5rem;
  text-align: center;
 }
 .ticketArea .ttl {
  height: 2.75rem;
 }
 .ticketArea .subTtl {
  height: 2rem;
  margin: 2.5rem auto 1.5rem;
 }
 .ticketArea .subTtl:first-of-type {
  margin: 3rem auto 1.5rem;
 }
 .ticketArea > ul.btnList > li {
  display: inline-block;
  margin: 0 0.25rem;
 }
 .ticketArea > ul.btnList > li {
  height: 5.5rem;
 }
 .ticketArea .schedule ul li dl {
  font-size: 1.3rem;
 }
 .ticketArea .schedule ul li span {
  font-size: 1.3rem;
 }
 .ticketArea .schedule ul li .caution {
  font-size: 1rem;
 }
 .bnrArea {
  padding: 1rem 1rem;
 }
 .cooperation {
  padding: 2.5rem 0 1rem;
 }
 .cooperation dl dt {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
 }
 .cooperation dl dd {
  width: 25vw;
  margin: 0 auto 2rem;
 }
 .cooperation .flex dl {
  margin: 0 2rem;
 }
 footer {
  border-top: solid 5px #f01581;
  padding: 2.5rem 0.5rem 1.5rem;
 }
 footer .sns {
  padding-bottom: 1.5rem;
 }
 footer .sns li a {
  height: 2.4rem;
 }
 footer .cr img {
  height: 1.2rem;
 }
 .fixed.sns {
  right: 0.5rem;
 }
 .fixed.sns li {
  margin: 0 0 0 0.8rem;
 }
 .fixed.sns li a {
  height: 4.0rem;
  width: 4.0rem;
 }
}