@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: 120px 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

canvas{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}
@keyframes flicker {
  0% { opacity: 0.95; }
  50% { opacity: 1; }
  100% { opacity: 0.92; }
}

#particles-js {
  animation: flicker 0.15s infinite;
}
.film-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: url(/static/theyellowmonkey/fanclub_v2/feature/tour2026/images/ph_noise_F3iDaUST.png);
  opacity: 0.08;
  animation: noiseMove 0.2s steps(2) infinite;
}

@keyframes noiseMove {
  from { background-position: 0 0; }
  to   { background-position: 100px 100px; }
}

.film-scratch {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(0,0,0,0.5) 0%,
      rgba(0,0,0,0.8) 10%,
      rgba(0,0,0,0.5) 20%
    );
  background-size: 2px 100%;
  animation: scratch 3s infinite linear;
    opacity: 0;
    transition: 0.4s;
}
.scrolled .film-scratch {
    opacity: 1;
}

@keyframes scratch {
  from { background-position-x: 0; }
  to   { background-position-x: 100%; }
}


.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/theyellowmonkey/fanclub_v2/feature/tour2026/images/ph_mainImg_F3iDaUST.jpg) no-repeat center center;
    background-size:100%;
}

h3 {
    color: #cdba75;
    text-align: left;
    font-size: 80px;
    font-family: "gotham", sans-serif;
    font-weight: bold;
    font-style: normal;
    width: 100px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.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 5px 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;
   }
 
 
 
@media screen and (max-width:767px) {
	h3 {
        font-size: 33px;
        margin: 0 auto 20px;
        width: auto;
        -ms-writing-mode: initial;
        writing-mode: initial;
	}
	.ac>dd {
	    display: none;
	    padding: 20px 0 0;
	}
.bg01 {
    opacity: 1;
    background: url(/static/theyellowmonkey/fanclub_v2/feature/tour2026/images/ph_mainImg_sp_F3iDaUST.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.attentionList li {
    font-size: 11px;
}

}

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

#first-view {
	height: 100vh;
    height: 100svh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 800px;
}
#first-view h2{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 50vw;
    max-width: 800px;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}
#first-view h2 p{
    line-height: 0;
    opacity: 0;
}

.loaded #first-view h2 p{
  -webkit-animation: upIn 1s ease 1s 1 forwards;
  animation: upIn 1s ease 1s 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: "gotham", sans-serif;
    font-weight: bold;
    font-style: normal;
}

#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: 60px 0;
}
#first-view{
    min-height: auto;
}
	#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 {
	    min-height: auto;
	}
	#first-view h2 {
        width: 90%;
        max-width: 600px;
        bottom: auto;
        top: 30%;
	}
	#first-view h2 p:nth-child(1),
	#first-view h2 p:nth-child(2) {
	    margin: 0 auto 2vh;
	}
	#first-view .scrolldown {
	    right: 18px;
	}
	#first-view .scrolldown span {
	    left: -7px;
	    top: -55px;
	    font-size: 11px;
	}
}

/* -------------------------------------------------
	schedule
------------------------------------------------- */
#schedule .tableBox{
    padding: 40px;
    background: rgba(0, 0, 0, 0.9);
}
#schedule .s-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
#schedule .s-table thead{

}
#schedule .s-table thead th {
    padding: 1em 0;
    text-align: center;
    font-size: 12px;
    border-bottom: solid 1px #fff;
    vertical-align: middle;
}
#schedule .s-table td {
    padding: 25px 10px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #fff;
    position: relative;
}
#schedule .s-table td + td::before {
    width: 1px;
    height: 84%;
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#schedule .s-table .day {
    width: 22%;
}

#schedule .s-table .date {
    font-size: 17px;
    display: inline-block;
}
#schedule .s-table .youbi {
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
#schedule .s-table .time {
    width: 14%;
    font-weight: bold;
    font-size: 12px;
}
#schedule .s-table .area {
    width: 9%;
    font-weight: bold;
}
#schedule .s-table .venue {
    width: 30%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
#schedule .s-table .ticketGuid {
    width: 20%;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
}

#schedule .ac{
    background: #ab6fa0;
    padding: 30px;
    margin: 0 0 30px 0;
    border: 5px solid;
}
#schedule .ac.block_02{
    background: #58718b;
}
#schedule .ac.block_03{
    background: #6d619d;
}
#schedule .ac .title {
    font-size: 32px;
    font-family: "Silkscreen", sans-serif;
}

#schedule .tourTit {
    width: 500px;
    margin: 0 auto 30px;
}


#schedule .ac .txt{
    font-size: 15px;
    margin: 30px auto 0;
    padding: 40px;
    border: 1px solid;
}
#schedule .ac.nemousu {
    background: #ca2a2a;
}
#schedule .ac .title img{
    max-width: 400px;
    width: 100%;
}
#schedule .ac .newIcon{
    background: #cdba75;
    font-family: "Silkscreen", sans-serif;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 999px;
    position: absolute;
    top: -50px;
    left: -60px;
    font-size: 19px;
    color: #000;
    font-weight: normal;
}

#schedule .ac.nemousu .s-table .streaming{
    font-size: 12px;
}
#schedule .ac.nemousu .s-table .streaming .link{
    text-decoration: underline;
}


@media screen and (min-width:768px) {
	#about .comment a:hover {
		color: #252530;
		background-color: transparent;
	}
	
	#about ul .place-and-time .aboutBtn01 a:hover,
	#about ul .place-and-time .aboutBtn02 a:hover {
		opacity: 0.5;
	}
}

@media print, screen and (min-width:768px) and (max-width:900px) {
	

}

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

#schedule .tableBox {
    padding: 20px;
}
#schedule .s-table {
    display: block;
    margin: 0;
}
#schedule .s-table thead {
    display: none;
}
#schedule .s-table tr {
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
#schedule .s-table tr:last-child{
    border-bottom:none;
    padding: 0;
    margin: 0;
}
#schedule .s-table .additionLive{
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
#schedule .s-table .additionLive span{
	display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
}
#schedule .s-table .day{
	width: auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: baseline;
    margin:0 0 5px 0;
    border: none;
    line-height: 1.3;
}
#schedule .s-table .date {
        font-size: 14px;
        white-space: nowrap;
}
#schedule .s-table .addition .day:before{
	display:none;
}
#schedule .s-table .youbi {
    padding-left: 5px;
    display: block;
    font-size: 14px;
}
#schedule .s-table .time {
    display: none;
}
#schedule .s-table .time2 {
        margin-top: 0;
        display: block;
        font-size: 11px;
}
#schedule .s-table .area {
		width: auto;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 13px;
        padding: 0 0 0 10px;
        line-height: 1.3;
        display: block;
        border: none;
}
#schedule .s-table td + td::before {
	display:none;
}
#schedule .s-table .venue {
		width: 100%;
        box-sizing: border-box;
        padding: 0 0 10px;
        line-height: 1.5;
        font-size: 14px;
        display: block;
        border: none;
        text-align: left;
}

#schedule .s-table .ticketGuid {
        width: 100%;
        padding: 0;
        font-size: 11px;
        display: block;
        border: none;
        text-align: left;
        line-height: 1.5;
}
#schedule .s-table .ticketGuid .fas {
    padding: 0;
    vertical-align: -0.05em;
}
#schedule .s-table .ticketGuid span a {
	font-size: 12px;
    font-weight: 500;
}   

#schedule .tourTit {
    width: 90%;
    margin: 0 auto 30px;
    max-width: 400px;
}
#schedule .ac {
    padding: 15px;
    margin: 0 0 20px 0;
    border: 5px solid;
}
#schedule .ac .title {
    font-size: 15px;
}
#schedule .ac>dt::after {
    right: 10px;
}
#schedule .ac .title img {
    width: 80%;
}
#schedule .ac .newIcon{
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: -24px;
    left: -30px;
    font-size: 12px;
}
#schedule .ac .txt {
    font-size: 12px;
    margin: 20px auto 0;
    padding: 20px;
}
#schedule .ac.nemousu .s-table .streaming {
        font-size: 12px;
        padding: 0;
        margin: 10px 0 0;
        width: 100%;
        text-align: left;
        border-bottom: none;
}
#schedule .ac.nemousu .s-table .streaming .streamingTit{
    font-size: 11px;
    margin: 0 0 5px 0;
    border-left: 3px solid;
    padding: 0 0 0 5px;
}


}

@media screen and (max-width:767px) and (orientation:landscape) {
	#about {
		margin-top: 30vw;
	}
}

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

section#ticket {

}

#ticket {
	position: relative;
}
#ticket .headline2 {
	font-size: 46px;
	text-align: center;
	line-height: 1.4;
	color: #252530;
}
.tc #ticket .headline2 {
}
#ticket .close .headline2 {
	color: #666;
}
#ticket .headline2 .small {
	margin-top: 8px;
	font-size: 36px;
	display: inline-block;
}
.tc #ticket .headline2 .small {
}

#ticket .en .headline2 {
	font-size: 42px;
}
#ticket .en .headline2 .small {
	font-size: 30px;
}

#ticket .underTtl {
	text-align: center;
	color: #252530;
	font-size: 24px;
	line-height: 1.8;
}
#ticket .underTtl span {
	font-size: 18px;
}

#ticket .headline3 {
	margin-top: 60px;
	font-size: 28px;
	text-align: center;
	position: relative;
	color: #252530;
}
.tc #ticket .headline3 {
}
#ticket .close .headline3 {
	color: #555;
}
#ticket .headline3::before,
#ticket .headline3::after {
	width: calc(50% - 4em);
	height: 1px;
	background: #252530;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
}
#ticket .headline3::after {
	left: auto;
	right: 0;
}
#ticket .close .headline3::before,
#ticket .close .headline3::after {
	background: #555;
}
#ticket .en .headline3::before,
#ticket .en .headline3::after {
    width: calc(50% - 7em);
}


#ticket .scheBox {
	border: #252530 solid 1px;
	padding: 60px 0;
	margin-bottom: 80px;
}
#ticket .scheBox.close {
	border: #555 solid 1px;
}

#ticket .limit-lead {
    margin: 40px 30px 0;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    color: #252530;
}
.tc #ticket .limit-lead {
}
#ticket .close .limit-lead {
	color: #555;
}
#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;
    border-radius: 99px;
}
#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;
    border-top: 1px solid;
}


#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-top: none;
    font-size: 14px;
    line-height: 1.7;
    display: none;
    color: #fff;
    margin: 20px auto 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.9);
}
#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 auto;
    box-sizing: border-box;
    width: 100%;
}
#ticket .accordion .level2 dt {
    width: 180px;
    padding: 30px;
    font-size: 14px;
    border-top: #fff 1px solid;
    box-sizing: border-box;
}
#ticket .accordion .level2.inLevel dt {
	border-top: none;
	border-bottom:#fff 1px solid;
}
#ticket .accordion .level2 dd {
	width: calc(100% - 180px);
	padding: 30px;
	box-sizing: border-box;
	border-left: #fff 1px solid;
	border-top: #fff 1px solid;
}
#ticket .accordion .level2.inLevel dd {
	border-top: none;
	border-bottom: #fff 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 .fc_ticket{
    background: #CDBA75;
    padding: 20px;
}
#ticket .fc_ticket .tit{
    color: #000;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: bold;
}

#ticket .fc_ticket .accordion{
    padding: 0;
    margin: 0;
}
#ticket .fc_ticket .accordion dt{
    margin: 0;
    border: none;
}
#ticket .fc_ticket .accordion dd{
    background: #fff;
    color: #000;
    padding:0 40px 40px 40px;
    border: none;
}
#ticket .fc_ticket .accordion dd .box{
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}
#ticket .fc_ticket .accordion dd .box:first-of-type{
    margin: 0;
}
#ticket .fc_ticket .accordion dd .box .subTit{
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 0;
}
#ticket .fc_ticket .accordion dd .box .txt{
    font-size: 14px;
    margin: 0 0 10px 0;
}
#ticket .fc_ticket .accordion dd .box .txt .mini{
    display: block;
}
#ticket .fc_ticket .ac>dt::after {
    border-right: #000000 solid 2px;
    border-bottom: #000000 solid 2px;
}
#ticket .attentionTxt{
    text-align: center;
    font-size: 20px;
    margin: 0 0 40px 0;
}
#ticket .attentionTxt a{
    color: #CDBA75;
    text-decoration: underline;
}

#ticket .accordion.entry_list.ippan .acc-target{
    padding: 0 30px 0;
}
#ticket .accordion.entry_list.ippan .level2{
    margin-bottom: 0;
}
#ticket .accordion .level2.inLevel.ippan dd:last-child{
    border-bottom: none;
}

#ticket .accordion > dt .left .type.block_final{
    background: #908354;
}
#ticket .accordion > dt .left > p b{
	font-size: 120%;
	line-height: 1.5;
}

#ticket .attentionBox {
    padding: 40px;
    border: 1px solid;
    margin: 20px auto 0;
}
#ticket .attentionBox .tit{
    border-left: 3px solid;
    padding: 0 0 0 10px;
    margin: 0 0 15px 0;
    font-size: 16px;
}
#ticket .attentionBox .subTit{
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 10px 0;
}
#ticket .attentionBox .txt{
    font-size: 14px;
}
#ticket .accordion > dt .left .type.nemousu{
    font-family: "DotGothic16", sans-serif;
    background:#ca2a2a;
}

#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 .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: 30px;
	}
	#ticket .accordion > dt {
		padding: 15px 25px;
		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:20px;
        font-size: calc(34 / 1125 * 100vw);
        margin: 20px auto 0;
	}
	#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 {
		display: block;
	}
	#ticket .accordion .level2 dt {
		width: auto;
		padding: 2vw 0 1vw 3vw;
		font-size: calc(40 / 1125 * 100vw);
		font-weight: bold;
	}
	#ticket .accordion.entry_list .level2 {
	    border-top: none;
	}
	#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 .accordion .level2.inLevel dd:last-child{
		border-bottom: 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 .fc_ticket {
	    padding: 8px;
	        margin-bottom: 5vw;
	}
	#ticket .fc_ticket .tit {
	    margin: 0 0 5px 0;
	    font-size: 11px;
	}
	#ticket .fc_ticket .accordion > dt .mini {
	    top: auto;
	    left: auto;
	    font-size: 10px;
	    display: block;
	}
	#ticket .fc_ticket .ac>dt::after{
	    width: 6px;
	    height: 6px;
		border-right: #000000 solid 2px;
	    border-bottom: #000000 solid 2px;
	    right: 10px;
	}
	#ticket .fc_ticket .accordion dd {
	    padding: 0 10px 10px 10px;
	    border: none;
	}
	#ticket .fc_ticket .accordion dd .box {
	    padding: 10px 0 0 0;
	    margin: 10px 0 0 0;
	}
	#ticket .fc_ticket .accordion dd .box .txt {
	    font-size: 11px;
	    margin: 0 0 10px 0;
	}
	#ticket .fc_ticket .accordion dd .box .subTit {
	    font-weight: bold;
	    font-size: 12px;
	    margin: 0 0 5px 0;
	}
	#ticket .fc_ticket .accordion > dt .left{
	    width: 60%;
	}
	#ticket .fc_ticket .accordion > dt .right{
	    width: 35%;
	}

	#ticket .attentionTxt {
	    text-align: center;
	    font-size: 14px;
	    margin: 0 0 20px 0;
	}
	#ticket .attentionBox {
	    padding: 20px;
	}
	#ticket .attentionBox .tit {
	    font-size: 13px;
	}
	#ticket .attentionBox .subTit {
	    font-weight: bold;
	    font-size: 13px;
	    margin:15px 0 5px 0;
	}
	#ticket .attentionBox .txt {
	    font-size: 12px;
	}

	#archive {
		margin-top: 18vw;
		margin-bottom: 10vw;
	}
	#archive dt a {
		padding: 6vw 0;
		font-size: 4.2vw;
	}
	#archive dt a .ico {
		width: 5vw;
		height: 5vw;
		right: 4vw;
	}
    .arc_tit {
		width: 100%;
        box-sizing: border-box;
        font-size: 13px;
        padding: 20px;
        margin-top: 40px;
    }
    .arc_tit .ico {
        width: 13px;
        right: 15px;
    }
	.accordion_arc .arc_body {
	    padding-top: 10px;
	}
	.accordion_arc .btn.end a {
	    pointer-events: all;
	}
	.accUndrNote {
		margin-bottom: 6vw;
		font-size: 2.8vw;
	}
	
	.seat_tit {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.seatMap {
		margin-bottom: 11vw;
	}
	.appBtn a {
		font-size: 3.8vw;
		padding: 5vw;
    	margin: 8vw auto 0;
	}
	
	#goods .appBtn {
		margin: 10px 0 0;
	}
	#goods .appBtn a {
		margin: 0 auto 4vw;
	}

}


/* -------------------------------------------------
	map
------------------------------------------------- */

#map {
	padding-bottom: 400px;
	position: relative;
}

.mapList {
	display: flex;
	justify-content: space-between;
	color: #000;
	margin-bottom: 80px;
}
.mapList li {
	width: 31%;
	background-color: #fff;
	padding: 2% 2% 3%;
	box-sizing: border-box;
	text-align: center;
}
.mapList li div.mapImg {
	margin-bottom: 20px;
	line-height: 0;
}

.mapList li h4 {
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.mapList li h4 span {
	font-size: 21px;
}

.mapList li p a {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.1em;
	display: inline-block;
	background: url(../images/icon_zoom.png) no-repeat right top;
	background-size: auto 80%;
	padding: 0 24px 5px 0;
	border-bottom: #000 solid 2px;
}

@media screen and (min-width:768px) {
	#map .mapList li a:hover {
		opacity: 0.4;
	}
}
@media screen and (max-width:767px) {
	#map {
		padding-bottom: 45vw;
	}
	
	.mapList {
		display: block;
	}
	.mapList li {
		width: 100%;
		padding: 2%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 4vw;
		align-items: center;
	}
	.mapList li div.mapImg {
		width: 45%;
		margin: 0;
	}
	.mapList li div.mapTxt {
		width: 55%;
	}
	.mapList li h4 {
		font-size: 4.2vw;
		margin-bottom: 4vw;
	}
	.mapList li h4 span {
		font-size: 3.6vw;
	}
	.mapList li p a {
		font-size: 3.2vw;
		padding: 0 4.5vw 1.5vw 0;
		border-bottom: #000 solid 1px;
	}
}


/* -------------------------------------------------
	present
------------------------------------------------- */

#present {
	padding-bottom: 400px;
	position: relative;
	color: #000;
}

.presentDetail {
	border: #fff solid 1px;
	padding: 7% 5% 10%;
	position: relative;
}
.presentDetail::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	border: #fff solid 1px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	z-index: -1;
}
.presentDetail {
	border: #fff solid 1px;
	padding: 7% 5% 10%;
	position: relative;
}
.presentDetail .badgeNew{
	position: absolute;
    right: 0;
    top: 0;
    width: 140px;
}
.presentDetail .presentHead {
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.06em;
	margin-bottom: 60px;
}
.presentDetail .presentHead .presentJacket {
	line-height: 0;
	width: 32%;
}
.presentDetail .presentHead .presentJacket img {
    box-shadow: 0px 3px 12px rgba(0,0,0,0.2);
}
.presentDetail .presentHead .presentTitle {
	width: 62%;
	text-align: center;
	padding-top: 10px;
}
.presentDetail .presentHead .presentTitle .tourTtl {
	font-size: 23px;
	padding-bottom: 20px;
	border-bottom: #fff solid 1px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.presentDetail .presentHead .presentTitle .presentTtlSub {
	font-size: 26px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.presentDetail .presentHead .presentTitle h3 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1.4;
}

/*.presentDetail .presentHead .presentTitle h3::before {
	content: "縲";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 32px;
	font-weight: normal;
}
.presentDetail .presentHead .presentTitle h3::after {
	content: "縲";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 32px;
	font-weight: normal;
}*/

.presentDetail p {
	font-size: 16px;
	line-height: 2;
}

.presentDetail .presentBtn {
	margin: 60px auto 0;
	max-width: 700px;
}
.presentDetail .presentBtn a {
	display: block;
	text-align: center;
	background-color: #252530;
	border: #252530 solid 2px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
    padding: 20px 0 35px;
}
.presentDetail .presentBtn p.preBtnTtl {
    display: inline-block;	
	background: -webkit-linear-gradient(180deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
	background: linear-gradient(-90deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	
	font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.presentDetail .presentBtn p.preBtnDtl {
	font-size: 20px;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: #fff solid 2px;
}


.presentForeignDetail {
	margin-top: 50px;
}
.presentForeignDetail dt {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.presentForeignDetail dd + dt {
	margin-top: 40px;
}
.presentForeignDetail dd p {
	line-height: 1.8;
    margin-bottom: 10px;
}


@media print, screen and (min-width:768px) {
	.presentDetail .presentBtn a:hover {
		opacity: 0.6;
	}
	
}

@media screen and (max-width:767px) {
	#present {
		padding-bottom: 45vw;
	}

	.presentDetail::before {
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	
	.presentDetail .presentHead {
		display: block;
		margin-bottom: 8vw;
	}
	.presentDetail .presentHead .presentJacket {
		width: 52%;
		margin: 0 auto 6vw;
	}
	.presentDetail .presentHead .presentTitle {
		width: 100%;
		padding-top: 0;
	}
	.presentDetail .presentHead .presentTitle .tourTtl {
		font-size: 3.8vw;
		padding-bottom: 4vw;
		margin-bottom: 3vw;
	}
	.presentDetail .presentHead .presentTitle .presentTtlSub {
		font-size: 4.2vw;
		margin-bottom: 2vw;
	}
	.presentDetail .presentHead .presentTitle h3 {
		font-size: 5.6vw;
	}
	.presentDetail .presentHead .presentTitle h3::before,
	.presentDetail .presentHead .presentTitle h3::after {
		font-size: 4.6vw;
	}
	.presentDetail p {
		font-size: 3.2vw;
		line-height: 1.8;
	}
	.presentDetail .presentBtn {
		margin: 6vw auto 0;
		width: 100%;
	}
	.presentDetail .presentBtn a {
		font-size: 3.6vw;
		padding: 3vw 0 5vw;
	}
	.presentDetail .presentBtn p.preBtnTtl {
		font-size: 3.4vw;
		margin-bottom: 1vw;
	}
	.presentDetail .presentBtn p.preBtnDtl {
		font-size: 3.2vw;
		padding-bottom: 1vw;
	}
	
	.presentForeignDetail {
		margin-top: 8vw;
	}
	.presentForeignDetail dt {
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	.presentForeignDetail dd + dt {
		margin-top: 6vw;
	}
	.presentDetail .badgeNew {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 80px;
	}
}


/* -------------------------------------------------
	movie
------------------------------------------------- */

#movie {
	padding-bottom: 400px;
	position: relative;
}
#movie h3 {
	text-align: center;
    font-size: 30px;
    line-height: 1.8;
    color: #252530;
    margin-bottom: 40px;
}

#movie p {
	font-size: 16px;
    margin-bottom: 60px;
    line-height: 1.8;
    color: #252530;
}

#movie .movieThumb {
	line-height: 0;
}
#movie .movieThumb a { display: block;}

@media print, screen and (min-width:768px) {
	#movie .movieThumb a:hover {
		opacity: 0.8;
	}
	
}

@media screen and (max-width:767px) {
	#movie {
		padding-bottom: 45vw;
	}
	
	#movie h3 {
		font-size: 4.6vw;
		margin-bottom: 7vw;
	}
	#movie p {
		font-size: 3.4vw;
		margin-bottom: 8vw;
		line-height: 1.8;
	}

}


/* -------------------------------------------------
	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;}


#goods ul {
	display: flex;
	flex-wrap: wrap;
}
#goods ul li {
	position: relative;
}
#goods ul li p.itemName {
    margin-top: 1em;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.6;
}
#goods ul 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;
}

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

}

#goods ul 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;
}
#goods ul li .tag.cNagoya { background-color: #668866;}
#goods ul li .tag.cTokyo { background-color: #8B6995;}
#goods ul li .tag.cOsaka { background-color: #c38b40;}
#goods ul li .tag.cEC { background-color: #A01930;}
#goods ul li .tag.cCommon { background-color: #333;}
#goods ul li .tag.cFc { background-color: #b4ad7e;}

#goods ul li .tag.cNagoya + .tag {
	left: 60px;
}
#goods ul li .tag.cOsaka + .tag {
	left: 47px;
}
#goods ul li .tag.cTokyo + .tag {
	left: 47px;
}
#goods ul li .tag.cEC + .tag {
	left: 95px;
}

#goodsList02.goodsList,
#goodsList03.goodsList {
	display: none;
}
#goodsList01.goodsList {
	display: flex;
}
#goods .endTxt{
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 16px;
}
#goods .ac>dt{
    border: 2px solid;
    padding: 20px;
    font-size: 12px;
    color: #cdba75;
}
#goods .ac>dt::after {
    border-right: #cdba75 solid 2px;
    border-bottom: #cdba75 solid 2px;
}
#goods .ac .title{
    font-size: 19px;
}

.storeBnr {
	line-height: 0;
	margin-bottom: 60px;
}

.goodsPhoto {
    width: 85%;
    margin: 0 auto 10px;
}
.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;
}

#goods .goodsList{

}
#goods .goodsList li{

}
#goods .goodsList li a{

}
#goods .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;
}
#goods .storeTxt{
    text-align: center;
    margin: 80px auto 40px;
    font-size: 16px;
}
#goods .link a{
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: underline;
}
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_2025/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 print, screen and (min-width:768px) {
	.spOn{display:none;}
	#goods ul li {
		width: 28%;
		margin-right: 8%;
	}
	#goods ul li:nth-child(3n) {
		margin-right: 0;
	}
	#goods ul li:nth-child(3) ~ li {
		margin-top: 60px;
	}
	.storeBnr a:hover,
	#goods ul li a:hover {
		opacity: 0.6;
	}
	#goods .link a:hover{
		opacity: 0.6;
	}
	
	#goods .goodsNav div a.goddsNavi01:hover { background-color: #A01930; color: #fff;}
	#goods .goodsNav div a.goddsNavi02:hover { background-color: #333; color: #fff;}
	#goods .goodsNav div a.goddsNavi03:hover { background-color: #668866; color: #fff;}
	
	.modalArea .goodsTit {
	    font-size: 14px;
	    margin: 0 0 15px 0;
	}
}

@media screen and (max-width:767px) {
	.spOn{display:block;}
	
	.storeBnr {
		margin-bottom: 10vw;
	}
	
	#goods .goodsNav {
		justify-content: space-between;
		margin-bottom: 12vw;
	}
	#goods .goodsNav div {
		margin: 0;
	}
	#goods .goodsNav div a {
		padding: 2vw 3vw;
		font-size: 3vw;
	}
	
	#goods ul {
		justify-content: space-between;
	}
	#goods ul li {
		width: 48%;
    	margin-bottom: 10px;
	}
	#goods .goodsList li a .newIcon {
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    top: -20px;
	    left: -13px;
	    font-size: 12px;
	}
	#goods ul li p {

	}
	
	#goods ul li p.itemName {
        margin-bottom: 5px;
        font-size: 12px;
	}
	#goods ul li p.itemName .icon {
	    font-size: 11px;
	    padding: 2px 10px 3px;
	    margin: 0 auto 5px;
	    top: 0;
	    display: block;
	    max-width: 150px;
	}
	#goods ul li p.price {
		font-size: 11px;
	}
	
	#goods ul li .tag {
		top: -2vw;
		left: -2vw;
		font-size: 2.4vw;
		padding: 1vw 2vw;
	}
	#goods ul li .tag.cNagoya + .tag {
		left: 12vw;
	}
	#goods ul li .tag.cOsaka + .tag {
		left: 9vw;
	}
	#goods ul li .tag.cTokyo + .tag {
		left: 9vw;
	}
	#goods ul li .tag.cEC + .tag {
	    left: 70px;
	}

	#goods .endTxt {
	    text-align: center;
	    margin: 0 0 20px 0;
	    font-size: 13px;
	}
	#goods .ac {
	    padding: 0;
	}
	#goods .ac .title {
	    font-size: 12px;
	}

	.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;
	}
}

/* -------------------------------------------------
	special
------------------------------------------------- */

#special {

}
#special .ac {
    background: #ab6fa0;
    padding: 30px;
    margin: 0 0 30px 0;
    border: 5px solid;
}
#special .ac > dd {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid;
    margin: 20px 0 0 0;
}
#special .ac.block_02 {
    background: #58718b;
}
#special .ac.block_02 .tit {
    color: #58718b;
    margin: 0 0 15px 0;
}
#special .ac.block_03 {
    background: #6d619d;
}
#special .ac.block_03 .tit {
    color: #6d619d;
    margin: 0 0 15px 0;}

#special .ac.block_04 {
    background: #b8aa54;
}
#special .ac.block_04 .tit {
    color: #b8aa54;
    margin: 0 0 15px 0;
}
#special .ac.block_05 {
    background: #47774c;
}

#special .ac.block_03 .txt,
#special .ac.block_03 .list,
#special .ac.block_04 .txt,
#special .ac.block_04 .list,
#special .ac.block_03 .attentionList{
    width: 90%;
    margin: 0 auto 20px;
}
#special .ac.block_03 .btn a {
    color: #6d619d;
}
#special .ac.block_05 .btn a {
    color:#47774c;
}
#special .ac .title img{
    max-width: 400px;
}
#special .lead{
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    text-align: left;
}
#special .box {
    margin: 0 auto 50px;
}
#special .box > .tit{
    text-align: center;
    background: #fff;
    font-size: 17px;
    color: #ab6fa0;
    padding: 10px;
    font-weight: bold;
    margin: 0 auto 20px;
}
#special .box .attentionList {
    margin: 0 auto 30px;
}

#special .dateBox{
    border: 1px solid;
}
#special .dateBox > .tit{
    margin: 0 auto ;
}
#special .dateBox .date{
    border-bottom: 1px solid;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
#special .dateBox .date:last-of-type{
    border-bottom:none;
}
#special .ac.block_04 .box{
    margin: 0 auto 10px;
}
#special .btn{
    height: auto;
}
#special .btn a {
    background-color: #ffffff;
    border: #ffffff solid 2px;
    color: #ab6fa0;
    font-size: 16px;
}
#special .btn.off a{
    background: #a8a8a8;
    pointer-events: none;
    border: #a8a8a8 solid 2px;
    color: #fff;
}
#special .btn.gray a{
    background: #a8a8a8;
    border: #a8a8a8 solid 2px;
    color: #fff;
}
#special .txt{
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 16px;
}
#special .detail{
    margin: 0 auto 30px;
    border: 2px solid;
    padding: 0;
}
#special .detail.no-icon dt .txtArea{
    width: 75%;
}
#special .detail dt{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#special .detail dt .tit{
    background: #fff;
    color: #58718b;
    width: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 !important;
}
#special .detail dt .txtArea{
    width: 70%;
    position: relative;
}
#special .detail dt .txtArea .icon{
    width: 45px;
    height: 45px;
    background: #fff;
    color: #58718b;
    border-radius: 999px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#special .detail dt .txtArea .icon span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 10px;
    width: 100%;
    line-height: 1.2;
}
#special .detail dt .txtArea .item{
    font-size: 15px;
}
#special .detail dt .txtArea .item .mini {
    position: relative;
    top: 2px;
}
#special .detail dd{
    padding: 20px;
    border-top: 2px solid;
    margin: 0;
}
#special .detail dd .subBox{
    border-bottom: 1px solid;
    margin: 0 0 20px 0;
}
#special .detail dd .subBox:last-of-type{
    border-bottom:none;
    margin:0;
}
#special .detail dd .subBox .tit{
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #fff;
}
#special .detail dd .subBox .txt{
    text-align: left;
    font-size: 15px;
}
#special .fc .tit {
    background: #cdba75;
    color: #fff;
}
#special .fc .detail dt .tit {
    background: #cdba75;
}

#special .fc .detail {
    border: 2px solid #cdba75;
}
#special .fc .detail dd {
    border-top: 2px solid #cdba75;
}

#special .fc .detail dd .subBox .tit {
    background: none;
}
#special .fc .ac>dt::after {
    border-right: #cdba75 solid 2px;
    border-bottom: #cdba75 solid 2px;
}

#special .prize{
    max-width: 800px;
    margin: 0 auto 50px;
}
#special .prize img{
    width: 100%;
}
#special .prize .ph{
    max-width: 400px;
    margin: auto;
    width: 80%;
}
#special .stepList li{
    font-size: 18px;
    margin: 0 0 10px 0;
}
#special .ac.block_02 .btn a{
    color: #58718b;
}
#special .list li{
    text-indent: -1em;
    margin: 0 0 10px 2em;
    font-size: 13px;
}

#special .ac.block_03 .box{
    margin: 0 auto 20px;
}
#special .ac.block_03 .box.attention{
    width: 100%;
    margin: 0 0 40px 0;
}
#special .ac.block_03 .box.attention .attentionList{
    width: 100%;
    margin: 0;
}
#special .ac.block_06 {
    background: #CA2A2A;
}
#special .ac.block_06 .box > .tit ,
#special .ac.block_06 .detail dt .tit,
#special .ac.block_06 .detail dt .txtArea .icon,
#special .ac.block_06 .btn a{
    color:#CA2A2A;
}
#special .ac.block_06 .box > .tit{
	margin: 0 auto 20px;
}
#special .ac.block_06 .box.dateBox .attentionList,
#special .ac.block_06 .txt,
#special .ac.block_06 .list{
    width: 90%;
    margin: 0 auto 20px;
}
#special .ac.block_06 .box.attention .attentionList {
    width: 100%;
    margin: 0;
}
#special .ac.block_06 .box {
    margin: 0 auto 20px;
}
#special .ac.block_06 .box .ph{
    width: 90%;
    max-width: 600px;
    margin: 0 auto 20px;
}
#special .ac.block_06 .box .ph img{
    width: 100%;
}
#special .ac.block_06 .box .cap{
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}
#special .ac.block_06 .box .itemTit{
    text-align: center;
    margin: 0 auto 10px;
    font-size: 16px;
}
#special .btn.gw{

}
#special .btn.gw a{
    background: #cdba75;
    color: #000;
    border: #cdba75 solid 2px;
    border-radius: 999px;
}
#special .btn.gw span{
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
#special .btn.gw span:before, #special .btn.gw span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#special .btn.gw span:before {
  	left:0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
#special .btn.gw span:after {
  right: 0;
}

#special .ac.block_04 .btn a{
    color: #b8aa54;
}
#special .ac.archive {
    background: #897e56;
}
#special .ac.archive .ac {
    margin: 0 0 10px 0;
}
#special .ac.archive > dd {

}

.cs {
    padding: 50px 0;
    font-size: 50px;
    text-align: center;
    font-family: "gotham", sans-serif;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}
.tc .cs {
}
.attention > li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 0.25em;
    font-size: 0.9em;
}
.attention > li:last-child {
    margin-bottom: 0;
}









.btn_wrap .btn.btn_sub a {
    font-size: 0.8em;
}

.btn_wrap .btn.btn_sub {
    margin-bottom: 12px;
}

.btn.hide a {
    pointer-events: none;
    font-size: 0.9em;
}

.btn_wrap_p .btn a {
    font-size: 0.9em;
}
.btn_wrap_p .btn {
    margin-bottom: 20px;
}
.btn_wrap_p {
    padding-bottom: 15px;
}

.sp_result .contTit {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.sp_result .infoLead {
    text-align: center;
}
.bestShot {
    margin: 0px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}
.bestShot > li {
    width: 23%;
    margin-bottom: 16px;
}


@media screen and (min-width:768px) {

.pc{
    display:block;
}
.sp{
    display:none;
}
	#special .appBtn a:hover {
		background-color: #fff;
		color: #000;
	}
	#special .instaBtn a:hover {
		background-color: #fff;
		color: #252530;
	}
	#special .instaBtn a {
		transition: all 0.3s ease-out;
	}
	#special .instaBtn a:hover span {
		border-bottom: #252530 solid 2px;
	}
	#special .ac.block_03 .btn a:hover{
    color: #fff;
    background: none;
	}
	#special .ac.block_05 .btn a:hover{
    color: #fff;
    background: none;
	}


}
@media screen and (max-width:767px) {
.sp{
    display:block;
}
.pc{
    display:none;
}
	#special.open .para.bg {
		width: 610%;
		height: calc(99% + 12vw);
	}
	.cs {
        padding: 20px 0;
        font-size: calc(46 / 1125 * 100vw);
        position: initial;
        transform: none;
	}
	
	#special .spBox01 {
		padding: 1vw;
		margin-bottom: 6vw;
	}
	#special .spBox01 .spInner {
		padding: 4.5vw;
	}
	#special .spBox01 h3 {
    font-size: 5.5vw;
    line-height: 1.6;
    padding-bottom: 3vw;
    margin-bottom: 6vw;
	}
	#special .spBox01.end h3 {
	}
	#special .spBox01.end h3:hover {
		opacity: 1;
	}
	#special .spBox01 h3 span {
		font-size: 3.8vw;
    	margin-bottom: 0.8vw;
	}
	#special .spBox01 p {
		font-size: 3vw;
		margin-bottom: 4vw;
	}
	#special .spBox01 .icontab {
    width: 5vw;
    height: 5vw;
    }
	#special .spBox01 .iconNewContent {
    right: -15px;
    top: -15px;
    padding: 5px 30px;
    font-size: 18px;
	}
	#special .spBox01 .note {
		font-size: 2.8vw;
	}
	
	#special .innerBoxC1 {
		padding: 6vw 4vw;
		font-size: 3.6vw;
		margin: 6vw 0;
    	display: block;
	}
	#special .innerBoxC1 h4 {
		font-size: 4.4vw;
		margin-bottom: 4vw;
		line-height: 1.4;
	}
	#special .innerBoxC1 p,
	#special .innerBoxC2 p {
		margin-bottom: 2.5vw;
	}
	#special .innerBoxC1 .pic + .txt p {
		font-size: 3vw;
		margin-bottom: 4vw;
	}
	#special .spBox01 h4 {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	#special .innerBoxC1 .pic + .txt h4 {
		font-size: 3.8vw;
		margin-bottom: 5vw;
	}
	
	#special .spBox01 .spPic {
		margin: 0 auto 5vw;
		width: 80%;
	}
	#special .spBox01 .spPic.prizePic {
    max-width: 80%;
	}
	
	#special .innerBoxC1 .pics {
		margin-bottom: 5vw;
	}
	#special .innerBoxC1 .pics li:nth-child(1) {
		width: 73%;
		margin: 0 1%;
	}
	#special .innerBoxC1 .pics li:nth-child(2) {
		width: 23%;
		margin: 0 1%;
	}
	
	#special .scratch {
		display: block;
		margin-bottom: 8vw;
	}
	#special .scratch dt {
		width: 100%;
		padding: 2vw;
		font-size: 3.8vw;
		margin-bottom: 0;
	}
	
	#special .table table th {
		padding: 1.5vw 1vw;
		font-size: 2.6vw;
	}
	#special .scratch dd {
		width: 100%;
		padding: 3vw 4vw;
		font-size: 3.4vw;
		line-height: 1.5;
		margin-bottom: 1vw;
    	text-align: center;
    	display: block;
	}
	#special .scratch dd p {
    	width: 100%;
		margin-bottom: 5vw;
		font-size: 3.8vw;
	}
	#special .scratch dd div {
		width: 80%;
		margin: 0 auto 3vw;
	}
	
	#special .table table tr:first-child th p {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
    	-webkit-text-orientation: sideways;
    	text-orientation: sideways;
    	margin: 0;
    	display: inline;
    	line-height: 1.4;
	}
	#special .table table td {
		font-size: 3vw;
		padding: 1.5vw 1vw;
	}
	#special .table table td span {
		font-size: 2.8vw;
	}
	
	#special .table div {
		margin-bottom: 2vw;
	}
	
	
	#special .innerBoxC2 {
		padding: 4vw;
		font-size: 3vw;
		margin: 6vw 0;
	}
	
	#special .innerBoxC1 .pic + .txt {
		width: 100%;
	}
	#special .innerBoxC1 .pic {
		width: 70%;
		margin: 0 auto 5vw;
	}
	
	#special .schedule {
		display: block;
	}
	#special .schedule li {
		width: 100%;
		margin-bottom: 3vw;
    	font-size: 3.2vw;
	}
	
	#special .spBox02 {
		padding: 1vw;
		margin-bottom: 8vw;
	}
	#special .spBox02 .spInner {
		padding: 4.5vw;
	}
	#special .spBox02 h3 {
		font-size: 7.6vw;
		margin-bottom: 8vw;
		margin-top: 2vw;
	}
	
	#special .twoCol {
		display: block;
		margin-bottom: 8vw;
	}
	#special .twoCol .txt {
		width: 100%;
		margin-bottom: 6vw;
	}
	#special .twoCol .pic {
		width: 100%;
	}
	
	#special .twoCol .txt h4 {
		font-size: 3.8vw;
	}
	#special .twoCol .txt p {
		font-size: 3.4vw;
	}
	
	#special .instaDL {
		margin-bottom: 8vw;
	}
	
	#special .instaDL .dlBtn {
		padding: 4vw;
	}
	#special .instaDL .dlBtn h5 {
		font-size: 3.4vw;
		margin-bottom: 4vw;
	}
	
	#special .instaDL .dlBtn h5::before {
		width: 5vw;
		height: 5vw;
		vertical-align: sub;
		margin-right: 2vw;
	}
	
	#special .instaDL .dlBtn ul li {
    	width: 38.6%;
		margin: 0 4%;
	}
	#special .instaDL .dlBtn ul li:first-child {
    	width: 47.8%;
	}
	#special .step {
		padding: 4vw 5vw;
		display: block;
	}
	#special .step div {
		width: 100%;
		margin-bottom: 3vw;
	}
	#special .step div:last-child {
		margin-bottom: 0;
	}
	
	#special .step div .num {
		width: 17vw;
		height: 17vw;
		font-size: 3.3vw;
	}
	#special .step div p {
		width: calc(100% - 22vw);
		font-size: 3.2vw;
	}
	
	#special .instaBtn {
		margin-bottom: 8vw;
	}
	
	#special .instaBtn a {
		font-size: 3.6vw;
		padding: 6vw 3vw;
	}
	
	#special .masu {
		display: block;
	}
	
	#special .masu .pic {
		width: 75%;
		margin: 0 auto 6vw;
	}
	
	#special .masu .txt {
		width: 100%;
		padding: 0 5vw 5vw;
	}
	#special .masu .txt .masuHead {
		display: block;
		margin-bottom: 1vw;
	}
	#special .masu .txt .masuHead h4 {
		font-size: 5.2vw;
	}
	#special .masu .txt .masuHead p {
		font-size: 4.4vw;
		margin-top: 2vw;
	}
	
	#special .masu .txt p {
		font-size: 3.8vw;
		margin-bottom: 3vw;
	}
	
	#special .masu dl dt {
		font-size: 2.8vw;
		padding: 2vw 0;
	}
	#special .masu dl dd {
		font-size: 2.8vw;
		padding: 2vw 0;
	}

	#special .ac.block_03 .box {
	    margin: 0 auto 10px;
	}
	#special .ac.block_03 .box.attention {
	    width: 100%;
	    margin: 0 0 20px 0;
	}
	#special .ac.block_06 .box .itemTit {
	    text-align: center;
	    margin: 0 auto 10px;
	    font-size: 13px;
	}
	#special .btn.gw a {
	    font-size: 14px;
	}
	#special .btn.gw span:before, #special .btn.gw span:after {
	    width: 12px;
	    height: 2px;
	}
	#special .btn.gw span {
	    padding: 0 30px;
	}

.special_detail_tit {
    padding: 12px 15px;
    font-size: 0.85em;
}

.special_detail_txt {
    padding: 12px 15px;
    font-size: 0.8em;
}

.special_detail_list {
    margin-bottom: 20px;
}
.special_detail_list > li {
    margin-bottom: 13px;
}

.btn_wrap .btn {
    height: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
}
.btn_wrap .btn.btn_sub {
    margin-bottom: 10px;
}
.btn_wrap .btn.btn_sub a {
    font-size: 0.9em;
}

.btn_wrap_p .btn {
    margin-bottom: 15px;
    height: auto;
}
.btn_wrap_p .btn a {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 1.2em;
}


.attention > li {
    font-size: 1em;
}

.sp_result .contTit {
    font-size: 5vw;
    margin-bottom: 0.75em;
}
.sp_result .infoLead {
    text-align: left;
}
.bestShot > li {
    width: 48%;
    margin-bottom: 10px;
}
.bestShot {
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 4%;
}

	
}

/* -------------------------------------------------
	notice
------------------------------------------------- */

#notice {
	background-color: #252530;
	padding-bottom: 40px;
}
#notice .headline {
	position: relative;
	font-size: 28px;
	padding: 40px 0 50px;
	cursor: pointer;
	text-align: center;
}
.tc #notice .headline {
}
#notice .headline::before {
	width: 100%;
	height: 4px;
    margin-top: -6px;
	border-bottom: #fff solid 1px;
	border-top: #fff solid 1px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
}
#notice .headline::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
	transform-origin: center center;
	transform: rotate(45deg);
	position: absolute;
    margin-left: -15px;
	bottom: 0;
	left: 50%;
    box-sizing: border-box;
}
#notice .headline.on::after {
	transform: rotate(-135deg);
    bottom: -15px;
}
#notice .headline span {
	display: inline-block;
	padding: 0 30px;
	background-color: #252530;
	text-align: center;
	position: relative;
}
.tc #notice .headline span {
}
/*#notice .headline span::before,
#notice .headline span::after {
	width: calc(50% - 3.5em);
	height: 4px;
	border-bottom: #fff solid 1px;
	border-top: #fff solid 1px;
	display: block;
	content: "";
	position: absolute;
}
#notice .headline span::before {
	left: 0;
	top: 50%;
}
#notice .headline span::after {
	right: 0;
	top: 50%;
}*/

#notice .noticeDetail {
	display: none;
}

#notice .level2 {
	padding: 45px 0;
	border-bottom: solid 1px #fff;
}
#notice .headline2 {
	margin-bottom: 1.5em;
	font-size: 22px;
    color: #fff;
}
.tc #notice .headline2 {
	}
#notice .desc {
	font-size: 14px;
	line-height: 1.7;
	list-style: disc;
	padding-left: 20px;
}

@media screen and (max-width:767px) {
	#notice {
		padding-bottom: 8vw;
	}
	#notice .headline {
		font-size: 4.6vw;
		padding: 6vw 0 5vw;
	}
	#notice .headline::after {
		width: 4vw;
		height: 4vw;
		margin-left: -2vw;
		bottom: -2vw;
	}
	#notice .headline.on::after {
		bottom: -5vw;
	}
	
	#notice .level2 {
		padding: calc(80 / 1125 * 100vw) 0;
	}
	#notice .headline2 {
		font-size: calc(42 / 1125 * 100vw);
	}
	#notice .desc {
		font-size: calc(34 / 1125 * 100vw);
		line-height: 1.8;
	}
}


/* -------------------------------------------------
	comment
------------------------------------------------- */

.mfp-inline-holder .mfp-content {
    max-width: 960px;
    width: 90%;
	margin: 0 auto;
}
#comment {
	background-color: #fff;
    color: #000;
}
#comment .commentBody {
	height: 80vh;
	overflow: auto;
    padding: 60px;
    box-sizing: border-box;
}
#comment .cmtBox {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #ccc dotted 1px;
}
#comment p {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.9;
}
#comment p.name {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}


@media screen and (max-width:767px) {
	#comment .commentBody {
		height: 70vh;
		padding: 8vw;
	}

	#comment .cmtBox {
		padding-bottom: 6vw;
		margin-bottom: 8vw;
	}
	#comment p {
		margin-bottom: 5vw;
		font-size: 3.3vw;
		line-height: 1.8;
	}
	#comment p.name {
		font-size: 4vw;
	}
}

/* -------------------------------------------------
	para
------------------------------------------------- */

.upper-layer {
	position: relative;
	z-index: 500;
}

.para.para-title {
    width: 100%;
    z-index: 100;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    font-family: meno-display, serif;
    font-weight: 600;
}

.para.para-title .text::before {
    content: "";
    display: block;
    background: url(/static/theyellowmonkey/fanclub_v2/feature/bigegg2024/images/bg_tit_k9E8Gxac.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: center center;
    position: absolute;
    left: -30%;
    bottom: -90%;
    width: 160%;
    height: 230%;
    z-index: -1;
}

.para.para-title .text {
    display: inline-block;
    margin: 0 auto;
    font-size: 38px;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
}
.tc .para.para-title .text {
}
.para.para-title .text.align-right {
	text-align: right;
}

.para.bg {
	width: 280%;
	height: calc(100% + 350px);
	transform-origin: center center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.para.bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #252530;
	transition: width 1.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.para.bg.bg1::before,
.para.bg.bg3::before,
.para.bg.bg5::before,
.para.bg.bg7::before {
	left: 0;
}
.para.bg.bg2::before,
.para.bg.bg4::before,
.para.bg.bg6::before {
	right: 0;
}
.para.bg.show::before {
	width: 0;
}

.para.illust {
	position: absolute;
}



.para.para-title.title1 .text {
}

.para.bg1 {
	background: #564064;
	background: -webkit-linear-gradient(-120deg, #b9c2c6 20%, #f0dcc8 60%);
	background: linear-gradient(-120deg, #b9c2c6 20%, #f0dcc8 60%);
	transform:  translate(-50%,-50%) rotate(-15deg);
	z-index: 20;
}

.para.illust.i1 {
	width: 376px;
	top: -100px;
	right: -65px;
	z-index: 25;
}
.para.illust.i2 {
	width: 481px;
	top: -600px;
	left: -205px;
	z-index: 45;
}
.para.illust.i3 {
	width: 100px;
	bottom: 20%;
	right: 10%;
	z-index: 25;
}

.para.para-title.title2::before {
	transform:  translate(-50%,-50%) rotate(-15deg);
	z-index: 30;
}
.para.para-title.title2 .text {
	z-index: 31;
}

.para.bg2 {
	background: #58799c;
	background: -webkit-linear-gradient(-20deg, #b9c2c6 5%, #f0dcc8 50%, #dc9682 85%);
	background: linear-gradient(110deg, #b9c2c6 5%, #f0dcc8 50%, #dc9682 85%);
	transform:  translate(-50%,-50%) rotate(15deg);
	z-index: 40;
}

.para.illust.i4 {
    width: 180px;
    right: 4%;
    bottom: 18%;
    z-index: 75;
}
.para.illust.i5 {
    width: 340px;
    right: -40px;
    top: -480px;
    z-index: 65;
}
.para.illust.i6 {
    width: 420px;
    left: -170px;
    bottom: -250px;
    z-index: 85;
}
.para.illust.i7 {
	width: 60px;
	left: 26%;
	bottom: 250px;
	z-index: 55;
}

.para.para-title.title3::before {
	transform:  translate(-50%,-50%) rotate(15deg);
	z-index: 50;
}

.para.para-title.title3 .text span {
    display: inline-block;
    background: -webkit-linear-gradient(180deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
    background: linear-gradient(-90deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
}

.para.bg3 {
	background: #96c18e;
	background: -webkit-linear-gradient(-20deg, #b9c2c6 30%, #f0dcc8 55%, #dc9682 80%);
	background: linear-gradient(110deg, #b9c2c6 30%, #f0dcc8 55%, #dc9682 80%);
	transform:  translate(-50%,-50%) rotate(-15deg);
	z-index: 60;
}

.para.illust.i8 {
    width: 540px;
    left: -360px;
    bottom: 240px;
    z-index: 105;
}
.para.illust.i9 {
    width: 250px;
    right: 40px;
    top: -280px;
    z-index: 115;
}

.para.para-title.title4::before {
	transform:  translate(-50%,-50%) rotate(-15deg);
	z-index: 70;
}
.para.para-title.title4 .text {
    z-index: 71;
    top: -264px;
}

.para.bg4 {
	background: #c36a58;
	background: -webkit-linear-gradient(180deg, #b9c2c6 30%, #f0dcc8 55%, #dc9682 80%);
	background: linear-gradient(-90deg, #b9c2c6 30%, #f0dcc8 55%, #dc9682 80%);
	transform:  translate(-50%,-50%) rotate(15deg);
	z-index: 80;
}

.para.illust.i10 {
    width: 440px;
    left: 200px;
    top: -340px;
    z-index: 125;
}
.para.illust.i11 {
	width: 100px;
	left: 40px;
	top: 40%;
	z-index: 125;
}
.para.illust.i12 {
	width: 351px;
	right: 40px;
	bottom: -420px;
	z-index: 145;
}

.para.bg5 {
	background: #96c18e;
	background: -webkit-linear-gradient(-20deg, #b9c2c6 30%, #f0dcc8 55%, #dc9682 80%);
	background: linear-gradient(110deg, #b9c2c6 30%, #f0dcc8 55%, #dc9682 80%);
	transform:  translate(-50%,-50%) rotate(-15deg);
	z-index: 100;
}
.goodsAll .para.bg5 {
    height: calc(100% + 240px);
}
.para.para-title.title5::before {
	transform:  translate(-50%,-50%) rotate(15deg);
	z-index: 90;
}
.para.para-title.title5 .text {
	z-index: 91;
}
.para.bg6 {
	background: #c36a58;
	background: -webkit-linear-gradient(180deg, #b9c2c6 28%, #f0dcc8 54%, #dc9682 85%);
	background: linear-gradient(-90deg, #b9c2c6 28%, #f0dcc8 54%, #dc9682 85%);
	transform:  translate(-50%,-50%) rotate(15deg);
	z-index: 120;
}
.para.para-title.title6::before {
	transform:  translate(-50%,-50%) rotate(-15deg);
	z-index: 110;
}
.para.para-title.title6 .text {
	z-index: 111;
}

.para.bg7 {
	background: #96c18e;
	background: -webkit-linear-gradient(-20deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 100%);
	background: linear-gradient(110deg, #b9c2c6 10%, #f0dcc8 50%, #dc9682 100%);
	transform:  translate(-50%,-50%) rotate(-15deg);
	z-index: 140;
}
.para.para-title.title7::before {
	transform:  translate(-50%,-50%) rotate(15deg);
	z-index: 130;
}
.para.para-title.title7 .text {
	z-index: 131;
}



@media screen and (max-width:767px) {
	.para.para-title {
	    margin-bottom: 40px;
	}
	.para.para-title::before {
		height: 100vw;
	}
	.para.para-title .text {
		width: 90%;
		font-size: 23px;
	}

	.para.bg {
		height: calc(100% + 40vw);
	}
	.para.bg::before {
		transition: width 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	}
	

.about_list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.about_tit {
    font-size: 15px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
}
.about_info {
    width: 100%;
}

.live_name .sml {
    font-size: 0.72em;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 7px;
}

.live_name {
    font-size: 20px;
}
.about_info .date {
    font-size: 25px;
}
.about_info .place {
    font-size: 26px;
    margin-right: 20px;
}
.about_info .access {
    font-size: 13px;
    padding: 4px 13px 6px;
    vertical-align: 5px;
}
.about_info .time {
    font-size: 11px;
    font-weight: 600;
    padding-top: 3px;
}
	
	#ticket .para.bg {
		height: calc(100% + 22vw);
    	width: 400%;
	}
	.para.bg5 {
		height: calc(100% + 25vw);
		width: 300%;
	}
	.goodsAll .para.bg5 {
		height: calc(100% + 6vw);
		width: 540%;
	}

    #special .ac {
        padding: 15px;
        margin: 0 0 20px 0;
        border: 5px solid;
    }
	#special .ac .title img {
	    max-width: 175px;
	}

	#special .ac>dt {
	    padding: 0px 20px 0px 0px;
	}
	#special .ac>dt::after {
	    right: 10px;
	}

#special .ac > dd {
    display: none;
    padding: 15px 0 0;
    border-top: 1px solid;
    margin: 15px 0 0 0;
}
#special .ac .title {
    padding-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
}
#special .lead {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 15px 0;
    text-align: left;
}
#special .box > .tit {
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #ab6fa0;
    padding: 10px;
    font-weight: bold;
    margin: 0 auto 20px;
}
#special .dateBox .date {
    border-bottom: 1px solid;
    padding: 15px;
    text-align: center;
    font-size: 13px;
}
#special .box {
    margin: 0 auto 20px;
}
#special .btn a {
    font-size: 11px;
    padding: 15px;
}
#special .btn {
        width: 95%;
        font-size: 14px;
        background-size: 100% 100% !important;
        margin: 0 auto 10px;
    }
    
#special .txt {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 13px;
}
#special .txt.center{
    text-align: center;
}
#special .detail dt .tit {
        margin: 0;
        width: 17%;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        padding: 10px 5px;
        box-sizing: border-box;
}
#special .detail dt .txtArea .icon {
    width: 45px;
    height: 45px;
    background: #fff;
    color: #58718b;
    border-radius: 999px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#special .detail dt .txtArea .item {
    font-size: 11px;
}
#special .detail dt .txtArea {
    width: 63%;
    position: relative;
}
#special .dateBox > .tit {
    margin: 0 auto;
}
#special .detail {
    margin: 0 auto 30px;
    border: 2px solid;
    padding: 0;
}
#special .detail dd {
    padding: 15px;
    border-top: 1px solid;
    margin: 0;
}
#special .detail dd .subBox .tit {
    font-size: 13px;
    margin: 0 0 5px 0;
    color: #fff;
}
#special .detail dd .subBox .txt {
    text-align: left;
    font-size: 11px;
}
#special .box .attentionList {
    margin: 0 auto 15px;
}

#special .prize {
    max-width: 800px;
    margin: 0 auto 20px;
}
#special .stepList li {
    font-size: 13px;
    margin: 0 0 10px 0;
}
#special .list li {
    text-indent: -1em;
    margin: 0 0 10px 1em;
    font-size: 12px;
}
#special .fc .tit {
    background: #cdba75;
    color: #fff;
}






}