@charset "utf-8";

/*top-tl*/
#limited-edition-tl{
    text-align: center;
    padding: 5rem 0;
    background-color: #ffffff;
}
@media screen and (max-width : 768px){ 
    #limited-edition-tl{
        padding: 3rem 0;
    }
}
#limited-edition-tl h2{
    font-size: 1.75rem;
}

/*------------------------------------------------
section
------------------------------------------------*/
.a1-r{
    font-family: "A1ゴシック R JIS2004","A1 Gothic R JIS2004";
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
.a1-m{
    font-family: "A1ゴシック M JIS2004","A1 Gothic M JIS2004";
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}
.limited-edition-sec{
  color: #fff;
  position: relative;
  background-color: #171922;  
}

.limited-edition-sec h3{
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.limited-edition-sec img{
    width: 77%;
    height: auto;
    vertical-align: bottom;
}
@media screen and (max-width : 768px){ 
    .limited-edition-sec img{
      width: 88%;
      margin: 130px auto 186px;
  }
}

@media print, screen {
    .limited-edition-sec .limited-edition-sec-bg{
        min-width: 1920px;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    #sec02{
        min-height: 1140px;
    }
    .sec02_cont01{
        width: 980px;
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }
    .sec02_cont02{
        width: 980px;
        position: absolute;
        top: 74%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        line-height: 2.5rem;
        margin-left: 500px;
    }
}
@media screen and (max-width : 768px){
    .sec02_cont01{
        top: 50px;
        transform: translate(-50%,0%);
    }
    .limited-edition-sec .limited-edition-sec-bg{
        width: 100%;
        min-width: unset;
        position: unset;
        transform: unset;
    }
    #sec02 {
        min-height: unset;
    }
    .sec02_cont01{
        font-size: 1.3rem;
        width: calc(100% - 60px);
    }
    .sec02_cont02{
        font-size: 0.8rem;
        width: 80%;
        top: unset;
        bottom: 10px;
        transform: translateX(-50%);
        line-height: 1.3rem;
        margin: 0 auto 30px;
        letter-spacing: -0.02em;
    }
}

  @media print, screen and (min-width: 769px) {
    .limitededition360 a{
        transition: opacity .4s ease;
    }

    .limitededition360 a:hover{
        opacity: .7
    }
  }

/*------------------------------------------------
select-type
------------------------------------------------*/

.l-container__inner{
    padding: 90px 20px 0;
}
@media screen and (max-width: 768px) {
    .l-container__inner{
        padding: 55px 30px 0px;
    }
}

.type-section img{
    width: 100%;
    height: auto;
}

.type-section:not(:last-child) {
    margin-bottom: 80px;
}
@media print, screen and (min-width: 769px) {
    .type-section:not(:last-child) {
        margin-bottom: 150px;
    }
}
  .type-section-heading {
    margin: 0 auto 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.type-section-heading::after {
    content: "";
    width: 50px;
    height: 4px;
    margin: 20px auto 0;
    display: block;
    background-color: #000;
}

  .select-color .imgs {
    max-width: 980px;
    margin: 0 auto
  }
  .select-color .imgs img{
    width: 100%;
    height: auto;
  }
  .select-color .imgs > div {
    padding-top: calc(310 / 980 * 100%);
    position: relative
  }
  @media screen and (max-width: 768px) {
    .select-color .imgs > div {
        padding-top: calc(974.77 / 980 * 100%);
    }
  }
  .select-color .imgs > div > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
    display: none;
  }
  .select-color .imgs > div > div.on {
    opacity: 1;
    display: block;
  }
  .select-color .names {
    margin: 0 auto
  }
  .select-color .names p {
    display: none;
    text-align: center
  }
  .select-color .names p.on {
    display: block
  }
  .select-color .icons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 1.5em auto 0
  }
  @media screen and (max-width: 768px) {
    .select-color .icons {
        gap: 10px;
    }
  }
  .select-color .icons > a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    transition: opacity .4s ease;
  }
  .select-color .icons > a:nth-child(1) {
    background:linear-gradient(0deg,#F7F9FA 0%,#F7F9FA 50%,#221817 50%,#221817 100%);
  }
  .select-color .icons > a.on::before,
  .select-color .icons > a.on::after{
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
  }
  .select-color .icons > a.on:before {
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .select-color .icons > a.on::after {
    top: 13px;
    left: 16px;
    width: 7px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .select-color .icons > a:hover {
    opacity: .7
  }
  .select-color .cautions {
    margin: 3em auto;
  }
  .select-color .cautions p {
    font-size: .75em;
    color: #c00;
    display: none;
  }
  @media print, screen and (min-width: 769px) {
    .select-color .cautions p {
      text-align: center;
    }
  }
  .select-color .cautions p.on {
    display: block;
  }

  .type-interior-color__name {
    text-align: center;
    margin-bottom: 10px;
  }

  @media print, screen and (min-width: 769px) {
    .type-interior-color__name {
        margin-bottom: 16px;
    }
  }

  @media print, screen and (min-width: 769px) {
    .type-lineup .c-grid .c-grid__col{
      width: 490px;
      padding: 0 15px;
      margin: 0 auto;
    }
  }
  
  .type-lineup__card {
    padding: 16px;
    width: auto;
    background-color: #f8f8f8;
    margin-bottom: 15px;
  }

@media print, screen and (min-width : 769px){ 
  .type-lineup__card {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: calc(30 / 16* 1em);
    height: 100%;
  }
}
  .p-single-type-buttons__wrap {
    justify-content: center;
  }

  .p-single-type-grid__button {
    flex: 1 0 calc((100% - 10px) / 2);
  }

  .type-lineup__name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .type-lineup__lead {
    font-size: 13px;
    line-height: 1.5em;
    border-top: 2px #b5b5b5 solid;
    padding: 10px 0 0;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__lead {
        font-size: 15px;
    }
  }

  .c-text--size-ss {
    font-size: 12px;
  }

  .type-lineup__item {
    margin-top: 20px;
    display: flex;
    gap: 24px;
  }
  @media screen and (max-width: 768px) {
    .type-lineup__item {
        max-width: 300px;
        gap: unset;
        justify-content: space-between;
    }
  }

  .type-lineup__type {
    width: 60px;
    height: 45px;
    font-size: 3.75vw;
    font-weight: 400;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__type {
        width: 45px;
    }
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__type {
        width: 60px;
        height: 60px;
        font-size: 16px;
    }
  }

  .type-lineup__price {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__price {
        font-size: 30px;
    }
  }

  .type-lineup__price .yen {
    font-size: 14px;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__price .yen {
        font-size: 16px;
    }
  }

  .type-lineup__without-tax {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .type-lineup__tax-img {
    display: inline-block;
    width: 45px;
    margin-left: 10px;
  }

  @media print, screen and (min-width : 769px){ 
    .type-lineup__tax-img {
        width: 60px;
    }
  }

  .p-single-type-buttons__block {
    width: 100%;
    margin: 0 auto;
  }
  @media print, screen and (min-width : 769px){ 
    .p-compare-type-item {
        display: flex;
        padding-top: 0;
        margin-right: 0;
        margin-left: 0;
      }
  }

  @media screen and (max-width: 768px) {
    .p-compare-type-item {
        display: block;
        padding-top: 0;
      }
  }
  @media screen and (max-width: 768px) {
  .p-single-type-buttons__wrap .p-compare-type-item__inner {
    width: 100%;
    }
    }
  .p-single-type-grid__buttons {
    gap: 10px;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 768px) {
    .p-single-type-grid__buttons {
        display: block;
        margin-bottom: 10px;
    }
    .p-single-type-grid__button{
        margin-bottom: 10px;
    }
  }
  .c-list--type.indent-n > li {
    padding-left: 0;
    text-indent: 0;
}
.obs_ani{
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s;
}

.obs_ani.in{
  opacity: 1;
  transform: translateX(0);
}
.type-lineup__button-wrapper{
  margin-top: 1em;
}

.c-button-favorite-round{
  max-width: 158px;
  margin: 0 auto;
}
.survey_wrap_compare .l-container__inner-pb-60{
      padding-top: 30px!important;
}
@media screen and (max-width: 768px) {
  .section_survey{
      margin-top: 0!important;
  }
  .survey_wrap_compare .l-container__inner-pb-60{
      padding-top: 40px!important;
  }
  .p-compare-type-container__inner.hondaon {
      padding: 70px 30px!important;
  }
}
.p-compare-type-notes {
    margin-top: 10px!important;
}