/* 右に外部アイコンボタン */
.btn001 {
    width: 250px;
    text-align: center;
    margin: 0 20px 20px 0;
    position: relative;
}
.btn001 a {
    color: #fff;
    font-size: 0.95em;
    line-height: 1em;
    font-weight: 500;
    padding: 12px 10px;
    display: block;
    background-color: #000;
    text-decoration: none !important;
}
.bbtn001 .link {
    position: absolute;
    right: 10px;
    top: 18px;
}
.btn001 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}

/* 右に外部アイコンボタン */
.btn002 {
    width: 190px;
    text-align: center;
    margin: 15px 20px 20px 0;
    position: relative;
}
.btn002 a {
    color: #fff !important;
    font-size: 0.9em;
    line-height: 1em;
    padding: 10px;
    display: block;
    background-color: #222428;
    text-decoration: none !important;
}
.bbtn002 .link {
    position: absolute;
    right: 10px;
    top: 18px;
}
.btn002 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}

/* チケット購入ボタン */
.buy_btn a {
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 400;
	padding: 11px 24px;
	display: block;
	background-color: var(--color-pink);
	border-radius: 4px;
}

.buy_btn a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}
@media screen and (max-width: 640px) {
.buy_btn a {
    color: #fff;
    font-size: 0.9em;
    padding: 10px 15px;
}
}

