@charset "UTF-8";
/*------------------------------------------------
_mv.scss
------------------------------------------------*/
.mv {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

/*-- スライダー　slick.js 設定 --*/
.mv .slider img {
  width: 800px;
  height: 400px;
}

/*-- スライダー情報テキスト --*/
.mv .slider-info {
  font-weight: bold;
}

.mv .slick-dots {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 54px;
  padding-top: 10px;
  opacity: 1;
  color: #fff;
}

.slick-dots li {
  top: -10px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: white;
  opacity: .4;
}

.slick-dots li.slick-active button:before {
  font-size: 10px;
  color: white;
  opacity: 1;
}

.mv-nav {
  position: relative;
  background-color: #eaeaea;
  height: 80px;
}

.mv-nav a {
  color: #333;
  text-decoration: none;
}

.mv-nav .triangle-up {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 20px solid #eaeaea;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}

.mv-nav ul {
  width: 822px;
  margin: -30px auto 0;
}

.mv-nav ul li {
  float: left;
  width: 33.33%;
  height: 80px;
  padding: 10px;
  text-align: center;
  background-color: #eaeaea;
}

.mv-nav ul li a {
  display: block;
  font-size: 11px;
  width: 100%;
  height: 100%;
  border-left: solid 1px #999;
  border-bottom: none;
}

.mv-nav ul li a:after {
  display: none;
}

.mv-nav-btn {
  position: relative;
}

.mv-nav-btn-inner {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}

.mv-nav-btn-inner.button-0 {
  display: block;
  height: 100%;
  width: 100%;
}

.mv-nav ul li:last-child a {
  border-right: solid 1px #999;
}

.mv-info {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 41px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.mv-info .mv-info-bg {
  position: absolute;
  width: 50%;
  height: 40px;
  background-color: #303030;
  z-index: -1;
}

.mv-info .mv-info-main {
  border-bottom: solid 1px #ccc;
  position: relative;
  width: 800px;
  height: 40px;
  background-color: #fff;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 40px;
}

.mv-info .mv-info-main .triangle-right {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #303030;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.mv-info .mv-info-main .info-icon {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -15px;
}

.mv-info .mv-info-main .info-wrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mv-info .mv-info-main .info-wrap span {
  white-space: nowrap;
}

.mv-info .mv-info-main .info-wrap .date {
  padding: 0 20px 0 30px;
  border-right: solid 1px #ccc;
}

.mv-info .mv-info-main .info-wrap .info {
  padding-left: 20px;
}

.mv-info .mv-info-main .icon-r2 {
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -.5em;
  font-size: 20px;
}

/* パンくずリスト */
.breadcrumb {
  max-width: 1024px;
  padding: 18px 0 32px;
  font-size: 12px;
  margin: 0 auto;
}

.breadcrumb a:link {
  border-bottom: none;
}

.top-copy {
  text-align: center;
  color: #666;
  padding: 30px 0;
}

.top-copy .top-copy-1 {
  font-size: 9px;
  font-family: "din";
  letter-spacing: .2em;
}

.top-copy .top-copy-2 {
  font-size: 48px;
  letter-spacing: .2em;
  margin: 30px 0;
}

.title-main {
  position: relative;
  width: 100%;
  height: 100%;
}

.title-main .title-main-inner {
  width: 50%;
  position: relative;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 40px 90px 30px;
}

.title-main .title-main-inner h2 {
  font-size: 35px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: .1em;
  white-space: nowrap;
  line-height: 1;
  margin: 20px 0 10px;
}

.title-main .title-main-inner h2 strong {
  letter-spacing: 0;
  margin-left: -.2em;
  font-size: 1.4em;
}

.title-main .title-main-inner small {
  font-size: 9px;
  font-family: "din;";
}

.title-main .title-main-inner .description {
  margin: 30px auto 26px;
  max-width: 600px;
}

.title-main .title-main-inner .icon {
  font-size: 20px;
}

.title-main .title-main-inner-l {
  float: left;
}

.title-main .title-main-inner-r {
  float: right;
}

.title-main .title-main-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 0;
}

.title-main .icon-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
}

.message h3 {
  margin-top: 0;
}

.message .mes-txt {
  width: 440px;
  padding-left: 36px;
  border-left: dashed 1px #d0d0d0;
}

.message .mes-pict {
  padding-right: 70px;
}

.message img {
  margin-right: 10px;
}

.message .line {
  padding: 30px 0;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.message .slick-next:before {
  content: url(../common/img/arrow-bk-next.png);
  position: absolute;
  top: -20px;
  left: -30px;
  opacity: 1;
}

.message .slick-prev:before {
  content: url(../common/img/arrow-bk-prev.png);
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .title-main .title-main-inner h2 {
    font-size: 32px;
  }
}
