@charset "UTF-8";
@import url("top_2019.css");

.top-topics .top-topics-list {
  overflow: hidden;
  margin-bottom: 15px;
 /* margin-left: -45px;*/
 display:-webkit-box;
  display:-ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
  -ms-flex-pack: justify;
 justify-content: space-between;
}

.top-topics .top-topics-item {
  /*float: left;
  margin-left: 45px;*/
  padding-bottom: 10px;
  width: 270px;
  height: 314px;
  position: relative;
}

.top-topics .top-topics-item a {
  display: block;
}

.top-topics .top-topics-item_image {
  margin-bottom: 10px;
  min-height: 176px;
}
.top-topics .top-topics-item_image a:hover img {
  opacity: .8;
}
.top-topics .top-topics-item_image img {
  max-width: 100%;
  height: auto;
}

.top-topics .top-topics-item_image .no_image {
  display: table-cell;
  width: 270px;
  height: 167px;
  text-align: center;
  vertical-align: middle;
}  

.top-topics .top-topics-item_meta {
  width: 250px;
  margin: 0 0 5px;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.top-topics .top-topics-item_meta li {
  list-style: none;
  margin: 0;
}
.top-topics .top-topics-item_time {
  float: right;
}
.top-topics .top-topics-item_category {
  float: left;
  color: white;
  min-width: 60px;
  background: #535353;
  padding: 0 8px;
  text-align: center;
}

.top-topics .top-topics-item_title {
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 100%;
}
.top-topics .top-topics-item_title a img {
  vertical-align: middle;
  margin-left: 5px;
}



.top-topics .pc-top-news-view-all {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 0 40px;
}
.top-topics a.btn-top-news-all,.top-news a.btn-top-news-all {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 250px;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.top-topics a.btn-top-news-all span,.top-news a.btn-top-news-all span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  background-position: -65px -165px;
}

@media all and (max-width: 480px) {
  .top-topics .container {
    position: relative;
  }
  .top-topics a.btn-top-news-all,.top-news a.btn-top-news-all {
    width: 64%;
  }
  .top-topics .top-topics-title {
    margin-bottom: 18px;
  }
  #wrapList {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
     }
  .top-topics .top-topics-list {
    width: 100%;
/*    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .top-topics .top-topics-item {
    float: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 336px;
    height: 387px;
    margin: 0 auto 25px;
    transition: 0.3s;
    }
    .top-topics .top-topics-item:not(:first-of-type) {
      display: none;
    }
    .rtol {
      transition: 0.3s;
    }
  .top-topics .top-topics-item_image {
    min-height: 203px;
    text-align: center;
  }
  .top-topics .top-topics-item_image img {
    width: auto;
  }
  .top-topics .top-topics-item_image .no_image {
    display: block;
    width: auto;
    height: auto;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .top-topics .pc-top-news-view-all {
    margin: 0;
    font-size: 130%;
  }
  .top-topics .top-topics-item_title {
    font-size: 120%;
    margin-bottom: 9px;
    font-weight: bold;
  }
  .top-topics .top-topics-item_meta {
    overflow: visible;
    width: auto;
    position: static;
  }
  .top-topics .top-topics-item_meta li {
    float: none;
    margin-bottom: 5px;
    position: absolute;
  }
  .top-topics .top-topics-item_meta li.top-topics-item_category {
    display: inline-block;
    min-width: 60px;
    padding: 5px 20px;
    text-align: center;
    bottom: 15px;
  }
  .top-topics .top-topics-item_meta li:last-child {
    margin-bottom: 0;
  }
  .top-topics .top-topics-item_time {
    right: 10px;
    bottom: 10px;
  }

}

/*-----------------------
追加箇所
-------------------------*/

/*----
グロナビ start
-----*/
/*
.header {
  border: none;
}
.header .header-container {
  min-width: 1160px;
  padding: 0;
  margin: 0 auto;
}
.header .header-container .logo {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.header .header-container .header-navigation {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.header .header-container .header-navigation ul li {
  width: auto;
}
.header .header-container .header-navigation ul li a {
  display: inline-block;
  width: auto;
  padding: 0 30px 14px;
  border-bottom: 5px solid #fff;
  margin-bottom: 0;
}
.header .header-container .header-navigation ul li a:hover {
  border-bottom: 5px solid #f00;
}
.header-navigation-megadrop-about {
  width: 270px;
  height: 300px;
  float: left;
  background: url(../images/top/bg_about_nav.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bg-investors{
  background: url(../images/top/bg_investors_nav.jpg) no-repeat;
  background-size: cover;
}
.bg-products{
 background: url(../images/top/bg_products_nav.jpg) no-repeat;
  background-size: cover; 
}
.bg-csr{
 background: url(../images/top/bg_csr_nav.jpg) no-repeat;
  background-size: cover;  
}
.header-navigation-megadrop-about a{
  color: #fff;
  font-size: 160%;
}
.header .header-container .header-navigation-megadrop {
  width: 100%;
  border: none;
  box-shadow: 0 3px 5px #ebebeb inset;
  top: 50px;
}
.header .header-container .header-navigation-megadrop a.title {
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px 0 0 0;
  font-size: 120%;
}
.header .header-container .header-navigation-megadrop a.title::after {
  content: "";
  display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    -webkit-background-size: 225px 770px;
    background-size: 225px 770px;
    background-position: -85px -165px;
}
.header .header-container .header-navigation-megadrop .icon-megadrop {
  margin-right: 3px;
}
.header .header-container .header-navigation-megadrop .megadrop-column {
  height: auto;
}
.header .header-container .header-navigation ul li a:after{
  border-right: none;
}
.header .header-container .header-navigation ul li:first-child a:before{
  border-left: none;
}
.header .header-container .header-navigation-megadrop .header-navigation-megadrop-left,.header .header-container .header-navigation-megadrop .header-navigation-megadrop-center,.header .header-container .header-navigation-megadrop .header-navigation-megadrop-right {
  width: 310px;
  margin-right: 10px;
  margin-left: 10px;
}
.header .header-container .header-navigation-megadrop .header-navigation-megadrop-menu {
  width: 1360px;
}
.header-search {
  width: 1160px;
  margin: 0 auto;
  padding: 20px 0;
}
.search-input {
  position: relative;
}
.icon_header-search {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.header .global-search {
}
.header-btn-search {
  position: relative;
    display: block;
    margin: 20px auto 0;
    background: none;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 160%;
    color: #535353;
}
.header-btn-search::before {
  content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -30px;
    width: 24px;
    height: 1px;
    background-color: #535353;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-btn-search::after {
  content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -30px;
    width: 24px;
    height: 1px;
    background-color: #535353;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-icon {
  display: inline-block;
  padding: 0;
  width: 50px;
  height: 50px;
}
.search-icon input {
  width: 22px;
  height: 22px;
  position: relative;
  top: 13px;
  background-image: url(/etc/images/icons/icon_search_mobile_gray.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.search-input input[type="text"] {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border: 0;
    font-size: 1.6rem;
    background-color: #fff;
}
.search-link-region {
  display: inline-block;
  padding: 16px;
  vertical-align: top;
  background-color: #f00;
}
.search-link-region a{
  color: #fff;
}
.search-link-region .icon-globe {
  background-position: -65px -5px;
}
.header-drop-body {
  background-color: #f5f5f5;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 9999;
}
.container-wide {
  width: 100%;
}
#header-navigation-olympic-megadrop,#header-navigation-regional-megadrop {
  text-align: center;
}
.mobile-menu-container .regional {
  border: 1px solid #fff;
  margin: 1.5em 1em 1em;
}
.mobile-menu .mobile-menu-container .regional a {
  padding: 21px 0 21px 14px;
}
.mobile-menu-container .menu-title .icon-globe {
  background-position: -65px -5px;
  margin-right: 0.5em;
}
.bg-red {
  background-color: #f00;
}
.bd-left-red {
  border-left: 6px solid #f00;
}*/
/*
@media all and (max-width: 480px){
  .header .header-container .logo{
    width: 100%;
  }
}*/
/*---
グロナビ end
----*/
.top-main-visual-carousel::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.top-about {
  margin-bottom: 0;
}
.top-main-visual {
  height: 680px;
  cursor: pointer;
}
.top-main-visual:hover {
  opacity: 0.9;
}
.top-main-visual-topic-bg {
  text-align: center;
  width: 50%;
}
.top-topics .top-topics-title .top-header-topics {
  left: 0;
  margin-left: 0;
}
.about-bridgestone {
  background: url(/etc/images/top/bg_about.jpg) -300px center;
    background-size: cover;
}
.global-career {
  background: url(/etc/images/top/bg_career.jpg) 240px center;
    background-size: cover;
}
.global-career .top-about__box--txt {
  padding: 25px 0 50px;
}
.global-career .top-about__btn {
  margin-top: 25px;
  margin-right: 15px;
  margin-left: 15px;
}
.top-news .top-news-view-all {
  text-align: center;
  margin: 30px 0;
}
.top-news a.btn-top-news-rss.ttl-rss {
  background-color: #f5f5f5;
  color: #535353;
}
.top-main-visual .top-main-visual-top .top-main-visual-carousel {
  height: 680px;
}
.top-main-visual .top-main-visual-top .top-main-visual-carousel ul {
  width: 10%;
  position: absolute;
  top: 645px;
  left: 48%;
}
.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container {
  display: block;
}
.global-career .top-about__item {
  background: url(/etc/images/top/bg_career.jpg) center no-repeat;
    background-size: cover;
}
.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic {
  top: 95px;
}
.top-main-visual .top-main-visual-top .top-main-visual-carousel ul li {
  width: 20px;
}
.top-news a.btn-top-news-rss span.icon-rss-large-white.ttl-rss{
  background-image: url("/etc/images/icons/icon_rss_red.png");
  background-size: 1em 1em;
  margin-right: 0.5em;
}
.comprehensive-top-see-more.map a {
  float: none;
  width: 250px;
  box-sizing: border-box;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.comprehensive-top-see-more.map a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  content: "";
  width: 1em;
  height: 1em;
  margin: auto;
 background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    -webkit-background-size: 225px 770px;
    background-size: 225px 770px;
    background-position: -65px -165px;
}
.top-location-map {
  padding: 40px 0;
}
.top-about__inner.product {
  background: url(/etc/images/top/bg_product.jpg) 240px center no-repeat,url(/etc/images/top/bg_product.jpg) center;
  background-size: cover;
}
@media all and (max-width: 480px){
  .top-main-visual,.top-main-visual .top-main-visual-top .top-main-visual-carousel,.slick-slide{
    height: 563px;
  }
}
/*-----
slick
------*/
.slick-slide img {
  width: 100%;
}
@media all and (max-width: 480px){
 .slick-slide img {
  width: auto;
} 
}

/*---------------
footer start
----------------*/
/*
.footer >.container {
  width: 100%;
}
.footer-container-cover .grd-2-8,.footer-navigation .grd-8-8 {
  padding-left: 0;
}
.footer-container-cover,.footer .container {
  background-color: #272727;
}
.footer-container-cover a,.footer .container a{
  color: #fff;
}
.footer-container-cover a:hover,#.footer .container a:hover {
  color: #f00;
}
.footer .copyright,.footer .copyright .copyright-container {
  background-color: #000;
}
.footer .footer-navigation {
  width: 1160px;
  margin: 0 auto 50px;
}
.footer .footer-navigation ul li{
  border-right: 1px solid #fff;
  text-align: left;
  width: auto;
  padding: 0 15px;
}
.footer .footer-navigation ul li:first-child{
  padding: 0 15px 0 0;
}
.footer .footer-navigation ul li:last-child {
  border-right: none;
}
*/
@media only screen and (max-width: 480px) {
  .header .mobile-navigation li{
    position: relative;
  }
  .header .mobile-navigation li a{
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 9px;
  }
  #js-mobile-menu-open{
    background: url(../images/icons/icon_accordion_menu.png) no-repeat;
    background-size: 100%;
    background-position: center;
    }
    .mobile-navigation .bg-red a{
    background: url(../images/icons/icon_header_region.png) no-repeat;
    background-size: 100%;
    background-position: center;  
    padding: 5px 6px !important;    
    }
  .comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic p a{
    font-size: 60px;
    line-height: 1;
    text-shadow: 1px 1px 20px #000, -1px 1px 20px #000;
  }
  .top-main-visual .top-main-visual-carousel .top-main-visual-topic p span{
    font-size: 19.2px;
    text-align: left;
    line-height: 1.2;
    display: block;
    margin: 1em 15px 1em;
    text-shadow: 1px 1px 10px #000, -1px 1px 10px #000, 1px -1px 10px #000, -1px -1px 10px #000, 1px 1px 10px #000, -1px 1px 10px #000;
    letter-spacing: 0.5px;
  }
 .top-main-visual .top-main-visual-top .top-main-visual-carousel ul {
  width: 25%;
  top: 95%;
 }
  .mobile-menu .mobile-menu-container ul li:last-child {
   background: url(/etc/images/icons/icon_arrow_mobile_white.png) no-repeat 96% 50%;
    background-color: #333333;
    background-size: 20px 20px; 
  }
  .bg-none {
    background: none !important;
  }
  .comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic {
    position: absolute;
    top: 16%;
    background-color: rgba(255,255,255,0);
    z-index: 10;
  }
  .top-main-visual-topic-bg {
    width: 100%;
  }
  .mobile-search-mini .search-input {
    background-color: #fff;
    border-radius: 25px;
  }
  .about-bridgestone {
    background: url(/etc/images/top/bg_about.jpg) center 434px;
    background-size: cover;
  }
  .arrowl{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    left: 0;
    background-position: 123px 363px;
    background-image: url(../images/icons.png);
  }
  .arrowr{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    right: 0;
    background-position: 136px 317px;
    background-image: url(../images/icons.png);
  }
 .top-news .top-news-view-all {
  font-size: 130%;
} 
.top-news .top-news-content .top-news-column {
  border-left: none;
}
.global-career .top-about__box--txt {
  background-color: rgba(0,0,0,0.4);
}
.top-about__inner.product {
  background: url(/etc/images/top/bg_product.jpg) center -170px;
    background-size: cover;
}
.top-news {
  margin-top: 0;
}
.top-news .top-news-content .top-news-column a {
  display: inline;
}
.top-news__item {
  display: block;
}
.top-news .top-news-content .top-news-column p {
  display: inline-block;
  padding: 0 15px;
}
.comprehensive-top-see-more.map a {
  margin-top: 25px;
  font-size: 120%;
}
.top-location-map {
  background-color: #6b717d;
  background-image: url(../images/top/bg_map.png);
}
.top-location-map .mobile-top-location .mobile-top-header-location {
  color: #fff;
}
.top-main-visual img{
height: 115%;
position: relative;
left: -344px;
}
.top-about__btn {
  height: 20% !important;
}

/*
.footer .footer-navigation {
  width: 100%;
  margin-top: 50px;
}
.footer .footer-navigation ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .footer-navigation ul li {
  background-color: #272727;
  padding: 0 10px;
  border: none;
}
.footer .footer-navigation ul li:first-child {
  padding: 0 10px;
  border: none;
}
.footer .footer-navigation ul li:nth-child(2) {
  border-top: none;
}
.footer .footer-navigation ul li:not(:first-child){
  border-left: 1px solid #fff;
}
.footer .footer-navigation ul li a {
  padding: 0 5px;
  font-size: 80%;
}
.footer .copyright p {
  text-align: center;
}*/
}
/*追加ここまで*/