@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../../fonts-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp-Black.otf) format('opentype');
 }
/* !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;}
.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
/* !Layout
---------------------------------------------------------- */
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
  color: #000;
  background: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.2rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.pc {
  display: none;
}
.sp {
  display: block;
}
.hide{ display: none; }

.mincho {
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
}

.league {
    font-family: league-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.times {
  font-family: 'Times', serif;
  font-style: normal;
  font-weight: 400;
}
a{
	text-decoration:none;
	color:#333;
}

/* !wrapper
---------------------------------------------------------- */
#sw_lp_wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding: 0;
}
.imgArea.bigImage{
  text-align: center;
}
.js-modalLogin .imgArea img{
  width: 70%;
}

/* !header
---------------------------------------------------------- */
#sw_lp_header {
	position:fixed;
	top:0;
	left:0;
	z-index: 9;
	transition: all 0.5s;
	width:100%;
	height:70px;
	background:rgba(255,255,255,1);
}
#sw_lp_header.header-scrolled{
	transition: all 0.5s;
	background:rgba(255,255,255,1);
}
#sw_lp_headLogo{
  float:left;
	padding:15px;
}
#sw_lp_header #sw_lp_headLogo img{ height:40px; }


/* !navi
---------------------------------------------------------- */
.sw_lp_btnMenu {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}
.sw_lp_btnMenu.active{
	width:100%;
	background:url(../image/logo_white.png) no-repeat 15px 15px	#111183;
	background-size:auto 40px;;
}
.sw_lp_btnMenu a{
	display: block;
	float: right;
	padding:15px;
	width: 70px;
	height: 70px;
  background:#111183;
}
.sw_lp_btnMenu span{
	display: block;
	margin:6px 0;
	transition: all 0.3s;
	height:5px;
	background:#fff;
}
.sw_lp_btnMenu span:last-child{
	width:70%;
}
.sw_lp_btnMenu.active a span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
.sw_lp_btnMenu.active a span:nth-child(2) {
  opacity: 0;
}
.sw_lp_btnMenu.active a span:last-child {
	width:100%;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
#sw_lp_navi {
	overflow:hidden;
	padding:70px 0;
	position:absolute;
	left:0;
	top:0;
	z-index: 98;
	transform: translateY(-100%);
	transition: all 0.3s;
	width:100%;
	height:100vh;
	background:rgba(17, 17, 131, 0.9);
}
#sw_lp_navi.open{
	transform: translateY(0%);
}
#sw_lp_navi > ul > li > a{
	padding:0 25px;
	line-height:70px;
	color:#fff;
	font-size:2rem;
}
#sw_lp_social {
	margin-top:20px;
}
#sw_lp_social button {
	display: none;
}
#sw_lp_social h3{
	text-align:center;
	color:#fff;
	font-size:1.6rem;
}
#sw_lp_social ul {
  padding: 10px 0;
  width: 100%;
	text-align: center;
}
#sw_lp_social li{ display:inline-block;}
#sw_lp_social a {
	display:block;
	margin:0 10px;
}
.sw_lp_request{
	display: flex;
	justify-content: center;
	align-items:center;
	position:fixed;
	bottom:0;
	left:0;
	z-index: 10;
	width:100%;
	height:70px;
	background:#1A9641;
	text-align: center;
	line-height: 1.16;
	color:#fff;
    font-size: 1.8rem;
	border-bottom:5px solid #111183;
}
.sw_lp_request:before{
	content:"";
	position:absolute;
	left:20%;
	top:50%;
	transform: translateY(-50%);
	border-left:20px solid #fff;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
}

/* !mainVisual
---------------------------------------------------------- */
#sw_lp_mainVisual {
	height:540px;
	width:100%;
	background:url(../image/main_visual_sp.jpg) no-repeat center top;
	background-size:cover;
}

/* sw_lp_scrollNav
---------------------------------------------------------- */
.sw_lp_scrollNav{
	padding:50px 0;
	background:#111183;
	text-align:center;
	color:#fff;
	font-size:0;
}
.sw_lp_scrollNav li{
	display:inline-block;
	width:33.333%;
	max-width:180px;
}
.sw_lp_scrollNav li a{
	display:block;
	margin:10px 0;
	padding:100px 25px 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:80%;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
}
.sw_lp_scrollNav .nav01{
	background-image:url(../image/ico_scrollnav01.png);
}
.sw_lp_scrollNav .nav02{
	background-image:url(../image/ico_scrollnav02.png);
}
.sw_lp_scrollNav .nav03{
	background-image:url(../image/ico_scrollnav03.png);
}
.sw_lp_scrollNav .nav04{
	background-image:url(../image/ico_scrollnav04.png);
}
.sw_lp_scrollNav .nav05{
	background-image:url(../image/ico_scrollnav05.png);
}


/* !sw_lp_page_top
---------------------------------------------------------- */
.sw_lp_page_top a {
	position: relative;
	background: #111183;
	display: block;
	width: 100%;
	height:120px;
}
.sw_lp_page_top a:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:0;
	height:0;
	border-bottom: 50px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.sw_lp_ft_share{
  background:#DBDBDB;
  padding: 30px 0;
  text-align: center;
}
.sw_lp_ft_share h2{
	margin-bottom:20px;
	font-size: 3rem;
	font-weight: bold;
	color:#CF1D2A;
}
.sw_lp_ft_share ul{font-size: 0;}
.sw_lp_ft_share li{
  display: inline-block;
  margin: 0 30px;
}
.sw_lp_ft_share li a:hover{ opacity:0.7;}
/* !footer
---------------------------------------------------------- */
#sw_lp_footer {
  padding: 100px 20px 180px;
  text-align: center;
}
#sw_lp_footer .ftlogo {
  margin-bottom: 40px;
}

#sw_lp_copyright{
	color: #093190;
	font-weight:bold;
}
#sw_lp_copyright a{ color: #093190; }
#sw_lp_copyright a:hover{ text-decoration:underline; }

/*
common.css-----------------------*/
.sw_lp_btnStyle{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:10px 40px 10px 60px;
	position: relative;
	min-height:80px;
	animation: bounce-style 1.5s linear infinite;
	background:#fff;
	line-height:1.5;
	color:#1A9641;
	font-size: 1.7rem;
    font-weight: 900;
	border:6px solid #1A9641;
}
.sw_lp_btnStyle:hover{
	background:#1A9641;
	color:#fff;
	border-color:#fff;
}
.sw_lp_btnStyle:before{
	content:"";
	position:absolute;
	left:20px;
	top:50%;
	transform: translateY(-50%);
	width:0;
	height:0;
	border-left:20px solid #1A9641;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
}
.sw_lp_btnStyle:hover:before{
	border-left-color:#fff;
}
@-webkit-keyframes bounce-style {
	25% {-webkit-transform: translateY(-10px);}
	50%, 100% {-webkit-transform: translateY(0);}
	75% {-webkit-transform: translateY(10px);}
}
@keyframes bounce-style {
	25% {transform: translateY(-10px);}
	50%, 100% {transform: translateY(0);}
	75% {transform: translateY(10px);}
}
.sw_lp_btnStyle .big{ font-size: 3rem; }

.sw_lp_hdM{
	padding:75px 0;
	background:#000052;
	text-align: center;
	/* line-height: 1.2; */
	color:#caa20c;
	font-size:1.2rem;
	font-weight: bold;
}
.sw_lp_hdM .eng{
	display: block;
	font-family: 'Times', serif;
	font-size:2.2rem;
}
.sw_lp_benefits .sw_lp_hdM{ background:#1A9641; }


.documentRequest{
	padding:80px 15px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
.activationMethod .documentRequest{ background-image:url(../image/bg_activation.jpg); }
.sw_lp_lineup .documentRequest{ background-image:url(../image/bg_lineup.jpg); }
.sw_lp_benefits .documentRequest{ background-image:url(../image/bg_benefits02.jpg); }

/*------------html css---------------*/
.sw_lp_event_top{
  background:url(../image/bg_about.jpg) no-repeat top center;
  background-size: cover;
}
.sw_lp_event_top_inner{
  margin: 0 auto;
  box-sizing: border-box;
  padding:50px 15px;
  color: #fff;
}
.sw_lp_event_top_inner .sw_lp_event_top_title{
	padding:0 25px;
	text-align: center;
}
.sw_lp_event_top_inner .hd01{
	font-size: 2rem;
	padding: 30px 0 100px;
}
.sw_lp_event_top_inner .hd02{
	padding:50px 0;
	font-size: 1.8rem;
}
.sw_lp_event_top_inner .hd03{
	padding:30px 0 50px;
	font-size: 2rem;
}

.sw_lp_method_list{position: relative;}
.sw_lp_method_list .sw_lp_point{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
	width: 40px;
	height: 40px;
	background: #fff;
	color:#093190;
	font-family: league-gothic, sans-serif;
	font-size: 3rem;
	box-sizing: border-box;
	border-radius: 50%;
}
.sw_lp_method_list:nth-of-type(even) .sw_lp_point{
  color: #E5012E;
}
.sw_lp_method_img,.sw_lp_method_text{
  height: 380px;
}
.sw_lp_method_img{
  background:url(../image/img_activation01.jpg) no-repeat center center;
  background-size: cover;
}
.sw_lp_method_list:nth-of-type(2) .sw_lp_method_img{
  background: url(../image/img_activation02.jpg) no-repeat center center;
  background-size: cover;
}
.sw_lp_method_list:nth-of-type(3) .sw_lp_method_img{
  background: url(../image/img_activation03.jpg) no-repeat center center;
  background-size: cover;
}
.sw_lp_method_list:nth-of-type(4) .sw_lp_method_img{
  background: url(../image/img_activation04.jpg) no-repeat center center;
  background-size: cover;
}
.sw_lp_method_list:nth-of-type(5) .sw_lp_method_img{
  background: url(../image/img_activation05.jpg) no-repeat center center;
  background-size: cover;
}
.sw_lp_method_list:nth-of-type(6) .sw_lp_method_img{
  background: url(../image/img_activation06.jpg) no-repeat center center;
  background-size: cover;
}
.sw_lp_method_text{
  color: #fff;
  background: #1A9641;
  box-sizing: border-box;
  padding: 30px 20px;
}
.sw_lp_method_list:nth-of-type(even) .sw_lp_method_text{
	background: #1A9641;
}
.sw_lp_method_text_inner h4{
  font-size: 1.6rem;
  line-height: 1.2;
	text-align: center;
  padding: 30px 0;
  font-weight: bold;
  position: relative;
}
.sw_lp_method_text_inner p{
  font-size: 1.4rem;
}

.sw_lp_choiceSeat li{
	cursor: pointer;
	float:left;
	padding:35px 0;
	width:50%;
	background:#093190;
	text-align: center;
	color:#fff;
	font-family:HelveticaNeue,Helvetica,sans-serif;
	font-size:2.7rem;
}
.sw_lp_choiceSeat li:nth-of-type(2){
	background:#E5012E;
}
.sw_lp_choiceSeat li span{
	border-bottom:5px solid transparent;
}
.sw_lp_choiceSeat li.onActive span{ border-color:#E5012E; }
.sw_lp_choiceSeat li:nth-of-type(2).onActive span{ border-color:#093190; }


.sw_lp_detailSeat.star{
  padding: 290px 20px 0;
  background-size: 240% !important;
  background: url(../image/bg_lineup01.jpg) no-repeat center 70px;
}
.sw_lp_detailSeat.moon{
  padding: 290px 20px 0;
  background-size: 240% !important;
	background:url(../image/bg_lineup02.jpg) no-repeat center top;
}
.sw_lp_detailSeat.pair{
  padding: 290px 20px 0;
  background-size: 240% !important;
  background:url(../image/bg_lineup03.jpg) no-repeat center top;
}
.sw_lp_detailSeat.bullpen{
  padding: 290px 20px 0;
  background-size: 240% !important;
  background:url(../image/bg_lineup04.jpg) no-repeat center top;
}
.sw_lp_detailSeat.kankyo{
  padding: 290px 20px 0;
  background-size: 240% !important;
  background:url(../image/bg_lineup05.jpg) no-repeat center top;
}





.sw_lp_detailSeat .sw_lp_seatMap{
	padding:30px 0;
	margin:auto;
	background:#fff;
}
.sw_lp_detailSeat .sw_lp_seatMap.star{
	color:#08469B;
}
.sw_lp_detailSeat .sw_lp_seatMap.moon{
	color:#E5012E;
}
.sw_lp_seatMap h3{
	position: relative;
	margin-bottom:50px;
	line-height: 1;
	text-align:center;
	font-family:HelveticaNeue,Helvetica,sans-serif;
}
.sw_lp_seatMap h3 .cate{
	display: inline-block;
	position: relative;
	font-size:4.5rem;
	font-weight:bold;
}
.sw_lp_seatMap h3 .sheet{
	position: absolute;
	right:0;
	top:0px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:1rem;
	font-weight:normal;
}
.sw_lp_seatMap h3 .cate:after{
	margin-left:20px;
	content:"SEAT";
	font-weight:normal;
	font-size:2.8rem;
}
.sw_lp_seatMap .introd{
	overflow:hidden;
	font-size: 1.6rem;
}
.sw_lp_seatMap .introd .tit{
	padding:30px 0 15px;
	line-height: 1.5;
	font-size: 2rem;
	font-weight:bold;
	border-bottom:1px solid;
}
.sw_lp_seatMap.star .introd .tit{
	border-color:#08469B;
}
.sw_lp_seatMap.moon .introd .tit{
	border-color:#E5012E;
}
.sw_lp_seatMap .introd .price{
	padding:15px 0 30px;
	text-align: right;
}

.sw_lp_benefits{ background: #1A9641; }
.sw_lp_benefits .sw_lp_event_top{ background-image: url(../image/bg_benefits.jpg); }
.sw_lp_benefitsList{
	padding:50px 0;
	text-align: center;
	color:#fff;
}
.sw_lp_benefitsList h3{
	margin-bottom: 40px;
	font-size:3rem;
	font-family:HelveticaNeue,Helvetica,sans-serif;
}
.sw_lp_benefitsList ul{
	padding:0 20px 60px;
	font-size:0;
}
.sw_lp_benefitsList li{
	margin:0 10px;
	max-width: 320px;
	background:#111183;
}
.sw_lp_benefitsList .slick-dots{
	margin:0;
	padding:0;
	left:0;
	bottom:40px;
}
.sw_lp_benefitsList .slick-dots li{
	background: transparent;
}
.sw_lp_benefitsList .slick-prev,
.sw_lp_benefitsList .slick-next{
	width:0;
	height:0;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
  margin-top: -30px;
}
.sw_lp_benefitsList .slick-prev{
	left:-5px;
	border-right:12px solid #fff;
}
.sw_lp_benefitsList .slick-next{
	right:-5px;
	border-left:12px solid #fff;
}

.sw_lp_benefitsList .introd{
	padding:30px;
	font-size:1.4rem;
}
.sw_lp_benefitsList .introd h4{
	margin-bottom:20px;
	font-size:2rem;
	font-weight:bold;
}
.sw_lp_benefitsList .introd p{
	margin-bottom:20px;
	text-align: left;
}

.sw_lp_apply .sw_lp_apply_flow{
	margin:80px auto;
	max-width:780px;
	position:relative;
	counter-reset: number 0;
}
.sw_lp_apply_flow:before{
	content:"";
	display: block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:70px;
	height:100%;
	background:#111183;
}
.sw_lp_apply_flow li{
	padding:0 20px 10px 90px;
	position:relative;
	text-align: center;
	color:#111183;
}
.sw_lp_apply_flow li + li{
	padding-top:40px;
}
.sw_lp_apply_flow li:before{
	counter-increment: number;
    content: counter(number);
	position:absolute;
	left:20px;
	top:50%;
	transform: translateY(-50%);
	display: block;
	width:26px;
	line-height:26px;
	color:#fff;
	font-size: 1.6rem;
	font-weight: 900;
	border:2px solid #fff;
	border-radius:20px;
}
.sw_lp_apply_flow li + li:after{
	content:"";
	position:absolute;
	left:20px;
	top:0;
	width:0;
	height:0;
	border-top:26px solid #fff;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
}
.sw_lp_apply_flow li h3{
	margin-bottom:15px;
	padding-bottom:10px;
	font-size:2rem;
	font-weight: 900;
	border-bottom:2px solid #111183;
}
.sw_lp_apply_flow li p{
	margin-bottom:20px;
	text-align: left;
}
.sw_lp_apply_flow .link{
	display:block;
	margin:auto;
	padding:6px 0;
	width:100%;
	text-align: center;
	color:#E5012E;
	font-size:2rem;
	border:1px solid #E5012E;
  font-weight: 900;
}
.sw_lp_apply .sw_lp_event_top{ background-image:url(../image/bg_apply.jpg);  }

.form{
   width: 100%;
   margin:0 auto;
   border: 1px solid #9c9c9c;
   padding: 2rem;
   box-sizing: border-box;
 }

 .item{
   margin-bottom: 20px;
 }

 .label_left{
   display: block;
   border-left: solid 5px #020051;
   padding-left: 15px;
   vertical-align:top;
   line-height: 1.5;
   margin-bottom: 1rem;
 }

.form input[type="text"],
.form input[type="number"],
.form input[type="email"] ,
.form input[type="password"] {
     padding: 10px;
     width: 100%;
 }

.form textarea{
   padding: 10px;
   height: 100px;
   font-size: 14px;
   width: 65%;
 }

.form select{
   height: 35px;
   width: 65%;
 }

 .btns{
   display: flex;
   justify-content: center;
 }

.form input[type="submit"]{
   background: #020051;
   color: white;
   font-size:16px;
   font-weight:bold;
   padding: 10px 20px;
   margin: 0 5px;
   border-radius: 10px;
 }

.form input[type="reset"]{
   background: #333;
   color: white;
   font-size:16px;
   font-weight:bold;
   padding: 10px 20px;
   margin: 0 5px;
 }
