@charset "UTF-8";
/*////////////////////////////////////////////////////////

クーポン

////////////////////////////////////////////////////////*/
.box_ticket_wrap {
	width: 96%;
	margin: 0 auto 15px;
}
.box_ticket_wrap .btn-link {
	margin: 10px auto 15px;
}
.box_ticket {
	padding: 10px;
}
.box_ticket.ticket_btn {
	background-color: transparent;
	background-image: none;
}
.box_ticket .inner {
	padding: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2) inset, -1px -1px 3px rgba(0,0,0,0.2) inset;
	border-radius: 5px;
	line-height: 20px;
	text-align: left;
	color: #001e55;
	background: #ece6d2;
}
.box_ticket.ticket_btn .inner {
	background: #ece6d2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box_ticket.ticket_btn .inner a {
	color: #e60000;
}
.box_ticket.ticket_btn .icon_amine {
	margin-right: 11px;
}
.box_ticket .inner a {
	color: #001e55;
}
.box_ticket .icon_ticket {
	overflow: hidden;
}
.box_ticket .icon_ticket a {
	width: 78%;
	padding-top: 3px;
	display: inline-block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.box_ticket .icon_amine {
	width: 50px;
	margin-right: 7px;
	display: inline-block;
	float: left;
}
.box_ticket .icon_amine img {
	width: 100%;
}
.icon_amine {
	animation: anime1 3s reverse infinite;
}
@keyframes anime1 {
0% {
transform: scale(1);
}
60% {
transform: scale(1);
}
70% {
transform: scale(1.1);
}
80% {
transform: scale(1);
}
90% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
/* クーポンコード入力 (index)
------------------------------------------------------- */
.box_ticket .tit_ticket {
	margin-bottom: 10px;
	padding-left: 45px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/ticket/icon.png) no-repeat left center;
	background-size: 40px;
}
.box_ticket h3 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.box_ticket .txt_att {
	margin-bottom: 5px;
	font-size: 12px;
}
/*form*/
.ticket_use {
	width: 113%;
	margin: 0 0 10px -18px;
	padding: 10px 10px 0;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: 2px solid #bbb;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
}
.box_ticket input[type="text"] {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	box-shadow: 2px 3px 3px #e4e4e4 inset, -1px -1px 3px #e4e4e4 inset;
	font-size: 14px;
}
input.btn_use, input.btn_confirm, input.btn_cancel, input.copyToClip {
	width: 85%;
	display: block;
	margin: 10px auto 20px;
	border: 0;
	border-radius: 5px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 4px #016eba;
	color: #fff;
	background: #0096ff;
}
input[type="reset"].btn_cancel {
	position: absolute;
	top: 16px;
	right: 15px;
}
input[type="reset"].btn_cancel, input.copyToClip {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: 5px;
	box-shadow: 0 3px #666;
	font-size: 10px;
	background: #999;
}
input.copyToClip {
	vertical-align: 4px;
}
.box_ticket .btn-link {
	margin: 0 0 15px 0;
}
.ppvdo .box_ticket_menu {
	margin-top: 5px;
}
.box_ticket_menu li {
	margin-bottom: 5px;
	padding: 10px;
	position: relative;
	border: 4px solid #ecca7d;
	box-shadow: 0 1px 1px #b1975b;
	text-align: left;
	color: #001e55;
	background: #fff;
}
.box_ticket_menu h4 {
	min-height: 40px;
	padding-left: 50px;
	line-height: 20px;
	font-weight: bold;
	color: #ab854a;
	background: url(../images/ticket/icon.png) no-repeat left top #fff;
	background-size: 40px;
}
.box_ticket_menu h4 + p {
	margin-top: 10px;
}
.box_ticket_menu li p {
	margin-bottom: 5px;
}
.box_ticket_menu li a {
	color: #001e55;
}
.box_ticket_menu .ticket_code {
	text-align: center;
	font-weight: bold;
}
.box_ticket_menu .ppv_link {
	margin: 10px 0 0;
	text-align: center;
	font-weight: bold;
}
.box_ticket_menu .text-limit {
	margin: 10px 0 0;
	text-align: center;
}
.box_ticket_menu .ticket_end {
	border: 4px solid #ccc;
}
.box_ticket_menu .ticket_end:before {
	content: none;
}
.box_ticket_menu .ticket_end:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
/*確認popup*/
.box_popup {
	display: none;
	width: 95%;
	margin: 0 auto;
	padding: 15px 10px 0;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	border: 2px solid #001e55;
	border-radius: 10px;
	text-align: center;
	color: #001e55;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
}
.box_popup p {
	margin-bottom: 0;
	font-weight: bold;
}
input.btn_cancel {
	box-shadow: 0 4px #666;
	background: #999;
}
input.btn_cancel, .box_popup input.btn_confirm {
	width: 100px;
	display: inline-block;
}
/* 使用確認 (confirm)
------------------------------------------------------- */
.box_ticket.confirm .tit_ticket {
	padding: 0;
	text-align: center;
	background: none;
}
.box_ticket.confirm .ticket_price {
	margin: 5px 0 0;
	text-align: right;
}
.ticket_price {
	margin-bottom: 10px;
	text-align: center;
}
.ticket_price .text-fixed {
	text-decoration: line-through;
}
.ticket_price .text-off {
	font-weight: bold;
	font-size: 15px;
	color: #ff3639;
}
.box_ticket .box_select {
	margin-top: 35px;
	position: relative;
}
.box_ticket .box_select:after {
	content: "対象メニューはこちら▼";
	font-weight: bold;
	position: absolute;
	top: -23px;
	left: 3px;
}
.box_ticket .box_select li {
	margin-bottom: 10px;
	padding: 10px 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px #dac089 inset, 0 0 10px #dac089 inset, 0 0 10px #dac089 inset;
	box-shadow: 0 0 5px #dac089 inset, 0 0 10px #dac089 inset, 0 0 10px #dac089 inset;
	border-radius: 5px;
}
.box_ticket .box_select h4 {
	text-decoration: underline;
	font-weight: bold;
}
.box_ticket .box_select a {
	text-decoration: none;
}
.box_ticket .btn_cancel02 a {
	width: 50%;
	display: block;
	margin: 10px auto 15px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 4px #666;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #999;
}
.box_ticket .no_ticket {
	margin-bottom: 20px;
}
.no_ticket h4 {
	min-height: 30px;
	padding-top: 12px;
	font-size: 13px;
}
/*一覧へ戻る*/
.to_back {
	margin: 20px auto 10px;
	text-align: center;
}
.to_back a {
	font-size: 13px;
	font-weight: bold;
}
/* 使い方 (about)
------------------------------------------------------- */
.ticket_about {
	background: #fff;
}
.ticket_about .inner {
	color: #000;
}
.ticket_about .premium_how {
	padding: 20px 0;
}
.ticket_about .premium_how img {
	width: 100%;
}
.ticket_about .how_tit {
	text-align: center !important;
	font-size: 15px;
	color: #11b5ab;
	font-weight: bold;
}
.ticket_about .step_box {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 10px 20px 10px;
	padding: 15px 15px 25px 15px;
}
.ticket_about .step_box.step01 {
	border: 1px solid #f17e11;
	background: #f7e5d4;
}
.ticket_about .step_box.step02 {
	border: 1px solid #88ad47;
	background: #d7f5d5;
}
.ticket_about .step_box.step03 {
	border: 1px solid #da7ae0;
	background: #f6eff7;
}
.ticket_about .step_box h2 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	border-top: 2px solid #5c65f0;
	border-bottom: 2px solid #5c65f0;
	padding: 5px 0;
	color: #5c65f0;
}
.ticket_about .step_box.step03 h2 {
	font-size: 13px;
}
.ticket_about .step_box.step01 h2 span, .ticket_about .step_box.step03 h2 span {
	font-size: 16px;
	color: red;
}
.ticket_about .step_txt {
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
}
.ticket_about .icon_ticket {
	width: 20px !important;
}
