@charset "utf-8";
body, button, input, select, textarea {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('/fonts/NotoSansJP-NotoSansJP-Thin.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/NotoSansJP-Light.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/NotoSansJP-DemiLight.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/NotoSansJP-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/NotoSansJP-Black.otf') format('opentype');
}

.pc-cont{
	display: inline-block;
}
.pc-cont.month{
	display: block;
}
.sp-cont{
	display: none;
}

/* ----------------- hover ------------------ */
a:hover{
	opacity:0.6;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	transition: 0.4s;
}
/* ----------------- MAX ------------------ */
.max-view{
	max-width: 1600px;
	margin: 0 auto;
}

.max-cont{
	max-width: 920px;
	margin: 0 auto;
}
/* ----------------- CLEAR FIX ------------------ */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

 /* for IE 7*/
.clearfix{
	display: inline-block;
	min-height:1%;
}

 /* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	width: 100%;
}

.clearfix {
	display: block;
	overflow:hidden;
}

#wrapper{
	width: 100%;
}


/* ----------------- header ------------------ */
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header{
	width: 100%;
	margin:0 auto;
	background: #FFF;
}
.h-top{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	width: 100%;
	margin:0 auto;
	background: #222222;
	font-size: 0;
}
.h-top p{
	padding: 17px 15px;
	font-size: 16px;
	color: #fff;
	background: #a98852;
	display: inline-block;
}
.h-top p span{
	padding: 2px 10px 3px;
	font-weight: 700;
	color: #a98852;
	background: #FFF;
}
.h-top h1{
	padding: 16px 0 0 15px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}
.h-top h1 span{
	font-weight: 600;
}
.txt_cba86e{
	color: #cba86e;
}
.h-cont{}
.h-cont .h-logo{
	float: left;
	max-width: 278px;
	width: 100%;
	margin: 15px 0 14.5px 25px;
}
.h-cont .h-logo a{
	display: block;
}
.h-cont .h-logo a img{
	width: 100%;
}

.h-cont .seat-link{
	float: right;
    margin: 19px 58px 14.5px 0;
}
.h-cont .seat-link a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background-color: #231815;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 10px 11px 15px;
	border: 2px solid #231815;
	box-sizing: border-box;
	border-radius: 30px;
}
.h-cont .seat-link a:hover{
	opacity: 1;
	color: #231815;
	background-color: #ffffff;
    text-decoration: none;
}
.h-cont .seat-link a:after{
	content: "\2192";
	display: inline-block;
	font-size: 11px;
	background-color: #ffffff;
	border-radius: 20px;
	color: #231815;
	padding: 1px;
	margin: 0 0 0 5px;
	vertical-align: bottom;
}
.h-cont .seat-link a:hover:after{
	background-color: #231815;
	color: #ffffff;
}

.h-cont .ticket-shop{
	float: right;
    /* margin: 18px 15px 14.5px 0; */
	margin: 18px 55px 14.5px 0;
}
.h-cont .ticket-shop a{
	display: inline-block;
	text-decoration: none;
	color: #231815;
	background-color: #f49c0f;
	font-size: 16px;
	font-weight: 600;
    padding: 11px 10px 11px 15px;
	border: 2px solid #231815;
	box-sizing: border-box;
	border-radius: 30px;
}
.h-cont .ticket-shop a:hover{
	opacity: 1;
	color: #f49c0f;
	background-color: #231815;
    text-decoration: none;
}
.h-cont .ticket-shop a:after{
	content: "\2192";
	display: inline-block;
	font-size: 11px;
	background-color: #231815;
	border-radius: 20px;
	color: #f49c0f;
	padding: 1px;
	margin: 0 0 0 5px;
	vertical-align: bottom;
}
.h-cont .ticket-shop a:hover:after{
	background-color: #f49c0f;
	color: #231815;
}
.h-cont .ticket-shop a .pc-cont{
    font-weight: 600;
}

.h-cont .sidemenu{
	float: right;
	margin: 25px 30px 0 0px;
	position: relative;
}

/* ----------------- slide ------------------ */
.slick-slide img {
	max-width: 525px;
}
.pls .slick-slide img {
	max-width: 800px;
	width: 100%;
	max-height: 350px;
	object-fit: cover;
}
/* ----------------- ticket ------------------ */
.ticketContents{
	margin: 0 auto;
	width: 100%;
}
.ticket-list{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.ticket-list-item{
	width: 50%;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	background: #f49c0f;
	display: inline-block;
}
.ticket-list-item:nth-child(even){
	background: #231815;
}
.ticket-list-item-txt{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #231815;
	display: inline-block;
	position: relative;
}
.ticket-list-item-txt span{
	position: absolute;
	top: -22px;
	right: -150px;
}
.ticket-list-item-txt span img{
	width: 40%;
}
.ticket-list-item:nth-child(even) .ticket-list-item-txt{
	color: #f49c0f;
}
.ticket-list-item-txt .txt_rb{
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.ticket-button{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.ticket-button a{
	display: block;
	padding: 13px 0 13.3px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 700;
	border-radius: 25px;
	background: #231815;
	color: #f49c0f;
	text-decoration: none;
	position: relative;
	border: 2px solid #231815;
}

.ticket-list-item:nth-child(even) .ticket-button a{
	background: #f49c0f;
	color: #231815;
	border: 2px solid #f49c0f;
}
.ticket-button a:hover{
	background: #f49c0f;
	color: #231815;
	opacity: 1;
	border: 2px solid #231815;
}
.ticket-list-item:nth-child(even) .ticket-button a:hover{
	background: #231815;
	color: #f49c0f;
	opacity: 1;
	border: 2px solid #f49c0f;
}
.ticket-button a::before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background: #f49c0f;
	position: absolute;
	right: 15px;
	top: 16px;
	transition: 0.4s;
}
.ticket-list-item:nth-child(even) .ticket-button a::before{
	background: #231815;
}
.ticket-button a:hover::before{
	background: #231815;
}
.ticket-list-item:nth-child(even) .ticket-button a:hover::before{
	background: #f49c0f;
}
.ticket-button a::after{
	content: "→";
	font-size: 12px;
	color: #231815;
	position: absolute;
	right: 16px;
	top: 17px;
	transition: 0.4s;
}
.ticket-list-item:nth-child(even) .ticket-button a::after{
	color: #f49c0f;
}
.ticket-button a:hover::after{
	color: #f49c0f;
}
.ticket-list-item:nth-child(even) .ticket-button a:hover::after{
	color: #231815;
}

/* ----------------- news ------------------ */
.newsContents{
	width: 100%;
	background: #f2eee6;
	padding: 50px 0;
	box-sizing: border-box;
}
.newsContents h3{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #333333;
	margin: 0 0 30px;
}
.newslist{
	margin: 0 auto;
}
.newslist-item{
	width: 100%;
	margin: 0 0 10px;
	background: #FFF;
	padding: 40px;
	box-sizing: border-box;
}
.news-day{
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	display: inline-block;
	margin-right: 30px;
}
.news-txt{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	vertical-align: text-top;
	display: inline-block;
	line-height: 1.6;
}


#l-howto{
    background: #ece4d5;
	font-size: 14px;
}
#l-howto .h-area{
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.6;
}
#l-howto .tit{
    text-align: center;
    font-weight: 700;
}
#l-howto .tit a{
    text-decoration: underline;
		color: #000000;
		font-weight: bold;
		position: relative;
}

#l-howto .tit a[target*="_blank"]::before,#l-howto .tit a[target*="_blank"]::after{
	content: "";
	width: 13px;
	height: 11px;
	position: absolute;
	background: #ece4d5;
	border: 2px solid #000000;
	box-sizing: border-box;
	margin: auto;
	transform: translateX(100%);
}
#l-howto .tit a[target*="_blank"]::before{
	top: 0;
	bottom: -5px;
	right: -13px;
}
#l-howto .tit a[target*="_blank"]::after{
	top: -5px;
	bottom: 0;
	right: -8px;
}
@media screen and (max-width: 501px){
#l-howto .tit a{font-size: 14px;}
}




.n-list{
	background: #f2eee6;
}
.n-list .n-area a{
	position: relative;
    text-decoration: underline;
	word-break: break-all;
}
.n-list .click {
	cursor: pointer;
	padding: 3%;
	background: #ffffff;
}
.n-list .click-none {
	padding: 3%;
	background: #ffffff;
}
.n-list .lead{
	display: flex;
	display: -webkit-box;
	-webkit-box-align: top;
	align-items: top;
	position: relative;
}
.n-list .lead .date{
	font-size: 16px;
	font-weight: 700;
	margin: 0 2% 0 0;
	line-height: 1.4;
	min-width: 90px;
}
.n-list .tit{
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	width: 80%;
	line-height: 1.4;
}
.n-list .sub .block{
	margin: 3% 0 0;
	border-top: 1px solid #000;
}
.n-list .sub .tex{
	line-height: 1.6;
	margin: 3% 0 0;
	letter-spacing: 1.2;
	font-size: 15px;
}
.n-list .sub {
	display: none;
}
.n-list .n-area {
	position: relative;
	margin-bottom: 10px;
	opacity: 1;
	visibility: visible;
	transition: opacity 300ms linear;
}
.n-list.close .n-area:nth-of-type(n+5)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(#F2EEE600 0%, #F2EEE6FF 50%);
}
.n-list.close .n-area:nth-of-type(n+6) {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.n-list .n-area .click .lead::after{
	position: absolute;
	content: "+";
	width: 24px;
	height: 24px;
	background: #231815;
	color: #ffffff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.1;
	top: 50%;
	right: 0;
  	transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
}
.n-list .n-area.active .click .lead::after{
	content: "-";
	font-size: 22px;
	line-height: 0.9;
}
.n-list .n-area.active {
	display: block;
	background: #f6f6f6;
}
.n-list .show_more {
	position: relative;
	background-color: #000;
    color: #FFF;
    width: 16em;
    padding: 1.2em 0;
    text-align: center;
    margin: -1em auto 0;
	border: 1px solid #000;
	transition: all 150ms linear;
    z-index: 1;
}
.n-list .show_more::after {
	content: '';
	position: absolute;
	display: block;
	width: 0.6em;
	height: 0.6em;
	top: 50%;
	right: 2em;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: translate(-50%, -75%) rotate(45deg);
	transition: all 150ms linear;
}
.n-list .show_more:hover {
	cursor: pointer;
	color: #000;
	background-color: #FFF;

}
.n-list .show_more:hover::after {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.n-list:not(.close) .show_more {
	display: none;
}

/* ----------------- item ------------------ */
.itemContents{
	margin: 0 auto;
	width: 100%;
}
.itemContents .ttl{
	padding: 30px;
	box-sizing: border-box;
	background: #c2a15d;
	text-align:center;
}
.itemContents .ttl h3{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #FFF;
}
.itemContents .ttl p{
	font-size: 20px;
	font-weight: 700;
	color: #c2a15d;
	padding: 8px 9px ;
	background: #FFF;
	display: inline-block;
	letter-spacing: -0.04em;
    line-height: 1.2;
}
.itemlist{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.itemlist-item{
	width: 33.3%;
	text-align: left;
	padding-bottom: 20px;
	display: inline-block;
}
.rubiful{background: #df0023;}
.giants{background: #f49c10;}
.gourmet{background: #cc9a30;}
.spa{background: #2b8ec7;}
.space{background: #070f33;}
.corporation{background: #5c5c5c;}
.other{background: #0b9f7c;}

.itemlist-item:nth-child(2){
	width: 33.4%;
}
.itemlist-item:nth-child(5){
	width: 33.4%;
}
.item-visual{
}
.item-visual img{
	width: 100%;
}
.item-visual img + img{
	width: 68%;
	display: block;
	margin: 15px auto;
}
/*.corporation .item-visual img + img{
	width: 10%;
}*/
.txt-area{
	/*padding: 20px;*/
	padding: 0 20px 20px;
	box-sizing: border-box;
	color: #fff;
}
/*.itemlist-item:not(.rubiful) .txt-area{margin-top: -15px;margin-bottom: 15px;}*/
.itemlist-item:not(.rubiful) .txt-area .item-ttl{padding-top: 15.8px;}
/*.itemlist-item.rubiful .txt-area{margin-top: -15px;margin-bottom: 23px;}*/
.giants .txt-area{color: #231815;}
.corporation .txt-area{color: #FFF;}

.item-ttl{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.2;
}
.item-ttl span{
	display: block;
	font-size: 11px;
	text-align: left;
	margin-bottom: 3px;
}
/*.item-ttl:not(.rb){
	display: block;
}*/
.item-txt{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.3;
}
.item-button{
	width: 92%;
	border-radius: 25px;
	text-align: center;
	margin: 0 auto;
}

.item-button a{
	display: block;
	padding: 15px 0;
	box-sizing: border-box;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}
.rubiful .item-button a{color: #df0023;border: 2px solid #FFF;background: #FFF;}
.giants .item-button a{color: #f49c10;border: 2px solid #231815;background: #231815;}
.gourmet .item-button a{color: #FFF;border: 2px solid #422c16;background: #422c16;}
.spa .item-button a{color: #2b8ec7;border: 2px solid #FFF;background: #FFF;}
.space .item-button a{color: #070f33;border: 2px solid #FFF;background: #FFF;}
.corporation .item-button a{color: #5c5c5c;border: 2px solid #5c5c5c;background: #FFF;}
.other .item-button a{color: #0b9f7c;border: 2px solid #0b9f7c;background: #FFF;}

.rubiful .item-button a:hover{background: #df0023;color: #FFF;border: 2px solid #FFF;opacity: 1;}
.giants .item-button a:hover{background: #f49c10;color: #231815;border: 2px solid #231815;opacity: 1;}
.gourmet .item-button a:hover{background: #cc9a30;color: #422c16;border: 2px solid #422c16;opacity: 1;}
.spa .item-button a:hover{background: #2b8ec7;color: #FFF;border: 2px solid #FFF;opacity: 1;}
.space .item-button a:hover{background: #070f33;color: #FFF;border: 2px solid #FFF;opacity: 1;}
.corporation .item-button a:hover{background: #5c5c5c;color: #FFF;border: 2px solid #FFF;opacity: 1;}
.other .item-button a:hover{background: #0b9f7c;color: #FFF;border: 2px solid #FFF;opacity: 1;}

.item-button a::before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: 0.4s;
}
.rubiful .item-button a::before{background: #df0023;}
.giants .item-button a::before{background: #f49c10;}
.gourmet .item-button a::before{background: #cc9a30;}
.spa .item-button a::before{background: #2b8ec7;}
.space .item-button a::before{background: #070f33;}
.corporation .item-button a::before{background: #5c5c5c;}
.other .item-button a::before{background: #0b9f7c;}

.rubiful .item-button a:hover::before{background: #FFF;}
.giants .item-button a:hover::before{background: #231815;}
.gourmet .item-button a:hover::before{background: #422c16;}
.spa .item-button a:hover::before{background: #FFF;}
.space .item-button a:hover::before{background: #FFF;}
.corporation .item-button a:hover::before{background: #FFF;}
.other .item-button a:hover::before{background: #FFF;}

.item-button a::after{
	content: "→";
	font-size: 12px;
	position: absolute;
	right: 16px;
	top: 16px;
	transition: 0.4s;
}
.rubiful .item-button a::after{color: #FFF;}
.giants .item-button a::after{color: #231815;}
.gourmet .item-button a::after{color: #422c16;}
.spa .item-button a::after{color: #FFF;}
.space .item-button a::after{color: #FFF;}
.corporation .item-button a::after{color: #FFF;}
.other .item-button a::after{color: #FFF;}

.rubiful .item-button a:hover::after{color: #df0023;}
.giants .item-button a:hover::after{color: #f49c10;}
.gourmet .item-button a:hover::after{color: #cc9a30;}
.spa .item-button a:hover::after{color: #2b8ec7;}
.space .item-button a:hover::after{color: #070f33;}
.corporation .item-button a:hover::after{color: #5c5c5c;}
.other .item-button a:hover::after{color: #0b9f7c;}

/* ----------------- footer ------------------ */

.footer{
	width: 100%;
	margin:0 auto;
	background: #FFF;
	margin-bottom: 30px;
}
.footer.tdpagt{
    margin-top: 30px;
}
.f-cont{
	background: #f2f2f2;
	padding: 50px 0 45px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.f-logo{
	margin:0 auto 50px;
}
.f-logo h2{
	text-align: center;
}
.f-cont .f-logo a{
	display: inline-block;
	width: 100%;
	max-width: 112px;
}
.f-cont .f-logo a img{
	width: 100%;
	max-width: 112px;
}
.f-txt{
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: #333333;
	text-align: center;
}
.listprice{
	border: 1px solid #333;
	padding: 12px 14px;
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
}
.listprice p{
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.footer .f-navi{
	width: 100%;
    max-width: 1000px;
	text-align: center;
	font-size: 0;
	margin: 30px auto 50px;
}
.footer .f-navi li{
	display: inline-block;
	line-height: 1;
	text-align: center;
	margin: 0 20px 10px;
	position: relative;
}
.footer .f-navi li::after{
	content: "";
	width: 2px;
	height: 15px;
	background: #b3b3b3;
	position: absolute;
	right: -20px;
	top: 0px;
}
.footer .f-navi li:first-of-type{
	margin: 0 20px 0 0;
}
.footer .f-navi li:last-of-type{
	margin: 0 0 0 20px;
}
.footer .f-navi li:last-of-type::after{
	content: none;
}
.footer .f-navi li a{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.footer .copy{
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.footer .copy p{
	font-weight: 600;
}
/* -----------------------------------

				tdcpls01

 ----------------------------------- */
#tdcpls{}
.tdcpls .ticket-list-item-txt {
		font-size: 26px;
}

/* -----------------------------------

				tdcagt01

 ----------------------------------- */
.txt_bold{
	font-weight: 700;
}
.txt_indent{
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
.pdf_dl{
	text-decoration: underline!important;
}
.pdf_dl::before{
	display: inline-block;
	content: "";
	width: 18px;
	height: 23px;
	margin-right: 8px;
	background-image: url("../images/pdf_icon.png");
	background-position: top left;
	vertical-align: text-top;
}


.tdcagt #itempage .item-layout .ticket-tbl .service{
	font-size: 13px;
	display: block;
	max-width: none!important;
	line-height: 1.25;
}
.tdcagt #itempage .item-layout .ticket-tbl .service .red{
	font-weight: 700;
}


/* -----------------------------------

			footer pattern2

 ----------------------------------- */
.contactContents{
	margin: 0px auto;
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
	box-sizing: border-box;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 0;
}
.contactContents .f_txt-area{
	display: inline-block;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	margin-right: 50px;
	vertical-align: top;
}
.contactContents .f_txt-area p{
	font-weight: 600;
}
.contactContents .f_txt-area .contact_ttl{
	margin-bottom: 5px;
}
.contactContents .f_txt-area .contact_number{
	margin-bottom: 30px;
}
.contactContents .f_img-area{
	display: inline-block;
}
.contactContents .f_img-area img{
	max-width: 300px;
	width: 100%;
}
.tdcagt .listprice ,.tdcpls .listprice {
	margin: 0 auto 30px;
}



/* ----------------- itempage ------------------ */
.breadcrumb{
	width: 100%;
	background-color: #f6f6f6;
}
.breadcrumb ul{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}
.breadcrumb li{
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
}
.breadcrumb li:after{
	content: "\ff1e";
	padding: 0 2px 0 5px;
}
.breadcrumb li:last-of-type:after{
	content: "";
}
.breadcrumb li, .breadcrumb li a{
	color: #777777;
	font-size: 13px;
	text-decoration: none;
}
.breadcrumb li .toku10-b{
    display: block;
    font-size: 7px;
}

#itempage{
	margin-bottom: 100px;
}
#itempage.ticket-page{
	margin-bottom: 0;
}
#itempage.ticket-page .item-tit-area{
	margin-bottom: 0;
    padding: 50px 0;
}
#itempage .item-tit-area{
	width: 100%;
	margin-bottom: 30px;
	padding: 35px 0 35px;
	text-align: center;
}

#itempage .item-tit-area.item-ticket{
	background-color: #231815;
	color: #ffffff;
}

#itempage .item-tit-area.item-giants{
	background-color: #f49c0f;
	color: #231815;
}
#itempage .item-tit-area.item-giants.icon{
	padding: 8px 0 7px;
}
#itempage .item-tit-area.item-giants.icon .max-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#itempage .item-tit-area.item-giants.icon .icon_img{
	max-width: 80px;
	margin-left: 10px;
}
#itempage .item-tit-area.item-toku10{
	background-color: #df0023;
	color: #ffffff;
}
#itempage .item-tit-area.item-toku10.icon .max-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#itempage .item-tit-area.item-toku10.icon .icon_img{
	background-color: #ffffff;
	color: #df0023;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	padding: 14px;
}
#itempage .item-tit-area.item-toku10.icon .item-tit span{
	display: block;
	font-size: 14px;
	text-align: left;
	margin-bottom: 3px;
}
#itempage .item-tit-area.item-tenq{
	background-color: #070f33;
	color: #ffffff;
}
#itempage .item-tit-area.item-spa{
	background-color: #2b8ec7;
	color: #ffffff;
}
#itempage .item-tit-area.item-hotel{
	background-color: #091a2c;
	color: #ffffff;
}
#itempage .item-tit-area.item-fuua{
	background-color: #0b9fd1;
	color: #ffffff;
}
#itempage .item-tit-area.item-gourmet{
	background-color: #cc9a30;
	color: #ffffff;
}
#itempage .item-tit-area.item-spodori{
	background-color: #319041;
	color: #ffffff;
}
#itempage .item-tit-area.item-wedding{
	background-color: #091a2c;
	color: #ffffff;
}
#itempage .item-tit-area.item-fitness{
	background-color: #0b9f7c;
	color: #ffffff;
}
#itempage .item-tit-area.item-beer{
	background-color: #f3be00;
	color: #ffffff;
}
#itempage .item-tit-area.item-guest{
	background-color: #ffffff;
	color: #333333;
	margin: 10px 0;
}
#itempage .item-tit-area .item-tit{
	font-size: 26px;
	font-weight: 700;
}
#itempage .item-tit-area .guest-note{
    font-size: 16px;
    display: inline-block;
    padding: 10px 6px;
    margin: 10px 0 0;
    border: 2px solid #e1263e;
    color: #e1263e;
    font-weight: 600;
}
#itempage .item-tit-area .item-tit.tdp{
	font-size: 22px;
}
#itempage .item-tit-area .item-tit .item-tit-tdp{
    color: #ffffff;
    background-color: #231815;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 10px 6px;
    display: inline-block;
}
#itempage .item-tit-area .item-tit .pls{
	font-size: 18px;
    font-weight: 700;
	display: block;
    margin-top: 5px;

}

#itempage .item-layout{
	color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin-bottom: 100px;
	text-align: center;
}
#itempage .item-layout:last-of-type{
	margin-bottom: 0px;
}

#itempage .item-layout .item-img-area{
	position: relative;
	width: 45%;
	max-width: 450px;
	margin: 0 0 0 2%;
	display: inline-block;
	vertical-align: top;
}

#itempage .item-layout .item-img-area .slick-dots {
    max-width: 900px;
    display: block !important;
    width: 100%;
    padding: 0;
    margin: -30px auto 0;
    list-style: none;
    text-align: center;
}
#itempage .item-layout .item-img-area .slick-dots li {
    margin: 0 3px;
}
#itempage .item-layout .item-img-area .slick-slide img{
	max-height: 450px;
}
#itempage .item-layout .item-img-area .slick-dots li button::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: initial;
    border: 2px solid #e9e9e9;
}
#itempage .item-layout .item-img-area .slick-active button::before {
    background: #000 !important;
}
#itempage .item-layout .item-img-area .sc-app .img{
	width: 100%;
	margin-bottom: 15px;
}


#itempage .item-layout .item-memberid{
	width: 100%;
	box-sizing: border-box;
	background-color: #fff9ed;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	line-height: 1.4;
}
#itempage .item-layout .item-memberid .red{
	color: #e1263e;
}
#itempage .item-layout .item-memberid a{
	color: #333333;
}

#itempage .item-layout .item-tex-area{
	max-width: 450px;
	width: 45%;
	margin: 0 2% 0 5%;
	display: inline-block;
	text-align: left;
}
#itempage .item-layout .item-tex-area .red{
	color: #e1263e;
}
#itempage .item-layout .item-tex-area b{
	font-weight: 700;
}
#itempage .item-layout .item-tex-area a{
	color: #333333;
    word-break: break-all;
}
#itempage .item-layout .item-tex-area b a{
    font-weight: 700;
}
#itempage .item-layout .item-tex-tit{
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}
#itempage .item-layout .sc-det .item-tex-tit{
	margin-bottom: 5px;
}
#itempage .item-layout .sc-det .item-tex-tex.chui1{
	margin-top: 10px;
}
#itempage .item-layout .item-tex-tex{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 28px;
}
#itempage .item-layout .item-tex-tex .bhour01{
    display: inline-block;
    width: 4em;
}
#itempage .item-layout .item-tex-tex .bhour02{
    display: inline-block;
    width: 4.6em;
}
#itempage .item-layout .item-tex-tex .toku10-t, #itempage .item-layout .item-price-area .toku10-t{
    display: block;
    font-size: 8px;
    line-height: 1;
}
#itempage .item-layout .item-price-area .item-name{
	background-color: #f4f4f4;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.4;
	margin-top: 40px;
}
#itempage .item-layout .item-price-area .item-name:first-of-type{
	margin-top: 0;
}
#itempage .item-layout .item-price-area .item-price{
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 20px 10px;
	line-height: 1.2;
}
#itempage .item-layout .item-price-area .item-price .price{
	color: #df0023;
	font-weight: 700;
}
#itempage .item-layout .item-price-area .item-price .price02{
	font-size: 30px;
	font-weight: 700;
}
#itempage .item-layout .item-price-area .item-price .yen{
	font-size: 46px;
	font-weight: 700;
	margin-left: 5px;
}
#itempage .item-layout .item-price-area .sup{
	margin: 0 0 40px 10px;
}
#itempage .item-layout .salescon-area{
    border: 1px solid #cccccc;
    margin: 30px 0;
}
#itempage .item-layout .salescon-area .salescon-tit{
    text-align: center;
    padding: 13px 10px;
    border-bottom: 1px solid #cccccc;
    background-color: #fffaf1;
    font-weight: 700;
}
#itempage .item-layout .salescon-area .salescon-tex{
    text-align: center;
    padding: 13px 10px;
    font-weight: 700;
}
#itempage .item-layout .salescon-area .salescon-tex a{
    font-weight: 700;
}
#itempage .item-layout .salescon-area .salescon-tex span{
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
#itempage .item-layout .salescon-area .salescon-tex .web{
	display: inline-block;
	text-decoration: none;
	color: #231815;
	background-color: #f49c0f;
	font-size: 16px;
	font-weight: 600;
    padding: 13px 10px 15px 15px;
	border: 2px solid #231815;
	box-sizing: border-box;
	border-radius: 30px;
}
#itempage .item-layout .salescon-area .salescon-tex .web:hover{
	opacity: 1;
	color: #f49c0f;
	background-color: #231815;
    text-decoration: none;
}
#itempage .item-layout .salescon-area .salescon-tex .web:after{
	content: "\2192";
	display: inline-block;
	font-size: 11px;
	background-color: #231815;
	border-radius: 20px;
	color: #f49c0f;
	padding: 1px;
	margin: 0 0 0 5px;
	vertical-align: bottom;
}
#itempage .item-layout .salescon-area .salescon-tex .web:hover:after{
	background-color: #f49c0f;
	color: #231815;
}
#itempage .item-layout .item-sc-area .sc-tit{
	font-size: 16px;
	background-color: #f4f4f4;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.4;
	margin-top: 40px;
}
#itempage .item-layout .item-sc-area .sc-tex{
	font-size: 14px;
	padding-left: 10px;
	letter-spacing: 1.4;
	letter-spacing: 0.6px;
}
#itempage .item-layout .item-sc-area .sc-tex .tel{
	font-size: 16px;
	font-weight: 700;
}
#itempage .item-layout .item-sc-area .sc-tex .name{
	font-size: 12px;
}

#itempage .item-layout .chui1{
	font-size: 14px;
	line-height: 24px;
	/* padding-left: 1em;
	text-indent: -1em; */
    word-break: break-all;
}
#itempage .item-layout .chui1 li.__line{
    padding-left: 1em;
	text-indent: -1em;
}
#itempage .item-layout .chui1.det{
	font-size: 16px;
	line-height: 30px;
}
#itempage .item-layout .chui1.tar{
	font-size: 16px;
	line-height: 30px;
}
#itempage .item-layout .chui1.tar li{
    margin-bottom: 15px;
}
#itempage .item-layout .chui1.tar li:first-of-type{
    margin-bottom: 0;
}
#itempage .item-layout .chui1.tar li a{
    font-size: 15px;
}
#itempage .item-layout .chui2{
	font-size: 14px;
	line-height: 24px;
	padding-left: 2em;
	text-indent: -2em;
}
#itempage .item-layout .chui3{
	font-size: 14px;
	line-height: 24px;
	padding-left: 3em;
	text-indent: -3em;
}
#itempage .item-layout .chui4{
	font-size: 14px;
	line-height: 24px;
	padding-left: 4em;
	text-indent: -4em;
}
#itempage .item-layout .chui5{
	font-size: 14px;
	line-height: 24px;
	padding-left: 5em;
	text-indent: -5em;
}
#itempage .item-layout .chui6{
	padding-left: 6em;
	text-indent: -6em;
}
#itempage .item-layout .ticket-tbl{
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
#itempage .item-layout .ticket-tbl th, #itempage .item-layout .ticket-tbl td{
	padding: 15px 10px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
}
#itempage .item-layout .ticket-tbl td .pc_cont + span{
	font-weight: 700;
	font-size: 13px;
}
#itempage .item-layout .ticket-tbl th, #itempage .item-layout .ticket-tbl td:first-of-type{
	background-color: #fffaf1;
    line-height: 1.2;
}
#itempage .item-layout .ticket-tbl .price{
	font-weight: 700;
	font-size: 26px;
}
#itempage .item-layout .ticket-tbl .service{
	width: 100%;
	max-width: 220px;
	margin-top: 10px;
}
#itempage .item-layout .ticket-tbl .service.pmc{
	max-width: 150px !important;
	margin-right: auto;
	margin-left: auto;
}
#itempage .item-layout .ticket-tbl .det{
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
}

#itempage .item-layout .seat-link{
	text-align: right;
	margin-bottom: 20px;
}
#itempage .item-layout .seat-link a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background-color: #231815;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 10px 12px 15px;
	border: 2px solid #231815;
	box-sizing: border-box;
	border-radius: 30px;
}
#itempage .item-layout .seat-link a:hover{
	opacity: 1;
	color: #231815;
	background-color: #ffffff;
    text-decoration: none;
}
#itempage .item-layout .seat-link a:after{
	content: "\2192";
	display: inline-block;
	font-size: 11px;
	background-color: #ffffff;
	border-radius: 20px;
	color: #231815;
	padding: 1px;
	margin: 0 0 0 5px;
	vertical-align: bottom;
}
#itempage .item-layout .seat-link a:hover:after{
	background-color: #231815;
	color: #ffffff;
}

#itempage .item-layout .remaining-link{
	text-align: center;
	margin-bottom: 20px;
}
#itempage .item-layout .remaining-link a{
	display: block;
	text-decoration: none;
	color: #f27900;
	background-color: #231815;
	font-size: 22px;
	font-weight: 700;
	padding: 30px 10px;
	border: 3px solid #231815;
	box-sizing: border-box;
	border-radius: 50px;
	position: relative;
}
#itempage .item-layout .remaining-link a:after{
	content: "\2192";
	display: inline-block;
	font-size: 16px;
	background-color: #f27900;
	border-radius: 20px;
	color: #231815;
	padding: 3px;
	margin: 0 0 0 5px;
	vertical-align: bottom;
	position: absolute;
	top: 39%;
	right: 30px;
}
#itempage .item-layout .remaining-link a:hover{
	color: #231815;
	background-color: #f27900;
	border: 3px solid #231815;
	opacity:1;
    text-decoration: none;
}
#itempage .item-layout .remaining-link a:hover:after{
	background-color: #231815;
	color: #f27900;
}

#itempage .item-layout .bnr-link{
	margin: 60px 0 0;
}
/* ----------------- itempage ------------------ */
/* -------------- ticket itempage -------------- */
#ticket{
	padding: 0 0 60px;
	background-color: #f2f2f2;
	line-height: 1.2;
}

#ticket .ticket-tbl a{
	text-decoration: none;
	color: #f27900;
}

#ticket .ticket-tbl a:hover{
	text-decoration: underline;
}

#ticket a:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transition: 0;
}

#ticket .ticket-body{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 4%;
	background-color: #ffffff;
}

#ticket .month-tit{
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

#ticket .month-menu{
	margin: 40px 0;
}

#ticket .month-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#ticket .month-list li{
	/*width: 12.5%;*/	/*11月*/width: 11%;
	text-align: center;
	border-top: 1px solid #f27900;
    border-right: 1px solid #f27900;
    border-bottom: 1px solid #f27900;
	background-color: #ffffff;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#ticket .month-list li:first-of-type{
    border-left: 1px solid #f27900;
}

#ticket .month-list li:hover{
	background-color: #f27900;
}

#ticket .month-list li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #f27900;
	padding: 15px 2%;
}

#ticket .month-list li:hover a{
	color: #ffffff;
}

#ticket .ticket-tex{
	font-size: 16px;
	text-align: left;
	margin: 40px 0;
	line-height: 1.6;
}

#ticket .ticket_table_upper {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	row-gap: 0.5em;
	margin: 10px 0;
	line-height: 1.5;
}
#ticket .ticket_table_upper .ticket-disclaimer {
	flex-grow: 1;
}
#ticket .ticket_table_upper .ticket-disclaimer > span {
	display: inline-block;
}
#ticket .ticket_table_upper .ticket-time {
    text-align: right;
	white-space: nowrap;
}

#ticket .ticket-menu .ticket-list-border .ticket-ac{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*#ticket .ticket-menu .ticket-list-border .ticket-ac.click{
    background-color: #f27900;
    font-weight: 700;
    color: #ffffff;
}*/

#ticket .ticket-menu .ticket-list-border .ticket-ac li{
	text-align: center;
	width: 20%;
	padding: 15px 2%;
	box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	word-break: break-all;
}

#ticket .ticket-menu .ticket-list-border .ticket-ac:hover, #ticket .ticket-menu .ticket-list-border .ticket-ac:hover .ticket-da{
	background-color: #f27900;
}

#ticket .ticket-menu .ticket-list-border .ticket-ac .ticket-event{
	font-size: 14px;
}

#ticket .ticket-menu .ticket-list-border .ticket-ac li:first-of-type{
	border-left: 1px solid #cccccc;
}

#ticket .ticket-menu .ticket-list-border:last-of-type .ticket-ac{
	border-bottom: 1px solid #cccccc;
}

#ticket .ticket-menu .ticket-list-border.titbar li{
	background-color: #fff7e7;
}

#ticket .ticket-menu .ticket-list-border .child {
    display: none;
}

#ticket .ticket-menu .ticket-list-border .ticket-ac .ticket-da{
	position: relative;
	background-color: #fffaf1;
	font-weight: 700;
}

#ticket .ticket-menu .ticket-list-border .active .ticket-ac li, #ticket .ticket-menu .ticket-list-border .active .ticket-ac:hover .ticket-da{
	background-color: #f27900;
    font-weight: 700;
	color: #ffffff;
}

#ticket .ticket-menu .ticket-list-border .ticket-inner .ticket-date{
	text-align: center;
	font-weight: 700;
	padding: 15px 5%;
	color: #f27900;
	background-color: #111111;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#ticket .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl-bar{
}

#ticket .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ticket .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl .ticket-tbl-tit{
    color: #f27900;
    background-color: #111111;
    padding: 10px 0 10px;
    border-bottom: 1px solid #ffffff;
}

.ticket-menu .ticket-list-border .ticket-inner .ticket-tbl .ticket-tbl-tit, .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl li{
	border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	padding: 15px 2%;
	width: 20%;
	background-color: #f2f2f2;
    box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.tdc-site .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl .ticket-tbl-tit{
	padding: 10px !important;
}
@media screen and (max-width: 640px){
	.tdc-site .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl .ticket-tbl-tit {
		padding: 10px 0 !important;
	}
}

.tdc-site .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl .ticket-tbl-tit:last-child br{
	display: none;
}
.tdc-site .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl li{
	width: 25%;
}

#ticket .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl .ticket-tbl-tit, #ticket .ticket-menu .ticket-list-border .ticket-inner .ticket-tbl .ticket-bar{
	font-weight: 700;
}

#ticket .ticket-menu .ticket-list-border .ticket-fin .ticket-da, #ticket .ticket-menu .ticket-list-border .ticket-fin li{
    cursor: inherit;
    background:#ececec;
    color:#999999;
}
#ticket .ticket-menu .ticket-list-border .ticket-fin .ticket-ac:hover, #ticket .ticket-menu .ticket-list-border .ticket-fin .ticket-ac:hover .ticket-da{
    background:#ececec;
    color:#999999;
}
#ticket .table_under {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#ticket .table_under .giants_logo_wrapper {
	width: 15rem;
}
#ticket .table_under .giants_logo_wrapper img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#ticket .table_under .giants_logo_wrapper {
		width: 10rem;
	}
}

/* -- ticket itempage TDC -- */
.tdc .h-top{
	background-color:inherit;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0;
	box-sizing: border-box;
}
.tdc .h-top h1 {
    padding: 0;
	font-size: 0.9rem;
}
.tdc .h-cont .ticket-shop {
    float: none;
    margin: 0;
}
.tdc .h-cont .ticket-shop a{
	font-size: 0.8rem;
	line-height: 1;
}
.tdc .h-cont .ticket-shop .ticket-btn{
	text-align: right;
}
@media screen and (max-width: 640px){
	.tdc .h-top{
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 2%;
	}
	.tdc .h-top h1{
    	padding: 0;
    	font-size: 0.7rem;
	}
	.tdc .h-top .h-cont:first-child{
		width: 56%;
	}
	.tdc .h-top .h-cont{
		width: 44%;
	}
	.tdc .h-cont .ticket-shop a::after{
    	vertical-align: bottom;
    	margin: 0 0 -1px 2px;
	}
}
@media screen and (max-width: 330px){
	.tdc .h-cont .ticket-shop a{
		font-size: 0.7rem;
	}
}

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

/* ----------------- login ------------------ */
#t-login{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f2f2f2;
    color: #333333;
}
#t-login .t-login-bg{
    padding: 30px 5%;
}
.t-login-logo{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.t-login-logo img{
    width: 15%;
    max-width: 200px;
}
#t-login .t-login-error{
  padding-top: 10px;
  color: red;
}
#t-login .t-login-intro{
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 0 30px;
}
#t-login .t-login-intro .t-login-tit{
    background-color: #a98852;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 10px 12px;
}
#t-login .t-login-intro .t-login-tex{
    font-size: 16px;
    line-height: 24px;
    margin: 40px 0 5px 0;
    padding: 0 20px;
}
#t-login .t-login-intro .t-login-caption{
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 40px 0;
  padding: 0 20px;
}
#t-login .t-login-intro .t-login-tex b{
    font-weight: 600;
}
#t-login .t-login-intro .t-login-caption b{
    font-weight: 600;
    color: red;
}
#t-login .t-login-intro .t-login-caption span{
  font-size: small;
}
#t-login .t-login-intro .t-login-area{
}
#t-login .t-login-intro .t-login-area .t-login-label{
    display: inline-block;
    margin-right: 10px;
}
#t-login .t-login-intro .t-login-area .t-login-label .label{
    font-weight: 700;
}
#t-login .t-login-intro .t-login-area .t-login-input{
    display: inline-block;
}
#t-login .t-login-intro .t-login-area .t-login-input .input{
    width: 315px;
    padding: 10px;
    font-size: 16px;
    border: 3px solid #e1e1e1;
    border-radius: 5px;
    box-sizing: border-box;
}
#t-login .t-login-intro .t-login-area .t-login-btn{
    margin: 20px 0 0 23px;
}
#t-login .t-login-intro .t-login-area .t-login-btn .btn{
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px 90px;
}
#t-login .t-login-intro .note{
    margin-top: 40px;
    padding: 0 30px;
}
#t-login .t-login-intro .note li{
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4;
}
#t-login .t-login-intro .note .blank{
  margin-bottom: 20px;
}
#t-login .t-login-intro .note .note-txt{
  font-size: 16px;
}
#t-login .t-login-intro .note li b{
    font-weight: 700;
}
#t-login .t-login-intro .note .note-txt.note-sample_image {
	text-align: center;
}
#t-login .t-login-intro .note .note-txt.note-sample_image img {
	width: 100%;
	max-width: 28rem;
}


.t-login-copy{
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
/* ----------------- itempage ------------------ */
/* ----------------- notfound ------------------ */
.notfound{
    color: #333333;
    background: #f2f2f2;
}
.notfound .nf-bg{
    background-color: #ffffff;
    padding: 50px 5%;
    margin: 50px auto;
}
.notfound .nf-tit{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.notfound .nf-tex{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin: 30px 0;
}
.notfound .btn{
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
    border: 3px solid #111111;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px 5px;
    display: block;
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}
/* ----------------- notfound ------------------ */


/* ----------------- 1,000px ------------------ */
@media screen and (max-width: 1010px){
.h-top h1 {
	font-size: 1.55vw;
}

.slick-slide img {
	max-width: 500px;
}
.tdcpls .ticket-list-item-txt {
	font-size: 26px;
}
.tdcagt .h-top h1 ,.tdcpls .h-top h1 {
	font-size: 16px;
	padding: 16px 0 0 15px;
}
}
/* ----------------- 950px ------------------ */
@media screen and (max-width: 951px){
.h-top p {
	font-size: 15px;
}

.ticket-list-item-txt span img{
	width: 38%;
}
.newslist {
	padding: 0 20px;
	box-sizing: border-box;
}
.n-list{
	padding: 0 2%;
}
}
/* ----------------- 900px ------------------ */
@media screen and (max-width: 901px){
	.h-top h1 {
		font-size: 1.53vw;
		padding: 18px 0 0 15px;
	}
.ticket-list-item-txt span{
	top: -22px;
	right: -145px;
}
.slick-slide img {
	max-width: 450px;
}
.tdcpls .ticket-list-item-txt {
	font-size: 2.82vw!important;
}
}
@media screen and (max-width: 900px) and (min-height: 410px)  and (orientation: landscape){
	.h-top h1 .sp-ttl .pc-cont{
		display: none;
	}
	.h-top h1 {
		font-size: 8.5px;
	}
	#wrapper.tdcagt .h-top h1,#wrapper.tdcpls .h-top h1{
		font-size: 14px;
	}
	.tdcpls .ticket-list-item-txt {
    font-size: 2.7vw!important;
}
	footer .f-cont .f-txt{
		font-size: 9px;
		line-height: 1.6;
	}
}
/* ----------------- 850px ------------------ */
@media screen and (max-width: 851px){
.h-cont .h-logo {
    max-width: 200px;
    margin: 22px 0 14.5px 25px;
}
.h-cont .seat-link {
    margin-top: 17px;
}
.h-cont .ticket-shop a, .h-cont .seat-link a{
    font-size: 14px;
}
.h-top p {
	font-size: 14px;
}
.ticket-list-item-txt {
	font-size: 26px;
}
.tdcagt .h-top p,.tdcpls .h-top p {
	font-size: 16px;
}
.ticket-list-item-txt span{
	right: -140px;
}
.f-txt {
	padding: 0 2%;
	font-size: 15px;
	box-sizing: border-box;
}
}
@media screen and (-webkit-max-device-pixel-ratio: 3) and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 800px) and (min-height: 375px) and (orientation: landscape){
	.h-top h1 .sp-ttl .pc-cont{
		display: none;
	}
	#wrapper:not(.tdcagt,.tdcpls) .h-top h1{
		font-size: 7.5px;
	}
	#wrapper.tdcagt .h-top h1,#wrapper.tdcpls .h-top h1{
		font-size: 11px;
	}
	footer .f-cont .f-txt{
		font-size: 8.5px;
		line-height: 1.6;
	}
}
/* ----------------- 800px ------------------ */
@media screen and (max-width: 801px){
.h-top p {
	padding: 14px 10px;
}
.h-top h1 {
	padding: 14px 0 0 10px;
}
.ticket-list-item-txt {
	font-size: 25px;
}
.footer .f-navi li a{
	font-size: 13px;
}
.ticket-list-item-txt span img {
	width: 35%;
}
.slick-slide img {
	max-width: 400px;
}
.tdcpls .ticket-list-item-txt {
	font-size: 2.8vw!important;
}
.contactContents .f_txt-area {
	font-size: 2vw;
	margin-right: 5%;
}
.tdcagt .h-top h1 ,.tdcpls .h-top h1{
	padding: 16px 0 0 15px;
}
.tdcagt .h-top p,.tdcpls .h-top p{
	padding: 17px 15px;
}

}
/* ----------------- 768px ------------------ */
@media screen and (max-width: 768px){
.h-cont .h-logo {
    max-width: 150px;
    margin: 25px 0 14.5px 25px;
}
.h-top p {
	font-size: 12px;
}
.h-top h1 {
	font-size: 1.56vw;
}
.ticket-list-item-txt {
	font-size: 24px;
}
.f-txt{
	font-size: 14.5px;
}

#itempage .item-layout .item-img-area .slick-slide img {
	max-height: 350px;
}
#itempage .item-layout .ticket-tbl .det b{
    display: block;
}
.tdcagt .h-top p ,.tdcpls .h-top p{
	font-size: 15px;
}
a:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
	.rubiful .item-button a:hover{border:none;background: #FFF;color: #df0023;}
.giants .item-button a:hover{border:none;background: #231815;color: #f49c10;}
.gourmet .item-button a:hover{border:none;background: #422c16;color: #FFF;}
.spa .item-button a:hover{border:none;background: #FFF;color: #2b8ec7;}
.space .item-button a:hover{border:none;background: #FFF;color: #070f33;}
.corporation .item-button a:hover{border:none;background: #FFF;color: #5c5c5c;}

.rubiful .item-button a:hover::before{background: #df0023;}
.giants .item-button a:hover::before{background: #f49c10;}
.gourmet .item-button a:hover::before{background: #cc9a30;}
.spa .item-button a:hover::before{background: #2b8ec7;}
.space .item-button a:hover::before{background: #070f33;}
.corporation .item-button a:hover::before{background: #5c5c5c;}

.rubiful .item-button a:hover::after{color: #FFF;}
.giants .item-button a:hover::after{color: #231815;}
.gourmet .item-button a:hover::after{color: #422c16;}
.spa .item-button a:hover::after{color: #FFF;}
.space .item-button a:hover::after{color: #FFF;}
.corporation .item-button a:hover::after{color: #FFF;}

.ticket-button a,.ticket-list-item:nth-child(even) .ticket-button a{
	border: none;
}
.ticket-button a:hover{
	background: #231815;
	color: #f49c0f;
	border: none;
}
.ticket-list-item:nth-child(even) .ticket-button a:hover{
	background: #f49c0f;
	color: #231815;
	border: none;
}
.ticket-button a:hover::before{
	background: #f49c0f;
}
.ticket-list-item:nth-child(even) .ticket-button a:hover::before{
	background: #231815;
}
.ticket-button a:hover::after{
	color: #231815;
}
.ticket-list-item:nth-child(even) .ticket-button a:hover::after{
	color: #f49c0f;
}
.rubiful .item-button a{border:none;}
.giants .item-button a{border:none;}
.gourmet .item-button a{border:none;}
.spa .item-button a{border:none;}
.space .item-button a{border:none;}
.corporation .item-button a{border:none;}
#ticket .ticket_table_upper .ticket-disclaimer {
	font-size: 0.85em;
	text-align: center;
}
	
}
/* ----------------- 750px ------------------ */
@media screen and (max-width: 751px){
.ticket-list-item-txt {
	font-size: 22px;
}
.f-txt {
	font-size: 13.6px;
}
.footer .f-navi li a {
	font-size: 12px;
}
.tdcpls .ticket-list-item-txt {
	font-size: 2.7vw!important;
}
.ticket-list-item-txt span img {
	width: 32%;
}
.contactContents .f_img-area img {
	max-width: 280px;
}
.tdcagt .h-top h1, .tdcpls .h-top h1 {
	font-size: 2vw;
	padding: 16px 0 0 14px;
}
.tdcagt .h-top p ,.tdcpls .h-top p{
	font-size: 2vw;
}
}
/* ----------------- 700px ------------------ */
@media screen and (max-width: 701px){
.ticket-list-item-txt span img {
	width: 30%;
}
.ticket-list-item-txt {
	font-size: 21px;
}
.f-txt {
	font-size: 13px;
}
}
/* ----------------- 680px ------------------ */
@media screen and (max-width: 681px) {
	.pc-cont, .pc-cont.month{
		display: none;
	}
	.sp-cont{
		display: block;
	}
	.slick-slide img {
		max-width: none;
	}
	.pls .slick-slide img {
		max-width: none;
		max-height: none;
		object-fit: unset;
	}
	/*.itemlist-item:not(.rubiful) .txt-area{margin-top: 0;}*/
	.itemlist-item:not(.rubiful) .txt-area .item-ttl{padding-top: 0;}

	.h-top p {
		padding: 11px;
		font-size: 20px;
		line-height: 1.1;
	}
	.h-top p span {
		padding: 8px 10px;
		font-weight: 700;
		color: #a98852;
		background: #FFF;
		display: block;
	}
	.h-top h1 {
		font-size: 24px;
		padding: 14px 0 0 20px;
		line-height: 1.2;
	}
	.h-top h1 .sp-ttl{
		font-size: 2.6vw;
		display: block;
		margin-bottom: 5px;
	}
	.h-cont .h-logo{
		max-width: 200px;
		margin: 20px 0 20px 25px;
	}
	.h-cont .seat-link {
		margin: 15px 60px 0 25px;
	}
	.h-cont .ticket-shop {
		float: right;
		margin: 18px 55px 13px 0;
	}
	.h-cont .ticket-shop a {
		padding: 8px 8px 8px 11px;
	}
	.h-cont .sidemenu{
		margin: 24px 30px 0 0px;
	}
	.ticket-list-item {
		padding: 20px 10px 30px;
	}
	.ticket-list-item-txt {
		font-size: 5.2vw;
		line-height: 1.15;
		letter-spacing: -0.03em;
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		flex-direction: row-reverse;
		margin-bottom: 8px;
	}
	.ticket-list-item-txt span{
		position: unset;
		margin-left: 10px;
	}
	.ticket-list-item-txt span img{
		width: 100%;
		max-width: 100px;
	}
	.ticket-list-item-txt .txt_rb {
		font-size: 3vw;
		letter-spacing: -0.04em;
	}
	.ticket-button {
		max-width: none;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.ticket-button a::before {
		width: 25px;
		height: 25px;
		border-radius: 14px;
		right: 15px;
		top: 12px;
	}
	.ticket-button a::after {
		font-size: 20px;
		right: 18px;
		top: 15px;
	}
	.ticket-button a {
		border: none;
	}
	.ticket-list-item:nth-child(even) .ticket-button a {
		border: none;
	}

	.newsContents h3 {
		font-size: 38px;
		margin: 0 0 50px;
	}
	.newslist {
		padding: 0 30px;
		box-sizing: border-box;
	}
	.newslist-item {
		margin: 0 0 15px;
	}
	.newslist-item:last-child{
		margin: 0 0 0;
	}
	.news-day {
		display: block;
		font-size: 32px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.news-txt {
		display: block;
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: -0.06em;
	}
	.itemContents .ttl h3 {
		font-size: 44px;
		margin-bottom: 15px;
	}
	.itemContents .ttl p {
		font-size: 3.4vw;
	}
	.itemlist-item {
		width: 100%;
		padding-bottom: 40px;
	}
	.item-visual img + img {
		width: 90%;
		margin: 20px auto 0;
	}
	.space .item-visual img + img {
		margin: 15px auto 0;
	}
	.corporation .item-visual img + img {
		margin: 0px auto 0;
	}
	.itemlist-item:nth-child(2) {
		width: 100%;
	}
	.itemlist-item:nth-child(5) {
		width: 100%;
	}
	.txt-area {
		padding: 0px 40px 30px;
	}
	.item-ttl {
		font-size: 42px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.space .item-ttl{
		margin-top: 15px;
	}
	.corporation .item-ttl{
		margin: 5px 0 0px;
	}
	.item-txt {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 0;
	}
	.item-ttl span {
		font-size: 23px;
	}
	.item-button {
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}

	.item-button a {
		padding: 35px 0;
		border-radius: 50px;
		font-size: 32px;
	}



	.item-button a::before {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		right: 30px;
		top: 32px;
	}
	.item-button a::after {
		font-size: 32px;
		right: 34px;
		top: 34px;
	}
	.f-cont .f-logo a {
		max-width: 190px;
	}
	.f-cont .f-logo a img {
		max-width: 190px;
	}
	.f-txt {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: -0.04em;
		padding: 0 8%;
		box-sizing: border-box;
	}
	.f-cont{
		margin-bottom: 60px;
	}
	.listprice{
		padding: 22px 14px;
	}
	.listprice p{
		font-size: 20px;
	}
	.footer .f-navi{
		width: 100%;
		text-align: center;
		font-size: 0;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 60px auto;
	}
	.footer .f-navi li{
		display: block;
		line-height: 1;
		text-align: left;
		margin: 50px 0;
		position: relative;
		border-bottom: 5px solid #333;
		padding: 0 0 50px;
	}
	.footer .f-navi li::after{
		content: "→";
		width: 0;
		height: 0;
		font-size: 22px;
		font-weight: 700;
		position: absolute;
		color: #333;
		right: 40px;
		top: 0;
	}
	.footer .f-navi li:first-of-type{
		margin: 0 0 50px 0;
	}
	.footer .f-navi li:last-of-type{
		margin: 50px 0 0 0;
	}
	.footer .f-navi li:last-of-type::after{
		content: "→";
		width: 0;
		height: 0;
		font-size: 22px;
		font-weight: 700;
		position: absolute;
		color: #333;
		right: 40px;
		top: 0;
	}
	.footer .f-navi li a {
		font-size: 22px;
		margin-bottom: 0px;
	}
	.footer .copy{
		font-size: 20px;
	}
	.footer .copy p{
		font-weight: 700;
	}
	.slick-slide img{
		width: 100%;
	}
	.tdcpls .h-top p span {
		text-align: center;
	}
	.tdcpls .ticket-list-item-txt {
		font-size: 4.6vw!important;
	}
	.tdcpls .f-cont {
		padding: 35px 0 35px;
		margin-bottom: 30px;
	}
	.contactContents .f_txt-area {
		font-size: 22px;
		text-align: center;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.contactContents .f_img-area {
		display: block;
	}
	.contactContents .f_img-area img {
		max-width: none;
	}
	.tdcagt .h-top p ,.tdcpls .h-top p {
		font-size: 18px;
		padding: 11px;
	}
	.tdcagt .h-top p span ,.tdcpls .h-top p span{
		text-align: center;
		line-height: 1.3;
	}
	.tdcpls .h-top h1,.tdcagt .h-top h1{
		padding: 14px 0 0 14px;
		font-size: 24px;
	}
	#ticket .ticket_table_upper {
		flex-wrap: wrap;
	}
	#ticket .ticket-body {
    	padding: 5% 2.5% 2.5%;
	}
	#ticket .ticket-tex {
		font-size: 14px;
		margin: 20px 0;
	}
	#ticket .month-menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#ticket .month-list {
		position: relative;
		width: 60%;
	}
	#ticket .month-menu {
    	margin: 20px 0 0;
	}
	#ticket .month-list:before {
		z-index: 1;
		position: absolute;
		right: 15px;
		top: 1px;
		content: "\25bc";
		font-size: 14px;
		line-height: 43px;
		color: #7F878C;
		pointer-events: none;
	}
	#ticket .month-menu select{
		outline:none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: '';
		background: none transparent;
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: 8px 12px 10px;
		border:2px solid #cccccc;
		color:#333333;
		width:100%;
		border-radius:5px;
		font-size: 16px;
	}
	#ticket .month-menu select option{
	  background-color: #fff;
	  color: #333;
	}
	#ticket .month-menu select::-ms-expand {
	  display: none;
	}
	#ticket .month-menu select:-moz-focusring {
	  color: transparent;
	  text-shadow: 0 0 0 #828c9a;
	}
	#ticket .month-menu .month-pre, #ticket .month-menu .month-next{
		color: #ffffff;
		border:2px solid #cccccc;
		border-radius:5px;
		padding: 0 15px;
		position: relative;
	}
	#ticket .month-menu .month-pre:before {
		z-index: 1;
		position: absolute;
		right: 16px;
		top: 0;
		content: "\25c0";
		font-size: 14px;
		line-height: 43px;
		color: #7F878C;
		pointer-events: none;
	}
	#ticket .month-menu .month-next:before {
		z-index: 1;
		position: absolute;
		right: 15px;
		top: 0;
		content: "\25b6";
		font-size: 14px;
		line-height: 43px;
		color: #7F878C;
		pointer-events: none;
	}
	#ticket .month-list, #ticket .month-menu .month-pre, #ticket .month-menu .month-next{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#ticket .ticket-menu{
		font-size: 14px;
	}
	#ticket .ticket-menu .ticket-list-border .ticket-ac .ticket-event{
		font-size: 12px;
	}
	#ticket .ticket-menu .ticket-list-border .ticket-ac li {
    	padding: 10px 2%;
	}

}
/* ----------------- 640px ------------------ */
@media screen and (max-width: 640px) {
	.n-list .tit {
    	width: 65%;
	}
	.breadcrumb li, .breadcrumb li a {
    	font-size: 12px;
	}
	#itempage {
    	margin-bottom: 80px;
	}
	#itempage .item-layout .item-tit-area{
		width: 100%;
		margin-bottom: 30px;
		padding: 7% 5%;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		text-align: left;
		line-height: 1.2;
	}
    #itempage.ticket-page .item-tit-area{
        margin-bottom: 0;
    }
    #itempage.ticket-page .item-tit-area .item-tit{
        font-size: 20px;
        text-align: center;
    }
	#itempage .item-tit-area .item-tit {
		font-size: 24px;
	}
    #itempage .item-tit-area .item-tit .pls{
        display: block;
        margin-top: 5px;
    }
	#itempage .item-tit-area.item-giants.icon, #itempage .item-tit-area.item-toku10.icon {
    	padding-left: 3%;
	}
	#itempage .item-tit-area.item-giants.icon{
    	padding-top: 10px;
	}
	#itempage .item-tit-area.item-giants.icon .max-cont, #itempage .item-tit-area.item-toku10.icon .max-cont{
		-webkit-justify-content: flex-start;
    	justify-content: flex-start;
	}

	#itempage .item-layout .item-img-area{
		width: 100%;
		max-width: 100%;
		margin: 0;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	#itempage .item-layout .item-tit-area.item-guest{
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		text-align: center;
		line-height: 1.2;
		margin: 0 auto;
	}
	#itempage .item-layout .item-img-area.item-guest-lay{
		-webkit-box-ordinal-group:1;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		margin: 0 5% 20px;
	}
	#itempage .item-layout .item-tit-area.item-guest .item-tit {
		font-size: 20px;
	}
	#itempage .item-layout .item-memberid {
    	margin-top: 5px;
	}
	#itempage .item-layout .item-tex-area{
		width: 100%;
		max-width: 100%;
		margin: 0 5%;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:3;
		-webkit-order:3;
		order:3;
	}
	#itempage .item-layout .item-img-area .slick-dots {
	margin: -25px auto 0;
	}
	#itempage .item-layout .remaining-link a {
	    padding: 25px 10px;
	}
	#itempage .item-layout .sales-period b {
    	font-size: 18px;
	}

    .t-login-logo img {
        width: 30%;
    }
    #t-login .t-login-bg {
        padding: 5%;
    }
    #t-login .t-login-intro .t-login-tit {
        font-size: 18px;
    }
    #t-login .t-login-intro .t-login-area .t-login-label{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    #t-login .t-login-intro .t-login-area .t-login-input{
        width: 80%;
    }
    #t-login .t-login-intro .t-login-area .t-login-input .input{
        width: 100%;
    }
    #t-login .t-login-intro .t-login-area .t-login-btn{
        margin: 20px auto;
        width: 80%;
    }
    #t-login .t-login-intro .t-login-area .t-login-btn .btn{
        width: 100%;
        padding: 15px 10px;
    }

    .notfound .nf-bg {
        margin: 5%;
    }
    .tdcagt .h-top p {
        font-size: 3vw;
    }
    .tdcpls .h-top h1,.tdcagt .h-top h1 {
        padding: 17px 0 0 14px;
        font-size: 23px;
    }
}
/* ----------------- 600px ------------------ */
@media screen and (max-width: 601px){

.footer .copy{
	font-size: 18px;
}
.contactContents .f_txt-area {
	font-size: 18px;
}
.tdcagt .h-top h1 {
	font-size: 3.8vw;
}
.tdcpls .h-top h1 {
	font-size: 3.7vw;
}
}
/* ----------------- 568px ------------------ */
@media screen and (max-width: 570px){
.h-top h1 {
	padding: 17px 0 0 20px;
	font-size: 22px;
}
.h-top h1 .sp-ttl {
	letter-spacing: -0.04em;
}
.ticket-list-item-txt span img {
	max-width: 70px;
}
.ticket-button a {
	font-size: 18px;
}
.newsContents h3 {
	font-size: 34px;
}
.news-day {
	font-size: 28px;
}
.news-txt {
	font-size: 26px;
}
.itemContents .ttl h3 {
	font-size: 40px;
}
.item-ttl {
	font-size: 40px;
}
.item-txt {
	font-size: 26px;
}
.item-button a {
	font-size: 28px;
}
}
/* ----------------- 550px ------------------ */
@media screen and (max-width: 551px){
.item-ttl {
	font-size: 39px;
}
.item-ttl span {
	font-size: 18px;
}
.ticket-button a {
	font-size: 3.4vw;
}
.item-button a {
	padding: 25px 0;
	font-size: 28px;
	letter-spacing: -0.12em;
}
.item-button a::before {
	width: 34px;
	height: 34px;
	top: 23px;
	right: 28px;
}
.item-button a::after {
	font-size: 28px;
	right: 34px;
	top: 24.5px;
}
.txt-area {
	padding: 0px 30px 30px;
}
.item-button {
	padding: 0 30px;
}
.item-ttl {
	font-size: 34px;
	margin-bottom: 12px;
}
.item-txt {
	font-size: 24px;
}
.f-txt {
	font-size: 22px;
	padding: 0 5%;
}
.footer .copy {
	font-size: 14px;
}
.tdcpls .h-top h1, .tdcagt .h-top h1 {
	padding: 14px 0 0 10px;
}
.tdcagt .h-top p ,.tdcpls .h-top p {
	font-size: 2.8vw;
}
}


@media screen and (max-width: 514px){
.h-cont .h-logo{
	max-width: 180px;
	margin: 30px 0 30px 25px;
}
.h-cont .seat-link {
    margin: 10px 45px 10px 25px;
}
.h-cont .seat-link a:after {
    font-size: 10px;
    vertical-align: inherit;
}
.h-cont .seat-link a {
    font-size: 10px;
    padding: 7px 5px 8px 10px;
}
}

/* ----------------- 500px ------------------ */
@media screen and (max-width: 501px){
.h-top p {
	padding: 10px;
	font-size: 17px;
}
.h-top p span {
	padding: 8px 9px;
}
.h-top h1 {
	padding: 13px 0 0 15px;
	font-size: 20px;
}
.h-cont .h-logo {
	max-width: 35%;
	margin: 26px 0 20px 20px;
}
.h-cont .ticket-shop a, .h-cont .seat-link a {
    font-size: 12px;
}
.h-cont .ticket-shop a:after {
    vertical-align: initial;
}
.h-cont .sidemenu {
	margin: 28px 28px 0 0px;
}
.ticket-list-item-txt span img {
	max-width: 65px;
}
.ticket-button a {
	font-size: 3.2vw;
	letter-spacing: -0.04em;
}
.ticket-button a::before {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	right: 15px;
	top: 14px;
}
.ticket-button a::after {
	font-size: 15px;
	right: 17px;
	top: 15px;
}
.newsContents {
	padding: 40px 0;
}
.newsContents h3 {
	font-size: 30px;
	margin: 0 0 40px;
}
.newslist-item {
	padding: 30px;
}
.news-day {
	font-size: 24px;
}
.news-txt {
	font-size: 22px;
}
.itemContents .ttl h3 {
	font-size: 36px;
}
.item-ttl {
	font-size: 32px;
	margin-bottom: 12px;
}
.item-txt {
	font-size: 22px;
}
.itemlist-item {
	padding-bottom: 30px;
}
.txt-area {
	padding: 0px 30px 15px;
}
.item-txt {
	font-size: 20px;
}
.item-button a {
	font-size: 24px;
}
.item-button a::before {
	width: 30px;
	height: 30px;
	top: 23px;
	right: 25px;
}
.item-button a::after {
	font-size: 22px;
	right: 32px;
	top: 26px;
}
.listprice p {
	font-size: 18px;
}
.footer .f-navi li{
	margin: 30px 0;
	border-bottom: 3px solid #333;
	padding: 0 0 30px;
}
.footer .f-navi li:first-of-type{
	margin: 0 0 30px 0;
}
.footer .f-navi li:last-of-type{
	margin: 30px 0 0 0;
}
.footer .f-navi li::after,.footer .f-navi li:last-of-type::after  {
	top: -3px;
}
.tdcagt #itempage .item-layout .ticket-tbl .service {
	font-size: 16px;
}

}
/* ----------------- 450px ------------------ */
@media screen and (max-width: 451px){
.h-top p {
	font-size: 16px;
}
.h-top p span {
	padding: 6px 7px;
}
.h-top h1 {
	font-size: 19px;
}
.h-cont .ticket-shop {
    margin: 8px 45px 0 0;
}
.h-cont .h-logo {
	margin: 11px 0 12px 10px;
}
.h-cont .sidemenu {
	margin: 13px 12px 0 0px;
}
.Android .h-cont .sidemenu {
	margin: 15px 15px 0 0px;
}
.ticket-list-item-txt {
	font-size: 5.1vw;
}
.ticket-list-item {
	padding: 10px 5px 14px;
}
.ticket-button a {
	font-size: 3.3vw;
	padding: 10px 0 11px;
	letter-spacing: -0.06em;
}
.ticket-button a::after {
	font-size: 11px;
	right: 11px;
	top: 12px;
}
.ticket-button a::before {
	width: 15px;
	height: 15px;
	right: 8px;
	top: 8px;
}
.news-day {
	font-size: 16px;
}
.news-txt {
	font-size: 16px;
}
.itemContents .ttl h3 {
	font-size: 28px;
}
.item-ttl span {
	font-size: 12px;
}
.item-button a {
	padding: 20px 0;
}
.item-button a::before {
	top: 17px;
	right: 14px;
}
.item-button a::after {
	right: 20px;
	top: 22px;
}
.item-ttl {
	font-size: 22px;
}
.f-txt {
	font-size: 16px;
	padding: 0 5%;
}
.f-cont{
	padding: 40px 0 45px;
}
.f-logo{
	margin: 0 auto 40px;
}
.listprice {
	padding: 18px 14px;
}
.listprice p{
	font-size: 16px;
}
.footer .f-navi li a {
	font-size: 14px;
}
.footer .f-navi li a.sp_TO {
	font-size: 13px;
}
.tdcpls .f-cont {
	padding: 30px 0 35px;
}
.tdcagt .h-top h1,.tdcpls .h-top h1 {
	padding: 9px 0 0 6px;
}
.tdcagt .h-top p ,.tdcpls .h-top p {
	padding: 6px;
	}
}
/* ----------------- 420px ------------------ */
@media screen and (max-width: 421px){
.h-top p {
	padding: 6px;
}
.h-top h1 {
	font-size: 4.6vw;
	padding: 8px 0 0 6px;
}
.h-top h1 .sp-ttl{
	font-size: 2.8vw;
	margin-bottom: 3px;
}
.ticket-button a{
	font-size: 3.5vw;
}
.ticket-button a::after {
	font-size: 11px;
	right: 11px;
	top: 12px;
}
.ticket-button a::before {
	width: 15px;
	height: 15px;
	right: 8px;
	top: 10px;
}
.ticket-list-item-txt .txt_rb {
	font-size: 2.8vw;
}
.ticket-list-item-txt span img {
	max-width: 55px;
}
.newslist {
	padding: 0 20px;
}
.newsContents h3 {
	font-size: 26px;
	margin: 0 0 30px;
}
.itemContents .ttl {
	padding: 20px 10px;
}
.itemContents .ttl p {
	font-size: 3.8vw;
}
.item-txt {
	font-size: 18px;
}
.txt-area {
	padding: 0px 20px 15px;
}
.item-button {
	padding: 0 20px;
}
.item-button a {
	font-size: 20px;
}
.item-button a::before {
	width: 28px;
	height: 28px;
	top: 16px;
	right: 18px;
}
.item-button a::after {
	right: 23px;
	top: 20px;
}
.listprice p{
	font-size: 15px;
}
}
/* ----------------- 375px ------------------ */
@media screen and (max-width: 380px){
.h-top h1 {
	font-size: 4.3vw;
	padding: 12px 0 0 6px;
}
.h-cont .h-logo {
	margin: 11px 0 9px 10px;
}
.h-cont .ticket-shop {
    margin: 6px 45px 0 0;
}
.h-cont .ticket-shop a {
    font-size: 12px;
    padding: 8px 7px 8px 11px;
}
.ticket-list-item-txt {
	font-size: 4.7vw;
}
.ticket-button a::after {
	font-size: 11px;
	right: 10px;
	top: 12px;
}
.ticket-button a::before {
	width: 14px;
	height: 14px;
	right: 8px;
	top: 10.5px;
}
.item-button a::after {
	right: 23px;
	top: 19px;
}
.ticket-list-item-txt span img {
	max-width: 50px;
}
.item-txt {
	font-size: 16px;
}
.footer .f-navi li a {
	font-size: 16px;
}

.footer .copy {
	font-size: 12px;
}
.footer .f-navi li a {
	font-size: 15px;
}
.footer .f-navi li::after, .footer .f-navi li:last-of-type::after{
	font-size: 16px;
	top:-2px;
	right:30px;
}

.contactContents .f_txt-area {
	font-size: 16px;
}

}
/* ----------------- 350px ------------------ */
@media screen and (max-width: 351px){
.h-top p {
	font-size: 12px;
	padding: 4px;
}
.h-top p span{
	padding: 4px 5px;
}
.h-top h1 {
	font-size: 4.6vw;
	padding: 5px 0 0 4px;
}
.ticket-list-item-txt .txt_rb {
	font-size: 2.6vw;
}
.ticket-button a{
	font-size: 3.3vw;
}
.ticket-button a::after {
	font-size: 9px;
	right: 9.5px;
	top: 10px;
}
.ticket-button a::before {
	width: 12px;
	height: 12px;
	right: 8px;
	top: 9px;
}
.item-ttl {
	font-size: 22px;
}
.footer .f-navi li a {
	font-size: 13px;
}

.tdcagt .h-top p ,.tdcpls .h-top p{
	padding: 6px;
}
.tdcagt .h-top h1 ,.tdcpls .h-top h1{
	padding: 7px 0 0 6px;
}

    #t-login .t-login-intro .t-login-tit {
        font-size: 16px;
    }
    #t-login .t-login-intro .t-login-tex {
        font-size: 14px;
        margin: 30px 0;
    }
    #t-login .t-login-intro .t-login-caption {
      font-size: 14px;
      margin: 30px 0;
  }

}


@media screen and (max-width: 320px){
.h-top h1 {
    font-size: 14px;
}
.h-top h1 .sp-ttl {
    font-size: 10px;
}
.h-cont .ticket-shop a, .h-cont .seat-link a {
    font-size: 8px;
}
.h-cont .ticket-shop {
    margin: 4px 45px 0 0;
}
}


/* ▼▼▼ シーズンオフのみ ▼▼▼ */
/* .h-cont .seat-link a{
	display: none;
} */
/* .ticket-list {
	display: none;
} */
.__notice.__notice--season_closed {
	text-align: center;
    padding: 1.6em 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    background-color: #f49c10;
}
.slide_overlay_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1.5em;
	background-color: #000000BB;
	color: #FFFFFF;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.8;
	text-decoration: underline;
	text-underline-offset: 0.25em;
	white-space: nowrap;
}
@media screen and (min-width: 769px) {
	/* .sp_only {
		display: none !important;
	} */
	.__notice.__notice--season_closed {
		font-size: 1.6rem;
	}
	.slide_overlay_text {
		font-size: 1.2rem;
	}
}
/* ▲▲▲ シーズンオフのみ ▲▲▲ */
