@charset "UTF-8";

#mainWrap #variationArea.area {
		margin-bottom:0;
    padding: 0 3% 5px !important;
}

#entryArea h2 {
	font-size:2.8rem;
}

@media screen and (max-width: 768px)
#entryArea h2 {
    font-size: 2.2rem !important;
}

#ticket-freeview .btn input[type="submit"] {
		font-size: 2.4rem;
    font-weight: 700;
    max-width: 380px;
    margin: 30px auto 0;
		width: 100%;
		max-width: 380px;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 20px;
    background: #29abe2;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 35%);
    padding: 20px;
    transition: all .2s ease-in-out;
}

#ticket-freeview .btn input[type="submit"]::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 25px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(
45deg
);
}

/* エントリーページ
------------------------------ */

#ticket-freeview {
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: 0 auto;
}

#ticket-freeview .note {
	text-align: right;
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 700;
}


#ticket-freeview .lead {
	padding:20px;
	border:solid 1px #09335d;
}

#ticket-freeview .lead .rule{
	width:400px;
	margin:0 auto 20px;
	padding:10px 30px;
	background-color:#09335d;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
}

#ticket-freeview .lead ul{
	width:96%;
	margin:0 auto;
}

#ticket-freeview .lead li{
	text-align:left;
	margin:0;
	list-style: disc;
	line-height:1.8;
}

#ticket-freeview .lead li b{
	font-weight:bold;
}

#ticket-freeview .lead .caution{
	margin:20px auto 0;
	font-size: 1.6rem;
	font-weight:bold;
	color:#ff0000;
}



#listenersStatus .ttl_h3{
	width:100%;
	margin:0 auto 20px;
	padding:10px 30px;
	background-color:#09335d;
	text-align:center;
}

#listenersStatus h3{
	width:100% !important;
	height:auto !important;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
}

#listenersStatus h3{
	width:100% !important;
	height:auto !important;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
	text-indent: initial !important;
}


#listenersStatus dl{
	margin:40px auto;
}

#listenersStatus dt{
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
	display:inline-block;
	width: 240px;
}

#listenersStatus .errorTxt
	color:#ff0000;
}

#listenersStatus dd{
	display:inline-block;
	width: 400px;
	text-align:left;
}

#listenersStatus input[type="text"], input[type="email"] {
    display: inline-block;
		font-size:1.2em;
    width: 100%;
    padding: 3px;
    background-color: #f8f8f8;
    border-radius: 6px;
}

#listenersStatus input[type="submit"] {
	color: #333;
	font-size:1.2em;
	border: solid 1px #333;
	border-radius: 8px;
	padding: 10px 20px;
	width: auto;
	display: inline-block;
	margin: 0 10px 40px;
	background-color:#ccc;
}

#listenersStatus input[type="submit"]:Hover {
  cursor: pointer;
}

#listenersStatus .buyticket {
  margin:60px auto 0;
}




#listenersStatus .block_form .link {
		display: block;
    width: 80%;
    margin: 50px auto 100px;
		position: relative;
}

#listenersStatus .block_form .link a{
		color:#fff;
		background-color: #d41c1c;
		font-size: 2.8rem;
		font-weight: 700;
		padding: 30px 10px;
		display:block;
}

#listenersStatus .block_form .link a::after{
		content: "";
		display: block;
		width: 22px;
		height: 20px;
		background-image: url(../img/common/icon_arrow_fff.svg);
		background-size: contain;
		position: absolute;
		top: calc(50% - 10px);
		right: 30px;
}



@media screen and (max-width: 768px) {
#ticket-freeview {
	width: calc(100% - 20px);
	margin: 0 auto;
}

#ticket-freeview .areaInner {
	width: calc(100% - 40px);
}

#ticket-freeview .lead {
	padding:5px;
	border:solid 1px #09335d;
}

#ticket-freeview .lead .rule{
	width:100%;
	margin:0 auto 20px;
	padding:10px 30px;
	background-color:#09335d;
	font-size: 2.0rem;
	font-weight:bold;
	color:#fff;
}

#ticket-freeview .lead ul{
	width: 89%;
	margin: 0 0 20px 30px;
}

#ticket-freeview .lead li{
	text-align:left;
	margin:0;
	list-style: disc;
	line-height:1.8;
}

#ticket-freeview .lead li b{
	font-weight:bold;
}

#ticket-freeview .lead .caution{
	margin:0 auto 20px;
	font-size: 1.6rem;
	font-weight:bold;
	color:#ff0000;
}

#listenersStatus dt{
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	display:block;
	width: 100%;
}


#listenersStatus .block_form .link {
		display: block;
    width: 100%;
    margin: 50px auto 100px;
		position: relative;
}

#listenersStatus .block_form .link a{
		color:#fff;
		background-color: #d41c1c;
		font-size: 2.8rem;
		font-weight: 700;
		padding: 30px 10px;
		display:block;
}

#listenersStatus .block_form .link a::after{
		content: "";
		display: block;
		width: 22px;
		height: 20px;
		background-image: url(../img/common/icon_arrow_fff.svg);
		background-size: contain;
		position: absolute;
		top: calc(50% - 10px);
		right: 10px;
}

}






#listenersStatus form {
	margin-bottom:40px;
}

#listenersStatus h3 {
	background: initial !important;
}

#loginArea {
	background: #eaeaea !important;
}
/* 
------------------------------ */
#mainWrap #variationArea.area {
    margin-bottom: 0;
    padding: 0 3% 50px !important;
}

#ticketOnline.ticketBlk .box {
    width: 100% !important;
}

#variationArea .comment {
    margin-bottom: 0px !important;
}

#ticketArea .ticketBlk {
    padding: 0px 3% !important;
}

#ticketArea {
    margin-top: 0px !important;
}

#entryArea h2 {
    font-size: 2.0rem;
}


@media screen and (max-width: 768px) {

#mainWrap #variationArea.area {
    margin-bottom: 0;
    padding: 50px 3% !important;
}


}




#ticketArea .ticketBlk .box .txt .btn.metamask a {
	background: #e2761b;
	text-align:center;
}

#ticketArea .box .special ul li .note {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}

.howto_nft {
	margin:30px auto;
}