@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	text-align: center;
	color: #FFF;
	overflow-x: hidden;
}
.inner {
	margin:  0 auto;
}
.ttl {
  position: relative;
  display: inline-block;
  min-width: 250px;
  height: 110px;
  padding: 9px 24px;
  font-family: Chakra Petch , Noto Sans JP;
  margin: 0 auto 3.2em;
}
.ttl h2 {
	font-size: 1.75em;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #FFF;
}
.ttl h2 span {
	font-size: 0.761905em;
}
.ttl::before,
.ttl::after,
.ttl h2::before,
.ttl h2::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 7px solid #E1ED00;
}
.ttl::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.ttl::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.ttl h2::before {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.ttl h2::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.fc_yellow {
	color: #E1ED00;
}
.fw_bold {
	font-weight: bold;
}
p {
	color: #fff;
	line-height: 1.75;
	font-weight: 500;
}

#wrapper {
	padding-top: 67px;
	padding-bottom: 76px;
}

#header {
	width: 100%;
	height: 67px;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 15px;
	z-index: 99;
}
#header .headerin {	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
h1.headerlogo {
	margin: 0;
	max-width: 120px;
}

a.btn {
	background-color: #E1ED00;
	padding: 12px 40px 9px;
	box-shadow: 0px 0px 12px 0px #FFFFFF;
	border-radius: 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.btn.ticket_link img:first-child {
	margin-right: 8px;
	margin-top: -5px;
}
a.btn.ticket_link img:last-child {
	margin-left: 8px;
}

#mv {
	border-top: 6px solid #fff;
}

#collab {
	position: relative;
	background-image: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/bg_collab_bottom.png");
	background-size: cover;
	z-index: 0;
}
#collab::before {
	content: "";
	position: absolute;
	left: 0;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/bg_collab_top_left.png") center / cover no-repeat;
	width: 322px;
	height: 376px;
	z-index: -1;
}
#collab::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/bg_collab_top_right.png") center / cover no-repeat;
	width: 351px;
	height: 376px;
	z-index: -1;
}
#collab .inner {
	position: relative;
	max-width: 1226px;
	margin: 0 auto;
	padding: 221px 15px;
	background-image: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/bg_collab_circle.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
#collab .inner > div {
	position: relative;
}
#collab .inner > div:before {
	content: "";
	position: absolute;
	top: -203px;
    left: -25px;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/collab_01.png") center / contain no-repeat;
	aspect-ratio: 49 / 37;
	width: 230px;
}
#collab .inner > div:after {
	content: "";
	position: absolute;
	top: -180px;
    right: -32px;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/collab_02.png") center / contain no-repeat;
	aspect-ratio: 611 / 449;
	width: 210px;
}
#collab .inner:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 40px;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/collab_03.png") center / contain no-repeat;
	aspect-ratio: 471 / 611;
	width: 160px;
}
#collab .inner:after {
	content: "";
	position: absolute;
	bottom: 24px;
    left: 21px;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/collab_04.png") center / contain no-repeat;
	aspect-ratio: 287 / 337;
	width: 160px;
}
#collab h2 {
	position: relative;
	display: inline-block;
	max-width: 688px;
	margin: 0 auto 50px;
}
#collab p {
	font-size: 1.5em;
	margin-bottom: 2em;
	line-height: 1.9;
}
#collab p:last-of-type {
	margin-bottom: 0;
	font-size: 2em;
	line-height: 1.5;
  	font-family: Chakra Petch , Noto Sans JP;
}
#collab p:last-of-type .fc_yellow span {
	font-size: 0.761905em;
}

#about_event {
	position: relative;
	background: #030303;
	padding: 70px 15px;
}
#about_event:before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/bg_about_event.png") center / cover no-repeat;
	opacity: 0.4;
  	z-index: 1;
}
/* #about_event:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(217, 217, 217, 0.4) 4.08%,
		rgba(0, 0, 0, 0.8) 50.87%,
		rgba(115, 115, 115, 0.3) 100%
	);
	z-index: 2;
} */
#about_event .inner {
	max-width: 860px;
	position: relative;
	z-index: 3;
}
#about_event p {
	margin-bottom: 0;
	line-height: 1.9;
}
p.ae_text_01 {
	font-size: 1.5em;
	margin-top: 64px;
}
p.ae_text_02 {
	margin-top: 32px;
}
p.ae_text_03 {
	font-size: 1.25em;
	margin-top: 40px;
}
p.ticket_area {
	margin-top: 35px;
}

#about_ts {
	border-top: 6px solid #fff;
	position: relative;
	background: #030303;
	padding: 70px 15px 145px;
	z-index: 0;
}
#about_ts:before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/bg_about_ts.png") center / cover no-repeat;
	opacity: 0.3;
	z-index: 1;
}
/* #about_ts:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(217, 217, 217, 0.4) 4.08%,
		rgba(0, 0, 0, 0.8) 50.87%,
		rgba(115, 115, 115, 0.3) 100%
	);
	z-index: 2;
} */
#about_ts .inner {
	position: relative;
	max-width: 855px;
	z-index: 3;
}
#about_ts p {
	line-height: 1.9;
	margin-bottom: 0;
}
#about_ts p.fw_bold.fs_l {
	font-size: 1.5em;
	margin-bottom: 40px;
}
.yt{
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 835px;
  margin: 0 auto 2.45em;
  background: #E1ED00;
  padding: 1px;
}
.yt iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#game_slider {
  --slider-height: 200px;
  overflow: hidden;
  width: 100%;
  background: transparent;
  margin-top: -94px;
  background-color: #090000;
}
.game_slider_track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: game_slider_scroll 30s linear infinite;
  will-change: transform;
}
.game_slider_item {
  flex: 0 0 auto;
  height: var(--slider-height);
}
.game_slider_item img {
  height: 100%;
  width: auto;
  display: block;
}

@keyframes game_slider_scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

#game_info {
	position: relative;
	background: #030303;
	padding: 70px 15px;
}
#game_info:before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/themes/habakiri-child/tokyo_scramble/img/bg_game_info.png") center / cover no-repeat;
	opacity: .4;
	z-index: 1;
}
/* #game_info:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(217, 217, 217, 0.4) 4.08%,
		rgba(0, 0, 0, 0.8) 50.87%,
		rgba(115, 115, 115, 0.3) 100%
	);
	z-index: 2;
} */
#game_info .inner {
	position: relative;
	max-width: 420px;
	z-index: 3;
}
.info_wrap {
	background-color: #fff;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.info_img {
	text-align: center;
	width: 340px;
}
.info_ttl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0;
}
.info_ttl h2 {
	border-left: 6px solid #333;
	font-size: 1.25em;
	padding-left: 10px;
	text-align: left;
}
.info_ttl h2 > span {
	display: block;
	font-size: 10px;
}
.info_ttl h2 .tag {
	display: inline-block;
	color: #fff;
	background-color: #333;
	padding: 2px 4px;
	margin-right: 7px;
	font-size: 10px;
}
.info_ttl img {
	height: 40px;
	width: auto;
}
.info_text table {
	border-bottom: 1px solid #333;
	width: 100%;
}
.info_text table tr {
	border-top: 1px solid #333;
}
.info_text table th,
.info_text table td {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.info_text table th {
	padding: 8px 5px 8px 0;
}
.info_text table td {
	padding: 8px 0;
}
.price {
	font-size: 1.25em;
}
.price_s {
	font-size: .8em;
}
.date_s {
	font-size: .9em;
}
#game_info a.btn {
	font-size: 18px;
}
#game_info a.btn img {
	margin-left: 8px;
	margin-top: -4px;
}

.footer-ticket-btn {
	background-color: #030303;
	position: fixed;
	bottom: 0;
	padding: 15px;
	z-index: 4;
	width: 100%;
}
@media screen and (min-width: 768px) {
	h1.headerlogo {
		max-width: 208px;
	}
	.sp-only {
		display: none;
	}
	#header {
		height: 80px;
		padding: 20px;
	}
	#wrapper {
		padding-top: 80px;
		padding-bottom: 0;
	}
	.ttl{
		height: 125px;
	}
	.ttl h2 {
		font-size: 2.5em;
	}
	#collab h2 {
		margin: 0 auto 86px;
	}
	#collab p {
		font-size: 2.14286em;
		margin-bottom: 3em;
	}
	#collab p:last-of-type {
		font-size: 3em;
	}
	p.ae_text_03 {
		font-size: 1.8571em;
	}
	p.ticket_area {
		margin-top: 56px;
	}
	p.ticket_area a.btn {
		font-size: 22.25px;
	}
	p.ae_text_01 {
		font-size: 2em;
	}
	#about_ts p.fw_bold.fs_l {
		font-size: 2em;
		margin-bottom: 40px;
	}
	#game_info .inner {
		max-width: 1120px;
	}
	.info_wrap {
		padding: 20px;
		margin-bottom: 49px;
	}
	.info_img{
		width: 280px;
	}
	.info_text {
		width: calc(100% - 300px);
	}
	.info_text table th,
	.info_text table td {
		font-size: 16px;
	}
	.info_text table th {
		width: 140px;
		padding: 16px 20px 16px 8px;
		position: relative;
	}
	.info_text table th:before {
		content: ":";
		position: absolute;
		top: 50%;
		right: 0;
		width: 20px;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		transform: translateY(-50%);
	}
	.info_text table td {
		padding: 16px 13px;
	}
	#game_info a.btn {
		font-size: 22.25px;
	}
	.footer-ticket-btn {
		display: none;
	}
	.info_ttl h2 {
		font-size: 1.65em;
	}
	.info_ttl h2 > span {
		font-size: 14px;
	}
	.info_ttl {
		padding: 8px 8px 16px;
	}
	.info_ttl img {
		height: 50px;
	}
}
@media screen and (min-width: 992px) {
	#header {
		height: 80px;
		padding: 20px 59px;
	}
	.ttl {
		padding: 9px 44px;
	}
	.ttl h2 {
		font-size: 3em;
	}
	p {
		font-size: 20px;
	}
	#about_event {
		padding: 118px 15px 120px;
	}
	#about_ts {
		padding: 120px 15px 218px;
	}
	#game_slider {
		--slider-height: 339px;
	}
	#game_info {
		padding: 164px 15px 111px;
	}
	.info_wrap {
		padding: 40px;
	}
	.info_img{
		width: 340px;
	}
	.info_text {
		width: calc(100% - 390px);
	}
	.info_ttl h2 {
		font-size: 2.28571em;
	}
	.info_text table th,
	.info_text table td {
		font-size: 20px;
	}
	.info_text table th {
		width: 174px;
		padding: 24px 20px 16px 8px;
		position: relative;
	}
	.info_text table td {
		padding: 24px 16px 16px;
	}
	.info_ttl img {
		height: 65px;
	}
}
@media screen and (min-width: 1150px) {
	#collab .inner {
		padding: 221px 15px 127px;
	}
	#collab .inner > div:before {
		top: -203px;
		left: -85px;
		width: 396px;
	}
	#collab .inner > div:after {
		top: -152px;
		right: -42px;
		width: 305px;
	}
	#collab .inner:before {
		bottom: 0;
		right: 20px;
		width: 235px;
	}
	#collab .inner:after {
		bottom: 24px;
		left: -65px;
		width: 286px;
	}
}
@media screen and (min-width: 1223px) {
	#collab .inner {
		background-size: contain;
	}
}
@media screen and (max-width: 767px) {
	#header .btn {
		font-size: 14px;
		padding: 12px 10px 9px 12px;
	}
	.info_text {
		width: 100%;
	}
}