@charset "utf-8";

/*  =============================================================

　　共通設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  color: #000;
}


/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaSP {
  display: none;
}


/*  画像 基本設定
-------------------------- */

img {
  vertical-align: top;
  border: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


/*  リンク 基本設定
-------------------------- */

a {
  color: #0c2f47;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #0c2f47;
  text-decoration: underline;
}


/*  テキスト 基本設定
-------------------------- */

strong,
noscript {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}


/*  フォーム 基本設定
-------------------------- */

input,
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 5px;
  background: #fff;
  font-size: 1em;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 1px solid #d1d1d1;
}

textarea {
  -webkit-appearance: none;
  resize: vertical;
  width: 100%;
  height: 120px;
  line-height: 1.6em;
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: center;
}

.boxInner {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
}

/*  ヘッダー 設定
---------------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 82px;
  background: #165a32;
  font-size: .9em;
}

#header,
#header a {
  color: #fff;
  text-decoration: none;
}

#header .boxInner {
  padding: 12px 0;
}

/* ---- サイトロゴ ---- */

#header #logo {
  float: left;
  width: 30%;
}

#header #logo a {
  display: block;
  position: relative;
}

#header #logo a:hover {
  opacity: .7;
}

/* ---- グローバルナビ ---- */

#header #gnav {
  float: right;
  width: 70%;
  padding-top: 27px;
}

#header #gnav a {
  transition: all .4s ease-in-out;
}

/* -- ナビボタン -- */

#header #gnav .boxNavBtn {
  display: none;
}

/* -- ナビコンテンツ -- */

#header #gnav .boxNavContent {
  text-align: right;
}

.gt740 #header #gnav .boxNavContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

/* -- ナビ一覧 -- */

#header #gnav .boxNavList > ul {
  letter-spacing: -.40em;
}

#header #gnav .boxNavList > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all .5s ease-in-out;
  position: relative;
  text-align: center;
  letter-spacing: normal;
  vertical-align: top;
  cursor: pointer;
}

/* -- リンク -- */

#header #gnav .boxNavList > ul > li > a {
  display: block;
  position: relative;
  z-index: 82;
  height: 100%;
  margin: -10px 15px -8px;
  padding: 10px 0;
  font-size: 1.02em;
  font-weight: bold;
  line-height: 1.4em;
  cursor: pointer;
}

/* -- リンク・ホバー時 -- */

#header #gnav .boxNavList > ul > li > a:before {
  display: block;
  transition: all .3s ease-in-out;
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 0;
  z-index: -1;
  border-bottom: 1px solid #fff;
  content: "";
}

#header #gnav .boxNavContent li:hover > a:before {
  right: 0;
  left: 0;
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  padding-top: 82px;
  padding-bottom: 200px;
}

#contentMain .boxInner,
#contentBtm .boxInner {
  width: 1100px;
}

.archive #contentMain .boxInner,
.archive #contentBtm .boxInner {
  width: 1100px;
}

#contentMain .boxInner {
  padding-top: 50px;
}


/*  2カラム 設定
-----------------------------------*/

/* ---- 2カラム・メインエリア ---- */

#main {
  float: right;
  width: 900px;
}

/* ---- 2カラム・サイドエリア ---- */

#sideWrap {
  float: left;
  position: relative;
  width: 120px;
  font-size: .8em;
}

#sideWrap,
#side {
  width: 120px;
  text-align: center;
}



/*  フッター 設定
---------------------------------------------*/

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: #243f2f;
  font-size: .9em;
}

#footer,
#footer a {
  color: #fff;
}

#footer a {
  text-decoration: none;
}

#footer .boxInner {
  padding: 50px 0 40px;
}

/* ---- フッターロゴ＆コピーライト ---- */

#footer #footerlogo,
#footer #copyright {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
}

/* ---- フッターロゴ ---- */

#footer #footerlogo {
}

/* ---- コピーライト ---- */

#footer  #copyright {
  margin-left: 15px;
  font-size: .92em;
  font-weight: bold;
}

/* ---- フッターSNS ---- */

#footer #footersns {
  float: right;
  width: 50%;
  text-align: right;
}

#footer #footersns dt,
#footer #footersns dd,
#footer #footersns li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
}

#footer #footersns dt {
  padding-right: 2px;
}

#footer #footersns dt:after {
  content: ":";
}

#footer #footersns li {
  margin-left: 8px;
}

#footer #footersns li a {
  display: block;
  overflow: hidden;
  transition: all .4s ease-in-out;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}

#footer #footersns li a:hover {
  opacity: .7;
}

/* -- シェア＆フォロー -- */

#footer #footersns .boxShare,
#footer #footersns .boxFollow {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
}

/* -- シェア -- */

#footer #footersns .boxShare dd {
  padding-top: 5px;
}

#footer #footersns .boxShare li {
  vertical-align: top;
}

/* Twitter */

#footer #footersns .boxShare li.btnTW {
  overflow: hidden;
}

#footer #footersns .boxShare li.btnTW a {
  width: 78px;
  height: 20px;
}

/* Facebook */

#footer #footersns .boxShare li.btnFB {
  overflow: hidden;
}

#footer #footersns .boxShare li.btnFB .fb_iframe_widget,
#footer #footersns .boxShare li.btnFB .fb_iframe_widget span {
  vertical-align: top !important;
}

/* -- フォロー -- */

#footer #footersns .boxFollow {
  margin-left: 50px;
}

#footer #footersns .boxFollow li {
  margin-left: 5px;
}

/* Facebook */
#footer #footersns .boxFollow .btnFB a {
  background-image: url(/concert/20th/common/img/footer/follow-btn-fb.png);
}

/* Twitter */
#footer #footersns .boxFollow .btnTW a {
  background-image: url(/concert/20th/common/img/footer/follow-btn-tw.png);
}

/* リンク内SPAN */
#footer #footersns .boxFollow li a span {
  display: none;
}

/* ---- ページトップ ---- */

#footer #pagetop {
  display: block;
  position: absolute;
  top: -70px;
  right: auto;
  left: auto;
  z-index: 600;
  margin-left: 1120px;
}

/* -- ページトップ・固定 -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 20px;
}


@media screen and (max-width: 1200px) {
  #footer #pagetop {
    right: 20px;
    margin-left: 0;
  }
}

/* -- リンク -- */

#footer #pagetop a {
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
  width: 46px;
  height: 46px;
}

#footer #pagetop a:before {
  position: absolute;
  top: 12px;
  left: 50%;
  transition: all .2s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  margin-top: -3px;
  margin-left: -5px;
  border: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 0;
  content: "";
}

/* -- リンク・ホバー時 -- */

#footer #pagetop a:hover {
  opacity: .6;
}

/* -- リンク内テキスト -- */

#footer #pagetop a span {
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
}

