@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;
	/**/
}

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

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	min-width:1024px;
	color: #000; 
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}
@media screen and (max-width:1024px) {
	body {font-size: 1.4rem;}
}
*{ 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a {
	color: #111111;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
} 
a:hover { 
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
@font-face {
    font-family: 'DIN 1451 Std';
    src: url('../fonts/DINEngschriftStd.eot');
    src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINEngschriftStd.woff2') format('woff2'),
        url('../fonts/DINEngschriftStd.woff') format('woff'),
        url('../fonts/DINEngschriftStd.ttf') format('truetype'),
        url('../fonts/DINEngschriftStd.svg#DINEngschriftStd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font_din1451{
  font-family: 'DIN 1451 Std';
}
.font_alternate{
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-style: normal;
}
.font_frank{
	font-family: frank-new, sans-serif; 
	font-weight: bold;
    font-style: italic;
}

.sp {
	display: none;
}


/* !wrapper
---------------------------------------------------------- */
#grampus_lp_wrapper {
	overflow:hidden;
	position: relative;
	min-height:100vh;
	width:100%;
}

/* !header
---------------------------------------------------------- */
#grampus_lp_header {
    position: relative;
    z-index: 999;
}
.grampus_lp_pageTop{
	position:fixed;
	top:30px;
	right:30px;
}
#grampus_lp_headlogo{
	display: flex;
    align-items: center;
    justify-content: center;
	height: 70px;
    width: 100%;
    background-color: #D70C18;
    text-align: center;
}
#grampus_lp_headlogo a{
	display: block;
    width: 200px;
    margin: 0 auto;
    pointer-events: none;
}
 

/**  **/
@media screen and (max-width:1299px) {
	#grampus_lp_wrapper { 
		padding-bottom:80px;
	}

}
  

/* !common
---------------------------------------------------------- */  
.hide {
  display: none;
}
.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.op:hover {
  opacity: .7;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.grampus_lp_inner{
	margin:0 auto;
	padding:0 50px;
	max-width:1100px;
}
.grampus_lp_inner.inner2{max-width:1280px;}

.bgImg{
	width: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgImg img{
	width: 100%;
}

.grampus_lp_banner{
	margin:70px auto 0;
	text-align: center;
} 

.slick-prev{
	left:auto;
	right:50%;
	top:100%;
	margin-right:250px;
}
.slick-next{
	right:auto;
	left:50%;
	top:100%;
	margin-left:250px;
}
.seatinfo .slider .slick-prev{
	margin-right:330px;
}
.seatinfo .slider .slick-next{
	margin-left:330px;
}
 
/* !common*/ 
@media screen and (max-width:1200px) {
	.grampus_lp_inner{padding:0 25px;}
}


/* !grampus_lp_ticket
---------------------------------------------------------- */
.grampus_lp_ticket .hd01{
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	margin:0 auto 50px;
	padding:22px 0;
	background:#111;
	text-align:center;
	letter-spacing: 0.03em;
	color:#fff;
	font-size:4.6rem;
	font-weight: bold;
} 
.grampus_lp_ticket .seat_price{
	padding:80px 0 190px;
	background: url(../image/bg_gray.png) no-repeat center top;
    background-size: 100% 100%;
} 
.grampus_lp_ticket .seat_price .price{
	float:left;
	width:48%;
}  
.grampus_lp_ticket .seat_price .price img{
	margin-bottom:15px;
	width:100%;
}
.grampus_lp_ticket .notes{
	line-height:1.33;
	font-size:1.4rem;
} 
.grampus_lp_ticket .seat_price .seat{
	float:right;
	width:49%;
}
.grampus_lp_ticket .seat_price .seat .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 30px;
	margin-bottom:15px;
	background:#fff;
	box-shadow:0 3px 6px rgba(0,0,0,0.5);
}
.grampus_lp_ticket .seat_price .seat ul{ width:48.5%;}
.grampus_lp_ticket .seat_price .seat li{
	padding:14px 15px;
	margin:8px 0;
	background:#00D2FF;
	border-radius:4px;
	color:#fff;
	font-size:1.7rem;
	font-weight:bold;
}
.grampus_lp_ticket .seat_price .seat .royal{
	color:#fff;
}
.grampus_lp_ticket .seat_price .seat .ticket{width:45.5%;}

.grampus_lp_ticket .seatinfo .slider{
	margin-bottom:80px;
	padding-bottom:80px;
}
.grampus_lp_ticket .seatinfo .seat{
	position: relative;
	padding:70px 0;
}
.grampus_lp_ticket .seatinfo .sign{
	position: absolute;
	left:0%;
	top:70px;
	z-index: 2;
	transform: translateY(-50%);
	padding:9px 29px;
	white-space:nowrap;
	background:#1AD3FC;
	letter-spacing: 0.03em;
	color:#fff;
	font-size:4.2rem;
	font-weight: bold;
}
.grampus_lp_ticket .seat_price .seat .ss,
.grampus_lp_ticket .seatinfo .ss .sign{background:#9933FF;}
.grampus_lp_ticket .seat_price .seat .s,
.grampus_lp_ticket .seatinfo .s .sign{background:#46DC00;}
.grampus_lp_ticket .seat_price .seat .a,
.grampus_lp_ticket .seatinfo .a .sign{background:#E664E6;}
.grampus_lp_ticket .seat_price .seat .stand,
.grampus_lp_ticket .seatinfo .stand .sign{background:#FFD700; color:#000;}
.grampus_lp_ticket .seat_price .seat .back3,
.grampus_lp_ticket .seatinfo .back3 .sign{background:#F29600;}
.grampus_lp_ticket .seat_price .seat .back4,
.grampus_lp_ticket .seatinfo .back4 .sign{background:#1D1B77;}
.grampus_lp_ticket .seat_price .seat .goal,
.grampus_lp_ticket .seatinfo .goal .sign{background:#D70C18;}
.grampus_lp_ticket .seat_price .seat .away,
.grampus_lp_ticket .seatinfo .away .sign{background:#CC9966;} 
.grampus_lp_ticket .seat_price .seat .wheel,
.grampus_lp_ticket .seatinfo .wheel .sign{background:#4682b4;} 
.grampus_lp_ticket .seat_price .seat .p,
.grampus_lp_ticket .seatinfo .p .sign{background:#0070C0;} 
.grampus_lp_ticket .seatinfo .display .img {
    float: left;
    overflow: hidden;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    max-width: 61.8%;
}
.grampus_lp_ticket .seatinfo .display .img img{
	object-fit: cover;
	height:445px;
}
.grampus_lp_ticket .seatinfo .display .info{
	position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 30px 90px 30px 135px;
    width: 61.44%;
    background: #F29600;
    color: #fff;
}
.grampus_lp_ticket .seatinfo .display .tit{
	margin-bottom:14px;
	line-height: 1.33;
	font-size:2.4rem;
	font-weight: bold;
}
.grampus_lp_ticket .seatinfo .display .txt{
	line-height: 1.285;
	font-size:1.4rem;
}
.grampus_lp_ticket .seatinfo .seat .price{
	margin-top:60px;
	background:#fff;
	border:1px solid #a9a9a9;
	text-align: center;
	color:#111;
	font-size:1.4rem;
}
.grampus_lp_ticket .seatinfo .seat .price th{
	padding:4px 0;
	width:140px; 
	border:1px solid #a9a9a9;
	text-align: center;
}
.grampus_lp_ticket .seatinfo .seat .price thead th{
	background:#111;
	color:#fff;
}
.grampus_lp_ticket .seatinfo .seat .price .tax:after{
	content:"（税込）";
	font-size:0.715em;
}
.grampus_lp_ticket .seatinfo .seat .price td{
	padding:4px 0;
	border:1px solid #a9a9a9;
}
.grampus_lp_ticket .seatinfo .seat .btn{
	position: absolute;
	left:90px;
	bottom:0;
}
.grampus_lp_ticket .seatinfo .slick-dots{
	white-space: nowrap;
}
.grampus_lp_ticket .seatinfo{position:relative;}
.seatinfo .dotsArrow .prev,
.seatinfo .dotsArrow .next{ 
	display: block;
	position: absolute;
	top:40%;
	width:80px;
	height:80px;
	background-repeat: no-repeat;
	background-position: center;
	overflow:hidden;
	text-indent: -9999px;
}
.seatinfo .dotsArrow .prev{
	left:5%;
	background-image: url(../image/ico_prev.png);
}
.seatinfo .dotsArrow .next{
	right:5%;
	background-image: url(../image/ico_next.png);
}

.grampus_lp_ticket .seatmap{
	padding:50px 0 80px;
	text-align: center;
}

@media screen and (max-width:1299px) {
	.grampus_lp_ticket .seatinfo .seat .btn{ 
		left:50px; 
	}
}


/* !grampus_lp_footer
---------------------------------------------------------- */
#grampus_lp_footer {
	position: relative;
	z-index: 98;
	clip-path: polygon(0% 16%, 100% 0%, 100% 100%, 0% 100%); 
	padding:290px 0 80px;
	background:url(../image/footer_bg_pc.jpg) no-repeat center;
	background-size:cover;
	text-align: center;
	color:#fff;
}
#grampus_lp_footer .grampus_lp_inner{max-width:900px;}
#grampus_lp_footer .banner{
	margin:0 auto 80px;
}
#grampus_lp_footer .sub{
    margin-bottom: 30px;
	font-size: 2rem;
    font-weight: bold;
}
#grampus_lp_footer .sns{
	display:flex;
	justify-content: space-between;
	margin:0 auto 70px;
}
#grampus_lp_footer .sns a{
	flex:0 0 15%;
	color:#fff;
	font-weight: bold;
    font-size: 1.4rem;
}
#grampus_lp_footer .sns img{
	display:block;
	margin:0 auto 10px;
	width:60px;
}
.grampus_lp_footlogo{ margin:0 auto 30px;}
.grampus_lp_footlogo img{height:180px;}
#grampus_lp_copyright{
	line-height: 2.6;
	font-size:1rem;
}
#grampus_lp_copyright a{color:#fff;}
