@charset "UTF-8";

.hook {
	height: 0;
	font-size: 0;
}

html,
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #0A2111;
}

body {
	-webkit-font-smoothing: antialiased;
}

.wrap { /*overflow: hidden;*/
	overflow: hidden;
}

a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
div,
main,
article,
section,
header,
footer,
aside,
input,
button,
select,
textarea,
body,
table,
tr,
th,
td,
figure {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all; /*font-feature-settings: "palt" 1;*/
}

a {
	color: #0A2111;
	cursor: pointer;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a:hover {
	cursor: pointer;
}

input[type="text"],
button,
textarea {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	width: 100%;
}

.pagecheck {
	z-index: 1000;
}

.loading {
	z-index: 1000;
}

.header {
	z-index: 2;
}

.main {
	z-index: 1;
}

.topmodalopen .main {
	z-index: 4;
}

.banners {
	z-index: 2;
}

.footer {
	z-index: 3;
}

.pagecheck {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #dfdfdf;
	padding: 10px;
	display: none;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100000;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.loading__item {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 300px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
	box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
}

.page-index .header {
	background-color: rgba(255, 255, 255, 0);
	-moz-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0);
	box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0);
}

.header.scroll {
	border-bottom: 1px solid #dfdfdf;
	-moz-box-shadow: 0px 0px 0px 0px rgba(10, 33, 17, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(10, 33, 17, 0);
	box-shadow: 0px 0px 0px 0px rgba(10, 33, 17, 0);
}

.page-index .header.scroll {
	background-color: white;
}

.header__ctt {
	position: relative;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.header__logo {
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	line-height: 100%;
}

.header__logo__link {
	display: block;
	text-decoration: none;
}

.header__logo__large,
.header__logo__small {
	display: block;
	line-height: 100%;
	text-align: center;
}

.header__logo__large {
	letter-spacing: -0.04em;
}

.header__logo__small {
	letter-spacing: -0.04em;
	font-size: 27%;
}

.header__logoimg {
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	line-height: 100%;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.header__logoimg img {
	max-height: 100%;
}

.header__logoimg__link {
	display: block;
	height: 100%;
}

.page-index .header__logoimg__link {
	background-image: url(../images/common/logo-tradition-white.png);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-index .header__logoimg__link img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.page-index .open .header__logoimg__link {
	background-image: url(../images/common/logo-tradition.png);
}

.page-index .scroll .header__logoimg__link {
	background-image: url(../images/common/logo-tradition.png);
}

.header__nav__menu {
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

.nav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.nav__list__item {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

.nav__list__item__link {
	display: block;
	text-decoration: none;
}

.main {
	background-color: white;
	position: relative;
}

.pagehead {
	background-color: #fff;
	z-index: 2;
}

.pagehead__inner__inner {
	position: relative;
}

.pagehead__ctt {
	position: relative;
}

.pagehead__ttl {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	letter-spacing: -0.04em;
}

.pagehead__nav__item {
	letter-spacing: 0.08em;
}

.pagehead__nav__item__link {
	text-decoration: none;
	display: block;
}

.anchor {
	position: relative;
	z-index: -1;
}

.section {
	border-bottom: 1px solid #dfdfdf;
}

.page-index .section {
	border-bottom: none;
}

.section--gray {
	background-color: #f9f9f9;
}

.section:last-child {
	border-bottom: none;
}

.page-index .section:last-child {
	border-bottom: none;
}

.section__ttl {
	letter-spacing: 0.08em;
	border-left: 5px solid #0A2111;
	font-weight: bold;
	font-size: 24px;
	color: #0A2111;
}

.section__txt {
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
	margin-top: 2em;
}

.section__sub {
	border-bottom: 1px solid #dfdfdf;
}

.section__sub:last-child {
	border-bottom: none;
}

.section__sub__ttl {
	font-weight: bold;
	letter-spacing: 0.08em;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
}

.section__sub__ttl::before {
	content: "";
	display: block;
	width: 10px;
	height: 3px;
	background-color: #0A2111;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.section__sub__ctt {
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
	margin-top: 2em;
}

.section__btn {
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
	font-weight: bold;
}

.section__btn__link {
	display: inline-block;
	text-decoration: none;
	background-color: #0A2111;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.section__table {
	border-collapse: collapse;
	width: 100%;
}

.section__table th,
.section__table td {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
}

.section__table th {
	background-color: rgba(10, 33, 17, 0.03);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.section__table td {
	background-color: #fff;
	border-top: 1px solid rgba(10, 33, 17, 0.1);
	border-bottom: 1px solid rgba(10, 33, 17, 0.1);
}

.section__table--col2 th {
	width: 50%;
}

.section__table--col3 th {
	width: 30%;
}

.section__borderbox {
	border: 1px solid #0A2111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.section__borderbox__ttl {
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.08em;
	font-size: 16px;
}

.section__borderbox__lead {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 140%;
	font-size: 14px;
	font-size: 18px;
}

.section__anno {
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
	font-size: 12px;
}

.section__figure {
	text-align: center;
}

.section__figure--shadow {
	-moz-box-shadow: 0px 0px 3px 0px rgba(10, 33, 17, 0.2);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(10, 33, 17, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(10, 33, 17, 0.2);
}

.image_left__body {
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
	text-align: justify;
}

.system__borderbox {
	border: 1px solid #0A2111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.system__borderbox__ttl {
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.08em;
	font-size: 16px;
}

.system__borderbox__lead {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 140%;
	font-size: 14px;
	font-size: 18px;
}

.system__special {
	border-bottom: 1px solid #dfdfdf;
}

.system__special__ttl {
	font-weight: bold;
	letter-spacing: 0.08em;
	font-size: 18px;
}

.system__special__ctt {
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
}

.pdf_btns__item {
	letter-spacing: 0.08em;
	line-height: 160%;
	font-size: 14px;
	font-weight: bold;
}

.pdf_btns__item__link {
	display: block;
	text-decoration: none;
	background-color: #0A2111;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.event_nav__inner {
	position: relative;
	z-index: 1;
}

.event_nav__inner:after {
	content: " ";
	display: block;
	clear: both;
}

.event_nav__prev,
.event_nav__next {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

.event_nav__prev a,
.event_nav__next a {
	text-decoration: none;
}

.event_nav__month {
	letter-spacing: 0.08em;
}

.event_montly__ttl {
	text-align: center;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	position: relative;
}

.event_montly__ttl::after {
	content: "";
	display: block;
	background-color: #0A2111;
}

.event_montly__list {
	text-align: center;
	font-size: 0;
}

.event_montly__list__item {
	display: inline-block;
}

.event_montly__list__item__link {
	text-decoration: none;
}

.event_detail .em-booking {
	font-size: 14px;
}

.event_detail .em-booking-form-details {
	width: 100%;
	float: none;
}

.event_detail p {
	margin-bottom: 15px;
}

.event_detail p label {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.event_detail p label[for="booking_comment"] {
	vertical-align: top;
}

.event_detail p input,
.event_detail p textarea {
	width: 100%;
	border: 1px solid #dfdfdf;
}

.event_detail p input {
	height: 30px;
	max-width: 400px;
	padding: 0 5px;
}

.event_detail p textarea {
	height: 100px;
	max-width: 400px;
	padding: 5px;
}

.event_detail .ticket-price {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.event_detail .ticket-price label {
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.event_detail .em-tickets-spaces {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.event_detail .em-tickets-spaces label {
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.event_detail .em-booking-buttons {
	text-align: center;
}

.event_detail .em-booking-buttons input {
	background-color: #0A2111;
	color: #fff;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	display: inline-block;
	border: none;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.form__item {
	margin-bottom: 30px;
}

.form__item:last-child {
	margin-bottom: 0;
}

.form__item__head {
	font-weight: bold;
	letter-spacing: 0.08em;
	font-size: 14px;
	margin-bottom: 10px;
}

.form__item__body {
	letter-spacing: 0.08em;
	font-size: 14px;
}

.form__item__body input,
.form__item__body textarea {
	border: 1px solid #dfdfdf;
	background-color: #fff;
	width: 100%;
}

.form__item__body input {
	height: 35px;
	padding: 0 5px;
}

.form__item__body textarea {
	height: 120px;
	padding: 5px;
	resize: vertical;
}

.banners {
	background-color: rgba(241, 241, 241, 0.9);
	position: relative;
	border-top: 1px solid #0A2111;
}

.banners__list:after {
	content: " ";
	display: block;
	clear: both;
}

.banners__list__item {
	float: left;
}

.banners__list__item img {
	display: none;
}

.banners__list__item__link {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 85%;
	-o-background-size: 85%;
	-webkit-background-size: 85%;
	background-size: 85%;
	padding-bottom: 100%;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	position: relative;
	background-color: #fff;
}

.footer {
	background-color: #fff;
	position: relative;
}

.footer__inner {
	background-color: #0a2111;
}

.footer__ctt {
	position: relative;
}

.footer__pagetop {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	letter-spacing: -0.02em;
	display: none;
}

.footer__pagetop__link {
	display: block;
	text-decoration: none;
	text-align: center;
}

.footer__pagetop__link__ctt {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.footer__pagetop__link__ctt::before {
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	margin-right: auto;
	margin-left: auto;
}

.footer__info {
	color: #fff;
}

.footer__copyright {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	letter-spacing: -0.02em;
	color: #fff;
}

.topmodal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.topover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.topover.scroll {
	z-index: 1;
}

.tophead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.tophead.scroll {
	z-index: 1;
}

.topbody {
	position: relative;
	z-index: 1;
}

.topbody.scroll {
	z-index: 2;
}

.topbody .no_event {
	display: none;
}

.topmodal {
	display: none;
}

.topmodal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	cursor: pointer;
}

.topmodal__figure {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 80%;
	text-align: center;
}

.topmodal__figure img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.topmodal__figure__close {
	cursor: pointer;
}

.topmodal__figure__close::before,
.topmodal__figure__close::after {
	content: "";
	display: block;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: center center;
}

.topmodal__figure__close::before {
	width: 100%;
	height: 3px;
}

.topmodal__figure__close::after {
	height: 100%;
	width: 3px;
}

#imgwrap {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	max-height: 100%;
}

.topover__arw {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
	position: fixed;
}

.topover__arw__link {
	display: block;
	background-color: #cccccc;
	color: #0A2111;
	text-decoration: none;
	text-align: center;
}

.tophero__section {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.tophero__section__bgpc {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tophero__section__bgsp {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tophero__section__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

.tophero__section__ctt {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	z-index: 3;
}

.tophero__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.scroll .tophero__overlay {
	z-index: 3;
}

.scroll2 .tophero__overlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.top_anniv__main {
	color: #fff;
	letter-spacing: -0.04em;
	position: relative;
}

.top_anniv__main__large {
	display: block;
	letter-spacing: -0.04em;
	line-height: 100%;
	font-size: 100%;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}

.top_anniv__main__large span {
	font-size: 30%;
	letter-spacing: -0.04em;
	line-height: 100%;
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}

.top_anniv__main__small {
	display: block;
	font-size: 40%;
	letter-spacing: 0.02em;
	font-family: 'Bilbo Swash Caps', cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 100%;
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.topmodalopen .top_nav {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.top_nav__list__item {
	letter-spacing: 0.08em;
}

.top_nav__list__item__link {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	display: block;
}

.top_sec__ttl {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	text-align: center;
	letter-spacing: -0.02em;
}

#topbody .top_event--today .top_sec__ttl {
	color: #fff;
}

.top_event--today .top_sec__ttl {
	display: none;
}

.top_event--today:first-child .top_sec__ttl {
	display: block;
}

.top_artist .top_sec__ttl {
	font-family: 'Bilbo Swash Caps', cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	transform-origin: center center;
	color: #fff;
	letter-spacing: 0.02em;
}

.top_sec__ttl__inner {
	display: inline-block;
	position: relative;
}

.top_sec__ttl__inner::before,
.top_sec__ttl__inner::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #0A2111;
}

#topbody .top_event--today .top_sec__ttl__inner::before,
#topbody .top_event--today .top_sec__ttl__inner::after {
	background-color: #fff;
}

.top_sec__ttl__inner::before {
	position: absolute;
	top: 50%;
	right: 100%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top_sec__ttl__inner::after {
	position: absolute;
	top: 50%;
	left: 100%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top_artist .top_sec__ttl__inner::before,
.top_artist .top_sec__ttl__inner::after {
	display: none;
}

.top_news {
	background-color: #f1f1f1;
}

.top_news__ttl {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
}

.top_news__item__date {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 160%;
}

.top_news__item__txt {
	letter-spacing: 0.08em;
	line-height: 160%;
}

.top_news__item__txt__link {
	text-decoration: none;
}

.top_news__btn {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

.top_event {
	background-color: rgba(255, 255, 255, 0.9);
}

#topbody .top_event--today {
	background-color: rgba(10, 33, 17, 0.9) !important;
}

#topbody .top_event--today .top_event__art__info dd {
	color: #fff;
}

.top_event__art__figure {
	cursor: pointer;
	text-align: center;
}

.top_event--pickup .top_event__art__figure img {
	width: 100%;
}

#topbody .top_event--today .top_event__art__ctt {
	color: #fff;
}

.top_event__art__date {
	letter-spacing: 0.08em;
}

.top_event__art .js-soldout {
	display: inline-block;
	vertical-align: middle;
	background-color: #6D0C0B;
	color: #fff;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}

.top_event__art__ttl {
	color: #6D0C0B;
	letter-spacing: 0.02em;
	line-height: 160%;
}

#topbody .top_event--today .top_event__art__ttl {
	color: #fff;
}

.top_event__art__lead {
	letter-spacing: 0.08em;
	line-height: 160%;
}

.top_event__art__info {
	border-top: 1px dotted #999;
}

.top_event--pickup .top_event__art__info {
	border-top: 1px dotted #999;
}

.top_event__art__time__item dt,
.top_event__art__time__item dd,
.top_event__art__price__item dt,
.top_event__art__price__item dd {
	float: left;
	letter-spacing: 0.08em;
}

.top_event__art__time__item dd,
.top_event__art__price__item dd {
	color: #6D0C0B;
}

.top_event__art__detail {
	letter-spacing: 0.08em;
	line-height: 160%;
	font-weight: bold;
}

.top_event__art__playguide p {
	margin-bottom: 15px;
	height: 20px;
	line-height: 20px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.top_event__art__playguide p:last-child {
	margin-bottom: 0;
}

.top_event__art__playguide .js-playguide {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-decoration: none;
}

.top_event__art__playguide .js-playguide span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 40px;
	height: 16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	border: 1px solid #dfdfdf;
}

.top_event__art__playguide .js-playguide-eplus span {
	background-image: url(../images/common/ticket_eplus.gif);
}

.top_event__art__playguide .js-playguide-pia span {
	background-image: url(../images/common/ticket_pia.gif);
}

.top_event__art__playguide .js-playguide-ltike span {
	background-image: url(../images/common/ticket_lawson.gif);
}

.top_event__art__ticket__txt {
	text-align: center;
}

.top_event__art__form {
	border-top: 1px dotted #999;
}

.top_event {
	background-color: rgba(255, 255, 255, 0.9);
}

.top_artist {
	background-color: rgba(0, 0, 0, 0.6);
}

.top_artist__sec__figure__link {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 62.5%;
}

.top_artist__sec__figure__link img {
	display: none;
}

.top_artist__sec__ttl {
	text-align: center;
	color: #ccc;
}

.top_artist__sec__prof {
	color: #999;
	letter-spacing: 0.08em;
	font-feature-settings: "palt" 1;
	line-height: 160%;
}

.top_artist__sec__link {
	text-align: right;
	letter-spacing: 0.02em;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}

.top_artist__sec__link a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

.top_artist__sec__info {
	border-top: 1px dotted #ccc;
	letter-spacing: 0.08em;
	font-feature-settings: "palt" 1;
	line-height: 160%;
	color: #ccc;
}

.top_artist__sec__info .small {
	font-size: 90%;
}

.top_artist__sec__detail {
	text-align: right;
	letter-spacing: 0.08em;
	font-feature-settings: "palt" 1;
	line-height: 160%;
	overflow: hidden;
}

.top_artist__sec__detail__link {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	color: #fff;
}

.top_artist .bx-prev,
.top_artist .bx-next {
	color: #fff;
}

.btn {
	margin-right: auto;
	margin-left: auto;
}

.btn--fe {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

.btn__link {
	background-color: #0A2111;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0.08em;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.btn__link--white {
	background-color: #fff;
	color: #0A2111;
}

.right_txtlink {
	text-align: right;
}

.right_txtlink__link {
	letter-spacing: 0.08em;
	text-decoration: none;
	font-weight: bold;
}

.small {
	font-size: 70%;
}

.large {
	font-size: 110%;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
}

.dn {
	display: none;
}

.nowa {
	display: block;
	overflow: hidden;
	_zoom: 1;
}

.nowa-icon {
	display: block;
	float: left;
}

.nowa-txt {
	display: block;
	overflow: hidden;
	_zoom: 1;
}

.cf:after {
	content: " ";
	display: block;
	clear: both;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {

.hook {
	display: block;
}

.wrap {
	position: relative;
	min-width: 1020px;
}

a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.loading__item {
	width: 300px;
}

.header {
	min-width: 1020px;
}

.header.scroll {
	background-color: white;
}

.header__inner {
	min-width: 1020px;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
}

.header__ctt {
	height: 100px;
}

.scroll .header__ctt {
	height: 65px;
}

.header__logo {
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.scroll .header__logo {
	font-size: 37px;
}

.page-index .header__logo__link {
	color: #fff;
}

.page-index .scroll .header__logo__link {
	color: #0A2111;
}

.header__logoimg {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 70px;
}

.scroll .header__logoimg {
	height: 45px;
}

.page-index .header__logoimg__link {
	color: #fff;
	height: 90px;
}

.page-index .open .header__logoimg__link {
	height: 45px;
}

.page-index .scroll .header__logoimg__link {
	height: 45px;
}

.header__nav {
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header__nav__menu {
	display: none;
}

.nav {
	display: block !important;
}

.nav__list__item {
	float: left;
	padding-left: 30px;
}

.page-index .nav__list__item__link {
	color: #fff;
}

.page-index .scroll .nav__list__item__link {
	color: #0A2111;
}

.main {
	padding-top: 100px;
}

.page-index .main {
	padding-top: 0;
}

.pagehead_height {
	height: 0;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.pagehead_height.scroll-pc {
	height: 200px;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.pagehead {
	min-width: 1020px;
}

.pagehead.scroll-pc {
	position: fixed;
	top: 65px;
	left: 0;
	width: 100%;
	background-color: white;
	-moz-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
	box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
}

.pagehead__inner {
	min-width: 1020px;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.pagehead__ctt {
	height: 200px;
	display: table;
	width: 100%;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.scroll-pc .pagehead__ctt {
	height: 39px;
}

.pagehead__ctt__head {
	display: table-cell;
	vertical-align: middle;
}

.pagehead__ctt__body {
	display: table-cell;
	vertical-align: middle;
}

.pagehead__ttl {
	font-size: 55px;
	padding-right: 20px;
	position: relative;
	display: inline-block;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.scroll-pc .pagehead__ttl {
	font-size: 26px;
}

.pagehead__ttl::after {
	content: "";
	display: block;
	width: 10000px;
	height: 1px;
	background-color: #dfdfdf;
	position: absolute;
	top: 50%;
	left: 100%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.pagehead__nav {
	float: right;
	position: relative;
	z-index: 2;
	margin-right: -15px;
}

.pagehead__nav:after {
	content: " ";
	display: block;
	clear: both;
}

.pagehead__nav__item {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	background-color: #fff;
}

.pagehead__nav__item:last-child {
	margin-right: 0;
}

.pagehead__nav__item__link {
	background-color: #fff;
	padding: 5px 15px;
}

.anchor {
	padding-top: 105px;
	margin-top: -105px; /* header-height = 65px pagehead-height = 40px*/
}

.anchor--first {
	padding-top: 165px;
	margin-top: -165px;
}

.anchor--topbody {
	padding-top: 65px;
	margin-top: -65px;
}

.anchor--top {
	padding-top: 115px;
	margin-top: -115px; /* top_nav-height = 50px*/
}

.section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.section--first {
	padding-top: 60px;
}

.section--ptnon {
	padding-top: 0;
}

.section__ttl {
	padding-left: 15px;
}

.section__ctt {
	padding-top: 65px;
}

.section__sub {
	margin-bottom: 65px;
	padding-bottom: 65px;
}

.section__sub:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.section__sub__ttl {
	margin-top: 40px;
}

.section__sub__ttl:first-child {
	margin-top: 0;
}

.section__btn {
	margin-top: 20px;
}

.section__btn__link {
	padding: 10px 30px;
}

.section__table {
	margin-top: 30px;
}

.section__table th,
.section__table td {
	padding: 15px 20px;
}

.section__table td li {
	margin-bottom: 5px;
}

.section__table td li:last-child {
	margin-bottom: 0;
}

.section__borderbox {
	padding: 20px;
	margin-top: 30px;
}

.section__borderbox:first-child {
	margin-top: 0;
}

.section__borderbox__lead {
	margin-top: 15px;
}

.section__borderbox__lead:first-child {
	margin-top: 0;
}

.section__anno {
	margin-top: 10px;
}

.image_left {
	overflow: hidden;
	_zoom: 1;
}

.image_left__figure {
	float: left;
	margin-right: 30px;
	width: 300px;
}

.image_left__body {
	overflow: hidden;
	_zoom: 1;
}

.system__borderbox {
	padding: 45px 20px;
}

.system__borderbox__lead {
	margin-top: 15px;
}

.system__special {
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.system__special__inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.system__special__ttl {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}

.system__special__ctt {
	display: table-cell;
	vertical-align: middle;
}

.system__special__ctt li {
	margin-bottom: 10px;
}

.system__special__ctt li:last-child {
	margin-bottom: 0;
}

.pdf_btns {
	margin-top: 45px;
}

.pdf_btns:last-child {
	margin-bottom: 0;
}

.pdf_btns__inner {
	margin-right: -65px;
}

.pdf_btns__inner:after {
	content: " ";
	display: block;
	clear: both;
}

.pdf_btns__item {
	float: left;
	width: 50%;
	padding-right: 65px;
	font-size: 16px;
}

.pdf_btns__item--one {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.pdf_btns__item__link {
	padding: 25px 10px;
}

.accessmap {
	height: 500px;
}

.about_access:after {
	content: " ";
	display: block;
	clear: both;
}

.about_access__body {
	width: 650px;
	float: left;
}

.about_access__figure {
	width: 300px;
	float: right;
}

.event_nav--head {
	margin-bottom: 85px;
}

.event_nav--foot {
	margin-top: 85px;
}

.event_nav__inner {
	height: 40px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.event_nav__prev,
.event_nav__next {
	font-size: 16px;
}

.event_nav__prev {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.event_nav__month {
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.event_nav__next {
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.event_montly__ttl {
	font-size: 30px;
	margin-bottom: 85px;
}

.event_montly__ttl::after {
	width: 20px;
	height: 1px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.event_montly__list__item {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 14px;
}

.event_detail .em-booking-form {
	max-width: 550px;
	width: 100%;
}

.event_detail p label {
	width: 100px;
}

.event_detail p label[for="booking_comment"] {
	padding-top: 7px;
}

.event_detail .ticket-price label {
	width: auto;
}

.event_detail .em-tickets-spaces label {
	width: auto;
}

.event_detail .em-booking-buttons input {
	margin-top: 20px;
}

.form__ctt {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.fred {
	color: #6D0C0B;
}

.banners {
	padding-top: 60px;
	padding-bottom: 60px;
}

.banners__list {
	margin-right: -20px;
}

.banners__list__item {
	width: 16.666%;
	padding-right: 20px;
	margin-top: 20px;
}

.banners__list__item:first-child {
	margin-top: 0;
}

.banners__list__item:nth-child(2),
.banners__list__item:nth-child(3),
.banners__list__item:nth-child(4),
.banners__list__item:nth-child(5),
.banners__list__item:nth-child(6) {
	margin-top: 0;
}

.footer__inner__inner {
	min-width: 1020px;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	max-width: 100%;
}

.footer__ctt:after {
	content: " ";
	display: block;
	clear: both;
}

.footer__pagetop {
	position: fixed;
	bottom: 108px;
	right: 20px;
	font-size: 11px;
}

.footer__pagetop__link {
	width: 60px;
	height: 60px;
	background-color: rgba(10, 33, 17, 0.85);
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.footer__pagetop__link__ctt::before {
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top right/50% 100%;
	margin-bottom: 8px;
}

.footer__info {
	overflow: hidden;
	_zoom: 1;
}

.footer__info__logo {
	margin-right: 20px;
	float: left;
	width: 120px;
}

.footer__info__txt {
	font-size: 14px;
	line-height: 160%;
	overflow: hidden;
	_zoom: 1;
}

.footer__copyright {
	position: absolute;
	bottom: 0;
	right: 0;
}

.topmodal__figure__close {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 50px;
	height: 50px;
}

.topover__arw__link {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	line-height: 70px;
	font-size: 35px;
}

.top_anniv__main {
	font-size: 300px;
	font-size: 33vh;
}

.top_nav_height {
	height: 0;
}

.top_nav_height.scroll-pc {
	height: 50px;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.top_nav {
	background-color: #fff;
}

.top_nav.scroll-pc {
	position: fixed;
	top: 65px;
	left: 0;
	width: 100%;
	min-width: 1020px;
	z-index: 100;
	-moz-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
	box-shadow: 0px 1px 5px 0px rgba(10, 33, 17, 0.2);
}

.top_nav__inner {
	position: relative;
	overflow: hidden;
}

.top_nav__list {
	position: relative;
	left: 50%;
	float: left;
}

.top_nav__list__item {
	position: relative;
	left: -50%;
	float: left;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
}

.top_nav__list__item__link {
	height: 50px;
	line-height: 50px;
}

.top_sec__ttl {
	font-size: 55px;
	margin-bottom: 60px;
}

#topbody .top_event--today .top_sec__ttl {
	font-size: 65px;
	margin-bottom: 45px;
}

.top_artist .top_sec__ttl {
	font-size: 80px;
	margin-bottom: 80px;
}

.top_sec__ttl__inner::before,
.top_sec__ttl__inner::after {
	width: 20px;
}

.top_sec__ttl__inner::before {
	margin-right: 20px;
}

.top_sec__ttl__inner::after {
	margin-left: 20px;
}

.top_news {
	padding-top: 40px;
	padding-bottom: 40px;
}

.top_news__inner {
	display: table;
	width: 100%;
}

.top_news__head {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
}

.top_news__ttl {
	font-size: 40px;
}

.top_news__body {
	display: table-cell;
	vertical-align: middle;
}

.top_news__item {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 20px;
}

.top_news__item:last-child {
	margin-bottom: 0;
}

.top_news__item__date {
	float: left;
	width: 100px;
	font-size: 14px;
}

.top_news__item__txt {
	overflow: hidden;
	_zoom: 1;
	font-size: 14px;
}

.top_event--today {
	padding-top: 0;
}

.top_event--today:first-child {
	padding-top: 60px;
}

.top_event__art {
	margin-bottom: 60px;
}

.top_event__art:last-child {
	margin-bottom: 0;
}

.top_event--pickup .top_event__art {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #999;
}

.top_event__art__inner {
	display: table;
	width: 100%;
}

.top_event__art__figure {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}

.event_detail .top_event__art__figure {
	vertical-align: top;
}

.top_event--pickup .top_event__art__figure {
	width: 200px;
}

.top_event__art__ctt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}

.event_detail .top_event__art__ctt {
	vertical-align: top;
}

.top_event__art__date {
	font-size: 14px;
	margin-bottom: 10px;
}

.top_event--pickup .top_event__art__date {
	font-size: 13px;
}

.top_event__art .js-soldout {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	margin-bottom: 0;
}

.top_event__art__ttl {
	font-size: 26px;
}

.top_event--pickup .top_event__art__ttl {
	font-size: 22px;
}

.top_event__art__lead {
	font-size: 17px;
	margin-top: 15px;
}

.top_event--pickup .top_event__art__lead {
	font-size: 14px;
	margin-top: 10px;
}

.top_event__art__info {
	padding-top: 25px;
	margin-top: 25px;
}

.top_event--pickup .top_event__art__info {
	padding-top: 15px;
	margin-top: 15px;
}

.top_event__art__time,
.top_event__art__price {
	margin-top: 10px;
}

.top_event__art__time:after,
.top_event__art__price:after {
	content: " ";
	display: block;
	clear: both;
}

.top_event__art__time:first-child,
.top_event__art__price:first-child {
	margin-top: 0;
}

.top_event--pickup .top_event__art__time,
.top_event--pickup .top_event__art__price {
	margin-top: 5px;
}

.top_event--pickup .top_event__art__time:first-child,
.top_event--pickup .top_event__art__price:first-child {
	margin-top: 0;
}

.top_event__art__time__item,
.top_event__art__price__item {
	float: left;
	margin-right: 30px;
}

.top_event__art__time__item:after,
.top_event__art__price__item:after {
	content: " ";
	display: block;
	clear: both;
}

.top_event__art__time__item:last-child,
.top_event__art__price__item:last-child {
	margin-right: 0;
}

.top_event__art__time__item dt,
.top_event__art__time__item dd,
.top_event__art__price__item dt,
.top_event__art__price__item dd {
	font-size: 14px;
}

.top_event__art__detail {
	margin-top: 15px;
	font-size: 14px;
}

.top_event__art__detail:first-child {
	margin-top: 0;
}

.top_event--pickup .top_event__art__detail {
	margin-top: 5px;
}

.top_event--pickup .top_event__art__detail:first-child {
	margin-top: 0;
}

.top_event__art__playguide p {
	font-size: 14px;
}

.top_event__art__ticket:after {
	content: " ";
	display: block;
	clear: both;
}

.top_event__art__ticket__txt {
	font-size: 12px;
	margin-top: 5px;
}

.top_event__art__form {
	padding-top: 25px;
	margin-top: 25px;
}

.top_artist__row {
	margin-right: -50px;
}

.top_artist__row:after {
	content: " ";
	display: block;
	clear: both;
}

.top_artist__col {
	width: 33.333%;
	float: left;
	padding-right: 50px;
	margin-top: 40px;
}

.top_artist__col:first-child,
.top_artist__col:nth-child(2),
.top_artist__col:nth-child(3) {
	margin-top: 0;
}

.top_artist__sec__ttl {
	margin-top: 10px;
}

.top_artist__sec__prof {
	font-size: 13px;
	margin-top: 10px;
}

.top_artist__sec__link {
	font-size: 13px;
	margin-top: 5px;
}

.top_artist__sec__info {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 13px;
}

.top_artist__sec__detail {
	font-size: 14px;
	margin-top: 5px;
}

.btn {
	margin-top: 30px;
	width: 200px;
}

.btn__link {
	padding: 10px 30px;
	font-size: 16px;
}

.right_txtlink {
	margin-top: 30px;
	font-size: 14px;
}

.inner {
	min-width: 1020px;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.innermore {
	min-width: 1020px;
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.innermin {
	min-width: 1020px;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.innerfix {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.innerfixmin {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.small-pc {
	font-size: 70%;
}

.large-pc {
	font-size: 110%;
}

.db-pc {
	display: block;
}

.dib-pc {
	display: inline-block;
}

.dn-pc {
	display: none;
}

.nowa-pc {
	display: block;
	overflow: hidden;
	_zoom: 1;
}

.nowa-icon-pc {
	display: block;
	float: left;
}

.nowa-txt-pc {
	display: block;
	overflow: hidden;
	_zoom: 1;
}

.cf-pc:after {
	content: " ";
	display: block;
	clear: both;
}

.center-pc {
	text-align: center;
}

.left-pc {
	text-align: left;
}

.right-pc {
	text-align: right;
}

.bold-pc {
	font-weight: bold;
}

}

@media screen and (max-width: 767px) {

.hook {
	display: none;
}

.wrap {
	position: relative;
}

.loading__item {
	width: 80%;
}

.page-index .header.open {
	background-color: white;
}

.header__ctt {
	height: 65px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.scroll .header__ctt {
	height: 55px;
}

.header__logo {
	font-size: 37px;
	position: absolute;
	top: 50%;
	left: 15px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}

.scroll .header__logo {
	font-size: 37px;
}

.page-index .header__logo__link {
	color: #fff;
}

.page-index .open .header__logo__link {
	color: #0A2111;
}

.page-index .scroll .header__logo__link {
	color: #0A2111;
}

.header__logoimg {
	position: absolute;
	top: 50%;
	left: 15px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
	height: 45px;
}

.scroll .header__logoimg {
	height: 35px;
}

.page-index .header__logoimg__link {
	color: #fff;
	height: 55px;
}

.page-index .open .header__logoimg__link {
	height: 35px;
}

.page-index .scroll .header__logoimg__link {
	height: 35px;
}

.header__nav__menu {
	position: absolute;
	top: 50%;
	right: 15px;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
	width: 40px;
	text-align: center;
	z-index: 2;
}

.page-index .header__nav__menu {
	color: #fff;
}

.page-index .open .header__nav__menu {
	color: #0A2111;
}

.page-index .scroll .header__nav__menu {
	color: #0A2111;
}

.header__nav__menu__bar {
	width: 30px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 4px;
}

.header__nav__menu__bar__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 4px;
	background-color: #0A2111;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.page-index .header__nav__menu__bar__inner {
	background-color: #fff;
}

.page-index .open .header__nav__menu__bar__inner {
	background-color: #0A2111;
}

.page-index .scroll .header__nav__menu__bar__inner {
	background-color: #0A2111;
}

.open .header__nav__menu__bar__inner {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
}

.header__nav__menu__bar::before,
.header__nav__menu__bar::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #0A2111;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transform-origin: center center;
}

.page-index .header__nav__menu__bar::before,
.page-index .header__nav__menu__bar::after {
	background-color: #fff;
}

.page-index .open .header__nav__menu__bar::before,
.page-index .open .header__nav__menu__bar::after {
	background-color: #0A2111;
}

.page-index .scroll .header__nav__menu__bar::before,
.page-index .scroll .header__nav__menu__bar::after {
	background-color: #0A2111;
}

.header__nav__menu__bar::before {
	position: absolute;
	top: 0;
	left: 0;
	-moz-transform: translate(0, 0) rotate(0deg);
	-ms-transform: translate(0, 0) rotate(0deg);
	-webkit-transform: translate(0, 0) rotate(0deg);
	transform: translate(0, 0) rotate(0deg);
}

.open .header__nav__menu__bar::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%) rotate(315deg);
	-ms-transform: translate(-50%, -50%) rotate(315deg);
	-webkit-transform: translate(-50%, -50%) rotate(315deg);
	transform: translate(-50%, -50%) rotate(315deg);
}

.header__nav__menu__bar::after {
	position: absolute;
	bottom: 0;
	left: 0;
	-moz-transform: translate(0, 0) rotate(0deg);
	-ms-transform: translate(0, 0) rotate(0deg);
	-webkit-transform: translate(0, 0) rotate(0deg);
	transform: translate(0, 0) rotate(0deg);
}

.open .header__nav__menu__bar::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%) rotate(-315deg);
	-ms-transform: translate(-50%, -50%) rotate(-315deg);
	-webkit-transform: translate(-50%, -50%) rotate(-315deg);
	transform: translate(-50%, -50%) rotate(-315deg);
	bottom: inherit;
}

.nav {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	background-color: white;
	display: none;
	z-index: 1;
}

.scroll .nav {
	top: 55px;
}

.nav__list__item {
	width: 50%;
	float: left;
	border-bottom: 1px solid #dfdfdf;
}

.nav__list__item:nth-child(odd) {
	border-right: 1px solid #dfdfdf;
}

.nav__list__item__link {
	height: 65px;
	line-height: 65px;
	text-align: center;
}

.main {
	padding-top: 65px;
}

.page-index .main {
	padding-top: 0;
}

.pagehead_height {
	display: none;
}

.pagehead__inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.pagehead__ctt {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pagehead__ttl {
	font-size: 40px;
	text-align: center;
}

.pagehead__nav {
	margin-top: 30px;
	margin-right: -20px;
}

.pagehead__nav__item {
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}

.pagehead__nav__item:last-child {
	margin-bottom: 0;
}

.anchor {
	padding-top: 55px;
	margin-top: -55px; /* header-height = 55px*/
}

.anchor--first {
	padding-top: 95px;
	margin-top: -95px;
}

.anchor--topbody {
	padding-top: 55px;
	margin-top: -55px;
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section--first {
	padding-top: 40px;
}

.section--ptnon {
	padding-top: 0;
}

.section__ttl {
	padding-left: 10px;
}

.section__ctt {
	padding-top: 45px;
}

.section__sub {
	margin-bottom: 45px;
	padding-bottom: 45px;
}

.section__sub:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.section__sub__ttl {
	margin-top: 30px;
}

.section__sub__ttl:first-child {
	margin-top: 0;
}

.section__btn {
	margin-top: 15px;
}

.section__btn__link {
	padding: 5px 15px;
}

.section__table {
	margin-top: 20px;
}

.section__table th,
.section__table td {
	padding: 10px;
}

.section__table td li {
	margin-bottom: 3px;
}

.section__table td li:last-child {
	margin-bottom: 0;
}

.section__borderbox {
	padding: 20px;
	margin-top: 20px;
}

.section__borderbox:first-child {
	margin-top: 0;
}

.section__borderbox__lead {
	margin-top: 10px;
}

.section__borderbox__lead:first-child {
	margin-top: 0;
}

.section__anno {
	margin-top: 5px;
}

.image_left__figure {
	margin-bottom: 20px;
	text-align: center;
}

.system__borderbox {
	padding: 20px;
}

.system__borderbox__lead {
	margin-top: 10px;
}

.system__special {
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.system__special__ctt {
	padding-top: 10px;
}

.system__special__ctt li {
	margin-bottom: 10px;
}

.system__special__ctt li:last-child {
	margin-bottom: 0;
}

.pdf_btns {
	margin-top: 30px;
}

.pdf_btns:last-child {
	margin-bottom: 0;
}

.pdf_btns__item {
	margin-bottom: 20px;
	font-size: 13px;
}

.pdf_btns__item:last-child {
	margin-bottom: 0;
}

.pdf_btns__item__link {
	padding: 20px 10px;
}

.accessmap {
	height: 300px;
}

.event_nav--head {
	margin-bottom: 65px;
}

.event_nav--foot {
	margin-top: 65px;
}

.event_nav__inner {
	text-align: center;
}

.event_nav__prev,
.event_nav__next {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.event_nav__prev .txt,
.event_nav__next .txt {
	display: none;
}

.event_nav__month {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

.event_montly__ttl {
	font-size: 20px;
	margin-bottom: 65px;
}

.event_montly__ttl::after {
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.event_montly__list__item {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 12px;
}

.event_detail p label {
	width: 100%;
}

.event_detail p input,
.event_detail p textarea {
	margin-top: 10px;
}

.event_detail .ticket-price label {
	width: auto;
}

.event_detail .em-tickets-spaces label {
	width: auto;
}

.event_detail .em-booking-buttons input {
	margin-top: 20px;
}

.fred {
	color: #6D0C0B;
}

.banners {
	padding-top: 25px;
	padding-bottom: 75px;
}

.banners__list {
	margin-right: -20px;
}

.banners__list__item {
	width: 33.333%;
	padding-right: 15px;
	margin-top: 20px;
}

.banners__list__item:first-child {
	margin-top: 0;
}

.banners__list__item:nth-child(2),
.banners__list__item:nth-child(3) {
	margin-top: 0;
}

.footer__inner__inner {
	padding-top: 25px;
	padding-bottom: 15px;
}

.footer__ctt {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.footer__pagetop {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	bottom: 0px !important;
	border-top: 1px solid #dfdfdf;
}

.footer__pagetop.absolute {
	position: absolute;
	bottom: 100%;
	left: 0;
	bottom: 100% !important;
}

.footer__pagetop__link {
	height: 50px;
	background-color: #fff;
}

.footer__pagetop__link__ctt::before {
	background: linear-gradient(to bottom right, rgba(10, 33, 17, 0) 50%, #0a2111 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(10, 33, 17, 0) 50%, #0a2111 50.5%) no-repeat top right/50% 100%;
	margin-bottom: 4px;
}

.footer__info__logo {
	margin-bottom: 15px;
	text-align: center;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

.footer__info__txt {
	font-size: 14px;
	line-height: 180%;
}

.footer__copyright {
	padding-top: 30px;
	text-align: center;
}

.topmodal__figure {
	width: 100%;
}

.topmodal__figure__close {
	position: absolute;
	top: -40px;
	right: 0;
	width: 30px;
	height: 30px;
}

.topover__arw__link {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	font-size: 25px;
}

.top_anniv__main {
	font-size: 150px;
	font-size: 45vw;
}

.top_nav_height {
	display: none;
}

.top_nav {
	background-color: #fff;
}

.top_nav__inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.top_nav__list {
	padding-top: 20px;
	text-align: center;
}

.top_nav__list__item {
	display: inline-block;
	padding: 0 15px 20px;
	font-size: 14px;
}

.top_sec {
	padding-top: 45px;
	padding-bottom: 45px;
}

.top_sec__ttl {
	font-size: 36px;
	margin-bottom: 45px;
}

#topbody .top_event--today .top_sec__ttl {
	margin-bottom: 25px;
}

.top_artist .top_sec__ttl {
	font-size: 46px;
}

.top_sec__ttl__inner::before,
.top_sec__ttl__inner::after {
	width: 10px;
}

.top_sec__ttl__inner::before {
	margin-right: 10px;
}

.top_sec__ttl__inner::after {
	margin-left: 10px;
}

.top_sec .bx-controls-direction {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.top_sec .bx-controls-direction:after {
	content: " ";
	display: block;
	clear: both;
}

.top_sec .bx-prev,
.top_sec .bx-next {
	font-size: 26px;
	-moz-transform: scale(2, 0.5);
	-ms-transform: scale(2, 0.5);
	-webkit-transform: scale(2, 0.5);
	transform: scale(2, 0.5);
}

.top_sec .bx-prev {
	float: left;
	transform-origin: left center;
}

.top_sec .bx-next {
	float: right;
	transform-origin: right center;
}

.top_news {
	padding-top: 45px;
	padding-bottom: 45px;
}

.top_news__ttl {
	text-align: center;
	letter-spacing: -0.02em;
	font-size: 36px;
	margin-bottom: 45px;
}

.top_news__ttl__inner {
	display: inline-block;
	position: relative;
}

.top_news__ttl__inner::before,
.top_news__ttl__inner::after {
	width: 10px;
	content: "";
	display: block;
	height: 1px;
	background-color: #0A2111;
}

.top_news__ttl__inner::before {
	margin-right: 10px;
	position: absolute;
	top: 50%;
	right: 100%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top_news__ttl__inner::after {
	margin-left: 10px;
	position: absolute;
	top: 50%;
	left: 100%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top_news__item {
	margin-bottom: 20px;
}

.top_news__item:last-child {
	margin-bottom: 0;
}

.top_news__item__date {
	font-size: 12px;
}

.top_news__item__txt {
	font-size: 13px;
}

.top_event--today {
	padding-top: 0;
}

.top_event--today:first-child {
	padding-top: 35px;
}

.top_event--pickup .top_event__ttl {
	margin-bottom: 45px;
}

.top_event__art {
	margin-bottom: 45px;
}

.top_event__art:last-child {
	margin-bottom: 0;
}

.top_event--pickup .top_event__art {
	padding-bottom: 20px;
}

.page-schedule .top_event__art {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #dfdfdf;
}

.top_event__art__inner {
	position: relative;
}

.top_event--pickup .top_event__art__figure {
	width: 30%;
	position: relative;
	z-index: 2;
	float: left;
}

.top_event__art__ctt {
	margin-top: 10px;
}

.top_event__art__ctt__head {
	float: left;
	width: 70%;
	padding-left: 10px;
	padding-top: 5px;
}

.top_event__art__date {
	font-size: 12px;
	margin-bottom: 10px;
}

.top_event--pickup .top_event__art__date {
	font-size: 12px;
	margin-bottom: 5px;
}

.top_event__art .js-soldout {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	margin-bottom: 0;
}

.top_event__art__ttl {
	font-size: 20px;
	line-height: 140%;
}

.top_event--pickup .top_event__art__ttl {
	font-size: 16px;
	line-height: 140%;
}

.top_event__art__lead {
	font-size: 14px;
	margin-top: 15px;
}

.top_event--pickup .top_event__art__lead {
	font-size: 12px;
	padding-top: 10px;
	clear: both;
}

.top_event__art__info {
	padding-top: 10px;
	margin-top: 10px;
}

.top_event--pickup .top_event__art__info {
	padding-top: 10px;
	margin-top: 10px;
}

.top_event__art__time,
.top_event__art__price {
	margin-top: 5px;
}

.top_event__art__time:after,
.top_event__art__price:after {
	content: " ";
	display: block;
	clear: both;
}

.top_event--pickup .top_event__art__time,
.top_event--pickup .top_event__art__price {
	margin-top: 5px;
}

.top_event--pickup .top_event__art__time:first-child,
.top_event--pickup .top_event__art__price:first-child {
	margin-top: 0;
}

.top_event__art__time__item,
.top_event__art__price__item {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.top_event__art__time__item:after,
.top_event__art__price__item:after {
	content: " ";
	display: block;
	clear: both;
}

.top_event__art__time__item:last-child,
.top_event__art__price__item:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.top_event__art__time__item dt,
.top_event__art__time__item dd,
.top_event__art__price__item dt,
.top_event__art__price__item dd {
	font-size: 14px;
}

.top_event--pickup .top_event__art__time__item dt,
.top_event--pickup .top_event__art__time__item dd,
.top_event--pickup .top_event__art__price__item dt,
.top_event--pickup .top_event__art__price__item dd {
	font-size: 12px;
}

.top_event__art__detail {
	margin-top: 10px;
	font-size: 12px;
}

.top_event--pickup .top_event__art__detail {
	margin-top: 5px;
}

.top_event__art__playguide p {
	font-size: 12px;
}

.top_event--pickup .top_event__art__ticket__btn {
	margin-top: 10px;
}

.top_event__art__ticket__txt {
	font-size: 12px;
	margin-top: 5px;
}

.top_event__art__form {
	padding-top: 15px;
	margin-top: 10px;
}

.top_artist__col {
	height: auto !important;
}

.top_artist__sec {
	padding-bottom: 20px;
}

.top_artist__sec__ttl {
	margin-top: 10px;
}

.top_artist__sec__prof {
	font-size: 13px;
	margin-top: 10px;
}

.top_artist__sec__link {
	font-size: 13px;
	margin-top: 5px;
}

.top_artist__sec__info {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 13px;
}

.top_artist__sec__detail {
	font-size: 14px;
	margin-top: 5px;
}

.btn {
	margin-top: 30px;
	max-width: 200px;
}

.btn__link {
	padding: 15px 15px;
	font-size: 14px;
}

.right_txtlink {
	margin-top: 30px;
	font-size: 13px;
}

.innersp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.small-sp {
	font-size: 70%;
}

.large-sp {
	font-size: 110%;
}

.db-sp {
	display: block;
}

.dib-sp {
	display: inline-block;
}

.dn-sp {
	display: none;
}

.nowa-sp {
	display: block;
	overflow: hidden;
	_zoom: 1;
}

.nowa-icon-sp {
	display: block;
	float: left;
}

.nowa-txt-sp {
	display: block;
	overflow: hidden;
	_zoom: 1;
}

.cf-sp:after {
	content: " ";
	display: block;
	clear: both;
}

.center-sp {
	text-align: center;
}

.left-sp {
	text-align: left;
}

.right-sp {
	text-align: right;
}

.bold-sp {
	font-weight: bold;
}

}

