@charset "utf-8";
.top-hero__inner {
  height: 654px;
  min-width: 1080px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.top-hero__inner a:hover {
  opacity: 1;
}
.top-hero__mainVisu {
  height: 510px;
  position: relative;
  width: 100%;
}
.top-hero__mainVisu > img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.top-hero__container {
  height: 510px;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1080px;
  z-index: 20;
}
.top-hero__container a {
  display: block;
}
.top-hero__ttlWrap {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  bottom: 106px;
  padding: 26px 32px 16px;
  position: absolute;
  z-index: 30;
}
.top-hero__ttlWrap:hover {
  opacity: 0.6;
}
.top-hero__subTtlWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-hero__mainTtl {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
.top-hero__subTtl {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.top-hero__leafInfo {
  color: #f0f0f0;
  font-size: 1.4rem;
}
.top-hero__artiacleInfo,
.top-hero__artiacleInfoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-hero__artiacleInfo {
  color: #fff;
  font-size: 1.2rem;
}
.top-hero__artiacleInfo:not(first-of-type) {
  margin-right: 10px;
}
.top-articleInfo__thum {
  height: 32px;
  margin-right: 10px;
  overflow: hidden;
  width: 32px;
}
.top-articleInfo__thum img {
  border-radius: 50px;
  width: 100%;
}
.top-articleInfo__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-articleInfo__level,
.top-articleInfo__name {
  color: #f0f0f0;
  font-size: 1.1rem;
}
.top-hero-related {
  background: #0d2d67;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.top-hero-related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
}
.top-hero-related__item {
  padding: 35px 22px 35px 30px;
  width: 360px;
  z-index: 99;
}
.top-hero-related__item:not(:nth-of-type(2)) {
  background: #0b2759;
}
.top-hero-related__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-hero-related__item a:hover {
  opacity: 0.6;
}
.top-hero-related__mainTtl {
  color: #e8e8e8;
  font-size: 1.7rem;
  font-weight: 700;
}
.top-hero-related__subTtl {
  color: #f0f0f0;
  font-size: 1.3rem;
}
.top-hero-related__date {
  color: #657783;
  font-size: 1.1rem;
}
.top-hero-related__thum {
  height: 70px;
  margin-right: 20px;
  min-width: 70px;
  overflow: hidden;
  position: relative;
  width: 70px;
}
.top-hero-related__thum img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.top-auth {
  background: #0d306f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px;
  position: fixed;
  right: 0;
  top: calc(50vh - 200px);
  z-index: 60;
}
.top-auth a {
  color: #fff;
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-auth a:first-of-type {
  margin-bottom: 20px;
}
.top-latest-article__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-latest-article__item,
.top-latest-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.top-latest-article__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 340px;
}
.top-latest-article__item:nth-child(odd) {
  margin-right: 30px;
}
.top-latest-article__mainTtl {
  font-size: 1.5rem;
  font-weight: 700;
}
.top-latest-article__subTtl {
  color: #657783;
  font-size: 1.3rem;
  font-weight: 500;
}
.top-latest-article__infoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-latest-article__comment {
  display: none;
}
.top-latest-article__comment span {
  margin-left: 4px;
  color: #657783;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
}
.top-latest-article__comment.is-show {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.top-latest-article__thum {
  height: 153px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-latest-article__thum img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.top-latest-article__date {
  color: #657783;
  font-size: 1.3rem;
}
.top-latest-article__btn {
  text-align: center;
}
.top-popular__headline {
  color: #151515;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 10px;
}
.top-popular__thum {
  height: 153px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-popular__thum.\--sub {
  height: 64px;
  margin: 0 0 0 15px;
  min-width: 64px;
  width: 64px;
}
.top-popular__thum img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.top-popular__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-popular__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  width: 340px;
}
.top-popular__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  width: 100%;
}
.top-popular__item:first-of-type a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-popular__mainTtl {
  font-size: 1.5rem;
  font-weight: 700;
}
.top-popular__subTtl {
  background: #0d306f;
  bottom: 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  left: 10px;
  padding: 4px;
  position: absolute;
}
.top-popular__date {
  color: #657783;
  font-size: 1.2rem;
}
.top-popular__read-more {
  font-size: 1.3rem;
}
.top-popular__read-more a {
  color: #0d306f;
  font-weight: 700;
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.top-popular__read-more a:after {
  border-right: 2px solid #0d306f;
  border-top: 2px solid #0d306f;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
.top-popular__btn {
  margin: 20px 0;
  text-align: center;
}
.area-billboard {
  margin: 0 auto 15px;
  position: relative;
}
.en-left {
  margin-left: -175px;
}
.en-left,
.en-right {
  position: absolute;
  top: 0;
}
.en-right {
  margin-right: -175px;
  right: 0;
}
