@charset "UTF-8";
/* CSS Document */
body {
  min-width: 320px;
  transition-duration: 0.5s;
  font-size: 1.3rem;
}

header {
  min-width: 320px;
  display: none;
}

.iframe-cover {
  display: none;
}

section#top01 {
  height: 270px !important;
}

.sp-movie {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 11005;
}

a.movie-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

a.movie-close img {
  width: 20px;
  height: 20px;
}

.news-feature-pc {
  display: none;
}

.movie-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 152px;
  width: 100%;
}

#player {
  display: none;
}

.sp-top {
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
}

.sp-top > img {
  width: 100%;
  height: auto;
}

a.play-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  display: block;
}

a.play-btn img {
  height: auto;
  width: 100%;
}

h1 {
  z-index: 100000;
}

img.sp-fb {
  height: 18px;
  width: 18px;
}

img.sp-insta {
  width: 18px;
  height: 18px;
}

img.sp-yt {
  width: 19px;
  height: 16px;
}

img.sp-gp {
  width: 20px;
  height: 16px;
}

ul.gnav-sp a {
  font-size: 1.8rem;
  font-weight: bold;
}

ul.gnav-sp li {
  margin-bottom: 20px;
  opacity: 0;
  margin-left: -10px;
}

ul.gnav-sp {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 500px;
  overflow: auto;
}

ul.gnav-sp li a svg {
  display: inline-table;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

ul.sp-sns li {
  float: left;
  margin-right: 20px;
}

ul.sp-sns li:last-child {
  margin-right: 0px;
}

ul.sp-sns {
    /* top: 0; */
  margin: auto;
  width: 135px;
  height: 20px;
  opacity: 0;
}

ul.ln-change a {
  font-size: 1.8rem;
  font-weight: bold;
}

ul.ln-change li {
  float: left;
  margin-right: 10px;
}

ul.ln-change li:last-child {
  float: left;
  margin-right: 0px;
}

ul.ln-change {
  width: 78px;
  margin: auto;
  opacity: 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 22px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all .4s;
}

.menu-trigger.active1 span:nth-of-type(1) {
  transform: translate(50%) scale(0);
}

.menu-trigger.active1 span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-trigger.active1 span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-trigger.active1 span:nth-of-type(3) {
  transform: translate(-50%) scale(0);
}

a.menu-trigger {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 100000;
}

.sp-nav {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-image: url(../image/sp/sp-menu-bg.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#sp-header {
  display: block;
  width: 100%;
  height: 65px;
  background: linear-gradient(-38deg, rgba(0, 69, 147, 1) 68.94%, #24B1B4 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
}

h1 img {
  width: 130px;
  position: absolute;
  left: 15px;
  top: 20px;
}

section#top01 {
  margin-top: 65px;
  height: 33vh;
}

.recent-news-list li {
  width: 100%;
  float: none;
}

.article-left {
  width: 100%;
  float: none;
  text-align: left;
  padding-left: 20px;
}

.article-ttl:before {
  width: 40px;
  height: 40px;
}

.article-right {
  float: none;
  width: 100%;
}

.article-right2 {
  float: none;
  width: 100%;
}

.left-wrap {
  width: 90%;
  padding-bottom: 30px;
}

p.article-ttl {
  font-size: 1.4rem;
  position: relative;
  padding-left: 49px;
  margin-top: 30px;
  line-height: 1.5;
    /* margin-top: 30px; */
}

p.article-ttl span {
  font-size: 1.8rem;
}

.article-txt {
  width: 100%;
  margin-top: 10px;
  line-height: 1.6;
}

.read-more {
  margin-top: 15px;
}

.product-wrap {
  width: 90%;
  margin: 0 auto;
}

p.product-txt {
  width: 100%;
}

p.product-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  padding-top: 35px;
  margin-bottom: 25px;
}

#top04 {
  height: auto;
  padding-bottom: 80px;
  background-image: url(../image/sp/sp-product-detail-bg.png);
}

.product-list li {
  width: 50%;
  position: relative;
  margin-top: 31px;
  height: auto;
  overflow: hidden;
}

.product-list li img {
  width: 94%;
  height: auto;
}

.product-list li:not(:first-child) {
  margin-left: 0px;
}

img.product-hover {
  display: none;
}

.product-list li:nth-child(3) {
  margin-left: 0px;
}

ul.product-list {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

#instafeed li {
  width: 33.33%;
}

footer {
  padding-bottom: 15px;
}

.footer-wrap {
  width: 90%;
}

.foot-menu-wrap {
  width: 45%;
  margin-right: 0px;
}

.foot-sns-wrap {
  width: 45%;
}

p.followus-ttl {
  font-size: 1.6rem;
}

p.foot-menu-ttl {
  font-size: 1.6rem;
}

p.foot-global-ttl {
  font-size: 1.6rem;
}

.foot-global-wrap {
  width: 100%;
  margin-right: 0px;
  margin-top: 40px;
}

img.foot-logo {
  width: 128px;
  float: none;
  display: block;
  margin: 0 auto;
}

p.copyright {
  float: none;
  font-size: 1.0rem;
}

.foot-copy {
  border-top: none;
  margin-top: 35px;
  padding-top: 35px;
}

a.to-top {
  display: block;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 15px;
}

.read-more {
  width: 125px;
  border: 1px solid;
  text-align: center;
  height: 33px;
  padding-top: 9px;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  overflow: hidden;
  transition-duration: 0.3s;
  color: #fff;
  z-index: 1;
}

.read-more:before {
  top: 11px;
}

.feature-img-wrap {
  width: 100%;
  height: 210px;
}

.news-readmore {
  display: none;
}

.feature-txt {
  width: 100%;
  height: auto;
  padding-top: 0px;
  font-size: 1.5rem;
}

.feature-txt p:before {
  width: 35px;
  height: 35px;
  padding-left: 20px;
}

.feature-txt p {
  width: 95%;
  padding-left: 55px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
    /* padding-top: 4px; */
  margin-bottom: 15px;
  margin-top: 15px;
}

ul.news-list li {
  width: 100%;
}

section#news01 {
  margin-top: 65px;
}

p.news-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

p.feature-cap {
  width: 100%;
  height: 70px;
  padding-left: 55px;
}

p.feature-cap:before {
  left: 8px;
}

p.feature-cat {
  width: 85px;
  height: 27px;
  padding-top: 11px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-85deg, rgba(0, 69, 147, 1) 70%, rgba(0,181,142,1) 100%);
  font-size: 1.1rem;
}

p.feature-date {
  width: 85px;
  height: 27px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 27px;
  background: linear-gradient(-85deg, rgba(0, 69, 147, 1) 70%, rgba(0,181,142,1) 100%);
  font-size: 1.1rem;
}

.sp-link {
  display: block;
}

main#news-detail {
  margin-top: 65px;
}

.detail-wrap {
  width: 90%;
}

p.detail-ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 15px;
  line-height: 1.4;
}

p.detail-date {
  margin-bottom: 25px;
}

.next-prev {
    /*width: 100%;*/
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  transform: scale(0.7);
}

p.archive-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 30px;
}

main#sponsorship {
  margin-top: 65px;
  padding-bottom: 90px;
}

p.motor-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

.motor-list li {
  width: 100%;
  height: 135px;
}

.motor-logo {
  width: 30px;
  height: 30px;
  left: 10px;
}

ul.motor-list li {
  width: 100%;
  height: 180px;
}

.motor-cap {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
}

p.motor-txt {
  font-size: 1.5rem;
  height: 50px;
  padding-left: 50px;
  line-height: 1.4;
  text-align: left;
}

main#motor-detail {
  margin-top: 65px;
}

p.mootor-detail-ttl {
  font-size: 1.5rem;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.4;
}

p.mootor-detail-ttl span {
  font-size: 2.0rem;
  font-weight: bold;
}

p.motor-detail-img {
  height: 150px;
}

.motor-detail-cap {
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.motor-detail-cap2 {
  width: 90%;
  padding-bottom: 10px;
}

.link-area {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.3rem;
}

p.mootor-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 1.4;
}

.motor-result {
  display: table;
  width: 65%;
}

.motor-result p {
  display: inline-block;
  width: 80%;
  padding-bottom: 10px;
  margin: 0 auto;
}

.motor-result p.midash {
  width: 20%;
}

.motor-result2 {
  display: table;
  width: 70%;
}

.motor-result2 p {
  display: inline-block;
  width: 70%;
  padding-bottom: 10px;
  margin: 0 auto;
}

.motor-result2 p.midash {
  width: 30%;
}

.motor-result p.w80 {
  width: 80%;
}

.motor-result p span {
  width: 100px;
  display: inline-block;
}

p.midash.futu-ex {
  width: 35%;
}

p.midash2.futu-ex {
  width: 20%;
}

.mootor-date {
  width: 90%;
}

.mootor-date p {
  display: block;
}

#motor-detail hr {
  width: 90%;
}

.img-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
}

.motor-table {
  width: 90%;
}

.motor-table th {
  width: 90%;
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
}

.motor-table td {
  padding-top: 5px;
  padding-bottom: 10px;
  width: 90%;
  display: block;
}

main#product {
  margin-top: 65px;
  background-image: url(../image/sp/sp-product-detail-bg.png);
}

#product .product-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}

#product .product-txt {
  width: 100%;
}

main#product-detail {
  margin-top: 65px;
  position: relative;
}

section#product-detail01 {
  width: 100%;
}

.detail-left {
  float: none;
  width: 100%;
}

.detail-left > p {
  width: 70%;
  height: auto;
}

.detail-right {
  width: 90%;
  float: none;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}

p.product-name {
  display: none;
}

section#product-detail01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
}

p.moreinfo-ttl {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

section#product-detail02 {
  width: 90%;
}

p.product-list-name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 75px;
  text-align: center;
}

.sp-product-name {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
}

table.moreinfo-list td {
  font-size: 1.3rem;
  white-space: nowrap;
}

p.tech-ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

main#technology {
  margin-top: 65px;
}

ul.tech-list li {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
  min-height: 0px;
  min-width: 320px;
}

ul.tech-list li img {
  width: auto;
  height: 100%;
}

.tech-cap-wrap {
  position: absolute;
  width: 90%;
  height: 127px;
  text-align: left;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tech-cap-wrap .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

p.tech-txt {
  margin-bottom: 10px;
}

a.detail-btn {
  display: block;
  width: 95px;
  height: 30px;
  border: 1px solid;
  text-align: center;
  padding-top: 7px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
  padding-left: 14px;
  overflow: hidden;
  z-index: 1;
}

a.detail-btn:before {
  left: 7px;
  top: 9px;
}

ul.tech-list li:nth-child(2) .tech-cap-wrap {
  position: absolute;
  width: 90%;
  height: 127px;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

main#technology01 {
  margin-top: 65px;
}

section#tech-detail01 {
  width: 100%;
  padding-bottom: 60px;
}

.tech01-detail .left {
  width: 90%;
  float: none;
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 0px;
}

.tech01-detail .right {
  width: 90%;
  float: none;
  margin: 0 auto;
  margin-top: 20px;
}

.tech02-detail .left {
  width: 90%;
  float: none;
  margin: 0 auto;
}

.tech02-detail .right {
  width: 90%;
  float: none;
  text-align: left;
  padding-top: 0px;
  margin-right: 0px;
  line-height: 1.6;
  margin: 0 auto;
}

.tech03-detail .left {
  width: 90%;
  text-align: left;
  float: none;
  padding-top: 0px;
  margin-left: 0px;
  line-height: 1.6;
  margin: 0 auto;
}

.tech02-detail .left img {
  margin-top: 20px;
}

.tech03-detail .right {
  width: 90%;
  float: none;
  margin: 0 auto;
  padding-top: 0px;
  margin-top: 20px;
}

.tech01-detail.clfix {
  margin-top: 30px;
}

.tech02-detail.clfix {
  margin-top: 30px;
}

main#technology02 {
  margin-top: 65px;
}

p.tech-detail-txt02 {
  width: 90%;
}

p.tech02-ttl {
  font-size: 1.3rem;
  margin-bottom: 20px;
  white-space: normal;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
}

#technology02 .tech01-detail .left {
  padding-top: 30px;
}

#technology02 .tech02-detail .right {
  padding-top: 0px;
  width: 90%;
  margin: 0 auto;
}

p.tech02-ttl2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  white-space: normal;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
}

.tech03-detail.clfix {
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
}

.tech04-detail.clfix {
  padding-top: 51.05%;
  width: 90%;
  margin: 30px auto 0 auto;
  position: relative;
}

.tech04-detail.clfix iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.tech02-ttl3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  white-space: normal;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
}

p.tech02-ttl3:before {
  float: none;
  margin-right: 6px;
  display: inline-table;
  vertical-align: inherit;
}

p.tech02-ttl3:before {
  width: 20px;
  height: 20px;
  padding-top: 0px;
}

#technology02 .tech03-detail .left {
  padding-top: 0px;
}

main#movie {
  margin-top: 65px;
}

p.movie-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

main#about {
  margin-top: 65px;
}

.about01-wrap {
  width: 100%;
  height: 265px;
}

.about02-wrap {
  position: absolute;
  width: 90%;
}

section#about01 {
  width: 100%;
  height: 400px;
  background-image: url(../image/about/about01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
}

.about01-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.about02-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.about03-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

p.about01-txt {
  text-align: left;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
}

section#about02 {
  width: 100%;
  height: 400px;
  background-position: top;
}

section#about03 {
  width: 100%;
  height: 420px;
  background-position: top;
}

.about03-wrap {
  position: absolute;
  width: 90%;
  height: 295px;
}

ul.motor-list li a > img {
  width: 100%;
  height: auto;
}

.moreinfo-list_ul li {
  font-size: 1.3rem;
}

.moreinfo-list_ul li:before {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  position: absolute;
  left: 0px;
  top: 24px;
}

.sp-br {
  display: block;
}

#news {
  background-image: url(../image/sp/sp-back.jpg);
  background-size: contain;
}

main#news-detail {
  background-image: url(../image/sp/sp-back.jpg);
  background-size: contain;
}

main#sponsorship {
  background-image: url(../image/sp/sp-back.jpg);
}

main#motor-detail {
  background-image: url(../image/sp/sp-back.jpg);
}

main#technology {
  background-image: url(../image/sp/sp-back.jpg);
}

main#technology01 {
  background-image: url(../image/sp/sp-back.jpg);
}

main#technology02 {
  background-image: url(../image/sp/sp-back.jpg);
}

main#movie {
  background-image: url(../image/sp/sp-back.jpg);
}

main#product-detail {
  background-image: url(../image/sp/sp-product-detail-bg.png);
}

div#bx-pager a:before {
  background: none;
}

.product-list li a:hover .product-hover {
  transition-duration: 0.3s;
  opacity: 1;
}

.product-list li a:hover .product-hoverout {
  transition-duration: 0.3s;
  opacity: 1;
}

section#product01 {
  background: none;
  height: auto;
  padding-bottom: 80px;
}

a.active img {
  border: 2px solid;
  box-sizing: border-box;
}

p.prev {
  font-size: 1.8rem;
  padding-top: 13px;
}

p.next {
  font-size: 1.8rem;
  padding-top: 13px;
}

.prev:before {
  top: 15px;
}

.next:after {
  top: 15px;
}


.dealer_wrap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block
}
.dealer_country{
    display: none;
}
.dealer_info{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.feature{
    max-height: 200px;
}
.feature-title{
    font-size: 130%;
}

.slick-prev{
    left: 30px;
}

@media screen and (max-width: 768px) {
    .resptable{
        width: 80%;
    }
}



@media screen and (max-width: 480px) {
    .feature > div{
        margin-bottom: 35px;
    }
    .feature .feature_desc{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }
    .slick-prev {
        left: -15px !important;
    }
    .slick-next {
        right: -15px !important;
    }
    /*.slick-next{
        left: -50px !important;
    }*/
    .resptable{
        width: 100%;
    }
}


/* スマホ用GLOBALメニュー */
.sp-global-site-menu {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(3, 9, 91, 1.0);
  width: 100%;
  height: 100vh;
  z-index: 10010;
  font-size: 1.8rem;
}

.sp-global-site-menu li {
  opacity: 0;
  margin-left: -10px;
}

.sp-global-site-menu .sp-global-ttl {
  width: 90%;
  font-size: 2.0rem;
  font-family: "Futura LT W01 Extra Bold";
  margin: 40px auto 15px auto;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #fff;
}

.sp-global-site-menu ul li {
  margin-bottom: 10px;
}

.sp-global-site-menu .menu-close,
.sp-global-site-menu .menu-close span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.sp-global-site-menu .menu-close {
  position: absolute;
  width: 30px;
  height: 22px;
  right: 10px;
  top: 20px;
}

.sp-global-site-menu .menu-close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.sp-global-site-menu .menu-close span:nth-of-type(1) {
  top: 0;
}

.sp-global-site-menu .menu-close span:nth-of-type(2) {
  top: 10px;
}

.sp-global-site-menu .menu-close span:nth-of-type(3) {
  bottom: 0;
}

.sp-global-site-menu .menu-close span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all .4s;
}

.sp-global-site-menu .menu-close.active span:nth-of-type(1) {
  transform: translate(50%) scale(0);
}

.sp-global-site-menu .menu-close.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-global-site-menu .menu-close.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-global-site-menu .menu-close.active span:nth-of-type(3) {
  transform: translate(-50%) scale(0);
}