@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 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 {
	border-radius: 28px;
	-webkit-border-radius: 28px;
	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 {
	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-top: 0.5em;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
}

#liveticket div.live-info .live-price span {
	font-weight: 900;
	font-size: 18px;
}

#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.main {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	background: url(https://image2.b-ch.com/feat/feat_mrsgreenapple/main_grad.png) no-repeat bottom center, url(https://image2.b-ch.com/feat/feat_mrsgreenapple/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-end;
	margin: 0 auto;
	border: 0;
	padding: 33px 33px 33px 44px;
	width: 100%;
}

#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 .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_mrsgreenapple/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.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_mrsgreenapple/icn_notice_y.png) no-repeat 2px 0;
	background-size: 37px;
	padding: 0px 0 25px 50px;
	letter-spacing: 0.0.6em;
	font-weight: 700;
	font-size: 24px;
	color: #ffff66;
}

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

#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 45px auto;
	font-weight: 700;
	font-size: 24px;
	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 div.btn-submit {
	margin-top: 190px;
}

#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);
}

#popup-cmp {
	position: absolute;
	top: 250px; left: 0; right: 0;
	margin: auto;
	border: 1px solid #333;
	border-radius: 20px;
	background: #ccc;
	padding: 20px;
	width: 600px;
	line-height: 1.3;
	color: #000;
}

#popup-cmp p.cmp-h {
	font-weight: 700;
	font-size: 24px;
}

#popup-cmp p.cmp-txt {
	margin-top: 1em;
	font-weight: 500;
	font-size: 18px;
}

#popup-cmp p.cmp-notice {
	margin-top: 0;
	font-weight: 500;
	font-size: 15px;
}

#popup-cmp div.cmp-btn {
	margin-top: 20px;
}

#popup-cmp div.cmp-btn a {
	display: inline-block;
	border-radius: 5px;
	background: #333;
	padding: 0.3em 1.5em;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	-webkit-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

#popup-cmp div.cmp-btn a:hover {
	background: #666;
}

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