@charset "UTF-8";
/* ------------------------------------
// news
------------------------------------ */
#contents {
  background: #FFFFFF;
  font-family: "Sawarabi Gothic", sans-serif;
}

/* ------------------------------------
// news_category_top
------------------------------------ */
h1.toppage {
  font-family: "Century Gothic", "Muli", sans-serif;
  font-size: 2.9rem;
  text-align: left;
  letter-spacing: 0.3em;
  max-width: 1050px;
  margin: 0 auto 0;
  padding: 30px 0;
}

/* category */
#japan {
  padding: 0 0 60px 0;
}
#japan .categoryTitle {
  background: #d0e3e3;
  padding: 5px 0;
  margin: 30px 0 80px;
}
#japan .categoryTitle span {
  display: block;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 6%;
  color: #4d4d4d;
  font-size: 2.4rem;
  box-sizing: content-box;
}

/* category */
#oversea {
  padding: 0 0 60px 0;
}
#oversea .categoryTitle {
  background: #f3d1c3;
  padding: 5px 0;
  margin: 30px 0 80px;
}
#oversea .categoryTitle span {
  padding: 0 6%;
  display: block;
  max-width: 1050px;
  margin: 0 auto;
  color: #4d4d4d;
  font-size: 2.4rem;
  box-sizing: content-box;
}

/* latestNews */
.newsContainer {
  max-width: 1050px;
  margin: 0 auto 40px;
  padding: 0 6%;
  box-sizing: content-box;
}
.newsContainer ul.newsList {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.newsContainer ul.newsList li {
  width: 48%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.newsContainer ul.newsList li a {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.newsContainer ul.newsList li a.movie figure::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(images/common/icon_video_mini.png) no-repeat 0 0/100% auto;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  box-shadow: 1px 1px 2px #f9f9f9;
}
.newsContainer ul.newsList li figure {
  width: 30%;
  overflow: hidden;
  display: block;
  padding: 19.2% 0 0 0;
  position: relative;
}
.newsContainer ul.newsList li figure img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.newsContainer ul.newsList li dl {
  width: 65%;
}
.newsContainer ul.newsList li dl dt {
  font-size: 1.4rem;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen\0  {
  .newsContainer ul.newsList li dl dt {
    height: calc(1em * 1.4 * 2);
  }
}
.newsContainer ul.newsList li dl dd p {
  font-size: 1.2rem;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen\0  {
  .newsContainer ul.newsList li dl dd p {
    height: calc(1em * 1.4 * 2);
  }
}
.newsContainer ul.newsList li dl dd .date {
  font-size: 0.9rem;
  color: #898989;
  text-align: right;
}
.newsContainer ul.newsList li p.views {
  position: absolute;
  top: -0.8em;
  right: -0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  /* category */
  #japan .categoryTitle {
    margin: 30px 0 40px;
  }
  /* category */
  #oversea .categoryTitle {
    margin: 30px 0 40px;
  }
  .newsContainer ul.newsList {
    display: block;
  }
  .newsContainer ul.newsList li {
    width: 100%;
  }
  .newsContainer ul.newsList li:nth-child(n+11) {
    display: none;
  }
}
/* viemore */
p.viewmore {
  text-align: center;
}
p.viewmore a {
  display: inline-block;
  padding: 5px 1.5em 8px;
  border: 2px solid #7ec5da;
  color: #7ec5da;
  font-family: "Century Gothic", "Muli", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
p.viewmore a:hover {
  background: #7ec5da;
  color: #FFF;
}

/* ------------------------------------
// news_article
------------------------------------ */
article {
  max-width: 700px;
  margin: 100px auto;
  padding: 0 6%;
  box-sizing: content-box;
}

article .newsHeader h1 {
  font-size: 2.3rem;
  margin-bottom: 30px;
}
article .newsHeader .date {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #898989;
}
article .newsHeader .author {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
article .newsbody {
  overflow: hidden;
  margin-bottom: 120px;
}
article .newsbody div.thumb {
  float: right;
  padding: 0 0 20px 20px;
  max-width: 330px;
}
article .newsbody div.thumb p.cap {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0;
}
article .newsbody div.thumb a.pop_youtube {
  display: block;
  position: relative;
}
article .newsbody div.thumb a.pop_youtube::before {
  content: "";
  width: 64px;
  height: 43px;
  background: url(images/common/icon_video.png) no-repeat 0 0/100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
article .newsbody div.thumb a.pop_youtube:hover img {
  opacity: 1;
}
article .newsbody div.thumb a.pop_youtube:hover::before {
  opacity: 0.7;
}
article .newsbody p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8em;
}
article .newsbody blockquote {
  margin: 0 8%;
}
article .newsbody .notes {
  font-size: 1.4rem;
  line-height: 1.6;
}
article .newsbody .noteslist {
  margin-bottom: 3.6rem;
}
article .newsbody .noteslist li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 10px;
}
article .newsbody .dotlist {
  margin: 0 0 3.6rem 0;
}
article .newsbody .dotlist li {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-bottom: 10px;
}
article .newsbody .photos_masonry {
  max-width: 1000px;
  margin: 0 auto;
}
article .newsbody .photos_masonry ul {
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0;
}
article .newsbody .photos_masonry ul li {
  position: relative;
  width: 25%;
  padding: 0 2px;
  margin-bottom: 0;
}
article .newsbody .photos_masonry ul li a.pop {
  margin-bottom: 0;
}
article .newsbody .photos_masonry ul li p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  article {
    margin: 20px auto;
  }
  article .newsbody div.thumb {
    float: none;
    padding: 0 0 20px 0;
    max-width: 100%;
  }
}
/* ------------------------------------
// relatedNews
------------------------------------ */
#relatedNews {
  border-top: 10px solid #e6e6e6;
  padding: 50px 0;
}
#relatedNews .relatedNewsContainer {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box;
}
#relatedNews .relatedNewsContainer h2 {
  margin-bottom: 40px;
  font-size: 1.5rem;
}
#relatedNews .relatedNewsContainer h2.japan:before {
  content: "■";
  color: #d0e3e3;
}
#relatedNews .relatedNewsContainer h2.oversea:before {
  content: "■";
  color: #f3d1c3;
}
#relatedNews .relatedNewsContainer ul.newsList {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
#relatedNews .relatedNewsContainer ul.newsList li {
  width: 46%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
#relatedNews .relatedNewsContainer ul.newsList li a {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#relatedNews .relatedNewsContainer ul.newsList li figure {
  width: 30%;
}
#relatedNews .relatedNewsContainer ul.newsList li .data {
  width: 65%;
}
#relatedNews .relatedNewsContainer ul.newsList li .data p {
  font-size: 1.2rem;
  margin-bottom: 5px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen\0  {
  #relatedNews .relatedNewsContainer ul.newsList li .data p {
    height: calc(1em * 1.4 * 3);
  }
}
#relatedNews .relatedNewsContainer ul.newsList li .data .date {
  font-size: 0.9rem;
  color: #898989;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #relatedNews .relatedNewsContainer ul.newsList {
    display: block;
  }
  #relatedNews .relatedNewsContainer ul.newsList li {
    width: 100%;
  }
}