@charset "utf-8";

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

　　 個別設定

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


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

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


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

/*  Content Top
----------------------------------- */

/* -------- メインビジュアル -------- */

#mainvisual {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #000;
}

#mainvisual .boxInner {
  position: relative;
  width: 100%;
  text-align: center;
}

/* ---- Slider ---- */

#mainvisual .boxSlide {
  display: block;
  transition: opacity .4s ease-in-out;
  opacity: 0;
  margin: 0;
}

#mainvisual .boxSlide > li {
  display: none;
}

#mainvisual .boxSlide > li:first-child {
  display: block;
}

#mainvisual .boxSlide img {
  width: 100%;
}

#mainvisual .boxSlide.slick-slider {
  opacity: 1;
}

#mainvisual .boxSlide.slick-slider > li {
  display: block;
}

.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 0 14px;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button:before {
  transition: opacity .4s ease-in-out;
  opacity: .5;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  content: "";
}

.slick-dots li.slick-active button:before {
  opacity: 0.88;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: .9;
}

/* ---- Catch ---- */

#mainvisual .boxCatchArea {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 200px;
  margin: -100px 0 0 -500px;
  border-radius: 3px;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 19%, rgba(0,0,0,.55) 80%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 19%, rgba(0,0,0,.55) 80%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 19%, rgba(0,0,0,.55) 80%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 19%, rgba(0,0,0,.55) 80%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 19%, rgba(0,0,0,.55) 80%, rgba(0,0,0,0) 100%);
  color: #fff;
  font-size: 1.7em;
  font-family: "Sawarabi Mincho";
  letter-spacing: .02em;
  line-height: 200px;
}

#mainvisual p {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  line-height: 1.8em;
  vertical-align: middle;
  padding-bottom: 10px;
}


/*  Content Main
----------------------------------- */

/* -------- イベント -------- */

#event > .boxInner {
  padding-top: 45px;
  padding-bottom: 75px;
}

/* ---- Event Info ---- */

#event .boxEventInfo {
  float: left;
  width: 650px;
}

#event .boxEventInfo .boxEventInfoCont {
  position: relative;
  padding-left: 200px;
  min-height: 162px;
  line-height: 1.8em;
}

#event .boxEventInfo .boxEventInfoCont .imgThumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 184px;
}

#event .boxEventInfo .boxEventInfoCont .imgThumb a {
  transition: opacity .4s ease-in-out;
}

#event .boxEventInfo .boxEventInfoCont .imgThumb a:hover {
  opacity: .6;
}

#event .boxEventInfo .boxEventInfoCont .imgThumb img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

#event .boxEventInfo .boxEventInfoCont .boxCont {
  line-height: 2em;
}

#event .boxEventInfo .boxEventInfoCont .boxCont p {
  padding-top: 0;
}

#event .boxEventInfo .boxEventInfoCont .boxCont .btn {
  margin-top: 15px;
}

/* ---- Banner Area ---- */

#event .boxBannerArea {
  float: right;
  width: 270px;
  padding-top: 20px;
}


/* -------- 更新情報 -------- */

#update {
  padding-top: 25px;
  padding-bottom: 40px;
}

#update .boxSectionHead {
  padding-bottom: 40px;
}

#update .boxSectionHead .ttl {
  margin-bottom: 0;
}




