/* 日付選択部分
---------------------------------------*/
.top-button{
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    min-height: 96px;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    overflow: visible;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    margin: -1px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
    text-overflow: clip;
    white-space: normal;
    border:1px solid #fafafa;
}

.top-button:hover{
  background-color:#ffffff !important;
  color:#000a21 !important;
}

.top-button span .title-headline:hover{
  background-color:#ffffff !important;
  color:#000 !important;
}

.top-button_icon_arrow {
    position: absolute;
    right: 4.5em;
    font-size: 2em;
    transition: all 0.3s ease;
    transform: rotate( 90deg );
}

.select-end{
background-color: #555;
border-color: #555;
color: #aaa;
border: 1px solid #777;
border-radius: 5px 5px 5px 5px;
font-size: 12px;
letter-spacing: .05em;
font-weight: bold;
text-align: center;
padding: 7px;
display: inline-block;
line-height: 1;
}

.select-fin{
background-color: #555;
border-color: #555;
color: #aaa;
border: 1px solid #777;
border-radius: 5px 5px 5px 5px;
font-size: 12px;
letter-spacing: .05em;
font-weight: bold;
text-align: center;
padding: 7px;
display: inline-block;
line-height: 1;
}

.status-end{
background-color: #fafafa !important;
box-shadow: 0 0 0 transparent;
}

.status-end p{opacity:0.2}

.status-end img{opacity:0.2}





/* opening2017から持ってきた
---------------------------------------*/


/* --------------------------------------------------------------------- */
/*  ticket | PC  */
/* --------------------------------------------------------------------- */

/* import
---------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700,900);


/* utility
---------------------------------------*/
#opening2018 .sect.divider {
	padding: 40px 0;
}
#opening2018 .sect-visual-wide {
	/*height: 705px;*/
}
#opening2018 .sect-group_clear {
	position: relative;
}
#opening2018 .sec_nav {
	background-color: #000a21;
}

/* layout
---------------------------------------*/
#opening2018 .sec_ttl_01 {
	position: absolute;
	top: -130px;
	display: block;
	width: 100%;
	background-color: rgba(0,5,16,0.8);
}
#opening2018 .sec_ttl_02 {
	display: block;
	width: 100%;
	padding: 16px 0;
	background-color: #000a21;
}
#opening2018 .sec_ttl_02.sp {
	display: none;
}
#opening2018 .sect-visual-wide.sect-visual-cover.filter {
 height: 520px;
}
#opening2018 .sect-visual-wide.sect-visual-cover.filter h1 {
	position: relative;
	display: block;
	width: 960px;
	margin: auto;
	text-align: left;
}
#opening2018 .sect-visual-wide.sect-visual-cover.filter h1 img {
	padding-top: 80px;
	margin: initial;
}

/* module
---------------------------------------*/
#opening2018 .module_full_button {
  background: #000a21;
  transition: all 0.3s ease;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}
#opening2018 .module_full_button.module_full_button_back {
  background: #000510;
}
#opening2018 .module_full_button a {
	display: inline-block;
	width: 100%;
  color: #fff;
}
#opening2018 .module_full_button a i {
	vertical-align: middle;
	margin-right: 16px;
}
#opening2018 .module_full_button:hover {
  background: #fff;
}
#opening2018 .module_full_button:hover a {
  color: #000a21;
}
#opening2018 .module_full_button_icon_arrow {
    position: absolute;
    height: 100%;
    top: 50%;
    right: 0.15em;
    margin-top: -0.9em;
    font-size: 2em;
    transition: all 0.3s ease;
}
#opening2018 .divider {
  border-bottom: 1px solid #ddd;
}
#opening2018 .module_line {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: url(/img/event/special/2017/opening2017/module_line.png) repeat-x;
	border-top:  1px solid #191919;
}
#opening2018 .module_line.sp {
	display: none;
}
#opening2018  .opening2017_day_image {
	height: 240px !important;
}
#opening2018  .opening2017_day_image h1 {
	padding-top: 3em;
	font-size: 2em;
	color: #fff;
	/*text-align: center !important;*/
}


/* helper
---------------------------------------*/
#opening2018 .bg_opening_primary {
  background: #000a21;
}
#opening2018 .bg_opening_premium {
  background: #f7e897;
}
#opening2018 .bg_opening_basic {
  background: #b3d7ed;
}
#opening2018 .bg_opening_value {
  background: #90c424;
}
#opening2018 .fwb_away {
  font-weight: 300 !important;
}
