@charset "utf-8";

:root {
	--font-family-eng: 'Jost', sans-serif;
	--pc-size-12: clamp(12px, 0.9376vw, 18px);
	--pc-size-14: clamp(14px, 1.0938vw, 21px);
	--pc-size-16: clamp(16px, 1.25vw, 24px);
	--pc-size-18: clamp(18px, 1.4063vw, 27px);
	--pc-size-20: clamp(20px, 1.5625vw, 30px);
	--pc-size-22: clamp(22px, 1.7188vw, 33px);
	--pc-size-28: clamp(28px, 2.1876vw, 42px);
	--pc-size-30: clamp(30px, 2.3438vw, 45px);
	--pc-size-40: clamp(40px, 3.126vw, 60px);
	--pc-size-80: clamp(80px, 6.25vw, 120px);
	--pc-size-85: clamp(85px, 6.6407vw, 128px);

	--main-color: #c4bd94;
	--main-bgc: linear-gradient(130deg, #c4bd94 0%, #e0dab8 100%);
	--pc-cont-max: min(81.4815%, 1320px);
	--sp-cont-max: min(87.6191%, 552px);

	--transition-ease: all .3s ease;
}

.jost {
	font-family: var(--font-family-eng);
}

/*-----------------------------------------------
 * 20th Only Setting
-------------------------------------------------*/
.header {
	position: absolute;
	left: 0 !important;
}

.header__sideArea {
	display: none;
}

.footer__pagetop {
	display: none;
}

/*-----------------------------------------------
 * contents
-------------------------------------------------*/
.contfullWrap {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	min-height: calc(100vh - var(--common-header-height));
	color: #000;
	position: relative;
}

.contWrap {
	width: 100%;
	position: relative;
	z-index: unset;
	background-color: unset;
}

.contWrap:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/common_bg.jpg) no-repeat top center / cover;
	z-index: -1;
}


/**
* Scroll Txt
**/
.cont_scrlTxtWrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	z-index: 3;
}

.cont_scrlTxtInWrap {
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
}

.cont_scrlTxt {
	position: absolute;
	top: 0;
	width: clamp(100px, 7.8126vw, 150px);
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.cont_scrlTxt:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--main-color);
}

.cont_scrlTxt p {
	font-size: clamp(85px, 6.6407vw, 128px);
	width: 87%;
	margin: 0 auto;
	padding-top: 0.5em;
}

.cont_scrlTxt p img {
	width: 100%;
}

.cont_scrlTxt_l {
	left: 0;
}

.cont_scrlTxt_l:before {
	right: 0;
}

.cont_scrlTxt_r {
	right: 0;
}

.cont_scrlTxt_r:before {
	left: 0;
}

@media screen and (max-width: 767px) {
	.cont_scrlTxt {
		width: min(8%, 60px);
	}

	.cont_scrlTxt:before {
		width: 3.3334%;
	}

	.cont_scrlTxt .infiniteslide_wrap {
		height: 100% !important;
	}

	.cont_scrlTxt p {
		font-size: min(6.6667vw, 50px);
		width: 83.3334%;
	}
}


/**
* Contentst Wrap
**/
.contentsWrap {
	min-width: 1080px;
	width: 84.375%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 1980px) {
	.contentsWrap {
		width: calc(100% - 300px);
	}
}

@media screen and (max-width: 767px) {
	.contentsWrap {
		min-width: unset;
		width: 84%;
	}
}


/** Keyframes Animation Rotate **/
@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}


/*-----------------------------------------------
 * Inpage_head & inpage Common
-------------------------------------------------*/
.content__inpage_head {
	width: var(--pc-cont-max);
	margin: 0 auto;
	padding: 72px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.content__inpage_head_back {
	height: clamp(88px, 6.876vw, 132px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.content__inpage_head_back a {
	padding-left: clamp(60px, 4.6876vw, 90px);
	display: flex;
	height: 100%;
	align-items: center;
	line-height: 1;
	font-family: var(--font-family-eng);
	font-weight: 600;
	font-size: var(--pc-size-22);
	color: #000;
	position: relative;
	text-decoration: none;
}

.content__inpage_head_back a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: clamp(48px, 3.75vw, 72px);
	background: url(../img/common/arrow_l.svg) no-repeat center / contain;
	transition: var(--transition-ease);
}

.content__inpage_head_back a span {
	display: inline-block;
}

.content__inpage_head_logo {
	width: min(16.8182%, 222px);
	margin: 0 auto;
}

.content__inpage_head_logo img {
	width: 100%;
}

.content__inpage_head_contNum {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: clamp(64px, 5vw, 96px);
	font-size: var(--pc-size-22);
	font-family: var(--font-family-eng);
	font-weight: 600;
	display: flex;
	align-items: center;
	margin: auto 0;
	letter-spacing: 0;
}

.content__inpage_head_contNum span {
	display: inline-block;
	height: 100%;
	padding-left: 1em;
}

.content__inpage_head_contNum span img {
	height: 100%;
}

.content__inpage_head_back a:hover::before {
	transform: translateX(-8px);
}

@media screen and (max-width: 767px) {
	.content__inpage_head {
		width: var(--sp-cont-max);
		padding: 11.4286% 0;
	}

	.content__inpage_head_back {
		height: 44px;
	}

	.content__inpage_head_back a {
		padding-left: 26px;
		font-size: 14px;
	}

	.content__inpage_head_back a:before {
		width: 22px;
	}

	.content__inpage_head_logo {
		width: 28.9856%;
	}

	.content__inpage_head_contNum {
		font-size: 14px;
		line-height: 1;
		height: 52px;
		flex-direction: column;
		align-items: flex-end;
	}

	.content__inpage_head_contNum span {
		height: 34px;
		margin-top: 4px;
	}
}




/**
** content__inpage_navWrap
**/
.content__inpage_navWrap {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 3;
}

.content__inpage_navIn {
	width: 100%;
	overflow: hidden;
	background: var(--main-bgc);
}

.content__inpage_navLists {
	width: var(--pc-cont-max);
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.content__inpage_navList {
	flex-shrink: 0;
	margin: 0 auto;
}

.content__inpage_navList a {
	display: block;
	padding: 20px 0;
	position: relative;
	font-size: var(--pc-size-20);
	font-family: var(--font-family-eng);
	text-decoration: none;
	font-weight: 600;
}

.content__inpage_navList a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: 0;
	transition: var(--transition-ease);
	margin: 0 auto;
	width: 0;
}

.content__inpage_navList a:hover::before {
	width: 100%;
	opacity: .6;
}

.content__inpage_navList.is-current a:before {
	opacity: 1;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.content__inpage_navIn {
		overflow: auto;
	}

	.content__inpage_navLists {
		width: 460px;
		padding: 0 20px;
	}

	.content__inpage_navList a {
		padding: 12px 0;
		font-size: 14px;
	}

	.content__inpage_navList a:before {
		height: 2px;
	}
}

/**
** Inpage pageTitle
**/
.content__inpage_navWrap.inpage_pageTitleWrap {
	position: relative;
}

.inpage_pageTitle {
	font-size: var(--pc-size-40);
	font-weight: 700;
	padding: 10px;
	text-align: center;
	letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
	.inpage_pageTitle {
		font-size: 22px;
		padding: 8px;
	}
}



/**
** Inpage Common
**/
.inpageContents {
	width: 100%;
}

.inpageContent {
	width: 100%;
	position: relative;
}

.inpageContent_h2 {
	font-family: var(--font-family-eng);
	font-weight: 700;
	font-size: var(--pc-size-85);
	line-height: 1.1;
	vertical-align: baseline;
	text-align: center;
	color: var(--main-color);
	font-weight: 700;
}

.inpageContentInWrap {
	width: 100%;
	background-color: rgba(255, 255, 255, 90%);
	border-top: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
}

.inpageContentIn {
	width: var(--pc-cont-max);
	margin: 0 auto;
}

#inpage .inpageContentIn {
	padding: min(8.8889%, 144px) 0;
}

.inpageContent_h3 {
	font-size: var(--pc-size-40);
	text-align: center;
	color: #000;
	line-height: 1;
	vertical-align: text-top;
	font-weight: 700;
}

.inpageContent_h3In {
	display: inline-block;
	padding: 0 1em;
	position: relative;
}

.inpageContent_h3In:before {
	content: '';
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: var(--pc-size-14);
	background-color: var(--main-color);
}

.inpageContent_h3In span {
	position: relative;
	z-index: 1;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.inpageContent_h2 {
		font-size: 28px;
	}

	.inpageContentIn {
		width: var(--sp-cont-max);
	}

	#inpage .inpageContentIn {
		padding: 6.3493% 0;
	}

	.inpageContent_h3 {
		font-size: 20px;
	}

	.inpageContent_h3In:before {
		height: 7px;
		top: 2px;
	}
}


#inpage .inpageContentIn {
	font-size: var(--pc-size-16);
	line-height: 2;
	font-weight: 500;
}

.indent1 {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.pdl1 {
	padding-left: 1em;
	display: inline-block;
}

.caution {
	font-size: var(--pc-size-14);
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#inpage .inpageContentIn {
		font-size: 12px;
	}

	.caution {
		font-size: 10px;
	}
}




/*-----------------------------------------------
 * footer
-------------------------------------------------*/
/** 20th footer **/
.special_footer {
	width: 84.375%;
	min-width: 1080px;
	padding: 120px 0;
	margin: auto auto 0;
	position: relative;
	z-index: 3;
}

.special_footerIn {
	width: var(--pc-cont-max);
	margin: 0 auto;
}

.special_footer__toTop {
	width: clamp(110px, 12.5%, 165px);
	margin: 0 auto;
	position: relative;
}

.special_footer__toTop a {
	display: block;
	text-decoration: none;
	color: var(--main-color);
	position: relative;
	width: 100%;
	padding-top: 54.5455%;
	font-size: var(--pc-size-22);
	line-height: 1;
	font-family: var(--font-family-eng);
	font-weight: 600;
	text-align: center;
}

.special_footer__toTop a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 54.5455%;
	background: url(../img/common/arrow_t.svg) no-repeat center top / contain;
	transition: var(--transition-ease);
}

.special_footer__toTop a:hover::before {
	transform: translateY(-8px);
}

.special_footer__toTop a span {
	display: block;
	margin-top: 8px;
	text-align: center;
	letter-spacing: 0;
}


.shareLists {
	margin-top: 120px;
	flex-wrap: wrap;
	justify-content: center;
}

.share_ttl {
	width: 100%;
	display: block;
	text-align: center;
	font-family: var(--font-family-eng);
	font-size: var(--pc-size-20);
	font-weight: 500;
	color: var(--main-color);
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.shareLists__item {
	width: clamp(36px, 2.8126vw, 54px);
	height: clamp(36px, 2.8126vw, 54px);
	margin: 0 var(--pc-size-22);
}

.shareLists__link:before {
	background-color: var(--main-color);
	width: 100% !important;
	height: 100% !important;
}

.shareLists__link:hover::before {
	background-color: #000;
}

@media screen and (max-width: 767px) {
	.special_footer {
		min-width: unset;
		width: 84%;
		padding: 0;
	}

	.special_footerIn {
		width: var(--sp-cont-max);
		padding: 12.6985% 0 16.508%;
	}

	.special_footer__toTop {
		width: 72px;
	}

	.special_footer__toTop a {
		font-size: 14px;
		letter-spacing: 0;
	}

	.shareLists {
		margin-top: 21.7394%;
	}

	.share_ttl {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.shareLists__item {
		width: 32px;
		height: 32px;
		margin: 0 18px;
	}
}


/** Common Footer **/
.footer {
	position: relative;
	z-index: 2;
}


/*-----------------------------------------------
 * contents bg [Star]
-------------------------------------------------*/
.contbg__stars {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.contbg__star {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-repeat: repeat;
	background-position: center;
	background-size: contain;
	z-index: 2;
}

.contbg__star_a {
	background-image: url(../img/common/common_bg_star__a.png);
	animation: ani_star__b 4s infinite;
	opacity: 0;
}

.contbg__star_b {
	background-image: url(../img/common/common_bg_star__b.png);
	animation: ani_star__a 4s infinite;
	animation-delay: 2s;
}

.contbg__star_c {
	background-image: url(../img/common/common_bg_star__c.png);
	animation: ani_star__a 6s infinite;
	animation-delay: 6s;
}

.contbg__star_d {
	background-image: url(../img/common/common_bg_star__d.png);
	animation: ani_star__c 8s infinite;
	opacity: 0;
}

.contbg__star_e {
	background-image: url(../img/common/common_bg_star__e.png);
	animation-delay: 12s;
	animation: ani_star__c 6s infinite;
	opacity: 0;
}

@keyframes ani_star__a {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

@keyframes ani_star__b {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes ani_star__c {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


/*-----------------------------------------------
 * Info [News]
-------------------------------------------------*/
#info .inpageContentIn {
	width: 100%;
	padding-top: 0;
	padding-bottom: min(5.5556%, 90px);
}

.infoLists {
	width: 100%;
}

.infoLists li {
	width: 100%;
	border-bottom: 2px solid var(--main-color);
}

.infoLists li a {
	width: 100%;
	text-decoration: none;
	position: relative;
	color: #000;
}

.infoLists li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--main-bgc);
	opacity: 0;
	transition: var(--transition-ease);
}

.infoLists li a:hover::before {
	opacity: 1;
}

.info__listCont {
	width: var(--pc-cont-max);
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 24px clamp(40px, 3.7038%, 60px) 24px 0;
}

.info__listCont:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: var(--pc-size-18);
	height: var(--pc-size-18);
	background-color: var(--main-color);
	-webkit-mask: url(../img/common/arrow_r_p2.svg) no-repeat right center / contain;
	mask: url(../img/common/arrow_r_p2.svg) no-repeat right center / contain;
	margin: auto 0;
	transition: var(--transition-ease);
}

.info__list--img {
	width: clamp(60px, 4.6876vw, 90px);
	height: clamp(60px, 4.6876vw, 90px);
	margin-right: 16px;
	flex-shrink: 0;
}

.info__list--img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.info__list--texts {
	font-size: var(--pc-size-16);
}

.info-time {
	display: inline-block;
	font-family: var(--font-family-eng);
	font-weight: 700;
	color: var(--main-color);
	margin-right: 8px;
	line-height: 1;
	transition: var(--transition-ease);
}

.info-new {
	display: none;
	font-family: var(--font-family-eng);
	font-weight: 700;
	background-color: var(--main-color);
	color: #FFF;
	line-height: 1;
	padding: 2px 4px;
	transition: var(--transition-ease);
}

.info__list--text {
	font-weight: 700;
	line-height: 1.8;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


.infoLists li a:hover .info__listCont:after {
	background-color: #000;
	transform: translateX(4px);
}

.infoLists li a:hover .info-time {
	color: #000;
}

.infoLists li a:hover .info-new {
	background-color: #000;
}

@media screen and (max-width: 767px) {
	#info .inpageContentIn {
		padding-bottom: 6.3493%;
	}

	.info__listCont {
		width: var(--sp-cont-max);
		padding: 12px 20px 12px 0;
	}

	.info__listCont:after {
		width: 9px;
		height: 9px;
	}

	.info__list--texts {
		font-size: 12px;
	}

	.info__list--img {
		width: 30px;
		height: 30px;
		margin-right: 12px;
	}

	.info-time {
		margin-right: 4px;
	}

	.info-new {
		padding: 1px 2px;
	}

	.info__list--text {
		-webkit-line-clamp: 2;
		margin-top: 6px;
	}
}


.info_btn {
	width: min(24.4445%, 396px);
	margin: min(5.5556%, 90px) auto 0;
}

.info_btn .btn {
	width: 100%;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #000;
	transition: var(--transition-ease);
	background: var(--main-bgc);
	text-align: center;
	font-weight: 700;
	font-size: var(--pc-size-18);
	padding: 9.091%;
	line-height: 1;
}

.info_btn .btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--pc-size-14);
	width: var(--pc-size-12);
	height: var(--pc-size-12);
	margin: auto 0;
	-webkit-mask: url(../img/common/arrow_r_p2.svg) no-repeat right center / contain;
	mask: url(../img/common/arrow_r_p2.svg) no-repeat right center / contain;
	background-color: #000;
	transition: var(--transition-ease);
	width: var(--pc-size-18);
	height: var(--pc-size-18);
}

.info_btn .btn:hover {
	opacity: 0.8;
}

.info_btn .btn:hover::after {
	transform: translateX(4px);
}

@media screen and (max-width: 767px) {
	.info_btn {
		width: 160px;
		margin: 6.3493% auto 0;
		position: relative;
		z-index: 1;
	}

	.info_btn .btn {
		padding: 16px;
		font-size: 14px;
	}

	.info_btn .btn:after {
		right: 6px;
		width: 9px;
		height: 9px;
	}
}


/*-----------------------------------------------
 * /news/ -- Info
-------------------------------------------------*/
/* Paging */
.news__paging {
	width: var(--pc-cont-max);
	margin: min(5.5556%, 90px) auto 0;
	height: clamp(56px, 4.375vw, 84px);
	position: relative;
}

.news__paging--pn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
}

.news__paging--pn li {
	width: clamp(142px, 11.0938vw, 213px);
	height: 100%;
}

.news__paging--pn li a {
	display: block;
	height: 100%;
	position: relative;
	transition: var(--transition-ease);
}

.news__paging--pn li a.disabled {
	pointer-events: none;
}

.news__paging--pn li a:before {
	content: '';
	position: absolute;
	width: var(--pc-size-16);
	height: var(--pc-size-16);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease;
	background-color: #000;
}

.news__paging--prev {
	background: var(--main-bgc);
}

.news__paging--prev:before {
	transform: scale(-1, 1);
	-webkit-mask: url(../img/common/arrow_r_p2.svg) no-repeat center center / contain;
	mask: url(../img/common/arrow_r_p2.svg) no-repeat center center / contain;
}

.news__paging--next {
	background: linear-gradient(130deg, #e0dab8 0%, #c4bd94 100%);
	;
}

.news__paging--next:before {
	-webkit-mask: url(../img/common/arrow_r_p2.svg) no-repeat center center / contain;
	mask: url(../img/common/arrow_r_p2.svg) no-repeat center center / contain;
}

.news__paging--prev:hover:before {
	transform: scale(-1, 1) translateX(5px);
}

.news__paging--next:hover:before {
	transform: translateX(5px);
}

.news__paging--pn li a:hover {
	opacity: 0.8;
}

.news__paging--pn li a.disabled:before {
	background-color: rgba(0, 0, 0, .3);
}

.news__paging--lists {
	font-family: var(--font-family-eng);
	font-weight: 600;
	position: relative;
	margin: 0 auto;
	height: 100%;
	display: flex;
	width: calc(100% - clamp(284px, 22.1875vw, 426px));
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	justify-content: center;
	align-items: center;
	background: var(--color-even);
}

.news__paging--lists li {
	width: var(--pc-size-28);
	margin: 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news__paging--lists li a {
	color: rgba(0, 0, 0, .45);
	text-decoration: none;
	font-size: var(--pc-size-18);
	transition: all 0.3s ease;
}

.news__paging--lists li a:hover {
	color: #000;
}

.news__paging--lists li a.is-active {
	color: #000;
	font-weight: 700;
	pointer-events: none;
	text-decoration: underline;
}

.news__paging--lists li .break-view {
	color: rgba(0, 0, 0, .45);
}

#isPage {
	display: none;
}

@media screen and (max-width: 768px) {
	.news__paging {
		height: 36px;
		margin-top: 6.3493%;
	}

	.news__paging--pn li {
		width: 48px;
		height: 36px;
	}

	.news__paging--pn li a {
		height: 36px;
	}

	.news__paging--lists {
		display: none;
	}

	.news__paging--pn li a:before {
		content: '';
		width: 12px;
		height: 12px;
		transition: all 0.3s ease;
	}

	#isPage {
		justify-content: center;
		position: relative;
		margin: 0 auto;
		height: 36px;
		display: flex;
		width: calc(100% - 96px);
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		color: #000;
		font-family: var(--font-family-eng);
		font-weight: 700;
		background: var(--color-even);
	}
}

.End_box {
	position: relative;
}

.End_box::before {
	content: "";
	width: calc(100% - 20px);
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 0;
	right: 10px;
	opacity: 0.6;
	display: block;
	background-color: #c7c7c7;
	color: #5b5b5b;
	z-index: 2;
	border-radius: 20px;
}

.End_box .ticket__end__front {
	position: absolute;
	z-index: 3;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	font-weight: 700;
	font-size: 30px;
	transform: translateY(-50%);
	color: #525252;
}

@media screen and (max-width: 768px) {
	.End_box .ticket__end__front {
		font-size: 20px;
	}
}