@charset "UTF-8";

.fighters * {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-feature-settings: "palt";
	box-sizing: border-box;
}
.fighters .img, 
.fighters figure {
	text-align: center;
	line-height: 0;
}
.fighters a img {
	transition: .25s cubic-bezier(0.79,0.14,0.15,0.86);
}
.fighters a:hover img {
	opacity: 1.0;
	transform: scale(1.05, 1.05);
}
.fighters .hero_img {
	margin: 0 0 60px;
	padding: 0;
	line-height: 0;
	background: none;
	border: none;
}
.column .fighters p {
	margin-bottom: 40px;
	font-size: 105%;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0.08em;
}
.column .fighters p strong {
	font-weight: 700;
	color: #006298;
}
.column .fighters .lead_txt {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}
.column .fighters .lead_txt p {
	font-weight: 700;
}
.column .fighters figure {
	margin-bottom: 40px;
}
.fighters .bg_box {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
	background-color: #F8F8F8;
}
.fighters .bg_box p {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.fighters .title_img {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 30px;
	padding-left: 0;
	text-align: center;
	line-height: 0;
	background: none;
}
.fighters .txt_img, 
.fighters .img_txt {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fighters .img_txt {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.fighters .txt_img .txt, 
.fighters .img_txt .txt {
	width: 50.56%;
	margin: 0;
}
.fighters .txt_img figure, 
.fighters .img_txt figure {
	width: 44.94%;
}
.fighters .message {
	margin-bottom: 40px;
	padding: 60px 20px 10px;
	background-color: #DEEAF3;
	border-radius: 5px;
}
.fighters .message_title {
	margin-bottom: 25px;
	font-size: 165%;
	text-align: center;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #006198;
}
.fighters .message figure {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.fighters .message figure::before {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	right: -25px;
	bottom: 0;
	width: 930px;
	height: 471px;
	margin: auto;
	background: url("fighters_bg01.jpg") no-repeat center center / contain;
	display: block;
	z-index: -1;
}
.fighters .message p {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.column .fighters p.note {
	margin-bottom: 0;
	text-align: right;
	font-weight: 400;
	letter-spacing: normal;
}
.fighters .entry {
	margin-bottom: 40px;
	padding: 85px 25px 40px;
	text-align: center;
	background-color: #006298;
	background-image: url("fighters_bg02.png"), url("fighters_bg03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	position: relative;
}
.fighters .ticket_title {
	margin-bottom: 35px;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
	z-index: 2;
}
.fighters .frame,
.fighters .frame_wchance {
	width: 100%;
	max-width: 890px;
	min-height: 0px;
	margin: 155px auto 40px;
	border: 4px solid #0299D2;
	border-radius: 5px;
	background-color: #e8e8e8;
	box-sizing: border-box;
	overflow: hidden;
}
.fighters .frame_note {
	width: 100%;
	max-width: 890px;
	min-height: 0px;
	margin: 0px auto 40px;
	padding: 30px;
	border: 4px solid #0299D2;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
}
.fighters .frame_note p.note {
	position: relative;
	font-size: 100%;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.fighters .frame_note p.note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.fighters .frame_note p.note strong {
	color: #B0010A;
}
.fighters .frame_note p.blank_line {
	margin-bottom: 20px;
}

.fighters .frame_wchance {
	margin: 0px auto 40px;
}
.fighters .frame .gradient_header {
	width: 100%;
	height: 80px;
	background: linear-gradient(to right, #0299D2 0%, #01B7F3 50%, #0299D2 100%);
	position: relative;
	top: 0px;
	left: 0;
	z-index: 1;
}
.fighters .frame .striped_content,
.fighters .frame_wchance .striped_content {
	width: 100%;
	min-height: 0px;
	padding: 40px 20px;
	box-sizing: border-box;
	background-color: #E9E9E9;
	background-image: repeating-linear-gradient(
		-45deg,
		transparent,
		transparent 2px,
		rgba(255, 255, 255, 0.4) 2px,
		rgba(255, 255, 255, 0.4) 4px
	);
	z-index: 1;
}

.fighters .schedule_acdn {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 1px;
}
.fighters .acdn_title {
	position: relative;
	margin-bottom: 0;
	padding: 30px 70px 30px 95px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
    cursor: pointer;
	transition: ease-in-out .5s;
	border-radius: 20px;
}
.fighters .acdn_title.active {
}
.fighters .acdn_content {
	background-color: #FFF;
	display: none;
	margin: 0 20px 20px;
	padding: 30px 40px;
}
.fighters .acdn_content p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.8;
	text-align: left;
}
.fighters .schedule_acdn a {
	text-decoration: underline;
	text-underline-offset: 8px;
}
.fighters .schedule_acdn a:hover {
	text-decoration: none;
	text-underline-offset: 8px;
}

.fighters .collab_title {
	margin-bottom: 0;
	text-align: center;
	line-height: 0;
}
.fighters .period {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 40px;
}
.fighters .entry_btn {
	line-height: 0;
}
.fighters .entry_btn a {
	display: block;
}
.fighters .period_end {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -40px;
	padding: 50px 25px;
	background-color: #073377;
}
.fighters .end_title {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 290%;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	color: #063377;
	background-color: #FFF;
}
.fighters .end_title b {
	font-weight: 900;
	color: #B3000A;
}
.column .fighters p.thx_txt {
	margin-bottom: 20px;
	font-size: 180%;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}
.column .fighters p.period_txt {
	margin-bottom: 0;
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}

@media screen and (max-width: 767px){
.fighters {
}
.fighters .hero_img {
	margin: 0 -20px 40px;
}
.column .fighters p {
	margin-bottom: 30px;
	font-size: 100%;
}
.column .fighters figure {
	margin-top: 30px;
	margin-bottom: 30px;
}
.fighters .bg_box {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}
.fighters .title_img {
	margin-top: 60px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
}
.fighters .txt_img, 
.fighters .img_txt {
	display: block;
}
.fighters .txt_img .txt, 
.fighters .img_txt .txt {
	width: 100%;
}
.fighters .txt_img figure, 
.fighters .img_txt figure {
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}
.fighters .message {
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 40px 20px 10px;
}
.fighters .message_title {
	margin-bottom: 25px;
	font-size: 120%;
}
.fighters .message figure {
	max-width: calc(100% - 40px);
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.fighters .message figure::before {
	left: -40px;
	right: -40px;
	width: calc(100% + 80px);
	background-image: url("sp/fighters_bg01.png");
}
.column .fighters p.note {
	padding-left: 1.0em;
	text-align: left;
}
.fighters .entry {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 40px;
	padding: 22vw 0 30px;
	background-color: #006298;
	background-image: url("sp/fighters_bg02.png"), url("sp/fighters_bg03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
}
.fighters .ticket_title {
	margin: 0 20px 20px;
	top: 55px;
}
.fighters .frame,
.fighters .frame_wchance {
	max-width: calc(100% - 40px);
	margin: 60px 20px 20px;
	overflow: visible;
}
.fighters .frame_note {
	max-width: calc(100% - 40px);
	margin: 0px 20px 30px;
	padding: 20px;
	overflow: visible;
}
.fighters .frame {
	margin-bottom: 40px;
}
.fighters .frame_wchance {
	margin: 0px auto 30px;
}
.fighters .frame .gradient_header {
	max-height: 60px;
}
.fighters .frame .striped_content,
.fighters .frame_wchance .striped_content {
	padding: 20px 10px;
}
.fighters .acdn_title {
	padding: 30px 0 30px;
}
.fighters .acdn_content {
	margin: 0 10px 20px;
	padding: 20px;
}
.fighters .acdn_content p {
	margin-top: 10px;
	margin-bottom: 0;
}
.fighters .frame_note p.note {
	margin: 0;
	padding-left: 1.0em;
	text-indent: 0.0em;
}

.fighters .collab_title {
	margin: -40px 10px 0;
	position: relative;
	z-index: 2;
}
.fighters .period {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}
.fighters .entry_btn {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}
.fighters .period_end {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -40px;
	padding: 40px 20px;
}
.fighters .end_title {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 130%;
}
.column .fighters p.thx_txt {
	margin-bottom: 15px;
	font-size: 105%;
}
.column .fighters p.period_txt {
	font-size: 90%;
}
}


.fighters + .common_btn a {
	font-size: 110%;
}
.fighters + .annotation,
.fighters + .common_btn + .annotation {
	font-size: 100%;
}

@media screen and (max-width: 767px) {
.fighters + .common_btn a {
	font-size: 120%;
	padding: 15px 10px;
}
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
