@charset "utf-8";
/* base.css解除・修正CSS */
html {
  visibility: hidden;
}
#footerSocial {
  margin-top: 0;
}
/*==============================================================================
Index
================================================================================ */
img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
img[data-lazy-img] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#content .section {
  max-width: 1140px;
}
#mainvisualSlider {
  position: relative;
}

#mainvisualSlider .sliderList:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
#mainvisualSlider .slick-track:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
#mainvisualSlider .arrow_dots {
  position: absolute;
  left: 50%;
  bottom: 120px;
  width: 100%;
  max-width: 1140px;
  height: 28px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: right;
  z-index: 3;

}
#mainvisualSlider .arrow_dots .inner {
  display: inline-block;
  position: relative;
  margin: 0 0 0 auto;
  padding: 0 30px 0 10px;
}
#mainvisualSlider .arrow_dots .inner .slick-arrow {
  position: absolute;
  top: 3px;
  cursor: pointer;
}

#mainvisualSlider .arrow_dots .inner .slick-arrow.prev {
  left: 0;
  cursor: pointer;
}
#mainvisualSlider .arrow_dots .inner .slick-arrow.next {
  right: 0;
  cursor: pointer;
}

.slick-arrow a {
  z-index: 2;
  display: block;
  width: 28px;
  height: 100%;
  cursor: pointer;
}

.slick-arrow .ic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  width: 10px;
  height: 25px;
}


.slick-arrow a{
  width: 10px;
  height: 25px;
}
.next.slick-arrow a{
  display: block;
  background-image: url(../top/img/arr_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

.slick-arrow i{
  opacity: 0;

}
.prev.slick-arrow{
  z-index: 1;

}
.prev.slick-arrow a{
  background-image: url(../top/img/arr_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}


.slick-arrow a:hover {
  opacity: 0.8;
}


.dotPaging li {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  cursor: pointer;
  background: rgba(255,255,255,0.2);
  border-radius: 20px;
  text-align: left;
}

.dotPaging li:hover {
  background: rgba(255,255,255,0.5);
}

.dotPaging li button {
  text-indent: -9999px;
}
.dotPaging li.slick-active {
  background: #fff;
  cursor: default;
}
.index_article {
  position: relative;
}
.photo{
  opacity: 1;
  left: 0;
  position: relative;
  z-index: 10;
}
.photo.disable{
  opacity: 0;
  left: -60px;
}
.photo .smd {
  display: none;
}
.bg_img .pc img,
.photo .pc img {
  display: block;
  margin: 0 ;
  max-height: 440px;
}
.photo .smd img {
  width: 100%;
}
.index_article_inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(../top/img/blue-bg_pc.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: 20;
}
.article_data {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  padding-left: 52%;
  padding-right: 0;
  padding-top: 40px;
}
.article_subtitle {
  padding-top: 0px;
  padding-bottom: 0;
}
.article_data ul,
.slide_wrap ul{
  display: inline;
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
  float: left;
  text-align: left;
}
.article_data ul li,
.slide_wrap ul li{
  display: inline;
  font-size: 100%;
/* 14px */
  font-weight: bold;
  text-align: center;
}
.article_data .caption,
.slide_wrap .caption{
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 24px;
  margin: 13px 0 5px;
  clear: both;
  text-align: left;
}
.slide_wrap .summary{
  color: #fff;
  font-weight: bold;
}
.article_data .caption a,
.slide_wrap .caption a{
  color: #fff;
  font-size: 24px;
/* 32px */
  text-decoration: none;
  line-height: 1.3;
  outline: none;
}
.article_data .caption2,
.slide_wrap .caption2 {
  overflow: hidden;
}
.article_data .caption2 img,
.slide_wrap .caption2 img {
  height: 14px;
  margin-right: 16px;
  float: left;
}
.article_data .caption2 .caption2__subtitle,
.slide_wrap .caption2 .caption2__subtitle {
  font-size: 15px;
  line-height: 1;
  padding-top: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.slick-slide .index_article_inner{
  opacity: 0;
}
.slick-slide.slick-active .index_article_inner{
  opacity: 1;
}

@-moz-document url-prefix() {
  .article_data .caption2 img {
    vertical-align: middle;
  }
}
.article_data .caption a:hover {
  text-decoration: none;
}
.article_data .summary {
  color: #fff;
  font-size: 14px;
/* 14px */
  line-height: 1.45;
  margin: 0px 0 10px;
  font-weight: bold;
  text-align: left;
}
.article_data .read_more {
  text-align: left;
}
.article_data .tags {
  font-size: 85.7%;
/* 12px */
  line-height: 1.2;
}
.article_data .tags a {
  color: #4c6471;
}
.article_data .tags:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("/img/icon_tags2.png");
}
.article_data .tags span {
  margin: 0 5px;
}
.read_more {
  margin-top: 20px;
  overflow: hidden;
}
.read_more {
  color: #fff;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.button a {
  text-align: center;
  display: inline-block;
  background: -webkit-linear-gradient(to top right, #0065bd, #0e8bd1);
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
  background: -webkit-linear-gradient(bottom left, #0065bd, #0e8bd1);
  background: linear-gradient(to top right, #0065bd, #0e8bd1);
  color: #fff;
  position: relative;
  font-size: 1.142857142857143rem;
  line-height: 1.3;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: color 0.12s ease-in;
  transition: color 0.12s ease-in;
}
.button.buttonWhiteSub a{
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 13px 28px;
}
#content .button a {
  color: #fff;
  font-weight: normal;
}
.button a:hover {
  text-decoration: none;
}
.button a:hover:after {
  opacity: 1;
  filter: none;
  -ms-filter: none;
  -webkit-filter: none;
}
.button a span {
  position: relative;
  z-index: 2;
}
.button .icBlankBlue,
.button .icBlankWhite,
.button .icDownloadBlue,
.button .icDownloadWhite {
  margin-left: 10px;
}
/*----------------*
headline style
*-----------------*/
#content{
  overflow: visible !important;
}

#content .headlineOuter {
  position: relative;

  filter: progid:DXImag/*eTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#77000000, EndColorStr=#77000000);
  /* IE用 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  /* IE用 */
  z-index: 2;
}
#content .headlineOuter::after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 1140px;
  height: 1px;
  background-color: #e6ebf0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#content .headlineOuter::before{
  content: "";
  width: 100%;
  height: calc( 100% - 100px );
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
}
#content .headlineInner {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: -100px auto 0;
}
#content .headline__heading {
  font-size: 14px;
  /* 14px */
  font-weight: bold;
  float: left;
  padding-right: 20px;
  padding-top: 14px;
  color: #4b636d;
  opacity: 0.8;
  padding-left: 30px;
}
#content .headlineInner .headline_head{
  background: rgba(255, 255, 255, 0.8);
}
#content .headlineInner .headlinenav{
  background-color: #fff;
}
#content .headlineInner .headlinenav > ul{
  padding: 20px 30px;
  font-size: 0;
}
#content .headlineInner .headlinenav > ul li{
  width: 24%;
  display: inline-block;
  margin-left: 1%;
  position: relative;
}
#content .headlineInner .headlinenav > ul li:first-child{
  margin-left: 0;
}
#content .headlineInner .headlinenav > ul li .img img{
  width: 100%;
}

#content .headlineInner .headlinenav > ul li p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#content .headlineInner .headlinenav > ul li a:hover p {
  opacity: .7;
  transition: opacity 0.25s ease;
}

#content .headlineInner .headlinenav > ul li a:hover img {
  opacity: 1;
}

#content .headlineInner .headlinenav .links h3{
  text-align: center;
  font-size: 16px;
  color: #4B636D;
  font-weight: bold;
  margin-bottom: 10px;
}
#content .headlineInner .headlinenav .links ul{
  text-align: center;
  padding-bottom: 25px;
}
#content .headlineInner .headlinenav .links li{
  display: inline-block;
  margin-left: 60px;
}
#content .headlineInner .headlinenav .links li a{
  font-size: 16px;
}
#content .headlineInner .headlinenav .links li:first-child{
  margin-left: 0;
}
#content .headlineTicker {
  height: 50px;
}
#content .headlineTicker__inner {
  position: relative;
  overflow: hidden;
  padding-top: 14px;
  padding-right: 65px;
  height: 50px !important;
  z-index: 1 !important;
}
#content .headlineTicker__inner ul {
  width: 100%;
  position: relative;
}
#content .headlineTicker__inner ul li {
  display: none;
  height: 50px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .headlineTicker__inner ul li a {
  color: #0065bd;
  font-weight: normal;
}
.btn_readmore {
  background-image: url(../assets/img/icon_read-more_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #e6ebf0;
  border-left: 1px solid #e6ebf0;
  z-index: 2;
  cursor: pointer;
}
.btn_readmore.js-btn_opened {
  background-image: url(../assets/img/icon_read-more-close_blue.png);
}
#content .headlineList {
  display: none;
  width: 1140px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}
/*#content .headlineList ul li:first-child {
  border-top: 1px solid #888;
}*/
#content .headlineList ul li {
  padding: 12px 30px;
  border-bottom: 1px solid #e6ebf0;
  overflow: hidden;
}
#content .headlineList ul li .list__date {
  /*color: #ccc;*/
  float: left;
  /*width: 160px;*/
}
#content .headlineList ul li .list__title {
  overflow: hidden;
  /*width: 800px;*/
  padding-left: 24px;
}
#content .headlineList ul li .list__title a {
  color: #0065bd;
  font-weight: normal;
}
#content .btn_list__more {
  margin: 0 auto;
  padding: 20px 0;
  width: 200px;
  text-align: center;
}
#content .btn_list__more a {
  color: #fff;
}
#content .btn_list__more a:hover {
  text-decoration: none;
}

/* cols */

.col_index_01 {
  width: 100%;
  margin-bottom: 80px;
}
#content .col_index_01 .section {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}
.col_index_02 {
  width: 100%;
}
.col_index_02:after, .col_index_02:after {
  clear: both;
  content: "";
  display: table;
}
.article_recommend {
  /zoom: 1;
}
.article_recommend:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.article_timeline {
  margin-top: 15px;
  margin-right: -8px;
  margin-left: -7px;
}
.article_timeline .mod_index_article {
  flex: none;
  max-width: none;
}
.article_timeline:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* 570 / (897 + 15), 312 / (897 + 15) */
.mod_index_article.col1-3rd {
  width: 62.5%;
}
.mod_index_article.col2-3rd {
  width: 34.210526%;
}
.mod_index_article.col-1, .mod_index_article.col-3 {
  clear: left;
}

.mod_index_article dl {
  padding: 20px 15px;
  min-height: 170px;
  position: relative;
}
.mod_index_article dl dd {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.mod_index_article dl dd time{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
#content .mod_index_article dl dt a {
  color: #fff;
}

/* col1-3rd */
.mod_index_article.col1-3rd .pic {
  overflow: hidden;
}
/*.mod_index_article.col1-3rd:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #000;
}*/
.mod_index_article.col1-3rd::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
}
.mod_index_article.col1-3rd dl {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.mod_index_article.col1-3rd dl dt {
  font-size: 24px;
  line-height: 1.45;
  word-break: break-all;
}
.mod_index_article.col1-3rd dl dd {
  text-align: left;
  font-size: 14px;
}
/*.mod_index_article.col1-3rd dl dd.datetime {
  position: absolute;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 50%;
  text-transform: uppercase;
}*/
/*.mod_index_article.col1-3rd dl dd.author {
  position: absolute;
  bottom: 10px;
  right: 60px;
  color: rgba(255, 255, 255, 0.7);
}
.mod_index_article.col1-3rd dl dd.photo {
  position: absolute;
  bottom: 0;
  right: 0;
}*/
/* col2-3rd */

.mod_index_article.col2-3rd dl {
  padding-top: 15px;
}
.mod_index_article.col2-3rd dl dt {
  font-size: 18px;
  line-height: 1.45;
}
.mod_index_article.col2-3rd dl dd {
  font-size: 14px;
  margin-top: 23px;
  line-height: 1.45;
}
/*.mod_index_article.col2-3rd dl dd.datetime {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.mod_index_article.col2-3rd dl dd.author {
  position: absolute;
  bottom: 10px;
  right: 60px;
  color: rgba(255, 255, 255, 0.7);
}
.mod_index_article.col2-3rd dl dd.photo {
  position: absolute;
  bottom: 0;
  right: 0;
}*/
.mod_index_article .pic img {
  width: 100%;
}
/*TOPのMeetmore*/

.top_more_meet {
  max-width: 136px;
  margin: 15px auto 0;
}
#content .top_more_meet a {
  text-align: center;
  color: #fff;
  padding: 15px 28px;
}
#content .top_more_meet a:hover {
  text-decoration: none;
}
/*.top_more_meet a:after {
  content: '　';
  background: url(/img/top_meet_more.png) no-repeat 7px 7px;
}
*/
/* aside */
.col_index_aside02 {
  width: 228px;
  margin-left: 17px;
  display: inline-block;
  vertical-align: top;
}
.col_index_aside02 .fb_iframe_widget {
  width: 100%;
}
.col_index_aside02 .fb_iframe_widget span {
  width: 100% !important;
}
.col_index_aside02 .fb_iframe_widget iframe {
  top: 0;
  left: 0;
  width: 100% !important;
}
#pagePlugin {
  max-width: 500px;
  width: 100%;
}
.mod_index_bnr {
  margin: 0 0 15px;
}
.mod_index_bnr img {
  width: 100%;
}
.mod_index_stock {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#77000000, EndColorStr=#77000000);
  /* IE用 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  /* IE用 */
  padding: 35px 0;
  margin: 0 0 26px;
  border: none;
  width: 100%;
  color: #fff;
  width: 228px;
  min-height: 228px;
}
.mod_index_stock:not(:target) {
  filter: none;
  -ms-filter: none;
}
.mod_index_stock h2 {
  font-size: 128.6%;
  /*  18px */
  line-height: 1.3;
  text-align: center;
}
.mod_index_stock .scode {
  font-size: 85.7%;
  /*  12px */
  line-height: 1.3;
  text-align: center;
}
.mod_index_stock .pvalue {
  font-size: 342.8%;
  /*  48px */
  line-height: 1.3;
  text-align: center;
}
.mod_index_stock .points {
  font-size: 171.4%;
  /*  24px */
  line-height: 1.3;
  text-align: center;
  color: #76BF4C;
}
.mod_index_stock .date {
  font-size: 85.7%;
  /*  12px */
  line-height: 1.3;
  text-align: center;
}
.ticker {
  height: 250px;
}
.mod_index_news {
  width: calc(38% - 15px);
  background: rgba(243, 245, 255, 0.9);
  padding: 20px;
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-height: 540px;
  position: relative;
}
.mod_index_news:first-child {
  margin-right: 10px;
}

.mod_index_news h2 {
  font-size: 16px;
  padding-bottom: 13px;
  font-weight: 700;
  text-align: left;
}
.mod_index_news dl {
  line-height: 1.45;
  padding-bottom: 40px;
}
.mod_index_news dt {
  font-size: 12px;
  margin: 0 0 5px;
}
.mod_index_news dd {
  font-size: 13px;
  margin: 0 0 20px;
}
.mod_index_news dd a{
  font-weight: 300;
}

.mod_index_news .button {
  max-width: 154px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.mod_index_news .button a {
  padding: 15px 28px;
}
.mod_index_news .button a:hover {
  text-decoration: none;
}
/*.mod_index_news .mod_button_12c {
  text-align: center;
  padding-top: 5px;
}*/
.banner_wrap.smd{
  display: none;
}
.banner_wrap.pc{
  display: block;
}
.banner_wrap{
  margin-top: 40px;
}
.banner_wrap .mod_index_bnr{
  display: inline-block;
  margin-left: 10px;
}
.banner_wrap .mod_index_bnr:first-child{
  margin-left: 0;
}
.banner_wrap .mod_index_bnr img{
  width: auto;
  height: 232px;
}
.mod_index_fb {
  padding: 35px 6.5789% 20px;
  margin: 0 0 26px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#77000000, EndColorStr=#77000000);
  /* IE用 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  /* IE用 */
  border: none;
  color: #fff;
  height: 440px;
  /*ここ変更した。直したらコメントアウト消してください*/
  overflow: auto;
}
#facebook-feed {
  word-wrap: break-word;
}
.mod_index_fb:not(:target) {
  filter: none;
  -ms-filter: none;
}
.mod_index_fb h2 {
  font-size: 128.6%;
  /*  18px */
  line-height: 1.3;
  text-align: center;
  margin: 0 0 5px;
}
.mod_index_fb .fb-like {
  margin: 0 0 0 40px;
  width: 140px!important;
  height: 25px!important;
  overflow: hidden!important;
}
.mod_index_fb #facebook-feed {}
.mod_index_fb #facebook-feed ul {
  margin: 0 0 15px;
}
.mod_index_fb #facebook-feed ul li {
  padding: 20px 0;
  /*  border-bottom:1px solid rgba(255,255,255, 0.5);*/
  font-size: 85.7%/* 12px */
}
.mod_index_fb #facebook-feed ul li span {
  color: rgba(255, 255, 255, 0.7);
}
.mod_index_fb .mod_button_12c {
  text-align: center;
  margin-bottom: 20px;
}
.extra table td span.pc {
  display: block;
}
.extra table td span.tb {
  display: none;
}
/*topslider*/

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel>li {
  float: left;
}
.unslider-vertical>ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrows {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1140px;
  height: 28px;
  margin-left: -570px;
}
.unslider-arrow.next, .unslider-arrow.prev {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 100%;
}
.unslider-arrow.next a, .unslider-arrow.prev a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 28px;
  cursor: pointer;
}
.unslider-arrow.next .ic, .unslider-arrow.prev .ic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.unslider-arrow.prev {
  margin-right: 32px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.unslider-arrow.prev .ic {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.unslider-nav {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 1140px;
  margin-left: -570px;
}
.unslider-nav ol {
  margin-right: 80px;
  position: relative;
  list-style: none;
  text-align: right;
  z-index: 2;
  line-height: 1;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin-left: 15px;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
.mod_index_contents_title {
  background-color: rgba(0, 0, 0, 0.5);
  /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#77FFFFFF, EndColorStr=#77FFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77FFFFFF,EndColorStr=#77FFFFFF)";*/
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  padding: 20px;
  box-sizing: border-box;
}
.mod_index_contents_title:not(:target) {
  filter: none;
  -ms-filter: none;
}
.mod_index_contents_title .img {
  width: 238px;
  padding: 10px;
  line-height: 0;
  display: block;
  margin: auto;
}
.mod_index_contents_title p {

}
.mod_index_contents_title .tx {
  margin-top: 25px;
  font-size: 18px;
}
.top_trend {
  margin-top: 15px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.top_trend .box{
  width: 49%;
  float: left;
}
.top_trend .box:first-child{
  margin-right: 2%;
}
.top_trend .box > h3{
  font-size: 20px;
  padding: 20px 0 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.top_trend .box .article_wrap{
  overflow: hidden;
}
.top_trend .box .article_wrap .mod_index_article{
  width: 49%;
  float: left;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.top_trend .box .article_wrap .mod_index_article:nth-child(2n){
  margin-left: 2%;
}
#content .top_trend li .tx {
  line-height: 1.45;
  font-size: 16px;
  padding: 10px 0 0;
}
#content .top_trend li .tx a {
  color: #fff;
}
.top_trend li .date {
  padding-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
#wrap{
  overflow: hidden;
}
.small_win{
  display: none;
}
/******************************************************/

/* for LG~XL                                             */

/* 992px~                                        */

/******************************************************/
@media only screen and (max-width: 992px) {
  .top_trend .box > h3 {
    font-size: 16px;
  }

  #content .headlineInner{
    margin-top: 0;
    background-color: #fff;
  }
  #mainvisualSlider .arrow_dots {
    bottom: 20px;
  }
  .article_data{
    padding-left: 53%;
    padding-right: 20px;
  }
}

/******************************************************/

/* for LG                                             */

/* 992~1199px                                        */

/******************************************************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #content .section {
    max-width: 940px;
  }

  #mainvisualSlider .arrow_dots {
    max-width: 940px;
  }

  .article_data{
    max-width: 940px;
    padding-left: 47%;
  }
  .article_data .caption a,
  .slide_wrap .caption a {
    font-size: 23px;
    line-height: 1.3;
  }
  #content .headlineOuter::after{
    max-width: 940px;
  }

  #content .headlineInner {
    width: 940px;
    margin-top: -30px;
  }
  #content .headlineOuter::before{
    height: calc( 100% - 30px );
  }
  #content .headlineList {
    width: 940px;
  }
  #mainvisualSlider .arrow_dots {
    bottom: 80px;
  }
  .col_index_01 {

  }

  .col_index_02 {

  }
  .top_trend li {
    width: 213px;
  }
  .top_trend li .tx {
    line-height: 1.45;
    font-size: 14px;
  }

  .col_index_aside02 {
    width: 205px;
  }

  /* 435 / (720 + 15), 270 / (720 + 15) */
  .mod_index_article.col1-3rd {
    width: 59.183673%;
  }
  .mod_index_article.col2-3rd {
    width: 36.734693%;
  }

  /* col1-3rd */
  .mod_index_article.col1-3rd dl dt {
    font-size: 22px;
  }
  /* col2-3rd */
  .mod_index_article.col2-3rd dl dt {
    font-size: 16px;
  }
}

/******************************************************/

/* for LG & MD                                       */

/* 768~1199px                                        */

/******************************************************/
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #content .mod_index_article.col1-3rd .pic {
    width: 100%;
    height: 100%;
  }
  #content .mod_index_article.col1-3rd .pic img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/******************************************************/

/* for SM & MD                                         */

/* ~991px                                        */

/******************************************************/
@media only screen and (max-width: 991px) {

  .col_index_01,
  .col_index_02{
    padding: 0 20px;
  }
  .col_index_aside02 {
    width: 24%;
    margin-left: 12px;
  }
  .article_data .caption a,
  .slide_wrap .caption a{
    font-size: 2.2vw;
    line-height: 1.3;
    display: block;
  }
  .article_data .caption2 .caption2__subtitle,
  .slide_wrap .caption2 .caption2__subtitle {
    margin-top: -2px;
    padding-left: 20px;
    overflow: hidden;
    text-align: left;
  }
  .article_data .summary,
  .slide_wrap .summary{
    font-size: 1.4vw;
  }
  .read_more {
    text-align: left;
    max-width: 142px;
  }
  .read_more a {
    width: 100%;
    padding: 15px 28px;
  }

  .top_trend {
    float: none;
  }

  .top_trend li .tx {
    line-height: 1.45;
    font-size: 14px;
  }

}
@media only screen and (min-width:769px) {
  .index_article_inner{
    height: 100% !important;
  }
}

/******************************************************/

/* for SM                                             */

/* ~767px                                        */

/******************************************************/

@media only screen and (max-width:768px) {
  .photo .pc {
    display: none;
  }
  .photo .smd{
    display: block;
  }

  #content {
    float: none;
    width: 100%;
    margin: 0;
  }
  #content .section {
    max-width: 100%;
  }
  /* article */
  .index_article {
    position: relative;
    padding-bottom: 37vh;
  }
  .index_article:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(/top/img/blue-bg_sp.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 47vh;
    z-index: 12;
  }
  .photo .pc{
    display: none;
  }
  .photo .smd{
    display: block;
  }
  .index_article_inner {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: 0;
    z-index: 20;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    background-image: none;
    height: 100%;
  }
  .article_data {
    padding: 0 15px 60px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    top: 0;
    bottom: auto;
    padding-top: 20px;
  }
  .article_data p,
  .slide_wrap p {
    font-size: 14px;
    position: relative;
    z-index: 10;
/* 14px */
  }
  .article_data .caption a ,
  .slide_wrap .caption a {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .article_subtitle {
    padding: 0;
    margin-bottom: 15px;
  }
  .article_data .caption2,
  .slide_wrap .caption2 {
    overflow: visible;
    text-align: left;
  }
  .article_data .caption2 img,
  .slide_wrap .caption2 img {
    margin: 0;
    vertical-align: top;
    float: none;
  }
  .article_data .summary,
  .slide_wrap .summary {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .article_data .tags,.slide_wrap .tags {
    font-size: 85.7%;
/* 12px */
    line-height: 1.2;
    position: relative;
    text-align: center;
  }
  .article_data .tags:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background-image: url("/img/icon_tags2.png");
  }
  .article_data .tags span {
    margin: 0 5px;
  }
  .read_more {
    text-align: center;
  }
  .slick-arrow.prev a,
  .slick-arrow.next a {
    right: 15px;
  }

  #mainvisualSlider .arrow_dots {
    bottom:  20px;
    padding-right: 20px;
  }
  .prev.slick-arrow a{
    margin-right: 146px;
  }
  .col_index_01 {
    width: 100%;
    float: none;
    margin-top: 0;
    padding: 0;
  }

  /* aside */
  .col_index_02 {
    width: auto;
    float: none;
    margin-top: 60px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .col_index_02:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }

  .mod_index_bnr {
    text-align: center;
  }

  .mod_index_contents_title {
    float: none;
    padding: 20px 0 ;
  }
  .mod_index_contents_title .img {
    width: 238px;
    margin: 0 auto;
    padding: 0 ;
  }
  .mod_index_contents_title p {
    float: none;
  }
  .mod_index_contents_title .tx {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }

  .article_recommend {
    margin: 0;
    padding: 0;
  }
  .article_timeline {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .article_timeline:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .mod_index_article.col1-3rd,
  .mod_index_article.col2-3rd {
    overflow: hidden;
    margin: 0 0 0 !important;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: none !important;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 1px;
  }
  .mod_index_article.col1-3rd:last-child,
  .mod_index_article.col2-3rd:last-child {
    border-bottom: none;
  }
  .mod_index_article.col1-3rd:after {
    content: none;
  }
  .mod_index_article dl {
    position: static;
    height: auto;
    min-height: 1px;
    padding: 0 0 0 10px;
    overflow: hidden;
  }
  .mod_index_article dl dt{
    margin-bottom: 35px;
  }
  .mod_index_article dl dd {
    position: absolute;
    left: inherit;
    bottom: 20px;
    font-size: 12px;
  }
  .mod_index_article.col1-3rd dl {
    position: static;
  }
  .mod_index_article.col2-3rd dl {
    padding-top: 0;
  }
  .mod_index_article.col1-3rd dl dt,
  .mod_index_article.col2-3rd dl dt {
    font-size: 14px;
  }
  .mod_index_article.col1-3rd dl dd,
  .mod_index_article.col2-3rd dl dd {
    margin-top: 5px;
    font-size: 12px;
  }
  .mod_index_article .pic {
    height: auto;
    float: left;
    width: 110px;
    overflow: hidden;
  }
  /*TOPのMeetmore*/

  .top_more_meet {
    max-width: 276px;
  }
  #content .top_more_meet a {
    width: 276px;
  }

/*  .col_index_aside01 {
    margin: auto;
    float: none;
  }*/
  .mod_index_stock {
    float: none;
  }
  .mod_index_bnr {
    float: none;
  }
  .mod_index_fb {
    display: none;
  }
/*  .col_index_01 {
    float: left;
    width: 100%;
    margin-bottom: 26px;
  }
*/

  #content .headlineOuter {
    padding: 0;
    position: relative;
  }


  #content .headlineInner {
    font-size: 14px;
    width: auto;
    margin-top: 0;
  }

  #content .headlineTicker__inner {
    padding-right: 0;
  }
  #content .headlineTicker__inner ul li{
    padding-left: 30px;
    padding-right: 30px;
  }
  #content .headlineInner .headlinenav > ul{
    padding: 20px 15px;
  }
  #content .headlineInner .headlinenav > ul li{
    width: 49%;
    margin-bottom: 15px;
  }
  #content .headlineInner .headlinenav > ul li:nth-child(3n){
    margin-left: 0;
  }
  #content .headlineInner .headlinenav .links{
    padding: 0 15px;
  }
  #content .headlineInner .headlinenav .links h3{
    text-align: left;
  }
  #content .headlineInner .headlinenav .links ul{
    text-align: left;
  }
  #content .headlineInner .headlinenav .links ul li{
    margin-left: 0;
    margin-right: 40px;
  }
  #content .headlineList {
    width: auto;
  }

  #content .headlineList ul li .list__date {
    float: none;
    margin-bottom: 5px;
  }

  #content .headlineList ul li .list__title {
    padding-left: 0;
  }

  #content .headline__heading {
    float: none;
    height: 50px;
  }

  #content .js-tickerInnerSp {
    display: none;
  }

  .top_trend {
    padding: 0;
  }
  .top_trend .ramdomTitle {
    padding: 10px 0 0 15px;
  }
  .top_trend ul {
    overflow: hidden;
    padding: 0;
  }
  .top_trend ul li {
    float: none;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: none;
    width: auto;
  }
  .top_trend ul li:last-child {
    border-bottom: none;
  }
  .top_trend li .linkArea {
    height: 100%;
  }
  .top_trend li .linkArea::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .top_trend li .tag {
    top: auto;
    bottom: 10px;
    left: 5px;
    font-size: 12px;
  }
  .top_trend li .img {
    width: 110px;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .top_trend li .img a {
    height: 100%;
  }
  #content .top_trend li .tx {
    overflow: hidden;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  .top_trend li .date {
    overflow: hidden;
    padding-top: 6px;
    padding-left: 10px;
    font-size: 12px;
  }
  .mod_index_contents_title .tx{
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
  }
  .top_trend .box:first-child{

  }
  .top_trend .box{
    width: 100%;
    float: none;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .top_trend .box h3{
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.3;
  }
  .top_trend .box h3:before{
    content: "";
    background-color: #fff;
    height: 1px;
    width: calc(100% - 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    position: absolute;
    opacity: 0.2;
  }
  .top_trend .box .article_wrap .mod_index_article{
    width: 100%;
    margin-bottom: 0;
    position: relative;
    min-height: 115px;
    padding: 20px ;
    background: none;
  }
  .top_trend .box .article_wrap .mod_index_article:before{
    content: "";
    background-color: #fff;
    height: 1px;
    width: calc(100% - 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
    opacity: 0.2;
  }
  .top_trend .box .article_wrap .mod_index_article:nth-child(2n){
    margin-left: 0;
  }
  .top_trend .box .article_wrap .mod_index_article:nth-child(4):before{
    display: none;
  }
  #content .mod_index_article dl dt a{
    font-size: 14px;
    line-height: 1.4;
    display: block;
  }
  .mod_index_news{
    width: 100%;
    min-height: 0;
  }
  .mod_index_news .button {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    bottom: auto;
  }
  .mod_index_news .button a{
    width: 100%;
    display: block;

  }
  .col_index_aside02{
    width: 100%;
    margin-left: 0;
  }
  .banner_wrap.smd{
    display: block;
  }
  .banner_wrap.pc{
    display: none;
  }

  #pagePlugin{
    max-width: none;
  }
  #content .headlineInner .headlinenav > ul li p{
    line-height: 1.4;
    font-size: 14px;
    padding: 20px 10px 6px;
  }
  #content .headlineInner .headlinenav .links li{
    margin-bottom: 10px;
  }
  #content .headlineInner .headlinenav .links li a{
    font-size: 14px;
  }
  #content .headlineInner .headline_head{
    background-color: #e6f0f8;
  }
  .banner_wrap .mod_index_bnr{
    width: auto;
    margin-bottom: 40px;
  }
  .banner_wrap .mod_index_bnr img{
    height: 200px;
  }
}

.display-none {
  display: none;
}


/* 動画 */

.ir_top07 h3.title {
  color: #4b636d;
  margin-bottom: 3px;
  padding-top: 30px
}
.ir_top07 .section {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 959px) {
  .ir_top07 h3.title, .ir_top07 ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .ir_top07 .section {
    width: 90.625%;
    margin: 0 auto;
  }
}
.ir_top07 {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 35px;
}
.ir_top07 ul li {
  width: 155px;
  float: left;
  margin-left: 19px;
}
.ir_top07 ul li img {
  width: 100%;
  margin-bottom: 10px;
}
.ir_top07 ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .ir_top07 {
    margin-top: 0px
  }
  .ir_top07 ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 20px;
  }
  .ir_top07 ul li:first-child {
    margin-left: 0;
  }
  .ir_top07 ul li:nth-child(2n) {
    margin-right: 0;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 599px) {
  .ir_top07 {
    margin-top: 0px
  }
  .ir_top07 ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 20px;
  }
  .ir_top07 ul li:first-child {
    margin-left: 0;
  }
  .ir_top07 ul li:nth-child(2n) {
    margin-right: 0;
    margin-left: 2%;
  }
}
.popMovieThumb {
  position: relative;
}
.popMovieThumb span.playIco {
  position: absolute;
  top: 33%;
  left: 41%;
  width: 56px;
  height: 56px;
  background: url(/ir/img/youtube_play.png) no-repeat left top;
  background: url(/ir/img/youtube_play_ie.png) no-repeat left top\9;
  background-size: 56px auto;
  text-indent: -9999px;
}
.popMovieThumb span.playIco2 {
  position: absolute;
  top: 22%;
  left: 30%;
  width: 50px;
  height: 50px;
  background: url(/ir/img/youtube_play2.png) no-repeat left top;
  background: url(/ir/img/youtube_play2_ie.png) no-repeat left top\9;
  background-size: 50px auto;
  text-indent: -9999px;
}
.popMovieThumb span.playIco3 {
  position: absolute;
  top: 21.5%;
  left: 33%;
  width: 50px;
  height: 50px;
  background: url(/ir/img/youtube_play2.png) no-repeat left top;
  background: url(/ir/img/youtube_play2_ie.png) no-repeat left top\9;
  background-size: 50px auto;
  text-indent: -9999px;
}
.popMovieThumb:hover span.playIco, .popMovieThumb:hover span.playIco2, .popMovieThumb:hover span.playIco3 {
  background-position: bottom;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .popMovieThumb span.playIco2 {
    top: 30%;
    left: 38%;
  }
  .popMovieThumb span.playIco3 {
    top: 40%;
    left: 43%;
  }
}
@media only screen and (max-width: 599px) {
  /* article */
  .index_article {
    position: relative;
    padding-bottom: 37vh;
  }
  .index_article:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(/top/img/blue-bg_sp.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 57vh;
    z-index: 12;
  }

  .popMovieThumb span.playIco2 {
    top: 19%;
    left: 30%;
  }
  .popMovieThumb span.playIco3 {
    top: 19%;
    left: 30%;
  }
}
.pctbKaigyo {
  display: block;
}
.pctbOnly {
  display: block;
}
.pcOnly {
  display: block;
}
.tbOnly {
  display: none;
}
.spOnly {
  display: none;
}
.tbspNone {
  display: block;
}

/*@media only screen and (min-width: 600px) and (max-width: 959px) {
  .unslider-nav ol {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 20px;
    text-align: center;
  }
  .unslider-nav ol li {
    margin: 0 7.5px;
  }
  .unslider-arrow {
    top: 0%;
    margin-top: 30%;
  }
}
@media only screen and (max-width:599px) {
  .unslider-nav ol {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 10px;
    text-align: center;
  }
  .unslider-nav ol li {
    margin: 0 7.5px;
  }
  .unslider-arrow {
    top: 0%;
    margin-top: 28%;
  }
}*/
/*add 201703 */

.mod_index_contents_title .img2 {
  width: 205px;
}
@media only screen and (max-width: 425px) {
  .col_index_01,
  .col_index_02{
    padding: 0;
  }
  .index_article:after{
    /*height: 58vh;*/
  }
  .banner_wrap .mod_index_bnr{
    width: 100%;
    margin-left: 0;
  }
  .banner_wrap .mod_index_bnr img{
    height: auto;
    width: 100%;
  }
  .mod_index_bnr {
    width: 100%;
    min-height: 100%;
  }
  .index_article{
    padding-bottom: 51vh;
  }
  .article_subtitle{
    margin-bottom: 0;
  }
  .article_data .caption{
    margin-top: 0;
  }
  .article_data .caption a{
    font-size: 23px;
  }
}
@media only screen and (max-width: 425px) and (max-height: 580px) {
  .index_article:after{
    height: 73vh;
  }
  .index_article {
    padding-bottom: 64vh;
  }
}






/* new slider */


.index_article .photo.play_left > div,
.index_article .photo.play_right > div{
  transition: none;
}
.index_article .photo.play_left > div{
  animation: playleft 0.6s ease-in-out normal forwards;
}
.swiper-slide-active .photo.play_right > div,
.swiper-slide-next .photo.play_right > div{
  animation: playright 0.6s ease-in-out normal forwards;
}
.swiper-slide-prev .photo.play_right > div{
  animation: playright_prev 0.6s ease-in-out normal forwards;
}
.swiper-slide-next .photo.play_left > div{
  animation: playleft_next 0.6s ease-in-out normal forwards;
}
.index_article .photo.pre_play {
  animation: preplay 1s ease-out 1 normal;
}

.slick-current .index_article .article_data {
  opacity: 1;
}

.index_article .article_data.fadein {
  opacity: 1;
  /* -webkit-transition: all .5 linear 800ms;
  transition: all .5s linear 800ms; */
}


#mainvisualSlider {
  background: #fff;
  position: relative;
  overflow: visible;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.slide_controller{
  position: absolute;
  bottom: 105px;
  width: 100%;
}

.slide_controller .wrapper{
  display: table;
  overflow: hidden;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 0;

}
.slide_controller .swiper-button-next, .slide_controller .swiper-button-prev, .slide_controller .swiper-pagination{
  position: relative;
  float: right;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.slide_controller .swiper-button-next{
  background-image: url(/top/img/arr_r.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 19px;
  margin-top: 0;
  opacity: 0.5;
}
.slide_controller .swiper-button-next:hover,
.slide_controller .swiper-button-prev:hover{
  opacity: 1;
}
.slide_controller .swiper-button-prev{
  background-image: url(/top/img/arr_l.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 19px;
  margin-top: 0;
  opacity: 0.5;
}
.swiper-slide-prev .index_article_inner{
  display: none;
}
.slide_controller .swiper-pagination{
  margin: 0 10px;
}
.slide_controller .swiper-pagination .swiper-pagination-bullet{
  background-color: #fff;
  margin: 5px;
}
.swiper-slide .bg_img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
}
.swiper-slide .bg_img > div{
  opacity: 0;
}
.swiper-slide .photo{
  overflow: hidden;
}
.swiper-slide .photo > div{
  position: relative;
  transition: all 0.8s ease;
  left: 0;
}
.swiper-slide-active .photo > div,
.swiper-slide-active.nextAnim .photo > div,
.swiper-slide-active.prevAnim .photo > div{
  left: 0;
}
.swiper-slide-next .photo > div,
.swiper-slide-next.nextAnim .photo > div,
.swiper-slide-next.prevAnim .photo > div{
  left: 0;
}
.swiper-slide-prev .photo > div{
  left: 40px;
}
.otherSlideImg{
  display: none;
}
.otherSlideImg .smd{
  display: none;
}
.swiper-slide .photo.fadeInOut,
.swiper-slide .bg_img.fadeInOut{
  animation: fadeInOut 0.8s ease-in-out 1 normal forwards;
}
.index_article .bg_img.fadeOut > div{
  animation: fadeout 0.8s ease-in-out 1 normal forwards;
}
.index_article .article_data{
  display: none;
}

@keyframes playleft {
0% {
  left: 40px;
}
100% {
  left: 0;
}
}
@keyframes playleft_next {
0% {
  left: 0;
}
100% {
  left: -40px;
}
}
@keyframes playright_next {
0% {
  left: -80px;
}

100% {
  left: -40px;
}
}
@keyframes playright {
0% {
  left: -40px;
}

100% {
  left: 0;
}
}
@keyframes playright_prev {
0% {
  left: 0;
}
100% {
  left: 40px;
}
}

@keyframes fadeInOut {
  0% {opacity: 1;}
  30% {opacity: 0;}
  70% {opacity: 1;}
  100% {opacity: 1;}
}

@keyframes fadein {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

@keyframes fadeout {
from {
  opacity: 1;
}
to {
  opacity: 0;
}
}
#slidesWrap{
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.swiper-container.txts{
  margin: auto;
  max-width: 1140px;
  overflow: visible;
  z-index: 5;
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.swiper-container.txts .swiper-slide{
  opacity: 0;
  transition: opacity 0.6s ease 0.4s;
  position: relative;
}
.swiper-container.txts .swiper-slide.swiper-slide-active{
  opacity: 1;
}

.swiper-container.txts .swiper-slide.swiper-slide-prev .slide_wrap{
  display: none;
}

.swiper-container.txts .swiper-slide .slide_wrap{
  top: 0;
  left: 0;
  padding-left: 58%;
  padding-right: 0;
  padding-top: 40px;
  width: 100%;
}
.swiper-container.txts:after{
  content: "";
  position: absolute;
  right: 100%;
  height: 460px;
  width: 100vh;
  top: -2px;
  z-index: 1;
}
.swiper-container.txts:before{
  content: "";
  position: absolute;
  left: 100%;
  height: 460px;
  width: 100vh;
  top: -2px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {　
  /* 1280px 以下はサブスライドを非表示 */

  #mainvisualSlider {
    width: 100%;
    margin-left: 0;
    left: auto;
  }

  #mainvisualSlider .sliderListSub1,
  #mainvisualSlider .sliderListSub2 {
    display: none;
  }
  .slide_controller{
    bottom: 40px;
  }
  .slide_controller .wrapper,
  .swiper-container.txts{
    max-width: 940px;
  }
  .swiper-container.txts{
    bottom: 60px;
  }
  .swiper-container.txts .swiper-slide .slide_wrap{
    padding-left: 54%;
  }

}
@media only screen and (max-width: 990px) {
  .slide_controller{
    bottom: 10px;
  }
  .slide_controller .wrapper{
    padding-right: 20px;
  }
  .swiper-container.txts{
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #slidesWrap .slide_wrap *{
    text-shadow: none !important;
  }
  .otherSlideImg .smd{
    display: block;
  }
  .otherSlideImg .pc{
    display: none;
  }
  .index_article .photo {
    left: 0;
  }
  .swiper-container.txts{
    bottom: 30px;
  }
  .swiper-container.txts .swiper-slide .slide_wrap {
    padding: 20px 15px 0;
    bottom: auto;
  }
}
@media only screen and (max-width: 425px) {
  .swiper-container.txts .swiper-slide .slide_wrap {
    top: 34vh;
  }
  .slide_wrap .caption{
    margin-top: 0;
  }
  .slide_wrap .caption a{
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.3;
    display: block;
  }
}
@media only screen and (max-width: 425px) {
  .swiper-container.txts .swiper-slide .slide_wrap {
    top: 28vh;
  }
  .slide_wrap .caption a{
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .article_data .caption a{
    font-size: 20px;
  }
  .article_data .caption{
    margin-bottom: 10px;
  }
  .index_article {
    padding-bottom: 52vh;
  }
  .index_article:after{
    height: 70vh;
  }
  .small_win{
    display: block;
  }
  .slide_wrap .caption a{
    font-size: 16px;
    line-height: 1.5;
  }
  .slide_wrap .caption2 img {
    height: 12px;
  }

  .article_data .summary, .slide_wrap .summary{
    font-size: 13px;
  }
  .button.buttonWhiteSub a span{
    font-size: 14px;
  }
}

@media only screen and (max-width: 425px) {
.headlineTicker__inner {
overflow:visible;
padding-top:0px !important;
}}
