@charset "utf-8";

:root {
	--unit-color:#0c9cde;
	--unit-light-color:#9ddff7;
	--unit-subcolor:#0f6cba;
	--unit-txtcolor:#111f2b;
	--event-color:#0c9cde;
	--event-light-color:#9ddff7;
	--event-subcolor:#0f6cba;
	--event-txtcolor:#111f2b;
}
.menu ul li a {
	padding: 10px 15px 5px;
	background-color: var(--unit-subcolor);
	color: #FFF;
	border-bottom: 5px solid var(--unit-subcolor);
}
.menu ul li a.now {
	border-bottom: 5px solid var(--unit-light-color);
}
.menu ul#windy {
	margin: 1em 0;
}
.menu ul#windy li {
	width: 100%;
}
.menu ul#windy li a {
	background-color: #33cc66;
	border-bottom: 5px solid #33cc66;
}

.bnrlink {
	background-color: var(--unit-color);
}
body {
	background-image: url(../img/special/6thlive2022/bg.gif);
	background-repeat: repeat-x;
}
.goodslist ul li:nth-child(odd) img {
	background-image: -webkit-linear-gradient(270deg,rgba(12,156,222,0.20) 0%,rgba(12,156,222,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(12,156,222,0.20) 0%,rgba(12,156,222,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(12,156,222,0.20) 0%,rgba(12,156,222,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(12,156,222,0.20) 0%,rgba(12,156,222,0.00) 100%);
}
.goodslist ul li:nth-child(even) img {
	background-image: -webkit-linear-gradient(270deg,rgba(15,108,186,0.20) 0%,rgba(15,108,186,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(15,108,186,0.20) 0%,rgba(15,108,1869,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(15,108,186,0.20) 0%,rgba(15,108,186,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(15,108,186,0.20) 0%,rgba(15,108,186,0.00) 100%);
}
#str table,
#overseas table {
	width: 100%;
}
#str th,
#overseas th {
	background-color: var(--unit-light-color);
	line-height: 1em;
	vertical-align: middle;
	padding: 0.5em 0 0.3em;
	white-space: nowrap
}
@media screen and (min-width:481px) {
	.sponly {
		display: none;
	}
}


#str .tab_area,
#overseas .tab_area {
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #333;
}
#str .tab_area li,
#overseas .tab_area li {
	width: 300px;
	max-width: 40%;
	padding: 15px 5px 5px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	margin: 0 10px;
}
#str .tab_area li.select,
#overseas .tab_area li.select {
	cursor: default;
}
#str .tab_area li:first-child,
#overseas .tab_area li:first-child {
	background-color: rgba(44,65,145,0.50);
}
#str .tab_area li:first-child.select,
#overseas .tab_area li:first-child.select {
	background-color: #2c4198;
}
#str .tab_area li:last-child,
#overseas .tab_area li:last-child {
	background-color: rgba(238,118,43,0.50);
}
#str .tab_area li:last-child.select,
#overseas .tab_area li:last-child.select {
	background-color: rgba(238,118,43,1);
}



.catch {
	font-size: 120%;
	margin-bottom: 15px;
	font-weight: bold;
}
.catch.ocean,
.ocean-color {
	color: #2c4198!important;
}
.catch.sunny,
.sunny-color {
	color: #ee762b!important;
}
.catch span {
	display: inline-block;
}

.kv {
	text-align: center;
}
.kv2 {
	padding-top: 15px;
}
@media screen and (min-width:481px) {
	.catch {
		text-align: center!important;
	}
	.kv2 {
		display: flex;
		max-width: 704px;
		margin: auto;
		align-items: center;
	}
	.kv2 > img,
	.kv2 > div {
		width: 50%;
		height: auto;
		display: block;
	}
}
@media screen and (max-width:480px) {
	.kv2 {
		display: block;
	}
	.kv2 > img {
		width: 100%;
		max-width: 352px;
		height: auto;
		display: block;
		margin: auto;
	}
	.kv2 > div img {
		display: block;
		margin: auto;
	}
}
.kv2 .flexslider {
	margin-bottom: 0;
}
.hedding {
	width: auto;
	color: white;
	padding: 5px;
	text-align: left;
	border-radius: .3em;
	font-size: 12px;
	margin-bottom: 30px;
	background-color: var(--unit-color);
}
.hedding span {
	display: inline-block;
}
.lead {
	padding: 1em 1em 0 1em;
}
.lead p {
	margin-bottom: 1em;
}

.wraptable {
	border: 3px solid;
	border-radius: 5px;
}
.wraptable .logo {
	vertical-align: middle;
}
.ocean {
	border-color: #2c4198!important;
}
.sunny {
	border-color: #ee762b!important;
}
@media screen and (min-width:1024px) {
	.wraptable .logo {
		width: 220px;
	}
	.wraptable > tbody > tr > td {
		padding: 10px 0;
	}
}
@media screen and (max-width:678px) {
	.wraptable {
		display: block;
		padding: 10px 5px;
	}
	.wraptable > tbody {
		display: inline;
	}
	.wraptable > tbody tr {
		display: block;
		margin-bottom: 5px;
	}
	.wraptable > tbody tr:last-of-type {
		margin-bottom: 0;
	}
	.wraptable > tbody tr td {
		display: block;
	}
	.wraptable img {
		display: block;
		margin: 0 auto 10px;;
	}
	.wraptable table {
		width: 100%!important;
	}
	.wraptable table tr th {
		display: block;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
		line-height: 1;
	}
	.wraptable.ocean table tr th {
		color: #2c4198!important;
	}
	.wraptable.sunny table tr th {
		color: #ee762b!important;
	}
	.wraptable table tr td {
		display: block;
		text-align: center;
		font-size: 90%!important;
	}
}


.contactbox {
	margin-bottom: 15px;
	padding: 0;
}
.contactbox:last-of-type {
	margin-bottom: 0;
}
.contactbox span {
	display: inline-block;
}
.contactbox strong {
	display: block;
	margin-bottom: 5px;
}
.contactbox p {
	margin: 0;
	padding-left: 15px;
}


.infomationbox {
	padding: 30px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,.5);
	font-size: 14px;
	color: var(--unit-txtcolor);
}
@media screen and (max-width:480px) {
	.infomationbox {
		padding: 30px 10px;
	}
}
.infomationbox .index {
	padding: 5px 15px;
	border-radius: calc(1em + 10px);
	margin-bottom: 15px;
	font-size: 120%;
	line-height: 1.3;
	border: 4px solid var(--unit-light-color);
	background-color: var(--unit-color);
	color: #FFF;
}
.infomationbox .info {
	margin-bottom: 30px;
	padding: 0 1em;
}
.infomationbox .info p {
	margin-bottom: 15px;
}
.infomationbox .info p.indent {
	padding-left: 1em;
}
.infomationbox .info p span {
	display: inline-block;
}

.infomationbox .info table {
	width: 100%;
}


.infomationbox .info table tr td {
	font-size: 120%;
	padding-left: .5em;
}
.infomationbox .info table.schedule tr td {
	padding-right: 2em;
}
.infomationbox .info table.schedule tr > td:last-child {
	padding-right: 0;
}

.infomationbox .info table tr td span {
	display: inline-block;
}

.infomationbox#top .info table tr td {
	font-size: 110%;
	padding-left: .5em;
}
.infomationbox#top .info table.schedule tr td {
	padding-right: 0;
}



/*
.infomationbox .info dl {
	margin-bottom: 5px;
	font-size: 120%;
}
*/

.infomationbox .info dl {
	margin-bottom: 15px;
}
.infomationbox .info dl::after {
	display: block;
	width: 100%;
	content: '';
	clear: both;
}

.infomationbox .info dl dt {
	width: 11em;
	padding-left: 1em;
	display: block;
	float: left;
}
.infomationbox .info dl dd {
	padding-left: 11em;
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px dotted var(--unit-subcolor);
}
.infomationbox .info dl dd span {
	display: inline-block;
}

/*
.infomationbox .info dl.schedule dt {
	width: 4.5em;
	padding-left: 1em;
	display: block;
	float: left;
	clear: both;
}
@media screen and (min-width:481px) {
	.infomationbox .info dl.schedule dd {
		float: left;
	}
	.infomationbox .info dl.schedule dd:first-of-type {
		padding-right: 2em;
	}
}
@media screen and (max-width:480px) {
	.infomationbox .info dl {
		margin-bottom: 10px;
	}
	.infomationbox .info dl.schedule dd {
		padding-left: 5.5em;
	}
}
*/

.infomationbox .info dl.ticket-schedule {
}
.infomationbox .info dl.ticket-schedule dt {
	width: 7em;
}
.infomationbox .info dl dd {
	padding-left: 7em;
}
@media screen and (max-width:480px) {
.infomationbox .info dl.ticket-schedule {
}
.infomationbox .info dl.ticket-schedule dt {
	width: 6em;
	padding-left: .5em;
}
.infomationbox .info dl dd {
	padding-left: 6em;
}
}

.infomationbox .info .option_title {
	font-weight: bold;
}

.infomationbox .goodsinfo .red {
	color: #FF0000;
}
.infomationbox .goodsinfo dl {
	margin-bottom: 15px;
}
.infomationbox .goodsinfo dl dt {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}
.infomationbox .goodsinfo dl dd {
	padding-left: 1em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px dotted var(--unit-light-color);
}
.infomationbox .goodsinfo dl dd span {
	display: block;
	font-size: 90%;
	margin-left: 1em;
}
.infomationbox .goodsinfo dl dd span::before {
	content: '※';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}
.infomationbox .goodsinfo dl dd ul {
	padding: 0;
}
.infomationbox .goodsinfo dl dd ul li {
	margin-left: 1em;
	margin-bottom: .5em;
}
.infomationbox .goodsinfo dl dd ul li::before {
	content: '・';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
	
}

.infomationbox .cap {
	text-align: center;
}
@media screen and (max-width:480px) {
	.infomationbox .cap {
		text-align: left;
	}
}
.infomationbox .info_list {
	padding: 30px 0;
	font-size: 90%;
}
.infomationbox .attention {
	padding: 5px 0;
	font-size: 90%;
}
/*.infomationbox dl.cautions dd .attention {
	font-size: 100%;
}*/
.infomationbox .attention.access {
	padding: 5px 0;
	font-size: 100%;
}
.infomationbox .info_list li,
.infomationbox .attention li,
.infomationbox span.attention {
	margin-left: 1em;
	margin-bottom: .5em;
}
.infomationbox .info_list li::before {
	content: '・';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}
.infomationbox .attention li::before,
.infomationbox span.attention::before{
	content: '※';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}

.goodslist ul li img {
	border-radius: .3em;
	margin-bottom: 15px;
}

.attentionbox {
	padding: 30px 10px 0;
}
.attentionbox dt {
	font-weight: bold;
	background-color: var(--unit-subcolor); 
	color: #FFF;
}
.attentionbox dd {
	padding: 15px 5px 30px;
}
.attentionbox dd ul li {
	margin-left: 1em;
}
.attentionbox dd ul li::before {
	content: '◆';
	display: inline-block;
	width: 1em;
	text-align: left;
	margin-left: -1em;
}
.attentionbox dd ul li.circle-w::before {
	content: '○';
	display: inline-block;
	width: 1em;
	text-align: left;
	margin-left: -1em;
}
.attentionbox dd ul li.access::before {
	content: '';
	display: inline-block;
	width: 1em;
	text-align: left;
	margin-left: -1em;
}
.attentionbox td {
	vertical-align: top;
}
.red {
	color: red;
}



dl.cautions {
	margin-bottom: 15px;
	margin-top: 15px;
}
dl.cautions dt {
	font-weight: bold;
	font-size: 120%;
	color: var(--unit-subcolor);
	border-bottom: 1px solid var(--unit-light-color);
}
dl.cautions dt span {
	display: inline-block;
}
dl.cautions dd {
	font-size: 110%;
	padding: .5em 1em 1.5em;
}
dl.cautions dd span {
	display: inline-block;
}
dl.cautions dd dt {
	font-weight: normal;
	border: none;
	color: var(--unit-subcolor);
}
dl.cautions dd dd {
	font-size: 1em;
	padding: .5em;
}
.cautions .bnrlink,
.attention .bnrlink {
	margin: 0;
	font-size: 1em;
}

dl.contact > dt {
	font-weight: 600;
	color: var(--unit-subcolor);
	border-bottom: 1px solid var(--unit-light-color);
}
dl.contact > dd {
	padding: .5em .5em 2em 1em;
}
dl.contact dl.child > dd {
	padding: 0 0 0 .5em;
}


dl.top dt {
	padding: 3px 5px;
	background-color: var(--unit-light-color);
}
dl.top dd {
	padding: 15px 10px;
}


.info table tr td {
	vertical-align: top;
}
@media screen and (max-width:480px) {
	.schedule,
	.schedule tbody,
	.schedule tr {
		display: inline;
	}
	.schedule td {
		display: block;
	}
	.schedule td.time {
		padding-left: 3.6em;
	}
}




.premiumticketbox {
	display: block;
	background-color: rgba(0,140,214,0.12);
	padding: 1em;
	border-radius: .3em;
}
.infomationbox .info .premiumticketbox p {
	margin-bottom: 10px;
}
.infomationbox .info .premiumticketbox p.title {
	font-weight: bold;
}
.infomationbox .info .premiumticketbox .ticketimg {
	padding: 1em;
}



/* for overseas pages */
.infomationbox .info dl.ticket dt {
	width: auto;
	float: none;
	padding-left: 1em;
	font-size: 120%;
}
.infomationbox .info dl.en-ticket {
	border: 1px solid #EEE;
	padding: 15px;
}
.infomationbox .info dl.en-ticket dt {
	width: auto;
	float: none;
	padding-left: 0;
	font-size: 120%;
    background-color: #EEE;
    font-weight: bold;
}
.infomationbox .info dl.en-ticket dd {
	padding: 0;
	margin-bottom: 0;
	border: none;
	font-size: 120%;
}
.infomationbox .info dl.en-ticket > dd:first-of-type {
	padding: 1em 0 0;
}
.infomationbox .info dl.en-ticket dd dl.child {
	margin: .5em 0;
}
.infomationbox .info dl.en-ticket dd .child dt,
.infomationbox .info dl.en-ticket dd .child dd {
	font-size: calc(1em / 1.2);
}
.infomationbox .info dl.en-ticket dd .child dd {
	padding: .2em 0 .5em;
}
.infomationbox .info dl.en-ticket dl.child dt {
    background-color: var(--sp-light-color);
    color: var(--sp-color);
    font-weight: bold;
}



.infomationbox .imgbox {
	padding: 15px 0;
	text-align: center;
}

.payment_list th,
.payment_list td {
	border-bottom: 1px dotted #AAA;
	padding: .5em 0;
}
.payment_list tr:first-of-type th,
.payment_list tr:first-of-type td {
	border-top: 1px dotted #AAA;
}

.payment_list th {
	white-space: nowrap;
	font-weight: normal;
}

.payment {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: -.5em;
}
.payment li {
	padding: .3em 1em;
	border: 1px solid var(--event-subcolor);
	border-radius: 1em;
	line-height: 1;
	margin-right: 1em;
	list-style-type: none;
	margin-bottom: .5em;
}
.attentionbox dd ul.payment li::before {
	content: '';
}

@media screen and (max-width:480px) {
	.payment_list,
	.payment_list tbody,
	.payment_list tr {
		display: inline;
	}
	.payment_list tr:first-of-type th,
	.payment_list tr:first-of-type td {
		border: none;
	}
	.payment_list th {
		display: block;
		background-color: var(--event-light-color);
		margin-bottom: .5em;
		border: none;
		padding: 0 0 0 5px;
	}
	.payment_list td {
		display: block;
		padding-left: 1em;
		padding-bottom: 1em;
		border: none;
	}
}
.tktnimg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tktnimg li {
	width: calc(100% / 2);
	padding: 5px;
	text-align: center;
}
.tktnimg li img {
	border: 1px solid;
}




/* タブエリア　個別設定 */

.tab_area li {
	width: calc(100% / 3); 
}

/* チケットページ用 */
.tab_area#ticket {
	border-bottom: 2px solid var(--event-subcolor);
}
.tab_area#ticket li {
	width: calc(100% / 3); 
	border-top:2px solid var(--event-subcolor);
}
.tab_area#ticket li:nth-child(1){
	color: var(--event-subcolor);
	border-top:2px solid var(--event-subcolor);
}
.tab_area#ticket li:nth-child(2){
	color: var(--unitlive-color);
	border-top:2px solid var(--event-subcolor);
}
.tab_area#ticket li.select:nth-child(1){
	color: #fff;
	border-top:2px solid var(--event-subcolor);
	background-color: var(--event-subcolor);
}
.tab_area#ticket li.select:nth-child(2){
	color: #fff;
	border-top:2px solid var(--event-subcolor);
	background-color: var(--event-subcolor);
}




