@charset "utf-8";
/* --------------------------------------------------
	Font
-------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
.main {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
header:after,
#content:after,
section:after,
.inner:after{
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 641px) {
	body{
/*		min-width: 640px;
*/	}
	#all{
		width: 640px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 640px) {
	body{
		width: 100%;
/*		min-width: 320px;
*/	}
	#all{
		width: 100%;
	}
}

/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
.inner{
	width: 640px;
	margin: auto;
}
/* SPのみ */
@media all and (max-width: 640px) {
	.inner{
		margin: 0 3%;
	}
}

/* common
---------------------------------------------------------- */
.cf:after {
	content:" ";
	display:block;
	clear:both;
}

/* question
---------------------------------------------------------- */
.question{
}
.ul_question{
	width: 89%;
	margin: 5% auto;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
.ul_question li{
	cursor: pointer;
	transition: .3s;
}
.ul_question > li:hover{
	opacity: 0.7;
	cursor: pointer;
}
#next_area{
	display: none;
}
.btn_next{
	padding: 0 7%;
	margin-bottom: 5%;
}

.btn_get{
	display: inline-block;
	margin: auto;
	margin-bottom: 5%;
	width: 72%;
}

.btn_line{
	padding: 7% 9% 9%;
}


/* ---------------------------------------------------------------
	フッター
--------------------------------------------------------------- */
.copyright {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: lighter;
	padding: 13px;
	background-color: #842f80;
	color: #fff;
	text-align: center;
	font-size: 1em;
}
.copyright.is-hide {
	display: none;
}

/* SPのみ */
@media all and (max-width: 640px) {
	.copyright{
		font-size: calc(16vw / 640 * 100);
	}
}

/* ---------------------------------------------------------------
	カウントダウンタイマー
--------------------------------------------------------------- */
.campaign{
	position: relative;
}
.cdt_txt{ /* 残り を非表示 */
	opacity: 0;
}
.cdt_wrapper {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 2;
	border-radius: 10px;
	position: absolute;
	top: 26%;
	left: 0;
	right: 0;
	margin: auto;
	color: #515151;
	font-size: 1.5em;
}
.cdt_wrapper colon {
	font-size: 1.0em;
	padding: 0 0.2em;
}
.cdt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cdt_txt {
	margin-right: 0.5em;
}
.cdt_txt span {
	display: block;
	line-height: 1;
	font-size: 1.2em;
}
.cdt_date {
	font-size: 2.2em;
}
.cdt_d {
	padding: 0 1.4em 0 1.7em;
}
.cdt_h {
	padding: 0 1.5em;
}
.cdt_m {
	padding: 0 1.4em;
}
.cdt_s {
	padding: 0 0.3em 0 2.0em;
}
.cdt_num {
	color: #fff;
	background-color: #000;
	padding: 0 0.25em 0.05em;
	border-radius: 5px;
}
.cdt_time {
	text-align: center;
	font-size: 1.2em;
	margin-top: -0.8em;
}

/* SPのみ */
@media all and (max-width: 640px) {
	.cdt_wrapper small {
		font-size: 5.0vw;
	}
	.cdt_txt span {
		font-size: 3.0vw;
	}
	.cdt_date {
		font-size: 7.5vw;
	}
	.cdt_time {
		font-size: 4.1vw;
	}
}
/* SP MoreSmall */
@media all and (max-width: 260px) {
	.cdt_time {
		font-size: 3.7vw;
		margin: -1em 0 0 1.5em;
	}
}

/* ---------------------------------------------------------------
	受け取り画面
--------------------------------------------------------------- */
/* 紙吹雪エリア */
.confetti{
	display: none;
	position: fixed;
	top: 0; left: 0;
	z-index: 2;
}
/* チケット受け取りページボタン・動画 */
.movie_dsp {
	width: 100%;
	vertical-align: bottom;
}
.right-btn-area,
.movie_area {
	position: relative;
}
.right-btn {
	position: absolute;
	left: 6.5%;
	bottom: 8%;
	width: 86.93%;
	z-index: 3;
}
.movie_play {
	position: absolute;
	bottom: 6%;
	left: 6%;
	width: 88%;
	vertical-align: bottom;
}
.movie_play video {
	width: 100%;
}
.movie_play::after {
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	width: 20%;
	padding-top: 20%;
	margin: 0 auto;
	background: url(../img/icn_play.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.movie_play.is-hide::after {
	content: none;
}
/* ---------------------------------------------------------------
	エリアの表示・非表示
--------------------------------------------------------------- */
.question-contents {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.question-contents.is-active {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: .5s;
}
