@charset "utf-8";

/* -------------------------------------------------
	opening
------------------------------------------------- */
#op {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
#op .opInr {
	width: 45vh;
	max-width: 340px;
	line-height: 0;
	margin-bottom: 8vh;
}
#op .opInr div { opacity: 0;}
#op .opInr .ttlMain {
	margin: 1.8vh 0;
	-webkit-animation: logo30 1.5s ease-out 1s forwards;
	animation: logo30 1.5s ease-out 1s forwards;
}

@-webkit-keyframes logo30 {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes logo30 {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

#op .opInr .ttlTop {
	-webkit-animation: logoTop 1s ease-out 2.5s forwards;
	animation: logoTop 1s ease-out 2.5s forwards;
}
#op .opInr .ttlBtm {
	-webkit-animation: logoBtm 1s ease-out 2.5s forwards;
	animation: logoBtm 1s ease-out 2.5s forwards;
}
@-webkit-keyframes logoTop {
	0% { opacity: 0; -webkit-transform: translateY(-15px);}
	100% { opacity: 1; -webkit-transform: translateY(0);}
}
@keyframes logoTop {
	0% { opacity: 0; transform: translateY(-15px);}
	100% { opacity: 1; transform: translateY(0);}
}
@-webkit-keyframes logoBtm {
	0% { opacity: 0; -webkit-transform: translateY(15px);}
	100% { opacity: 1; -webkit-transform: translateY(0);}
}
@keyframes logoBtm {
	0% { opacity: 0; transform: translateY(15px);}
	100% { opacity: 1; transform: translateY(0);}
}


@media screen and (max-width:767px) {
	#op {
		padding-bottom: 10vw;
		box-sizing: border-box;
	}
	#op .opInr {
		width: 50vw;
	}
}


section.contents {
    padding: 0 0 150px 0;
    position: relative;
}
h3 {
	text-align: center;
    font-size: 60px;
    font-family: "Anton", sans-serif;
    margin: 0 auto 30px;
    color: #c9b87a;
}
.anc{
	display:block;
	position: absolute;
	top: -20px;
}

.ancPoint{
	position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.ac .title {
    padding-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
}

.ac {
    margin-bottom: 10px;
    padding: 40px;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac.on {
}

.ac>dt {
    position: relative;
   cursor: pointer;
    font-size: 16px;
    padding: 0px 45px 0px 0px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.ac>dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on>dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

.ac>dd {
    display: none;
    padding: 50px 0 0;
}
.attentionList{

}
.attentionList li{
    font-size: 13px;
    margin: 0 0 10px 1em;
    text-indent: -1em;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}
.mini{
    font-size: 80%;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
.element{
    position: relative;
    z-index: 1;
}
.box{
	border: 2px solid #cdba75;
    padding: 5vw;
    position: relative;
    background: #000;
    margin: 0 auto;
    box-shadow: 5px 5px #cdba75;
    -webkit-box-shadow: 5px 5px #cdba75;
}
.box .inner{

}
.box .inner::before {
    bottom: -20px;
    left: -20px;
    clip: rect(auto, auto, 12px, 18px);
}
 
.box .inner::after {
    bottom: -20px;
    right: -20px;
    clip: rect(auto, 12px, 12px, auto);
}

.txtLink{
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 0 auto 100px;
}
.txtLink a{
    display: inline-block;
    text-align: center;
    padding: 0 0 5px 0;
    border-bottom: 1px solid;
}
.accordion_arc .btn.end a {
    pointer-events: all;
}
.footer_bnr a {
    display: block;
    width: 38%;
    margin: 0 auto 60px;
}

@media(min-width:768px){

.txtLink a:hover{
    opacity: 0.8;
}

}

 
@media screen and (max-width:767px) {
    h3 {
        font-size: 43px;
        margin: 0 auto 20px;
        line-height: 1;
    }
	.ac>dd {
	    display: none;
	    padding: 20px 0 0;
	}
	.attentionList li {
	    font-size: 11px;
	}
	.box {
	    padding: 30px 20px;
	    margin: 0 auto;
	}

	.txtLink {
	    font-size: 16px;
	    margin: 0 auto 50px;
	}
	.footer_bnr a {
	    width: 74%;
	    margin-bottom: 14vw;
}


}

/* -------------------------------------------------
	first-view
------------------------------------------------- */

#first-view {
	position: relative;
    padding: 5vw 0 8vw;
}
#first-view h2{
    width: 30vw;
    max-width: 550px;
    margin: 0 auto 50px;
}
#first-view h2 p{
    line-height: 0;
    opacity: 0;
}
.loaded #first-view h2 p{
  -webkit-animation: upIn 1s ease 0.2s 1 forwards;
  animation: upIn 1s ease 0.2s 1 forwards;
}
#first-view .lead{
    text-align: center;
    font-size: 25px;
    line-height: 1.5;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 30px 0;
    width: 700px;
    margin: auto;
    font-weight: bold;
    opacity: 0;
    color: #cdba75;
}
.loaded #first-view .lead{
  -webkit-animation: upIn 1s ease 0.4s 1 forwards;
  animation: upIn 1s ease 0.4s 1 forwards;
}
@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes leftIn {
	0% {
		opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes rightIn {
	0% {
		opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}



#first-view nav ul {
	display: flex;
	position: absolute;
	left: 50%;
    bottom: calc(8vh + 200px);
	transform: translateX(-50%);
    z-index: 30;
}
#first-view nav ul li {
	font-size: 18px;
    letter-spacing: 0.1em;
	color: #aaa;
}
.tc #first-view nav ul li {
}
#first-view nav ul li + li {
	margin-left: 3vw;
}
#first-view nav ul li a {
	color: #fff;
    white-space: nowrap;
}
#first-view nav ul li a.new {
	position: relative;
}
#first-view nav ul li a.new:after {
	content: "NEW";
    position: absolute;
    bottom: 105%;
    right: 0;
    background: #a01930;
    padding: 2px 10px 3px;
    font-size: 12px;
}

#menu-panel nav ul li a.new{
	position: relative;
}
#menu-panel nav ul li a.new:after{
	content: "NEW";
    position: absolute;
    bottom: 4px;
    left: 105%;
    font-size: 15px;
    color: #a01930;
}
.tc #first-view nav ul li a {
}
#first-view .next-live {
	width: 250px;
	height: 212px;
	position: absolute;
	bottom: 10vh;
	transform: translateY(-50%);
}
#first-view .next-live::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: url(../images/bg_01.png) no-repeat 0 0 / contain;
	opacity: 0.4;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}
#first-view .next-live .inner {
	width: 100%;
	height: 100%;
	background: url(../images/bg_01.png) no-repeat 0 0 / contain;
	position: relative;
	z-index: 2;
	text-align: center;
}
#first-view .next-live .inner * {
	color: #fff;
}
.tc #first-view .next-live .inner * {
}
#first-view .next-live .title {
	width: 204px;
	margin: 0 auto;
	padding: 30px 0 15px;
	font-size: 12px;
	border-bottom: solid 1px #fff;
}
#first-view .next-live .date {
	margin: 20px 0 17px;
	font-size: 32px;
}
.tc #first-view .next-live .date {
}
#first-view .next-live .date .youbi {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	transform: translate(7px, -5px) rotate(90deg);
}
#first-view .next-live .place {
	font-size: 16px;
}
#first-view .next-live .time {
	margin-top: 15px;
	font-size: 16px;
}
#first-view .next-live .time .small {
	font-size: 10px;
	vertical-align: middle;
	display: inline-block;
}
#first-view .scrolldown{
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 50px;
}

#first-view .scrolldown span{
    position: absolute;
    left: -4px;
    top: -55px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "Silkscreen", sans-serif;
}

#first-view .scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media screen and (min-width:768px) {
	.sp {
	    display: none !important;
	}
}
@media screen and (max-width:767px) {
	section.contents {
        padding: 0 0 50px 0;
	}
    #first-view {
        min-height: auto;
        padding: 100px 0 50px;
    }
	#first-view nav { display: none;}
	#first-view nav ul {
		bottom: 20%;
	}
	#first-view nav ul li {
		font-size: calc(48 / 1125 * 100vw);
	}
	#first-view nav ul li + li {
		margin-left: calc(70 / 1125 * 100vw)
	}
	#first-view .scroll {
    	bottom: 25vw;
	}
	
	#first-view .centerTitle {
    width: 65vw;
    max-width: 45vh;
    top: -2vh;
	}
	#first-view .centerTitle::before {
    background-image: url(/static/theyellowmonkey/fanclub_v2/feature/bigegg2024/images/ph_main_border_sp.png);
    width: 119%;
    background-position: center;    
	}
	#first-view .centerTitle div {
	}
	#first-view .centerTitle p {
		font-size: 4.2vw;
	}
	
	#first-view .info {
		bottom: 16vw;
		padding: 5vw;
		flex-direction: column;
    	width: 65vw;
    	min-width: inherit;
	}
	#first-view .info h3 {
		font-size: 3.4vw;
		padding-right: 0;
		padding-bottom: 3vw;
	}
	#first-view .info dl {
		border-left: none;
		border-top: #fff solid 1px;
		padding: 4vw 0 0;
	}
	#first-view .info dl dt {
		font-size: 2.8vw;
		margin-bottom: 3vw;
	}
	#first-view .info dl dd {
		font-size: 3vw;
		line-height: 1.7;
	}
	
	#first-view .info .viewmore {
		padding-left: 0;
		padding-top: 2vh;
		display: inline-block;
		font-size: 2.8vw;
		text-align: right;
	}
}

@media screen and (max-width:767px) {
    #first-view h2 {
        width: 75%;
        max-width: 400px;
        margin: 0 auto 30px;
    }
	#first-view .lead {
	    font-size: 14px;
	    padding: 20px 0;
	    width: 85%;
	}
	#first-view .scrolldown {
	    right: 18px;
	}
	#first-view .scrolldown span {
	    left: -7px;
	    top: -55px;
	    font-size: 11px;
	}
}

/* -------------------------------------------------
	news
------------------------------------------------- */
#news .newsList{
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    max-width: 800px;
    margin: auto;
}
#news .newsList li{
    margin: 0 0 50px 0;
}
#news .newsList li:last-child{
    margin: 0;
}
#news .newsList li .date{
    font-size: 15px;
    margin: 0 0 20px 0;
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
    text-align: center;
}
#news .newsList li .date span{
    color: #000;
    background: #fff;
    font-size: 11px;
    padding: 2px 15px;
    line-height: 1;
    position: relative;
    top: 4px;
    border-radius: 999px;
}
#news .newsList li .txt {
    font-size: 14px;
    margin: 0 0 15px 0;
    font-weight: 300;
}
#news .newsList li .txt:last-of-type{
    margin: 0;
}

@media(max-width:768px){

#news .newsList {
    padding: 20px;
}
#news .newsList li .date {
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
#news .newsList li .date span {
    font-size: 10px;
    padding: 2px 10px;
    top: 3px;
}
#news .newsList li .txt {
    font-size: 12px;
}

#news .newsList li {
    margin: 0 0 30px 0;
}

}


/* -------------------------------------------------
	schedule
------------------------------------------------- */
#schedule{
    opacity: 0;
}
.loaded #schedule{
  -webkit-animation: upIn 1s ease 0.8s 1 forwards;
  animation: upIn 1s ease 0.8s 1 forwards;
}
#schedule .scheduleDetail {
text-align: center;
    font-size: 15px;
    margin: 0 auto 30px;
}
#schedule .scheduleDetail .tit{
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #cdba75;
}
#schedule .scheduleDetail .txt{
    text-align: center;
    font-size: 15px;
}
#schedule .scheduleDetail .link{
    text-decoration: underline;
}

#schedule .scheduleDetail .date{
    font-size: 21px;
    margin: 0 auto 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#schedule .scheduleDetail .open{
    text-align: center;
    font-size: 14px;
}


@media screen and (max-width:767px) {

	#schedule .scheduleDetail .tit {
	    font-size: 17px;
	    font-weight: bold;
	    margin: 0 auto 10px;
	}
    #schedule .scheduleDetail .date {
        font-size: 13px;
        margin: 0 auto 5px;
    }
	#schedule .scheduleDetail .open{
	    text-align: center;
	    font-size: 12px;
	}

	#schedule .scheduleDetail .txt {
	    text-align: left;
	    font-size: 13px;
	}

}


/* -------------------------------------------------
	ticket
------------------------------------------------- */

section#ticket {

}

#ticket {
	position: relative;
}
#ticket .ticketType{

}
#ticket .ticketType {
    margin: 0 auto 80px;
}
#ticket .ticketType .inner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}
#ticket .ticketType .inner:last-of-type{
    border-bottom:none;
    padding: 0;
    margin: 0;
}
#ticket .ticketType .inner .left{
    width: 45%;
    box-sizing: border-box;
    font-size: 17px;
    margin: 0;
    line-height: 2;
}
#ticket .ticketType .inner .left b{
    color: #cdba75;
    font-size: 28px;
}
#ticket .ticketType .inner .right{
    width: 51%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 21px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#ticket .ticketType .inner .right .small{
    font-size: 60%;
    font-weight: normal;
    position: relative;
    top: 4px;
}
#ticket .ticketType .attentionBox{
    padding: 20px;
    border: 1px solid;
    margin: 20px 0 0 0;
}
#ticket .ticketType .attentionBox .tit{
    font-size: 15px;
    margin: 20px 0 5px;
    font-weight: bold;
}


#ticket .accordion {
	color: #000;
	margin-bottom: 20px;
}
#ticket .accordion.off{
    pointer-events: none;
}
#ticket .accordion > dt {
	padding: 40px;
	cursor: pointer;
	border: solid 1px #000;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#ticket .accordion > dt.cur_none {
    cursor: auto;
}

#ticket .accordion.entry_list > dt {
    background: #cdba75;
    color: #000;
border: #cdba75 1px solid;
}

#ticket .accordion.entry_list > dt .ico::before, #ticket .accordion.entry_list > dt .ico::after {
    background: #000;
}

#ticket .accordion.entry_list .level2 {
    margin-bottom: 30px;
}


#ticket .accordion > dt * {
    font-size: 20px;
}
#ticket .accordion > dt .mini{
    position: relative;
    top: 4px;
    left: 5px;
    font-size: 80%;
}
.tc #ticket .accordion > dt * {
}

#ticket .accordion > dt .left > p {
    line-height: 1.3;
}

#ticket .accordion > dt .left {
	font-size: 24px;
font-weight: bold;
}
#ticket .status {
    background: #da1f32;
    padding: 0.2em 0.5em 0.4em;
    font-size: 0.72em;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    border-radius: 5px;
    margin-left: 0.3em;
    color: #fff;
}
#ticket .status.end {
    background: #aaa;
}

.tc #ticket .accordion > dt .left {
}
#ticket .accordion > dt .left .small {
	font-size: 16px;
	display: inline-block;
	vertical-align: baseline;
    line-height: 1.4;
    margin-top: 15px;
}
#ticket .accordion > dt .left .type{
    background: #ab6fa0;
    padding: 0.4em 0.8em;
    font-size: 0.6em;
    letter-spacing: .0;
    font-weight: bold;
    display: inline-block;
    border-radius: 999px;
    margin-right: 15px;
    color: #fff;
    line-height: 1.5;
    font-family: "Silkscreen", sans-serif;
}
#ticket .accordion > dt .left .type.block_02{
    background: #58718b;
}
#ticket .accordion > dt .left .type.block_03{
background: #6d619d;
}
#ticket .accordion > dt .left .type.block_all{
    background: #000;
}

#ticket .accordion > dt .right {
	margin-right: 30px;
	font-size: 24px;
}
.tc #ticket .accordion > dt .right {
}
#ticket .accordion > dt .right .small {
	font-size: 18px;
	display: inline-block;
	vertical-align: baseline;
}
.tc #ticket .accordion > dt .right .small {
}
#ticket .accordion > dt .ico {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
#ticket .accordion > dt .ico::before,
#ticket .accordion > dt .ico::after {
	width: 100%;
	height: 1px;
	background: #000;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: transform 0.2s ease-out;
}
#ticket .accordion > dt .ico::after {
	transform: translateY(-50%) rotate(90deg);
}
#ticket .accordion > dt.active .ico::after {
	transform: translateY(-50%) rotate(0deg);
}
#ticket .accordion > dd {
    padding: 0 30px 30px;
    border: solid 1px #cdba75;
    border-top: none;
    background: #000;
    font-size: 14px;
    line-height: 1.7;
    display: none;
    color: #fff;
}
#ticket .accordion > dd.open {
	display: block;
}

#ticket .accordion > dt {
	margin-top: 26px;
}
#ticket .accordion > dd a {

}
#ticket .accordion > dd .title {
	font-size: 20px;
}
.tc #ticket .accordion > dd .title {
}
#ticket .accordion .desc-group {
	padding: 30px 0;
}
#ticket .accordion .desc-group .inTicket{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#ticket .accordion .desc-group .inTicket dt{
    font-size: 24px;
}
#ticket .accordion .desc-group .inTicket dt span{
    display: block;
    font-size: 14px;
}
#ticket .accordion .desc-group .inTicket dd{
	font-size: 24px;
}
#ticket .accordion .desc-group .inTicket dd .small{
	font-size: 18px;
    display: inline-block;
    vertical-align: baseline;
}
#ticket .accordion .level2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px 0;
}
#ticket .accordion .level2 dt {
    width: 180px;
    padding: 30px;
    font-size: 14px;
    border-top: #cdba75 1px solid;
    box-sizing: border-box;
}
#ticket .accordion .level2.inLevel dt {
	border-top: none;
	border-bottom:#cdba75 1px solid;
}
#ticket .accordion .level2 dd {
	width: calc(100% - 180px);
	padding: 30px;
	box-sizing: border-box;
	border-left: #cdba75 1px solid;
	border-top: #cdba75 1px solid;
}
#ticket .accordion .level2.inLevel dd {
	border-top: none;
	border-bottom: #cdba75 1px solid;
}
#ticket .accordion .level2 .no-border {
	border-top: none;
}

#ticket #otherWrap,
#ticket #otherWrap2,
#ticket #otherWrap3 {
	padding: 40px;
	background-color: #fff;
}
#ticket #otherWrap + #otherWrap,
#ticket #otherWrap2 + #otherWrap,
#ticket #otherWrap3 + #otherWrap2 {
	margin-top: 60px;
}
#ticket #otherWrap h3,
#ticket #otherWrap2 h3,
#ticket #otherWrap3 h3 {
    font-size: 25px;
}
#ticket #otherWrap h3 span,
#ticket #otherWrap2 h3 span,
#ticket #otherWrap3 h3 span {
    display: block;
    font-size: 18px;
    margin-top: 25px;
}
#ticket #otherWrap2 h4.ticketBoxTtl,
#ticket #otherWrap3 h4.ticketBoxTtl {
    color: #252530;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 0;
    padding-bottom: 15px;
    border-bottom: #000 solid 1px;
}
#ticket .otheTicket {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0 40px;
}
#ticket .otheTicket .ticketBox {
	width: 30%;
	margin-right: 5%;
	text-align: center;
}
#ticket .otheTicket .ticketBox:nth-child(3n),
#ticket .otheTicket .ticketBox:last-child {
	margin-right: 0;
}
#ticket .otheTicket .ticketBox h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #252530;
}
#ticket .otheTicket .ticketBox h4 img {
	max-height: 35px;
	width: auto;
    vertical-align: middle;
}
#ticket .otheTicket .otherTicket01 h4 img {
	max-height: 30px;
	margin: 5px 0;
}
#ticket .otheTicket .otherTicket02 h4 img {
	max-height: 40px;
}
#ticket .otheTicket .ticketBox h4 span {
	margin-left: 15px;
    vertical-align: middle;
}
#ticket .otheTicket .ticketBox dl {
	border: #252530 solid 2px;
	margin-bottom: 20px;
}
#ticket .otheTicket .ticketBox dl dt {
	background-color: #252530;
	padding: 20px 10px;
	font-size: 18px;
}
#ticket .otheTicket .ticketBox dl dd {
	padding: 20px;
	line-height: 1.6;
	font-size: 20px;
	color: #252530;
}
#ticket .otheTicket .ticketBox dl dd .note {
    font-size: 13px;
    margin-top: 15px;
    text-align: left;
}

#ticket .otheTicket .ticketBox .ticketBtn a {
	display: block;
	background-color: #fff;
	text-align: center;
	color: #252530;
	padding: 20px;
	border-radius: 50px;
	border: #fff solid 2px;
}

#ticket .otheTicket2 {
    border-top: #252530 solid 1px;
}
#ticket .otheTicket2:last-child {
    border-top: none;
}
#ticket .otheTicket2 .ticketBox {
    display: flex;
	align-items: center;
	justify-content: space-between;
    color: #252530;
    padding: 25px 0;
    border-bottom: #252530 solid 1px;
	line-height: 1.6;
}

#ticket .otheTicketBox {
    border-top: #252530 solid 1px;
}
#ticket .otheTicketBox .otheTicket2{
    border-top: none;
}

#ticket .otheTicket2 .ticketBox h4 {
	width: 30%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#ticket .otheTicket2 .ticketBox h4 a {
	color: #000;
}
#ticket .otheTicket2 .ticketBox.otherTicket01 h4 img {
    width: 80%;
}
#ticket .otheTicket2 .ticketBox.otherTicket02 h4 img {
    width: 30%;
}
#ticket .otheTicket2 .ticketBox.otherTicket01 h4 a {
	color: #252530;
}
#ticket .otheTicket2 .ticketBox .period {
	width: 70%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
}
#ticket .ver2 .otheTicket2 .ticketBox .period span {
	display: inline;
}
#ticket .otheTicket2 .ticketBox .period a {
	color: #252530;
	text-decoration: underline;
}
#ticket .otheTicket2 .ticketBox .period span {
	display: block;
	font-size: 14px;
}

#ticket .otheTicket2 .ticketBox .ticketBtn {
	width: 12%;
	text-align: right;
}
#ticket .otheTicket2 .ticketBox .ticketBtn a {
	color: #252530;
	text-decoration: underline;
	font-size: 14px;
}

#ticket .ticketType .attentionBox{
    margin: 20px 0 50px;
}
#ticket .ticketType .goodsArea{
    padding: 60px 40px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
}
#ticket .ticketType .goodsArea:last-of-type{
    margin: 0 auto;
}
#ticket .ticketType .goodsArea .item{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px 0;
}
#ticket .ticketType .goodsArea .ph{
    max-width: 500px;
    margin: 0 auto 50px;
}
#ticket .ticketType .goodsArea .ph img{
    width: 100%;
}
#ticket .ticketType .goodsArea .attentionList {
    padding: 20px;
    border: 1px solid;
}
#ticket .ticketType .goodsArea .size{
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    font-size: 14px;
}
#ticket .ticketType .goodsArea .size dt{
    font-size: 14px;
    margin: 0 0 5px 0;
}
#ticket .ticketType .goodsArea .size dd{

}

#ticket .ticketType .goodsArea .slider{
    max-width: 500px;
    margin: 0 auto 30px;
}
#ticket .ticketType .goodsArea .slider .ph{
    max-width: 100%;
    margin: 0 auto 20px;
}
#ticket .ticketType .goodsArea .slider .item {
    font-size: 17px;
}

.dots-wrap {
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background:rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #fff;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}



#archive {
	margin-top: 120px;
	margin-bottom: 60px;
    border-bottom: #252530 solid 1px;
}
#archive dt {
	border-top: #252530 solid 1px;
}
#archive dt a {
	display: block;
	padding: 40px 0;
	font-size: 25px;
    color: #252530;
	position: relative;
}
#archive dt a .ico {
	width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
#archive dt a .ico::before,
#archive dt a .ico::after {
	width: 100%;
    height: 1px;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.2s ease-out;	
}
#archive dt a .ico::after {
    transform: translateY(-50%) rotate(90deg);
}
#archive dt a.open .ico::after {
    transform: translateY(-50%) rotate(0deg);
}
#archive dd {
	display: none;
}

.arc_tit {
    background: #897e56;
    text-align: center;
    padding: 35px;
    font-size: 20px;
    letter-spacing: 0.08em;
    width: 50%;
    margin: 60px auto 0;
    position: relative;
    cursor: pointer;
}

.arc_body {
    padding-top: 30px;
    display: none;
}

.arc_tit .ico {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.arc_tit .ico::before,
.arc_tit .ico::after {
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: transform 0.2s ease-out;
}
.arc_tit .ico::after {
	transform: translateY(-50%) rotate(90deg);
}
.arc_tit.active .ico::after {
	transform: translateY(-50%) rotate(0deg);
}
.accUndrNote {
	margin-bottom: 60px;
    font-size: 13px;
    line-height: 1.8;
}

.seat_tit {
    margin: 0 auto;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

.appBtn a {
    display: block;
    margin: 60px auto 0;
    max-width: 400px;
    background-color: #cdba75;
    border: #cdba75 solid 2px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    padding: 25px 10px;
    line-height: 1.5;
}

#goods .appBtn {
	margin: 60px 0 120px;
}
#goods .appBtn a {
	margin: 0 auto 20px;
}

.seatMap {
	margin-bottom: 100px;
}
.seatMap:last-child {
    margin-bottom: 0;
}

.seatMap a {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    border: #252530 solid 2px;
    text-decoration: none;
    line-height: 0;
}

@media screen and (min-width:768px) {
	.appBtn a:hover,
	.seatMap a:hover {
		background-color: white;
		color:#cdba75;
	}
	#ticket .accordion > dd a:hover {
		text-decoration: none;
	}
	#ticket .otheTicket .ticketBox .ticketBtn a:hover {
		background-color: white;
		color: #fff;
	}
	#ticket .otheTicket2 .ticketBox .ticketBtn a:hover {
		text-decoration: none;
	}
	#archive dt a:hover {
		opacity: 0.4;
	}
	#ticket .otheTicket2 .ticketBox .period a:hover {
		text-decoration: none;
		opacity: 0.5;
	}
}
@media screen and (max-width:767px) {
	#ticket {
	}
	#ticket .ticketType {
	    margin: 0 auto 40px;
	}
	#ticket .ticketType .inner .left {
	    width: 100%;
	    box-sizing: border-box;
	    font-size: 12px;
	    margin: 0 0 10px 0;
	}
	#ticket .ticketType .inner .left b {
	    font-size: 17px;
	}
	#ticket .ticketType .inner .right {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 0 0 10px 0;
	    margin: 0 0 10px 0;
	    font-size: 17px;
	    text-align: left;
	    font-weight: bold;
	    letter-spacing: 0.2em;
	    border-bottom: 1px solid;
	}
	#ticket .ticketType .inner .right:last-of-type{
	    padding : 0;
	    margin: 0;
	    border-bottom: none;
	}
	#ticket .ticketType .attentionBox .tit {
	    font-size: 13px;
	}
	#ticket .headline2 {
		font-size: calc(64 / 1125 * 100vw);
	}
	#ticket .headline2 .small {
		margin-top: 0.15em;
		font-size: calc(52 / 1125 * 100vw);
	}
	#ticket .en .headline2 {
		font-size: 5.4vw;
	}
	#ticket .en .headline2 .small {
		font-size: 3.6vw;
	}
	
	#ticket .headline2.close {
		margin-bottom: 14vw;
	}
	
	#ticket .headline3 {
		margin-top: 1.7em;
		font-size: calc(48 / 1125 * 100vw);
	}
	
	#ticket .underTtl {
		font-size: 3.8vw;
	}
	#ticket .underTtl span {
		font-size: 3.2vw;
	}
	
	
	#ticket .scheBox {
		padding: 6vw 0;
		margin-bottom: 10vw;
	}
	#ticket #limit {
	}
	#ticket .limit-lead {
		margin: 1.6em 4vw 0;
		font-size: calc(40 / 1125 * 100vw);
    	line-height: 1.6;
	}
	#ticket .accordion {
		margin-bottom: 5vw;
	}
	#ticket .accordion > dt {
		padding: 15px 3vw;
		margin-top: 3vw;
	}
	#ticket .accordion > dt * {
    font-size: 13px;
}
	#ticket .accordion > dt .left {
		font-size: calc(38 / 1125 * 100vw);
	}
	#ticket .accordion > dt .left .small {
		margin-top: 0.5em;
		font-size: calc(33 / 1125 * 100vw);
		display: block;
    	line-height: 1.4;
	}
	#ticket .accordion > dt .left .type {
	    margin-right: 5px;
	    line-height: 1;
	}
	#ticket .status {
    font-size:0.8em!important;
    padding: 0.3em 0.5em;
    border-radius: 3px;
    vertical-align: 1px;
	}
	#ticket .accordion > dt .right {
		margin-right: 0;
		font-size: calc(32 / 1125 * 100vw);
	}
	#ticket .accordion > dt .right .small {
		font-size: calc(28 / 1125 * 100vw);
	}
	#ticket .accordion > dt .ico {
		width: calc(40 / 1125 * 100vw);
		height: calc(40 / 1125 * 100vw);
		right: 10px;
	}
	#ticket .accordion > dd {
		padding: 0 3vw;
		font-size: calc(34 / 1125 * 100vw);
	}
	#ticket .accordion > dd + dt {
		margin-top: 3vw;
	}
	#ticket .accordion > dd .title {
		font-size: calc(36 / 1125 * 100vw);
	}
	#ticket .accordion .desc-group {
		padding: 2vw 0;
	}
	#ticket .accordion .desc-group .inTicket dt {
	font-size: calc(32 / 1125 * 100vw);
    width: 50%;
	}
	#ticket .accordion .desc-group .inTicket dt span {
    font-size: smaller;
	}
	#ticket .accordion .desc-group .inTicket dd {
	font-size: calc(32 / 1125 * 100vw);
    box-sizing: border-box;
    width: 50%;
    text-align: right;
	}
	#ticket .accordion .desc-group .inTicket dd .small{
    font-size: smaller;
	}
	#ticket .accordion .level2 {
		margin: 0 -3vw 0;
		display: block;
	}
	#ticket .accordion .level2 dt {
		width: auto;
		padding: 2vw 0 1vw 3vw;
		font-size: calc(40 / 1125 * 100vw);
		font-weight: bold;
	}
	#ticket .accordion .level2 dt:not(:first-of-type) {
		border-top: none;
	}
	#ticket .accordion .level2.inLevel dt {
    border-top: none;
    border-bottom: none;
	}
	#ticket .accordion .level2 dd {
		width: auto;
		padding: 0 3vw 2vw 3vw;
		border-left: none;
		border-top: none;
	}
	
	#ticket #otherWrap,
	#ticket #otherWrap2,
	#ticket #otherWrap3 {
		padding: 6vw 5vw;
	}
	#ticket #otherWrap + #otherWrap,
	#ticket #otherWrap2 + #otherWrap,
	#ticket #otherWrap3 + #otherWrap2 {
		margin-top: 8vw;
	}
	#ticket #otherWrap h3,
	#ticket #otherWrap2 h3,
	#ticket #otherWrap3 h3 {
		font-size: 4.2vw;
    	line-height: 1.5;
	}
	#ticket #otherWrap h3 span,
	#ticket #otherWrap2 h3 span,
	#ticket #otherWrap3 h3 span {
		font-size: 3.4vw;
		margin-top: 4vw;
   		line-height: 1.4;
	}
	#ticket .otheTicket {
		padding: 5vw 0;
	}
	#ticket .otheTicket .ticketBox {
		width: 80%;
		margin: 0 0 10%;
	}
	#ticket .otheTicket .ticketBox h4 {
		margin-bottom: 2.8vw;
    	font-size: 4.2vw;
	}
	#ticket .otheTicket .otherTicket01 h4 img {
		margin: 0;
	}
	#ticket .otheTicket .ticketBox dl {
		margin-bottom: 3vw;
	}
	#ticket .otheTicket .ticketBox dl dt {
		padding: 4vw 2vw;
		font-size: 3.6vw;
	}
	#ticket .otheTicket .ticketBox dl dd {
		padding: 4vw;
		font-size: 4.6vw;
	}
	#ticket .otheTicket .ticketBox dl dd .note {
		font-size: 2.8vw;
		margin-top: 3vw;
	}
	#ticket .otheTicket .ticketBox .ticketBtn a {
		padding: 3vw;
		font-size: 3.4vw;
	}
	
	#ticket .ver2 .otheTicket2 {
		display: flex;
		flex-wrap: wrap;
    	padding-top: 2vw;
    	justify-content: center;
	}
	#ticket .otheTicket2 .ticketBox {
		display: block;
		padding: 4vw 0;
	}
	#ticket .ver2 .otheTicket2 .ticketBox {
    	border: none;
    	width: 50%;
	}
	#ticket .ver2 .otheTicket2 .ticketBox.eventer {
		width: 100%;
	}
	#ticket .otheTicket2 .ticketBox h4 {
		width: 100%;
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	#ticket .ver2 .otheTicket2 .ticketBox h4 {
		margin-bottom: 0;
    	font-size: 3vw;
	}
	#ticket #otherWrap2 h4.ticketBoxTtl {
		width: 100%;
		padding: 0 0 4vw;
		margin-top: 4vw;
		font-size: 4vw;
		display: none;
	}
	#ticket .otheTicket2 .ticketBox .period {
		width: 100%;
		padding-left: 0;
		font-size: 3.1vw;
    	margin-bottom: 2vw;
		text-align: center;
	}
	#ticket .ver2 .otheTicket2 .ticketBox .period {
		margin: 2.5vw 0 0;
	}
	#ticket .otheTicket2 .ticketBox .period span {
		font-size: 3vw;
		margin-top: 2vw;
		line-height: 1.4;
	}
	#ticket .otheTicket2 .ticketBox .ticketBtn {
		width: 100%;
		text-align: left;
	}
	#ticket .otheTicket2 .ticketBox .ticketBtn a {
		font-size: 3.2vw;
	}

	#ticket .ticketType .goodsArea {
	    padding: 20px;
	}
	#ticket .ticketType .goodsArea .item {
	    text-align: center;
	    font-weight: bold;
	    font-size: 13px;
	    margin: 0 0 15px 0;
	}
	#ticket .ticketType .goodsArea .ph {
	    margin: 0 auto 20px;
	}

	#ticket .ticketType .goodsArea .slider {
	    margin: 0 auto 15px;
	}
	#ticket .ticketType .goodsArea .slider .item {
	    font-size: 12px;
	    margin: 0 0 5px 0;
	}
	#ticket .ticketType .goodsArea .size {
	    margin: 10px auto 0;
	    padding: 15px;
	    font-size: 12px;
	}
	#ticket .ticketType .goodsArea .size dt {
	    font-size: 11px;
	    margin: 0 0 5px 0;
	}
	.dots-wrap li {
	    width: 5px;
	    height: 5px;
	}


}



/* -------------------------------------------------
	venues
------------------------------------------------- */

#venues{

}
#venues .box{

}
#venues .box .inner {

}
#venues .venuesList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#venues .venuesList::after{
  content:"";
  display: block;
  width:32%;
}
#venues .venuesList li{
    width: 32%;
    text-align: left;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
#venues .venuesList li:last-child{

}
#venues .venuesList li dl{

}
#venues .venuesList li dl dt {
    color: #cdba75;
    width: 60px;
    font-size: 15px;
    line-height: 1;
    display: block;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    font-weight: bold;
}
#venues .venuesList li dl dd{
    font-size: 16px;
    line-height: 1.8;
}
#venues .venuesList li dl dd .new{
    background: #a7090a;
    font-size: 12px;
    padding: 1px 10px 2px;
    border-radius: 999px;
    position: relative;
    top: 2px;
    margin: 0 0 0 10px;
}
.tab-area {
    display: flex;
    cursor: pointer;
    margin: 0 auto 50px;
}
.tab {
    width: 50%;
    text-align: center;
    background: none;
    color: #cdba75;
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
    border: 2px solid #cdba75;
}
.tab:nth-child(n+2) {

}
.tab.active {
    background: #cdba75;
    color: #000;
}
.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}



@media screen and (max-width:767px) {

#venues .venuesList {
    width: 100%;
    margin: 0;
    border-bottom: none;
    padding: 0;
}
#venues .venuesList::after {
    content: "";
    display: block;
    width: 49%;
}
#venues .venuesList li {
        margin: 0 0 5px 0;
        width: 49%;
        padding: 10px;
}
#venues .venuesList li dl dt {
    font-size: 11px;
}
#venues .venuesList li dl dd {
    font-size: 12px;
    line-height: 1.8;
}
#venues .venuesList li:last-child {
    margin: 0 0 20px 0;
}
#venues .venuesList:last-of-type li:last-child {
    margin: 0;
}
#venues .venuesList li dl dd .new {
    font-size: 10px;
    padding: 1px 5px 2px;
    top: 1px;
    margin: 0 0 0 4px;
}
.tab-area {
    margin: 0 auto 20px;
}
.tab {
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

}



/* -------------------------------------------------
	attention
------------------------------------------------- */

#attention{

}
#attention .box{

}
#attention .box .attentionList li {
    font-size: 16px;
}


@media screen and (max-width:767px) {

#attention .box .attentionList li {
    font-size: 12px;
}

}



/* -------------------------------------------------
	goods
------------------------------------------------- */

#goods {
	position: relative;
}

#goods .goodsNav {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
#goods .goodsNav div {
	margin: 0 15px;
}
#goods .goodsNav div a {
	display: block;
	text-align: center;
	padding: 15px 30px;
	font-size: 18px;
}

#goods .goodsNav div a.goddsNavi01 { color: #A01930; border: #A01930 solid 1px;}
#goods .goodsNav div a.goddsNavi02 { color: #333; border: #333 solid 1px;}
#goods .goodsNav div a.goddsNavi03 { color: #668866; border: #668866 solid 1px;}

#goods .goodsNav div a.goddsNavi01.current { background-color: #A01930; color: #fff;}
#goods .goodsNav div a.goddsNavi02.current { background-color: #333; color: #fff;}
#goods .goodsNav div a.goddsNavi03.current { background-color: #668866; color: #fff;}


.goodsList {
    margin: 50px auto 0;
    max-width: 600px;
}
.goodsList li .ph img{
    width: 100%;
}
.goodsList li p.itemName {
    margin-top: 1em;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.6;
}
.goodsList li p.itemName .icon{
    background: #fff;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px 3px;
    border-radius: 999px;
    margin: 0 8px 0 0;
    position: relative;
    top: 3px;
}

.goodsList li p.price {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 0.8em;
}
.tc .goodsList li p {

}

.goodsList li .tag {
	position: absolute;
	top: -12px;
	left: -10px;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-align: center;
    padding: 6px 10px;
	color: #fff;
	border-radius: 3px;
	z-index: 1;
}
.goodsList li .tag.cNagoya { background-color: #668866;}
.goodsList li .tag.cTokyo { background-color: #8B6995;}
.goodsList li .tag.cOsaka { background-color: #c38b40;}
.goodsList li .tag.cEC { background-color: #A01930;}
.goodsList li .tag.cCommon { background-color: #333;}
.goodsList li .tag.cFc { background-color: #b4ad7e;}

.goodsList li .tag.cNagoya + .tag {
	left: 60px;
}
.goodsList li .tag.cOsaka + .tag {
	left: 47px;
}
.goodsList li .tag.cTokyo + .tag {
	left: 47px;
}
.goodsList li .tag.cEC + .tag {
	left: 95px;
}
.goodsList li a:hover {
		opacity: 0.6;
}
.modalArea .goodsTit {
	    font-size: 14px;
	    margin: 0 0 15px 0;
}
.goodsPhoto {
    width: 85%;
    margin: 0 auto;
}
.goodsNavi {
    width: 100%;
	margin: 20px auto 25px;
    text-align: center;
}
.goodsNavi ul {
    padding: 0;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.goodsNavi li {
    width: 18%;
    margin: 0 4px 15px;
    display: inline-block;
}
.goodsNavi li img {
    width: 100%;
}

.goodsTxtClm {
    max-width: 400px;
	margin: 0 auto;
}
.goodsTxtClm p {
}
.goodsTxtClm .goodsTit {
    font-size: 18px;
    margin: 10px 0 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    color: #000;
}
.goodsTxtClm .goodsTit .icon{
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 4px;
    border-radius: 999px;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}
.goodsTxtClm .price {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.sizeTable {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #DDD;
    color: #151515;
    margin: 25px auto 0;
}
.sizeTable th {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.8;
    width: 100px;
    border-bottom: solid 1px #DDD;
    border-right: solid 1px #DDD;
    text-align: center;
	vertical-align: middle;
}
.sizeTable td {
    padding: 5px 30px;
    font-size: 12px;
    line-height: 1.8;
    border-bottom: solid 1px #DDD;
	vertical-align: middle;
}

.goodsNotes {
    max-width: 400px;
    margin: 30px auto 0;
    color: #000;
    font-size: 12px;
    line-height: 1.6;
}

.goodsTxtClm .alert {
    font-size: 14px;
	color: #FF0004;
    line-height: 1.6;
}

.goodsList li a .newIcon{
background: #cdba75;
    font-family: "Silkscreen", sans-serif;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 999px;
    position: absolute;
    top: -30px;
    left: -30px;
    font-size: 19px;
    color: #000;
}
body #cboxOverlay {
    background: #000;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper, body #cboxContent{
  border-radius: 0;
  overflow: visible;
}

body #cboxClose {
    position: absolute;
    top: -35px;
    right: -5px;
    display: block;
    background: url(/static/theyellowmonkey/fanclub_v2/feature/tour2024_25_liveviewing/images/close.png) no-repeat top center;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: 30px;
    z-index: 99999;
    pointer-events: all;
    display: block!important;    
}
body #cboxClose:hover {
    background-position: top center;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper {
    overflow: visible;
}
body #cboxContent {
    background: #fff;
    overflow: visible;
    border-radius: 0;
}
body #cboxNext:hover{
    background-position: center right;    
right: -40px;
    top: 50%;
}
body #cboxPrevious:hover{
    background-position: center left;    
left: -40px;
    top: 50%;
}
body #cboxCurrent {
    display: none!important;
}    
body #cboxLoadedContent {
    margin-bottom: 0;
}
.modalArea {
	padding: 50px 30px;
    color: #000;
}

.modalArea .ph{
    max-width: 600px;
    margin: 0 auto 20px;
}
.modalArea .ph img{
    width: 100%;
}
.modalArea .goodsTit{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.modalArea .goodsTit .iconBox{
    display: block;
    margin: 0 0 10px 0;
}
.modalArea .goodsTit .icon{
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    border-radius: 999px;
    padding: 5px 20px;
    margin: 0 auto;
}
.modalArea .sizeTable{
    margin: 0 auto;
    width: 90%;
}
.modalArea .sizeTable tbody{

}
.modalArea .sizeTable tbody tr{

}
.modalArea .sizeTable tbody tr th{
    padding: 15px;
}
.modalArea .sizeTable tbody tr td{
    padding: 15px 30px;
}


@media screen and (max-width:767px) {

	.goodsNav {
		justify-content: space-between;
		margin-bottom: 12vw;
	}
	.goodsNav div {
		margin: 0;
	}
	.goodsNav div a {
		padding: 2vw 3vw;
		font-size: 3vw;
	}
	
	.goodsList {
		
	}
	.goodsList li {

	}
	.goodsList li a .newIcon {
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    top: -20px;
	    left: -13px;
	    font-size: 12px;
	}
	.goodsList li p {

	}
	
	.goodsList li p.itemName {
        margin-bottom: 5px;
        font-size: 12px;
	}
	.goodsList li p.itemName .icon {
	    font-size: 11px;
	    padding: 2px 10px 3px;
	    margin: 0 auto 5px;
	    top: 0;
	    display: block;
	    max-width: 150px;
	}
	.goodsList li p.price {
		font-size: 11px;
	}
	
	.goodsList li .tag {
		top: -2vw;
		left: -2vw;
		font-size: 2.4vw;
		padding: 1vw 2vw;
	}
	.goodsList li .tag.cNagoya + .tag {
		left: 12vw;
	}
	.goodsList li .tag.cOsaka + .tag {
		left: 9vw;
	}
	.goodsList li .tag.cTokyo + .tag {
		left: 9vw;
	}
	.goodsList li .tag.cEC + .tag {
	    left: 70px;
	}
	.modalArea {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.goodsPhoto {
		width: 90% !important;
		margin: 0 auto;
		padding: 0;
	}
	.goodsNavi {
		margin-top: 15px;
    	margin-bottom: 15px;
		text-align: center;
    	width: 100%;
	}
	.goodsNavi ul {
		padding: 0;
	}
	.goodsNavi li {
        display: inline-block;
        box-sizing: border-box;
        margin: 0 2px 5px;
	}
	.goodsNavi li img {

	}
	.goodsTxtClm .goodsTit {
		font-size: 14px;
		margin: 10px 0 8px;
		font-weight: bold;
		line-height: 1.5em;
		text-align: center;
		color: #000;
	}
	.goodsTxtClm .goodsTit .icon {

	}
	.goodsTxtClm .price {
		font-size: 13px;
		color: #000;
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
	}
	.sizeTable {
		border: solid 1px #DDD;
		border-bottom: none;
		color: #151515;
    	margin: 20px auto 0;
		width: 100%;
	}
	.sizeTable th {
		padding: 5px 15px;
		font-size: 11px;
		width: 35%;
		border-bottom: solid 1px #DDD;
		border-right: solid 1px #DDD;
		text-align: center;
		font-weight: normal;
	}
	.sizeTable td {
		padding: 5px 15px;
		font-size: 12px;
		border-bottom: solid 1px #DDD;
	}
	body #colorbox {
	    outline: 0;
	    margin: 10px 0 0 0;
	}
	#goods .storeTxt {
	    text-align: center;
	    margin: 50px auto 15px;
	    font-size: 13px;
	}
	#goods .link a {
        font-size: 12px;
        margin: 0 auto 20px;
	}
}