@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer {
    color: #FFF;
    position: relative;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 12px;
}
html {
  scroll-padding-top:100px;
  scroll-behavior: smooth;
}
/* ----------------------------------------------------------------------------------------
今回追加したcss
-------------------------------------------------------------------------------------------- */
.jan21 {
  text-align: center;
  padding: 60px 0 0;
}
.title21 {
  font-size: 35px;
  padding-bottom: 50px;
  font-weight: 700;
}
.date21 {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 20px;
  padding: 20px;
  font-weight: 700;
  box-shadow: inset 0 0 9px 1px #ffe400, 0 0 8px 1px #ffe400;
}
.bg_gold {
  background-color: #897137;
  margin-right: 20px;
}
.coming_soon {
  font-size: 60px;
  padding: 120px 0 150px;
  opacity: 0.6;
}
/*h1{
  max-width: 1000px;
  margin: auto;
  padding-top: 80px;
}*/
.mt20 {
	margin-top: 20px;
}
.text .info {
	display: inline-flex;
}
/*-----------------------------------
top
------------------------------------*/
main {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(170deg,rgba(21, 23, 22, 1) 20%, rgba(79, 80, 82, 1) 50%, rgba(44, 45, 49, 1) 90%,rgba(89, 90, 94, 1) 100%);
	background-attachment:fixed; 
  padding-bottom: 60px;
}
.en_font {
  font-family: "Prosto One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_flex {
  display: flex;
  width: 90%;
	max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  padding-top: 40px;
	align-items: center;
}
.top_left {
  width: 90%;
  max-width: 800px;
  margin: 50px auto 0;
}
h1{
  width: 100%;
}
.top_right {
  width: 42%;
  text-align: center;
  box-shadow: inset 0 0 5px 1px #BFAE80, 0 0 6px 3px #BFAE80;
  border: 1px solid #fff;
  padding: 2em 2em 0;
  margin: auto;
}
.limited {
  background: linear-gradient(90deg,rgba(190, 157, 116, 1) 0%, rgba(229, 219, 207, 1) 50%,rgba(221, 214, 196, 1) 70%, rgba(191, 174, 128, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 18px;
  padding-bottom: 10px;
}
.fast {
  background: linear-gradient(90deg,rgba(190, 157, 116, 1) 0%, rgba(229, 219, 207, 1) 50%,rgba(221, 214, 196, 1) 70%, rgba(191, 174, 128, 1) 100%);
  padding: 5px;
  color: #000;
  font-weight: 700;
}
.date01 {
  font-weight: 600;
	font-size: 0.9em;
  padding: 10px 0;
}
.btn a {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  background: linear-gradient(131deg, rgba(253,180,49,1) 0%, rgba(255,19,141,1) 100%);
  min-height: 60px;
  font-weight: 600;
  align-content: center;
}
.btn.blue a{
  background: linear-gradient(90deg,rgba(2, 117, 163, 1) 0%, rgba(144, 95, 179, 1) 100%);
}
.btn.yet a {
  pointer-events: none;
  background: #666;
}
.btn a:hover {
  /*border: 1px solid #fff;*/
  opacity: 0.7;    
  transition: all .3s ease-in;
}
/*-----------------------------------
section
------------------------------------*/

.h2box {
  box-shadow: inset 0 0 5px 1px #BFAE80, 0 0 6px 3px #BFAE80;
  border: 1px solid #fff;
  max-width: 1000px;
	width: 90%;
  margin: 50px auto;
  padding: 20px 20px 40px;
  position: relative;
}
#step.h2box {
  padding: 0;
}
.end_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  align-content: center;
  z-index: 999;
  font-size: 36px;
  line-height: 1.5;
}
main h2 {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  position: relative;
  padding: 50px 0 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
main h2::before {
    content: attr(data-en);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.3);
    font-size: 65px;
    font-family: "Prosto One", sans-serif;
		font-weight: 400;
		font-style: italic;
}
.tiara {
  max-width: 80px;
  margin: auto;
}
.h3box {
  text-align: center;
  padding: 20px 0 ;
}
.h3box h3 {
  background: linear-gradient(90deg,rgba(190, 157, 116, 1) 0%, rgba(229, 219, 207, 1) 50%,rgba(221, 214, 196, 1) 70%, rgba(191, 174, 128, 1) 100%);
  padding: 5px;
  color: #000;
  font-weight: 700;
  width: 330px;
  margin:0 auto 20px;
}
.text {
  font-size: 19px;
  padding-bottom: 10px;
}
.text.news {
  font-size: 0.9em;
  line-height: 1.6;
}
/*-----------------------------------
ARTIST
------------------------------------*/
.artist_flex {
  display: flex;
  justify-content: center;
}
.left_img {
  width: 49%;
  margin-right: 2%;
}
.left_img:last-of-type {
	margin-right: 0;
}
.right_text {
  width: 100%;
  line-height: 1.6;
	padding-top: 2em;
	font-size: 0.9em;
}
.right_text span {
  text-decoration: double underline #aa8939;
  text-decoration-skip-ink: none;
}

/*-----------------------------------
TICKET
------------------------------------*/
.cost {
  text-align: center;
  padding-top: 20px;
}
/*-----------------------------------
STEP
------------------------------------*/
.step_flex {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.step {
  width: 290px;
  box-shadow: inset 0 0 5px 1px #BFAE80, 0 0 6px 3px #BFAE80;
  border: 1px solid #fff;
  text-align: center;
  padding: 20px;
  position: relative;
}
.step::after{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: #aa8939 #aa8939 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -25px;
}
.step:last-of-type::after {
  display: none;
}
.number {
  font-size: 30px;
  padding-bottom: 20px;
}
.step_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.btn.instep {
  margin-top: 15px;
}
.step figure img {
  width: 40%;
	margin: auto;
  padding-top: 15px;
}
.step figure img.big {
  width: 70%;
}
#attention {
  padding-top: 80px;
  text-align: center;
}
#attention .img01 {
  max-width: 300px;
  margin: auto;
  padding: 30px 0;
}
#attention .img02 {
  max-width: 500px;
  margin: auto;
}
.notice {
  margin: 50px 0;
  border: 3px double #BFAE80;
  padding: 15px ;
  font-weight: 400;
}
.notice_title {
  font-size: 20px;
  margin-bottom: 10px;
  background-color:#BE9D74;
  padding: 6px;
}
.notice span {
  text-decoration: #d30023 wavy underline;
  text-decoration-skip-ink: none;
}
.step figure.step_img img {
  max-width: 300px;
  width: 100%;
  padding-top: 15px;
}
.confirm {
  font-size: 18px;
  font-weight: 700;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  padding: 1.5em;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
  width: 100%;
  margin:40px auto 0;
  font-size: 12px;
  font-weight: 300;
  /*border: 2px solid #ff225d;*/
  scrollbar-color: #fff #BFAE80;
  scrollbar-width: thin;
}
.tokuten_scroll .inn {
  padding-right: 2em;
  height: 200px;
  overflow-y: scroll;
  text-align: left;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}

/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px){
	.wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: linear-gradient(160deg,rgba(21, 23, 22, 1) 20%, rgba(79, 80, 82, 1) 50%, rgba(44, 45, 49, 1) 80%,rgba(89, 90, 94, 1) 100%);
}
main {
	background: none;
	padding: 0 15px;
}
/*h1{
  padding-top: 50px;
}*/
.jan21 {
  padding: 30px 15px 0;
  line-height: 180%;
}
.title21 {
  font-size: 25px;
  padding-bottom: 30px;
}
.date21 {
  display: block;
  border-radius: 10px;
  font-size: 15px;
  padding: 15px;
}
.bg_gold {
  margin-right: 0;
  font-size: 20px;
}
.coming_soon {
  font-size: 40px;
  padding: 50px 0 60px;
  opacity: 0.6;
}
/*-----------------------------------
top
------------------------------------*/
.top_flex {
  width: 100%;
  flex-direction: column;
	padding-top: 50px;
}
.top_left {
  width: 100%;
	margin-bottom: 20px;
}
h1{
  width: 100%;
}
.top_right {
  width: 100%;
  box-shadow: inset 0 0 5px 1px #BFAE80, 0 0 6px 3px #BFAE80;
  padding: 0 1.5em;
}
.limited {
  padding-bottom: 15px;
}
.date01 {
  padding: 15px 0;
  font-size: 16px;
}
/*-----------------------------------
section
------------------------------------*/
.h2box {
  width: 100%;
  margin: 30px auto;
  padding: 15px 15px 30px;
}
.end_overlay {
  font-size: 30px;
}
main h2 {
  font-size: 25px;
  padding: 25px 0 15px;
  margin-bottom: 10px;
}
main h2::before {
    top: 10px;
    left: 50%;
    font-size: 35px;
}
.tiara {
  max-width: 60px;
  margin: auto;
}
.h3box {
  padding: 15px 0;
}
.h3box h3 {
  padding: 5px;
  width: 240px;
  margin:0 auto 15px;
}
.text {
  font-size: 16px;
  padding-bottom: 10px;
	font-weight: 400;
}
.text.news {
  
}
/*-----------------------------------
JISOO
------------------------------------*/
.artist_flex {
  flex-direction: column;
}
.left_img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.right_text {
  width: 100%;
  line-height: 180%;
}

/*-----------------------------------
TICKET
------------------------------------*/
.cost {
  padding-top: 20px;
}
/*-----------------------------------
STEP
------------------------------------*/
.step_flex {
  padding-top: 20px;
  flex-direction: column;
}
.step {
  width: 100%;
  padding: 20px 15px 15px;
  margin-bottom: 35px;
}
.step:last-of-type {
  margin-bottom: 0;
}
.step::after{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: #aa8939 #aa8939 transparent transparent;
    transform: rotate(135deg) translateX(50%);
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 50%;
}
.number {
  font-size: 25px;
  padding-bottom: 15px;
}
.step_text {
  font-size: 16px;
  line-height: 150%;
}
.btn.instep {
  margin-top: 15px;
}
.step figure img {
	width: 30%;
	padding-top: 5px;
}
.step figure img.big {
	width: 60%;
}
#attention {
  padding-top: 20px;
}
#attention .img01 {
  padding: 30px 0;
  width: 80%;
}
#attention .img02 {
  width: 100%;
}
.notice {
  margin: 20px 0;
}
.notice_title {
  font-size: 18px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  padding: 1em;
  margin:20px auto 0;
  font-size: 12px;
}
.tokuten_scroll .inn {
  padding-right: 1.5em;
  height: 200px;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
    
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
/*PCフッター813*/
.footer_fix {
  margin: 1% auto;
}
.lp_cta_fixed .lp_fv_cta_btn {
  width: min(44vw, 450px);
}
.wrapper {
  background: url("../images/bg_bottom_l.webp") no-repeat bottom left/35%,url("../images/bg_bottom_r.webp") no-repeat bottom right/35%;
  background-attachment: fixed;
  background-color: #000;
}
header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;
 /*padding: 2em 3.2em;  変更前 padding: 1em 3.2em; */
 text-align: center;
 background-color: #151515; /*今回追加*/
}
.home {
  position: fixed;
  top: 20px;
  left: 15px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}
.totop {
	display: none!important;
	opacity: 0;
	overflow: hidden;
}