@charset "utf-8";
.share {
  display: none;
}
.productDetail01 .bg_img02 {
  background-image: url('/usa/car/images/bg/bg_top_01.png');
  background-size: cover;
}
.productDetail01 .bg_key_featuers{
  background-image: none;
  background-color: #FFF;
}
.vitxt p.cat_title{
  color: #333;
  letter-spacing: 4px;
  text-shadow: 1px 2px 3px #fff;
}
.vitxt p.cat_title span{
  font-weight: bold;
}
.t-center{
  text-align: center;
}
.productDetail01 .bg_black{
  background-color: #000000;
}
.productDetail01 .iframe_wraper{
  position:relative;
  width:100%;
  height:0;
  padding-top:75%;
}
.productDetail01 .iframe_wraper iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*registernow buynow*/
.buynow_btn,
.registernow_btn{
  text-align: center;
  margin-bottom: 1em;
}
.registernow_btn a{
  display: inline-block;
  width: 200px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  background-color: #004272;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  -webkit-transition: none;
  transition: none;
}
.registernow a:hover{
  background-color: #125f96;
}
@media screen and (max-width: 480px){
  .registernow_btn , .buynow{
    text-align: center;
    margin-top: 20px;
    display: block;
    position: static;
  }
}

/*carousel*/
.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}

.standcut .product-carousel{
  width: 100%;
}

.product-carousel_wrapper .product-carousel .product_main{
  margin: 0 auto 5em;
}

.content .inner800 {
  width: 800px;
  margin: 0 auto;
}
.detail .dbox{
  background: #000000;
  color: #ffffff;
}
.detail .dbox a {
  color: #ffffff!important;
  text-decoration: underline;
}
.section.inner{
  background: #000000;
}
.vitxt p.cat_title {
  word-break: break-all;
}
/*------------------------------
アンカー anchor
------------------------------*/
.content .anchor{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000000;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
.content .anchor li{
  width: calc(100%/6);
  text-align: center;
  font-size: 16px;
}
.content .anchor li a{
  transition: all 0.25s ease-out;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #ffffff;
}
.content .anchor li a:hover{
  opacity: 0.5;
}
.content .anchor li a span{
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.content .anchor li a:after{
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 80%;
  left: 47%;
  margin-top: -4px;
}
/*------------------------------
セクション section
------------------------------*/
.content .section .header_wrapper {
  position: relative;
  overflow: hidden;
}
.content .section h2{
  color: #ffffff;
  font-weight: normal;
  font-size: 44px;
}
.content .section .header_wrapper h2{
  position: relative;
  margin: 0;
  padding: 60px 3%;
  background-color: rgba(0,0,0,0.75);
}
.content .section .header_wrapper .header_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -10px;
}
.content .section .header_wrapper .header_bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
 .content .inner800 {
    width: 100%
  }
  /*------------------------------
  アンカー anchor
  ------------------------------*/
  .content .anchor li{
    width: calc(100%/3);
  }
  .content .anchor li{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  /*------------------------------
  アンカー anchor
  ------------------------------*/
  .content .anchor li{
    width: calc(100%/2);
  }
  .content .section h2 {
    font-size: 28px;
  }
  .content .section .header_wrapper h2 {
    margin: 0 auto;
    padding: 50px 7.5%;
  }
}

/* ======================================================
 * 
 * PageParts
 * 
====================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/* ----- main-visual ----- */
.main-visual {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main-visual {
    margin-top: 68px;
  }
}
.main-visual__image img {
  width: 100%;
  height: 100%;
}
/* ----- product-name ----- */
.product-name__title {
  font-weight: bold;
}
/* ----- featuresum ----- */
.featuresum__unorder-list {
  list-style: none;
}
.featuresum__unorder-list > li {
  position: relative;
  list-style: none;
}
.featuresum__unorder-list > li::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
/* ----- heading2 ----- */
.heading2 .heading2__title {
  color: #FFF;
  font-weight: bold;
}
/* ----- heading3 ----- */

/* ----- text ----- */
.text {
  margin: 0;
  padding: 0;
  color: #FFF;
}
/* ----- figure ----- */
.figure {
  display: inline-block;
  margin: 0;
}
.figure-wrap {
  position: relative;
}
.figure-wrap .figure__text {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 120%;
  font-weight: bold;
}
/* ----- note-text ----- */
.note-text {
  position: relative;
  color: #FFF;
}
.note-text__mark {
  position: absolute;
  top: 0;
  left: 0;
}
.product-block__flex {
  display: flex;
}
.product-block__body .text {
  width: 100%;
}


/* ======================================================
 * PC表示
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ----- util-pc-hidden ----- */
  .util-pc-hidden {
    display: none !important;
  }
  /* ----- main-visual ----- */
  .main-visual {
    max-width: 980px;
    display: flex;
    justify-content: center;
  }
  .main-visual__image {
    width: 1940px;
  }
  .main-visual__image img {
    object-fit: cover;
  }
  /* ----- product-content ----- */
  .product-content__inner {
    max-width: 980px;
    margin: 0 auto;
  }
  /* ----- product-name ----- */
  .product-name {
    margin-top: 67px;
  }
  .product-name__title {
    font-size: 40px;
  }
  .product-name__sub-title {
    font-size: 18px;
  }
  /* ----- productsum ----- */
  .productsum {
    display: flex;
    align-items: normal;
    margin: 20px 0 67px;
    padding: 0;
  }
  .productsum .standcut {
    width: 60%;
  }
  .product-carousel_wrapper .product-carousel .product_main img {
    top: -40px;
  }
  /* ----- featuresum ----- */
  .featuresum {
    width: 590px;
  }
  .featuresum__unorder-list {
    margin: 0;
    padding: 0;
  }
  .featuresum__unorder-list > li {
    margin: 0;
    padding-left: 15px;
    font-size: 20px;
  }
  .featuresum__unorder-list > li::before {
    top: 13px;
    left: 0;
  }
  .featuresum__icon-list {
    margin: 20px 0 0;
  }
  /* ----- buynow_btn ----- */
  .buynow_btn {
    margin: 30px 0 0;
  }
  /* ----- heading2 ----- */
  .heading2 {
    margin: 0 0 10px;
    padding: 0;
  }
  .heading2 .heading2__title {
    margin: 0;
    padding: 0;
    font-size: 35px;
    line-height: 1.4;
  }
  /* ----- text ----- */
  .text {
    font-size: 20px;
  }
  /* ----- column ----- */
  .column {
    display: flex;
    flex-flow: row wrap;
    margin: 15px 0 0;
  }
  .column__item {
    display: flex;
    width: calc(((100% - (15px)) / 2) - .1px);
    margin-left: 15px;
  }
  .column__item:nth-child(odd) {
    margin-left: 0 !important;
  }
  .column__item > * {
    display: flex;
  }
  /* ----- figure ----- */
  .figure-wrap {
    margin: 15px 0 0;
  }
  .figure__text {
    margin: 15px auto 0;
    font-size: 35px;
  }
  /* ----- note-text ----- */
  .note-text {
    margin-top: 30px;
    padding-left: 12px;
    font-size: 14px;
  }
  /* ----- product-block ----- */
  .product-block {
    margin: 15px 0 0;
    border-radius: 25px;
    background-color: #000;
  }
  .product-block__inner {
    padding: 30px;
  }
  .product-block__head {
    margin: 0 auto;
  }
  .product-block__head .text {
    width: 700px;
    margin: 0 auto;
  }
  .product-block__image {
    text-align: center;
  }
}
/* ======================================================
 * SP表示
====================================================== */
@media only screen and (max-width: 767.98px) {
  /* ----- util-sp-hidden ----- */
  .util-sp-hidden {
    display: none !important;
  }
  /* ----- product-name ----- */
  .product-name {
    margin-top: 15px;
  }
  .product-name__title {
    font-size: 26px;
  }
  .product-name__sub-title {
    font-size: 18px;
  }
  /* ----- productsum ----- */
  .productsum {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  /* ----- standcut ----- */
  .standcut {
    width: 100%;
    padding: 0 0 20px 0;
  }
  /* ----- featuresum ----- */
  .featuresum {
    width: 100%;
  }
  .featuresum__unorder-list {
    margin: 0;
    padding: 0;
  }
  .featuresum__unorder-list > li {
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
  }
  .featuresum__unorder-list > li::before {
    top: 13px;
    left: 0;
  }
  .featuresum__icon-list {
    margin: 20px 0 0;
  }
  /* ----- buynow_btn ----- */
  .buynow_btn {
    margin: 20px 0 0;
  }
  /* ----- product-content ----- */
  .product-content__inner {
    margin: 0 15px;
  }
  /* ----- heading2 ----- */
  .heading2 {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .heading2 .heading2__title {
    margin: auto;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  /* ----- text ----- */
  .text {
    font-size: 18px;
  }
  /* ----- column ----- */
  .column {
    margin: 10px 0 0;
  }
  .column__item {
    margin-top: 10px;
  }
  .column__item:first-child {
    margin-top: 0 !important;
  }
  /* ----- figure ----- */
  .figure-wrap {
    margin: 10px 0 0;
  }
  .figure__text {
    margin: 5px 15px 0;
    padding: 5px 10px;
    top: 15px;    
    font-size: 18px;
  }
  /* ----- note-text ----- */
  .note-text {
    margin-top: 10px;
    padding-left: 11px;
    font-size: 13px;
  }
  /* ----- product-block ----- */
  .product-block {
    margin: 10px 0 0;
    border-radius: 15px;
    background-color: #000;
  }
  .product-block__inner {
    padding: 20px;
  }
  .product-block__image {
    margin: 0 auto;
  }
  .product-block__flex {
    flex-wrap: wrap;
  }
}