@charset "UTF-8";

html, body {
	height: auto;
}
html {
	font-size: 62.5%;
}
body {
	min-height: 100vh;
	color: #333;
	font: normal 300 1.5rem/1.6 sans-serif;
}

a {
	color: #333;
}
a.disabled {
	pointer-events: none;
	text-decoration: none;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

header {
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #fff;
	line-height: 1;
	text-align: center;
}
header.fixed {
	position: fixed;
	left: 0; top: 0;
	z-index: 100;
}
.miss strong {
	display: block;
	margin: 0 0 10px;
	font-size: 2.8em;
	line-height: 1;
	margin-top: 30px;
}
header h1 {
	margin: 0 auto;
	max-width: 68%;
}

main {
	display: block;
	margin: 0 auto;
	/* max-width: 750px; */
	text-align: center;
}

h2 {
	margin: 0 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
}

h3 {}


.flex, .flex-children > * {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.ribon {
	position: relative;
	z-index: 1;
	/* margin: 40px auto 30px;
	padding: 15px 0; */
	margin: 30px auto 5px;
	padding: 0;
	max-width: 85%;
	/* border: 5px solid #fff; */
	color: #fff;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	text-align: center;
}
h2 + .ribon {
	margin-top: 5px;
}
/* .ribon.red {
	background-color: #ee391a;
}
.ribon.orange {
	background-color: #ee841a;
} */

p {
	text-align: left;
}
p.orange {
	margin: 15px auto 5px;
	color: #ee841a;
	font-weight: 700;
	text-align: center;
}

.btn {
	display: block;
	margin: 0 auto;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ee841a;
	color: #fff;
	width: 80%;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_dgift {
	display: block;
	margin: 0 auto;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ef391b;
	color: #fff;
	width: 80%;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btned {
	display: block;
	margin: 0 auto;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ddd;
	color: #fff;
	width: 80%;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.frame {
	width: 80%;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	background: #ef391b;
	color: #fff;
}
.btn.frame.blue {
	color: #0376ff;
	border-color: #0376ff;
}
.btn.or_frame {
    width: 66%;
    border: 3px solid #ee841a;
    background: #fff;
    color: #ee841a;
}
.link-wrap {
	margin: 15px 0 5px;
	padding: 0 3.5%;
}
.link-wrap.back {text-align: left;}
.link-wrap.next {text-align: right;}
.link-wrap a {
	color: #0076ff;
	font-weight: 700;
	text-decoration: none;
}

.list {
	/* margin: 0 6%; */
	/* width: 86%; */
	line-height: 0;
}
.list li {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	line-height: 1.5;
	text-align: left;
}
.list li a {
	display: block;
	text-decoration: none;
}
.list li strong {
	display: block;
	overflow: hidden;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list li span {
	display: block;
	color: #aaa;
	font-size: 0.8em;
}

dl {
	margin: 20px 3.5%;
	border: 1px solid #ddd;
}
dt {
	padding: 10px 0;
	background: #ddd;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
}
dd {
	padding: 10px;
	font-weight: 500;
	font-size: 0.8em;
	text-align: left;
}
dd a {
	color: #0376ff;
	text-decoration: none;
}
dd.num span {
	display: block;
	color: #ee841a;
	font-weight: 500;
	font-size: 1.25em;
	text-align: center;
}
dd.num strong {
	display: block;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}
dd.num ul {}
dd.num ul li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
dd em {
	color: #ef391b;
	font-style: normal;
}

.note {
	margin: 30px 0 0;
	width: 100%;
	border: 0;
	text-align: left;
}
.note dt {
	line-height: 1.2;
}
.note dd {
	margin-top: 15px;
	padding: 0 6%;
	font-size: 12px;
}

form label {
	font-weight: 700;
	font-size: 1.1rem;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
textarea {
	display: block;
	margin: 5px auto 0;
	padding: 15px 10px;
	width: 86%;
	border: 2px solid #ddd;
	background: #fff;
	font-size: inherit;
	line-height: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form input[type="submit"],
form button[type="submit"] {
	display: block;
	margin: 25px auto;
	padding: 10px;
	width: 86%;
	border: 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ee841a;
	color: #fff;
	font-weight: 700;
	font-size: 1.6em;
	line-height: normal;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.banner {
	text-align: center;
}
.banner.fixed {
	position: fixed;
	left: 0; bottom: 0;
	z-index: 99;
	width: 100%;
}
.banner img {
	max-width: 100%;
}

footer {
	margin: 30px 0 0;
	padding: 10px 0;
	text-align: center;
}
footer small {
	color: #ccc;
	font-weight: 500;
	font-size: 0.8em;
}


/* 抽選中 */
.drawing {
	display: block;
	margin: 20px 0 50px;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8em;
	color: #ee841a;
}

/* 抽選あたり */
.hit {
	padding: 30px 7%;
	font-weight: 700;
	text-align: center;
}
.hit strong {
	display: block;
	margin: 0 0 10px;
	font-size: 2.8em;
	line-height: 1;
}
.hit p {
	font-size: 1.3em;
	text-align: center;
}
.hit a {
	display: block;
	margin: 15px auto 0;
	padding: 15px 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	color: #ef391b;
	font-size: 1.3em;
	line-height: 1;
	text-decoration: none;
}

/* 抽選はずれ */
.miss {
	font-weight: 700;
	text-align: center;
}
.miss strong {
	display: block;
	margin: 0 0 10px;
	font-size: 2.8em;
	line-height: 1;
}
.miss p {
	font-size: 1.4em;
	text-align: center;
}
.miss .btn{
	margin-top: 10px;
	font-size: 1.4em;
}
.miss .btn.frame {
	margin-top: 15px;
	padding: 5px 0;
	font-size: 1.1em;
    width: 66%;
    border: 3px solid #ee841a;
    background: #fff;
    color: #ee841a;
}

/* エラー */
.error img {
	display: block;
	margin: 50px auto;
	width: 33%;
	max-width: 230px;
}
.error strong {
	display: block;
	color: #f00;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 0px 20px;
}
.error p {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	padding: 0px 20px;
}

/* キャンペーン */
.campaign {
	padding: 0 3.5%;
}
.campaign li {
	position: relative;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.campaign li.finished:before {
	content: "";
	display: block;
	position: absolute;
	left: -3.5vw; top: 0;
	z-index: 2;
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}
.campaign li.finished > em {
	display: block;
	position: absolute;
	left: 50%; top: 50%;
	z-index: 3;
	padding: 15px;
	width: 54%;
	background: #aaa;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.campaign li figure {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.campaign li figure img {

}
.campaign li div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 64%;
	text-align: left;
}
.campaign li div strong {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: block;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 10px 0px;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	height: 3.5em; */
}
.campaign li div span {
	display: block;
	color: #ef391b;
	font-size: 0.85em;
	margin: 5px 0px 0px 0px;
}
.campaign li div a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ef391b;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
.campaign.participated li div a {
	background-color: #ee841a;
	margin: 5px 0px;
}
.bulk_lottery_button {
	background-color: #79C252;
}
.campaign li div a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0; top: 0;
	z-index: 1;
	width: 13%;
	height: 100%;
	background: url(../img/btn_deco.png) no-repeat right top / contain;
}
.campaign li div a.disabled {
	background: #aaa;
}
.campaign li div a.disabled:after,
.campaign.participated li div a:after {
	content: none;
}

/* 終了 */
div.finished {
	padding: 30px 0 60px;
	text-align: center;
}
div.finished strong {
	display: block;
	margin-bottom: 10px;
	color: #ee841a;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.2;
}
div.finished p {
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

/* クーポン */
.coupon_head {
	margin: 30px 0 0;
}
.coupon_head strong {
	display: block;
	padding: 0 7.5%;
	font-size: 1.15em;
	line-height: 1.2;
	text-align: center;
}
.coupon_head figure {
	margin: 30px 0;
}
.coupon_head .copy {
	display: block;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
.coupon_head .copy:focus:link {
	color: #333;
}
.coupon_head .copy:active,
.coupon_head .copy:focus {
	color: #ef391b;
}
.coupon_head img {
	max-width: 60%;
    height: auto;
}

.used_coupon {
	color: #ef391b;
    text-align: center;
    font-size: 0.8em;
}

/* ポップアップ */
.dialog_bg {
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index: 101;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
}
.dialog {
	position: fixed;
	top: 50%; left: 50%;
	z-index: 102;
	overflow: hidden;
	padding: 1.8em 0;
	width: 86%;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	font-weight: 700;
	font-size: 1.1em;
	text-align: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.dialog.confirm {
	padding: 3em 0 6em;
}
.dialog p {
	text-align: center;
}
.dialog p + p {
	margin-top: 1em;
}
.dialog em {
	color: #ef391b;
}
.dialog .btn-wrap {
	display: table;
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 3.3em;
	border-top: 2px solid #ddd;
}
.dialog .btn-wrap > * {
	display: table-cell;
	width: 50%;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.dialog .btn-wrap > * + * {
	border-left: 2px solid #ddd;
}
.dialog .btn-wrap a {
	color: #0376ff;
}
.dialog .btn {
	margin-top: 1.5em;
	width: 88%;
}

.delete_coupon {
	padding-top: 52.625px;
	padding-bottom: 0px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.bulk_hit_list {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
	width: 100%;
}
.bulk_hit_list .hazure::after {
	display: block;
	content:"";
	max-width: 85px;
}
.bulk_miss_list {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
	width: 100%;
}
.bulk_miss_list .hazure::after {
	display: block;
	content:"";
	max-width: 85px;
}
.hazure {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
	max-width: 85px;
	margin-top: 8px;
	margin-right: 8px;
}
.hazure .hazure-img{
    object-fit: cover;
    border-radius: 6px;
    width: 78px;
    height: 78px;
}
.hazure2 {
padding-top: 30px;
padding-bottom: 10px;
max-width: 80%;
}
.atari {
	width: 70px;
    height: 70px;
    object-fit: contain;
	border-radius: 6px;
	border: 4px solid  #ef391b;
}
.scroll {
	height: 340px;
	overflow: scroll;
	margin-left: 8px;
	margin-right: 8px;
}

/* Wチャンス */
.missdoublechance {
	color: #aaa;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
}
.missdoublechance strong {
	display: block;
	margin: 0 0 10px;
	font-size: 2.8em;
	line-height: 1;
	margin-top: 30px;
}
.missdoublechance p {
	font-size: 1.4em;
	text-align: center;
}
.missdoublechance .btn{
	margin-top: 10px;
	font-size: 1.4em;
}
.missdoublechance .btn.frame {
	margin-top: 15px;
	padding: 5px 0;
	font-size: 1.1em;
}
.dgiftchance{
	padding: 0 3.5%;

}
.dgiftchance li {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.dgiftchance li figure {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dgiftchance img {
	width: 150px;
    object-fit: cover;
}
.dgiftchance li div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 64%;
    text-align: left;
}
.dgiftchance li div strong {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: block;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.4;
}
.dgiftchance li div a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #ee841a;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}

/* 複数抽選結果一覧(あたり有り) */
.hit_dgift {
	color: #ef391b;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
.hit_dgift strong {
	display: block;
	margin: 0 0 0px;
	font-size: 2.5em;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #ef391b;
}
.hit_dgift p {
	font-size: 1.4em;
	text-align: center;
	letter-spacing: 0.2em;
}
.hit_dgift .btn{
	margin-top: 10px;
	font-size: 1.4em;
}
.hit_dgift .btn.frame {
	margin-top: 15px;
	padding: 5px 0;
	font-size: 1.1em;
}

/* 賞品選択 */
.prizechoicename h2 {
	margin: 0 0 20px;
	padding: 10px 0;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
}
.prizechoicecolor {
	color: #ef391b;
	font-size: small;
	font-weight: 100;
}
.prizechoice{
	padding: 0 3.5%;

}
.prizechoice li {
	position: relative;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.prizechoice li.finished:before {
	content: "";
	display: block;
	position: absolute;
	left: -3.5vw;
	top: 0;
	z-index: 2;
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}
.prizechoice li.finished > em {
	display: block;
	position: absolute;
	left: 50%; top: 50%;
	z-index: 3;
	padding: 15px;
	width: 54%;
	background: #aaa;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.prizechoice li figure {
	display: flex;
	align-items: flex-start;
}
.prizechoice img {
	width: 150px;
    height: auto;
	max-width: 100%;
	max-height: 100%;
    object-fit: cover;
	margin: auto;
}
.prizechoice li div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 55%;
	text-align: left;
}
.prizechoice li div strong {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: block;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.4;
	margin-left: 25px;
}
.prizechoice li div a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #ee841a;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}
.prizechoice.participated li div a {
	background-color: #ee841a;
	margin: 5px 0px;
}
.prizechoice li div a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0; top: 0;
	z-index: 1;
	width: 13%;
	height: 100%;
	background: url(../img/btn_deco.png) no-repeat right top / contain;
}
.prizechoice li div a.disabled {
	background: #aaa;
}
.prizechoice li div a.disabled:after,
.prizechoice.participated li div a:after {
	content: none;
}
.prizechoicebtn {
	margin-top: 30px;
	position:fixed;
	bottom: 15px;
	left: 10%;
}
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色はオレンジ色のみ */
input[type=radio].orangebtn {
    border: 2px solid #ddd;
	transform:scale(1.5);
	margin: auto 1em;
}
input[type=radio].orangebtn:checked:before {
    background: #ee841a;
}
.prizechoice_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.prizechoice_footer_fixed
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
	z-index: 2;
}
.prizechoice_footer_bk
{
	background-color:#fff;
	padding:25px 0 20px;
	height:110px;
	width:100%;
}
.prizechoicescroll {
	overflow: scroll;
}

/* 動画視聴 */
.skip {
	color: #0076ff;
	font-weight: 700;
	text-decoration: none;
}

.skip.disabled{
	color: #aaa;
}

.movies_text {
	margin-top: 5%;
	font-size: 15px;
	line-height: 2.0;
	font-weight: 700;
	text-decoration: none;
}
.movies_ended {
	margin-top: 5%;
	font-size: 15px;
	line-height: 2.0;
	font-weight: 700;
	text-decoration: none;
}
.movie_btn{
	display: block;
	margin: 5% auto;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ee841a;
	color: #fff;
	width: 80%;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.movie_btn.disabled{
	background: #aaa;
}
.movies-dimensions{
	width: 100% !important;
}
.watchvideo{
	width: 100% !important;
}
.video_sound{
	margin-top: 5%;
}
.movie_unmute_btn{
	padding: 10px;
	background: #333333;
	color: #fff;
	width: 80%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    border: none;
    outline: none;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.movie_unmute_btn:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -3px 5px 0 0;
	background: url("/img/sound_on.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.movie_unmute_btn:hover {
	background: #555555;
	color: #fff;
}
.movie_play_btn{
	padding: 10px;
	background: #ee841a;
	color: #fff;
	width: 80%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    border: none;
    outline: none;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5%;
}
.movie_play_btn:hover {
	background: #ff952b;
	color: #fff;
}
.movie_onmute_btn{
	padding: 10px;
	background: #aaaaaa;
	color: #fff;
	width: 80%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    border: none;
    outline: none;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.movie_onmute_btn:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -3px 5px 0 0;
	background: url("/img/sound_off.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.movie_onmute_btn:hover {
	background: #cccccc;
	color: #fff;
}

/* 複数回アニメーション */
.drawing_skip {
	max-width: 20%;
	background-color: #fff0;
	border: #fff0;
	display: block;
	position: fixed;
	margin: 0 0 0 auto;
	left: 80%;
}
.drawing_lot {
	font-size: 1.5em;
	font-weight: 700;
	text-align:center;
	color: #ee841a;
}
.drawing_count {
	text-align: left;
    margin-left: 5%;
}
.drawing_count .up {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    left: 5px;
    width: 55px;
    display: inline-block;
    text-align: right;
}
.drawing_count .slash {
    width: 30px;
    height: 1px;
    display: inline-block;
    position: relative;
    left: -20px;
}
.drawing_count .slash hr {
	width: 60px;
	border: 0;
	border-top: 3px solid #ee841a;
	margin: 0;
	padding: 0;
	transform: rotate(315deg);
}
.drawing_count .under {
	font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 25px;
    left: -18px;
}
.result_count {
	color: #aaaaaa;
}
.show {
	transition: 0.8s;
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
}
.hide{
	opacity: 0;
	visibility: hidden;
	transform: scale(1.4, 1.4);
}
.redisplay{
	background: #ffffff00 !important;
	color: #4A8CF7 !important;
}
.redisplay:after {
	background: none !important;
}
.expired{
	background: #ffffff00 !important;
	color: #222222 !important;
}
.monthly-win-limit{
    text-align: center;
    margin: 20px 0 -10px 0;
    font-weight: 600;
    font-size: 18px;
}
