/* =================================
   TopPage
==================================== */
.firstview {
  position: relative;
  margin-bottom: 100px;
}
.firstview .mv-container {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 80%;
}
.firstview .mv-container .mv-box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
}
.firstview .mv-container .mv-box#mv1 {
  position: relative;
  top: auto;
  left: auto;
}
.firstview .mv-container .mv-box.active {
  opacity: 1;
}
.firstview .mv-selector-container {
  position: absolute;
  right: -260px;
  bottom: 0;
}
.firstview .mv-selector-container .selector-list .selector-item {
  position: relative;
  margin-bottom: 30px;
  width: 300px;
  height: 75px;
  border: solid 1px #213e94;
  box-sizing: border-box;
  box-shadow: 4px 4px 15px rgba(90, 95, 63, 0.35);
  cursor: pointer;
  transition: background-size .3s ease;
}
.firstview .mv-selector-container .selector-list .selector-item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a55a4;
  opacity: .8;
  transition: opacity .3s;
}
.firstview .mv-selector-container .selector-list .selector-item.active {
  pointer-events: none;
}
.firstview .mv-selector-container .selector-list .selector-item.active::before {
  opacity: 0;
}
.firstview .mv-selector-container .selector-list .selector-item.kv-change1 {
  background: url(../img/page/kv-change1.jpg) center no-repeat;
}
.firstview .mv-selector-container .selector-list .selector-item.kv-change2 {
  background: url(../img/page/kv-change2.jpg) center no-repeat;
}
.firstview .mv-selector-container .selector-list .selector-item.kv-change3 {
  background: url(../img/page/kv-change3.jpg) center no-repeat;
}
.firstview .mv-selector-container .selector-list .selector-item p {
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 45px;
  color: #fff;
  font-style: italic;
  letter-spacing: .2em;
  text-shadow: 0 0 2px #213e94,0 0 2px #213e94,0 0 2px #213e94,0 0 2px #213e94,0 0 2px #213e94;
}
.firstview .mv-selector-container .selector-list .selector-item:hover {
  background-size: 120%;
}
.firstview .mv-selector-container .selector-list .selector-item:hover::before {
  opacity: 0;
}
.firstview .catch-copy {
  position: absolute;
  right: 5%;
  top: 3%;
  max-width: 507px;
  width: 43%;
}
.firstview .catch-copy img {
  filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 6px #fff) drop-shadow(0 0 6px #fff);
}

@media only screen and (max-width: 1200px) {
  .firstview .mv-selector-container {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }
  .firstview .mv-selector-container .selector-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .firstview .mv-selector-container .selector-list .selector-item {
    width: 128px;
    height: 50px;
  }
  .firstview .mv-selector-container .selector-list .selector-item.kv-change1, .firstview .mv-selector-container .selector-list .selector-item.kv-change2, .firstview .mv-selector-container .selector-list .selector-item.kv-change3 {
    background-size: cover;
  }
  .firstview .mv-selector-container .selector-list .selector-item p {
    bottom: -1px;
    font-size: 19px;
  }
  .firstview .mv-selector-container .selector-list .selector-item p:first-child {
    font-size: 12px;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }
  .firstview .catch-copy {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .firstview {
    margin-bottom: 20px;
  }
  .firstview .mv-container {
    width: 100%;
  }
  .firstview .catch-copy {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    max-width: 345px;
    width: 90%;
  }
}
.news {
  margin-bottom: 100px;
}
.news .section-content .news-list {
  margin: 0 auto;
  max-width: 768px;
  width: 95%;
}
.news .section-content .news-list .news-item {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 15px rgba(90, 95, 63, 0.25);
  transition: box-shadow .3s ease, transform .3s ease;
}
.news .section-content .news-list .news-item a {
  display: block;
  padding: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.news .section-content .news-list .news-item a .news-date {
  margin-bottom: 10px;
  color: #45b1ff;
}
.news .section-content .news-list .news-item a .news-title {
  line-height: 1.5em;
}
.news .section-content .news-list .news-item:hover {
  transform: translate3d(2px, 2px, 0);
  box-shadow: 1px 1px 5px rgba(90, 95, 63, 0.25);
}
.news .more-button {
  margin-top: 50px;
  width: 240px;
}

@media only screen and (max-width: 768px) {
  .news {
    margin-bottom: 75px;
  }
  .news .section-content .news-list {
    width: 90%;
  }
  .news .section-content .news-list .news-item a {
    padding: 20px;
  }
}
.tw-and-banner {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tw-and-banner {
    flex-direction: column;
  }
}
.twitter {
  width: 50%;
}
.twitter h2::before {
  left: auto;
  right: 30px;
  transform: translate3d(0, 0, 0);
}
.twitter h2 span {
  font-size: 18px;
  letter-spacing: 0;
  color: #1b55a5;
}
.twitter .section-content .twitter-wedget {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  box-sizing: border-box;
}
.twitter .section-content .twitter-wedget iframe {
  width: 100%;
  box-shadow: 4px 4px 15px rgba(90, 95, 63, 0.25);
}
.twitter .section-content .tw-button-wrapper {
  margin-left: auto;
  margin-right: 30px;
  max-width: 500px;
  width: 100%;
}
.twitter .section-content .follow-button {
  margin-top: 50px;
  width: 240px;
}

@media only screen and (max-width: 768px) {
  .twitter {
    width: 100%;
  }
  .twitter h2::before {
    right: 20px;
  }
  .twitter .section-content .twitter-wedget {
    margin: 0 auto;
    padding-right: 0;
    width: 90%;
  }
}
.banner-container {
  margin-top: 96px;
  padding-left: 30px;
  width: 50%;
  box-sizing: border-box;
}
.banner-container img {
  margin-bottom: 50px;
  max-width: 470px;
  box-shadow: 4px 4px 15px rgba(90, 95, 63, 0.25);
  transition: box-shadow .3s, transform .3s ease;
}
.banner-container img:hover {
  transform: translate3d(2px, 2px, 0);
  box-shadow: 1px 1px 5px rgba(90, 95, 63, 0.25);
}

@media only screen and (max-width: 768px) {
  .banner-container {
    margin: 75px auto 0;
    padding-left: 0;
    width: 90%;
  }
  .banner-container img {
    margin-bottom: 30px;
  }
}
