@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}


/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
*,
*:before,
*::after {
	box-sizing: border-box;
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.fwB { font-weight: 700; }

/*common*/
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}
.font_league {
	font-family: "League Gothic", sans-serif;
}

@media (max-width: 1200px) and (min-width: 751px) {
    html {
		font-size: 0.8333vw;
	}
}
@media screen and (max-width: 750px) {
	html {
		font-size: 62.5%;
	}
	body {
		font-size: 1.4rem;
	}
}


/* !tricolore_lp_wrapper
---------------------------------------------------------- */
#tricolore_lp_wrapper {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 48rem;
}
#tricolore_lp_wrapper:before {
	content: "";
	opacity: 0.8;
	position: fixed;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%);
	width: 100%;
	max-width: 48rem;
	height: 100vh;
	background: url(../image/bg_blue.png)no-repeat top;
	background-size: 100%;
}

/* !header
---------------------------------------------------------- */
#tricolore_lp_header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #004098;
}  

.tricolore_lp_headlogo {
	display: none;
}

#tricolore_lp_navi .sideleft,
#tricolore_lp_navi .sideright {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	padding: 2rem;
	height: 100vh;
	width: calc(50% - 24rem);
}
#tricolore_lp_navi .sideleft {
	left: 0;
	background: #FFF;
}
#tricolore_lp_navi .sideright {
	right: 0;
	background: #004098;
}
#tricolore_lp_navi .con {
	margin: 0 auto;
	max-width: 31.1rem;
}
#tricolore_lp_navi .logo {
	margin-bottom: 5.6rem;
}
#tricolore_lp_navi ul {
	border-bottom: 2px solid #014CB3;
}
#tricolore_lp_navi li {
	border-top: 2px solid #014CB3;
}
#tricolore_lp_navi li a {
	display: flex;
	align-items: center;
	padding: 1rem 2.4rem 1rem 0;
	height: 7.5rem;
	background: url(../image/icon_forward_blue.svg)no-repeat right center;
	background-size: 2.4rem;
	letter-spacing: 0.54px;
	color: #004098;
	font-weight: 700;
	font-size: 1.8rem;
}

#tricolore_lp_navi .tricolore_lp_btn {
	margin-top: 0;
}
#tricolore_lp_navi .tricolore_lp_btn .btn {
	background-color: #E60039;
	border: 1px solid;
}
#tricolore_lp_navi .invitation_ticket {
	margin-top: 4rem;
}
#tricolore_lp_navi .invitation_ticket .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 0.8rem;
	margin-bottom: 1rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
#tricolore_lp_navi .invitation_ticket .tit:after {
	content: "";
	transform: rotate(90deg);
	width: 1.2rem;
	height: 2.4rem;
	background: url(../image/icon_link_wh.svg) no-repeat center;
	background-size: 100%;
}
#tricolore_lp_navi .acquisition_url {
	flex-direction: column;
    gap: 0.8rem;
}
#tricolore_lp_navi .acquisition_url a {
	position: relative;
	padding-right: 1.6rem;
	font-size: 1.6rem;
}
#tricolore_lp_navi .acquisition_url a:after {
	position: absolute;
	right: 1.8rem;
}

/*** スマホ ***/
@media screen and (max-width: 750px) {
	#tricolore_lp_wrapper {
		padding-top: 4.8rem;
	}
	
	#tricolore_lp_header {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.tricolore_lp_headlogo {
		display: flex;
		align-items: center;
		padding: 0 0.8rem;
		height: 4.8rem;
	}
	.tricolore_lp_headlogo img {
		width: 12.6rem;
	}
	
	#tricolore_lp_header .header_btn {
		display: flex;
		align-items: center;
		gap: 0 0.8rem;
		height: 100%;
	}
	#tricolore_lp_header .member {
		display: flex;
		align-items: center;
		gap: 0 0.2rem;
		padding: 0 1.2rem;
		height: 3.2rem;
		border: 1px solid;
		border-radius: 4rem;
		color: #fff;
		font-size: 1.1rem;
	}
	#tricolore_lp_header .member:after {
	    content: "";
	    width: 1.2rem;
	    height: 1.2rem;
	    background: url(../image/icon_link_wh.svg) no-repeat center;
	    background-size: 0.8rem;
	}
	.tricolore_lp_btn_menu {
		position: relative;
		z-index: 5;
		width: 4.8rem;
		height: 100%;
		background: url(../image/icon_menu.svg)no-repeat center #fff;
		background-size: 100%;
	}
	.tricolore_lp_btn_menu.active {
		background-image: url(../image/icon_menu_close.svg);
		background-color: transparent;
	}
	
	#tricolore_lp_navi {
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		transition-duration: 0.3s;
		padding: 4.4rem 1.6rem;
		width: 100%;
		height: 100vh;
		background: #004098;
		color: #fff;
	}
	#tricolore_lp_navi.open {
		opacity: 1;
		visibility: visible;
	}
	#tricolore_lp_navi .sideleft,
	#tricolore_lp_navi .sideright {
		display: block;
		position: static;
		padding: 0;
		height: auto;
		width: auto;
		background: none;
	}
	#tricolore_lp_navi .sideright {
		margin-top: 2.4rem;
	}
	#tricolore_lp_navi .logo {
		margin-bottom: 2.4rem;
	}
	#tricolore_lp_navi .logo img {
		width: 16.8rem;
	}
	#tricolore_lp_navi li a {
		background-image: url(../image/icon_forward_wh.svg);
		color: #fff;
	}
	
	#tricolore_lp_navi .tricolore_lp_btn .btn {
	    background-color: #fff;
	    border: 0;
		color: #004098;
	}
	#tricolore_lp_navi .tricolore_lp_btn .btn:after {
	    background-image: url(../image/icon_link_blue.svg);
	}
	#tricolore_lp_navi .invitation_ticket {
	    margin-top: 2.4rem;
	}
	
	#tricolore_lp_navi .acquisition_url {
		flex-direction: row;
	}
	#tricolore_lp_navi .acquisition_url a {
		font-size: 1rem;
	}
	#tricolore_lp_navi .acquisition_url a:after {
	    right: 0.4rem;
	}
	
}

/* tricolore_lp_footer
-----------------------------------------------------------*/
.tricolore_lp_pagetop {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 100%;
	height: 5.8rem;
	background: #0F218B;
}
.tricolore_lp_pagetop img {
	transform: rotate(-90deg);
}

.tricolore_lp_footer {
	position: relative;
	background: #004098;
	color: #fff;
} 
.tricolore_lp_footer .contact_box {
	padding: 8rem 1.6rem;
}
.tricolore_lp_footer .tricolore_lp_btn .btn {
	font-size: 1.6rem;
}
.tricolore_lp_footer .foot_inner {
	padding: 6.4rem 3.2rem;
}
.tricolore_lp_footer .footlogo {
	margin-bottom: 2.4rem;
	text-align: center;
}
.tricolore_lp_footer .footlogo img {
	width: 10rem;
}
.tricolore_lp_footer .sns h3 {
	margin-bottom: 1.6rem;
	text-align: center;
	font-size: 2.4rem;
}
.tricolore_lp_footer .sns .links {
	display: flex;
	justify-content: space-between;
	gap: 0 1rem;
}
.tricolore_lp_footer .sns .links a {
	width: 2.4rem;
}
.tricolore_lp_footer .footlinks {
	margin-top: 2.4rem;
	border-top: 1px solid;
	font-size: 13px;
}
.tricolore_lp_footer .footlinks li {
	padding: 1rem 0;
	border-bottom: 1px solid;
	font-weight: 700;
	font-size: 1.5rem;
}
.tricolore_lp_footer .footlinks a {
	display: block;
	padding: 1rem 0;
}
.tricolore_lp_footer #copyright {
	margin-top: 4rem;
	text-align: center;
	font-size: 1.2rem;
}

/*** スマホ ***/
@media screen and (max-width: 750px) {
	
}

/* !common
---------------------------------------------------------- */
@media screen and (min-width: 751px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
}

.tricolore_lp_kv:after {
	content: "";
	display: block;
	height: 0.8rem;
	background: url(../image/img_line.svg)repeat-x center;
	background-size: auto 100%;
}
.tricolore_lp_kv img {
	width: 100%;
}

.tricolore_lp_hdl {
	margin-bottom: 4rem;
	line-height: 1.7;
}
.tricolore_lp_hdl .icon {
	margin-bottom: 2.4rem;
	text-align: center;
}
.tricolore_lp_hdm {
	padding-left: 3rem;
	margin-bottom: 1.2rem;
	background: url(../image/icon_arr_title.svg)no-repeat left center;
	background-size: 1.4rem;
	font-size: 2rem;
	font-weight: 700;
}

.tricolore_lp_anchors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
	margin: 0 ;
}
.tricolore_lp_anchors li {
	width: calc(50% - 2rem);
}
.tricolore_lp_anchors li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem 0;
	height: 8rem;
	background: #fff;
	border: 1px solid #E60039;
	text-align: center;
	color: #004098;
	font-weight: 700;
	font-size: 1.4rem;
}
.tricolore_lp_anchors li a:after {
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../image/icon_double_arrow_down.svg)no-repeat center;
	background-size: 100%;
}

.tricolore_lp_inner {
	padding: 0 1.6rem;
}

.mb24 {
	margin-bottom: 2.4rem;
}

.tricolore_lp_banner img {
	width: 100%;
}

.color_red {
	color: #E60039;
}

.acquisition_url {
	display: flex;
	gap: 0.8rem;
}
.acquisition_url a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 0.8rem;
	height: 6.4rem;
	width: 100%;
	background: #fff;
	border: 1px solid #E8E8E8;
	border-radius: 0.8rem;
	line-height: 1.2;
	color: #004098;
	font-size: 1.4rem;
	font-weight: 700;
}
.acquisition_url a:after {
	content: "";
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../image/icon_double_arrow.svg) no-repeat center;
	background-size: 100%;
}

.tricolore_lp_btn {
	margin-top: 2.4rem;
	text-align: center;
}
.tricolore_lp_btn .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0 1rem;
	padding: 1.6rem 2rem;
	min-height: 5.6rem;
	width: 100%;
	max-width: 31.1rem;
	background: #004098;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}
.tricolore_lp_btn .btn:after {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	background: url(../image/icon_link_wh.svg)no-repeat center;
	background-size: 1.4rem;
}
.tricolore_lp_btn .white_st {
	background: #fff;
	color: #004098;
}
.tricolore_lp_btn .white_st:after {
	background-image: url(../image/icon_link_blue.svg);
}

.tricolore_lp_anchorarea {
	position: relative;
}

/*** sp ***/
@media screen and (max-width: 750px) {
	.acquisition_url a {
		text-align: center;
		font-size: 1.2rem;
	}
	
	.tricolore_lp_btn .btn {
		font-size: 1.6rem;
	}
	
	.tricolore_lp_anchorarea .anchor {
		position: absolute;
		top: -4.8rem;
	}
}


/* !page
---------------------------------------------------------- */
.tricolore_lp_top {
	background: rgba(0, 64, 152, 0.5);
}
.tricolore_lp_top .hd01 {
	margin: 0;
	text-align: center;
}
.tricolore_lp_top .hd01 img {
	width: 100%;
}
.tricolore_lp_top .hd02 {
	margin-bottom: 4rem;
}

.tricolore_lp_qr {
	position: relative;
	padding: 7.4rem 0;
	background: rgba(0, 64, 152, 0.5);
	color: #fff;
}
.tricolore_lp_qr .qr_howto_tickets .head {
	margin-bottom: 4rem;
	text-align: center;
}
.tricolore_lp_qr .qr_howto_tickets .head .icon {
	margin: 0 auto;
	max-width: 21.3rem;
}
.tricolore_lp_qr .qr_howto_tickets .head .jap {
	padding: 1.1rem 0;
	background: #fff;
	border-top: 2px solid #E60039;
	border-bottom: 2px solid #E60039;
	color: #004098;
	font-size: 2rem;
	font-weight: 700;
}
.tricolore_lp_qr .qr_howto_tickets {
	padding: 0 0 3.4rem;
}
.tricolore_lp_qr .qr_howto_tickets .ban {
	position: relative;
	margin: 0 auto;
	max-width: 24rem;
	padding-top: 88.54%;
}
.tricolore_lp_qr .qr_howto_tickets .ban iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.tricolore_lp_qr .acquisition_url_box {
	position: sticky;
	top: 0;
	z-index: 11;
	width: 100%;
}
.tricolore_lp_qr .acquisition_url_box .tit {
	padding: 0.5rem;
	background: #000;
	text-align: center;
	font-weight: 700;
}
.tricolore_lp_qr .acquisition_url_box .acquisition_url {
	gap: 0;
}
.tricolore_lp_qr .acquisition_url_box .acquisition_url a {
	padding: 0 1.2rem;
	border-radius: 0;
	border: 1px solid #E8E8E8;
}
.tricolore_lp_qr .acquisition_url .links a:nth-of-type(even) {
	background: #EDECFF;
}
.tricolore_lp_qr .qr_note {
	margin: 4.8rem 0 2.4rem;
	padding: 1.6rem 1.6rem 1.6rem 5rem;
	border: 1px solid;
	background: url(../image/icon_note_wh.svg)no-repeat 1.8rem center #004098;
}
.tricolore_lp_qr_part {
	margin-top: 2.4rem;
}
.tricolore_lp_part + .tricolore_lp_part {
	margin-top: 4rem;
}
.tricolore_lp_qr .sub {
	margin-bottom: 1.6rem;
	line-height: 1.7;
	font-weight: 700;
}
.tricolore_lp_qr .qr_startday_table table {
	width: 100%;
	background: #004098;
	border: 1px solid;
	font-size: 1.2rem;
}
.tricolore_lp_qr .qr_startday_table th {
	padding: 1.6rem;
	width: 12rem;
	border: 1px solid;
}
.tricolore_lp_qr .qr_startday_table td {
	border: 1px solid;
	text-align: center;
}
.tricolore_lp_notes {
	margin-top: 1.6rem;
	line-height: 1.7;
	font-size: 1.4rem;
}
.tricolore_lp_notes li {
	position: relative;
	padding-left: 2.2rem;
	padding-bottom: 0.8rem;
}
.tricolore_lp_notes li + li {
	margin-top: 0.8rem;
}
.tricolore_lp_notes li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.tricolore_lp_notes .foucs {
	font-size: 1.6rem;
	font-weight: 700;
}

.tricolore_lp_qr .sales_link {
	margin-top: 1.6rem;
	font-weight: 700;
}
.tricolore_lp_qr .sales_link a {
	border-bottom: 1px solid;
}

.tricolore_lp_img_display {
	overflow: hidden;
	position: relative;
	margin: 4rem -1.6rem 0;
}
.tricolore_lp_img_display .swiper-slide {
	transform: scale(0.8, 0.8);
	transition-duration: 0.5s;
	max-width: 24rem;
}
.tricolore_lp_img_display .swiper-slide-active {
	transform: scale(1,1);
}
.tricolore_lp_img_display .display {
	margin: 0 auto;
	max-width: 24rem;
}
.tricolore_lp_img_display .img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.2rem;
	min-height: 48rem;
	background: #fff;
	text-align: center;
}
.tricolore_lp_img_display .img img {
	object-fit: cover;
	max-height: 100%;
}
.tricolore_lp_img_display .tit {
	font-size: 1.4rem;
}
.tricolore_lp_img_display .link {
	text-decoration: underline;
}
.tricolore_lp_swiper_ctrl {
	display: flex;
	justify-content: flex-end;
	gap: 0 1.6rem;
	margin: 1.6rem 1.6rem 0;
}
.tricolore_lp_swiper_ctrl .swiper-button-prev:after, 
.tricolore_lp_swiper_ctrl .swiper-button-next:after {
	display: none;
}
.tricolore_lp_swiper_ctrl .swiper-button-prev.arrow, 
.tricolore_lp_swiper_ctrl .swiper-button-next.arrow {
	top: 24rem;
	margin: 0;
	width: 2rem;
	height: 2rem;
	background: url(../image/icon_arrow_wh.svg)no-repeat center;
	background-size: 0.9rem;
}
.tricolore_lp_swiper_ctrl .swiper-button-prev.arrow {
	left: calc(50% - 14rem);
	transform: scaleX(-1);
}
.tricolore_lp_swiper_ctrl .swiper-button-next.arrow {
	right: calc(50% - 14rem);
}
.tricolore_lp_swiper_ctrl .swiper-button-prev.btn_circle, 
.tricolore_lp_swiper_ctrl .swiper-button-next.btn_circle {
	position: static;
	margin: 0;
	width: 5rem;
	height: 5rem;
	background: no-repeat center;
	background-size: 100%;
}
.tricolore_lp_swiper_ctrl .swiper-button-prev.btn_circle {
	background-image: url(../image/icon_slider_left_white.svg);
}
.tricolore_lp_swiper_ctrl .swiper-button-next.btn_circle {
	background-image: url(../image/icon_slider_right_white.svg);
}
.tricolore_lp_swiper_ctrl .swiper-pagination {
	left: 50%;
	bottom: 1.2rem;
	transform: translateX(-50%);
	width: auto;
	text-align: center;
	line-height: 1;
	font-family: "League Gothic";
	font-size: 0;
}
.swiper-pagination-current {
	border-right: 2px solid;
	padding: 0 1.6rem;
	font-size: 2.2rem;
}
.swiper-pagination-total {
	padding: 0 1.6rem;
	font-size: 2.2rem;
}

.tricolore_lp_togglewrap + .tricolore_lp_togglewrap {
	margin-top: 2.4rem;
}
.toggle-btn {
	cursor: pointer;
}
.toggle-box {
	display: none;
}
.tricolore_lp_togglewrap .toggle_date {
	padding: 1.2rem 6rem 1.2rem 2.4rem;
	background: url(../image/icon_plus.svg)no-repeat right 2.4rem center #000;
	font-weight: 700;
}
.tricolore_lp_togglewrap .toggle_date.active {
	background-image: url(../image/icon_minus.svg);
}

.tricolore_lp_togglewrap .toggle-box {
	padding: 1.6rem;
	border-radius: 0px 0px 1.5rem 1.5rem;
	background: #EEE;
	line-height: 1.7;
	color: #000;
}
.tricolore_lp_togglewrap .toggle-box a {
	text-decoration: underline;
}

.tricolore_lp_qr .coupon_code li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
}
.tricolore_lp_qr .coupon_code li .th {
	display: flex;
	align-items: center;
	padding: 1.6rem;
	width: 11.6rem;
	background: #004098;
	color: #fff;
}
.tricolore_lp_qr .coupon_code li .td {
	padding: 1.6rem;
	width: calc(100% - 11.9rem);
	background: #fff;
	color: #004098;
}

.tricolore_lp_qr .pc_case li + li {
	margin-top: 1.6rem;
}
.tricolore_lp_qr .pc_case .step {
	display: inline-block;
	margin-bottom: 0.4rem;
	padding: 0 0.8rem;
	border: 1px solid;
	font-weight: 700;
}
.tricolore_lp_qr .pc_case li .img {
	margin-top: 1.6rem;
}

.tricolore_lp_qr .qr_seat_table table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}
.tricolore_lp_qr .qr_seat_table thead th {
	padding: 2.25rem .6rem;
	background: #052858;
	text-align: center;
	font-size: 1rem;
	width: 20%;
}
.tricolore_lp_qr .qr_seat_table th .big {
	font-size: 1.2rem;
}
.tricolore_lp_qr .qr_seat_table tbody th {
	padding: 1.5rem .5rem;
	background: #000;
	font-size: 1rem;
	text-align: center;
	height: 6rem;
	vertical-align: middle;
}
.tricolore_lp_qr .qr_seat_table td {
	padding: 1.5rem .5rem;
	background: #fff;
	text-align: center;
	color: #004098;
	font-size: 1.2rem;
	height: 6rem;
	vertical-align: middle;
}

.tricolore_lp_qr .qr_seat_table td img {
	width: 1.4rem;
}

.tricolore_lp_qr .qr_seat_table2 {
	margin: 4rem 1.6rem 0;
}
.tricolore_lp_qr .qr_seat_table2 p a {
	text-decoration: underline;
}
.tricolore_lp_qr .qr_seat_table2 table {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
} 
.tricolore_lp_qr .qr_seat_table2 thead th {
	padding: 0.5rem 1.6rem;
	background: #052858;
	text-align: center;
	font-size: 1.4rem;
}
.tricolore_lp_qr .qr_seat_table2 tbody th {
	padding: 0.5rem 1.6rem;
	width: 11.6rem;
	background: #000;
}
.tricolore_lp_qr .qr_seat_table2 tr th:first-child {
	font-weight: 700;
}
.tricolore_lp_qr .qr_seat_table2 td {
	background: #fff;
	color: #004098;
	text-align: center;
}

.tricolore_lp_notes_use {
	background: #004098;
	border: 1px solid;
}
.tricolore_lp_notes_use .btn {
	padding: 1.6rem;
	background: url(../image/icon_plus.svg) no-repeat right 1.6rem center;
	background-size: 2.4rem;
	font-size: 2rem;
}
.tricolore_lp_notes_use .btn.active {
	background-image: url(../image/icon_minus.svg);
}
.tricolore_lp_notes_use .toggle-box {
	padding: 1.6rem;
	background: transparent;
	color: #fff;
}
.tricolore_lp_notes_use .tricolore_lp_notes {
	margin-top: 0;
}

.tricolore_lp_application {
	position: relative;
	padding: 3.2rem 0 7.8rem;
	background: rgba(255,255,255,1);
	color: #004098;
}
.tricolore_lp_application:before {
    content: "";
    display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 0.8rem;
    background: url(../image/img_line.svg) repeat-x center;
    background-size: auto 100%;
}
.tricolore_lp_application .sub {
    margin-bottom: 0.4rem;
    font-weight: 700;
	font-size: 1.8rem;
}

.tricolore_lp_swiper_ctrl.red_st .swiper-pagination {
	color: #E60039;
}
.tricolore_lp_swiper_ctrl.red_st .swiper-button-prev.arrow, 
.tricolore_lp_swiper_ctrl.red_st .swiper-button-next.arrow {
	background-image: url(../image/icon_arrow_red.svg);
}
.tricolore_lp_swiper_ctrl.red_st .swiper-button-prev.btn_circle {
    background-image: url(../image/icon_slider_left_red.svg);
}
.tricolore_lp_swiper_ctrl.red_st .swiper-button-next.btn_circle {
    background-image: url(../image/icon_slider_right_red.svg);
}

.tricolore_lp_app_election {
	margin-top: 2.4rem;
}
.tricolore_lp_app_election .sub {
	margin-bottom: 1.6rem;
}
.tricolore_lp_app_election .tricolore_lp_classify {
	margin: 1.6rem 0;
}
.tricolore_lp_classify {
	border: 1px solid;
}
.tricolore_lp_classify li {
	margin-top: -1px;
	border-top: 1px solid;
	padding: 1.6rem;
}

.tricolore_lp_application .tricolore_lp_notes_use {
	color: #fff;
}

.tricolore_lp_mypage {
	position: relative;
	padding: 3.2rem 0 8rem;
	background: rgba(0, 64, 152, 0.5);
	color: #fff;
}
.tricolore_lp_mypage:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.8rem;
    background: url(../image/img_line.svg) repeat-x center;
    background-size: auto 100%;
}
.tricolore_lp_mypage .pass_id {
	text-decoration: underline;
}
.tricolore_lp_mypage .tricolore_lp_img_display .img {
	min-height: inherit;
}
.tricolore_lp_mypage .tricolore_lp_swiper_ctrl .swiper-button-prev.arrow, 
.tricolore_lp_mypage .tricolore_lp_swiper_ctrl .swiper-button-next.arrow {
	top: 10rem;
	background-image: url(../image/icon_arrow_red.svg);
}

.tricolore_lp_mypage .mypage_id_display {
	position: relative;
	padding: 2.4rem 16rem 2.4rem 2.4rem;
	border: 2px solid #D1D1D1;
	background: #05377A;
}
.tricolore_lp_mypage .mypage_id_display .info {
	font-weight: 700;
	font-size: 1.8rem;
}
.tricolore_lp_mypage .mypage_id_display .info a {
	border-bottom: 1px solid;
}
.tricolore_lp_mypage .mypage_id_display .img {
	position: absolute;
	right: 2.4rem;
	bottom: 0;
	width: 12rem;
}

.tricolore_lp_mypage_notes li {
	padding-left: 1em;
	text-indent: -1em;
}
.tricolore_lp_mypage_notes li:before {
	content: "•";
	margin: 0 0.6rem;
}
.tricolore_lp_mypage_notes li a {
	text-decoration: underline;
}

.tricolore_lp_mypage_contact .thead {
	margin-bottom: 0.4rem;
	padding: 0.5rem;
	background: #052858;
	text-align: center;
}
.tricolore_lp_mypage_contact table {
	width: 100%;
	text-align: center;
}
.tricolore_lp_mypage_contact th {
	width: 7.6rem;
	height: 8rem;
	background: #000;
	text-align: center;
}
.tricolore_lp_mypage_contact td {
	padding: 1rem;
	background: #fff;
	color: #004098;
	font-weight: 700;
	font-size: 1.8rem;
}
.tricolore_lp_mypage_contact .tricolore_lp_mypage_notes {
	margin-top: 2.4rem;
}

.tricolore_lp_faq {
	position: relative;
	padding: 3.2rem 0 8rem;
	background: #fff;
	color: #004098;
}
.tricolore_lp_faq:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.8rem;
    background: url(../image/img_line.svg) repeat-x center;
    background-size: auto 100%;
}
.tricolore_lp_faq .faq_list {
	border-top: 1px solid #D1D1D1;
}
.faq_list > li {
	padding: 0.8rem 0;
	border-bottom: 1px solid #D1D1D1;
}
.faq_list > li .quest {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 4rem;
	min-height: 3.2rem;
	background: url(../image/icon_plus_bl.svg)no-repeat right center;
	line-height: 1.2;
	font-weight: 700;
}
.faq_list > li .quest.active {
	background-image: url(../image/icon_minus_bl.svg);
}
.faq_list > li .quest:before {
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 3.2rem;
	height: 3.2rem;
	background: #004098;
	color: #fff;
	font-family: "League Gothic";
	font-size: 2rem;
}
.faq_list > li .answer {
	padding: 0.8rem 1.6rem 0 4rem;
}
.tricolore_lp_faq .tricolore_lp_classify {
	margin: 0.8rem 0;
}

.underline {
	text-decoration: underline;
}
 
/*** hover ***/
@media screen and (min-width: 751px) {
	.tricolore_lp_qr .sales_link a:hover {
		border-bottom: 0;
	}
	
	.tricolore_lp_btn .btn:hover {
		opacity: 0.7;
	}
}
/*** sp ***/
@media screen and (max-width: 750px) {
	.tricolore_lp_qr .acquisition_url_box {
		top: 4.8rem;
	}
	
	.tricolore_lp_qr .qr_seat_table2 .anchor {
		top: -14.3rem;
	}
}

.underline {
	text-decoration: underline;
}