@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
/* ! [.sample_]の記述は番組ディレクトリ名等適切に変更 */

/* common
**********************************/
/* padding */
.pt25{ padding-top: 25px; }
.pt50{ padding-top: 50px; }
.pb25{ padding-bottom: 25px; }
.pb50{ padding-bottom: 50px; }
/* margin */
.mt0{ margin-top: 0px; }
.mt15{ margin-top: 15px; }
.mt25{ margin-top: 25px; }
.mt50{ margin-top: 50px; }
.mt5{ margin-top: 5px; }
.mb0{ margin-bottom: 0px; }
.mb5{ margin-bottom: 5px; }
.mb15{ margin-bottom: 15px; }
.mb25{ margin-bottom: 25px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }
/* width */
.w30{ width:30% }
.w40{ width:40% }
.w50{ width:50% }
.w60{ width:60% }
.w70{ width:70% }
/* other */
.to {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  line-height: 1;
  font-size: 1;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
.br_320{
	display: none;
}
.br_675{
	display: none;
}
/* NEW */
.new,.new_mc{
	position: relative;
	}
.new::before{
	position: absolute;
	content: "";
	display: block;
	background: url(../images/new.png) no-repeat;
	background-size: contain;
	width: 66px;
	height: 57px;
	top: -20%;
	right: 5%;
	z-index: 9999;
}
.new_mc::before{
	position: absolute;
	content: "";
	display: block;
	background: url(../images/new.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 43px;
	right: 7%;
	margin-top: -18%;
	z-index: 9999;
}

/* 訂正線 オレンジ */
.line-through_orange{
	position: relative;
}
.line-through_orange::after{
	position: absolute;
	display: block;
    content: '';
	background: #ff8c45;
    width: 100%;
    height: 2px;
    bottom: 50%;
    left: 0;
}
/* 訂正線 ブラック */
.line-through{
	position: relative;
}
.line-through::after{
	position: absolute;
	display: block;
    content: '';
	background: #000;
    width: 100%;
    height: 2px;
    bottom: 50%;
    left: 0;
}

/* text */
.main p a{
	color: #2695f5;
}

.main .tc{ 
  text-align: center; 
}
.main .tr{ 
	text-align: right; 
  }
.main .th {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
}

.main .titH{
	display: block;
	padding: 22.5px;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: bold;
	position: relative;
	color: #fa94a9;
	text-align: center;
	box-sizing: border-box;
}
.main .titH:before{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 2.5px;
	background-color: #fca0b3;
	position: absolute;
	top: 0;
	right: 0;
}
.main .titH:after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 2.5px;
	background-color: #fca0b3;
	position: absolute;
	bottom: 0;
	right: 0;
}

.main .titS{
	display: block;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #fa94a9;
	text-align: center;
	box-sizing: border-box;
	background: #fee7ec;
	border-radius: 100px;
}

/* L */
.main .txt_white_l{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
.main .txt_orange_l{
	font-size: 30px;
	color: #ff8c45;
	font-weight: bold;
}
/* M */
.main .txt_white_m{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.main .txt_orange_m{
	font-size: 24px;
	color: #ff8c45;
	font-weight: bold;
}
.main .txt_black_m{
	font-size: 24px;
	color: #444444;
	font-weight: bold;
}
.main .txt_pink_m{
	font-size: 24px;
	color: #fa94a9;
	font-weight: bold;
}
/* S */
.main .txt_white_s{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.main .txt_orange_s{
	font-size: 20px;
	color: #ff8c45;
	font-weight: bold;
}
.main .txt_black_s{
	font-size: 20px;
	color: #444444;
	font-weight: bold;
}
.main .txt_pink_s{
	font-size: 20px;
	color: #fa94a9;
	font-weight: bold;
}
.main  .txt_red_s{
	font-size: 20px;
	color: #ff0000;
	font-weight: normal;
}
/* SS */
.main .txt_white_ss{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}
.main .txt_orange_ss{
	font-size: 16px;
	color: #ff8c45;
	font-weight: normal;
}
.main .txt_black_ss{
	font-size: 16px;
	color: #444444;
	font-weight: normal;
}
.main  .txt_red_ss{
	font-size: 16px;
	color: #ff0000;
	font-weight: normal;
}
.main .txt_pink_ss{
	font-size: 16px;
	color: #fa94a9;
	font-weight: normal;
}

.main .txt_orange_line{
	padding: 5px 10px;
	display: inline;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, rgb(255, 140, 42) 0%) repeat scroll 0 0;
}

/* column_lists */
.main .column_lists{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.main .column_lists li{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
	margin: 0;
	width: 100%;

}
.main .column_lists .column_lists_title{
	width: 40%;
}
.main .column_lists .column_lists_text{
	width: 60%;
}


/* contentsArea */
.main .contentsArea{
	overflow: hidden;
	background-color: #fff;
	margin: 0;
	padding-left: 3%;
	padding-right: 3%;
}

.main h3{
	width: 100%;
	max-width: 675px;
}
.main h3 img{
	width: 100%;
}



/* #topad
**********************************/
#topad {
	background: #fff;
	padding:5px 0;
}

/* #header
**********************************/
.main .article .header {
	width: 100%;
	max-width: 675px;
	background-color: #7ecef4;
	padding: 20px;
}
.header h1 {
	width: 19.259%;
}
.header h1 a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 43.076%;
	background: url(../images/common_zip_logo.png) no-repeat center left;
	 background-size: contain;
	
}
/* wrapper
**********************************/
#wrapper {
  background: #fff;
  margin: 0 auto;
  background: url(../images/bg_repeat.png) center top;
}

/* main
**********************************/
.main {
	width: 100%;
	max-width: 675px;
	margin: 0 auto;
	float: none;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background: #fff;
}

/* main info
**********************************/
.info{
	margin: 20px;
	border: 2px solid #999;
	padding: 50px 20px;
	box-shadow: 10px 10px 10px #d0cfcf;
	letter-spacing: 0.05em;
}
.info .info_title{
	margin-bottom: 50px;
	font-size: 24px;
    color: #444444;
	font-weight: bold;
	text-align: center;
}
.info p{
	font-size: 16px;
}
.info p.indent{
	text-indent: 1em;
}
.info p a{
	text-decoration-line: underline;
}

/* anchor
**********************************/
#wrapper a,
#wrapper .article{
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

/* mainvisual
========================================== */
.mainvisual_inner {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
}
.mainvisual_img {
  display: block;
  width: 100%;
  padding-top:47.40%;
  background-image: url(../images/mainvisual.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  font-size: 0;
}

/* menu
**********************************/
.menu{
	width: 100%;
	position: relative;
	background: #fff;
	padding: 0 3%;
}
.menu h4{
	font-size: 30px;
    color: #fa94a9;
	padding-top: 50px;
	padding-bottom: 30px;
    margin: 0;
	font-weight: bold;
	text-align: center;
}

.menu_list{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	text-align: center;
	font-weight: bold;
	justify-content: space-between;
}
.menu_list li{
	width: 48%;
	color: #ffffff;
	background-color: #fca0b3;
	border-radius: 25px;
	position: relative;
    margin-bottom: 20px;

}
.menu_list li .menu_contents{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	border-radius: 25px;
	padding: 25px 10px;
}
.menu_list li.comingsoon{
	color: #d0cfcf;
	background-color: #e6e6e6;
	position: relative;
}
.menu_list li.comingsoon::after{
    position: absolute;
    width: 100%;
    height: auto;
    content: '';
    background: url(../images/comingsoon.png) no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 30%;
}


/* 一般販売 */
.balloonC_one{
	margin: 0 auto;
	padding: 25px 3%;
	border-radius: 25px;
	position: relative;
	background-color: #faf0c3;
}
.balloonC{
	margin: 30px auto;
	padding: 25px 3%;
	border-radius: 25px;
	position: relative;
	background-color: #ffbd68;
}

/* 1列表示----------------*/
.balloonC .bnr_lists_one li{
	display: block;
	width: 100%;

}
.balloonC .bnr_lists_one li a{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 15.3846%;
	background-size: 100%;
}

.balloonC .nittereplus{background: url(../images/btn_nittereplus.png) no-repeat center;}

/*2列表示----------------*/
.balloonC .bnr_lists{
	display: flex;
	flex-wrap: wrap;
}
.balloonC .bnr_lists li{
	width: 48%;
    height: auto;
    margin: 1%;
}
.balloonC .bnr_lists li a{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 32.7272%;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	box-sizing: border-box;
}
.balloonC .bnr_lists li:nth-child(2n){ border-radius: 0; }

.balloonC .eplus{background: url(../images/btn_ticket_eplus.png);}
.balloonC .ntvzero{background: url(../images/btn_ticket_ntvzero.png);}

/* #artist
**********************************/
#artist{
	width: 100%;
  	max-width: 675px;
}
#artist .artist-notice{
	font-size: 16px;
	color: #999;
	text-align: right;
	margin: -25px 0 50px;
}
.artistList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.artistList li{
	width: 48%;
}
.artistList li:nth-child(2n){ margin: 0; }
.artistList li img{
	display: block;
	border-radius: 5px;
	width: 100%;
}
.artistList li p{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 25px 0 50px;
	text-align: center;
	color: #ff8c45;
}
.artistList .icon_new{
	 color: #fca0b3;
	 background: #f9f926;
	 font-size: 14px;
	 font-weight: bold;
	 padding: 5px 10px 4px;
	 margin-right: 10px;
	 vertical-align: text-bottom;
}

/* MC */
.mcList{
	display: block;
	padding: 0;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
}
.mcList li{
	list-style: none;
	overflow: hidden;
	position: relative;
	padding: 0 1%;
	text-align: center;
	align-content:stretch;
	border-right: 1px dotted #ff99b3;
}
.mcList li.two{
	width: 48%;
}
.mcList li.three{
	width: 33%;
}
.mcList li:last-child{
	border-right: 0;
}
.mcList li img{
	width: 50%;
	display: block;
	margin: 0 auto;
}
.mcList li p{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	color: #fa94a9;
}
.mcList li p span{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.4;
}


/* #goods
**********************************/
#goods{}
#goods img{
	display: block;
	border-radius: 5px;
	width: 100%;
	height: auto;
}
#goods .caution{
	margin: 0 0 25px;
	 padding: 0;
}
#goods .caution li{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
	list-style: none;
	font-size: 16px;
	color: #444444;
}


/* #ticket
**********************************/
#ticket{}

#ticket .caution{
	margin: 0 0 25px;
	 padding: 0;
}
#ticket .caution li{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
	list-style: none;
	font-size: 16px;
	color: #444444;
}
#ticket h4{
	font-size: 20px;
	color: #fa94a9;
	padding-top: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}
#ticket .ticket_text{
	text-align: center;
	position: relative;
}
/* 先行受付 上下共通 */
.balloon{
	width: 575px;
	margin: 0 auto 25px;
	padding: 25px 3%;
	border-radius: 25px;
	position: relative;
	background-color: #e8effd;
}
/* 吹き出し
.balloon:after {
    border-top: 26px solid #e8effd;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    content: '';
    margin-left: -26px;
    position: absolute;
    bottom: -20px;
    left: 50%;
}
*/
.balloon .line{
	width: 575px;
	height: 5px;
	border-radius: 2.5px;
	background-color: #ffffff;
}
.balloon .now{
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.balloon .nowS{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}
.balloon .nowBg{
	background-color: #fffea8;
	border-radius: 25px;
	overflow: hidden;
	padding: 0 3%;
}
.balloon .otherS{
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	text-align: center;
}
.balloon .otherS span{
	font-weight: normal;
}
.btn{
	display: block;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 24px;
	border-radius: 25px;
}
.btn_hmv{background: url(../images/btn_ticket_hmv.png) no-repeat center #ffffff;}
.btn_zeroticket{background: url(../images/btn_ticket_zeroticket.png) no-repeat center #ffffff; border: 5px solid #c7000a; box-sizing: border-box; width:575px;}




/* #about
**********************************/
#about{
	width: 100%;
  	max-width: 675px;
}
#about  .about_info{
	margin-top: 40px;
	padding: 30px;
	background: #fffea8;
}
#about h4{
	font-size: 20px;
	font-weight: bold;
	color: #fa94a9;
	margin-bottom: 10px;
}
#about dl{
	font-weight: bold;
}
#about dl dt{
	font-size: 20px;
	color: #fa94a9;
	padding-top: 50px;
	margin: 0;
}
#about dl dd{
	font-size: 24px;
	color: #444444;
	padding-top: 10px;
	margin: 0;
}
#about dl dd img{
	display: block;
	border: 1px solid #eeeeee;
	margin-top: 20px;
	border-radius: 5px;
}
#about .caution{
	margin: 0;
	padding: 0;
}
#about .caution li{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
	list-style: none;
	font-size: 20px;
	color: #444444;
}
#about .line{
    height: 5px;
    border-radius: 2.5px;
    background-color: #fca0b3;
}
#about .map{
    display: block;
    background: url(../images/map.png) no-repeat top center;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 73.92%;
    background-size: contain;
}
#about .map a {
	width: 110px;
	height: 85px;
	position: absolute;
	top:10px;
	left:303px;
	display: block;
}

/* totop
**********************************/
.innerlink-head{
	width: 100%;
  	max-width: 675px;
}
.innerlink-head a{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50px;
}
.innerlink-head a{
	background: url(../images/common_btn_totop.png) no-repeat center #fca0b3;
}




@media only screen and (max-width: 675px) {
	/* NEW */
	.new_mc::before{
		width: 40px;
		height: 35px;
		margin-top: -16%;
	}

	/* text */
	.main .titH{
		font-size: 24px;
	}
	.main .titH:before{
		height: 3px;
	}
	.main .titH:after{
		height: 3px;
	}

	.main .titS{
		font-size: 16px;
	}

	/* L */
	.main .txt_white_l{
		font-size: 24px;
	}
	.main .txt_orange_l{
		font-size: 24px;
	}
	/* M */
	.main .txt_white_m{
		font-size: 18px;
	}
	.main .txt_orange_m{
		font-size: 18px;
	}
	.main .txt_black_m{
		font-size: 18px;
	}
	.main .txt_pink_m{
		font-size: 18px;
	}
	/* S */
	.main .txt_white_s{
		font-size: 16px;
	}
	.main .txt_orange_s{
		font-size: 16px;
	}
	.main .txt_black_s{
		font-size: 16px;
	}
	.main .txt_red_s{
		font-size: 16px;
	}
	.main .txt_pink_s{
		font-size: 16px;
	}
	/* SS */
	.main .txt_white_ss{
		font-size: 14px;
	}
	.main .txt_orange_ss{
		font-size: 14px;
	}
	.main .txt_black_ss{
		font-size: 14px;
	}
	/* 特殊 */
	.main  .txt_red_ss{
		font-size: 16px;
	}
	.main .txt_pink_ss{
		font-size: 16px;
	}
	/* other */
	.br_675{
		display: block;
	}
	
	/* #header
	**********************************/
	.main .article .header {
		padding: 15px;
	}
	/* main info
	**********************************/
	.info{
		margin: 10px;
		padding: 25px 15px;
		box-shadow: 5px 5px 10px #d0cfcf;
	}
	.info .info_title{
		margin-bottom: 25px;
		font-size: 18px;
	}
	/* menu
	**********************************/
	.menu h4{
		font-size: 24px;
	}
	.menu_list li .menu_contents{
		font-size: 20px;
		letter-spacing: normal;
	}
	
	/* artist
	**********************************/
	.artistList li p{
		font-size: 18px;
		letter-spacing: 0;
	}
	#artist .artist-notice{
		font-size: 14px;
	}
	.mcList li p{
		font-size: 15px;
		margin-top: 15px;
	}
	.mcList li p span{
		font-size: 11px;
	}
	/* about
	**********************************/
	#about dl dt{
		font-size: 16px;
	}
	#about dl dd{
		font-size: 16px;
	}
	#about .line{
		height: 3px;
	}
	/* column_lists */
	.main .column_lists li{
		margin-bottom: 15px;
	}
	.main .column_lists .column_lists_title{
		width: 100%;
	}
	.main .column_lists .column_lists_text{
		width: 100%;
	}
	/* ticket
	**********************************/
	#ticket .caution li{
		font-size: 14px;
	}

}


@media only screen and (max-width: 460px) {
	/* menu
	**********************************/
	.menu_list li .menu_contents{
		font-size: 16px;
	}
		/* NEW */
		.new::before{
			width: 40px;
			height: 35px;
		}
		.new_mc::before{
			width: 30px;
			height: 26px;
			right: 0;
		}
}
	


@media only screen and (max-width: 320px) {
	.br_320{
		display: block;
	}
}


/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}

