/*ONTHEROAD*/
.Tgreen {
	color: #2bac38!important;
}
.Tred {
	color: #e60049!important;
}
.Tblue {
	color: #006ab4!important;
}
body#ONTHEROAD h1 {
	font-weight: 800;
	font-size: 2.0rem;
	margin-bottom: 15px;
}
body#ONTHEROAD .bg-tile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:var(--color-bg) url("../img/bg_taiwan.png") repeat-x bottom / auto 280px;
	z-index: -2;
}
body#ONTHEROAD .bg-chara {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 350px);
	width: 100%;
	height: 140px;
	background: url("../img/bg_Tcharaanim.png") no-repeat center / auto 140px;
	z-index:-1;
	pointer-events: none;
}
body#ONTHEROAD .logo {
	margin: 0 auto;
	animation: taiwan_logo 1s forwards;
	max-width: 60vw;
}
body#ONTHEROAD .page_title h2 {
	line-height: clamp(3rem, 6vw, 120px);
	margin-top: .5rem;
}
body#ONTHEROAD .page_title h2 span {
    font-size: clamp(2.6rem, 4.6vw, 3.8rem);
    font-weight: 900;
    line-height: 1.2;
}
body#ONTHEROAD .btn_Rrepo {
	border: 2px solid #e85298;
	background: #e85298;
}
body#ONTHEROAD .submenusp ul li a {
	background: #000;
	color: #fff;
}
body#ONTHEROAD .submenusp ul li a span.engF {
    font-size: 1.6rem;
}
body#ONTHEROAD .submenusp ul li.cs a{
	background: #666;
	opacity: .6;
}
body#ONTHEROAD .submenusp ul li a:after {
	color: #fff;
}
body#ONTHEROAD .submenusp ul li a:hover, body#ONTHEROAD .submenusp ul li a:hover i, body#ONTHEROAD .submenusp ul li a:hover:after {
	color: #2bac38;
}
body#ONTHEROAD .btn_Rrepo a:hover {
	background: #000;
	border-radius: 8px;
	color: #e85298!important;
}
body#ONTHEROAD .static {
	box-shadow: inset 0px 0px 0px 8px #fff, inset 0px 0px 0px 14px #2bac38;
}
body#ONTHEROAD .staticRed {
	box-shadow: inset 0px 0px 0px 8px #000, inset 0px 0px 0px 14px #e60049;
	box-shadow: none;
	background:
 url(../img/deco_r01.png) left top / 60px 60px no-repeat, url(../img/deco_r02.png) right top / 60px 60px no-repeat, url(../img/deco_r03.png) left bottom / 60px 60px no-repeat, url(../img/deco_r04.png) right bottom / 60px 60px no-repeat, #000;
	background-origin: content-box;
	color: #fff;
	padding: 10px;
}
body#ONTHEROAD .staticRed .linebox {
	position: relative;
	padding: 10px;
}
body#ONTHEROAD .staticRed .linebox::before {
 content: "";
 position: absolute;
 inset: 0;
 border: 3px solid #e60049;
 clip-path: polygon( 60px 0, calc(100% - 60px) 0, 100% 60px, 100% calc(100% - 60px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 60px), 0 60px );
 pointer-events: none;
}
body#ONTHEROAD .staticBlue {
	box-shadow: inset 0px 0px 0px 8px #000, inset 0px 0px 0px 14px #006ab4;
	box-shadow: none;
	background:
 url(../img/deco_b01.png) left top / 60px 60px no-repeat, url(../img/deco_b02.png) right top / 60px 60px no-repeat, url(../img/deco_b03.png) left bottom / 60px 60px no-repeat, url(../img/deco_b04.png) right bottom / 60px 60px no-repeat, #000;
	background-origin: content-box;
	color: #fff;
	padding: 10px;
}
body#ONTHEROAD .staticBlue .linebox {
	position: relative;
	padding: 10px;
}
body#ONTHEROAD .staticBlue .linebox::before {
 content: "";
 position: absolute;
 inset: 0;
 border: 3px solid #006ab4;
 clip-path: polygon( 60px 0, calc(100% - 60px) 0, 100% 60px, 100% calc(100% - 60px), calc(100% - 60px) 100%, 60px 100%, 0 calc(100% - 60px), 0 60px );
 pointer-events: none;
}
body#ONTHEROAD .staticRed a, body#ONTHEROAD .staticBlue a {
	color: #fff;
}
body#ONTHEROAD .staticRed h3 {
	color:#e60049;
}
body#ONTHEROAD .staticRed .details dl dt:before, body#ONTHEROAD .staticRed .details dl dt {
	background: none;
}
body#ONTHEROAD .staticRed .details dl dt i, body#ONTHEROAD .staticBlue .details dl dt i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #e60049;
	color: #fff;
	text-indent: 1px;
	font-style: normal;
	vertical-align: middle;
}
body#ONTHEROAD .staticBlue .details dl dt i {
	background:#006ab4;
}
body#ONTHEROAD .staticRed .details dl dt i, body#ONTHEROAD .staticBlue .details dl dt i {
	margin-right: -4px;
	vertical-align: middle;
}
body#ONTHEROAD .staticRed .details dl dt i:last-child, body#ONTHEROAD .staticBlue .details dl dt i:last-child {
	margin-right: 0;
}
body#ONTHEROAD .staticRed .details dl {
/* border-bottom: 2px solid #e60049; */
}
body#ONTHEROAD .staticBlue h3 {
	color:#006ab4;
}
body#ONTHEROAD .staticBlue .details dl dt:before, body#ONTHEROAD .staticBlue .details dl dt {
	/*background: #006ab4;*/
	background: none;
}
body#ONTHEROAD .staticBlue .details dl {
/* border-bottom: 2px solid #006ab4; */
}
body#ONTHEROAD .details dl dd.thin {
	font-weight: 500;
	padding: 0 20px;
}
body#ONTHEROAD .details dl dd a, body#ONTHEROAD .details dl dd a:hover {
	font-weight: bold;
	overflow-wrap: anywhere;
}
body#ONTHEROAD .details dl dt:before, body#ONTHEROAD .details dl dt {
	background: #2bac38;
}
body#ONTHEROAD .staticRed .details dl dd, body#ONTHEROAD .staticBlue .details dl dd {
	color: #fff;
	margin: 0.5rem 0 1rem;
	text-align: center;
	font-size: 1.6rem;
	font-feature-settings: "palt";
}
body#ONTHEROAD .staticRed p, body#ONTHEROAD .staticBlue p, body#ONTHEROAD .staticRed a, body#ONTHEROAD .staticBlue a {
	color: #fff;
}
body#ONTHEROAD .staticRed a:hover {
	color: #e60049;
}
body#ONTHEROAD .staticBlue a:hover {
	color: #006ab4;
}
.Tred a i {
	color: #e60049!important;
}
.Tblue a i {
	color: #006ab4!important;
}
.Tgreen a i {
	color: #2bac38!important;
}
body#ONTHEROAD .t_box {
	background-color: #fff;
	margin: 0 6vw;
	padding: 40px;
}
body#ONTHEROAD .cont {
	position: relative;
}
body#ONTHEROAD .block {
	position: 	relative;
	z-index: 1;
}
body#ONTHEROAD .bg_black {
	background-color: #fff;
	box-sizing: border-box;
	color: var(--color-text);
	position: relative;
	text-align: center;
	padding: 30px;
	border-radius: 15px;
	box-shadow: inset 0px 0px 0px 8px #fff, inset 0px 0px 0px 14px var(--color-Main);
}
body#ONTHEROAD .t_box {
	padding: 40px;
}
body#ONTHEROAD .tlogo {
	text-align: center;
	margin: 20px auto 0;
}
body#ONTHEROAD .tlogo img {
	width: 90%;
	max-width: 400px;
}
body#ONTHEROAD .pcVi {
	display: none;
}
body#ONTHEROAD h3 {
	color: #2bac38;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 4rem;
	font-weight: 900;
	margin: 2rem 0 1rem;
	line-height: 1;
}
body#ONTHEROAD h3 span {
	font-size: 2.1rem;
	font-weight: 800;
	display: block;
}
body#ONTHEROAD h4 {
	color: #fff;
	text-align: center;
}
body#ONTHEROAD .artistBox {
	margin-top: 1rem;
}
body#ONTHEROAD .artistlist {
	margin: 0;
	padding: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	background-color: #006ab4;
	border-radius: 5px;
}
body#ONTHEROAD .artistlistF {
	margin: 0;
	padding: 3px 3px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	background-color: #e60049;
	border-radius: 5px;
}
body#ONTHEROAD .artistlist a, .day_title_name {
	width: 48%!important;
}
body#ONTHEROAD .artistlistF a.more{
display: inline-block;
    background: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    color: #000;
        width: 100% !important;
    font-weight: 600;
}
body#ONTHEROAD .artistlistF a:hover {
	color: #e60049;
}
body#ONTHEROAD p.artistName {
	margin: 0;
	padding: 4px 0;
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
}
body#ONTHEROAD p.artistName.jpnF {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 800;
	font-size: 1.6rem;
}
body#ONTHEROAD p.artistName span {
	font-size: 1.4rem;
}
body#ONTHEROAD li .flexlist {
	display: flex;
	gap:1px;
}
body#ONTHEROAD .flex {
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	position: relative;
}
body#ONTHEROAD .flex div.day {
	margin: 0 auto;
}
body#ONTHEROAD .lih2 {
	display: block;
	line-height: 2.7;
}
body#ONTHEROAD .details dl {
	width: 100%;
	margin: 0;
	padding: 0;
}
body#ONTHEROAD .details dl dd ul {
	text-align: left;
}
body#ONTHEROAD .details dl dt {
	width: 100%;
	padding: 10px 0px;
	margin: 0;
}
body#ONTHEROAD .details dl dd {
	color: #000;
	margin: 0;
	padding: 10px 0;
}
body#ONTHEROAD .details dl dd p {
	margin: 0;
}
body#ONTHEROAD ul.pandp {
	margin: 0 auto 4rem;
	padding: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
}
body#ONTHEROAD ul.pandp li {
	padding: 5px;
}
body#ONTHEROAD ul.pandp li.sr:after {
	display: inline-block;
	content: "/";
	padding: 0 0 0 10px;
}
body#ONTHEROAD ul.pandp li a, body#ONTHEROAD a.links {/* color: #fff!important; */
	font-weight: 700;
}
body#ONTHEROAD a.btn {
	display: inline-block;
	background: #fff;
	padding: 3px 10px;
	border-radius: 10px;
	color: #000;
}
body#ONTHEROAD ul.pandp li img {
	max-height: 30px;
}
body#ONTHEROAD #RBT_TICKET {
	margin-top: 3rem;
}
body#ONTHEROAD #RBT_TICKET h3 {
	margin: 0 0 2rem;
	padding: 0;
	font-size: 2.2rem;
	color: #000;
}
body#ONTHEROAD #RBT_TICKET .t_box {
	background-color: #fff;
	margin: 0 6vw;
	border: 3px solid #000;
	padding: 6vw;
}
body#ONTHEROAD #RBT_COMMENT .t_box {
	background-color: #fff;
	margin: 0 6vw;
	border: 3px solid #000;
	padding: 6vw 5vw 6vw 6vw;
}
body#ONTHEROAD #RBT_COMMENT .t_box p {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	text-align: left;
	font-weight: 600;
}
body#ONTHEROAD .line {
	border-top: 3px dashed #2bac38;
}
body#ONTHEROAD .telnolink {
	pointer-events: none;
	text-decoration-line: none;
	color: inherit !important;
}
body#ONTHEROAD section.sub .page_title {
	background: none;
}
body#ONTHEROAD .eventsns {
	font-size: 3rem;
}
#RBT_COMMENT p {
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}
.spNonei {
	display: 	none;
}
@media screen and (min-width: 768px) {
 .spNonei {
 display: 	inline;
}
 body#ONTHEROAD h1 {
 font-size: 3.0rem;
}
 body#ONTHEROAD p.artistName, body#ONTHEROAD p.artistName.jpnF {
 font-size: 2.0rem;
}
 body#ONTHEROAD .flex div.day:nth-child(2) {
 width: 50%;
 border-left: 3px dotted #006ab4;
}
 body#ONTHEROAD .flex div.day {
 width: 50%;
 padding: 2rem;
}
 body#ONTHEROAD h3 {
 font-size: 5rem;
}
 body#ONTHEROAD .submenusp ul li {
 width: calc(100% / 4);
}
 body#ONTHEROAD .details dl dt:before {
 content: "";
}
 body#ONTHEROAD .details dl dt {
 text-align: center;
 color: #fff;
 float: none;
}
 body#ONTHEROAD li .flexlist {
 display: inline-block;
}
 body#ONTHEROAD li .flexlist div {
 height: 100%;
}
 body#ONTHEROAD .submenusp ul li a span.engF {
 font-size: 1.6rem;
}
 body#ONTHEROAD .staticRed .linebox, body#ONTHEROAD .staticBlue .linebox {
 padding: 40px;
}
 body#ONTHEROAD .staticRed {
 background:
 url(../img/deco_r01.png) left top / 120px 120px no-repeat, url(../img/deco_r02.png) right top / 120px 120px no-repeat, url(../img/deco_r03.png) left bottom / 120px 120px no-repeat, url(../img/deco_r04.png) right bottom / 120px 120px no-repeat, #000;
 background-origin: content-box;
 color: #fff;
 padding: 10px;
}
 body#ONTHEROAD .staticRed .linebox::before {
 content: "";
 position: absolute;
 inset: 0;
 border: 6px solid #e60049;
 clip-path: polygon( 120px 0, calc(100% - 120px) 0, 100% 120px, 100% calc(100% - 120px), calc(100% - 120px) 100%, 120px 100%, 0 calc(100% - 120px), 0 120px );
 pointer-events: none;
}
 body#ONTHEROAD .staticBlue {
 background:
 url(../img/deco_b01.png) left top / 120px 120px no-repeat, url(../img/deco_b02.png) right top / 120px 120px no-repeat, url(../img/deco_b03.png) left bottom / 120px 120px no-repeat, url(../img/deco_b04.png) right bottom / 120px 120px no-repeat, #000;
 background-origin: content-box;
 color: #fff;
 padding: 10px;
}
 body#ONTHEROAD .staticBlue .linebox::before {
 content: "";
 position: absolute;
 inset: 0;
 border: 6px solid #006ab4;
 clip-path: polygon( 120px 0, calc(100% - 120px) 0, 100% 120px, 100% calc(100% - 120px), calc(100% - 120px) 100%, 120px 100%, 0 calc(100% - 120px), 0 120px );
 pointer-events: none;
}
 body#ONTHEROAD .staticRed .details dl dt i:first-child, body#ONTHEROAD .staticBlue .details dl dt i:first-child {
 margin-left: 13px;
}
}
@media (min-width: 1200px) {
 .bg-tile {
 height: 560px;
}
 .bg-chara {
 top: calc(100% - 410px);
 height: 280px;
}
 body#ONTHEROAD .staticRed .details dl dd, body#ONTHEROAD .staticBlue .details dl dd {
 font-size: 1.8rem;
}
body#ONTHEROAD .staticRed .details dl dt i, body#ONTHEROAD .staticBlue .details dl dt i {
	text-indent: 3px;
}
}
