@charset "utf-8";
/* =========================================================
   common style
   =======================================================*/

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Thin.otf') format("opentype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Light.otf') format("opentype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf') format("opentype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format("opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../../fonts/Noto_Sans_JP/NotoSansJP-Black.otf') format("opentype");
	font-style: normal;
	font-weight: 900;
}

body {
	margin: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif;
}

img {
  border: 0;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}

.clearfix {
 zoom: 1;
 margin-bottom: 0;
}

div#container {
	width: 100%;
}

div#feat {
	position: relative;
	background: #000;
	width: 100%;
	text-align: center;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

div#feat div {
/*
	font-size: 12px;
	line-height: 16px;
*/
}

div#feat * {
	box-sizing: border-box;
}

div#feat td {
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

div#feat a {
	color: #3f89de;
	text-decoration: none;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}

div#feat a:hover {
	color: #78ace8;
	text-decoration: none;
}

/* TOP */
div#feat p,
div#feat dl,
div#feat dd,
div#feat ul {
  margin: 0;
  padding: 0;
}

div#feat li {
  list-style: none;
}

div#feat table {
  border-collapse: collapse;
  border-spacing: 0;
}

div#feat table th,
div#feat table td {
  padding: 0;
}

div#feat {
	position: relative;
	text-align: center;
}

#liveticket {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#liveticket img {
	display: inline;
	vertical-align: baseline;
	width: 100%;
}

#liveticket div,
#liveticket div p {
	margin: 0;
	padding: 0;
}

#liveticket dt, #liveticket th {
	font-weight: normal;
}

#liveticket a img {
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#liveticket a:hover img {
	opacity: 0.7;
}

#liveticket a.anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

#liveticket a.liveticket-btn,
#liveticket span.liveticket-btn-inactive,
#liveticket input[type="submit"].liveticket-btn {
	display: inline-block;
	border: 3px solid #fff;
	background: rgba(0,0,0,0);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

#liveticket .live-info .info-btn {
	align-items: center;
}

#liveticket .live-info .info-btn a.liveticket-btn {
	display: block;
	margin-bottom: 17px;
}

#liveticket .live-info .info-btn a.liveticket-btn:last-of-type {
	margin-bottom: 0;
}

#liveticket div.main a.liveticket-btn,
#liveticket div.main span.liveticket-btn-inactive {
	background: rgba(0,0,0,0.4);
}

#liveticket a.liveticket-btn ,
#liveticket input[type="submit"].liveticket-btn {
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding: 0.8em 3em;
	color: #fff;
	-webkit-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

#liveticket span.liveticket-btn-inactive {
	border-radius: 17px;
	-webkit-border-radius: 17px;
	padding: 0.5em 2.5em;
}

#liveticket a.liveticket-btn:hover,
#liveticket div.main a.liveticket-btn:hover,
#liveticket input[type="submit"].liveticket-btn:hover {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

#liveticket input[type="submit"].liveticket-btn:hover {
	cursor: pointer;
}

#liveticket div.live-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 0 auto;
	border: 1px solid #fff;
	padding: 30px 33px 30px 44px;
	width: 1080px;
}

#liveticket div.live-info dl {
	align-items: flex-start;
	text-align: left;
}

#liveticket div.live-info .live-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}

#liveticket div.live-info .live-price {
	margin: 1.5em 0 0 1em;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
}

#liveticket div.live-info .live-price span.price-h {
	display: inline-block;
	width: 3.2em;
}

#liveticket div.live-info .live-price span.ticket-type {
	display: inline-block;
	margin-left: 3.2em;
	width: 12em;
}

#liveticket div.live-info .live-price span.ticket-type-1 {
	margin-left: 0;
}

#liveticket div.live-info .live-price span.tax {
	font-size: 12px;
}

#liveticket div.live-info a.liveticket-btn,
#liveticket div.live-info span.liveticket-btn-inactive {
	padding-right: 1em; padding-left: 1em;
	width: 270px;
}

#liveticket div.live-info div.liveticket-btn-commingsoon {
	width: 270px;
}

#liveticket div.main {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	background: url(https://image2.b-ch.com/feat/feat_mbw_live-witch-verse/main_grad.png) no-repeat bottom center, url(https://image2.b-ch.com/feat/feat_mbw_live-witch-verse/main.jpg) no-repeat;
	background-size: 100%, 100%;
	padding: 1px 0 0 0;
	width: 1080px;
	height: 448px;
}

#liveticket div.main div.live-info {
/*	align-items: flex-start; */
	margin: 0 auto;
	border: 0;
	padding: 33px 33px 10px 44px;
	width: 100%;
	height: 175px;
}

#liveticket div.main ul.sns {
	position: absolute;
	top: 24px; right: -68px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 35px;
}

#liveticket div.main ul.sns li {
	margin-bottom: 10px;
	width: 100%;
}

#liveticket div.main ul.sns li a:hover img {
	opacity: 1;
}

#liveticket .watch-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	padding: 30px 45px;
	width: 1080px;
	text-align: left;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	color: #353d43;
}

#liveticket .watch-info .b-1 {
	align-self: center;
	width: 600px;
}

#liveticket .watch-info .b-2 {
	align-self: center;
	width: 300px;
}

#liveticket .watch-info dl dt {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.5;
}

#liveticket .watch-info dl dt span.f-1 {
	font-size: 18px;
}

#liveticket .watch-info dl dt span.f-2 {
	font-size: 24px;
}

#liveticket .watch-info dl dd {
	font-size: 18px;
	font-weight: 500;
}

#liveticket .watch-info a.watch-info-btn {
	display: inline-block;
	background: #353d43;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	padding: 0.8em 3em;
	color: #fff;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#liveticket .watch-info a.watch-info-btn:hover {
	opacity: 0.7;
	color: #fff;
}

#liveticket .cb {
	margin: 50px auto 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #1c2023;
	width: 1080px;
	text-align: left;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
}

#liveticket dl.cb {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0.06em;
}

#liveticket dl.cb > dt {
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	background: #252b2f;
	padding: 30px 0 30px 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
}
#liveticket dl.cb > dd {
	padding: 30px 40px;
}


#liveticket dl.cb.about-bch > dt {
	font-size: 15px;
}

#liveticket dl.cb.cb-1 > dt { width: 195px; }
#liveticket dl.cb.cb-1 > dd { width: 885px; }

#liveticket dl.cb.cb-2 > dt { width: 175px; }
#liveticket dl.cb.cb-2 > dd { width: 905px; }

#liveticket .cb.about-bch > dd {
	background: url(https://image2.b-ch.com/feat/feat_mbw_live-witch-verse/logo_bch.png) no-repeat center right 47px;
	background-size: 212px;
	padding-top: 44px;
	padding-bottom: 44px;
	font-size: 18px;
	line-height: 1.6;
}

#liveticket .cb.about-bch > dd span {
	font-weight: 900;
	font-size: 24px;
}

#liveticket .cb.schedule > dd {
	padding-top: 36px;
}

#liveticket .cb.schedule > dd > dl {
	margin-top: 20px;
	border-top: 2px solid #252b2f;
	padding-top: 25px;
}

#liveticket .cb.schedule > dd > dl:first-of-type {
	margin-top: 0;
	border: 0;
	padding-top: 0;
}

#liveticket .cb.schedule > dd > dl > dt {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 18px;
	color: #abacb5;
}

#liveticket .cb.schedule > dd > dl > dd {
	font-size: 15px;
}

#liveticket .cb.schedule dl.schedule-live {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#liveticket .cb.schedule dl.schedule-live dt {
	width: 250px;
	line-height: 1.8;
}

#liveticket .cb.schedule dl.schedule-live dd {
	width: 550px;
	line-height: 1.8;
}

#liveticket .cb.schedule dl.schedule-live dd:nth-of-type(2) {
	margin-left: -0.5em;
}

#liveticket .cb.schedule dl.schedule-live-ticket {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	border-radius: 9px;
	background-color: #262c30;
	padding: 15px 30px;
	width: 100%;
	line-height: 1.8;
}

#liveticket .cb.schedule dl.schedule-live-ticket > dt {
	align-self: center;
	margin-bottom: 0.5em;
	width: 135px;
	font-weight: 900;
	font-size: 18px;
	color: #abacb5;
}

#liveticket .cb.schedule dl.schedule-live-ticket > dd {
	width: 600px;
}

#liveticket .cb.schedule dl.schedule-live-ticket > dd > dl {
	display: flex;
	flex-wrap: wrap;
}

#liveticket .cb.schedule dl.schedule-live-ticket > dd > dl > dt {
	width: 210px;
	font-weight: 700;
}

#liveticket .cb.schedule dl.schedule-live-ticket > dd > dl > dd {
	width: 390px;
}

#liveticket .cb.live-outline > dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 46px;
	padding-bottom: 40px;
}

#liveticket .cb.live-outline > dd div.img {
	width: 198px;
}

#liveticket .cb.live-outline > dd div.txt {
	margin-left: 35px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

#liveticket .cb.view-test > dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 42px;
	padding-bottom: 35px;
	letter-spacing: normal;
}

#liveticket .cb.view-test > dd div.txt span {
	display: block;
	background: url(https://image2.b-ch.com/feat/feat_mbw_live-witch-verse/icn_notice_y.png) no-repeat 2px 0;
	background-size: 37px;
	padding: 0px 0 25px 50px;
	font-weight: 700;
	font-size: 24px;
	color: #ffff66;
}

#liveticket .cb.live-det > dd {
	font-weight: 400;
	font-size: 15px;
	line-height: 2;
}

#liveticket .cb.live-det > dd table {
	width: 100%;
}

#liveticket .cb.live-det > dd table th,
#liveticket .cb.live-det > dd table td {
	padding: 0.4em 0.2em;
	vertical-align: top;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
	letter-spacing: 0;
}

#liveticket .cb.live-det > dd table th {
	width: 90px;
}

#liveticket .cb.live-det > dd table td {
	width: 720px;
}

#liveticket .cb.live-det > dd table td > dl.schedule {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#liveticket .cb.live-det > dd table td > dl.schedule dt {
	width: 245px;
}

#liveticket .cb.live-det > dd table td > dl.schedule dd {
	width: 470px;
}

#liveticket .cb.live-det > dd table td > dl.schedule dd:nth-of-type(2) {
	margin-left: -0.5em;
}

#liveticket div.bnr-present {
	margin: 50px auto 0 auto;
	background: #fff;
	width: 1080px;
	font-size: 0; line-height: 0;
}

#liveticket div.bnr-present a {
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#liveticket div.bnr-present a:hover {
	opacity: .7;
}

#liveticket .cb.liveticket-cpn > dd {
	padding-top: 42px;
	padding-bottom: 35px;
	letter-spacing: normal;
}

#liveticket .cb.liveticket-cpn > dd div.txt {
	width: 100%;
	line-height: 1.5;
}

#liveticket .cb.liveticket-cpn > dd div.btn {
	margin: 40px auto 0 auto;
	width: 230px;
}

#liveticket .cb.liveticket-cpn > dd div.txt-1 {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #353d43;
	padding-bottom: 1em;
	font-weight: 900;
	font-size: 24px;
}

#liveticket .cb.liveticket-cpn > dd span.fs-1 {
	color: #fd9dce;
}

#liveticket .cb.liveticket-cpn > dd dl.cpn-outline {
	font-size: 15px;
}

#liveticket .cb.liveticket-cpn > dd dl.cpn-outline dt {
	margin-bottom: 0.4em;
	font-weight: 500;
}

#liveticket .cb.liveticket-cpn > dd dl.cpn-outline dd {
	margin-bottom: 2em;
	font-weight: 400;
}

#liveticket .cb.liveticket-cpn > dd dl.cpn-outline dd > ul {
}

#liveticket .cb.liveticket-cpn > dd dl.cpn-outline dd > ul li {
	text-indent: -1em;
	padding-left: 1em;
}

#liveticket .cb.liveticket-cpn > dd ul.cpn-notice {
	font-weight: 400;
	font-size: 12px;
}

#liveticket .cb.liveticket-cpn > dd ul.cpn-notice li {
	text-indent: -1em;
	padding-left: 1em;
}

#liveticket .cb.liveticket-notice > dd {
	padding-top: 45px;
	padding-bottom: 25px;
}

#liveticket .cb.liveticket-notice > dd li {
	margin-bottom: 1.7em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.6;
}

#liveticket .cb.inquiry > dd {
	padding-top: 35px;
}

#liveticket .cb.present-main {
	padding: 50px 0;
	text-align: center;
}

#liveticket .cb.present-main div.txt-1 {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
}

#liveticket .cb.present-main div.img-1 {
	margin: 0 auto 40px auto;
	width: 400px;
}

#liveticket .cb.present-main div.btn-present-entry a {
	margin: 0 auto;
}

#liveticket .cb.present-eligibility > dd li {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 18px;
	line-height: 1.4;
}

#liveticket .cb.present-notice > dd li {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 15px;
	line-height: 2;
}

#liveticket .cb.present-lottery {
	font-size: 15px;
	line-height: 1.5;
}

#liveticket .cb.present-lottery div.txt-1 {
	margin-bottom: 1.5em;
}

#liveticket .cb.present-lottery dl dt {
	margin-bottom: 0.2em;
	font-weight: 700;
	color: #abacb5;
}

#liveticket div.btn-present {
	margin-top: 50px;
}

#liveticket .cb.ticket-select {
	margin-bottom: 130px;
	padding: 50px 0 60px 0;
	text-align: center;
}

#liveticket .cb.ticket-select div.txt-1,
#liveticket .cb.payment-select div.txt-1 {
	margin: 0 auto 20px auto;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}

#liveticket .cb.ticket-select div.txt-2,
#liveticket .cb.payment-select div.txt-2 {
	margin: 0 auto 45px auto;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
}

#liveticket .cb.ticket-select .ticket-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 30px auto;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 1px solid #40444b;
	background: #252b2f;
	padding: 30px 32px 20px 32px;
	width: 960px;
	-webkit-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

#liveticket .cb.ticket-select div.ticket-item {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

#liveticket .cb.ticket-select .ticket-item div.purchased-msg {
	margin-bottom: 0.5em;
	text-align: left;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #ff0000;
}

/*
#liveticket .cb.ticket-select label.ticket-item:hover {
	background: #30363a;
}
*/

#liveticket .cb.ticket-select label.ticket-item.purchased div.ticket-check {
	display: none;
}

#liveticket .cb.ticket-select label.ticket-item input[type="checkbox"] {
	position: relative;
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#liveticket .cb.ticket-select label.ticket-item input[type="checkbox"]:checked:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 9px;
	transform: rotate(50deg);
	width: 8px;
	height: 16px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#liveticket .cb.ticket-select label.ticket-item div.live-det {
	width: 640px;
	text-align: left;
}

#liveticket .cb.ticket-select label.ticket-item.purchased div.live-det {
	width: 716px;
}

#liveticket .cb.ticket-select label.ticket-item div.live-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
}

#liveticket .cb.ticket-select label.ticket-item div.live-schedule {
	margin-top: 20px;
	border-top: 1px solid #40444b;
	padding-top: 16px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	color: #abacb5;
}

#liveticket .cb.ticket-select label.ticket-item div.ticket-price {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}

#liveticket .cb.ticket-select label.ticket-item div.ticket-price span {
	font-size: 15px;
}

#liveticket .cb.ticket-select .ticket-item-pack-all {
	border: 3px solid #fc426f;
}

#liveticket .cb.ticket-select label.ticket-item-pack-all div.live-title img {
	padding-top: 0.4em;
	width: 639px;
}

#liveticket .cb.ticket-select div.btn-submit {
	margin-top: 80px;
}

#liveticket .cb.payment-select {
	margin-bottom: 130px;
	padding: 50px 0 60px 0;
	text-align: center;
}

#liveticket .cb.payment-select ul.payment {
	margin: 0 auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 50px 60px 60px 60px;
	background: #fff;
	width: 960px;
	color: #000;
}

#liveticket .cb.payment-select ul.payment li {
	border-bottom: 2px solid #f2f2f2;
}

#liveticket .cb.payment-select ul.payment li:first-of-type {
	border-top: 2px solid #f2f2f2;
}

#liveticket .cb.payment-select ul.payment li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: left;
}

#liveticket .cb.payment-select ul.payment li dl dt {
	width: 255px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
}

#liveticket .cb.payment-select ul.payment li dl dd {
	width: 538px;
}

#liveticket .cb.payment-select ul.payment li dl dd:first-of-type {
	margin-right: 0.4em;
	width: 25px;
}

#liveticket .cb.payment-select ul.payment li dl dd div.note {
	margin: 0 0 0.8em auto;
	width: 538px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
}

#liveticket .cb.payment-select ul.payment li dl dd div.note span.txt-1 {
	font-weight: 700;
}

#liveticket .cb.payment-select ul.payment li dl dd div.note span.txt-2 {
	font-size: 12px;
}

#liveticket .cb.payment-select ul.payment-notice {
	margin: 75px auto 0 auto;
	width: 960px;
}

#liveticket ul.payment-notice {
	text-align: left;
}

#liveticket ul.payment-notice li {
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
}

#liveticket .cb.payment-select input[type="submit"] {
	margin-top: 65px;
}

#liveticket div.copyright {
	margin: 0 auto;
	padding: 60px 0 65px 0;
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

#popup-wrapper {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0, 0.7);
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.is-hidden {
	opacity: 0;
	visibility: hidden;
}

#popup-cmp {
	position: absolute;
	top: 180px; left: 0; right: 0;
	box-sizing: border-box;
	margin: auto;
	border-radius: 20px;
	background: #fff;
	padding: 55px 48px 50px 48px;
	width: 690px;
	line-height: 1.3;
	color: #000;
}

#popup-cmp p.cmp-h {
	margin-bottom: 13px;
	background-color: #353d43;
	padding: 0.8em 0 0.8em 0;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #fff
}

#popup-cmp .cmp-ticket-list li {
	margin-bottom: 12px;
	background-color: #eaebec;
	padding: 25px 0;
}

#popup-cmp .cmp-ticket-list li:last-of-type {
	margin-bottom: 0;
}

#popup-cmp .cmp-ticket-list p.txt-1 {
	margin-bottom: 0.2em;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #353d43;
}

#popup-cmp .cmp-ticket-list p.txt-2 {
	margin-bottom: 1em;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #353d43;
}

#popup-cmp .cmp-ticket-list p.txt-3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #353d43;
}

#popup-cmp .cmp-ticket-list p.txt-3 span {
	font-size: 24px;
}

#popup-cmp .cmp-btn {
	position: absolute;
	top: 16px; right: 16px;
	width: 32px;
	height: 32px;
}

#popup-cmp .cmp-btn a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	transform: rotate(45deg);
}

#popup-cmp .cmp-btn a span {
	display: block;
	position: absolute;
	background-color: #353d43;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#popup-cmp .cmp-btn a span:nth-of-type(1) {
	top: 16px; left: 0;
	width: 32px;
	height: 1px;
}

#popup-cmp .cmp-btn a span:nth-of-type(2) {
	top: 0; left: 16px;
	width: 1px;
	height: 32px;
}

#popup-cmp .cmp-btn a:hover span {
	opacity: .7;
}

#liveticket .cb.serial-input {
	margin-bottom: 130px;
	padding: 50px 0 60px 0;
	text-align: center;
}

#liveticket .cb.serial-input div.txt-1 {
	margin: 0 auto 40px auto;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}

#liveticket .cb.serial-input-live .ticket-item {
	margin: 0 auto 60px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #252b2f;
	padding: 60px 32px 60px 32px;
	width: 960px;
}

#liveticket .cb.serial-input .ticket-item .live-title {
	margin-bottom: 2em;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

#liveticket .cb.serial-input input.live-serial {
	box-sizing: border-box;
	border: 0;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.5em 0.8em;
	width: 450px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #000;
}

#liveticket .cb.serial-input input.live-serial:focus {
	outline: 0;
	border: 0;
}

#liveticket .cb.serial-input input.live-serial:placeholder-shown {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #c5cdd3;
}

#liveticket .cb.serial-input .errmsg {
	margin-top: 2em;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #e7211a;
}

#liveticket .cb.serial-input-archive .errmsg {
	margin-bottom: 50px;
}

#liveticket .cb.serial-input-archive .ticket-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 30px auto;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 1px solid #40444b;
	background: #252b2f;
	padding: 30px 32px 20px 32px;
	width: 960px;
	-webkit-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

#liveticket .cb.serial-input-archive .ticket-item div.live-det {
	width: 640px;
	text-align: left;
}

#liveticket .cb.serial-input-archive .ticket-item div.live-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
}

#liveticket .cb.serial-input-archive .ticket-item div.live-schedule {
	margin-top: 20px;
	margin-left: 1em;
	border-top: 1px solid #40444b;
	padding-top: 16px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
	color: #abacb5;
}

#liveticket .cb.serial-input-archive .ticket-item div.live-play a {
	display: block;
	margin-bottom: 20px;
	background-color: #fff;
	background-image: url(https://image2.b-ch.com/feat/feat_mbw_live-witch-verse/btn_play.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 2.4em center;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	padding: 0.8em 3em 0.8em 5em;
	font-size: 18px;
	font-weight: 700;
	color: #252b2f;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#liveticket .cb.serial-input-archive .ticket-item div.live-play a:last-of-type {
	margin-bottom: 0;
}

#liveticket .cb.serial-input-archive .ticket-item div.live-play a:hover {
	opacity: .7;
}

#liveticket .cb.serial-input-archive .ticket-item.commingsoon div.live-play a {
	pointer-events: none;
	cursor: default;
	opacity: .1;
}

/* FOOTER */
.bch-l-wrapper {
	position: relative;
}
