@charset "utf-8";

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

　　共通モジュール設定

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


/*  全体・コンテナー 設定
---------------------------------------------*/


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

/* 動き滑らか */
#header a,
#content a img {
  transition: opacity .4s ease-in-out,background .4s ease-in-out;
}

/* 半透明 */
#content a:hover img {
  opacity: .6;
}

/* 下線 */
.txtLink {
  text-decoration: underline;
}

/* 下線なし */
.txtLink:hover {
  text-decoration: none;
}

/* カーソル */
.boxHover {
  cursor: pointer;
}


/*  画像　設定
-------------------------- */

/* フレーム付き画像 */
.imgFrame {
  padding: 10px;
  border: 1px solid #fff;
  background: #fff;
}


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

/* 赤色 */
.txtRed {
  color: #d90000;
}
.txtRed-2 {
  color: #00a0e8;
}

/* 灰色 */
.txtGrey {
  color: #666;
}

/* インデント設定 */
.txtIdt {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: 200%;
  /text-indent: -9999px;
  text-indent: -9999px\9;
  white-space: nowrap;
}


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


/*  ボタン
-------------------------- */

.btnLinkLarge {
  text-align: center;
}

.btnLinkLarge a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  transition: all .4s ease-in-out;
  min-width: 292px;
  margin: 0 auto;
  padding: 15px 60px;
  border-radius: 3px;
  background: #e0485d;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

.btnLinkLarge a:hover {
  opacity: .6;
}

/* 矢印付きボタン */
.btnLinkLarge.icnArw a {
  padding: 12px 70px;
}

.btnLinkLarge.icnArw a:before,
.btnLinkLarge.icnArw a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}

.btnLinkLarge.icnArw a:after {
  right: 21px;
  border-left-color: #de4a5f;
}


/*  アイコン
-------------------------- */

/* -- PDFリンク -- */

.icnPDF a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  min-height: 20px;
  padding-left: 22px;
  background: url(/common/img/content/icn-pdf.gif) no-repeat 0 0;
  color: #779e1a;
  font-size: .9em;
  font-weight: bold;
}

.icnPDF a:hover {
  text-decoration: underline;
}

/* -- 矢印アイコン -- */

.icnArw.icnMaru a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding-left: 20px;
  color: #87b618;
}

.icnArw.icnMaru a:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/common/img/content/icn-arw-maru.gif) no-repeat;
  content: "";
}


/*  パンくず
-------------------------- */

.boxBreadcrumb {
  min-height: 32px;
  padding: 15px 0;
  font-size: .9em;
  letter-spacing: -.5px;
}

.boxBreadcrumb p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.boxBreadcrumb a {
  margin-right: 2px;
  color: #e0485d;
}

.boxBreadcrumb a:hover {
  text-decoration: underline;
}

.boxBreadcrumb span {
  margin-right: 2px;
}


/*  カテゴリータイトル
-------------------------- */

.boxCategoryTitle {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.boxCategoryTitle .boxInner {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ebebeb;
}

.boxCategoryTitle h1 {
  padding-top: 8px;
  font-size: 1.85em;
  line-height: 1.6em;
}

.boxCategoryTitle h1 .fwB {
  font-size: 1.15em;
}

.boxCategoryTitle h1 .txtArw {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding: 0 1px;
  font-size: .6em;
  vertical-align: 4px;
}

.boxCategoryTitle h1 .txtSub {
  display: block;
  margin-top: -5px;
  font-size: .75em;
  line-height: 1.6em;
}


/*  ソーシャル
-------------------------- */

#content .boxSocial {
  padding-top: 15px;
  padding-bottom: 15px;
}

#content .boxSocial ul {
  letter-spacing: -.40em;
  text-align: right;
}

#content .boxSocial li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  overflow: hidden;
  height: 20px;
  letter-spacing: normal;
  padding-left: 10px;
  vertical-align: top;
}


/*  リンクエリア
-------------------------- */

.boxLinkArea {
  position: relative;
}

.boxLinkArea .txtMore a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}


/*  汎用テーブル
-------------------------- */

.boxTable {
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  color: #444;
}

.boxTable tr {
  border-top: 1px solid #ccc;
}

.boxTable th,
.boxTable td {
  padding: 30px 20px;
  border-left: 1px solid #ccc;
}

.boxTable th {
  width: 210px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.boxTable td {
  background: #fff;
}

.boxTable input[type="text"],
.boxTable input[type="email"],
.boxTable input[type="password"],
.boxTable select,
.boxTable textarea {
  margin-top: -6px;
  margin-bottom: -6px;
}

.boxTable input[type="text"],
.boxTable input[type="email"],
.boxTable input[type="password"] {
  width: 420px;
}

.boxTable select {
  min-width: 300px;
}

.boxTable label {
  margin-right: 30px;
}


/*  ニュース一覧
-------------------------- */

.boxNewsList {
  margin-bottom: 20px;
  padding: 6px 0;
  background: #fff;
  line-height: 1.6em;
}

.boxNewsList a {
  text-decoration: none;
  color: #000;
}

.boxNewsList a:hover dl {
  opacity: .7;
}

.boxNewsList li {
  border-top: 1px solid #e5e5e5;
  text-align: left;
}

.boxNewsList li:first-child {
  border-top: none;
}

.boxNewsList dl {
  transition: opacity .4s ease-in-out;
  overflow: hidden;
}

.boxNewsList dt,
.boxNewsList dd {
  padding: 15px;
}

/* -- 日付 -- */

.boxNewsList dt {
  float: left;
  width: 200px;
  color: #0d9fb9;
  text-align: right;
}

/* -- ニュースタイトル -- */

.boxNewsList li dd {
  padding-left: 200px;
}

/* -- リンク -- */

.boxNewsList li dd a {
  display: block;
  transition: all .4s ease-in-out;
  padding: 12px 15px;
  color: #333;
}

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

.boxNewsList li dd a:hover {
  color: #088597;
}

/* ---- 一覧リンクボタン ---- */

.btnListLink {
  text-align: center;
}

/* -- リンク -- */

.btnListLink a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all .4s ease-in-out;
  min-width: 230px;
  max-width: 100%;
  padding: 5px 15px;
  border: 1px solid #676767;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

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

.btnListLink a:hover {
  background-color: #000;
  color: #fff;
}


/*  ページャー
----------------------------------- */

.boxPager {
  padding-top: 25px;
  text-align: center;
}

.boxPager a,
.boxPager span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all .4s ease-in-out;
  width: 34px;
  margin-left: 2px;
  margin-bottom: 6px;
  padding: 6px;
  border: 1px solid #000;
  background: #fff;
  color: #333;
}

.boxPager a:hover,
.boxPager .txtCurrent {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}


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

.boxNavBtn {
  margin-bottom: 30px;
}

.boxNavBtn ul {
  margin-left: -16px;
  letter-spacing: -.40em;
}

.boxNavBtn li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 33%;
  padding-left: 8px;
  letter-spacing: normal;
  vertical-align: top;
}

/* -- ボタン -- */

.boxNavBtn .btn {
  display: block;
  transition: opacity .4s ease-in-out,background .4s ease-in-out;
  position: relative;
  padding: 13px 0;
  background: #999;
  color: #fff !important;
  font-size: .98em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5em;
}

/* ボタン装飾（矢印） */

.boxNavBtn .btn span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding: 0 40px 0 20px;
}

.boxNavBtn .btn span:before,
.boxNavBtn .btn span:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-radius: 2px;
  content: "";
}

.boxNavBtn .btn span:after {
  right: 2px;
  border-left-color: #999;
}

/* -- ボタンリンク -- */

.boxNavBtn a {
  text-decoration: none !important;
}

.boxNavBtn a .btn {
  background-color: #135f32;
}

.boxNavBtn a .btn span:after {
  border-left-color: #135f32;
}

.boxNavBtn a .btn:hover {
  background-color: #0e4123;
}

.boxNavBtn a .btn:hover span:after {
  border-left-color: #0e4123;
}


/*  準備中
----------------------------------- */

.boxComingSoon {
  padding: 15px 0 0;
  font-size: 1.15em;
}

.boxComingSoon p {
  margin-bottom: 10px;
}


/*  カラムリスト
-------------------------- */

/* ---- 共通設定 ---- */

.boxColumnList {
}

.boxColumnList > ul {
  letter-spacing: -.40em;
}

.boxColumnList > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  letter-spacing: normal;
  vertical-align: top;
}

.boxColumnList > ul > li.boxFull {
  width: 100% !important;
}

/* -- 画像 -- */

.boxColumnList .imgItem {
}

.boxColumnList .imgItem img {
  width: 100%;
}

/* -- タイトル -- */

.boxColumnList .ttlItem {
  padding-top: 30px;
}

.boxColumnList .ttlSub {
  margin-bottom: 0;
}

/* -- 内容 -- */

.boxColumnList .txtCont {
  padding-top: 12px;
  line-height: 1.8em;
}

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

.boxColumnList.columnTwo > ul {
  margin-top: -55px;
  margin-left: -50px;
}

.boxColumnList.columnTwo > ul > li {
  width: 50%;
  padding: 55px 0 0 50px;
}

.boxColumnList.columnTwo .txtCont {
  font-size: 1.1em;
  line-height: 1.9em;
  letter-spacing: -.04em;
}

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

.boxColumnList.columnThree > ul {
  margin-top: -45px;
  margin-left: -90px;
}

.boxColumnList.columnThree > ul > li {
  width: 33.333%;
  padding: 45px 0 0 90px;
}

.boxColumnList.columnThree .txtCont {
  font-size: 1.1em;
  line-height: 1.9em;
  letter-spacing: -.04em;
}

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

.boxColumnList.columnFour > ul {
  margin-top: -25px;
  margin-left: -24px;
}

.boxColumnList.columnFour > ul > li {
  width: 25%;
  padding: 25px 0 0 24px;
}

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

.boxColumnList.columnFive > ul {
  margin-top: -20px;
  margin-left: -24px;
}

.boxColumnList.columnFive > ul > li {
  width: 20%;
  padding: 20px 0 0 24px;
}

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

.boxColumnList.columnSix > ul {
  margin-top: -20px;
  margin-left: -24px;
}

.boxColumnList.columnSix > ul > li {
  width: 16.65%;
  padding: 20px 0 0 24px;
}

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

.boxColumnList.columnSeven > ul {
  margin-top: -40px;
  margin-left: -38px;
}

.boxColumnList.columnSeven > ul > li {
  width: 14.25%;
  padding: 40px 0 0 38px;
}


/*  リンクリスト
----------------------------------- */

.boxLinkList {
  padding-top: 5px;
  line-height: 1.45em;
}

.boxLinkList li {
  margin-bottom: 10px;
}



/*  モーダル
-------------------------- */

.mfp-bg,
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-container {
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 1500px;
  margin: 0 auto;
 /* padding: 40px;*/
 padding: 10px 40px;
}

.boxModal {
  display: none;
  position: inherit;
  max-width: 1100px;
  min-height: 700px;
  /*margin: 80px auto;*/
  margin: 20px auto;
  text-align: left;
  line-height: 1.6em;
  word-break: break-all;
}

.mfp-wrap .boxModal {
  display: block;
  font-size: .9em;
}

.boxModalInner {
  position: relative;
  background: rgba(235, 246, 238, 0.5);
  max-width: 940px;
  min-height: 700px;
  padding: 10px 40px 35px;
}

/* -- 閉じるボタン -- */

.mfp-close-btn-in .mfp-close {
  position: fixed;
  top: 40px;
  right: 40px;
  right: 40px\9; /* IE8用 */
  overflow: hidden;
  width: 53px;
  height: 53px;
  background: url(/concert/20th/common/img/content/icn-modal-close.png) no-repeat center #ccc;
  text-indent: 200px;
  line-height: 200px;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mfp-close-btn-in .mfp-close {
    top: 30px;
    right: 30px;
  }
}

/* Edge用 */
@supports (-ms-ime-align:auto) {
  .mfp-close-btn-in .mfp-close {
    right: 30px;
  }
}

button.mfp-close,
button.mfp-arrow {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  font-size: 38px;
}

.mfp-close {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* ---- 画像モーダル ---- */

.mfp-image-holder .mfp-content {
  padding: 5%;
}

.mfp-image-holder .mfp-figure:after {
  display: none;
}

/* -- 閉じるボタン（画像用） -- */

.mfp-image-holder .mfp-close {
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
}

