@charset "UTF-8";
/*///////////////////////////////////////////////////////
    製品トップスタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
.form-contents .form-contents--head {
  margin-bottom: 1.6rem;
}
.form-contents .form-contents--head .attent {
  margin-top: 0.5em;
  font-size: 1.1rem;
}
.form-contents .form-contents--head .attent a {
  display: revert;
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  .form-contents {
    position: sticky;
    top: 10rem;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .form-contents .form-contents--head {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    gap: 1em;
  }
}
.wheel-matching {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.8rem;
  margin-bottom: 4rem;
  background: #F0F0F0;
}
.wheel-matching .wheel-matching--conditions {
  flex: 100%;
  margin-bottom: 1.8rem;
}
.wheel-matching .wheel-matching--conditions .field {
  display: grid;
  grid-template-columns: 1fr 22.8rem;
  align-items: center;
}
.wheel-matching .wheel-matching--conditions .field + .field {
  margin-top: 0.8rem;
}
.wheel-matching .wheel-matching--conditions .field .ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
.wheel-matching .wheel-matching--conditions .field .ttl small {
  font-size: 0.8em;
}
.wheel-matching .wheel-matching--btn {
  flex: 1;
  text-align: center;
}
.wheel-matching .wheel-matching--btn .btn {
  width: 12rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  background: #191919;
  border: none;
  border-radius: 2px;
}
.wheel-matching .rule {
  flex: 1;
}
.wheel-matching .rule a {
  display: revert;
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  .wheel-matching {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2.4rem;
    align-items: end;
    padding: 1.6rem 5.4rem;
    margin-bottom: 0;
  }
  .wheel-matching .wheel-matching--conditions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
    margin-bottom: 0;
  }
  .wheel-matching .wheel-matching--conditions .field {
    grid-template-columns: 1fr;
  }
  .wheel-matching .wheel-matching--conditions .field select {
    height: 3rem;
    font-size: 1.3rem;
  }
  .wheel-matching .wheel-matching--btn .btn {
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.5rem;
  }
}
.head_count {
  margin-bottom: 0.8rem;
  text-align: center;
}
.head_count .count {
  line-height: 1.8;
}
.head_count .count .attent {
  font-size: 0.8em;
}
.head_count .position {
  display: none;
}

.wheel-matching--result-body .head_ttl {
  display: none;
}
.wheel-matching--result-body .wheel-matching--result-field {
  font-size: 1.3rem;
  border: 1px solid #707070;
}
.wheel-matching--result-body .wheel-matching--result-field + .wheel-matching--result-field {
  margin-top: 1rem;
}
.wheel-matching--result-body .wheel-matching--result-field .field {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.wheel-matching--result-body .wheel-matching--result-field .item {
  display: grid;
  grid-template-columns: 36% 1fr;
}
.wheel-matching--result-body .wheel-matching--result-field .item.only-pc {
  display: none;
}
.wheel-matching--result-body .wheel-matching--result-field .item:first-child {
  border-top: 1px solid #191919;
}
.wheel-matching--result-body .wheel-matching--result-field .item .ttl {
  padding: 0.5em 0.5em 0.5em 1em;
  color: #fff;
  background: #191919;
  border-bottom: 1px solid #fff;
}
.wheel-matching--result-body .wheel-matching--result-field .item .ttl a {
  color: #fff;
  text-decoration: underline;
}
.wheel-matching--result-body .wheel-matching--result-field .item .body {
  padding: 0.5em 1em 0.5em 2em;
  border-bottom: 1px solid #E0E0E0;
}
.wheel-matching--result-body .wheel-matching--result-field .item .new {
  margin-left: 0.5em;
  font-size: 0.84em;
  color: #f00;
}
.wheel-matching--result-body .wheel-matching--result-field .wheel-matching--btn {
  margin: 1.8rem 0 1.4rem;
}
.wheel-matching--result-body .wheel-matching--result-field .wheel-matching--btn .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25rem;
  height: 5rem;
  padding: 0 2.4rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background: #191919;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  height: 5rem;
  padding: 0 0.8rem 0 1.5rem;
  letter-spacing: 1;
  font-size: 1.3rem;
  border-radius: 2px;
  background: #fff;
  transition: all 0.2s ease-out;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl .name {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  margin: 0 auto 0 0;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl .new {
  margin-left: 0.5em;
  font-size: 0.84em;
  color: #f00;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl a {
  text-decoration: underline;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl .txt {
  white-space: nowrap;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl .icon {
  position: relative;
  z-index: 1;
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: #191919;
  transition: all 0.2s ease-out;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl .icon::before, .wheel-matching--result-body .wheel-matching--result-field .tgl .icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
.wheel-matching--result-body .wheel-matching--result-field .tgl .icon::after {
  width: 2px;
  height: 50%;
}
.wheel-matching--result-body .wheel-matching--result-field .position_ttl {
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #fff;
  background: #7C7C7C;
  border-bottom: 1px solid #fff;
}
.wheel-matching--result-body .wheel-matching--result-field.is-active .tgl {
  background: #E0E0E0;
  border-bottom: 1px solid #707070;
}
.wheel-matching--result-body .wheel-matching--result-field.is-active .tgl .icon::before, .wheel-matching--result-body .wheel-matching--result-field.is-active .tgl .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.wheel-matching--result-body .wheel-matching--result-field.is-active .tgl .icon::before {
  opacity: 0;
}

.no-data {
  text-align: center;
  padding: 2em 0;
}

@media screen and (min-width: 961px) {
  .head_count {
    display: flex;
    flex-flow: row wrap;
    position: sticky;
    top: 23rem;
    left: 0;
    width: 100%;
    margin: 0;
    padding-top: 2.5rem;
    background: #fff;
  }
  .head_count .count {
    text-align: left;
    line-height: 1;
    border-right: 1px solid #fff;
  }
  .head_count .count .attent {
    margin-left: 1em;
  }
  .head_count .position {
    display: revert;
    text-align: center;
    padding: 0.4em 0;
    line-height: 1;
    color: #fff;
    background: #7C7C7C;
  }
  .head_count .front {
    border-right: 1px solid #fff;
  }
  .wheel-matching--result-body {
    display: table;
    text-align: center;
    width: 100%;
    grid-template-columns: 1fr repeat(11, auto);
  }
  .wheel-matching--result-body .head_ttl {
    display: table-row;
    position: sticky;
    top: 28rem;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .wheel-matching--result-body .head_ttl .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0.2em 0.5em;
    color: #fff;
    line-height: 1.2;
    background: #191919;
    border-right: 1px solid #fff;
  }
  .wheel-matching--result-body .head_ttl .item a {
    color: #fff;
    text-decoration: underline;
  }
  .wheel-matching--result-body .wheel-matching--result-field {
    display: contents;
  }
  .wheel-matching--result-body .wheel-matching--result-field + .wheel-matching--result-field {
    margin-top: 0;
  }
  .wheel-matching--result-body .wheel-matching--result-field .field {
    display: table-row;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #707070;
    padding: 0.5em;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item:nth-child(2) {
    min-width: 5em;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item.only-pc {
    display: table-cell !important;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item:first-child {
    border-top: none;
    text-align: left;
    border-left: 1px solid #E0E0E0;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item .ttl {
    display: none;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item .body {
    padding: 0;
    border-bottom: none;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item a {
    display: revert;
    text-decoration: underline;
  }
  .wheel-matching--result-body .wheel-matching--result-field .item .new {
    margin-right: 1em;
  }
  .wheel-matching--result-body .wheel-matching--result-field .wheel-matching--btn {
    display: none;
  }
  .wheel-matching--result-body .wheel-matching--result-field .tgl {
    display: none;
  }
  .wheel-matching--result-body .wheel-matching--result-field .position_ttl {
    display: none;
  }
}
.wheel-matching--attention {
  display: none;
  opacity: 0;
  visibility: hidden;
  grid-template-rows: 3.8rem 1fr;
  position: fixed;
  top: 50%;
  left: 4%;
  z-index: 10;
  width: 92%;
  max-height: 60vh;
  padding: 1rem 1.6rem 2.4rem;
  transform: translateY(-50%);
  background: #F0F0F0;
  border-radius: 10px;
  border: 3px solid #191919;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}
.wheel-matching--attention.is-active {
  display: grid;
  opacity: 1;
  visibility: visible;
}
.wheel-matching--attention .popup-close .btn_close {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  background: #191919;
  transform: translateX(0.6rem);
}
.wheel-matching--attention .popup-close .btn_close::before, .wheel-matching--attention .popup-close .btn_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
}
.wheel-matching--attention .popup-close .btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wheel-matching--attention .popup-close .btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wheel-matching--attention .ttl {
  padding-bottom: 1rem;
  text-align: center;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #191919;
}
.wheel-matching--attention .ttl .main {
  margin-bottom: 0.2em;
  font-size: 1.8rem;
}
.wheel-matching--attention .ttl .sub {
  font-size: 1.2rem;
}
.wheel-matching--attention .wheel-matching--attention-body {
  overflow: scroll;
  margin-top: -1.6rem;
  line-height: 1.8;
  font-size: 1.1rem;
}
.wheel-matching--attention .wheel-matching--attention-body .body {
  margin-bottom: 1.2rem;
}
.wheel-matching--attention .wheel-matching--attention-body .body .column .item {
  padding-left: 2em;
  text-indent: -2em;
}

@media screen and (min-width: 961px) {
  .wheel-matching--attention {
    left: 50%;
    width: 116.6rem;
    max-height: 100%;
    padding: 1.7rem 10rem 6.4rem;
    transform: translate(-50%, -50%);
  }
  .wheel-matching--attention .popup-close .btn_close {
    transform: translateX(8rem);
  }
  .wheel-matching--attention .ttl {
    margin-bottom: 3.2rem;
  }
  .wheel-matching--attention .ttl .main {
    font-size: 2rem;
  }
  .wheel-matching--attention .wheel-matching--attention-body {
    overflow: auto;
    margin-top: -2.8rem;
    font-size: 1.3rem;
  }
  .wheel-matching--attention .wheel-matching--attention-body .body {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .wheel-matching--attention .wheel-matching--attention-body .body .column {
    flex: 1;
  }
  .wheel-matching--attention .wheel-matching--attention-body .body .column .item {
    padding-left: 0;
    text-indent: 0;
  }
}