@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
/*size*/
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
/* nextplay
========================================== */
.nextplay_inner {
  padding: 40px 0 20px;
  position: relative;
  overflow: hidden;
}
.nextplay_inner:before, .nextplay_inner:after {
  content: "";
  background: url(../../images/top/nextplay/nextplay.png) repeat-y center center;
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
}
.nextplay_inner:before {
  left: 15px;
}
.nextplay_inner:after {
  right: 15px;
  transform: rotate(180deg);
}
.nextplay_title {
  background: url(../../images/top/nextplay/title.png) no-repeat center center;
  height: 87px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.nextplay_inner {
  text-align: center;
}
.nextplay_schdule {
  padding-top: 20px;
  display: inline-block;
}
.nextplay_table th, .nextplay_table td {
  color: #202020;
}
.nextplay_game:nth-child(odd) {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.nextplay_game:first-child {
  border-top: none;
}
.nextplay_date {
  padding-left: 0.5em;
  padding-right: 0.5em;
  vertical-align: middle;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.nextplay_week {
  font-size: 20px;
}
.nextplay_week.-sat {
  color: #0065c1;
}
.nextplay_week.-holiday {
  color: #d20000;
}
.nextplay_match {
  padding-top: 0.5em;
  vertical-align: bottom;
}
.nextplay_match_title {
  padding: 0 0 0.2em;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0em;
}
.nextplay_match_vs div {
  display: inline;
}
.nextplay_mark {
  vertical-align: middle;
}
.nextplay_mark img {
  vertical-align: middle;
  width: 80px;
  height: auto;
}
.nextplay_team {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1em;
}
.nextplay_team.-isKatakana {
  letter-spacing: 0em;
}
.nextplay_vs {
  padding: 0 0.5em;
  font-size: 18px;
  color: #fff;
}
.nextplay_time {
  vertical-align: top;
}
.nextplay_time ul {
  padding-bottom: 0.2em;
  text-align: center;
  line-height: 1em;
}
.nextplay_time ul li {
  display: inline;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}
.nextplay_time ul li:after {
  content: "/";
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-size: 12px;
}
.nextplay_time ul li:last-child:after {
  display: none;
}
.nextplay_logo {
  margin-right: 0.2em;
  vertical-align: middle;
  height: auto;
}
.nextplay_logo.ntv {
  width: 33px;
}
.nextplay_logo.bs {
  width: 52px;
}
.nextplay_logo.cs {
  width: 67px;
}

@media screen and (max-width: 992px) {
  .nextplay_schdule {
    padding-top: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .nextplay_inner {
    padding: 4% 0 2%;
  }
  .nextplay_inner:before, .nextplay_inner:after {
    display: none;
  }
  .nextplay_title {
    background-size: contain;
    padding-top: 13.59%;
    height: 0px;
  }
  .nextplay_date {
    text-align: center;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.2em;
  }
  .nextplay_week {
    display: block;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .nextplay_match {
    vertical-align: middle;
  }
  .nextplay_match_title {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .nextplay_mark img {
    width: 40px;
  }
  .nextplay_team {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .nextplay_vs {
    padding: 0 0.1em;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .nextplay_time ul li {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .nextplay_logo.ntv {
    width: 7.4244%;
  }
  .nextplay_logo.bs {
    width: 11.7%;
  }
  .nextplay_logo.cs {
    width: 15.075%;
  }
}
/* nextonair
========================================== */
.nextonair_inner {
  position: relative;
  margin: auto;
  max-width: 960px;
  width: 100%;
  overflow: hidden;
}
.nextonair_next {
  padding-top: 4.479%;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 10;
  text-indent: -9999px;
}
.nextonair_next:before {
  content: "";
  background: url(../../images/top/nextonair/next.png) no-repeat left top;
  background-size: contain;
  display: block;
  padding-top: 15.625%;
  max-width: 181px;
  width: 18.854%;
  height: 0%;
  position: absolute;
  top: -100%;
  left: 0;
}
.nextonair_box {
  position: relative;
  z-index: 20;
}
.nextonair_title {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.nextonair_text {
  padding: 20px;
  display: block;
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .nextonair_box {
    display: block;
  }
  .nextonair_title {
    padding: 4% 6% 0;
    display: block;
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .nextonair_text {
    padding: 4% 6% 4%;
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 400;
  }
}
/* notice
========================================== */
.notice_inner {
  padding: 20px 0 15px;
}
.notice_item {
  padding-bottom: 5px;
  text-align: center;
}
.notice_item img {
  max-width: 960px;
  width: 94%;
  height: auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.notice_item:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .notice_inner {
    padding: 2% 0 1%;
  }
  .notice_item {
    padding-bottom: 1%;
  }
}
/* standings
========================================== */
.standings_inner {
  padding: 40px 0 60px;
}
.standings_title {
  background: url(../../images/top/standings/title.png) no-repeat center center;
  height: 90px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.standings_block {
  margin: auto;
  padding-top: 30px;
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.standings_league {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  position: relative;
}
.standings_league:before, .standings_league:after {
  content: "";
  background-color: #fff;
  display: block;
  width: calc(50% - 5em);
  height: 1px;
  position: absolute;
  top: 50%;
}
.standings_league:before {
  left: 0;
}
.standings_league:after {
  right: 0;
}
.standings_box {
  width: calc(50% - 25px);
}
.standings_table {
  margin-top: 20px;
  width: 100%;
}
.standings_table_th tr {
  border-top: none;
}
.standings_table_th th {
  background-color: #dcdcdc;
  padding: 1em 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4f4644;
}
.standings_table_th th.-magic {
  color: #d20000;
}
.standings_table_list th {
  background-color: #fff;
  padding: 0.3em 0;
  width: 10%;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.standings_table_list td {
  background-color: #fff;
  padding: 0.3em 0;
  width: 10%;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  color: #333;
}
.standings_table_list td.-team {
  width: auto;
  text-align: left;
}
.standings_table_list td.-team:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.standings_table_list td.-team.-baystars:before {
  background-image: url(/baseball/images/common/team/baystars.png);
}
.standings_table_list td.-team.-buffaloes:before {
  background-image: url(/baseball/images/common/team/buffaloes.png);
}
.standings_table_list td.-team.-carp:before {
  background-image: url(/baseball/images/common/team/carp.png);
}
.standings_table_list td.-team.-dragons:before {
  background-image: url(/baseball/images/common/team/dragons.png);
}
.standings_table_list td.-team.-eagles:before {
  background-image: url(/baseball/images/common/team/eagles.png);
}
.standings_table_list td.-team.-fighters:before {
  background-image: url(/baseball/images/common/team/fighters.png);
}
.standings_table_list td.-team.-giants:before {
  background-image: url(/baseball/images/common/team/giants.png);
}
.standings_table_list td.-team.-hawks:before {
  background-image: url(/baseball/images/common/team/hawks.png);
}
.standings_table_list td.-team.-lions:before {
  background-image: url(/baseball/images/common/team/lions.png);
}
.standings_table_list td.-team.-marines:before {
  background-image: url(/baseball/images/common/team/marines.png);
}
.standings_table_list td.-team.-swallows:before {
  background-image: url(/baseball/images/common/team/swallows.png);
}
.standings_table_list td.-team.-tigers:before {
  background-image: url(/baseball/images/common/team/tigers.png);
}
.standings_table_list td.-magic {
  color: #d20000;
}
.standings_notes {
  padding: 0.5em;
  text-align: right;
  font-size: 14px;
  line-height: 1.4em;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .standings_inner {
    padding: 6% 0 6%;
  }
  .standings_title {
    background-size: contain;
    padding-top: 14.06%;
    height: 0px;
  }
  .standings_league {
    font-size: 16px;
  }
  .standings_box {
    margin: auto;
    padding-bottom: 5%;
    width: 96%;
  }
}
/* movie
========================================== */
.movie {
  /* movie-slider
  ------------------------------------------ */
  /* movie-slider - item
  ------------------------------------------ */
}
.movie_inner {
  padding: 40px 0 60px;
}
.movie_title {
  background: url(../../images/top/movie/title.png) no-repeat center center;
  height: 89px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.movie_player {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 800px;
  width: 96%;
}
.movie_embed {
  padding-top: 56.25%;
  position: relative;
}
.movie_embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.movie_list {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 800px;
}
.movie_button {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
}
.movie_button a {
  background-color: #202020;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #202020;
}
.movie_button a:before, .movie_button a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
.movie_button a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
.movie_button a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
@media (min-width: 640px) {
  .movie_button a:hover:before {
    width: 40px;
    right: 20px;
  }
  .movie_button a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .movie_button {
    padding: 2% 0;
  }
  .movie_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .movie_button a:before {
    width: 20px;
    right: 10px;
  }
  .movie_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}
.movie-slider {
  /* margin: 45px auto 30px; */
  padding: 0 3.4%;
  /* slick - button */
}
.movie-slider .slick-initialized {
  min-height: auto;
}
.movie-slider .slick-nav {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 89%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 40;
}
.movie-slider .slick-nav li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.movie-slider .slick-nav li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 100%;
  outline: none;
  background: #dedede;
}
.movie-slider .slick-nav li.slick-active button {
  background: #000;
}
.movie-slider .slick-prev,
.movie-slider .slick-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 70px;
  z-index: 50;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.movie-slider .slick-prev:hover,
.movie-slider .slick-next:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.movie-slider .slick-prev:before,
.movie-slider .slick-next:before {
  display: none;
}
.movie-slider .slick-prev {
  background-image: url(/baseball/images/top/movie/prev.png);
  left: 0px;
}
.movie-slider .slick-prev:before {
  left: 12px;
}
.movie-slider .slick-next {
  background-image: url(/baseball/images/top/movie/next.png);
  right: 0px;
}
.movie-slider .slick-next:before {
  right: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.movie-item {
  background-color: #fff;
  margin: 0 0.5%;
  position: relative;
}
.movie-item.on {
  opacity: 0.3;
}
.movie-item a {
  display: block;
}
.movie-item a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.movie-img {
  width: 100% !important;
  padding-top: 56.57894% !important;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.movie-img:before, .movie-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 30;
}
.movie-img:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 29px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  margin-left: 7px;
}
.movie-img:after {
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.movie-text {
  margin-top: 10px;
  padding: 0 5px 10px;
  font-size: 14px;
  line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
  .movie_inner {
    padding: 4% 0 6%;
  }
  .movie_title {
    background-size: contain;
    padding-top: 13.9%;
    height: 0px;
  }
  .movie_player {
    padding-top: 3%;
  }
  .movie_list {
    padding-top: 2%;
  }
  .movie-slider {
    padding: 0 0;
  }
  .movie-slider .slick-prev,
  .movie-slider .slick-next {
    top: 20%;
  }
  .movie-item {
    margin: 0 0.1%;
  }
  .movie-img:before {
    border-width: 8px 0 8px 15px;
    margin-left: 3px;
  }
  .movie-img:after {
    width: 36px;
    height: 36px;
  }
  .movie-text {
    padding: 0 5% 5%;
    font-size: 18px;
    font-size: 2.4vw;
  }
}
/* banner
========================================== */
.banner_inner {
  padding: 20px 0 60px;
}
.banner_item {
  padding-bottom: 5px;
  text-align: center;
}
.banner_item img {
  max-width: 675px;
  width: 94%;
  height: auto;
}
.banner_item:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .banner_inner {
    padding: 4% 0 6%;
  }
}
@media only screen and (max-width: 640px) {
  .banner_item {
    padding-bottom: 1%;
  }
}
/* program
========================================== */
.program {
  position: relative;
}
.program:after {
  content: "";
  background: url(../../images/common/logomark.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  padding-top: 26.53%;
  width: 26.53%;
  max-width: 260px;
  height: 0px;
  top: -5%;
  left: 50px;
  z-index: 1;
}
.program_inner {
  padding: 40px 0 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.program_inner:before, .program_inner:after {
  content: "";
  background: url(../../images/top/program/nextplay.png) repeat-y center center;
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.program_inner:before {
  left: 15px;
}
.program_inner:after {
  right: 15px;
  transform: rotate(180deg);
}
.program_title {
  background: url(../../images/top/program/title.png) no-repeat center center;
  height: 90px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.program_list {
  margin: auto;
  padding-top: 30px;
  max-width: 800px;
  width: 98%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  position: relative;
  z-index: 10;
}
.program_item {
  width: 50%;
}
.program_item_link {
  display: block;
}
.program_item_link:hover {
  opacity: 0.3;
}
.program_item_thum {
  margin: auto;
  max-width: 350px;
  width: 96%;
}
.program_item_thum img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.program_item_title {
  position: relative;
  padding: 1% 2% 10% 24%;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
}
.program_item_title:before {
  content: "";
  background-image: url(../../images/top/program/num01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding-top: 20%;
  max-width: 80px;
  width: 20%;
  height: 0;
  display: block;
  position: absolute;
  top: -30px;
  left: 30px;
}
.program_item_title:after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../images/top/program/icon_link.png) no-repeat center bottom;
  background-size: contain;
  vertical-align: middle;
}
.program_item:nth-child(1) .program_item_title:before {
  background-image: url(../../images/top/program/num01.png);
}
.program_item:nth-child(2) .program_item_title:before {
  background-image: url(../../images/top/program/num02.png);
}
.program_item:nth-child(3) .program_item_title:before {
  background-image: url(../../images/top/program/num03.png);
}
.program_item:nth-child(4) .program_item_title:before {
  background-image: url(../../images/top/program/num04.png);
}

div.program_item h4.program_item_title {
  padding: 1% 2% 10% 10%;
}
@media only screen and (max-width: 640px) {
  div.program_item h4.program_item_title {
    padding: 1% 2% 10% 5%;
  }
}
div.program_item h4.program_item_title:before {
  display: none;
}

@media only screen and (max-width: 640px) {
  .program:after {
    left: 1%;
  }
  .program_inner {
    padding: 4% 0 2%;
  }
  .program_inner:before, .program_inner:after {
    display: none;
  }
  .program_title {
    background-size: contain;
    padding-top: 14.06%;
    height: 0px;
  }
  .program_list {
    padding-top: 4%;
  }
  .program_item_title {
    padding: 1% 2% 10% 20%;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .program_item_title:after {
    width: 10px;
    height: 10px;
  }
  .program_item_title:before {
    top: 0;
    left: 3%;
  }
}
/* topics
========================================== */
#topics.topics-area {
  margin: 0;
  padding: 40px 0 0px;
  background-color: transparent;
}
#topics.topics-area .h2_tit {
  background: url(../../images/top/topics/title.png) no-repeat center center;
  height: 87px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#topics.topics-area .topics-inner {
  padding: 30px 0 0px;
}
#topics.topics-area .topics-list {
  padding-bottom: 20px;
}
#topics.topics-area .topics-btn {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
  display: none;
}
#topics.topics-area .topics-btn a {
  background-color: #202020;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #202020;
}
#topics.topics-area .topics-btn a:before, #topics.topics-area .topics-btn a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
#topics.topics-area .topics-btn a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
#topics.topics-area .topics-btn a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
@media (min-width: 640px) {
  #topics.topics-area .topics-btn a:hover:before {
    width: 40px;
    right: 20px;
  }
  #topics.topics-area .topics-btn a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #topics.topics-area .topics-btn {
    padding: 2% 0;
  }
  #topics.topics-area .topics-btn a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  #topics.topics-area .topics-btn a:before {
    width: 20px;
    right: 10px;
  }
  #topics.topics-area .topics-btn a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}

.topics_bottom {
  padding-bottom: 60px;
}
.topics_button {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
}
.topics_button a {
  background-color: #202020;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #202020;
}
.topics_button a:before, .topics_button a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
.topics_button a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
.topics_button a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
@media (min-width: 640px) {
  .topics_button a:hover:before {
    width: 40px;
    right: 20px;
  }
  .topics_button a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .topics_button {
    padding: 2% 0;
  }
  .topics_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .topics_button a:before {
    width: 20px;
    right: 10px;
  }
  .topics_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  #topics.topics-area {
    padding: 4% 0 0%;
  }
  #topics.topics-area .h2_tit {
    background-size: contain;
    padding-top: 13.59%;
    height: 0px;
  }
  #topics.topics-area .topics-inner {
    padding: 3% 0 0px;
  }
  #topics.topics-area .topics-list {
    padding-bottom: 2%;
  }

  .topics_bottom {
    padding-bottom: 6%;
  }
  .topics_button {
    margin: auto;
    padding: 20px 0;
    max-width: 480px;
    width: 94%;
  }
  .topics_button a {
    background-color: #202020;
    padding: 24px 0;
    display: block;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.2em;
    color: #fff;
    border: 1px solid #202020;
  }
  .topics_button a:before, .topics_button a:after {
    content: "";
    position: absolute;
    transition: right 0.2s,width 0.2s;
  }
  .topics_button a:before {
    margin-top: 0;
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 1px;
    top: 50%;
    right: 30px;
  }
  .topics_button a:after {
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 0 16px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 640px) {
  .topics_button a:hover:before {
    width: 40px;
    right: 20px;
  }
  .topics_button a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .topics_button {
    padding: 2% 0;
  }
  .topics_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .topics_button a:before {
    width: 20px;
    right: 10px;
  }
  .topics_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}

/* x
========================================== */
.x {
  position: relative;
}
.x:after {
  content: "";
  background: url(../../images/common/logomark.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  padding-top: 26.53%;
  width: 26.53%;
  max-width: 260px;
  height: 0px;
  top: -5%;
  right: 50px;
  z-index: 1;
}
.x_inner {
  padding: 40px 0 60px;
  position: relative;
  z-index: 2;
}
.x_title {
  background: url(../../images/top/x/title.png) no-repeat center center;
  height: 53px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.x_timeline {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 800px;
  width: 96%;
}
.x_button {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
}
.x_button a {
  background-color: transparent;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #fff;
}
.x_button a:before, .x_button a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
.x_button a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
.x_button a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
@media (min-width: 640px) {
  .x_button a:hover:before {
    width: 40px;
    right: 20px;
  }
  .x_button a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .x_button {
    padding: 2% 0;
  }
  .x_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .x_button a:before {
    width: 20px;
    right: 10px;
  }
  .x_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}

@media screen and (max-width: 992px) {
  .x_timeline {
    padding-top: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .x:after {
    right: 2%;
  }
  .x_inner {
    padding: 4% 0 6%;
  }
  .x_title {
    background-size: contain;
    padding-top: 13.43%;
    height: 0px;
  }
}
/* twitter
========================================== */
.twitter {
  position: relative;
}
.twitter:after {
  content: "";
  background: url(../../images/common/logomark.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  padding-top: 26.53%;
  width: 26.53%;
  max-width: 260px;
  height: 0px;
  top: -5%;
  right: 50px;
  z-index: 1;
}
.twitter_inner {
  padding: 40px 0 60px;
  position: relative;
  z-index: 2;
}
.twitter_title {
  background: url(../../images/top/twitter/title.png) no-repeat center center;
  height: 86px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.twitter_timeline {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 800px;
  width: 96%;
}
.twitter_button {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
}
.twitter_button a {
  background-color: transparent;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #fff;
}
.twitter_button a:before, .twitter_button a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
.twitter_button a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
.twitter_button a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
@media (min-width: 640px) {
  .twitter_button a:hover:before {
    width: 40px;
    right: 20px;
  }
  .twitter_button a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .twitter_button {
    padding: 2% 0;
  }
  .twitter_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .twitter_button a:before {
    width: 20px;
    right: 10px;
  }
  .twitter_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}

@media screen and (max-width: 992px) {
  .twitter_timeline {
    padding-top: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .twitter:after {
    right: 2%;
  }
  .twitter_inner {
    padding: 4% 0 6%;
  }
  .twitter_title {
    background-size: contain;
    padding-top: 13.43%;
    height: 0px;
  }
}
/* line
========================================== */
.line_inner {
  padding: 20px 0 20px;
}
.line_button {
  margin: auto;
  padding: 20px 0;
  max-width: 480px;
  width: 94%;
}
.line_button a {
  background-color: transparent;
  padding: 24px 0;
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #fff;
}
.line_button a:before, .line_button a:after {
  content: "";
  position: absolute;
  transition: right 0.2s,width 0.2s;
}
.line_button a:before {
  margin-top: 0;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: 30px;
}
.line_button a:after {
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 16px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
}
@media (min-width: 640px) {
  .line_button a:hover:before {
    width: 40px;
    right: 20px;
  }
  .line_button a:hover:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .line_button {
    padding: 2% 0;
  }
  .line_button a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .line_button a:before {
    width: 20px;
    right: 10px;
  }
  .line_button a:after {
    margin-top: -3px;
    border-width: 4px 0 0 12px;
    right: 5px;
  }
}

@media screen and (max-width: 640px) {
  .line_inner {
    padding: 2% 0 2%;
  }
}
