@charset "utf-8";

/* ボタン色 */
a.btn_basic {
	color: #FFF;
	box-shadow: 0px 2px 0px 0px #93002D;
	background: #C80E47;
}

.cat_color_common {
	color: #3A4ABF;
}

/* ----------------------------------------------------
	#headerArea
---------------------------------------------------- */
#headerArea {
	background: #C80E47;
}
#h_navi {
	background: #C80E47;
}
@media screen and (max-width: 768px) {
	#h_navi #home a {
		background: url(https://image.pia.jp/images3/umeda/logo_net_sp.png) no-repeat left center #C80E47;
		background-size: 320px auto;
	}
}
@media screen and (min-width: 769px) {
	#h_navi #home {
		width: 588px;
		margin-right: 92px;
		background: #FFF;
	}
	#h_navi #home a {
		background: url(https://image.pia.jp/images3/umeda/logo_net_pc.jpg) no-repeat center center;
	}
}


/* ----------------------------------------------------
	#mypage_area_sp
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	#mypage_area_sp .sp-login-hold a {
		color: #C80E47;
	}
}


/* ----------------------------------------------------
	メインビジュアル
---------------------------------------------------- */
.slick-dots .slick-active button {
	background: #C80E47;
}


/* ----------------------------------------------------
	特典
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.specialfavor_detail dd {
		margin: 10px 5% 0 0;
	}
	.specialfavor_detail dd:nth-of-type(3n) {
		margin-right: 0;
	}
    .specialfavor .link_lets .btn.pcOnly_btn {
        display: none;
    }
}
@media screen and (min-width: 769px) {
	.h_specialfavor {
		margin: 0 auto 15px;
	}
	.specialfavor .link_lets .btn {
		padding: 10px 0 15px;
	}
    .specialfavor .link_lets .btn.spOnly_btn {
        display: none;
    }
}


/* ----------------------------------------------------
	公演情報(公演情報)
---------------------------------------------------- */
.performance_header {
	background: #C80E47;
}
.performance_cat {
	color: #C80E47;
}
@media screen and (min-width: 769px) {
	.performance_header::before {
		border-top: 3px solid #93002D;
		border-right: 6px solid #93002D;
		border-bottom: 3px solid transparent;
		border-left: 6px solid transparent;
	}
}

/* ----------------------------------------------------
	新規利用登録ボタン　PC/SP切り替え
---------------------------------------------------- */

@media screen and (min-width: 769px) {
    .spOnly_btn {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pcOnly_btn {
        display: none;
    }
    .spOnly_btn a.btn_basic {
        padding-bottom: 8px;
    }
    
}