@charset "UTF-8";
@media screen and (max-width: 768px) {
  .section_speaker {
    margin-bottom: 80px;
  }
  .section_speaker .subttl {
    height: auto;
  }
  .section_speaker .speaker_wrap {
    margin-top: 40px;
  }
  .section_speaker .speaker_wrap .speaker_row > li:first-child .speaker_col > li:nth-child(1) {
    border-top: #dddddd solid 1px;
  }
  .section_speaker .speaker_wrap .speaker_col > li {
    width: 100%;
    border-bottom: #dddddd solid 1px;
  }
  .section_speaker .speaker_wrap .speaker_box {
    box-sizing: border-box;
    padding: 30px 0;
  }
  .section_speaker .speaker_wrap .speaker_box:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .section_speaker .speaker_wrap .speaker_box .name {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .section_speaker .speaker_wrap .speaker_box .name span {
    color: #ee1c25;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    letter-spacing: -0.08em;
    line-height: 2;
  }
  .section_speaker .speaker_wrap .speaker_box .info {
    float: left;
    width: 45%;
    color: #000;
  }
  .section_speaker .speaker_wrap .speaker_box .info .detail {
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    font-size: 12px;
    margin: 10px 0;
  }
  .section_speaker .speaker_wrap .speaker_box .info .detail img.set {
    margin-top: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .info .price {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .section_speaker .speaker_wrap .speaker_box .pic {
    float: left;
    width: 50%;
    margin-right: 5%;
  }
  .section_speaker .speaker_wrap .speaker_box .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section_speaker .speaker_wrap .speaker_box .nv_btn {
    margin: 0;
  }
  .section_speaker .speaker_wrap .speaker_box img.set {
    width: 15px;
    height: auto;
    position: relative;
    top: 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .section_speaker .speaker_wrap .speaker_box .config {
    margin-top: 15px;
    line-height: 140%;
  }
  .section_speaker .speaker_wrap .speaker_box .config > p {
    margin-bottom: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .config img.set {
    margin-left: 0;
    margin-right: 3px;
  }
  .section_speaker .speaker_wrap .speaker_box .config ul li {
    margin-top: 5px;
    text-indent: -20px;
    padding-left: 20px;
  }
  .section_speaker .speaker_wrap .speaker_box.link {
    border: none;
  }
  .section_speaker .nv_btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* 20240926UP */
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .icon {
    width: 10%;
    margin-right: 1%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .name {
    width: 89%;
    font-size: 14px;
    margin-bottom: 0;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .text {
    width: auto;
    font-size: 14px;
    border: #bababb solid 1px;
    padding: 0.5em;
    margin-top: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content {
    display: flex;
    align-items: self-start;
    flex-direction: row-reverse;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left {
    width: 45%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left .info {
    width: 100%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left .text {
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-fig {
    width: 50%;
    margin-right: 5%;
    margin-top: 1em;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-config {
    width: 100%;
  }
  .section_speaker .speaker_wrap.mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #contents_area br.sp {
    display: inline !important;
  }
  .esb-item:first-child {
    display: none;
  }
  br {
    display: none;
  }
  br.sp {
    display: block;
  }
  #contents_area .option_box_wrap br {
    display: inline !important;
  }
  img {
    width: 100%;
  }
  .section_inner {
    width: 90%;
    margin: 0 auto;
  }
  
  /*タイトル・サブタイトル*/
  .ttl {
    color: #444;
    text-align: center;
    font-size: 19px;
    font-family:"HondaGlobalFontJP-Bold";
    padding: 20px 0;
    background: #dddddd;
  }
  .subttl {
    font-size: 16px;
    color: #444;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    padding: 1px 0 0 10px;
    box-sizing: border-box;
    border-left: #444 solid 2px;
    height: 25px;
    line-height: 25px;
    margin: 0 0 12px;
  }
  .subttl.mt {
    margin-top: 25px;
  }
  .sub-title{
    font-size: 16px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    margin: 0 0 10px;
  }
  #top_main_visual {
    position: relative;
    overflow: hidden;
  }
  #top_main_visual .img_slider {
    position: relative;
  }
  #top_main_visual .img_slider .slider_inner,
  #top_main_visual .img_slider .slider_inner .pic {
    margin-bottom: 0 !important;
  }
  #top_main_visual .img_slider .slider_inner {
    padding: 0;
  }
  #top_main_visual .img_slider .slider_inner {
    position: relative;
  }
  #top_main_visual .img_slider .slider_inner * {
    opacity: 1;
  }
  #top_main_visual .img_slider .slider_inner.slide_02 a::after, #top_main_visual .img_slider .slider_inner.slide_03 a::after {
    content: ' ';
    position: absolute;
    /* bottom: 9.6%; */
    bottom: 10.416vw;
    left: 50%;
    /* width: 50%; */
    width: 50.079vw;
    /* height: 10%; */
    transform: translateX(-50%);
    background: url("../img/img_main_slide_btn_detail_sp.png") left top no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  #top_main_visual .img_slider .slider_inner.slide_02:hover a::after, #top_main_visual .img_slider .slider_inner.slide_03:hover a::after {
    opacity: 0.7;
  }
  .goodsound_bnr {
    width:90vw;
    margin: 0 auto 20px;
  }
  #top_select_box {
    width: 90%;
    margin: 0 auto 40px;
  }
  .option_lead {
    margin: 20px auto 0;
  }
  .option_lead .txt01 {
    text-align: right;
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .option_lead .txt02 {
    border: #4e7aa5 solid 2px;
    padding: 16px 0;
    text-align: center;
    color: #4e7aa5;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 0;
  }
  .option_lead .txt02 span {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .top_option_box {
    margin: 30px auto 0;
  }
  .top_option_box br {
    display: inline !important;
  }
  .top_option_box .option_ttl {
    padding: 12px 0;
    text-align: center;
    background: #eff2f4;
    color: #333;
    font-size: 14px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    margin: 0 0 12px;
    line-height: 1.3;
  }
  .top_option_box_inner {
    overflow: hidden;
    position: relative;
  }
  .pos_txt {
    position: absolute;
    bottom: 13px;
    left: 52%;
    font-size: 13px;
  }
  .pos_txt.is-2block {
    clear: both;
    position: static;
    text-align: right;
  }
  .sp_pos_txt {
      clear: both;
      position: static;
      text-align: right;
  }
  .top_option_box .option_box_wrap {
    margin-bottom: 30px;
  }
  .top_option_box .box {
    text-align: center;
    width: 48%;
    box-sizing: border-box;
    border: #cccccc solid 1px;
    margin: 0 0 12px;
    float: left;
  }
  .top_option_box .box:nth-child(even) {
    float: right;
  }
  .top_option_box .box p {
    padding: 15px 0;
    font-size: 13px;
    color: #444444;
    height: 2.5em;
    line-height: 1.3;
  }
  /* メインビジュアル */
  #main_visual {
    margin: 0 auto 20px;
    position: relative;
  }
  #main_visual .mv_btn a {
    position: absolute;
    width: 69.47vw;
    height: 6.93vw;
    top: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /*ディーラーオプション*/
  .dealer_box {
    width: 90.625%;
    margin: 20px auto 25px;
  }
  .dealer_box.no-border {
    margin-top: 25px;
  }
  .dealer_box_inner {
    margin: 25px auto;
  }
  .dealer_box_inner .option_note {
    line-height: 1.4;
    padding-left: 2em;
    text-indent: -2em;
    margin-top: 5px;
  }
  /*ナビゲーション*/
  .navi_box {
    padding: 20px 0;
    border-bottom: #dddddd solid 1px;
    position: relative;
    padding-bottom: 17.5vw;
  }
  .navi_box .navis:nth-child(n+2){
    margin-top: 30px;
  }
  .navi_box.is-2block {
    padding-bottom: 30vw;
  }
  .navi_box:last-child {
    border-bottom: #dddddd solid 1px;
  }
  .navi_box[class*='vxu-192ssi'] .name a:before {
    display: inline-block;
    content: ' ';
    width: 30px;
    height: 30px;
    background-color: #00a0e9;
    margin-right: 10px;
  }
  .navi_box[class*='vxu-192ssi'] .name a .icon {
    display: none;
  }
  .navi_box .model_box {
    position: relative;
    display: none;
  }
  .navi_box .model_box.active {
    display: block;
  }
  .navi_box .icon {
    display: inline-block;
    height: 30px;
    width: auto;
    margin-right: 10px;
    vertical-align: top;
				float: left;
  }
  .navi_box .drop {
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .navi_box .drop span {
    display: inline-block;
    border: 1px solid #f00;
    color: #f00;
    padding: 3px;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .navi_box .name {
    width: 100%;
    color: #000;
  }
  .navi_box .name .release {
    position: relative;
    display: inline-block;
    border: 1px solid #f00;
    color: #f00;
    padding: 3px;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1em !important;
    height: 14px;
    margin-top: 10px;
  }
  .navi_box .name span {
    display: inline-block;
    line-height: 36px;
  }
  .navi_box .name a {
    line-height: 30px;
  }
  .navi_box .name a span {
    bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  .navi_box .img {
    /* float: left;
    width: 45%; */
  }
		.navi_box .img.entry7::after {
    content: '（7インチ）';
				font-size: 12px;
      font-family:"HondaGlobalFontJP-Light",sans-serif;
				color: #c2ad24;
				margin-left: 1em;
  }
		.navi_box .img.standard7::after {
    content: '（7インチ）';
				font-size: 12px;
      font-family:"HondaGlobalFontJP-Light",sans-serif;
				color: #7c2161;
				margin-left: 1em;
  }
  .navi_box .info {
    /* float: left;
    width: 50%;
    margin: 0 0 0 5%; */
    color: #000;
    /* text-align: right; */
    position: absolute;
    bottom: -17.5vw;
    left: 0;
    width: 100%;
  }
  .navi_box .info.is-2block {
    bottom: -30vw;
  }
  .navi_box .right .red-box {
    display: inline-block;
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    padding: 0.25em;
    font-size: 2.125vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    margin-bottom: 6px;
  }
  .navi_box .info .txt_box {
    margin-bottom: 10px;
    /* cursor: pointer; */
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 9.0625vw;
    margin-bottom: 5vw;
  }
  .navi_box .info .txt_box > * {
    opacity: 0.4;
    cursor: pointer;
  }
  .navi_box .info .txt_box input[type='radio'] {
    opacity: 1;
    border-color: #000;
  }
  .navi_box .info .txt_box.active {
    opacity: 1;
    cursor: default;
  }
  .navi_box .info .txt_box.active > * {
    opacity: 1;
    cursor: default;
  }
  /*
  .navi_box .info .txt00 {
    display: inline-block;
    font-size: 11px;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
    letter-spacing: -0.08em;
    margin: 6px 0;
    min-width: 85px;
    text-align: left;
    color: #ee1c25;
  }
  */
  .navi_box .info .txt00 {
    display: inline-block;
    font-size: 2.125vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    left: -1.5vw;
    bottom: 10.3vw;
    color: #ee1c25;
  }
  .navi_box .info .txt01 {
    display: inline-block;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    font-size: 3.4375vw;
    /* margin: 10px 0; */
    min-width: 85px;
    text-align: left;
  }
  .navi_box .info .txt01 sup{
    position: relative;
    top:-3px;
    color: #ee1c25;
  }
  .navi_box .info .txt02 {
    display: inline-block;
    font-size: 3.125vw;
    /* margin: 0 0 15px;
    margin-left: 10px;
    width: auto !important; */
    position: absolute;
    left: 0;
    bottom: 1vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  .navi_box .info .btn {
    display: block;
    /* width: 100%; */
    width: 48.438vw;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    /*font-family:"HondaGlobalFontJP-Bold",sans-serif;*/
    box-sizing: border-box;
    position: relative;
    text-align: center;
    /* padding: 8px 15px 8px 0; */
    padding: 2.03vw 15px 2.03vw 0;
  }
  .navi_box .info .btn::after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  .navi_box ul.feature {
    /* margin: 10px 0 0; */
    /* overflow: hidden; */
    width: 48.438vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .navi_box ul.feature li {
    /* width: 19%; */
    width: 15.625vw;
    /* height: 13vw;
    float: left; */
    margin: 0 0 1vw 0;
    box-sizing: border-box;
  }
  .navi_box .feature li.astr {
    position: relative;
  }
  .navi_box .feature li.astr_text {
    position: relative;
  }
  .navi_box .feature li.astr::after {
    white-space: pre;
    content: "＊";
    color: #ff0000;
    font-size: 2vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 7.8vw;
    left: 13.8vw;
  }
  .navi_box .feature li.astr::before {
    white-space: pre;
    content: "＊";
    color: #ff0000;
    font-size: 2vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 40vw;
    left: 18.8vw;
  }
  .navi_box .feature li.astr_text::before {
    white-space: pre;
    content: "車種により対応は異なります。";
    color: #000000;
    font-size: 2vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 26.8vw;
    left: 20.8vw;
  }
  .navi_box ul.feature li.feature_digital {
    /* height: 7.9vw;
    margin-right: 10%;
    margin-bottom: 0.3vw; */
  }
  .navi_box ul.feature li.feature_digital img {
    width: 100%;
    height: auto;
  }
  .navi_box ul.feature li.feature_oneseg {
    /* height: 4.9vw;
    margin-bottom: 0; */
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navi_box ul.feature li.feature_oneseg img {
    width: 100%;
    height: auto;
  }
  .navi_box ul.feature li.feature_cdrec {
    /* height: 4.9vw;
    margin-bottom: 0;
    margin-left: -20%; */
    position: absolute;
    top: 0;
    left: 16.4065vw;
  }
  .navi_box ul.feature li.feature_cdrec img {
    width: 100%;
    height: auto;
  }
  .navi_box ul.feature li.disabled {
    opacity: 0.3;
  }
  .navi_box ul.feature li img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .navi_box dl dt {
    display: table;
    width: 100%;
    margin: 0 0 12px;
  }
  .navi_box dl dd {
    overflow: hidden;
  }
  .navi_box dl dd .img {
    float: left;
    width: 50%;
  }
  .navi_box dl dd .info {
    float: left;
    width: 45%;
    margin: 0 0 0 5%;
    color: #000;
  }
  .navi_box dl dd .info .txt01 {
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    font-size: 12px;
    margin: 10px 0;
  }
  .navi_box dl dd .info .txt02 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .navi_box dl dd .info .btn {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .navi_box dl dd .info .btn::after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  .navi_box dl dd ul {
    margin: 10px 0 0;
    overflow: hidden;
  }
  .navi_box dl dd ul li {
    width: 19.5%;
    float: left;
    margin: 0 0.5% 1px 0;
    box-sizing: border-box;
  }
  .navi_box dl dd ul li.feature_digital {
    margin-right: 10%;
  }
  .navi_box dl dd ul li.disabled {
    opacity: 0.3;
  }
  .navi_box dl dd ul li img {
    display: block;
  }
  .navi_box.vrm-195vfei .name, .navi_box.vrm-195vfi .name, .navi_box.vrm-185vfei .name, .navi_box.vrm-185vfi .name, .navi_box.vrm-175vfei .name, .navi_box.vrm-175vfi .name {
    margin-bottom: 15px;
  }
  .navi_box.vrm-195vfei .name a::after, .navi_box.vrm-195vfi .name a::after, .navi_box.vrm-185vfei .name a::after, .navi_box.vrm-185vfi .name a::after, .navi_box.vrm-175vfei .name a::after, .navi_box.vrm-175vfi .name a::after {
    content: '';
    clear: both;
    display: block;
  }
  .navi_box.vrm-195vfei .name a img, .navi_box.vrm-195vfi .name a img, .navi_box.vrm-185vfei .name a img, .navi_box.vrm-185vfi .name a img, .navi_box.vrm-175vfei .name a img, .navi_box.vrm-175vfi .name a img {
    display: block;
    float: left;
  }
  .navi_box.vrm-195vfei .name a span, .navi_box.vrm-195vfi .name a span, .navi_box.vrm-185vfei .name a span, .navi_box.vrm-185vfi .name a span, .navi_box.vrm-175vfei .name a span, .navi_box.vrm-175vfi .name a span {
    float: left;
    line-height: 1.3em;
    bottom: auto;
  }
  /*対応機種*/
  .models_box {
    margin: 25px auto;
  }
  .models_box dt {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    padding: 11px 0;
    background: #dddddd;
  }
  .models_box dd {
    border: #dddddd solid 1px;
    padding: 8px 3.8% 0;
  }
  .models_box dd ul li {
    display: table;
    margin: 0 0 8px;
  }
  .models_box dd ul li .icon {
    display: table-cell;
    width: 7.4%;
    padding-right: 2%;
    vertical-align: bottom;
  }
  .models_box dd ul li .name {
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    vertical-align: middle;
    display: table-cell;
				line-height: 1.1em;
  }
  /*オプション*/
  .option_box_wrapper {
    margin: 25px auto;
  }
  .option_box {
    padding: 20px 0;
    border-top: #dddddd solid 1px;
  }
  .option_box:last-child {
    border-bottom: #dddddd solid 1px;
  }
  .option_box.no_link a {
    cursor: default !important;
  }
  .option_box.no_link a:hover {
    opacity: 1 !important;
  }
  .option_box.no_link .btn {
    display: none !important;
  }
  .option_box a {
    display: block;
  }
  .option_box dt {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    margin: 0 0 14px;
  }
  .option_box dd {
    overflow: hidden;
  }
  .option_box dd .img {
    float: left;
    width: 47.5%;
    margin: 0 0 0 2.5%;
  }
  .option_box dd .info {
    float: left;
    width: 42.5%;
    margin: 0 2.5% 0 5%;
    color: #000;
  }
  .option_box dd .info ul {
    /* overflow: hidden; */
    margin: 10px 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .option_box dd .info ul li {
    float: left;
    width: 25%;
    height: 7vw;
    margin-right: 1%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .option_box dd .info ul li.astr::after {
    white-space: pre;
    content: "＊";
    color: #fff;
    font-size: 1.8vw;
    font-family: "HondaGlobalFontJP-Light", sans-serif;
    position: absolute;
    top: 0.5vw;
    right: 0.2vw
  }
  .option_box_wrapper.is-list-5col .option_box dd .info ul li {
    width: 20%;
  }
  .option_box dd .info ul li.square {
    max-width: 7vw;
  }
  .option_box dd .info ul li.p {
    background-color: #b71168;
  }
  .option_box dd .info ul li.b8 {
    background-color: #d26900;
  }
  .option_box dd .info ul li.s {
    background-color: #7c2161;
  }
  .option_box dd .info ul li.b {
    background-color: #d26b1d;
  }
  .option_box dd .info ul li.e {
    background-color: #c2ad24;
  }
		.option_box dd .info ul li.h {
    background-color: #1c2a55;
  }
  .option_box dd .info ul li.bl {
    background-color: #7d3b1f;
  }
  .option_box dd .info ul li.h8 {
    background-color: #d36a00;
  }
  .option_box dd .info ul li.d {
    background-color: #bb80ff;
  }
  .option_box dd .info ul li.i11 {
    background-color: #171c61;
  }
  .option_box dd .info ul li.i9h {
    background-color: #004190;
  }
  .option_box dd .info ul li.i9p {
    background-color: #961c57;
  }
  .option_box dd .info ul li.i8h {
    background-color: #b8841d;
  }
  .option_box dd .info ul li.i8b {
    background-color: #803b1d;
  }
  .option_box dd .info ul li img {
    height: 100%;
    width: auto;
  }
  .option_box dd .info ul li sup {
    position: relative;
    top:-3px;
    left: -01vw;
    font-size: 3.125vw;
  }
  .option_box dd .info ul li.note {
    position: relative;
  }
  .option_box dd .info ul li.note::after {
    white-space: pre;
    content: "※形状は異なります。";
    color: #444444;
    font-size: 2.125vw;
    letter-spacing: -0.01em;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 1vw;
    left: 11vw;
    line-height: 1.1;
  }
  .option_box dd .info ul li.disabled {
    opacity: 0.2;
  }
  .option_box dd .info .btn {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .option_box .info .btn:after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  /*メーカーオプション*/
  .maker_box {
    margin: 20px auto 35px;
    width: 90%;
  }
  .maker_box .select_box_wrap {
    margin-top: 20px;
  }
  .maker_box_inner {
    margin: 25px auto;
  }
  .maker_navi_box p {
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 1.5;
    margin: 0 0 20px;
  }
  .maker_navi_box ul {
    overflow: hidden;
    margin: 20px 0 0;
  }
  .maker_navi_box ul li {
    float: left;
    width: 45%;
    margin: 0 2.5%;
  }
  .maker_navi_box ul li a {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .maker_navi_box ul li a::after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  .maker_option_box_wrapper {
    margin: 25px auto;
  }
  .maker_option_box {
    padding: 20px 0;
    border-top: #dddddd solid 1px;
    overflow: hidden;
  }
  .maker_option_box:last-child {
    border-bottom: #dddddd solid 1px;
  }
  .maker_option_box .img {
    float: left;
    width: 47.5%;
    margin: 0 0 0 2.5%;
  }
  .maker_option_box .info {
    float: left;
    width: 42.5%;
    margin: 0 2.5% 0 5%;
    color: #000;
  }
  .maker_option_box p {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    margin: 6px 0 14px;
  }
  .maker_option_box .btn {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .maker_option_box .btn:after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  .navi_select.top {
    margin-top: 20px;
  }
  .nonavi {
    width: 90%;
    margin: 20px auto 80px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
  }
  .nonavi p {
    font-size: 16px;
  }
  .nv_section {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .nv_btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 40px 8px 10px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    font-size: 14px;
    color: #0064a1;
    text-align: center;
    background: url(/navi/common/img/icon_arrow_blue.png) no-repeat;
    background-position: center right 15px;
    background-size: 14px 14px;
  }
  hr.nv_dotted {
    display: none;
  }
  #navi_exclusive > ul > li {
    box-sizing: border-box;
    border-bottom: 1px solid #bbc8db;
    padding: 16px 0 30px;
    text-align: center;
    position: relative;
    margin-bottom: 2vw;
  }
  #navi_exclusive > ul > li:first-child {
    border-bottom: 1px solid #bbc8db;
  }
  #navi_exclusive > ul > li h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  #navi_exclusive > ul > li .img {
    float: left;
    width: 37.969vw;
  }
  #navi_exclusive > ul > li .img img {
    width: 94%;
    height: auto;
  }
  #navi_exclusive > ul > li .img img.inch10 {
    width: 100%;
  }
  #navi_exclusive > ul > li .img img.inch7 {
    width: 80%;
  }
  #navi_exclusive > ul > li .red-box-wrap {
    margin-top: -20px;
  }
  #navi_exclusive > ul > li .red-box {
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    padding: 0.25em;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #navi_exclusive .name2 {
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
  }
  #navi_exclusive ul li .icon {
    display: inline-block;
    height: 30px;
    width: auto;
    margin-right: 10px;
    vertical-align: top;
				float: left;
  }
  #navi_exclusive ul li span {
    position: relative;
    display: block;
    font-size: 14px;
  }
  #navi_exclusive > ul > li .red-box + .txt01 {
    margin-top: 10px;
  }
  #navi_exclusive > ul > li .txt01 {
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    line-height: 1.4;
    float: right;
    width: 48.438vw;
    margin-top: 2vw;
  }
  #navi_exclusive > ul > li .txt01.soldout::before {
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    font-size: 11px;
    letter-spacing: -0.08em;
  }
  #navi_exclusive > ul > li .txt01.pre_soldout::before {
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    font-size: 11px;
    letter-spacing: -0.08em;
  }
  #navi_exclusive > ul > li .txt01.delivery_delay::before {
    white-space: pre;
    content: "【お届けにお時間をいただいております】";
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    font-size: 2.4vw;
    letter-spacing: -0.08em;
    line-height: 2;
  }
  #navi_exclusive > ul > li .txt01 li {
    font-size: 3.4375vw;
  }
  #navi_exclusive > ul > li .txt01 li .price {
    font-size: 3.125vw;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
  }
  #navi_exclusive > ul > li .txt01 li sup {
    position: relative;
    top:-3px;
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
  }
  #navi_exclusive > ul > li .txt01 li sup.black {
    color: #000;
  }
  #navi_exclusive > ul > li .sup {
    color: #f00;
  }
  #navi_exclusive > ul > li .caution {
    margin-top: 10px;
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    color: #f00;
    float: right;
    width: 50%;
  }
  #navi_exclusive > ul > li a {
    /* position: relative;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    width: 110px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.1em;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 12px 4px 0; */
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 1.5vw 15px 1.6vw 0;
    margin-top: 2.4vw;
    font-family:"HondaGlobalFontJP-Regular",sans-serif;
  }
  #navi_exclusive > ul > li a::after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
    /* position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 10px 10px; */
  }
  #navi_exclusive .navi_exclusive-caution {
    margin-top: 5px;
    line-height: 1.4;
  }
  /*------------------------------------------------------*/
  /* ナビ選び
  /*------------------------------------------------------*/
  body.show-select #top_navi_select {
    display: block;
  }
  body.show-select .btn_pagetop {
    display: none;
  }
  #top_navi_select {
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 65535;
    display: none;
  }
  #top_navi_select.open .tns_bar {
    display: none;
  }
  #top_navi_select.open .tns_menu {
    display: block;
  }
  #top_navi_select .tns_bar {
    position: relative;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    background: rgba(51, 51, 51, 0.96);
  }
  #top_navi_select .tns_bar.on {
    background: rgba(4, 64, 102, 0.96);
  }
  #top_navi_select .tns_bar.on .tns_info {
    display: -ms-flexbox;
    display: flex;
  }
  #top_navi_select .tns_bar .tns_title {
    font-size: 20px;
  }
  #top_navi_select .tns_bar .tns_info {
    display: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px;
  }
  #top_navi_select .tns_bar .tns_info .tns_count {
    font-size: 14px;
  }
  #top_navi_select .tns_bar .tns_info .tns_btn_clear {
    margin-left: 15px;
    padding: 3px 20px;
    border-radius: 5px;
    background: #fff;
    color: #015284;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #top_navi_select .tns_bar .tns_btn_open {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 17px;
    background: url(../img/btn_select_open_sp.png) no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  #top_navi_select .tns_menu {
    position: relative;
    display: none;
  }
  #top_navi_select .tns_menu:before {
    content: '';
    display: block;
    height: 10px;
    background: rgba(51, 51, 51, 0.96);
  }
  #top_navi_select .tns_menu .tns_list {
    width: 100%;
  }
  #top_navi_select .tns_menu .tns_list .tns_item {
    position: relative;
    padding: 15px 0 15px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background: rgba(51, 51, 51, 0.96);
    cursor: pointer;
  }
  #top_navi_select .tns_menu .tns_list.is-long .tns_item {
    padding-left: 10px;
  }
  #top_navi_select .tns_menu .tns_list .tns_item .tns_checkbox {
    width: 18px;
    height: 18px;
    background: url(../img/btn_select_checkbox_off_sp.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  #top_navi_select .tns_menu .tns_list .tns_item .tns_text {
    font-size: 18px;
  }
  #top_navi_select .tns_menu .tns_list.is-long .tns_item .tns_text {
    font-size: 17px;
  }
  #top_navi_select .tns_menu .tns_list .tns_item .tns_text.is-long {
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  #top_navi_select .tns_menu .tns_list .tns_item.on {
    background-color: rgba(4, 64, 102, 0.96);
  }
  #top_navi_select .tns_menu .tns_list .tns_item.on .tns_checkbox {
    background-image: url(../img/btn_select_checkbox_on_sp.png);
  }
  #top_navi_select .tns_menu .tns_list .tns_item.on .tns_text {
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  #top_navi_select .tns_menu .tns_bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    background: rgba(51, 51, 51, 0.96);
    padding: 15px 0 20px;
  }
  #top_navi_select .tns_menu .tns_bottom .tns_btn_select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 180px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    background: #a0a0a0;
    font-size: 20px;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    cursor: default;
    pointer-events: none;
  }
  #top_navi_select .tns_menu .tns_bottom .tns_btn_select.on {
    background-color: #015284;
    border-color: #fff;
    color: #fff;
    cursor: pointer;
    pointer-events: initial;
  }
  #top_navi_select .tns_menu .tns_btn_close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    background: url(../img/btn_select_close_sp.png) no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  #top_navi_select .tns_menu .tns_btn_close.on {
    display: block;
  }
  #top_navi_list .tnl_grade.disabled {
    display: none;
  }
  #top_navi_list .tnl_grade[data-key='vxu-192ssi'] .name:before, #top_navi_list .tnl_grade[data-key='vxu-192ssi+TV'] .name:before {
    display: inline-block;
    content: ' ';
    width: 30px;
    height: 30px;
    background-color: #00a0e9;
    margin-right: 10px;
    vertical-align: top;
  }
  #top_navi_list .tnl_grade[data-key='vxu-192ssi'] .name .icon, #top_navi_list .tnl_grade[data-key='vxu-192ssi+TV'] .name .icon {
    display: none;
  }
  #top_navi_list .tnl_grade .tnl_grade_name,
  #navi_exclusive .tnl_grade .tnl_grade_name{
    line-height: 30px;
    margin-bottom: 10px;
  }
  #top_navi_list .tnl_grade .tnl_grade_name span,
  #navi_exclusive .tnl_grade .tnl_grade_name span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 34px;
  }
  #top_navi_list .tnl_grade .tnl_grade_inner .tnl_grade_inner_notes,
  #navi_exclusive .tnl_grade .tnl_grade_inner .tnl_grade_inner_notes{
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    padding: 0.25em 0.5em;
    display: inline-block;
    margin-bottom: 6px;
  }
  #top_navi_list .tnl_model,
  #navi_exclusive .tnl_model{
    margin-top: 15px;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
  }
  #top_navi_list .tnl_model:first-child,
  #navi_exclusive .tnl_model:first-child{
    margin-top: 0;
  }
  #top_navi_list .tnl_model_list .img,
  #navi_exclusive .tnl_model_list .img{
    width: 37.969vw;
  }
  body[data-car='clarityfuelcell'] #global_navigation_inner #gnav_wrapper .gnav_title img {
    top: 10px;
    height: 35px;
  }
  #top_navi_list .tnl_model[data-key='vxu-192ssi'] .info .txt01, #top_navi_list .tnl_model[data-key='vxu-192ssi+TV'] .info .txt01 {
    line-height: 1.3;
    display: block;
  }
  
  .tnl_model_list.is-2nd-row{
    margin-top: 20vw;
  }
	

  /* ------------------------------
  	section_top_caution
  	------------------------------ */
  #section_top_caution {
    width: 90.625%;
    margin: 0 auto 40px;
	text-align: center;
  }
  #section_top_caution .top_caution p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.4em;
  }
  #section_top_caution .top_caution a {
	color: #cc0000 !important;
  }
	
  /*------------------------------------------------------*/
  /* NBOX
  /*------------------------------------------------------*/
  .dealer_box.nbox {
    width: 90vw;
  }
  #top_navi_list .tnl_model_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.59375vw;
  }
  #top_navi_list .tnl_model_info-fig {
    width: 39.53125vw;
    /* width: 43.924%; */
  }
  #top_navi_list .tnl_model_info-fig img {
    width: 100%;
  }
  #top_navi_list .tnl_model_info-fig img.nomagin {
    width: 90%;
  }
  #top_navi_list .tnl_model_info-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 47.97946875vw;
    /* width: 53.403%; */
    position: relative;
  }
  #top_navi_list .tnl_model_info-list li {
    width: 15.5735625vw !important;
    /* width: 32.457% !important; */
  }
  #top_navi_list .tnl_model_info-list li.disabled {
    opacity: 0.3;
  }
  #top_navi_list .tnl_model_info-list li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 16.25vw;
  }
  #top_navi_list .tnl_model_info-list li:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #top_navi_list .tnl_model_info-list li img {
    width: 100%;
  }
  #top_navi_list .tnl_model_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.90625vw;
  }
  #top_navi_list .tnl_model_text_name {
    font-size: 3.4375vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
  }
  #top_navi_list .tnl_model_text_name.p_relative {
    position: relative;
  }
  #top_navi_list .tnl_model_text_name.stock_caution::before {
    white-space: pre;
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-size: 2.125vw;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    left: -1.5vw;
    bottom: 7vw;
  }
  #top_navi_list .tnl_model_text_name.order_stop::before {
    white-space: pre;
    content: "【受注を停止させていただいております】";
    color: #ee1c25;
    font-size: 2.125vw;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    left: -1.5vw;
    bottom: 7vw;
    letter-spacing: -0.01em;
  }
  #top_navi_list .tnl_model_text_name.sold_out::before {
    white-space: pre;
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-size: 2.125vw;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    left: -1.5vw;
    bottom: 7vw;
  }
  #top_navi_list .tnl_model_text_name sup {
    position: relative;
    top: -3px;
    color: #ee1c25;
    font-weight: normal;
    font-size: 3.125vw;
  }
  #top_navi_list .tnl_model_text_name span.red_caution {
    position: relative;
    top: 5px;
    color: #ee1c25;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    font-size: 2.125vw;
    left: -1vw;
  }
  #top_navi_list .tnl_model_text_btn a {
    display: block;
    width: 47.86125vw;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  #top_navi_list .tnl_model_text_btn a::after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  #top_navi_list .tnl_model_fig {
    margin-top: 3.125vw;
  }
  #top_navi_list .tnl_model_caution {
    margin-top: 3vw;
    line-height: 1.6;
    font-size: 2.34375vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #top_navi_list .tnl_model_caution li {
    padding-left: 1em;
    text-indent: -1em;
}
  #top_navi_list .tnl_model_caution.mt {
    margin-top: 1vw;
  }
  #top_navi_list .tnl_model_caution span {
    color: #ee1c25;
  }
  #nbox_box01 {
    background-color: #b0bdd2;
    margin-top: 4.6875vw;
    padding: 2.34375vw 3.125vw;
  }
  #nbox_box01 .nbox_box01-title {
    font-size: 4.0625vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.38;
  }
  #nbox_box01 .nbox_box01-inner-fig {
    display: flex;
    justify-content: flex-start;
    width: 81.40625vw;
    margin: 1.5625vw auto 0;
  }
  #nbox_box01 .nbox_box01-inner-fig div {
    width: 30vw;
  }
  #nbox_box01 .nbox_box01-inner-fig div:last-child {
    margin-left: 2vw;
  }
  #nbox_box01 .nbox_box01-inner-comb {
    display: flex;
    justify-content: space-between;
    justify-items: flex-start;
    width: 82.59015625vw;
    margin: 1em auto;
    font-size: 2.34375vw;
    line-height: 1.46;
    letter-spacing: -0.04em;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #nbox_box01 .nbox_box01-inner-comb div {
    width: 43%;
  }
  #nbox_box01 .nbox_box01-inner-comb p {
    width: 54%;
  }
  #nbox_box01 .nbox_box01-inner-fig div img {
    width: 100%;
  }
  #nbox_box01 .nbox_box01-inner-text {
    width: 82.59015625vw;
    margin: 0.25em auto 0;
    font-size: 2.34375vw;
    line-height: 1.46;
    letter-spacing: -0.01em;
  }
  #nbox_box01 .nbox_box01-inner-text p span {
    letter-spacing: -0.07em;
  }
  #nbox_box01 .nbox_box01-inner-text p span.note {
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    letter-spacing: -0.01em;
  }
  #nbox_box01 .nbox_box01-text {
    width: 82.59015625vw;
    margin: 1em auto 0;
    font-size: 2.34375vw;
    line-height: 1.46;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #nbox_box01 .nbox_box01-fig {
    width: 83.125vw;
    margin: 2.34375vw auto 0;
  }
  #nbox_box02 {
    background-color: #b0bdd2;
    margin-top: 1.5625vw;
    padding: 2.34375vw 3.125vw;
  }
  #nbox_box02 .nbox_box02-title {
    font-size: 4.0625vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.38;
  }
  #nbox_box02 .nbox_box02-title sup {
    position: relative;
    top: -6px;
    font-size: 3.125vw;
  }
  #nbox_box02 .nbox_box02-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #nbox_box02 .nbox_box02-inner-fig {
    width: 40.15625vw;
    margin-top: 2.34375vw;
  }
  #nbox_box02 .nbox_box02-inner-fig p {
    margin-top: 2vw;
    font-size: 2.8125vw;
    line-height: 1.22;
  }
  #nbox_box02 .nbox_box02-inner-fig sup {
    position: relative;
    top: -2px;
    font-size: 12px;
  }
  #nbox_box02 .nbox_box02-inner-fig p span {
    display: inline-block;
    font-size: 2.34375vw;
  }
  #nbox_box02 .nbox_box02-inner-fig img {
    width: 100%;
  }
  #nbox_box02 .nbox_box02-inner-text {
    border: #000 solid 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.34375vw;
    line-height: 1.46;
    padding: 0.5em;
    box-sizing: border-box;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #nbox_box02 .nbox_box02-inner-text p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #nbox_box02 .nbox_box02-inner-text-wrap {
    width: 36vw;
    height: 100%;
    margin: 2.4vw auto 0 5.35vw;
  }
  #nbox_box02 .nbox_box02-inner-text-wrap p.notes {
    font-size: 2.34375vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.46;
    margin-top: 18px;
  }
  #nbox_box03 {
    background-color: #b0bdd2;
    margin-top: 1.5625vw;
    padding: 2.34375vw 3.125vw;
  }
  #nbox_box03 .nbox_box03-title {
    font-size: 4.0625vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.38;
  }
  #nbox_box03 .nbox_box03-sub {
    font-size: 3.6vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    margin-top: 1.5625vw;
  }
  #nbox_box03 .nbox_box03-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.5625vw;
    position: relative;
  }
  #nbox_box03 .nbox_box03-box-fig {
    width: 39vw;
  }
  #nbox_box03 .nbox_box03-box-fig.is-sp {
    /* margin-top: 3vw; */
  }
  #nbox_box03 .nbox_box03-box-fig img {
    width: 100%;
  }
  #nbox_box03 .nbox_box03-box-aroow {
    position: absolute;
    left: 39.4vw;
    top: 8.5vw;
    clip-path: polygon(
      0 calc(50% - (40% / 2)),
      50% calc(50% - (40% / 2)),
      50% 0,
      100% 50%,
      50% 100%,
      50% calc(50% + (40% / 2)),
      0 calc(50% + (40% / 2))
    );
    height: 5vw;
    aspect-ratio: 1;
    background-color: #0035b1;
  }
  #nbox_box03 .nbox_box03-box-aroow.is-sp {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 21vw;
  }
  #nbox_box03 .nbox_box03-inner > div {
    margin-top: 3vw;
  }
  #nbox_box03 .nbox_box03-inner > div p {
    font-size: 2.34375vw;
    line-height: 1.46;
    margin-top: 1.5625vw;
  }
  #nbox_box03 p.nbox_box03-box-text {
    font-size: 2.34375vw;
    line-height: 1.46;
    margin-top: 1.5625vw;
  }
  #nbox_box03 p.nbox_box03-box-text  .note {
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    display: inline-block;
    margin-top: 4px;
  }

  /*------------------------------------------------------*/
  /* ODYSSEY
  /*------------------------------------------------------*/
  .section_inner.odyssey {
    width: 90vw;
  }
  .youtube_mv {
    width: 90vw;
    margin: 0 auto;
    margin-top: 20px;
  }
  #odyssey_box01 {
    background-color: #b0bdd2;
    margin-top: 4.6875vw;
    padding: 2.34375vw 3.125vw;
  }
  #odyssey_box01 .odyssey_box01-title {
    font-size: 4.0625vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.38;
  }
  #odyssey_box01 .odyssey_box01-inner-fig {
    display: flex;
    justify-content: space-between;
    width: 81.40625vw;
    margin: 1.5625vw auto 0;
  }
  #odyssey_box01 .odyssey_box01-inner-fig div {
    width: 24.9911875vw;
  }
  #odyssey_box01 .odyssey_box01-inner-fig div img {
    width: 100%;
  }
  #odyssey_box01 .odyssey_box01-inner-text {
    width: 82.59015625vw;
    margin: 0.25em auto 0;
    font-size: 2.34375vw;
    line-height: 1.46;
    letter-spacing: -0.04em;
  }
  #odyssey_box01 .odyssey_box01-inner-text span.note {
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #odyssey_box01 .odyssey_box01-inner-text span.sup {
    margin: 0 2px;
    padding: 0 !important;
    font-size: 60%;
    line-height: 1em;
    text-indent: 0 !important;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: 2px;
  }
  #odyssey_box01 .odyssey_box01-text {
    width: 82.59015625vw;
    margin: 1em auto 0;
    font-size: 2.34375vw;
    line-height: 1.46;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #odyssey_box01 .odyssey_box01-fig {
    width: 83.125vw;
    margin: 2.34375vw auto 0;
  }
  #odyssey_box02 {
    background-color: #b0bdd2;
    margin-top: 1.5625vw;
    padding: 2.34375vw 3.125vw;
  }
  #odyssey_box02 .odyssey_box02-title {
    font-size: 4.0625vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.38;
  }
  #odyssey_box02 .odyssey_box02-title sup {
    position: relative;
    top: -6px;
    font-size: 3.125vw;
  }
  #odyssey_box02 .odyssey_box02-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #odyssey_box02 .odyssey_box02-inner-fig {
    width: 40.15625vw;
    margin-top: 2.34375vw;
  }
  #odyssey_box02 .odyssey_box02-inner-fig p {
    margin-top: 2vw;
    font-size: 2.8125vw;
    line-height: 1.22;
  }
  #odyssey_box02 .odyssey_box02-inner-fig p span {
    display: inline-block;
    font-size: 2.34375vw;
  }
  #odyssey_box02 .odyssey_box02-inner-fig img {
    width: 100%;
  }
  #odyssey_box02 .odyssey_box02-inner-text {
    border: #000 solid 1px;
    display: flex;
    align-items: center;
    font-size: 2.34375vw;
    line-height: 1.46;
    padding: 0.5em;
    box-sizing: border-box;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #odyssey_box02 .odyssey_box02-inner-text p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #odyssey_box02 .odyssey_box02-inner-text-wrap {
    width: 36vw;
    height: 100%;
    margin: 7vw auto 0 5.35vw;
  }
  #odyssey_box02 .odyssey_box02-inner-text-wrap p.notes {
    font-size: 2.34375vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.46;
    margin-top: 18px;
  }
  #top_navi_list .tnl_grade .tnl_grade_name span.red_box {
    display: inline;
    color: #ee1c25;
    border: #ee1c25 solid 1px;
    padding: 0.25em;
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    margin-left: 1vw;
    vertical-align: top;
  }

  /* price_table */
  .price_table {
    width: 100%;
    margin: 5vw auto 0;
  }
  .price_table_title {
    font-size: 3.2vw;
  }
  .price_table_row {
    display: grid !important;
    grid-template-areas: 
      "a b b"
      "a c c"
      "d d e";
    width: 100%;
    margin-bottom: 10px;
  }
  .price_table_row.long {
    display: block !important;
    width: 100%;
    margin-bottom: 0;
  }
  .price_table_row .price_table_item {
    grid-area: a;
    float:none;
    width: 42vw;
    font-size: 3vw;
  }
  .price_table_row .price_table_item.long {
    width: 100%;
    letter-spacing: -0.05em;
  }
  .price_table_row .price_table_price {
    grid-area: b;
    justify-self:end;
    width: 43vw;
    float:none;
    padding-right: 0;
  }

  .price_table_row .price_table_caution {
    grid-area: c;
    justify-self:end;
    width: auto;
    position: relative;
    right: -1.5vw;
    font-size: 2.6vw;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    text-align: right;
  }

  .price_table_row .price_table_kousuu {
    grid-area: d;
    justify-self:end;
    /*width: 18vw;*/
    text-align: right;
    position: relative;
    right: -1.5vw;
  }
  .price_table_row .price_table_kousuu.alt {
    right: -0.5vw;
  }
  .price_table_kousuu .bg {
    text-align: right;
    font-size: 2.2vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .price_table_row .price_table_hinban {
    grid-area: e;
    /*width: 25vw;*/
    text-align: right;
    justify-self:end;
  }

  .price_table_row_bottom td {
    padding-bottom: 0;
    border-bottom: none;
  }


  .price_table_row_sum .price_table_kousuu,
  .price_table_row_sum .price_table_hinban{
    padding-top: 0;
  }

  .price_table_row.price_table_row_nboxirregular {
    display: block !important;
  }

  .price_table_row.price_table_row_nboxirregular td {
    display: block;
  }

  .price_table_row_sum {
    border-top: #000 solid 1px;
  }

  .price_table_row_sum td.price_table_caution {
    padding-top: 0;
  }

  .price_table_row .price_table_hinban.price_table_hinban_pl0 {
    padding-left: 0;
  }
  
  .price_table_price .bold {
    font-size: 4vw;
  }
  
  .price_table_hinban .sml {
    font-size: 2.6vw;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
  }

    /* option_info */
  .option_info {
    padding: 1em 0.5em;
    margin-top: 3vw;
  }
  .option_info_head {
    align-items: flex-start;
  }
  .option_info_head p {
    border: #000 solid 1px;
    padding: 0.35em 0.5em 0.25em;
    margin-right: 0.5em;
    font-size: 2.4vw;
    line-height: 1.2;
  }
  .option_info_head h6 {
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .option_info_head h6.spkg_op {
    font-size: 3.2vw;
  }
  .option_info_text {
    font-size: 3vw;
    line-height: 1.4;
  }
  .option_info_price {
    font-size: 2.6vw;
    line-height: 1.6;
  }
  .option_info_price strong {
    font-size: 4vw;
  }
  .option_info_price .bg {
    font-size: 2.2vw;
  }
  .option_info_price .sml {
    font-size: 2.4vw;
  }
  .option_info_price .bg-sml {
    font-size: 2.2vw;
  }
  .option_info_note {
    font-size: 2.4vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }
  
  /* vezel */
  #vezel_box01 {
    background-color: #b0bdd2;
    margin-top: 4.6875vw;
    padding: 2.34375vw 3.125vw;
  }
  #vezel_box01 .vezel_box01-title {
    font-size: 4.0625vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    line-height: 1.38;
    margin-bottom: 1.5625vw;
  }
  #vezel_box01 .vezel_box01-inner-fig,
  #vezel_box01 .vezel_box01-inner-fig3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #vezel_box01 .option_info_head h6 {
    margin: 1.5625vw auto 1.5625vw -0.5vw;
  }
  #vezel_box01 .option_info_head h6.spkg_op {
    font-size: 3.6vw;
    margin: 0;
  }
  #vezel_box01 .vezel_box01-inner-fig2 h6 {
    font-size: 3.6vw;
    line-height: 1.4;
    margin: 3.5625vw auto 1.5625vw -0.5vw;
  }
  #vezel_box01 .vezel_box01-inner-fig div {
    width: 49%;
    margin-bottom: 1.5625vw;
  }
  #vezel_box01 .vezel_box01-inner-fig3 div {
    width: 32%;
    margin: 1vw 0;
  }
  #vezel_box01 .vezel_box01-inner-fig div img {
    width: 100%;
  }
  #vezel_box01 .vezel_box01-inner-text,
  #vezel_box01 .vezel_box01-inner-fig div p,
  #vezel_box01 .vezel_box01-inner-fig2 div p{
    font-size: 2.34375vw;
    line-height: 1.46;
  }
  #vezel_box01 .vezel_box01-inner-text p span {
    letter-spacing: -0.07em;
  }
  #vezel_box01 .vezel_box01-text {
    width: 82.59015625vw;
    margin: 1em auto 0;
    font-size: 2.34375vw;
    line-height: 1.46;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  #vezel_box01 .vezel_box01-text.note {
    padding-left: 2em;
    text-indent: -2em;
    width: 78vw;
  }
  #vezel_box01 .vezel_box01-fig {
    width: 83.125vw;
    margin: 2.34375vw auto 0;
  }

  /* fit */
  .fit_box {
    background-color: #b0bdd2;
    margin-top: 4.6875vw;
    padding: 2.34375vw 3.125vw;
  }
  .fit_box-sub {
    font-size: 3.6vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
    border: #fff solid 1px;
    display: inline-block;
    padding: 0.6em 0.5em 0.5em;
  }
  .fit_box-title {
    margin-top: 2.667vw;
    line-height: 1.4;
    font-size: 4.0625vw;
    font-family:"HondaGlobalFontJP-Bold",sans-serif;
    color: #fff;
  }
  .fit_box-head {
    margin-top: 4vw;
  }
  .fit_box-s-title {
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .fit_box-s-title span {
    position: relative;
    font-size: 2.2vw;
    top: -1vw;
  }
  .fit_box-list {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    flex-wrap: wrap;
  }
  .fit_box-list li:nth-child(1) {
    width: 57.5%;
  }
  .fit_box-list li:nth-child(2) {
    width: 40.5%;
  }
  .fit_box-list.stepwgn li:nth-child(1) {
    width: 49%;
  }
  .fit_box-list.stepwgn li:nth-child(2) {
    width: 49%;
  }
  .fit_box-list li:nth-child(n + 3) {
    width: 49%;
    margin-top: 2.667vw;
  }
  .fit_box-list li span {
    font-size: 3.467vw;
  }
  .fit_box-list li img {
    margin-top: 0.667vw;
    width: 100%;
  }
  .fit_box-list-caption {
    margin-top: 3.334vw;
  }
  .fit_box-list-caption ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 2.8vw;
    line-height: 1.4;
  }
  .fit_box-list-caption span.sup {
    position: relative;
    font-size: 2.2vw;
    top: 0vw;
  }
  .fit_box-text {
    margin-top: 8vw;
  }
  .fit_box-text p {
    margin-top: 2.667vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .fit_box-panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  .fit_box-panel-text p {
    margin-top: 3.334vw;
    font-size: 3.467vw;
    line-height: 1.4;
  }
  .fit_box-panel-text p.thin {
    letter-spacing: -0.06em;
  }
  .fit_box-panel-fig {
    text-align: center;
  }
  .fit_box-panel-fig.is-mt4vw {
    margin-top: 4vw;
  }
  .fit_box-panel-fig div {
    width: 35vw;
  }
  .fit_box-panel-fig.stepwgn div {
    width: 38vw;
  }
  .fit_box-panel-fig.is-mt4vw div {
    width: 38vw;
  }
  .fit_box-panel-fig div img {
    width: 100%;
  }
  .fit_box-panel-fig p {
    margin-top: 2vw;
    font-size: 2.8vw;
    line-height: 1.4;
  }
  .fit_box-panel-fig.stepwgn p.etc_right {
    margin-top: 1vw;
    text-align: right;
  }
  .fit_box-panel-fig p span {
    position: relative;
    font-size: 2.2vw;
    top: -0.5vw;
  }
  .fit_box-panel-fig p span.photo_caution {
    top: 0vw;
    left: -1.5vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .fit_box-notes {
    margin-top: 6.667vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
  }
  .fit_box-notes li {
    font-size: 2.34375vw;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
  }
  .fit_box-list li span.withcaution {
    position: relative;
  }
  .fit_box-list li span.withcaution::before {
    content: "※写真は他車種のものです。";
    color: #444;
    font-size: 2.34375vw;
    font-weight: normal;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 1.8vw;
    left: 4vw;
    width: 44vw;
  }
  .price_table.n-one-e .price_table_row .price_table_item {
    width: 36vw;
  }
  .price_table.n-one-e .price_table_row .price_table_price {
    width: 42vw;
  }
}

@media print, screen and (min-width: 769px) {
.show-sp {
  display: none !important;
}
}
@media print, screen and (max-width: 768px) {
.show-pc {
  display: none !important;
}
}

