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

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

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

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





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


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

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


/* utility
--------------------------------------- */
#opening2017 .sect.divider {
	padding: 40px 0;
}

#opening2017 .sect-visual-wide {
	/* height: 705px; */
}

#opening2017 .sect-group_clear {
	position: relative;
}

#opening2017 .sec_nav {
	background-color: #000a21;
}

/* layout
--------------------------------------- */
#opening2017 .sec_ttl_01 {
	position: absolute;
	top: -116px;
	display: block;
	width: 100%;
	padding: 16px 0;
	background-color: rgb(0 5 16 / 0.8);
}

#opening2017 .sec_ttl_02 {
	display: block;
	width: 100%;
	padding: 16px 0;
	background-color: #000a21;
}

#opening2017 .sec_ttl_02.sp {
	display: none;
}

#opening2017 .sect-visual-wide.sect-visual-cover.filter {
 height: 520px;
}

#opening2017 .sect-visual-wide.sect-visual-cover.filter h1 {
	position: relative;
	display: block;
	width: 960px;
	margin: auto;
	text-align: left;
}

#opening2017 .sect-visual-wide.sect-visual-cover.filter h1 img {
	padding-top: 80px;
	margin: initial;
}

/* module
--------------------------------------- */
#opening2017 .module_full_button {
  background: #000a21;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  transition: all 0.3s ease;
}

#opening2017 .module_full_button.module_full_button_back {
  background: #000510;
}

#opening2017 .module_full_button a {
	display: inline-block;
	width: 100%;
  color: #fff;
}

#opening2017 .module_full_button a i {
	margin-right: 16px;
	vertical-align: middle;
}

#opening2017 .module_full_button:hover {
  background: #fff;
}

#opening2017 .module_full_button:hover a {
  color: #000a21;
}

#opening2017 .module_full_button_icon_arrow {
    position: absolute;
    top: 50%;
    right: 0.15em;
    height: 100%;
    margin-top: -0.9em;
    font-size: 2em;
    transition: all 0.3s ease;
}

#opening2017 .divider {
  border-bottom: 1px solid #ddd;
}

#opening2017 .module_line {
	display: block;
	width: 100%;
	height: 8px;
	content: "";
	background: url(/event/swallows_crew_day/2025/asset/images/module_line.png) repeat-x;
	border-top:  1px solid #191919;
}

#opening2017 .module_line.sp {
	display: none;
}

#opening2017  .opening2017_day_image {
	height: 240px !important;
}

#opening2017  .opening2017_day_image h1 {
	padding-top: 3em;
	font-size: 2em;
	color: #fff;
	/* text-align: center !important; */
}


/* helper
--------------------------------------- */
#opening2017 .bg_opening_primary {
  background: #000a21;
}

#opening2017 .bg_opening_premium {
  background: #f7e897;
}

#opening2017 .bg_opening_basic {
  background: #b3d7ed;
}

#opening2017 .bg_opening_value {
  background: #90c424;
}

#opening2017 .fwb_away {
  font-weight: 300 !important;
}

/*  */
.module_full_button {
  background: #fafafa;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  transition: all 0.3s ease;
}

.module_full_button.module_full_button_back {
  background: #000510;
}

.module_full_button a {
	display: inline-block;
	width: 100%;
  color: #fff;
}

.module_full_button a i {
	margin-right: 16px;
	vertical-align: middle;
}

.module_full_button:hover {
  background: #fff;
}

.module_full_button:hover a {
  color: #000a21;
}

.module_full_button_icon_arrow {
    position: absolute;
    top: 50%;
    right: 0.15em;
    height: 100%;
    margin-top: -0.9em;
    font-size: 2em;
    transition: all 0.3s ease;
}

nav .wrapper {
    width: 100%;
    max-width: 1100px;
}
