@charset "utf-8";
/* CSS Document */

/* 全体 */
#about-premium  {
	margin: 0 auto;
	text-align: center;
}

#about-premium a:hover  {
	transition: 0.5s ;
	opacity: 0.5 ;
}

#about-premium .pbtn  {
	padding-bottom: 55px;
}


/* 間隔調整 */
#about-premium .mt_10  {
	margin-top: 10px;
}

#about-premium .mt_20  {
	margin-top: 20px;
}

#about-premium .mt_40  {
	margin-top: 40px;
}

#about-premium .mt_80  {
	margin-top: 80px;
}

#about-premium .mb_40  {
	margin-bottom: 40px;
}

#about-premium .mb_60  {
	margin-bottom: 60px;
}

/* メインエリア */
#about-premium .main_wrap  {
	background-image: url("../image/201903pre_bg01.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
}


/* イベントチケット先行販売 */
#about-premium .ticket_wrap  {
	background-color: #000000;
	background-image: url("../image/201903event_bg.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


#about-premium .pre_title  {
	padding-top: 60px;
}

#about-premium .ticket_logo  {
	padding: 50px 0 10px 0;
}

#about-premium .text_w  {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.8em;
}


/* 会員限定コンテンツ */
#about-premium .cont_wrap  {
	background-image: url("../image/201903pre_bg02.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

#about-premium .text_b  {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.8em;
}

/* オリジナル動画見放題 */
#about-premium .movie_wrap  {
	background-color: #ffd800;
	background-image: url("../image/201903pre_contimg.png");
	background-repeat: no-repeat;
	background-position: top 9% right 17%;
}

#about-premium .movie_titleWrap  {
	width: 980px;
	margin: 0 auto;
}

#about-premium .movie_title  {
	padding-top: 120px;
	text-align: left;
	margin: 0 auto;
}

#about-premium .container  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 85px auto 0 auto;
	width: 924px;
}

#about-premium .container .item  {
	margin: 15px 7px;
}

#about-premium .container2  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 2px auto 0 auto;
	width: 840px;
}

#about-premium .container2 .item  {
	margin: 15px 7px;
}


/* 年会費 */
#about-premium .last_wrap  {
	background-image: url("../image/201903pre_bg03.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

#about-premium .text_none  {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.8em;
}

#about-premium .text_noneW  {
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 10px;
	line-height: 1.8em;
}



/* 比較表 */
#about-premium .staticPage__inner  {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#about-premium .staticPage__title  {
	font-size: 25px;
	font-weight: bold;
	padding: 15px 0;
}

#about-premium .premium__table  {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}

#about-premium .premium__table thead  {
	background: #ff5c00;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	color: #FFF;
}

#about-premium .premium__table thead tr th {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0;
	vertical-align: middle;
}

#about-premium .premium__table thead tr th:first-child {
	text-align: left;
}

#about-premium .premium__table thead th:first-child  {
	    width: 40%;
	    padding-left: 30px;
}

#about-premium .premium__table thead th:nth-child(2)  {
	    width: 20%;
	    text-align: center;
}


#about-premium .premium__table thead th:nth-child(3)  {
	    width: 40%;
	text-align: center;
	background-color: #e30000;
}

#about-premium .premium__table tbody tr:nth-child(2n)  {
	    background: #f8f9fa;
	   border-top: 1px solid #f2f2f2;
	   border-bottom: 1px solid #f2f2f2;
}

#about-premium .premium__table tbody tr td  {
	   font-size: 14px;
	   color: #777;
	   padding: 10px 0;
	   vertical-align: middle;
	border-bottom: solid 1px #dbdbdb;
}

#about-premium .premium__table tbody tr td:first-child  {
	   text-align: left;
	   padding-left: 30px;
	border-right: solid 1px #dbdbdb;
}


#about-premium .premium__table tbody tr td:nth-child(2)   {
	border-right: solid 1px #dbdbdb;
}

#about-premium .premium__table tbody tr td:nth-child(3n){
background:#fffbe4;
}


#about-premium .str_txt  {
	   font-size: 24px;
}

#about-premium .str_txt2  {
	   font-size: 21px;
}


/* PCフッター調整 */
.pc .l-foot  {
	   margin-top: 0!important;
}

.l-foot {
	   margin-top: 0!important;
}

.pc .l-foot .link-top {
	   font-size: 0;
	   line-height: 0;
	   text-align: right;
	   padding: 0px;
	   height: 0px;
	   position: relative;
	   transition: 0.5s all;
}

/* 202205 */
#about-premium .pb_40  {
	padding-bottom: 40px;
}

#about-premium .pt_30 {
	padding-top: 30px;
}  

#about-premium .text_none_r  {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
	max-width: 960px;
	margin: 0 auto;
}
