@charset "utf-8";

/* CSS Document */

#container {
  margin-top: 0;
}

.mainImage {
  background: #e6e6e6;
  box-shadow: 0 1px 10px 5px rgba(100, 100, 100, 0.3);
}

.mainImageInner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.mainImageInner p {
  text-align: center;
  margin: 0;
}

#sidebar {
  margin-top: 35px;
}

.top .lead {
  padding: 40px 0;
  background: url(../img/top/bg_top01.png) no-repeat bottom 15px right;
}

.top .lead p:nth-child(1) {
  color: #59493f !important;
  font-size: 32px !important;
  font-weight: bold;
}

.top .lead p:nth-child(2) {
  font-size: 15px !important;
  line-height: 2 !important;
}

.top h2 {
  background: #054b37;
}

.top h3 {
  margin-bottom: 30px;
  color: #004471;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
}

.top h3 + p {
  margin: 30px 0;
  font-size: 16px !important;
  line-height: 2 !important;
}

.top span {
  color: #91004f;
}

.top ul.link li {
  float: left;
}

.sp {
  display: none;
}

.banner {
  display: none;
}

@media screen and (max-width: 680px) {
  .mainImage {
    box-shadow: none;
  }
  .mainImageInner {
    width: 100%;
  }
  #container #mainContent {
    background: url(../img/top/bg_top02.png) no-repeat top right;
  }
  .top .lead {
    padding: 0 0 10px;
    background: none;
  }
  .top .lead p {
    font-size: 10px !important;
  }
  .top .lead p:first-child {
    font-size: 18px !important;
  }
  .top h3 {
    font-size: 20px;
    line-height: 150%;
  }
  .top p {
    font-size: 10px !important;
  }
  #sidebar {
    margin-top: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .banner {
    display: block;
  }
  .banner img {
    width: 380px;
  }
}

/* Countdown */

.countDown {
  position: absolute;
  bottom: 0;
  right: 30px;
  padding: 15px 0;
  color: #054b37;
  font-size: 18px;
  font-weight: bold;
}

.countDownText {
  color: #39b132;
  font-size: 1.8em;
}

@media screen and (max-width: 680px) {
  .countDown {
    position: static;
    width: 360px;
    margin: 0 auto;
    padding: 5px 10px 10px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    background-color: #025754;
  }
  .countDownText {
    color: #fff;
  }
}
