@charset "utf-8";
/* CSS Document */

.ticket_title{
	
}

.p-coupon__text-desc {
    margin-top: 30px;
    font-family: Jost, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #484851;
    letter-spacing: 0.05em;
}
.p-coupon__text-off {
    margin: 18px auto 32px;
    font-family: Jost, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    color: #484851;
    letter-spacing: 0.05em;
}
.p-coupon__text-off p{
	padding-bottom: 10px;
}
.ticket_staff{
	background-color: #c42b2b;
	font-family: Jost, sans-serif;
	position: relative;
}
.ticket_arrow{
	position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100px;
}
.ticket_inner{
	padding: 60px 5% 40px;
}
.ticket__text-desc{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    letter-spacing: 0.05em;
}
.ticket__text-desc p{
	margin-top: 18px;
	font-size: 1.3rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
}
.coupon__link{
	background-color: #FFFFFF;
	border-radius: 18px;
	padding-bottom: 10px;
}
.coupon__linktxt{
	margin-top: 30px;
	padding: 30px 0 18px;
	font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
	color: #c42b2b;
}
.coupon__linktxt p{
	margin-top: 18px;
	font-size: 1.4rem;
    line-height: 1.8;
	font-weight: 400;
}
.coupon__btn{
        display: block;
    margin: 0 auto 30px;
    padding: 12px 0 8px;
    width: 300px;
    height: auto;
    font-family: Jost, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #484851;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background-color: #fde052;
    border-radius: 50px;
    -webkit-box-shadow: 5px 5px 0 #484851;
    box-shadow: 5px 5px 0 #484851;
    transition: 0.5s;
}
a.coupon__btn:hover {
	opacity: 0.5;
}
.-menuImg{
	background-color: #c42b2b;
	padding: 6px;
}