@charset "utf-8";

body {
  position: relative;
}

.b-plain {
  position: relative;
}

#btTopics:after,
#tomodachi:after,
#pickup_articles_and_topics:after,
#featuredVideo:after,
#sliderBanner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

@media (max-width: 767px) {
  main {
    font-size: 0.85714rem;
  }
}

#gHeader {
  padding-top: 106px;
}

@media (max-width: 1197px) and (min-width: 768px) {
  #gHeader {
    padding-top: 86px;
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  #gHeader {
    padding-top: 78px;
  }
}

@media (max-width: 767px) {
  #gHeader {
    padding-top: 52px;
  }
}


/* ------------------------ hero */
#bk6904554.b-plain.c-space_normal.c-sp-space_normal.bd-sm-smart.cssskin-_block_billboard {
  overflow-x: hidden;
}

@media only screen and (max-width: 641px) {
  #bk6904554.b-plain.c-space_normal.c-sp-space_normal.bd-sm-smart.cssskin-_block_billboard {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  #header {
    width: 100% !important;
  }
}


/* ------------------------ featuredTopics */
#featuredTopics .group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4%;
}

#featuredTopics .column {
  width: 30.89%;
  margin: 0 0 30px 2.43%;
  border: 1px solid #ececec;
  background: #fff;
  cursor: pointer;
}

#featuredTopics .column:nth-child(n + 4) {
  display: none;
}

#featuredTopics .c-img {
  overflow: hidden;
  display: block;
}

#featuredTopics .c-img img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

#featuredTopics a:hover .c-img img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

#featuredTopics .category {
  padding: 0 18px;
  background: #373737;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}

#featuredTopics .economy .category {
  background: #014886;
}

#featuredTopics .technology .category {
  background: #2b8f2f;
}

#featuredTopics .diversity .category {
  background: #e69d02;
}

#featuredTopics .regionalstrength .category {
  background: #da4429;
}

#featuredTopics .tradeandinvestment .category {
  background: #009cbd;
}

#featuredTopics .internationalcontribution .category,
#featuredTopics .internationaldevelopment .category {
  background: #fc88b9;
}

#featuredTopics .foreignaffairs .category {
  background: #893eb4;
}

#featuredTopics .publications .category {
  background: #925a1d;
}

#featuredTopics .primeministerspeeches .category {
  background: #4964c4;
}

#featuredTopics .energy .category {
  background: #0a8683;
}

#featuredTopics .environment .category {
  background: #5ab034;
}

#featuredTopics .health .category {
  background: #a2405e;
}

#featuredTopics .security .category {
  background: #594ea0;
}

#featuredTopics .education .category {
  background: #664036;
}

#featuredTopics .culture .category {
  background: #ccb30a;
}

#featuredTopics .tourism .category {
  background: #e96d09;
}

#featuredTopics .sports .category {
  background: #308ad3;
}

#featuredTopics .body {
  position: relative;
  padding: 10px 18px 16px;
}

#featuredTopics .date {
  margin-bottom: 8px;
  padding: 0 80px 0 0;
  font-weight: 700;
}

#featuredTopics .title {
  margin-bottom: 4px;
  font-family: Georgia, "serif";
  font-size: 1.42857rem;
  font-weight: 700;
  line-height: 1.3;
}

#featuredTopics .newActive .title {
  padding-right: 64px;
}

#featuredTopics .new {
  position: absolute;
  top: 15px;
  right: 18px;
  padding: 0 10px;
  border: 1px solid #ed3522;
  color: #ed3522;
  font-weight: 700;
  line-height: 21px;
}

#featuredTopics .url {
  display: none;
}

.btTopics {
  max-width: 200px;
  margin: 0 auto 40px;
}

.btTopics .btn {
  display: block;
  border: 1px solid #adadad;
  font-size: 1.14286rem;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.btTopics .btn:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -4px;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.btTopics .btn.on:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btTopics .btn span:last-child {
  display: none;
}

.btTopics .btn.on span:first-child {
  display: none;
}

.btTopics .btn.on span:last-child {
  display: inline;
}

@media (max-width: 767px) {
  #featuredTopics .group {
    display: block;
    max-width: 354px;
    margin: 0 auto;
  }

  #featuredTopics .group .column {
    width: auto;
    margin: 0 0 18px 0;
  }

  #featuredTopics .body {
    font-size: 0.78571rem;
  }

  #featuredTopics .category {
    font-size: 0.78571rem;
  }

  #featuredTopics .date {
    padding: 0 64px 0 0;
  }

  #featuredTopics .title {
    font-size: 1.0rem;
  }

  #featuredTopics .newActive .title {
    padding-right: 56px;
  }

  #featuredTopics .new {
    padding: 0 8px;
    font-size: 0.78571rem;
    line-height: 18px;
  }

  .btTopics {
    margin: 0 auto 40px;
  }
}


/* ------------------------ tomodachi */
.tomodachi {
  position: relative;
  margin-bottom: 40px;
}

.tomodachi .bodyBlock {
  display: flex;
}

.tomodachi .latest {
  width: 48.75%;
  margin-right: 2.5%;
  border: 1px solid #ececec;
  background: #fff;
}

.tomodachi .latest .c-img {
  overflow: hidden;
  display: block;
}

.tomodachi .latest .c-img img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.tomodachi .latest a:hover .c-img img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.tomodachi .latest .body {
  position: relative;
  padding: 15px;
  font-weight: 700;
}

.tomodachi .latest .title {
  font-family: Georgia, "serif";
  font-size: 1.42857rem;
}

.tomodachi .articles {
  width: 48.75%;
  padding: 24px 30px 20px;
  border: 1px solid #ececec;
  background: #fff;
}

.tomodachi .articles .h {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: 1.14286rem;
  font-weight: 700;
}

.tomodachi .articles .column {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #d8d8d8;
}

.tomodachi .articles .column:after {
  content: '';
  display: block;
  clear: both;
}

.tomodachi .articles .column:last-child {
  border: none;
}

.tomodachi .articles .column a {
  display: block;
}

.tomodachi .articles .column a:after {
  content: '';
  display: block;
  clear: both;
}

.tomodachi .articles .column a:hover {
  opacity: 0.4;
  color: inherit;
}

.tomodachi .articles .column .c-img {
  display: block;
  float: left;
  width: 142px;
}

.tomodachi .articles .column .body {
  margin-left: 170px;
  font-family: Georgia, "serif";
}

.tomodachi .articles .column .title {
  font-size: 1.14286rem;
  font-weight: 700;
  line-height: 1.5;
}

.tomodachi .btLink {
  position: absolute;
  top: -64px;
  right: 0;
}

.tomodachi .btLink a {
  display: inline-block;
  position: relative;
}

.tomodachi .btLink a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: #333;
  vertical-align: middle;
}

.tomodachi .btLink a:hover:before {
  background: #cd1e1f;
}

.tomodachi .btLink a:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tomodachi .new {
  position: absolute;
  top: 7px;
  right: 18px;
  padding: 0 10px;
  border: 1px solid #ed3522;
  color: #ed3522;
  font-weight: 700;
  line-height: 21px;
}

@media (max-width: 767px) {
  .tomodachi {
    margin-bottom: 40px;
  }

  .tomodachi .bodyBlock {
    display: block;
  }

  .tomodachi .latest {
    width: auto;
    margin: 0 0 20px;
  }

  .tomodachi .articles {
    width: auto;
    padding: 15px;
  }

  .tomodachi .latest .title {
    font-size: 1.0rem;
  }

  .tomodachi .articles .h {
    margin-bottom: 6px;
    font-size: 0.85714rem;
  }

  .tomodachi .articles .column {
    padding: 10px 0;
  }

  .tomodachi .articles .column .c-img {
    width: 98px;
  }

  .tomodachi .articles .column .body {
    margin-left: 113px;
  }

  .tomodachi .articles .column .title {
    font-size: 0.78571rem;
  }

  .tomodachi .btLink {
    position: static;
    padding-top: 24px;
    text-align: center;
  }

  .tomodachi .btLink a {
    font-size: 0.78571rem;
  }

  .tomodachi .btLink a:before {
    width: 19px;
    height: 19px;
  }

  .tomodachi .btLink a:after {
    left: 6px;
    width: 4px;
    height: 4px;
  }

  .tomodachi .new {
    padding: 0 8px;
    font-size: 0.78571rem;
    line-height: 18px;
  }
}


/* ------------------------ pickup_articles_and_topics */
.pickup_articles_and_topics {
  position: relative;
  margin-bottom: 117px;
  padding: 0 39px;
}

.articles_kizuna {
  margin-bottom: 59px;
}

.pickup_articles_and_topics .item {
  padding: 0 20px;
}

.pickup_articles_and_topics .item a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .pickup_articles_and_topics .item .c-img {
    overflow: hidden;
    display: block;
  }

  .pickup_articles_and_topics .item a .c-img img {
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    max-width: 350px;
    object-fit: cover;
    aspect-ratio: 700/396;
    background-color: #eee;
  }

  .pickup_articles_and_topics .item a:hover .c-img img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
}

.pickup_articles_and_topics .img {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .pickup_articles_and_topics .img {
    margin-bottom: 8px;
  }

  .pickup_articles_and_topics .item {
    padding: 0;
  }
}

.pickup_articles_and_topics .js_play .img picture::before {
  content: "";
  position: absolute;
  width: 15.5%;
  height: 28%;
  background: url(../../img/top/ico_play.png) no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .pickup_articles_and_topics .js_play .img picture::before {
    width: 20%;
    height: 36%;
  }
}

@media (min-width: 1200px) {
  .pickup_articles_and_topics .js_play .img picture::before {
    width: 76px;
    height: 79px;
  }
}

.pickup_articles_and_topics .img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 700/396;
  background-color: #eee;
}

.pickup_articles_and_topics .title {
  font-size: 1.28571rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: Georgia, "serif";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.pickup_articles_and_topics .lead {
  font-size: 1.07143rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.pickup_articles_and_topics .date {
  margin-top: 5px;
  font-size: 1.07143rem;
  color: #767676;
  transition: all 0.4s ease;
}

.pickup_articles_and_topics a {
  position: relative;
}

@media (any-hover: hover) {
  .pickup_articles_and_topics a:hover .date {
    color: #cd1e1f;
  }
}

.pickup_articles_and_topics .topics_label {
  position: absolute;
  right: 0;
  padding: 1px 10px 1px 11px;
  font-size: 0.92857rem;
  font-family: "Verdana", sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.pickup_articles_and_topics .topics_label::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 12px;
    height: 10px;
    margin-left: 8px;
    background: url(/topics/_userdata/img/ico_blank_white.png) no-repeat;
    background-size: cover;
    top: 1px;
}
@media (max-width: 767px) {
  .pickup_articles_and_topics .topics_label {
    padding: 1px 9px 1px 10px;
    font-size: 0.78571rem;
  }
}

.pickup_articles_and_topics .kizuna_itemGroup .lead {
  margin-bottom: 6px;
}

.pickup_articles_and_topics .slick-arrow {
  text-indent: -9999px;
  background: none;
  border: none;
}

.pickup_articles_and_topics .slick-prev {
  position: absolute;
  top: 80px;
  left: -32px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
}

.pickup_articles_and_topics .slick-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-bottom: 5px solid #999;
  border-left: 5px solid #999;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pickup_articles_and_topics .slick-next {
  position: absolute;
  top: 80px;
  right: -32px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
}

.pickup_articles_and_topics .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 5px solid #999;
  border-right: 5px solid #999;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 767px) {
  .pickup_articles_and_topics .slick-arrow {
    top: 25%;
    width: 30px;
    height: 34px;
    z-index: 1;
  }

  .pickup_articles_and_topics .slick-prev,
  .pickup_articles_and_topics .slick-next {
    display: inline;
  }

  .pickup_articles_and_topics .slick-prev {
    left: 10px;
  }

  .pickup_articles_and_topics .slick-prev:after {
    top: 70%;
    left: -70%;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #999;
    border-left: 3px solid #999;
  }

  .pickup_articles_and_topics .slick-next {
    right: 10px;
  }

  .pickup_articles_and_topics .slick-next:after {
    top: 70%;
    left: 170%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
  }
}

.pickup_articles_and_topics .slick-dots {
  list-style: none;
  margin: 0;
  padding: 22px 0 11px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .pickup_articles_and_topics .slick-dots {
    padding: 10px 0 8px 0;
  }
}

.pickup_articles_and_topics .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}

.pickup_articles_and_topics .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  text-indent: -9999px;
  border: none;
  background: #ddd;
  padding: 0;
  margin: 0;
}

.pickup_articles_and_topics .slick-dots li.slick-active button {
  background: #999;
}

.pickup_articles_and_topics .btLink {
  position: absolute;
  top: -53px;
  right: 48px;
}

.pickup_articles_and_topics .btLink a {
  display: inline-block;
  position: relative;
}

.pickup_articles_and_topics .btLink a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: #333;
  vertical-align: middle;
}

.pickup_articles_and_topics .btLink a:hover:before {
  background: #cd1e1f;
}

.pickup_articles_and_topics .btLink a:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pickup_articles_and_topics .btLink a span:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 8px;
  background: url(../../img/ico_blank.png) no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .pickup_articles_and_topics {
    overflow: hidden;
    padding: 0 30px 26px;
    margin-bottom: 41px;
  }

  .articles_kizuna {
    margin-bottom: 36px;
  }

  .pickup_articles_and_topics .inner {
    overflow: visible;
  }

  .pickup_articles_and_topics .item:hover {
    opacity: 1;
  }

  .pickup_articles_and_topics .title {
    font-size: 1.07143rem;
    margin-bottom: 5px;
  }

  .pickup_articles_and_topics .lead {
    font-size: 0.92857rem;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    margin-bottom: 2px;
  }

  .pickup_articles_and_topics .kizuna_itemGroup .lead {
    margin-bottom: 0;
  }

  .pickup_articles_and_topics .date {
    margin-top: 0;
    font-size: 0.78571rem;
  }

  .pickup_articles_and_topics .btLink {
    position: static;
    padding-top: 24px;
    text-align: center;
  }

  .pickup_articles_and_topics .btLink a {
    font-size: 0.78571rem;
  }

  .pickup_articles_and_topics .btLink a:before {
    width: 19px;
    height: 19px;
  }

  .pickup_articles_and_topics .btLink a:after {
    left: 6px;
    width: 4px;
    height: 4px;
  }
}


/* ------------------------ featuredVideo */
.featuredVideo {
  display: table-cell;
  position: relative;
  padding: 5px 5px 53px 5px;
  background: white;
  vertical-align: top;
  width: 530px;
  border-radius: 5px;
}

.featuredVideo .item {
  padding: 0 1px;
  transition: opacity 0.4s ease;
}

.featuredVideo .item:hover {
  opacity: 0.4;
  cursor: pointer;
}

.featuredVideo .img {
  position: relative;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .featuredVideo .img {
    margin-bottom: 5px;
  }
}

.featuredVideo .img:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  background: url(../../img/top/ico_play.png) no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featuredVideo .img img {
  width: 100%;
}

.featuredVideo .title {
  font-size: 1.35714rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 9px;
  margin-left: 14px;
}

.featuredVideo .slick-arrow {
  text-indent: -9999px;
  background: none;
  border: none;
  z-index: 1;
}

.featuredVideo .slick-prev {
  position: absolute;
  top: 81px;
  left: -46px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.featuredVideo .slick-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-bottom: 5px solid #999;
  border-left: 5px solid #999;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.featuredVideo .slick-next {
  position: absolute;
  top: 81px;
  right: -44px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.featuredVideo .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 5px solid #999;
  border-right: 5px solid #999;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 1159px) {
  .featuredVideo .slick-prev {
    left: -40px;
  }

  .featuredVideo .slick-next {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .featuredVideo .slick-prev,
  .featuredVideo .slick-next {
    display: none;
  }
}

.featuredVideo .slick-dots {
  list-style: none;
  margin: 0;
  padding: 15px 7px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .featuredVideo .slick-dots {
    padding: 12px 0 0 0;
  }
}

.featuredVideo .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}

@media (max-width: 767px) {
  .featuredVideo .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0px 5px;
  }
}

.featuredVideo .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  background: #ddd;
  padding: 0;
  margin: 0;
}

.featuredVideo .slick-dots li.slick-active button {
  background: #999;
}

.featuredVideo .btLink {
  position: absolute;
  bottom: 4%;
  text-align: center;
  left: 0;
  font-size: 1.0rem;
  padding-bottom: 1px;
  width: 100%;
}

.featuredVideo .btLink a {
  display: inline-block;
  position: relative;
}

.featuredVideo .btLink a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: #333;
  vertical-align: top;
}

.featuredVideo .btLink a:hover:before {
  background: #cd1e1f;
}

.featuredVideo .btLink a:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.featuredVideo .btLink a span:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 8px;
  background: url(../../img/ico_blank.png) no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .featuredVideo {
    display: block;
    background: transparent;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 36px;
  }

  .featuredVideo .inner {
    overflow: visible;
  }

  .featuredVideo .item {
    padding-right: 1px;
  }

  .featuredVideo .item:hover {
    opacity: 1;
  }

  .featuredVideo .title {
    font-size: 0.78571rem;
    margin-left: 0;
    margin-top: 0;
    line-height: 1.4;
  }

  .featuredVideo .btLink {
    top: 11px;
    left: -5px;
    position: relative;
  }

  .featuredVideo .btLink a {
    font-size: 0.71429rem;
  }

  .featuredVideo .btLink a:before {
    width: 17px;
    height: 17px;
    margin-right: 5px
  }

  .featuredVideo .btLink a:after {
    top: 7px;
    left: 6px;
    width: 4px;
    height: 4px;
  }
}


/* ------------------------ video */
#videoArea {
  display: none;
  overscroll-behavior: contain
}

#videoArea .over {
  opacity: 0.8;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
}

#videoArea .videoBox {
  position: absolute;
  z-index: 2001;
  top: 160px;
  left: 50%;
  width: 100%;
  max-width: 816px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#videoArea .outer {
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 56.25%;
  max-width: 780px;
  margin: 0 auto;
}
#videoArea .outer:focus-within {
  outline: 3px solid #005fcc;
  outline-offset: 4px;
}
#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoArea .btClose {
  position: absolute;
  top: -65px;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background:transparent;
  border:none;
}

#videoArea .btClose:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}

#videoArea .btClose:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}

#videoArea .title {
  padding-top: 24px;
  color: #fff;
  font-size: 1.71429rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  #videoArea .title {
    font-size: 1.0rem;
  }

  #videoArea .btClose {
    top: -48px;
    width: 32px;
    height: 32px;
  }
}

/* ------------------------ socialmedia */
.display_table {
  display: table;
  border-spacing: 30px 0;
}

.twitter-tweet {
  margin: 0px !important;
  /* padding: 5px;
  background: white;
  width: 344px !important; */
}

.socialmedia {
  display: table-cell;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .display_table {
    display: block;
  }

  .twitter-tweet {
    width: 100% !important;
    padding: 0;
    max-width: 520px;
  }

  .socialmedia {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 520px;
    margin: 0 auto 30px auto;
    background: transparent;
  }
}

/* ------------------------ links */
.linksBanner {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 0 40px;
  padding: 0 48px;
}

.linksBanner li {
  width: 23.66%;
  margin-left: 1.78%;
  font-size: 1.07143rem;
  line-height: 1.46;
}

.linksBanner li:first-child {
  width: 49.1%;
  margin-left: 0;
  font-size: 1.57143rem;
}

.linksBanner a {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border: 1px solid #ccbd8f;
  background: #fff;
}

.linksBanner a:hover {
  opacity: 0.4;
  color: #333;
}

.linksBanner .img {
  display: table-cell;
  width: 99px;
  height: 100%;
  padding: 16px 8px;
  vertical-align: middle;
}

.linksBanner .img img {
  width: 83px;
}

.linksBanner .body {
  display: table-cell;
  height: 100%;
  padding: 16px 16px 16px 8px;
  font-family: Georgia, "serif";
  vertical-align: middle;
}

.linksBanner .body:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 8px;
  background: url(../../img/ico_blank.png) no-repeat;
  background-size: cover;
}

.linksBanner li:first-child .img {
  width: 35.2%;
  text-align: right;
  padding: 16px;
}

.linksBanner li:first-child .body {
  padding: 16px;
}

.n_linksBanner .sp {
  display: none;
}

.n_linksBanner {
  margin-bottom: 38px;
  padding: 0 48px;
}

.n_linksBanner ul {
  display: -web-flex;
  display: flex;
  max-width: 1120px;
  /* max-width: 800px; */
  margin: 0 auto;
}

.n_linksBanner li {
  position: relative;
  /* width: 33%; */
  width: 25%;
  margin-left: 12px;
}

.n_linksBanner li a {
  display: block;
}

.n_linksBanner li a:hover {
  opacity: 0.4;
}

.n_linksBanner li .img img {
  border: 1px solid #dcdcdc;
}

.n_linksBanner li:first-child {
  margin-left: 0;
}

/*
.n_linksBanner li:first-child {
  margin-left: 0;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.n_linksBanner li:first-child a {
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  height: 100%;
  padding: 7.05% 9.05%;
}
.n_linksBanner li:first-child a .img {
  width: 33.48%;
  text-align: center;
}
.n_linksBanner li:first-child a .body {
  width: 66.52%;
  padding-left: 9.05%;
  font-size: 1.07143rem;
  font-family: Georgia, "serif";
  vertical-align: middle;
  line-height: 1.466;
}

.n_linksBanner li:first-child .img img {
  width: 100%;
  border: 0;
}
.n_linksBanner br.sp {
  display: none;
}
.n_linksBanner li:first-child:after {
  content: '';
    display: inline-block;
  position: absolute;
  bottom: 9.85%;
  right: 3%;
    width: 13px;
  width: 4.64%;
    height: 0;
  padding-top: 3.92%;
    background: url(../../img/ico_blank.png) no-repeat;
    background-size: cover;
}
*/
/*
.n_linksBanner li:nth-child(2) {
  background: #fff;
  border: 1px solid #dcdcdc;
  text-align: center;
}
.n_linksBanner li:nth-child(2) a {
  display: block;
  height: 100%;
  padding: 7.54% 16.98%;
}
.n_linksBanner li:nth-child(2) .img img {
  width: 100%;
  max-width: 172px;
  border: 0;
}
.n_linksBanner li:first-child:after,
.n_linksBanner li:nth-child(2):after {
  content: '';
    display: inline-block;
  position: absolute;
  bottom: 9.85%;
  right: 3%;
    width: 13px;
  width: 4.64%;
    height: 0;
  padding-top: 3.92%;
    background: url(../../img/ico_blank.png) no-repeat;
    background-size: cover;
}
*/
.sliderBanner {
  position: relative;
  margin-bottom: 40px;
  padding: 0 38px;
}

.sliderBanner .inner {
  overflow: hidden;
}

.sliderBanner .itemGroup {
  display: flex;
  position: relative;
  width: 200%;
}

.sliderBanner .item {
  width: 12.5%;
  padding: 0 10px;
}

/*
.sliderBanner .item:nth-child(9) {
  position: absolute;
  left: 100%;
  top: 0;
}
.sliderBanner .item:nth-child(10) {
  position: absolute;
  left: 112.5%;
  top: 0;
}
.sliderBanner .item:nth-child(11) {
  position: absolute;
  left: 125%;
  top: 0;
}
.sliderBanner .item:nth-child(12) {
  position: absolute;
  left: 137.5%;
  top: 0;

}
.sliderBanner .item:nth-child(13) {
  position: absolute;
  right: 100%;
  top: 0;
}
.sliderBanner .item:nth-child(14) {
  position: absolute;
  right: 112.5%;
  top: 0;
}
.sliderBanner .item:nth-child(15) {
  position: absolute;
  right: 125%;
  top: 0;
}
.sliderBanner .item:nth-child(16) {
  position: absolute;
  right: 137.5%;
  top: 0;
}
*/
.sliderBanner .item a {
  display: block;
  color: inherit;
}

.sliderBanner .item a:hover {
  opacity: 0.4;
}

/*
.sliderBanner .img {
  margin-bottom: 16px;
}
*/
.sliderBanner .title {
  margin-bottom: 8px;
  font-size: 1.0rem;
  font-weight: 700;
}

.sliderBanner .title:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 8px;
  background: url(../../img/ico_blank.png) no-repeat;
  background-size: cover;
}

.sliderBanner .btPrev {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.sliderBanner .btPrev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-bottom: 5px solid #999;
  border-left: 5px solid #999;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sliderBanner .btNext {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.sliderBanner .btNext:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 5px solid #999;
  border-right: 5px solid #999;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sliderBanner .btNum {
  display: none;
  list-style: none;
  margin: 0;
  padding: 24px 0 0 0;
  text-align: center;
}

.sliderBanner .btNum li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  border-radius: 50%;
  background: #ddd;
}

.sliderBanner .btNum li.cr {
  background: #999;
}

.bnrTokyo2020 {
  margin: 40px 0;
  padding: 0 20px;
  text-align: center;
}

.bnrTokyo2020 a:hover {
  opacity: 0.4;
}

.bnrTokyo2020 .sp {
  display: none;
}

@media (max-width: 1100px) {
  /*
  .n_linksBanner li:first-child a .body {
    font-size: 0.92857rem;
  }
  */
}

@media (max-width: 960px) {
  .linksBanner {
    display: block;
    padding: 0 20px;
  }

  .linksBanner li,
  .linksBanner li:first-child {
    width: auto;
    margin: 0 0 13px 0;
  }

  .linksBanner .img,
  .linksBanner li:first-child .img {
    width: 99px;
    padding: 16px 24px;
  }

  .linksBanner .img img {
    width: 100%;
  }

  .linksBanner .body,
  .linksBanner li:first-child .body {
    padding: 16px 16px 16px 0;
    font-size: 1.0rem;
  }

  .linksBanner .body br {
    display: none;
  }

  /*
  .n_linksBanner li:first-child a .body {
    font-size: 0.71429rem;
  }
  */
}

@media (max-width: 767px) {
  .sliderBanner {
    margin-bottom: 40px;
    padding: 0 25px;
  }

  .sliderBanner .itemGroup {
    display: table;
    width: 800%;
  }

  .sliderBanner .item {
    display: table-cell;
  }

  .sliderBanner .title {
    font-size: 0.92857rem;
  }

  .sliderBanner .btPrev {
    display: block;
    width: 35px;
    height: 35px;
  }

  .sliderBanner .btPrev:after {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }

  .sliderBanner .btNext {
    display: block;
    width: 35px;
    height: 35px;
  }

  .sliderBanner .btNext:after {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }

  .sliderBanner .btNum {
    display: block;
  }

  .n_linksBanner {
    padding: 0 20px;
  }

  .n_linksBanner .pc {
    display: none;
  }

  .n_linksBanner .sp {

    display: inline;
  }

  .n_linksBanner ul {
    display: block;
    max-width: 560px;
    text-align: center;
  }

  .n_linksBanner li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 9px;
  }

  /*
  .n_linksBanner li:first-child a {
    padding: 9px 20px;
  }
  .n_linksBanner li:first-child a .body {
    padding-left: 20px;
    font-size: 1.0rem;
  }
  .n_linksBanner li:first-child a .img {
    width: auto;
  }
  .n_linksBanner li:first-child .img img {
    width: 54px;
  }
  .n_linksBanner br.pc {
    display: none;
  }
  .n_linksBanner br.sp {
    display: inline;
  }
  */
  /*
  .n_linksBanner li:nth-child(2) a {
    padding: 14px;
  }
  .n_linksBanner li:nth-child(2) .img img {
    width: 107px;
  }

  .n_linksBanner li:first-child:after,
  .n_linksBanner li:nth-child(2):after {
    bottom: 9.85%;
      right: 3%;
      width: 4.64%;
      height: 0;
      padding-top: 3.92%;
  }
  */
  .bnrTokyo2020 {
    margin: 40px 0 60px;
  }

  .bnrTokyo2020 .pc {
    display: none;
  }

  .bnrTokyo2020 .sp {
    display: inline;
  }
}


/* ------------------------ pickup */
#pickup_column {
  margin: 0 20px 6px;
}

#pickup_column .c-list_news {
  margin-bottom: 0;
  border: none;
}

#pickup_column .c-list_news th {
  border: none;
}

@media (max-width: 1197px) {
  #pickup_column {
    margin: 20px 0 6px;
  }
}

@media (max-width: 1000px) {
  #pickup_column {
    margin: 12px 0 6px;
  }
}

@media (max-width: 980px) {
  #pickup_column {
    margin: 20px 0 6px;
  }
}

@media (max-width: 767px) {
  #pickup_column {
    margin: 40px 0 0;
  }
}


/* ------------------------ latest */
.latest_border {
  max-width: 1110px;
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
}

#latest {
  position: relative;
}

#latest .headArea {
  margin: 0;
  padding-top: 27px;
  padding-bottom: 6px;
}

#latest .headArea .btLink, #latest_column .btLink {
  position: absolute;
  top: 37px;
  right: 14px;
  font-family: Verdana, "sans-serif";
  font-size: 1.0rem;
}

#latest .headArea .btLink a, #latest_column .btLink a {
  display: inline-block;
  position: relative;
}

#latest .headArea .btLink a:before, #latest_column .btLink a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: #333;
  vertical-align: top;
}

#latest .headArea .btLink a:hover:before, #latest_column .btLink a:hover:before {
  background: #cd1e1f;
}

#latest .headArea .btLink a:after, #latest_column .btLink a:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#latest_column .c-list_news {
  border-top: none;
  margin-bottom: 50px;
}

#latest_column .c-list_news td {
  border-bottom: none;
  padding: 0 20px;
}

#latest_column .c-list_news tr:nth-child(odd) td {
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  #latest_column .show-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  #latest {
    padding-bottom: 85px;
  }

  #latest .headArea {
    margin-top: 0;
    padding-top: 22px;
    padding-bottom: 15px;
  }

  #latest .headArea .btLink {
    top: auto;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.78571rem;
  }

  #latest .headArea .btLink {
    text-align: center;
  }

  #latest .headArea .btLink a {
    font-size: 0.78571rem;
  }

  #latest .headArea .btLink a:before {
    width: 19px;
    height: 19px;
  }

  #latest .headArea .btLink a:after {
    left: 6px;
    width: 4px;
    height: 4px;
  }

  #latest .show-pc {
    display: none;
  }

  #latest_column .btLink {
    top: 0;
    right 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 0.78571rem;
  }

  #latest_column .btLink a:before {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }

  #latest_column .btLink a:after {
    left: 6px;
    width: 4px;
    height: 4px;
    top: 7px;
  }

  #latest_column .c-list_news {
    margin-bottom: 30px;
  }

  #latest_column .c-list_news td {
    padding: 0 11px;
  }
}

.c-small_headline, .c-large_headline {
  font-family: Verdana, "sans-serif" !important;
}

.c-large_headline {
  font-size: 1.14286rem;
  line-height: 1.2;
}

.c-large_headline::after {
  content: ' ';
  display: inline-block;
  position: relative;
  background: url(../images/win_W13H11.svg) center no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: top;
}

.c-small_headline:nth-child(3) {
  clear: both;
}

.c-blog-new {
  font-size: 0.78571rem;
  font-weight: 700;
  padding: 0 8px;
  line-height: 18px;
  margin-left: 5px;
  border: 1px solid #ed3522;
  background: transparent;
  color: #ed3522;
}

.c-padding_normal > .g-column, .c-padding_normal > .column {
  padding: 0 0 50px 0;
}

.c-list_latest {
  border-top: none;
  margin-bottom: 30px;
}

.c-list_latest > tbody > tr > th {
  display: none;
}

.c-list_latest th, .c-list_latest td {
  border-bottom: 2px solid #e5e5e5;
  padding: 0;
}

.latest_wrap > h4, .latest_wrap > div {
  display: inline-block;
  vertical-align: top;
}

.latest_table {
  display: table;
  margin-top: 6px;
  margin-bottom: 6px;
}

.latest_table_archive {
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}

.latest_left {
  width: 196px;
  display: table-cell;
}

.latest_left p {
  display: none;
}

.latest_left .c-small_headline {
  font-size: 0.92857rem;
  font-weight: normal;
}

.latest_left .c-blog-new {
  font-size: 0.85714rem;
  margin-left: 30px;
  border: none;
  background-color: transparent;
}

.latest_right, .latest_right_archive {
  display: table-cell;
}

.latest_right h3 {
  font-size: 1.0rem;
  font-weight: normal;
}

.latest_right_archive h3 {
  font-size: 1.14286rem;
  font-weight: normal;
}

.latest_right p, .latest_right_archive p {
  color: #666666;
}

@media (max-width: 767px) {
  .c-blog-new {
    margin-left: 5px;
    font-size: 0.78571rem;
    line-height: 17px;
  }

  .c-large_headline {
    font-size: 0.78571rem;
    margin-top: 6px;
    margin-bottom: 3px;
  }

  .latest_table {
    display: table-cell;
    padding: 10px 0 5px;
  }

  .latest_table_archive {
    display: table-cell;
    padding: 14px 0 5px;
  }

  .latest_date {
    float: left;
  }

  .latest_left {
    width: 100%;
  }

  .latest_left .c-small_headline {
    display: inline;
    font-size: 0.71429rem;
  }

  .c-list_latest {
    margin-bottom: 17px;
  }

  .c-small_headline {
    display: inline-block;
    vertical-align: top;
  }

  .latest_left .c-blog-new {
    margin-left: 5px
  }
}

/* ------------------------ news */
#news {
  position: relative;
}

#news .headArea {
  margin: 0;
  padding-top: 45px;
}

#news .headArea .btLink, #news_column .btLink {
  position: absolute;
  top: 60px;
  right: 14px;
  font-family: Verdana, "sans-serif";
  font-size: 1.0rem;
}

#news .headArea .btLink a, #news_column .btLink a {
  display: inline-block;
  position: relative;
}

#news .headArea .btLink a:before, #news_column .btLink a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: #333;
  vertical-align: top;
}

#news .headArea .btLink a:hover:before, #news_column .btLink a:hover:before {
  background: #cd1e1f;
}

#news .headArea .btLink a:after, #news_column .btLink a:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  #news_column .show-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  #news {
    padding-bottom: 85px;
  }

  #news .headArea {
    margin-top: 0;
    padding-top: 19px;
  }

  #news .headArea .btLink {
    top: auto;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.78571rem;
  }

  #news .headArea .btLink {
    text-align: center;
  }

  #news .headArea .btLink a {
    font-size: 0.78571rem;
  }

  #news .headArea .btLink a:before {
    width: 19px;
    height: 19px;
  }

  #news .headArea .btLink a:after {
    left: 6px;
    width: 4px;
    height: 4px;
  }

  #news .show-pc {
    display: none;
  }

  #news_column .btLink {
    top: 0;
    right 0;
    text-align: center;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 0.78571rem;
  }

  #news_column .btLink a:before {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }

  #news_column .btLink a:after {
    left: 6px;
    width: 4px;
    height: 4px;
    top: 7px;
  }

  nav.c-blog-pagination {
    overflow: hidden;
    padding-bottom: 10px;
  }

  .c-blog-pagination-list {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

.press-navi {
  text-align: center;
}

.press-navi li:first-child {
  margin-bottom: 0;
  margin-right: 6px;
}

.press-navi li {
  display: inline-block;
  cursor: pointer;
}

.press-navi a {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  border: 1px solid #adadad;
}

.press-navi a .icon-arrow--next::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow_W5H9.svg) center no-repeat;
}

.press-navi a .icon-arrow--prev::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  left: -15px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow_W5H9.svg) center no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.press-navi a .icon-arrow {
  position: relative;
  display: inline-block;
  font-size: 1.14286rem;
  line-height: 46px;
  font-family: Verdana;
}

.c-small_headline, .c-large_headline {
  font-family: Verdana, "sans-serif" !important;
}

.c-large_headline {
  font-size: 1.14286rem;
  line-height: 1.2;
}

.c-large_headline::after {
  content: ' ';
  display: inline-block;
  position: relative;
  background: url(../images/win_W13H11.svg) center no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: top;
}

.latest_right .c-large_headline::after,
.latest_right_archive .c-large_headline::after {
  display: none;
}

.c-small_headline:nth-child(3) {
  clear: both;
}

.c-blog-new {
  font-size: 0.78571rem;
  font-weight: 700;
  padding: 0 8px;
  line-height: 18px;
  margin-left: 5px;
  border: 1px solid #ed3522;
  background-color: #fff;
  color: #ed3522;
}

.c-blog-category {
  padding: 0 9px;
  vertical-align: middle;
  color: #fff;
  font-size: 0.83571rem;
  font-weight: normal;
  line-height: 22px;
}

.c-blog-category + .c-blog-category {
  display: none;
}

.c-blog-category a {
  color: white !important;
}

.c-blog-category[data-press-category="economy"] {
  background: #014886;
}

.c-blog-category[data-press-category="technology"] {
  background: #2b8e2e;
}

.c-blog-category[data-press-category="diversity"] {
  background: #e69d01;
}

.c-blog-category[data-press-category="regional_strength"] {
  background: #da4429;
}

.c-blog-category[data-press-category="trade_and_investment"] {
  background: #009cbd;
}

.c-blog-category[data-press-category="international_development"] {
  background: #dc6c9c;
}

.c-blog-category[data-press-category="foreign_affairs"] {
  background: #893eb4;
}

.c-blog-category[data-press-category="publications"] {
  background: #925a1d;
}

.c-blog-category[data-press-category="prime_minister_speeches"] {
  background: #4964c4;
}

.c-blog-category[data-press-category="energy"] {
  background: #0a8683;
}

.c-blog-category[data-press-category="environment"] {
  background: #5ab034;
}

.c-blog-category[data-press-category="health"] {
  background: #a2405e;
}

.c-blog-category[data-press-category="security"] {
  background: #594ea0;
}

.c-blog-category[data-press-category="education"] {
  background: #664036;
}

.c-blog-category[data-press-category="culture"] {
  background: #ccb30a;
}

.c-blog-category[data-press-category="tourism"] {
  background: #e96d09;
}

.c-blog-category[data-press-category="sports"] {
  background: #308ad3;
}

.c-blog-pagination a {
  border: 1px solid #adadad;
  border-radius: 0;
  padding: 10px 0;
}

.c-blog-pagination a.-current {
  background-color: #adadad !important;
}

.c-blog-pagination a.c-blog-pagination-link {
  min-width: 3.5em;
}

.c-blog-pagination-previous, .c-blog-pagination-next {
  display: none !important;
}

.c-padding_normal > .g-column, .c-padding_normal > .column {
  padding: 0 0 50px 0;
}

.c-list_news {
  border-top: none;
  margin-bottom: 30px;
}

.c-list_news > tbody > tr > th {
  display: none;
}

.c-list_news th, .c-list_news td {
  border-bottom: 2px solid #e5e5e5;
  padding: 0;
}

.news_wrap > h4, .news_wrap > div {
  display: inline-block;
  vertical-align: top;
}

.news_table {
  display: table;
  margin-top: 15px;
  margin-bottom: 15px;
}

.news_left {
  width: 196px;
  display: table-cell;
}

.news_left p {
  display: none;
}

.news_left .c-small_headline {
  font-size: 0.92857rem;
  font-weight: normal;
}

.news_right {
  display: table-cell;
}

.news_right p {
  color: #666666;
}

@media (max-width: 767px) {
  .press-navi {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .press-navi li:first-child {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .c-blog-pagination a {
    padding: 8px 0;
  }

  .c-blog-new {
    margin-left: 5px;
    font-size: 0.78571rem;
    line-height: 17px;
  }

  .c-blog-category {
    line-height: 17px;
    font-size: 0.71429rem;
    padding: 0 7px;
    vertical-align: top;
  }

  .c-large_headline {
    font-size: 0.78571rem;
    margin-top: 6px;
    margin-bottom: 3px;
  }

  .news_table {
    display: block;
  }

  .news_date {
    float: left;
  }

  .news_left {
    width: 100%;
  }

  .news_left .c-small_headline {
    display: inline;
    font-size: 0.71429rem;
  }

  .c-list_news {
    margin-bottom: 17px;
  }

  .c-small_headline {
    display: inline-block;
    vertical-align: top;
  }
}

/* ------------------------ category */
.category_list {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #f4f4f4;
}

.category_item {
  margin-left: 20px;
  font-size: 1.14286rem;
}

.category_item a {
  line-height: 2.2;
}

.category_item img {
  width: 10px;
  vertical-align: baseline;
  margin-right: 8px;
}

.category_backnumber {
  border: 1px solid #adadad;
  line-height: 1.3;
  text-align: center;
  padding: 10px 0;
  font-size: 1.21429rem;
}

.category_backnumber_date {
  font-size: 1.0rem;
}

.category_bread, p.category_bread + p {
  display: inline;
}

.category_bread_line {
  padding: 7px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #d8d8d8;
  color: #8b8b8b;
}

.category_bread a {
  color: #8b8b8b !important;
}

.category_bread a:hover {
  color: #cd1e1f !important;
}

.category_title {
  font-size: 2.0rem;
  font-family: Georgia, "serif";
  margin-top: 25px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .category_list {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 23px;
  }

  .category_item {
    line-height: 1;
  }

  .category_item a {
    font-size: 0.78571rem;
  }

  .category_item img {
    width: 8px;
  }

  .category_backnumber {
    font-size: 0.92857rem;
    margin: 0px 40px;
    padding: 10px;
  }

  .category_backnumber_date {
    font-size: 0.78571rem;
  }

  .news_wrap {
    display: inline-block;
    vertical-align: top;
  }

  .category_bread_line {
    font-size: 0.78571rem;
    margin-top: 17px;
    padding: 3px 0;
  }

  .category_bread {
    margin-left: 5px;
  }

  .category_title {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 0.85714rem;
  }
}

/* ------------------------ edit */
#edit_latest,
#edit_article {
  display: none;
}

#edit_latest .column {
  max-width: 486px;
  margin: 0 auto;
}

#edit_article .column {
  max-width: 486px;
  margin: 0 auto;
  padding: 14px 0;
  border-bottom: 1px solid #d8d8d8;
}

#edit_latest .c-img {
  overflow: hidden;
}

#edit_latest .c-img img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

#edit_latest a:hover .c-img img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

#edit_latest .body {
  padding: 15px;
  font-weight: 700;
}

#edit_latest .title {
  font-family: Georgia, "serif";
  font-size: 1.42857rem;
}


#edit_article .column:after {
  content: '';
  display: block;
  clear: both;
}

#edit_article .column:last-child {
  border: none;
}

#edit_article .column a {
  display: block;
}

#edit_article .column a:hover {
  opacity: 0.4;
  color: inherit;
}

#edit_article .column .c-img {
  display: block;
  float: left;
  width: 142px;
}

#edit_article .column .body {
  margin-left: 170px;
  font-family: Georgia, "serif";
}

#edit_article .column .title {
  font-size: 1.14286rem;
  font-weight: 700;
}


/* 20190215renew */
.gov_videoSlide {
  position: relative;
  cursor: pointer;
}

.gov_videoSlide::before {
  /* content: '';
  display: block;
  width: 76px;
  height: 79px;
  background: url(../../img/top/ico_play.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1; */
}

.gov_videoSlide::after {
  /* content: 'WATCH VIDEO';
  display: block;
  font-family: Verdana, "sans-serif";
  font-size: 1.14286rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-top: 56px;
  z-index: 1; */
}

@media (max-width: 767px) {
  .gov_videoSlide::before {
    top: 35% !important;
    width: 54px !important;
    height: 54px !important;
  }

  .gov_videoSlide::after {
    top: 35% !important;
    font-size: 1.0rem !important;
    margin-top: 40px !important;
  }
}

@media (max-width: 1217px) {
  .gov_videoSlide::before {
    width: 6.3vw;
    height: 6.3vw;
  }

  .gov_videoSlide::after {
    font-size: 1.3vw;
    /*margin-top: 4.6%;*/
  }
}


#videoArea .relation {
  font-family: Verdana, "sans-serif";
  color: #fff;
  width: 100%;
  position: relative;
}

#videoArea .relation-bt {
  text-align: right;
  padding-top: 10px;
  padding-right: 18px;
}

#videoArea .relation-bt a {
  display: inline-block;
  font-size: 1.07143rem;
  color: #fff;
  padding: 8px 15px;
  border: solid 1px #fff;
  text-align: left;
}

#videoArea .relation-bt a span {
  display: block;
}

#videoArea .relation-bt a .relation-bt_hd {
  float: left;
}

#videoArea .relation-bt a .relation-bt_txt {
  padding-left: 7em;
}

#videoArea .relation-hd {
  font-size: 1.42857rem;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-top: 10px;
}

#videoArea .relation-slider {
}

#videoArea .relation-item {
  cursor: pointer;
  padding: 0 16px;
}

#videoArea .relation-img {
  margin-bottom: 3px;
}

#videoArea .relation-img img {
  width: 100%;
}

#videoArea .relation-title {
  font-size: 1.14286rem;
  line-height: 1.6;
}

#videoArea .slick-arrow {
  border: none;
  width: 40px;
  height: 42px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}

#videoArea .slick-prev {
  background: url(../../img/top/icon_relation_prev.png) no-repeat center;
  left: -25px;
}

#videoArea .slick-next {
  background: url(../../img/top/icon_relation_next.png) no-repeat center;
  right: -25px;
}


@media (max-width: 767px) {
  #videoArea .videoBox {
    width: 86%;
  }

  #videoArea .outer {
    max-width: 94%;
  }

  #videoArea .relation {
  }

  #videoArea .relation-bt {
    padding-top: 8px;
    padding-right: 10px;
  }

  #videoArea .relation-bt a {
    font-size: 0.92857rem;
    padding: 6px 10px;
  }

  #videoArea .relation-bt a span {
  }

  #videoArea .relation-hd {
    font-size: 1.0rem;
    padding-left: 10px;
    padding-top: 5px;
  }

  #videoArea .relation-item {
    padding: 0 5%;
  }

  #videoArea .relation-img {
    margin-bottom: 3px;
  }

  #videoArea .relation-img img {
    width: 100%;
  }

  #videoArea .relation-title {
    font-size: 0.92857rem;
    line-height: 1.6;
  }

  #videoArea .slick-arrow {
    width: 20px;
    height: 100%;
    top: 0;
    margin-top: 0;
  }

  #videoArea .slick-prev {
    left: -7%;
  }

  #videoArea .slick-next {
    right: -7%;
  }
}


/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  min-width: 100%;
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* news */
@media (min-width: 641px) {
  .jpnf {
    max-width: 1075px !important;
  }
}

.jpnf-item-content {
  margin-left: 0 !important;
  display: table-cell !important;
}

@media (max-width: 767px) {
  .jpnf-item-content {
    margin-bottom: 5px !important;
    display: block !important;
  }
}

.jpnf-item-meta {
  width: 312px !important;
  display: table-cell !important;
  padding-right: 0;
}

@media (max-width: 767px) {
  .jpnf-item-meta {
    width: 190px !important;
  }
}

.jpnf-item-meta-time {
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px !important;
  margin-bottom: 6px !important;
  color: #333;
}

@media (max-width: 767px) {
  .jpnf-item-meta-time {
    font-size: 0.85714rem !important;
  }
}

.jpnf-item-meta-tags {
  display: inline !important;
}

@media (max-width: 767px) {
  .jpnf-item-meta-tags {
    display: block !important;
  }
}

@media (min-width: 641px) {
  .jpnf-item-content-title {
    margin-bottom: 0 !important;
  }
}

.splide__pagination {
  bottom: -3em;
}

@media (max-width: 767px) {
  .splide__pagination {
    bottom: 0;
  }
}

.splide__pagination__page {
  background: #ddd;
  opacity: 1 !important;
}

.splide__pagination__page.is-active {
  background: #333;
  transform: none;
}

@media (any-hover: hover) {
  .splide__pagination__page:hover {
    background-color: #cd1e1f;
    opacity: 1 !important;
  }
}

.splide__pagination li {
  margin: 0 6px;
}

.splide__arrow {
  background: transparent;
  opacity: 1;
}

.splide__arrow svg {
  fill: #333;
  height: 28px;
  width: 28px;
}

@media (any-hover: hover) {
  .splide__arrow:hover svg {
    fill: #cd1e1f;
  }
}

@media (max-width: 767px) {
  .splide__arrow svg {
    height: 16px;
    width: 16px;
  }

  .splide__arrow--prev {
    left: 2px;
  }

  .splide__arrow--next {
    right: 2px;
  }
}
