@charset "utf-8";
/* CSS Document */

/* 定型 */

button {
	border:0;
	outline:none;
	background:none;
}

#body_top {
	padding:0 0 30px 0;
}

/* 色設定 */

.msg {
	color:#b71c1c;
	font-weight:500;
	display:block;
	margin:0 0 15px 0;
}

.header_emesg {
	color:#b71c1c;
}

.header_rmesg {
	font-size:16px;
	padding:0 0 30px 0;
	color:#ffffff;
}

.header_emesg {
	background:#ffcdd2;
	font-size: 16px;
	margin:10px 0 30px 0;
	padding: 15px 15px 15px 15px;
}

.input,
textarea {
	width: calc(100% - 22px);
	margin-bottom: 8px;
	padding: 12px 10px;
	text-align: left;
	color: #333333;
	border: 1px solid #dddddd;
	border-radius:0;
}

.input,
textarea {
	width: calc(100% - 18px);
	margin-bottom: 8px;
	padding: 12px 10px;
	text-align: left;
	color: #333333;
	border: 1px solid #dddddd;
}

.time li.code02 input,
.zipcode li.code01 input {
	width:70px;
}

.time li.code01 input,
.zipcode li.code02 input {
	width:100px;
}

.time li.code01 input ,
.time li.code02 input {
	margin-right:5px;
}

.phone li.num01,
.phone li.num02,
.phone li.num03 {
	width:calc(33.3% - 3px);
}

.phone li.num01 input,
.phone li.num02 input,
.phone li.num03 input {
	width:calc(100% - 30px);
}

.real input {
	width: 170px;
}

ul, li {
	list-style-type: none;
}

.zipcode ul li,
.phone ul li,
.time ul li {
	width: auto;
	float: left;
	margin: 0 3px 0 0;
	line-height: 35px;
	font-size:14px;
	color:#ffffff;
}

.cf {
	clear:both;
	overflow:hidden;
}

dl {
	display: block;
}

dt.title {
	display: block;
	vertical-align: middle;
	width:auto;
	font-size:14px;
	margin:20px 0 10px 0;
	color:#ffffff;
}

dd.data {
	position: relative;
	display: block;
	color:#ffffff;
}

dd.data p {
	font-size:12px;
	margin:10px 0 10px 0;
	color:#ffffff;
}


.confirm {
	margin:20px 0 10px 0;
}

.confirm dd.data {
	font-size:16px;
	color:#ffffff;
}

dd.data.one {
	padding:13px 0 20px 0;
	width:auto;
	display:block;
	color:#ffffff;
}

dd.data.one textarea {
	width: calc(100% - 10px);
}

dd.data .sub_text {
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	padding:5px 0 10px 0;
}

dd.data .sub_text br {
	display:none;
}

dd.data .sub_text.come {
	text-align:left;
}

dd.data .sub_text.red {
	color:#ff0000;
	font-size:11px;
}

dd.data .sub_text.red span {
	font-size:12px;
	color:#666666;
}

dd.data .sub_text.yel {
	color:#212121;
	font-size:14px;
	display:none;
}

dd.data .sub_text a {
	color:#1f286f;
}

.select_outer {
	line-height:40px;
	position:relative;
	overflow:hidden;
	height: 40px;
	padding-right:30px;
	vertical-align:middle;
	border: 1px solid #dddddd;
	background-color:#fff;
	margin-bottom:10px;
}

select {
	font-size: inherit;
	display: block;
	width:100%;
	height: 40px;
	padding:0 15px 0 5px;
	vertical-align: middle;
	border: none;
	outline: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:12px;
}

.select_outer::after {
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	width:10px;
	height:10px;
	margin-top:-7px;
	content:"";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
	border-top: 2px solid #bdbdbd;
	border-right: 2px solid #bdbdbd;
}

.radio_outer input[type=radio],
.radio_outer label::before,
.radio_outer label::after {
	display: none;
}

.radio_outer input[type=radio] + label {
	position: relative;
}

.radio_outer input[type=radio] + label:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: "";
	border-radius: 9px;
	background-color: #fff;
}

.radio_outer input[type=radio]:checked + label::after {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	content: "";
	border-radius: 4px;
	background:#b71c1c;
}

.radio_outer {
	overflow: hidden;
	border: 1px solid #dddddd;
	margin-bottom:10px;
}

.radio_outer.sex {
}

.radio_outer label {
	font-size: 12px;
	display: block;
	padding: 10px 12px;
	text-align:left;
	background: #ffffff;
	color:#333333;
	border-top: 1px solid #dddddd;
}

.radio_outer label video {
	width:100%;
	border:1px solid #dddddd;
}

.radio_outer.kibou label,
.radio_outer.sex label {
	border:0;
}

.radio_outer label span {
	display: block;
	font-size: 10px;
	color:#999999;
}

.radio_outer.sex label {
	text-align: center;
	float: left;
	width: calc(25% - 25px);
	border-right: 1px solid #dddddd;
}

.radio_outer.sex label:last-child {
	border-right:0;
	width: calc(50% - 24px);
}

.radio_outer.kibou label {
	text-align: center;
	float: left;
	width: 50%;
}

.radio_outer label.left {
	border-right: 1px solid #dddddd;
}

.radio_outer label.top {
	border-top:none;
}

.radio_outer input[type=radio]:checked + label {
	color:#ffffff;
	background:#282828;
}

.radio_outer input[type=radio]:checked + label span {
	color:#ffffff;
}

h3 {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

h3 span {
	font-size:10px;
	display:inline-block;
	background:#b71c1c;
	height:20px;
	line-height:20px;
	padding:0 7px;
	margin-left:10px;
	margin-top:5px;
	vertical-align:top;
	color:#ffffff;
}

/* 氏名 */

.name_box {
	display:table;
	width:100%;
}

.name_box_in {
	display:table-cell;
}

.name_box_in input {
	width: calc(100% - 30px);
	display:inline-block;
}

.name_box_in input.left {
	margin-right:10px;
}

/* アンケート */

.enq_box {
	background:#333333;
	border-radius:10px;
	padding:15px 15px 15px 15px;
	margin:20px 0 30px 0;
}

/* フォーム */

#form {
	padding:0 10% 40px 10%;
}

#form h2 {
	text-align:center;
	font-size:30px;
	font-weight:900;
	color:#ffffff;
	padding:10px 0 0 0;
	line-height:1.3;
}

#form .form_text {
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding:20px 5% 10px 5%;
	color:#ffffff;
}

#form .form_text span {
	font-size:14px;
	font-weight:700;
	color:#ffffff;
}

#form .form_text_sub {
	font-size:14px;
	text-align:center;
	font-weight:500;
	color:#ffffff;
	padding:0 5% 20px 5%;
}

#form .form_text_sub a {
	font-size:14px;
	font-weight:500;
	color:#ffffff;
}

#form .form_text_sub.login {
	font-size:12px;
	padding:0 0 20px 0;
}

#form .form_text_sub.login a {
	font-size:12px;
	color:#ffcc00;
}

#form .form_text_sub.bot {
	padding:10px 0 30px 0;
	font-size:12px;
}

/* マイページ */

#mypage {
	padding:0 0 40px 0;
}

#mypage h2 {
	text-align:center;
	font-size:30px;
	font-weight:900;
	color:#ffffff;
	padding:5px 0 0 0;
}

#mypage .form_rank {
	font-size:18px;
	text-align:center;
	font-weight:500;
	padding:15px 5% 20px 5%;
	margin:15px 10% 0 10%;
	color:#ffffff;
}

#mypage .form_rank span {
	color:#ffcc00;
	font-size:30px;
	font-weight:700;
}

#mypage .form_rank span.small {
	color:#cccccc;
	font-size:12px;
	font-weight:500;
}

#mypage .form_rank_nokori {
	font-size:14px;
	text-align:center;
	font-weight:500;
	color:#ffcc00;
}

#mypage .form_rank_complete {
	color:#ffcc00;
	font-size:36px;
	font-weight:900;
}

#mypage .form_text {
	font-size:16px;
	text-align:center;
	font-weight:700;
	padding:20px 0 20px 0;
	color:#ffffff;
}

#mypage .form_text_sub {
	font-size:12px;
	font-weight:500;
	color:#ffffff;
	padding:10px 0 20px 0;
	text-align:center;
}

#mypage_box {
	position:relative;
	padding:0;
}

.my_text {
	font-size:16px;
	color:#232323;
	text-align:center;
	padding:15px 5%;
}

#mypage_box img {
	width:100%;
}

#mypage #mypage_box_in {
	clear:both;
	overflow:hidden;
	margin:15px calc( 10% - 5px ) 0 calc( 10% - 5px );
	padding:0;
}

#mypage #stamp_1,
#mypage #stamp_2,
#mypage #stamp_3,
#mypage #stamp_4,
#mypage #stamp_5,
#mypage #stamp_6 {
	float:left;
	width:calc( 50% - 10px );
	margin:0 5px 10px 5px;
}

#mypage #stamp_1 img,
#mypage #stamp_2 img,
#mypage #stamp_3 img,
#mypage #stamp_4 img,
#mypage #stamp_5 img,
#mypage #stamp_6 img {
	display:block;
}

#mypage_present {
	margin:5px 10% 0 10%;
}

#mypage_present img,
#mypage_present input {
	width:100%;
}

.mypage_present_but {
}

.mypage_present_but_in {
	padding:20px 0 15px 0;
}

.mypage_present_but_in_in.toform span {
	opacity:0.25;
}

.mypage_present_but_in_in.toform.ended span {
	opacity:1;
}

.mypage_present_but_in_in.toQr ,
.mypage_present_but_in_in span {
	display:block;
	text-align: center;
	margin:0 auto 10px auto;
	text-decoration:none;
	border:none;
	width:calc(100% - 30px);
}

.mypage_present_but_in_in.toQr {
	margin:15px auto 0 auto;
}

.mypage_present_but_in_in.toQr a {
	display:block;
}

.mypage_present_but .soon {
	opacity:0.25;
}

#mypage_present #movie {
	padding:15px 3% 15px 3%;
}

.mypage_present_text {
	text-align: center;
	color:#ffffff;
	font-size:16px;
	margin:15px 0 0 0;
	font-weight:500;
}

#mypage .form_box {
	margin:15px 0 0 0;
}

/* スタンプ */

#form .stamp {
	padding:30px 10%;
}

#form .stamp img {
	width:100%;
	height: auto;
	animation: animationZoom2 1s ease-in-out infinite;
}

@keyframes animationZoom2 {
	50% { transform: scale(1.1)}
}

/* シアター */

#theater {
	padding:40px 0 20px 0;
}

#theater .title {
	padding:10px 0 10px 0;
}

#theater .title h3 {
	text-align:center;
	font-size:26px;
	font-weight:700;
}

#theater .sub_title {
	margin:0 0 20px 0;
	text-align:center;
	font-size:12px;
	color:#cccccc;
}

#theater .link_box {
	background:#333333;
	padding:15px 25px 10px 25px;
	margin:0 0 10px 0;
}

#theater .link_box ul {
	text-align:center;
}

#theater .link_box li {
	display:inline-block;
	margin:0 10px 5px 10px;
}

#theater .link_box li a {
	font-size:16px;
	color:#ffffff;
}

#theater .ken_title h4 {
	text-align:center;
	font-size:20px;
	color:#67226f;
	font-weight:700;
	padding:15px 10px 10px 10px;
	border-bottom:1px solid #333333;
}

#theater .place_box {
	border-bottom:1px solid #333333;
	padding:10px 15px;
	clear:both;
	overflow:hidden;
}

#theater .place_box_left {
	font-size:14px;
	float:left;
	width:80px;
	color:#cccccc;
	margin:2px 0 0 0;
}

#theater .place_box_right {
	float:left;
	width:calc(100% - 80px);
	color:#ffffff;
}

#theater .place_box_right a {
	font-size:16px;
	color:#ffffff;
}

/* rally */

#rally {
	padding:40px 0 20px 0;
}

#rally img {
	width:100%;
}

#rally .step_box_l {
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin:5px 0 0 0;
}

#rally .step_box_t {
	color:#ffffff;
	font-size:12px;
	padding:20px 5% 20px 5%;
}

#rally .step_box_t span {
	color:#ffffff;
	font-size:10px;
}


/* アプリ */

.app_dl {
}

.app_dl.app {
}

.app_dl .app_dl_h {
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	text-align:center;
}

.app_dl .app_dl_h span {
	font-size:14px;
	color:#ffffff;
	font-weight:700;
}

.app_dl .app_dl_text {
	margin:20px 5% 0 5%;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:13px 5px;
}

.app_dl .app_dl_text h2 {
	font-size:16px;
	color:#ffffff;
	font-weight:500;
	margin:0 !important;
}

.app_dl .app_dl_text h2 span {
	font-size:18px;
	color:#fff100;
	font-weight:700;
}

.app_dl .app_dl_text p {
	font-size:14px;
	color:#ffffff;
	font-weight:500;
}

.app_dl.app .app_dl_text p {
	font-size:10px;
}

/* QR */

#mypage .mypage_qr {
	padding:0 10%;
}

#mypage .mypage_qr .form_text,
#mypage .mypage_qr .form_text_sub {
	color:#ffffff;
}

/* フッター */

.ssl {
	font-size:12px;
	color:#ffffff;
	margin-top:30px;
}

.pp_text {
	font-size:10px;
	color:#ffffff;
	margin-top:15px;
}

.sub_text.come {
	font-size:10px;
	line-height:1.5;
	color:#ffffff;
}

.sub_text.come * {
	font-size:10px;
	line-height:1.5;
}

#footer .footer_title {
	padding:5px 0 20px 0;
}

#footer .footer_title img {
	width:100%;
}

/* 登録 */

#input {
	padding:25px 0 20px 0%;
}

#input h2 {
	text-align:center;
	font-size:30px;
	font-weight:900;
	color:#67226f;
	padding:5px 0 0 0;
}

#input .form_text {
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding:20px 5% 20px 5%;
	color:#ffffff;
}

#input .form_text span {
	font-size:14px;
	font-weight:700;
	color:#ffffff;
}

/* 劇場選択 */

#theater_1,
#theater_2,
#theater_3,
#theater_4,
#theater_5,
#theater_6,
#theater_7 {
	display:none;
}

/* 送信ボタン */

.send {
	text-align:center;
}

.send.loginbut {
	margin:15px 0 0 0;
}

.send.inputform {
	margin:30px 0 0 0;
}


.send h3 {
	margin:0 0 10px 0;
}

.send.qr {
	text-align:center;
	padding:10px 0 10px 0;
}

.mypage_present_but_in_in {
	margin:0 5% 15px 5%;
}

.send a,
.send .submit,
.mypage_present_but_in_in a,
.mypage_present_but_in_in span {
	background:#d94216;
	display:block;
	font-size:18px;
	font-weight:800;
	color:#ffffff;
	text-decoration:none;
	border-radius:85px;
	padding:15px 20px 15px 0;
	text-align:center;
	border:0;
	cursor:pointer;
	margin:0 auto;
	width:100%;
	position:relative;
}

.send a,
.send a.submit,
.mypage_present_but_in_in a,
.mypage_present_but_in_in span {
	width:calc( 100% - 20px );
}

.send a span {
	font-size:18px;
	font-weight:900;
	color:#ffffff;
}

.send a::after,
.send .submit::after,
.send .submit_input::after,
.mypage_present_but_in_in a::after,
.mypage_present_but_in_in span::after {
	content: '';
	position: absolute;
	top:calc(50% - 5px);
	right:30px;
	vertical-align: middle;
	color: #faf700;
	line-height: 1;
	width:10px;
	height:10px;
	border-top:3px solid #ffcc00;
	border-right:3px solid #ffcc00;
	transform: rotate(45deg);
}

.send .back {
	background:none;
	font-size:18px;
	font-weight: 700;
	display:block;
	width:85%;
	text-align: center;
	cursor: pointer;
	border:2px solid #ffffff;
	color: #ffffff;
	margin: 20px auto 10px;
	padding:10px 0 10px 15px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-khtml-border-radius:100px;
	position:relative;
}

.send .back::after {
	content: '';
	position: absolute;
	top:calc(50% - 5px);
	left:15px;
	vertical-align: middle;
	color: #faf700;
	line-height: 1;
	width:7px;
	height:7px;
	border-top:3px solid #ffffff;
	border-right:3px solid #ffffff;
	transform: rotate(225deg);
}

#form .send a {
	margin: 20px auto 20px auto;
}

.mypage_present_but_in_in.toform a,
.mypage_present_but_in_in.sumi span,
.mypage_present_but_in_in.now span {
	font-size:18px;
}

.mypage_present_but_in_in.sumi span {
	background:none;
	color:#cccccc;
	border:1px solid #ffcc00;
}

.mypage_present_but_in_in.sumi span::after {
	border:0;
}

.mypage_present_but_in_in.now span {
	background:#232323;
	color: #999999;
}

.mypage_present_but_in_in.now span::after {
	border:0;
}

/* qr */

#video-input,
#video-input * {
	width:100%;
}

/* 投稿イメージ */

.sample_box {
	margin:50px auto 0 auto;
}

.sample {
	border:1px solid #cccccc;
	overflow:hidden;
	background:#ffffff;
}

.sample_in {
	padding:15px;
	border-bottom:1px solid #eeeeee;
}

.sample_in span {
	color:#1DA1F2;
}

.sample_box h4 {
	text-align:center;
	font-size:14px;
	margin-bottom:15px;
	color:#ffffff;
	font-weight:500;
}

.sample img {
	width:100%;
}

@media screen and (max-width:640px) {

	#mypage .form_text_sub {
		text-align:left;
	}

	#theater {
		padding:35px 0 20px 0;
	}

	#theater .title h3 {
		font-size:24px;
	}

	#theater .link_box li a {
		font-size:14px;
	}

	#theater .ken_title h4 {
		font-size:16px;
	}

	#theater .place_box {
		padding:7px 15px;
	}

	#theater .place_box_left {
		font-size:12px;
		width:60px;
	}

	#theater .place_box_right {
		width:calc(100% - 60px);
	}

	#theater .place_box_right a {
		font-size:14px;
	}

	/* 投稿イメージ */

	.sample_box {
		width:100%;
		margin:30px auto 0 auto;
	}

	.sample {
		margin:0;
	}

	.sample_in {
		font-size:12px;
	}


}
