@charset "utf-8";

/* overwrite
--------------------------------- */


.Column-detail .lead {
  font-size: 1.8rem;
}

.sec .txt a {
  font-weight: 600;
  text-decoration: underline;
}


/* intro
--------------------------------- */
.intro {
  max-width: 1280px;
  margin: 0 auto;
}
.intro .inner {
  width: 100%;
}
.intro .lead-title {
  font-size: 2.4rem;
  text-align: center;
}
.intro .lead-title + p {
  margin-top: 30px;
  text-align: center;
}


/* sec01
--------------------------------- */
.sec01 .flex {
  display: flex;
  justify-content: space-between;
}
.sec01 .txtwrap .txt + .photo {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
.sec01 .photowrap {
  width: 48%;
}
.sec01 .photowrap .photo {
  width: 100%;
}
.sec01 .btn-parts {
  max-width: 360px;
  margin: 48px auto 60px;
}
.sec01 .btn-parts a {
  width: 100%;
  padding: 12px 36px;
  background: #222222;
  border-radius: 50rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.sec01 .btn-parts a span {
  display: block;
  font-size: 1.2rem;
}


/* concept-car
--------------------------------- */
.concept-car {
  padding: 120px 0;
  background: #F6F6F6;
}
.concept-car .flexbox .txtwrap {
  width: 43.75%;
}
.concept-car .flexbox .photowrap {
  width: 53.125%;
}
.concept-car .flexbox .photowrap .photo {
  width: 100%;
}
.concept-car .item-wrap {
  margin-top: 60px;
}
.concept-car .item-wrap .item-box {
  padding: 48px;
  background: #ffffff;
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.05));
}
.concept-car .item-wrap .item-box:nth-child(n+2) {
  margin-top: 40px;
}
.concept-car .item-wrap .item-box .photowrap {
  display: flex;
  justify-content: space-between;
}
.concept-car .item-wrap .item-box .photowrap .photo {
  width: 49%;
}
.concept-car .item-wrap .item-box .txtwrap {
  margin-top: 32px;
  display: flex;
}
.concept-car .item-wrap .item-box .txtwrap .ttl-wrap .en {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05rem;
  opacity: .7;
}
.concept-car .item-wrap .item-box .txtwrap .ttl-wrap h5 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.concept-car .item-wrap .item-box .txtwrap .txt {
  margin-left: 48px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.concept-car .item-wrap + .txt {
  margin-top: 60px;
  font-size: 1.7rem;
  text-align: center;
}
.concept-car .point-wrap {
  display: flex;
  max-width: 960px;
  margin: 60px auto 0;
  padding: 24px;
  border: 1px solid #dbdbdb;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
.concept-car .point-wrap figure {
  max-width: 280px;
}
.concept-car .point-wrap .txt {
  width: calc(100% - 312px);
  line-height: 1.7;
}


/* sec02
--------------------------------- */
.sec02 .txtwrap .photo {
  margin-bottom: 24px;
}


/* bnr-next
--------------------------------- */
.bnr-next {
  margin: 120px auto 0;
  text-align: center;
}
.bnr-next .flexbox {
  display: inline-flex;
  background: #F6F6F6;
  border: 1px solid #DDDDDD;
  justify-content: center;
  align-items: center;
}
.bnr-next .flexbox figure {
  padding: 3px;
}
.bnr-next .flexbox .txtwrap {
  width: auto !important;
  padding: 24px 32px;
}
.bnr-next .flexbox .txtwrap .en {
  margin-top: 14px;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1.0;
  text-align: right;
  opacity: .75;
}
.bnr-next .flexbox .txtwrap .sub {
  font-size: 1.4rem;
  line-height: 1.0;
  opacity: .75;
}
.bnr-next .flexbox .txtwrap .ttl-column {
  margin-top: 8px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.0;
}


.caption-bottom {
  max-width: 1280px;
  width: 90%;
  margin: 80px auto 0;
  color: #898989;
  font-size: 1.2rem;
}


/* modal */
.modal-parts {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 95%;
  max-width: 1200px;
  max-height: 90vh;
  padding: 40px;
  background-color: #EDEEF9;
  overflow-y: auto;
}
.modal-contents .ttl-modal {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
.modal-contents .ttl-modal.pc {
  display: block;
}
.modal-contents ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: space-between;
  gap: 24px;
}
.modal-contents ul li {
  width: calc((100% - 48px)/3);
  padding: 24px;
  background: #fff;
}
.modal-contents ul li dl div:nth-child(n+2) {
  margin-top: 24px;
}
.modal-contents ul li dl div dt {
  font-size: 1.4rem;
  font-weight: 600;
}
.modal-contents ul li dl div dd {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2.0;
}
.modal-contents ul li dl div dd span {
  font-size: 80%;
}
.modal-contents ul li dl div dd a {
  text-decoration: underline;
}

.close-modal {
  width: 60px;
  height: 60px;
  border-radius: 50rem;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: .4s;
}
.close-modal:hover {
  opacity: .7;
}
.close-modal span::before, .close-modal span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #222222;
}
.close-modal span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close-modal span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.btn-close-modal {
  max-width: 180px;
  margin: 32px auto 0;
  padding: 8px;
  border-radius: 50rem;
  border: 1px solid #222222;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: .4s;
}
.btn-close-modal:hover {
  opacity: .7;
}
.btn-close-modal::before, .btn-close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 1px;
  height: 16px;
  background: #222222;
}
.btn-close-modal::before {
  transform: translate(0,-50%) rotate(45deg);
}
.btn-close-modal::after {
  transform: translate(0,-50%) rotate(-45deg);
}


@media screen and (max-width:768px) {

  /* intro
  --------------------------------- */
  .Column-detail .sec.intro .flexbox {
    display: block;
  }
  .intro .inner {
    width: 90%;
  }
  .intro .lead-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .intro .lead-title + p {
    margin-top: 12px;
    text-align: left;
  }


  /* sec01
  --------------------------------- */
  .Column-detail .sec.sec01 .flexbox {
    flex-wrap: wrap-reverse;
  }
  .sec01 .txtwrap {
    margin-top: 25px;
  }
  .sec01 .photowrap {
    width: 100%;
  }
  .sec01 .col01 {
    width: 100%;
  }

  /* concept-car
  --------------------------------- */
  .concept-car {
    padding: 60px 0;
  }
  .concept-car .item-wrap {
    margin-top: 40px;
  }
  .concept-car .item-wrap .item-box {
    padding: 24px 5%;
    background: #ffffff;
  }
  .concept-car .item-wrap .item-box:nth-child(n+2) {
    margin-top: 30px;
  }
  .concept-car .item-wrap .item-box .photowrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .concept-car .item-wrap .item-box .photowrap .photo {
    width: 100%;
  }
  .concept-car .item-wrap .item-box .txtwrap {
    margin-top: 24px;
    display: block;
  }
  .concept-car .item-wrap .item-box .txtwrap .ttl-wrap .en {
    font-size: 1.4rem;
  }
  .concept-car .item-wrap .item-box .txtwrap .ttl-wrap h5 {
    font-size: 2.2rem;
  }
  .concept-car .item-wrap .item-box .txtwrap .txt {
    margin: 12px 0 0 0;
    font-size: 1.4rem;
  }
  .concept-car .item-wrap + .txt {
    margin-top: 40px;
    font-size: 1.4rem;
    text-align: left;
  }
  .concept-car .point-wrap {
    margin: 32px auto 0;
    padding: 2%;
    gap: 16px;
  }
  .concept-car .point-wrap .txt {
    width: 100%;
    padding: 0 2% 2%;
  }


  /* sec02
  --------------------------------- */
  .Column-detail .sec.sec02 .flexbox {
    flex-wrap: wrap-reverse;
  }
  .sec02 .txtwrap {
    margin-top: 25px;
  }
  .sec02 .txtwrap .photo {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .Column-detail .sec02 .col04 .txtwrap .photo {
    width: 60%;
    margin-left: auto;
  }
  .Column-detail .sec02 .col05 .txtwrap .photo {
    width: 75%;
    margin-right: auto;
  }


  /* bnr-next
  --------------------------------- */
  .bnr-next {
    width: 90%;
    max-width: 640px;
    margin: 60px auto 0;
  }
  .bnr-next .flexbox {
    flex-wrap: wrap;
  }
  .bnr-next .flexbox figure {
    width: 100%;
    padding: 0;
    background: url(../images/column/column09/img_thumbnail_next.webp) center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
  }
  .bnr-next .flexbox .txtwrap {
    padding: 5%;
  }
  .bnr-next .flexbox .txtwrap .en {
    margin-top: 14px;
    font-size: 1.8rem;
    text-align: center;
  }
  .bnr-next .flexbox .txtwrap .sub {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .bnr-next .flexbox .txtwrap .ttl-column {
    margin-top: 8px;
    font-size: 1.6rem;
  }


  .caption-bottom {
     margin-top: 40px;
  }


  /* モーダルCSS */
  .modal-wrapper {
    padding: 8% 5%;
  }
  .modal-contents .ttl-modal {
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
  }
  .modal-contents .ttl-modal.sp {
    display: block;
  }
  .modal-contents ul {
    margin-top: 24px;
    gap: 24px;
  }
  .modal-contents ul li {
    width: 100%;
    padding: 5%;
  }
  .modal-contents ul li dl div:nth-child(n+2) {
    margin-top: 16px;
  }
  .modal-contents ul li dl div dd {
    line-height: 1.8;
  }
  .close-modal {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
  .close-modal span::before, .close-modal span::after {
    width: 2px;
    height: 24px;
  }
  .btn-close-modal {
    max-width: 140px;
    margin: 24px auto 0;
    padding: 6px;
  }

}
