@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');*/


/* common
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-container {
	width: 100% !important;
}


/* mail visual
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-header {
	display: block;
	width: 100%;
}
.the9th-header .the9th-visual {
	display: block;
	margin: 0;
	padding: 0;
}
.the9th-header .the9th-visual img {
	display: block;
	width: 100%;
	height: auto;
}
.the9th-header .the9th-header-note {
	padding: 25px 50px 20px;
	color: #000;
	text-align: center;
	background-color: #efdbf7;
}
.the9th-header .the9th-header-note .the9th-header-performer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}
.the9th-header .the9th-header-note .the9th-header-performer > li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 15px;
	font-size: 19px;
	letter-spacing: 1px;
}
.the9th-header .the9th-header-note .the9th-header-performer > li span {
	display: block;
	margin-right: 15px;
	font-size: 12px;
}

.the9th-header .the9th-header-note .the9th-header-schedule {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}
.the9th-header .the9th-header-note .the9th-header-schedule > li {
	margin: 5px 15px;
	font-weight: bold;
	line-height: 1;
}
.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-date {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 500;
}
.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-date span {
	font-size: 70px;
}
.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-time {
	font-size: 19px;
}
.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-time span {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 500;
}
.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-venue {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.the9th-header .the9th-header-note {
		padding: 15px 10px 10px;
	}
	.the9th-header .the9th-header-note .the9th-header-performer > li {
		margin: 5px 10px 0;
		font-size: 12px;
		letter-spacing: 0;
	}
	.the9th-header .the9th-header-note .the9th-header-performer > li span {
		margin-right: 10px;
		font-size: 10px;
	}

	.the9th-header .the9th-header-note .the9th-header-schedule > li {
		margin: 5px 10px;
	}
	.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-date {
		font-size: 25px;
	}
	.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-date span {
		font-size: 40px;
	}
	.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-time {
		font-size: 12px;
	}
	.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-time span {
		font-size: 25px;
	}
	.the9th-header .the9th-header-note .the9th-header-schedule > li.the9th-item-venue {
		font-size: 12px;
	}
}


/* section
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-section-normal {
	display: block;
	padding: 90px 25px 130px;
}
.the9th-section-inner {
	display: block;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	max-width: 1200px;
}

@media screen and (max-width: 767px) {
	.the9th-section-normal {
		padding: 30px 25px 50px;
	}
	.the9th-section-inner {
		font-size: 15px;
	}
}


/* section title
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-section-title {
	position: relative;
	margin: 0 0 60px;
	padding: 0 0 30px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.the9th-section-title::after {
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0px;
	display: block;
	width: 40px;
	height: 2px;
	background-color: #4b1e78;
}

@media screen and (max-width: 767px) {
	.the9th-section-title {
		margin: 0 0 20px;
		padding: 0 0 15px;
		font-size: 22px;
		line-height: 1.5;
	}
	.the9th-section-title::after {
		content: '';
		position: absolute;
		left: calc(50% - 15px);
		bottom: 0px;
		display: block;
		width: 30px;
		height: 2px;
		background-color: #4b1e78;
	}
}


/* video
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-video-box {
	margin: 0 auto;
	width: 100%;
	max-width: 922px;
}

.the9th-video-youtube {
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
	width: 100%;
    height: 0;
}
.the9th-video-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* wave line
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-wave-line {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90px;
	background-image: url('/ja/about/initiatives/the-9th/images/wave_line_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.the9th-wave-line {
		height: 70px;
		background-image: url('/ja/about/initiatives/the-9th/images/wave_line_bg_sp.jpg');
	}
}


/* wave bg photo
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-wave-bg {
	padding: 0 40px 40px 0;
	background-image: url('/ja/about/initiatives/the-9th/images/wave_photo_bg.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: calc(100% - 40px) calc(100% - 40px);
}
.the9th-wave-bg img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.the9th-wave-bg {
		padding: 0 30px 30px 0;
		background-size: calc(100% - 30px) calc(100% - 30px);
	}
}


/* description and photo
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-descriptionAndPhoto {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.the9th-descriptionAndPhoto .the9th-photo {
	display: block;
	margin-right: 40px;
	width: 500px;
}
.the9th-descriptionAndPhoto .the9th-description {
	width: calc(100% - 540px);
}
.the9th-descriptionAndPhoto .the9th-description p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.the9th-descriptionAndPhoto {
		flex-direction: column;
	}
	.the9th-descriptionAndPhoto .the9th-photo {
		margin: 0 0 20px;
		width: 100%;
	}
	.the9th-descriptionAndPhoto .the9th-description {
		width: 100%;
	}
}


/* notes
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-notes {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.the9th-notes > li {
	margin: 5px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.the9th-notes > li {
		font-size: 12px;
	}
}


/* strong
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-strong {
	font-weight: bold;
	color: #4b1e78;
}


/* link btn
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-link-btn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.the9th-link-btn a {
	position: relative;
	display: block;
	padding: 30px 50px;
	width: 100%;
	max-width: 600px;
	color: #fff;
	text-align: center;
	background-color: #4b1e78;
	transition: background-color 0.3s ease;
	border-radius: 1000px;
}
.the9th-link-btn a:hover {
	text-decoration: none;
	background-color: #7b47d2;
}
.the9th-link-btn a .fa {
	position: absolute;
	top: 50%;
	right: 50px;
	font-size: 26px;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.the9th-link-btn a {
		padding: 20px 50px;
	}
	.the9th-link-btn a .fa {
		right: 30px;
		font-size: 20px;
	}
}


/* notes
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-notes {
	padding-top: 60px;
	padding-bottom: 0;
}

.the9th-content-notes .the9th-line-box {
	margin: 0;
	padding: 32px;
	border: solid 1px #a3a3a3;
}
.the9th-content-notes .the9th-line-box .the9th-text {
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.the9th-content-notes {
		padding-top: 20px;
	}

	.the9th-content-notes .the9th-line-box {
		padding: 16px;
	}
}


/* copy
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-copy {
	padding-top: 60px;
	padding-bottom: 60px;
}

.the9th-content-copy p {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.the9th-content-copy {
		padding: 20px 10px;
	}

	.the9th-content-copy p {
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 0;
	}
}


/* movie
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-movie {
	/* background-color: #e8e8e8; */
	background-color: #fff;
}


/* message
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-message {
	padding-top: 60px;
	padding-bottom: 50px;
	background-image: url('/ja/about/initiatives/the-9th/images/bg_photo_01.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.the9th-content-message .the9th-content-title {
	margin: 0 0 20px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
}
.the9th-content-message p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 2.5;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 767px) {
	.the9th-content-message {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.the9th-content-message .the9th-content-title {
		margin: 0 0 20px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.the9th-content-message p {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0;
	}
}


/* piano
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-piano .the9th-logo {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.the9th-content-piano .the9th-logo .the9th-photo {
	display: block;
	width: 100%;
	height: auto;
}

.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 {
	margin-top: 60px;
}
.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 .the9th-photo {
	display: block;
	margin-left: 40px;
	margin-right: 0;
	width: 340px;
}
.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 .the9th-description {
	width: calc(100% - 380px);
}
.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 .the9th-description p {
	line-height: 2;
}

.the9th-content-piano .the9th-notes {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 {
		margin-top: 30px;
		padding: 0 20px;
	}
	.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 .the9th-photo {
		margin: 20px 0 0;
		padding: 0 20px;
		width: 100%;
	}
	.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 .the9th-description {
		width: 100%;
		font-size: 15px;
	}
	.the9th-content-piano .the9th-descriptionAndPhoto.the9th-block-01 .the9th-description p {
		line-height: 1.6;
	}

	.the9th-content-piano .the9th-notes {
		margin-top: 20px;
		padding: 0 20px;
	}
}


/* live
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-live {
	background-color: #e8e8e8;
}
.the9th-content-live .the9th-text {
	line-height: 2;
	text-align: center;
}
.the9th-content-live .the9th-video-box {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.the9th-content-live .the9th-text {
		padding: 0 20px;
		line-height: 1.6;
		text-align: left;
	}
	.the9th-content-live .the9th-video-box {
		margin-top: 30px;
	}
}


/* pianist
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile ~ .the9th-profile {
	margin-top: 50px;
}
.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-photo {
	display: block;
	margin-right: 40px;
	width: 300px;
}
.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-description {
	width: calc(100% - 340px);
}
.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}
.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-photo.the9th-mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile {
		padding: 0 20px;
	}
	.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-photo {
		display: none;
	}
	.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-description {
		width: 100%;
		font-size: 13px;
	}
	.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-title {
		margin: 0 0 20px;
		font-size: 22px;
		text-align: center;
	}
	.the9th-content-pianist .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-photo.the9th-mobile {
		display: block;
		margin: 0 0 20px;
		padding: 0 20px;
		width: 100%;
	}
}


/* performer
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-performer {
	padding-top: 30px;
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile {
	align-items: flex-start;
	margin: 0 auto;
	padding: 30px;
	max-width: 1000px;
	border: solid 1px #000;
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile ~ .the9th-profile {
	margin-top: 50px;
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-photo {
	display: block;
	margin: 0 30px 0 0;
	width: 200px;
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-photo .the9th-caption {
	display: block;
	margin: 5px 0 0;
	padding: 0;
	font-size: 12px;
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description {
	width: calc(100% - 230px);
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-photo.the9th-mobile {
	display: none;
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-pic {
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #bbc1d1;
}
.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}
.the9th-content-performer .the9th-performer-other {
	margin: 60px 0 0 0;
	padding: 0;
	list-style: none;
}
.the9th-content-performer .the9th-performer-other > li {
	text-align: center;
}
.the9th-content-performer .the9th-performer-other > li ~ li {
	margin-top: 50px;
}
.the9th-content-performer .the9th-performer-other > li span {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile {
		padding: 10px;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile ~ .the9th-profile {
		margin-top: 30px;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-photo {
		display: none;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-photo .the9th-caption {
		font-size: 10px;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description {
		width: 100%;
		font-size: 13px;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-profile-mobile-box {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-photo.the9th-mobile {
		display: block;
		margin: 0 10px 0 0;
		width: 150px;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-profile-mobile-detail {
		width: calc(100% - 160px);
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-pic {
		padding: 2px 5px;
		font-size: 15px;
	}
	.the9th-content-performer .the9th-descriptionAndPhoto.the9th-profile .the9th-description .the9th-title {
		font-size: 18px;
	}
	.the9th-content-performer .the9th-performer-other {
		margin: 30px 0 0 0;
	}
	.the9th-content-performer .the9th-performer-other > li {
		font-size: 12px;
	}
	.the9th-content-performer .the9th-performer-other > li ~ li {
		margin-top: 20px;
	}
	.the9th-content-performer .the9th-performer-other > li span {
		margin-top: 5px;
		font-size: 18px;
	}
}


/* interview
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-interview {
	background-color: #e8e8e8;
}
.the9th-content-interview .the9th-text {
	line-height: 2;
	text-align: center;
}
.the9th-content-interview .the9th-interview-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 60px auto 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 1000px;
}
.the9th-content-interview .the9th-interview-list > li .the9th-caption {
	display: block;
	margin: 5px 0 0;
	padding: 0;
}
.the9th-content-interview .the9th-interview-list > li .the9th-caption span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.the9th-content-interview .the9th-interview-list > li {
		margin: 45px 0 0 45px;
		padding: 0;
		width: calc(33.33333% - 30px);
	}
	.the9th-content-interview .the9th-interview-list > li:nth-child(-n+3) {
		margin-top: 0;
	}
	.the9th-content-interview .the9th-interview-list > li:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.the9th-content-interview .the9th-text {
		padding: 0 20px;
		line-height: 1.6;
		text-align: left;
	}
	.the9th-content-interview .the9th-interview-list {
		flex-direction: column;
		margin: 30px auto 0;
		padding: 0 20px;
	}
	.the9th-content-interview .the9th-interview-list > li {
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}
	.the9th-content-interview .the9th-interview-list > li ~ li {
		margin-top: 30px;
	}
	.the9th-content-interview .the9th-interview-list > li .the9th-caption {
		font-size: 13px;
	}
	.the9th-content-interview .the9th-interview-list > li .the9th-caption span {
		font-size: 18px;
	}
}


/* column
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-column {
	padding-top: 30px;
	background-color: #e8e8e8;
}
.the9th-content-column .the9th-text {
	line-height: 2;
	text-align: center;
}
.the9th-content-column .the9th-column-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 60px auto 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 1000px;
}
.the9th-content-column .the9th-column-list > li a {
	display: block;
	transition: opacity 0.3s ease;
}
.the9th-content-column .the9th-column-list > li a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	.the9th-content-column .the9th-column-list > li {
		margin: 80px 0 0 80px;
		padding: 0;
		width: calc(50% - 40px);
	}
	.the9th-content-column .the9th-column-list > li:nth-child(-n+2) {
		margin-top: 0;
	}
	.the9th-content-column .the9th-column-list > li:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.the9th-content-column {
		padding-top: 10px;
	}
	.the9th-content-column .the9th-column-list {
		flex-direction: column;
		margin: 30px auto 0;
		padding: 0 20px;
	}
	.the9th-content-column .the9th-column-list > li {
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}
	.the9th-content-column .the9th-column-list > li ~ li {
		margin-top: 30px;
	}
}


/* overview
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-overview .the9th-table {
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
}
.the9th-content-overview .the9th-table th,
.the9th-content-overview .the9th-table td {
	font-size: 16px;
}
.the9th-content-overview .the9th-table ul {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.the9th-content-overview .the9th-table th,
	.the9th-content-overview .the9th-table td {
		font-size: 15px;
	}
}


/* ticket
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-ticket {
	border-top: solid 1px #646464;
}
.the9th-content-ticket .the9th-text {
	line-height: 2;
	text-align: center;
}
.the9th-content-ticket .the9th-link-btn {
	margin-top: 30px;
}
.the9th-content-ticket .the9th-ticket-detail {
	margin: 60px auto 0;
	padding: 0;
	font-size: 16px;
	max-width: 800px;
}
.the9th-content-ticket .the9th-ticket-detail h3 {
	margin: 0 0 10px;
	font-size: 24px;
}
.the9th-content-ticket .the9th-ticket-detail h3 ~ h3 {
	margin-top: 30px;
}
.the9th-content-ticket .the9th-ticket-detail a.the9th-link-text {
	color: #000;
	text-decoration: underline;
	transition: color 0.3s ease;
}
.the9th-content-ticket .the9th-ticket-detail a.the9th-link-text:hover {
	color: #4b1e78;
}

@media screen and (max-width: 767px) {
	.the9th-content-ticket .the9th-link-btn {
		margin-top: 20px;
	}
	.the9th-content-ticket .the9th-ticket-detail {
		margin: 30px auto 0;
		font-size: 12px;
	}
	.the9th-content-ticket .the9th-ticket-detail h3 {
		font-size: 15px;
	}
	.the9th-content-ticket .the9th-ticket-detail h3 ~ h3 {
		margin-top: 15px;
	}
}

/* awards
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.the9th-content-awards {
	background-color: rgb(214 164 234 / 40%);
	text-align: center;
}

/* contact
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-content-contact {
	/*padding-bottom: 0;*/
	/*border-top: solid 1px #646464;*/
}
.the9th-content-contact .the9th-text {
	line-height: 2;
	text-align: center;
}
.the9th-content-contact .the9th-link-btn {
	margin-top: 30px;
}
.the9th-content-contact .the9th-contact-detail {
	margin: 60px auto 0;
	padding: 0;
	font-size: 16px;
	max-width: 800px;
}
.the9th-content-contact .the9th-contact-detail h3 {
	margin: 0 0 10px;
	font-size: 24px;
}
.the9th-content-contact .the9th-contact-detail h3 ~ h3 {
	margin-top: 30px;
}
.the9th-content-contact .the9th-contact-detail a.the9th-link-text {
	text-decoration: underline;
	transition: color 0.3s ease;
}
.the9th-content-contact .the9th-contact-detail a.the9th-link-text:hover {
	color: #4b1e78;
}

@media screen and (max-width: 767px) {
	.the9th-content-contact .the9th-link-btn {
		margin-top: 20px;
	}
	.the9th-content-contact .the9th-contact-detail {
		margin: 30px auto 0;
		font-size: 12px;
	}
	.the9th-content-contact .the9th-contact-detail h3 {
		font-size: 15px;
	}
	.the9th-content-contact .the9th-contact-detail h3 ~ h3 {
		margin-top: 15px;
	}
}