body {
background: var(--background)!important;
color: var(--foreground)!important;


}

.darkmode {
	/* background: black!important;
	color: white!important; */

}

/* ===============================
Transparent Header Sticky On Scroll
================================== */

/*CSS for Sticky header*/
/* .site-header {
    position: fixed !important;
    width: 100%;
}
 */


/* =================
LIGHT/DARK MODE SWITCH
================= */

/* .dark-mode-toggle {
  position: absolute;
  top: .5em;
  right: .5em;
  width: 50px;
  height: 50px;
padding: 0;
border-radius: 50%;
background: transparent!important;
display: flex;
justify-content: center;
align-items: center;
  cursor: pointer;
  z-index: 100;
}

.dark-mode-toggle-pages {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
padding: 0;
border: var(--light-dark-fill) solid 2px;
border-radius: 50%;
 box-shadow: 12px 12px 32px rgba(0, 0, 0, 0.1), -5px -5px 15px #ffffff;
background: transparent!important;
display: flex;
justify-content: center;
align-items: center;
  cursor: pointer;
  z-index: 100;
}

.dark-mode-toggle svg {
  fill: var(--global-home-menu);
}

.dark-mode-toggle-pages svg {
  fill: var(--light-dark-fill);
}

#dark-mode-toggle svg:last-child {
  display: none;
}

.darkmode #dark-mode-toggle svg:first-child {
  display: none;
}

.darkmode #dark-mode-toggle svg:last-child {
  display: block;
}

#dark-mode-toggle svg:hover {
  fill: var(--jyakuchu-yellow);
}

.click-here {
  width: 100px;
  right: 2em;
  position: absolute;
  top: 3.5em;
} */

/* ==============
=====================
=====================
SCHEDULE
=====================
=====================
========== */

/* =================
Page Top styles 
================== */

.topFlexGrand {
	position: relative;
	/* border: blue 2px solid; */

	/* display: flex;
	flex-flow: row;
	border: none;
	justify-content: space-around;
	margin-bottom: 1rem; */
}


.foundDate,
.foundDate_JP {
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	position: relative;
	height: auto;
	background: var(--white);
	margin: 0 auto 20px auto;
	padding: 2%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 33%);
	opacity: 0.8;
}

.foundDate {font-family: var(--primary-ENfont);}

.foundDate_JP {font-family: var(--secondary-JPfont);}

.foundDateTopEN,
.foundDateTopJP {
	color: var(--black);
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 1em;
}

.foundDateTopLeft,
.foundDateTopRight {
	font-size: .7em;
}

.foundDateTopLeft {
	font-family: var(--primary-ENfont);
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
	font-weight: 700;
	font-size: 1.2em;
}

.foundDateTopRight {
	font-family: var(--primary-ENfont);
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
	text-align: right;
	font-weight: 700;
	font-size: 1.2em;
}


/* ==============
Leader/Band Styles
==================*/

.leaderBand {
	position: relative;
	text-align: center;
	font-size: 1.5em;
	max-width: 100%;
	padding: 15px 0 30px 0;
	font-family: var(--primary-ENfont);
	letter-spacing: 2px;
}

.leaderBand a:link,
.leaderBandJP a:link {
	color: var(--dark-red);
}

.leaderBand a:visited,
.leaderBandJP a:visited {
	color: var(--dark-red);
}

.leaderBand a:hover,
.leaderBandJP a:hover {
	color: var(--clr-accent);
	text-decoration: underline;
	font-weight: 800;
}

.leaderBand a:active,
.leaderBandJP a:active {
	color: var(--dark-red);
}

.leaderBandJP {
	position: relative;
	text-align: center;
	font-size: 1.5em;
	max-width: 100%;
	padding: 15px 0 30px 0;
	font-family: var(--secondary-JPfont);
	letter-spacing: 2px;
}

.leader_band_photo_container {
	display: flex;
	justify-content: center;
	position: relative;
	margin: auto;
	width: 60%;
}

.leader_band_photo,
.cancel_loader,
.leaderBand {
grid-area: 1 / 1;
}

.leader_band_photo,
.featuringPhoto {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	padding: 10px;
	background: #FFFFFF;
	margin: auto;
}

/* Make the image fit the box */
.leader_band_photo img,
.featuringPhoto img {
	border: 1px solid #8a4419;
	border-style: inset;
}

.the_genre {
	font-family: var(--primary-ENfont);
	color: var(--black);
	text-align: center;
	font-size: 1rem;
	padding: 15px 0 15px 0;
	max-width: 100%;
}




/* ==============
Location Styles
==================*/

.the_location {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
}

.the_location a:link {
	color: var(--dark-red);
}

.the_location a:visited {
	color: var(--dark-red);
}

.the_location a:hover {
	color: var(--clr-accent);
	font-weight: 800;
}

/*.the_location a:active {
	color: var(--dark-red);
}*/

.loc {
	font-size: 1.5em;
	font-family: var(--primary-ENfont);
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
}

.locJP {
	font-size: 1.5em;
	font-family: var(--secondary-JPfont);
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
}

.at_mark {
	font: bold 1em Times New Roman, Times, serif;
	color: var(--dark-red);
	display: inline;
}

.loc:link,
.the_members a:link {
	font-family: var(--primary-ENfont);
	color: var(--dark-red);
	font-size: 1.5rem;
}

.locJP:link,
.the_membersJP a:link {
	font-family: var(--secondary-JPfont);
	color: var(--dark-red);
	font-size: 1.5rem;
}

.loc a:visited,
.the_members a:visited,
.locJP a:visited,
.the_membersJP a:visited {
	color: var(--dark-red);
	text-decoration: none;
}

.loc a:hover,
.the_members a:hover,
.locJP a:hover,
.the_membersJP a:hover {
	color: var(--clr-accent);
	letter-spacing: 2px;
}

.city {
	font-family: var(--primary-ENfont);
	color: var(--black);
	font-size: 1em;
	margin-bottom: 1.5em;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
}

.cityJP {
	font-family: var(--secondary-JPfont);
	font-size: 1.2em;
	margin-bottom: 1em;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
}

/*phone*/
a[href^="tel:"] {
	color: black;
	font-family: var(--mono-ENfont);
	font-weight: 700;
}

a[href^="tel:"]:hover {
	color: var(--clr-accent);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 0px;
}


/* ==============
Information Styles
==================*/

.the_exInfo,
.the_exInfoJP {
	color: var(--black);
	font-size: 1.5em;
	text-align: center;
	padding: 15px 0 15px 0;
}

.the_exInfo {font-family: var(--primary-ENfont);}
.the_exInfoJP {font-family: var(--secondary-JPfont);}

/* ==============
Featuring Styles
==================*/

.featuring_container {font-family: var(--primary-ENfont);}
.featuring_containerJP {font-family: var(--secondary-JPfont);}

.featuring_container,
.featuring_containerJP {
	font-family: var(--secondary-JPfont);
	margin: 50px 0 10px 0;
	text-align: center;
	font-size: .9em;
}

.twodots::before {
	content: ":";
	color: var(--black);
}

.twodots {
	display: inline-block;
	font-family: var(--primary-ENfont);
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	margin: 0 5px 0 2px;
}

.featuringName {font-family: var(--primary-ENfont);}
.featuringNameJP {font-family: var(--secondary-JPfont);}
.featuringName,
.featuringNameJP {
	display: inline-block;
	font-size: 1.3em;
	margin: 10px 0 20px 0;
}

.featuringPhoto {
	/*	height: 40%;*/
	width: 40%;
}

/* ==============
URL/Banner Styles
==================*/

.schedule_urlicon {
	padding: 10px;
	width: 12em;
	text-align: center;
	/* z-index: 10; */
}

.schedule_urlicon img {
	margin: auto;
	width: 50%;
	height: 50%;
}

.schedule_url_desc {
	color: var(--black);
	font-size: .8em;
	width: max-content;
	margin: 0 auto;
}

.gradient-border {
	--borderWidth: 3px;
	background: #ffffff;
	position: relative;
	border-radius: var(--borderWidth);
	/*	width: 100px;*/
	margin: 50px auto 0 auto;
}

.gradient-border:after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
	border-radius: calc(2 * var(--borderWidth));
	z-index: -1;
	-webkit-animation: animatedgradient 3s ease alternate infinite;
	animation: animatedgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}

@-webkit-keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.the_banner_photo {
	width: 100%;
	max-width: 400px;
	height: auto;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	padding: 10px;
	margin: 50px auto 50px auto;
}


/* ==============
Members Styles
==================*/

.the_membersLabel {
	font-family: var(--primary-ENfont);
	font-variant: small-caps;
}
.the_membersLabelJP {
	font-family: var(--secondary-JPfont);
	font-variant: small-caps;
}
.the_membersLabel,
.the_membersLabelJP {
	color: var(--black);
	margin: 50px 0 10px 0;
	grid-template-columns: max-content max-content 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	box-sizing: border-box;
	width: 100%;
}

.the_membersLabel,
.the_membersLabelJP {
	margin-left: 32px;
	font-size: .5em;
}

.members_Container {
	display: grid;
	grid-template-columns: max-content max-content 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	box-sizing: border-box;
	width: 100%;
	margin: 0px 0 20px 0;
	color: var(--black);
}

.the_members,
.the_members a,
.the_membersJP,
.the_membersJP a {
	font-size: 1em!important;
	padding: 0 5px 41px 30px;
	text-align: left;
	line-height: 150%;
	letter-spacing: 2px;
}

.members,
.instru,
.gregg {
	display: inline;
}

.effect2 {
	position: relative;
}

.effect2:before,
.effect2:after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 400px;
	-webkit-box-shadow: 5px 15px 10px #777;
	-moz-box-shadow: 5px 15px 10px #777;
	box-shadow: 5px 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	left: auto;
}

.instru {
	font-size: .8rem;
	display: inline;
	letter-spacing: -0.05rem;
}

.gregg {
	font-size: 1em;
	letter-spacing: 2px;
}

.others {font-family: var(--primary-ENfont);}
.othersJP {font-family: var(--secondary-JPfont);}
.others,
.othersJP {
	font-size: 1em;
	font-weight: 500;
	margin: 0 0 10px 0;
}

/* ==============
Schedule Nav Styles
==================*/

/*  Metallic Buttons */
 .myMetallic-button {
  padding: 6px 16px;
  border: none;
  outline: none;
  color: #000!important;
  background: linear-gradient(
    45deg,
    #999 5%,
    #fff 10%,
    #ccc 30%,
    #ddd 50%,
    #ccc 70%,
    #fff 80%,
    #999 95%
  );
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}

.myMetallic-button:hover {
	font-weight: 700;
  /* transform: translateY(-2px); */
}

a.dropdown,
a.goLink {
position: fixed;
top: 20%;
transform: translate(-50%, -50%);
border: orange 2px solid;
border-radius: 16px;
z-index: 100;
}

a.dropdown {left: 14%;}
a.goLink {right: 5%;}


.dropdown-container {
	position: relative;
	/* border: red 2px solid; */
}

.dropdown-content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
max-height: 300px;
  overflow-y: auto;
	background-color: #f9f9f9;
	min-width: 121px;
	box-shadow: 1px 11px 16px 0px rgba(0, 0, 0, 0.3);
	padding: 8px 0 8px 0;
	z-index: 15;
}

.dropdown-content a {
	padding: 5px 16px;
	text-decoration: none;
	display: block;
}

.show {display: block;}

.rowNumbercontainer {
	display: inline;
}

.rowNumber:link {
font-family: var(--mono-ENfont);
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8rem;
	color: black;
	letter-spacing: 2px;
}

.rowNumber:visited {
	color: black;
}

.rowNumber:hover {
color: black;
letter-spacing: 0;
background-color: #81acd2;
}



/* ==============
Search/Criteria Styles
==================*/

.thecriteriaItem-title {
	font-family: var(--primary-ENfont);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	font-variant: small-caps;
	width: 100%;
}

.thecriteriaItem-titleJP {
	font-family: var(--secondary-JPfont);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
}

.grandOptionTitle {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-content: space-between;
	align-content: space-between;
	width: 100%;
	background: transparent;
}

.topFlex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 2rem;
		background: transparent;

}

.topFlex-left {text-align: right;}
.topFlex-right {text-align: left;}

.topFlex-left,
.topFlex-right {
	/* font-family: var(--secondary-ENfont); */
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	flex: 1 0 auto;
	align-self: auto;
	width: 50%;
}

.topFlex-containerJP {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 2rem;
}

.topFlex-leftJP {
	font-family: var(--secondary-JPfont);
	font-size: 1rem;
	line-height: 1.5rem;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	flex: 1 0 auto;
	align-self: auto;
	text-align: right;
}

.topFlex-rightJP {
	font-family: var(--secondary-JPfont);
	font-size: 1rem;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	flex: 1 0 auto;
	align-self: auto;
	text-align: left;
}

.nosearchResult .schedule_Content {
	text-align: center;
}

.nosearchresult {
	font-family: var(--primary-ENfont);
	font-size: 2em;
	font-weight: 700;
	padding: 90px 0 0 0;
}

.nosearchresultJP {
	font-family: var(--secondary-JPfont);
	font-size: 2em;
	font-weight: 700;
	padding: 90px 0 0 0;
}

/* ==============
Return Button Styles
==================*/

.return {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	/*align-self: auto;*/
	position: relative;
	right: -245px;
}

a .returnbtn {
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.returnbtn {
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background-color: #4CAF50;
	color: #ffffff;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
	font-variant: small-caps;
	border: none;
	margin-top: -10px;
	cursor: pointer;
	/* width: 300px;
	*/
	background: #1b205f;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #1b205f 0%, #2989d8 35%, #207cca 48%, #207cca 50%, #004016 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1b205f 0%, #2989d8 35%, #207cca 48%, #207cca 50%, #004016 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1b205f 0%, #2989d8 35%, #207cca 48%, #207cca 50%, #004016 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b205f', endColorstr='#004016', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	/* min-width: 140px;
	*/
	opacity: .8;
}

.returnbtn:focus {
	box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.returnbtn:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
	color: var(--clr-accent);
}

.returnbtn:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(2px);
}

/* ==============
Dialogue Box Styles
==================*/

.alert-container {
	font-family: var(--primary-ENfont);
	position: relative;
	top: 0%;
	left: 0px;
	width: 372px;
	color: var(--foreground);
	background-color: #0434aaad;
	padding: 15px;
	border: 1px solid #292727;
	border-radius: 15px;
	margin: 0 auto 0 auto;
}

#alert {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	flex-direction: row-reverse;
}

.closebtn1 {
	-webkit-flex: 1 0 300px;
	-moz-flex: 1 0 300px;
	flex: 1 0 300px;
	align-self: auto;
	text-align: center;
	color: var(--foreground);
	font-family: var(--primary-ENfont);
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
}

.closebtn2 {
	-webkit-flex: 1 0 300px;
	-moz-flex: 1 0 300px;
	flex: 1 0 300px;
	align-self: auto;
	color: var(--foreground);
	font-family: var(--primary-ENfont);
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
}

button.checkMark {
	margin-bottom: 15px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 3em;
	color: white;
	cursor: pointer;
}


/* ==============
Cancel Styles
==================*/

.cancelText_container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	border: 1px solid rgba(131, 118, 118, 0.7);
	margin: -27px 0 0 0;
	padding: 2%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 33%);
}

.cancel_icon {
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
}

.cancelText {
	font-family: var(--primary-ENfont);
	display: inline;
	text-align: center;
	font-size: .9em;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
	font-weight: 400;
}

.cancelTextJP {
	font-family: var(--secondary-JPfont);
	display: inline;
	text-align: center;
	font-size: .9em;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	flex: 1 auto;
	align-self: auto;
	font-weight: 400;
}


/*=======================
SCHEDULE PAGES START
========================*/

.date-select-containerEN { font-family: var(--primary-ENfont);}
.date-select-containerJP { font-family: var(--secondary-JPfont);}
.date-select-containerEN,
.date-select-containerJP {
display: flex;
flex-direction: column;
width: 90%;
background: transparent;
font-size: 1.2rem;
	margin: 0 auto;
text-align: center;
}

.upper-fieldset {
	width: 40%;
}
.lower-fieldset {
	width: 80%;
} 

.upper-fieldset,
.lower-fieldset {
	position: relative;
margin: 2rem auto 2rem auto;
	padding: 1rem;
	border: var(--dark-red) inset 2px;
	border-radius: 1em;
	background-color: var(--white);
} 

.keywordsContainerEN { font-family: var(--primary-ENfont);}
.keywordsContainerJP { font-family: var(--secondary-JPfont);}
.keywordsContainerEN,
.keywordsContainerJP { 
	font-size: .8rem;
	width: 50%;
	margin: 0 auto;
}


.keywords_labelEN { font-family: var(--primary-ENfont);}
.keywords_labelJP { font-family: var(--secondary-JPfont);}

.keywords_labelEN,
.keywords_labelJP {
	font-size: 2rem!important;
	font-weight: 700;
	letter-spacing: 2px;
font-variant: small-caps;
}

/*=======================
Datepicker START
========================*/

.datepickerText {
font-family: var(--mono-ENfont);
}
.datepickerTextJP {
font-family: var(--secondary-JPfont);
}

.calendarImage {
    width: 70px;
    display: block;
    position: absolute;
    top: 9px;
    left: 18px;
    cursor: pointer;
}

input#datepicker {
	width: fit-content;
	padding: 0;
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
	color: rgba(14, 14, 14, 0.91);
	transition: all 0.3s ease;
	cursor: pointer;
}

input#datepicker:focus {
	outline: none;
	border-color: #ffcc99;
	font-weight: 400;
	opacity: 0.26;
}

input#datepicker:active {
	background-color: #ffffff;
}

.ui-datepicker { z-index: 9999 !important; }


/* Customize the main datepicker container */
/* .ui-datepicker {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px;
} */

/* Style the header */
.ui-datepicker-header {
	background-color: #f24d00;
	color: white;
	padding: 8px;
	border-radius: 5px 5px 0 0;
}

/* Style the navigation buttons */
/* .ui-datepicker-prev,
.ui-datepicker-next {
	color: white;
	font-weight: bold;
} */

/* Style the current month/year title */
/* .ui-datepicker-title {
	
} */

/* Style the calendar table */
/* .ui-datepicker-calendar {
	width: 100%;
	margin-top: 10px;
} */

/* Style individual days */
/* .ui-datepicker-calendar td a {
	color: #333;
	padding: 5px;
	display: block;
	text-align: center;
	border-radius: 3px;
} */

/* Style selected day */
/* .ui-datepicker-calendar td .ui-state-active {
	background-color: #f24d00;
	color: white;
} */

/* Style weekend days */
/* .ui-datepicker-week-end a {
	color: #dc3545;
} */


@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.displayNone {
	border: 1px solid #333;
	height: 1px;
	visibility: hidden!important;
}

#btn-select {
position: relative;
}

.theOptionLabel, #btn-select, #lbSelect {font-family: var(--primary-ENfont);}
.theOptionLabelJP, #btn-selectJP, #lbSelectJP {font-family: var(--secondary-JPfont);}

.theOptionLabel, .theOptionLabelJP, #btn-select, #lbSelect, #btn-selectJP, #lbSelectJP {
	color: var(--black);
	font-weight: 700;
	display: inline-block;
	font-size: 1rem;
		margin-top: 1rem;
}

fieldset {
border: none;
padding: 0;
}

select {
margin-bottom: 1rem;
font-size: 1rem;
text-align: center;
/* background: #07b39b; */
}

.leaderBandContainer {
    display: block;
	position: relative;
	color: var(--black);
    justify-content: center;
    width:fit-content;	
	margin: 0 auto;
}


a#btn-select {font-family: var(--primary-ENfont);}
a#btn-selectJP {font-family: var(--secondary-JPfont);}
a#btn-select, a#btn-selectJP {
	font-weight: 900;
	letter-spacing: .2rem;
	border-radius: 3px;
	font-size: 1rem;
	cursor: pointer;
	/* margin: 0 auto 2rem; */
	padding: .1rem .2rem;
}

a#btn-select:hover, a#btn-selectJP:hover,
a#btn-select:focus, a#btn-selectJP:focus
{
border: inset 1px var(--bright-red);
box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.1), -5px -5px 15px #ffffff;
}

#theleader, #theband {
	display: inline-block;
	margin-top: .5rem;
}

#lbSelect, #lbSelectJP {
	display: block;
position: relative;
margin: 0 auto;
width: fit-content;

}

 #theLeaderSelect {
     display: block;
	 z-index: 5;
}
 #theBandSelect {
     display: none;
}

span.mark {
  position: absolute;
  top: 50%;
left: 73%; 
transform: translate(-50%, -50%);
background: transparent;
color: red;
font-size: 2rem;
font-weight: bold;
}

span.mark.blinking-text {
  animation: blinker 1s linear infinite;
  background: transparent;
color: red!important;
font-size: 2rem;
font-weight: bold;
}


/*=======================
AREA SELECT RADIOBUTTONS
========================*/

   .theAreaSelect {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    --number-of-options: 3;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 1.2em;
  }
  .theAreaSelect::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    width: calc(100% * (calc(var(--number-of-options) - 1) / var(--number-of-options)));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
  }
  .theAreaSelect input, .theAreaSelect label {
    box-sizing: border-box;
    flex: 1;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .theAreaSelect label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .theAreaSelect label::before {
    content: attr(data-amount);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
  }
  .theAreaSelect label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  .theAreaSelect label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
  }
  .theAreaSelect input {
    display: none;
  }
  .theAreaSelect input:checked + label::before {
    font-weight: 800;
    opacity: 1;
  }
  .theAreaSelect input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
  }
  .theAreaSelect input:checked ~ .amount-pos1 {
    opacity: 1;
  }
  .theAreaSelect input:checked:nth-child(1) ~ .amount-pos1 {
    left: 25%;
  }
  .theAreaSelect input:checked:nth-child(3) ~ .amount-pos1 {
    left: 75%;
  }
  .theAreaSelect .amount-pos1 {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
    left: 25%;
    pointer-events: none;
  }
  .theAreaSelect input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
  }
  .theAreaSelect input:checked + label::before {
    transform: translate(-50%, 45px) scale(1.1);
    transition: all 0.15s linear;
  }


/*=======================
PHOTO SELECT RADIOBUTTONS
========================*/

 .thePhotoSelect {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    --number-of-options: 2;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 1.2em;
  }
  .thePhotoSelect::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    width: calc(100% * (calc(var(--number-of-options) - 1) / var(--number-of-options)));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
  }
  .thePhotoSelect input, .thePhotoSelect label {
    box-sizing: border-box;
    flex: 1;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .thePhotoSelect label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .thePhotoSelect label::before {
    content: attr(data-amount);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
  }
  .thePhotoSelect label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  .thePhotoSelect label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
  }
  .thePhotoSelect input {
    display: none;
  }
  .thePhotoSelect input:checked + label::before {
    font-weight: 800;
    opacity: 1;
  }
  .thePhotoSelect input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
  }
  .thePhotoSelect input:checked ~ .amount-pos2 {
    opacity: 1;
  }
  .thePhotoSelect input:checked:nth-child(1) ~ .amount-pos2 {
    left: 25%;
  }
  .thePhotoSelect input:checked:nth-child(3) ~ .amount-pos2 {
    left: 75%;
  }
  .thePhotoSelect .amount-pos2 {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
    left: 25%;
    pointer-events: none;
  }
  .thePhotoSelect input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
  }
  .thePhotoSelect input:checked + label::before {
    transform: translate(-50%, 45px) scale(1.1);
    transition: all 0.15s linear;
  }



/*=======================
AREA SELECT RADIOBUTTONS
========================*/

   .theAreaSelect {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    --number-of-options: 3;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 4.2em;
  }
  .theAreaSelect::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    width: calc(100% * (calc(var(--number-of-options) - 1) / var(--number-of-options)));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
  }
  .theAreaSelect input, .theAreaSelect label {
    box-sizing: border-box;
    flex: 1;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .theAreaSelect label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .theAreaSelect label::before {
    content: attr(data-amount);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
  }
  .theAreaSelect label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  .theAreaSelect label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
  }
  .theAreaSelect input {
    display: none;
  }
  .theAreaSelect input:checked + label::before {
    font-weight: 800;
    opacity: 1;
  }
  .theAreaSelect input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
  }
  .theAreaSelect input:checked ~ .amount-pos1 {
    opacity: 1;
  }
  .theAreaSelect input:checked:nth-child(1) ~ .amount-pos1 {
    left: 16.55%;
  }
    .theAreaSelect input:checked:nth-child(3) ~ .amount-pos1 {
    left: 50%;
  }
    .theAreaSelect input:checked:nth-child(5) ~ .amount-pos1 {
    left: 83.3%; 
  }
  .theAreaSelect .amount-pos1 {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
    left: 25%;
    pointer-events: none;
  }
  .theAreaSelect input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
  }
  .theAreaSelect input:checked + label::before {
    transform: translate(-50%, 45px) scale(1.1);
    transition: all 0.15s linear;
  }


/*=======================
PHOTO SELECT RADIOBUTTONS
========================*/

 .thePhotoSelect {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    --number-of-options: 2;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 1.2em;
  }
  .thePhotoSelect::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    width: calc(100% * (calc(var(--number-of-options) - 1) / var(--number-of-options)));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
  }
  .thePhotoSelect input, .thePhotoSelect label {
    box-sizing: border-box;
    flex: 1;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .thePhotoSelect label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .thePhotoSelect label::before {
    content: attr(data-amount);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
  }
  .thePhotoSelect label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  .thePhotoSelect label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
  }
  .thePhotoSelect input {
    display: none;
  }
  .thePhotoSelect input:checked + label::before {
    font-weight: 800;
    opacity: 1;
  }
  .thePhotoSelect input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
  }
  .thePhotoSelect input:checked ~ .amount-pos2 {
    opacity: 1;
  }
  .thePhotoSelect input:checked:nth-child(1) ~ .amount-pos2 {
    left: 25%;
  }
  .thePhotoSelect input:checked:nth-child(3) ~ .amount-pos2 {
    left: 75%;
  }
  .thePhotoSelect .amount-pos2 {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
    left: 25%;
    pointer-events: none;
  }
  .thePhotoSelect input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
  }
  .thePhotoSelect input:checked + label::before {
    transform: translate(-50%, 45px) scale(1.1);
    transition: all 0.15s linear;
  }


/*=======================
SUBMIT BUTTON
========================*/

.SubmitButtons {
	display: flex;
	flex-direction: row;
	/* flex-wrap: nowrap; */
	width: 100%;
	height: auto;
	justify-content: space-evenly;
		margin-top: 3rem;

	/* border: red solid 1px; */
}


input#thesubmit1,
input#thereset1,
input#thesubmit2,
input#thereset2
 {
	display: inline;
	/* flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0; */
	color: var(--black);
	background: transparent;
   border: var(--dark-red) solid 2px;
	font-size: 1.5rem;
	height: 2.5rem;
	width: fit-content;
	padding: .5rem;
}

input#thesubmit1:hover,
input#thereset1:hover,
input#thesubmit2:hover,
input#thereset2:hover
 {
box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.1), -5px -5px 15px #ffffff;
}





/* ==============================
=================================
=================================
        @MEDIA QUERIES
=================================
=================================
================================= */

/* ============= Small Mobile  320px - 480px =============*/
@media (max-width: 480px) {


.upper-fieldset {
	width: 100%;
}

.lower-fieldset {
	width: 100%;
} 

.keywordsContainerEN,
.keywordsContainerJP { 
	/* font-size: .8rem; */
	width: 100%;
	/* margin: 0 auto; */
}


a.dropdown,
a.goLink {top: 25%;}
a.dropdown {left: 21%;}
a.goLink {right: -9%;}

.leader_band_photo_container {
	width: 98%;
}


.leader_band_photo,
.featuringPhoto {
padding: 0;
}


.the_banner_photo {
	width: 75%;
}


.the_members,
.the_members a,
.the_membersJP,
.the_membersJP a {
	font-size: .8em!important;
	padding: 0 5px 41px 10px;
}




}

/* ============= Large Mobile / Tabletse (Portrait) 481px – 768px =============*/
@media (min-width: 481px) and (max-width: 768px) {



}

/* ============= Tablets / Small Laptops 769px – 1024px =============*/
@media (min-width: 769px) and (max-width: 1024px) {

}

/* ============= Desktops / Laptops 1025px and up =============*/
@media (min-width: 1025px) {

}



