﻿@charset "UTF-8";
@media screen and (min-width: 751px) {

#global-navigation {
//	font-family: 'Hiragino Kaku Gothic ProN';
  min-width: 1280px;
}

.site-purpose {
  display: none;
  font-size: 11px;
  letter-spacing: 1.1px;
  position: absolute;
  top: 8px;
  left: 17px;
  margin: 0;
  padding: 0;
  color: #e9eef8;
}

#memberinfo {
  background: none #0064c0;
}

#memberinfo p.filter {
  display: none;
}

.member-info {
  position: relative;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: right;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

.member-info:before {
  content: "チケットJCBは、JCBから委託を受け、イープラスが運営・販売しております";
  display: block;
  position: absolute;
  left: 17px;
  top: 10px;
  font-size: 10px;
  letter-spacing: 1.1px;
  color: #e9eef8;
}

.member-info .member-info__item {
  font-size: 11px;
  line-height: 1;
  position: relative;
  display: inline-block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  //margin-left: -4px;
  //letter-spacing: 3.3px;
  letter-spacing: normal; /* 文字間を通常に戻す */
}

.member-info .member-info__item:hover {
  background: url(../img/bg-rep-head_on.gif) repeat center top;
}

.member-info .member-info__item a {
  letter-spacing: 3.3px;
  line-height: 1;
  display: block;
  height: 100%;
  padding: 0 12.5px;
  color: #fff;
}

.member-info .member-info__item a span {
  display: inline-block;
  vertical-align: middle;
}

.member-info .member-info__item a:after {
  display: inline-block;
  clear: both;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.member-info .member-info__guide {
  position: absolute;
  top: 0;
  right: 333px;
  //right: 225px;
}

.member-info-sub {
  position: absolute;
  z-index: 1001;
  top: 30px;
  right: 0;
  display: none;
  width: 339px;
  padding: 35px 30px 50px 45px;
  text-align: left;
  background: none #fff;
}

.member-info-sub:after {
  display: block;
  clear: both;
  width: 0;
  content: '';
}

.member-info-sub h3 {
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 1px;
  /*color: #333;*/
  color: #2d2d2d;
  text-align: left;
}

.member-info-sub ul {
  float: left;
}

.member-info-sub ul:nth-of-type(1) {
  width: 174px;
  border-right: 1px solid #ededed;
}

.member-info-sub ul:nth-of-type(2) {
  width: 107px;
  margin: 0 0 0 30px;
}

.member-info-sub .member-info-sub__item {
  /*font-size: 12px;*/
  font-size: 13px;
  padding: 14.5px 3px 0 0;
  letter-spacing: .6px;
}

.member-info-sub .member-info-sub__item a {
  letter-spacing: .6px; 
  padding: 0;
  transition: opacity 1000ms ease;
  opacity: 0;
  color: #646464;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.member-info-sub .member-info-sub__item a:hover span {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.member-info-sub .member-info-sub__item.on_mouse a {
  transition: opacity 350ms ease;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.member-info-sub.edit {
  width: 386px;
}

.member-info-sub.edit ul:nth-of-type(1) {
  width: 185px;
}

.member-info-sub.edit ul:nth-of-type(2) {
  width: 170px;
}

#globalmenu {
  border-bottom: 1px solid #d5d5d5;
  background: url(../img/bg-rep-menu.gif) repeat-x center top;
}

#globalmenu .inbox {
  width: 1280px;
  margin: 0 auto;
}

#globalmenu .inbox:after {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  content: '';
}

#globalmenu .page-title {
  line-height: 1;
  float: left;
  margin: 28px 0 0 14px;
  padding: 0;
}

#globalmenu .page-title img {
  vertical-align: bottom;
}

.gl-menu-wrapper {
  margin-left: 199px;
}

.gl-menu-wrapper:after {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  content: '';
}

.gl-menu-priority {
  float: left;
  width: 361px;
  color: #fff;
}

.gl-menu-priority p.filter {
  font-size: 12px;
  line-height: 1;
  height: 19px;
  margin: 0;
  padding-top: 7px;
  text-align: center;
  letter-spacing: 4px;
  background: none #6a6a6a;
  position: relative;
}
.gl-menu-priority p.filter:after {
  line-height: 1;
  vertical-align: top;
  content: url(../img/icon.png);
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 6.5px;
  left: 0;
  right: 0;
  transform: translateX(-82px);
}

.gl-menu-genre {
  float: left;
  width: 720px;
  color: #fff;
}

.gl-menu-genre p.filter {
  font-size: 12px;
  line-height: 1;
  height: 19px;
  margin: 0;
  padding-top: 7px;
  text-align: center;
  letter-spacing: 4px;
  background: none #898989;
  position: relative;
}
.gl-menu-genre p.filter:after {
  content: url(../img/icon.png);
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 6.5px;
  left: 0;
  right: 0;
  transform: translateX(-82px);
}

.gl-menu-genre ul {
  background: url(../img/bg-border-menu.gif) no-repeat right top;
}

.gl-menu {
  position: relative;
  height: 63px;
  margin: 0;
  padding: 0;
  letter-spacing: -.4em; /* 子要素のinline-blockに文字間を詰めて隙間をなくす */
}

.gl-menu:after {
  clear: both;
  width: 0;
  height: 0;
  content: '';
}

.gl-menu__item {
  font-size: 12px;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1.8px;
  background: url(../img/bg-border-menu.gif) no-repeat left top;
}

.gl-menu__item a {
  font-size: 11.5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  vertical-align: middle;
  color: #263033;
}

.gl-menu__item a:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.gl-menu__item span {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

.gl-menu__item:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  margin: 0 auto;
  content: '';
  transition: width 250ms 0s ease-out;
  background: none #008eed;
}

.gl-menu__item:hover:after {
  width: 100%;
  transition: width 250ms 0s ease-out;
}

.gl-menu__item.can-do:hover:before {
  line-height: 0;
  position: absolute;
  z-index: 300001;
  top: 63px;
  right: 0;
  left: 0;
  display: block;
  height: 4px;
  margin: 0 auto;
  padding: 0;
  content: url(../img/arw-btm.png);
  vertical-align: top;
}

.gl-menu-sub {
  position: absolute;
  top: 64px;
  left: 0;
  display: none;
  text-align: center;
  background: none rgba(255, 255, 255, .7);
}

.gl-menu__item.can-do.enable_link .gl-menu-sub{
  left: auto;
  right: 0;
  width: 150px;
  text-align: center;
}

.gl-menu-sub a {
  font-size: 13px;
  line-height: 1;
  display: block;
  width: auto;
  height: auto;
  padding: 13px 0 10px;
  letter-spacing: 1px;
  color: #263033;
  background: none rgba(241, 241, 241, .5);
}

.gl-menu-sub a span {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: auto;
  transition: opacity 1000ms ease;
  vertical-align: top;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.gl-menu-sub a:after {
  display: none;
}

.gl-menu-sub a:hover span {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.gl-menu-sub.on_mouse a span {
  transition: opacity 350ms ease;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.gl-menu-sub ul {
  padding: 0 20px 0 0;
}

.gl-menu__item.can-do.enable_link .gl-menu-sub ul {
  padding: 0;
}

.gl-menu-sub li {
  display: inline-block;
  padding: 8px 0 8px;
  vertical-align: middle;
  color: #263033;
}

.gl-menu__item.can-do.enable_link .gl-menu-sub li {
  display: block;
  padding: 0;
}

.gl-menu__item.can-do.enable_link .gl-menu-sub li:nth-child(2) {
  border-top:    1px solid #aaa;
  border-bottom: 1px solid #aaa;
  //border-top:    1px solid #d3d3d3;
  //border-bottom: 1px solid #d3d3d3;
}

.gl-menu-sub li a {
  font-size: 12px;
  display: block;
  padding: 7px 12px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: none #fff;
}

.gl-menu-sub li a:hover span {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.gl-menu__item.can-do.enable_link .gl-menu-sub li a {
  padding: 10px 12px;
  border: 1px solid #e2e2e2;
  border: 0;
  border-radius: 0;
  background: none transparent;
}

.gl-menu-sub li span {
  transition: opacity 1000ms ease;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.gl-menu-sub.on_mouse li span {
  transition: opacity 350ms ease;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.gl-menu-priority .gl-menu__item:nth-of-type(1) .gl-menu-sub {
  width: 270px;
}

.gl-menu-priority .gl-menu__item:nth-of-type(2) .gl-menu-sub {
  width: 200px;
}

.gl-menu-priority .gl-menu__item:nth-of-type(3) .gl-menu-sub {
  width: 260px;
}

.gl-menu-priority .gl-menu__item:nth-of-type(4) .gl-menu-sub {
  width: 170px;
}

.gl-menu-genre .gl-menu__item:nth-of-type(1) .gl-menu-sub {
  width: 225px;
}

.gl-menu-genre .gl-menu__item:nth-of-type(2) .gl-menu-sub {
  width: 270px;
}

.gl-menu-genre .gl-menu__item:nth-of-type(6) .gl-menu-sub {
  right: 0;
  left: auto;
  width: 890px;
  text-align: right;
}

#open {
  display: none;
}

.menu-for-sp {
  display: none;
}

#common-footer {
  min-width: 1280px;
  color: #9a9a9a;
  background: none #1d252c;
}

#common-footer .inbox {
  //width: 1127px;
  width: 1190px;
  margin: 0 auto;
  padding: 39px 0 34px;
}

#common-footer h2 {
  display: none;
}

#common-footer .h-company-info {
  display: none;
}

#common-footer .h-social {
  display: none;
}

#common-footer .h-official {
  display: none;
}

#common-footer a {
  color: #9a9a9a;
}

#common-footer .h-member-info {
  display: none;
}

#common-footer .ft-member-info {
  display: none;
}

#common-footer .ft-member-info__sub {
  display: none;
}

#common-footer .ft-etc {
  font-size: 13.67px;
  line-height: 1;
  position: relative;
  text-align: center;
}

#common-footer .j_secure {
  display: inline-block;
  vertical-align: middle;
}

#common-footer .j_secure img {
  width: 81px;
}

#common-footer .company-info {
  display: inline-block !important;
  display: inline-block;
  margin: 6px 0 0 6px;
  vertical-align: middle;
  letter-spacing: -.4em; /*escape margin*/
}

#common-footer .company-info li {
  font-size: 11px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  letter-spacing: 1.4px;
  border-left: 1px solid #9a9a9a;
}

#common-footer .company-info li a:hover {
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

#common-footer .company-info li span {
  display: none;
}

#common-footer .company-info li:first-child {
  border-left: none;
}

#common-footer .socials {
  display: inline-block !important;
  display: inline-block;
  margin: 4px 0 0;
  vertical-align: middle;
  letter-spacing: -.4em; /*escape margin*/
}

#common-footer .socials li {
  display: inline-block;
  padding: 0 7px;
  vertical-align: middle;
  letter-spacing: 1px;
}

#common-footer .socials li a {
  line-height: 1;
}

#common-footer .socials li a span {
  display: none;
}

#common-footer .socials li a img {
  width: 16px;
  vertical-align: middle;
}

#common-footer .copyrights {
  font-size: 11px;
  display: inline-block;
  margin: 4px 0 0 8px;
  vertical-align: middle;
  letter-spacing: .55px;
}

#common-footer .powerd_by_eplus {
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  margin: 5px 0 0 15px;
  vertical-align: middle;
  letter-spacing: .55px;
}

#common-footer .powerd_by_eplus span {
  vertical-align: middle;
}

#common-footer .powerd_by_eplus img {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.gotop {
  position: fixed;
  z-index: 2000;
  right: 2%;
  bottom: 5%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../img/gotop.png) no-repeat center center;
}

.gotop:hover {
  opacity: .85;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

}

@media screen and (min-width: 751px) and (min-width: 1280px) {

#globalmenu .inbox {
  width: 100%;
}

.gl-menu-priority {
  width: 33.333%;
}

.gl-menu-genre {
  width: 66.666%;
}

.gl-menu__item {
  width: 25%;
}

.gl-menu-genre .gl-menu__item {
  width: 12.5%;
}

}

@media screen and (min-width: 1344px) {

#global-navigation .member-info {
  width: 1344px;
  margin-right: auto;
  margin-left: auto;
}

#global-navigation #globalmenu .inbox {
  width: 1344px;
  margin-right: auto;
  margin-left: auto;
}

}

@media screen and (max-width: 750px) {

#open {
  display: none;
}

.site-purpose {
  font-size: 2rem;
  margin: 0;
  padding: 16px 0 14px 43px;
  color: #fff;
  background: none #0064c0;
}

#global-navigation {
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 3rem;
  line-height: 1;
  z-index: 79980;
  top: 0;
  left: 0;
  width: 100%;
}

#global-navigation a {
  color: #000;
}

#global-navigation br {
  display: none;
}

#global-navigation li {
  border-bottom: 2px solid #e9e9e9;
}

#global-navigation li a {
  display: block;
  padding: 47px 0 43px 26px;
}

#global-navigation li:last-child {
  border-bottom: none;
}

#global-navigation li.jcb-premium,
#global-navigation li.jcb-preferential,
#global-navigation li.jcb-reserved,
#global-navigation li.jcb-surprise-ticket {
  position: relative;
}

#global-navigation li.jcb-premium a,
#global-navigation li.jcb-preferential a,
#global-navigation li.jcb-reserved a,
#global-navigation li.jcb-surprise-ticket a {
  padding-top: 31px;
  padding-bottom: 59px;
}

#global-navigation li.jcb-premium:after,
#global-navigation li.jcb-preferential:after,
#global-navigation li.jcb-reserved:after,
#global-navigation li.jcb-surprise-ticket:after {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 72px;
  left: 27px;
  display: block;
  min-width: 100%;
  min-width: 300px;
  letter-spacing: 1.6px;
  color: #888;
}

#global-navigation li.jcb-premium:after {
  content: 'JCBプレミアムカード会員の方限定';
}

#global-navigation li.jcb-preferential:after {
  content: 'JCBカード会員の方限定';
}

#global-navigation li.jcb-reserved:after {
  content: '特典付き・割引等のJCB貸切公演';
}

#global-navigation li.jcb-surprise-ticket:after {
  content: '特別価格にて提供！';
}

#global-navigation li.madebyjcb,
#global-navigation li.bluenotetokyo {
  position: relative;
}

#global-navigation li.madebyjcb a,
#global-navigation li.bluenotetokyo a {
  padding-top: 31px;
  padding-bottom: 59px;
}

#global-navigation li.madebyjcb:after,
#global-navigation li.bluenotetokyo:after {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 72px;
  left: 27px;
  display: block;
  min-width: 500px;
  letter-spacing: 1.6px;
  color: #888;
}

#global-navigation li.madebyjcb:after {
  content: 'JCBが独自に企画したプラン';
}

#global-navigation li.bluenotetokyo:after {
  content: 'JCBから2つの“特別な時間”をご用意';
}

#global-navigation.glmenu-visible {
  height: 100%;
}

#global-navigation.glmenu-visible .site-purpose {
  display: none;
}

#global-navigation.glmenu-visible .global-navigation-inner {
  position: fixed;
  z-index: 79981;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-menu {
  position: relative;
  z-index: 79998;
  display: none;
  overflow: auto;
  width: 638px;
  height: 100%;
  margin-top: -98px;
}

#memberinfo {
  background: none #fff;
}

#globalmenu {
  background: none #fff;
}

#open:checked ~ .wrapper-menu {
  display: block;
  -webkit-animation-name: showMenu;
  animation-name: showMenu;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

#memberinfo h3 {
  display: none;
}

#memberinfo p.filter {
  font-size: 2.4rem;
  position: relative;
  margin: 0;
  padding: 0;
  padding: 28px 0 28px 26px;
  background: none #f3f3f3;
}

#memberinfo p.filter:after {
  position: absolute;
  top: 20px;
  right: 25px;
  display: block;
  content: url(../img/ico-opener.png);
}

#memberinfo p.filter.gm-active:after {
  top: 27px;
  content: url(../img/arw-gl-upper-sp.png);
}

#memberinfo .member-info-sub__item {
  border-top: 2px solid #e9e9e9;
  border-bottom: none;
  background: none #fbfbfb;
}

.member-info__item,
.member-info-sub__item,
.gl-menu__item,
.gl-menu-sub__item {
  background-image: url(../img/arw-gl-r-sp.png) !important;
  background-repeat: no-repeat !important;
  background-position: 592px center !important;
}

.member-info__item.can-do,
.gl-menu__item.can-do.enable_link {
  background-image: url(../img/ico-opener.png) !important;
  background-repeat: no-repeat !important;
  background-position: 575px 40px !important;
}

.member-info__item.can-do.gm-active,
.gl-menu__item.can-do.enable_link.gm-active {
  background-image: url(../img/arw-gl-upper-sp.png) !important;
}

.member-info__item {
  border-bottom: none;
}

.member-info__item:first-child {
  border-top: 2px solid #dfdfdf;
}

#globalmenu p {
  margin: 0;
  padding: 0;
}

#globalmenu .gl-menu-sub {
  //display: none !important;
  display: none;
  background: none #bbfbfb;
}

#globalmenu .enable_link .gl-menu-sub {
  background: none #fbfbfb;
}

#globalmenu .page-title {
  display: none;
}

#globalmenu .filter {
  font-size: 2.4rem;
  padding: 28px 0 28px 26px;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  background: none #f3f3f3;
}

.menu-for-sp {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #e5e5e5;
  background: none #fff;
}

.menu-for-sp:before {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 280px;
  height: 62px;
  content: url(../img/ticket-jcb-sp.png);
}

.menu-for-sp:after {
  position: absolute;
  top: 0;
  right: 108px;
  width: 2px;
  height: 100%;
  content: '';
  background: none #e9e9e9;
}

.menu-for-sp .backtotop {
  position: absolute;
  z-index: 5000;
  top: 18px;
  left: 30px;
  display: block;
  width: 280px;
  height: 62px;
}

#nav-toggle {
  position: absolute;
  z-index: 99999;
  top: 35px;
  right: 40px;
  width: 28px;
  height: 50px;
  cursor: pointer;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  transition: .35s ease-in-out;
  background: none #333;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 13px;
}

#nav-toggle span:nth-child(3) {
  top: 25px;
}

#open:checked + div #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  background: none #fff;
}

#open:checked + div #nav-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}

#open:checked + div #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
  background: none #fff;
}

#open:checked + .menu-for-sp {
  border-bottom: 0;
  background: none transparent;
}

#open:checked + .menu-for-sp:after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: none rgba(0, 0, 0, .7);
}

#common-footer {
  font-family: MyGothic, 'Hiragino Kaku Gothic ProN', -apple-system, blinkMacSystemFont, 'メイリオ', YuGothic-M, YuGothic, Meiryo, sans-serif;
  position: relative;
  padding: 0 20px 60px;
  color: #969696;
  background: none #1d252c;
}

#common-footer .inbox {
  padding: 15px 0 34px;
  text-align: left;
}

#common-footer a {
  color: #969696;
}

#common-footer li {
  background: url(../img/arw-r-ft-sp.png) no-repeat 665px center;
}

#common-footer li a {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  display: block;
  margin: 0;
  padding: 36px 0 34px 17px;
  border-bottom: 2px solid #2c353d;
}

#common-footer h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 36px 0 34px 17px;
  text-align: left;
  letter-spacing: 1.3px;
  color: #969696;
  border-bottom: 2px solid #2c353d;
}

#common-footer h3 {
  text-align: left;
  color: #969696;
}

#common-footer .h-company-info,
#common-footer .h-member-info,
#common-footer .h-social,
#common-footer .h-official {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 40px 0 32px 17px;
  letter-spacing: 1.3px;
  border-bottom: 2px solid #2c353d;
}

#common-footer .h-social {
  position: relative;
  background: url(../img/ticket-jcb-social-sp.png) no-repeat 365px center;
}

#common-footer .h-social:after {
  position: absolute;
  top: 39px;
  /*left: 48.6%;*/
  left: 300px;
  content: url(../img/ticket-jcb-social-sp.png);
}

#common-footer .h-company-info,
#common-footer .h-member-info,
#common-footer .h-social {
  background: url(../img/arw-below-ft-sp.png) no-repeat 655px 43px;
}

#common-footer .h-company-info.sl-active,
#common-footer .h-member-info.sl-active,
#common-footer .h-social.sl-active {
  background: url(../img/arw-upper-ft-sp.png) no-repeat 656px center;
}

#common-footer .ft-etc {
  font-size: 13.67px;
  line-height: 1;
  position: relative;
}

#common-footer .ft-member-info {
  margin: 0;
  background: none #293037;
}

#common-footer .ft-member-info-sub__item {
  padding: 0 0 0 8px;
}

#common-footer .j_secure {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 63px;
  left: 0;
  width: 161px;
  height: 94px;
  margin: auto;
  background: url(../img/bnr-jsecure.png) no-repeat center center;
}

#common-footer .j_secure img {
  display: none;
  width: 100%;
}

#common-footer .company-info {
  margin: 0;
  background: none #293037; /*
      li {
        font-size: 2.4rem;
        letter-spacing: 1.4px;
        border-left: 1px solid #9a9a9a;
        padding: 0 10px;
        //margin: 2px 0 0;
        @include inlineblock(middle);
      }
      li:first-child {
        border-left: none;
      }
*/
}

#common-footer .company-info li {
  padding: 0 0 0 8px;
}

#common-footer .socials {
  margin: 0 0 0;
  background: none #293037;
}

#common-footer .socials li {
  padding: 0 0 0 8px;
}

#common-footer .socials a img {
  display: none;
}

#common-footer .copyrights {
  font-size: 2.4rem;
  display: block;
  margin: 190px 0 0 0;
  text-align: center;
  letter-spacing: 2px;
}

#common-footer .powerd_by_eplus {
  display: block;
  margin: 190px 0 0 0;
  text-align: center;
  letter-spacing: 2px;
}

#common-footer .powerd_by_eplus img {
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.gotop {
  position: fixed;
  z-index: 2000;
  right: 5%;
  bottom: 3%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../img/gotop.png) no-repeat center center;
}

.gotop:hover {
  opacity: .85;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

}

