/*2017.03.03*/


/*--------------------
common
--------------------*/

.inContents {
  font-size: 14px;
  margin: 0 -25px 80px -26px;
  text-align: center;
}
.inContents img {
  vertical-align: bottom;
  width: 100%;
}

.inContents figure {
  margin: 0 auto;
}

.pc_only {
  display: inherit;
}

.sp_only {
  display: none;
}

.din {
  font-family: "DIN Regular", Arial, Helvetica, sans-serif;
}

/*--------------------
#mvArea
--------------------*/
.mvArea {
  position: relative;
}

.mvArea:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  background-color: #f2f2f2;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: 120%;
  height: 100%;
  z-index: -1;
}

.speechballoon {
  width: 69%;
  margin: 0 auto;
  padding: 13px 0;
  border: 1px solid #999;
  border-radius: 13px;
  font-size: 15px;
  position: relative;
}

#mvArea .icon_speechballoon {
  width: 17px;
  position: absolute;
  top: -20px;
  left: 48%;
}

.apeechballoon_txt {
  font-size: 16px;
}

/*--------------------
#mainArea
--------------------*/

#mainArea {
  padding: 100px 0 0;
}

#mainArea p.lead {
  line-height: 2.6;
  font-size: 16px;
  margin: 6% 0 6%;
}

#mainArea h2 {
  font-size: 34px;
}

#mainArea h3 {
  line-height: 1.5;
  font-size: 24px;
  padding: 1.5% 0;
}

#mainArea h3 span {
  font-size: 26px;
}

#mainArea .line {
  vertical-align: middle;
}

.bottomArea img {
    width: 42.5%;
    margin: 100px 0 80px;
}

.since800 {
  display: none;
}

/*--------------------
news
--------------------*/
.news {
  display: table;
  max-width: 925px;
  width: 100%;
  margin: 20px auto 110px;
  padding: 0 20px;
  box-sizing: border-box;
}

#mainArea .news_ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  min-width: 128px;
  text-align: left;
  border-right: 2px solid #999;
  padding-right: 5%;
}

#mainArea .news_list {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

#mainArea .news_list li {
    padding-left: 7%;
}

#mainArea .news_list li+li {
    margin-top: 4%;
}

#mainArea .news_list_top {
  display: inline-block;
  padding: 0 0 0 12px;
  text-align: left;
  font-size: 16px;
  background: url(/images/arrow_gray_pc.png) no-repeat 0 7px;
  margin-bottom: 10px;
  line-height: 1.4;
}

#mainArea .news_list_top span {
  font-size: 13px;
}

#mainArea .news_list_txt  {
  font-size: 12px;
  padding: 0 0 0 12px;
  margin-bottom: 10px;
}
.news_list_link {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #666666;
  font-size: 12px;
  padding: 8px 15px;
  border: 1px solid #E8E8E8;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  margin-left: 12px;
}
.news_list_link:hover {
    background: #e2e2e2;
    color: #666;
}
.news_list_link.newWindow {
    background: url(/commonrw/images/icon_window.png) no-repeat 10px 50%;
    padding: 8px 15px 8px 30px;
}
.news_list_link:hover.newWindow {
    background: url(/commonrw/images/icon_window.png) no-repeat 10px 50% #e2e2e2;
}
/*--------------------
#bnrArea
--------------------*/
.bnrArea {
  margin-top: 100px;
  padding: 0 25px 0 26px;
}
.bnrArea li+li {
    margin-top: 2%;
}
/*--------------------
#list_eventreport
--------------------*/
.eventreport {
  padding: 0 3%;
  margin: 50px auto 0;
}
#list_eventreport {
  display: flex;
  align-items: stretch;
  flex-flow: wrap;
}
.eventreport_ttl {
  text-align: left;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  font-size: 22px;
  padding-bottom: 15px;
}
#list_eventreport li {
  font-size: 14px;
  float: left;
  width: 22%;
  margin: 0 3.9% 0 0;
}
#list_eventreport li a {
  text-align: left;
}
#list_eventreport li a:nth-child(2) {
  display: inline-block;
  margin: 6% 0 10%;
}
#list_eventreport li:nth-child(4n) {
  margin-right: 0;
}
/*--------------------
bnrList
--------------------*/

.bnrList {
  margin-top: 10%;
  padding: 0 3%;
}

.bnrList li {
  width: 48.5%;
  float: left;
}

.bnrList li:nth-child(2n) {
  margin-left: 3%;
}

.bnrList li:nth-child(n+3) {
  margin-top: 2%;
}

@media only screen and (max-width:976px) {
  /*--------------------
    #mvArea
    --------------------*/
  .speechballoon {
    font-size: 1.5vw;
  }
  /*--------------------
    #mainArea
    --------------------*/
  #mainArea p.lead {
    font-size: 1.6vw;
  }
  #mainArea h3 {
    font-size: 2.4vw;
  }
  #mainArea h3 span {
    font-size: 2.6vw;
  }
}

@media only screen and (max-width:800px) {
  /*--------------------
    #mvArea
    --------------------*/
  .lead {
    padding: 10px 0;
  }
  .since800 {
    display: inherit;
  }
}

@media only screen and (max-width:640px) {
  /*--------------------
    common-sp
    --------------------*/
  .inContents {
    margin: 0 -10px 80px;
  }
  .sp_only {
    display: inherit;
  }
  .pc_only {
    display: none;
  }
  .since800 {
    display: none;
  }
  /*--------------------
    #mvArea
    --------------------*/
  .mvArea:before {
    top: 3%;
  }
  .speechballoon {
    width: 76%;
    padding: 1.5% 4%;
    font-size: 2.8vw;
    margin: 10px auto 0;
  }
  #mvArea .icon_speechballoon {
    width: 10px;
    top: -12px;
  }
  .apeechballoon_txt {
    font-size: 3.1vw;
  }
  /*--------------------
    #main
    --------------------*/
  #main.main {
    padding: 0 10px;
  }
  /*--------------------
    #mainArea
  --------------------*/
  #mainArea {
    padding: 19% 0 0;
  }
  #mainArea p.lead {
    line-height: 2;
    font-size: 12px;
    margin: 7% 0 14%;
    text-align: left;
  }
  #mainArea h2 {
    font-size: 5.4vw;
  }
  #mainArea h3 {
    line-height: 1.5;
    font-size: 4vw;
    padding: 1.5% 0;
  }
  #mainArea h3 span {
    font-size: 4.7vw;
  }
  #soundtrailer .line {
    height: 1px;
  }
  .bottomArea img {
    width: 65%;
    margin: 9.3% 0 20%;
  }

  /*--------------------
    news
    --------------------*/
    .news {
      margin: 0 auto 19%;
      display: block;
      padding: 0;
    }

    #mainArea .news_ttl {
      display: block;
      font-size: 18px;
      min-width: auto;
      border-right: 0;
      border-bottom: 1px solid #999;
      padding: 0 0 3%;
    }

    #mainArea .news_list {
      font-size: 15px;
    }

    #mainArea .news_list li {
        padding-left: 0;
        margin-top: 5%;
    }

    #mainArea .news_list li+li {
        margin-top: 10%;
    }

    #mainArea .news_list_top {
      font-size: 14px;
    }

    #mainArea .news_list_top span {
      font-size: 12px;
      line-height: 2;
    }

    #mainArea .news_list_txt  {
      font-size: 12px;
      padding: 0 0 0 12px;
      margin-bottom: 10px;
    }
    .news_list_link {
      -webkit-border-radius: 5;
      -moz-border-radius: 5;
      border-radius: 5px;
      color: #666666;
      font-size: 12px;
      padding: 8px 15px;
      border: 1px solid #E8E8E8;
      text-decoration: none;
      display: inline-block;
      text-align: left;
      margin-left: 12px;
    }
    .news_list_link:hover {
        background: #e2e2e2;
        color: #666;
    }
    .news_list_link.newWindow {
        background: url(/commonrw/images/icon_window.png) no-repeat 10px 50%;
        padding: 8px 15px 8px 30px;
    }
    .news_list_link:hover.newWindow {
        background: url(/commonrw/images/icon_window.png) no-repeat 10px 50% #e2e2e2;
    }
    /*--------------------
    #list_eventreport
    --------------------*/
    .eventreport {
      padding: 0;
      margin: 10% auto 0;
    }
    #list_eventreport {
      display: flex;
      align-items: stretch;
      flex-flow: wrap;
    }
    .eventreport_ttl {
      margin-bottom: 7%;
      font-size: 3.75vw;
      padding-bottom: 1%;
    }
    #list_eventreport li {
      width: 47.5%;
      margin: 0 5% 0 0;
    }
    #list_eventreport li a{
      font-size: 3.1vw;
      line-height: 1.4;
    }
    #list_eventreport li a:nth-child(2) {
      display: inline-block;
      margin: 6% 0 10%;
    }
    #list_eventreport li:nth-child(2n) {
      margin-right: 0;
    }
    .bnrArea {
      margin-top: 10%;
      padding: 0;
    }
  /*--------------------
    bnrList
    --------------------*/
  .bnrList {
    padding: 0;
  }
  .bnrList li {
    width: 100%;
    float: none;
  }
  .bnrList li:nth-child(2n) {
    margin-left: 0;
  }
  .bnrList li:nth-child(n+1) {
    margin-top: 2%;
  }
  .bnrList li:nth-child(n+3) {
    margin-top: 2%;
  }
}

/*--------------------
#itemSlider
--------------------*/

.gallely {
  padding: 0 3%;
}
.gallery_ttl {
  font-size: 30px;
  line-height: 1;
}
.gallery_ttl span {
  font-size: 14px;
}
.item-slide {
  display: none;
}

.galleryContiner {
  position: relative;
  margin-top: 90px;
}

#gallerySlider li {
  float: left;
  zoom: 1;
  display: block;
  width: auto;
}

#gallerySlider li a {
  display: block;
  width: 100%;
  height: 100%;
}

#gallerySlider01 li img {
  display: block;
  width: auto;
}

.caroufredsel_wrapper {
  position: relative;
}

.tecGallery-indicators {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.tecGallery-indicators a {
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #c8c8c8;
}

.tecGallery-indicators a.selected {
  background-color: #666666;
}

.carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -69px;
  display: block;
  width: 34px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
}

.carousel-control.left {
  left: 0;
  background-image: url(/products/images/common_slide-arrow.png);
  background-position: left center;
}

.carousel-control.right {
  right: 0;
  background-image: url(/products/images/common_slide-arrow.png);
  background-position: right center;
}

@media only screen and (max-width:640px) {
  .parts_image {
    display: none;
  }
  .item-slide {
    position: relative;
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 13px;
  }
  .item-slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  .item-slide li {
    font-size: 40px;
    color: #999;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
  }
  .item-slide li img {
    width: 100%;
  }
  #parts-prev,
  #parts-next,
  .carousel-control.left,
  .carousel-control.right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 56px;
    margin-top: -28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .7);
    background-size: 8px 12px;
  }
  .carousel-control.left,
  .carousel-control.right {
    margin-top: -53px;
  }
  #parts-prev,
  .carousel-control.left {
    left: 0;
    background-image: url(/products/common/images/slide-prev.png);
  }
  #parts-next,
  .carousel-control.right {
    right: 0;
    background-image: url(/products/common/images/slide-next.png);
  }
  .galleryContiner {
    margin-top: 9%;
  }
  .gallely {
    padding: 0;
  }
  .gallery_ttl {
    font-size: 5vw;
  }
  .gallery_ttl span {
    font-size: 2.5vw;
  }
}
