body {
  background-color: #fff;
  color: #111;
}

a {
  color: #111;
}
a:link {
  color: #111;
}
a:visited {
  color: #111;
}

.bottom_company {
  margin-top: 4rem;
}

.bottom_sns {
  margin-top: 4rem;
  padding: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.bottom_sns a {
  width: 40px;
  height: 40px;
}

footer {
  color: #111;
  margin-top: 2rem;
}
footer p {
  padding: 1rem 0;
  font-size: 0.8rem;
}

#mv {
  position: relative;
}
#mv .logo {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #mv .logo {
    max-width: 22vw;
    top: 1.8rem;
  }
}
#mv img {
  width: 100%;
}
#mv .title {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  color: #111;
  margin: auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #mv .title {
    position: static;
    margin-top: 2rem;
  }
}
#mv .title p {
  line-height: 1;
}
#mv .title p:nth-of-type(1) {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #mv .title p:nth-of-type(1) {
    font-size: 1.3rem;
  }
}

#info {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #info {
    margin-top: 2rem;
  }
}
#info .inner .title span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}
#info .inner .title span:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #info .inner .title span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}
#info .inner .title p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #info .inner .description {
    text-align: left;
    font-size: 0.8rem;
  }
}
#info .inner .description h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#info .inner .description p {
  margin-bottom: 1.5rem;
}
#info .inner .detail {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #info .inner .detail {
    margin-top: 2rem;
  }
}
#info .inner .detail dl {
  max-width: 80%;
  margin: auto;
}
#info .inner .detail dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
  text-align: left;
}
#info .inner .detail h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #info .inner .detail h2 {
    font-size: 1.2rem;
  }
}
#info .inner .detail > p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #info .inner .detail > p {
    font-size: 1rem;
  }
}
#info .inner .detail .note {
  max-width: 600px;
  text-align: left;
  font-size: 0.8rem;
  margin: auto;
  margin-bottom: 1.5rem;
}

.contact {
  margin-top: 4rem;
}
.contact > a {
  background-color: #312b4f;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact > a {
    padding: 1rem 3rem;
  }
}
.contact p:nth-of-type(1) {
  margin-top: 2rem;
}
.contact p:nth-of-type(1) a {
  text-decoration: none;
  color: #111;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact p:nth-of-type(1) a {
    font-size: 1.2rem;
  }
}
.contact p:nth-of-type(1) a img {
  width: auto;
  height: 28px;
  margin-right: 15px;
  vertical-align: baseline;
}
.contact p:nth-of-type(2) {
  margin-top: 1rem;
}

#contents {
  margin-top: 4rem;
}
#contents .info {
  width: 100%;
  margin-top: 4rem;
}
#contents .info img {
  width: 100%;
  height: auto;
}
#contents .car_lineup {
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  #contents .car_lineup {
    max-width: 100%;
    padding-top: 1.5rem;
  }
}
#contents .car_lineup h2 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #contents .car_lineup h2 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
#contents .car_lineup .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin: auto;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 767px) {
  #contents .car_lineup .row {
    max-width: 92%;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
#contents .car_lineup .row .col {
  width: 100%;
  background-color: #fff;
}
#contents .car_lineup .row .col h3 {
  font-size: 2rem;
  text-align: center;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #contents .car_lineup .row .col h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
#contents .car_lineup .row .col h3 img {
  width: 120px;
  height: auto;
  margin: auto;
}
#contents .car_lineup .row .col dl {
  max-width: 90%;
  height: 190px;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#contents .car_lineup .row .col dl > div {
  text-align: left;
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 10px;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  line-height: 1.2;
}
#contents .car_lineup .row .col dl > div:nth-of-type(even) {
  background-color: #eee;
}
#contents .car_lineup .row .col dl > div:last-child {
  border: none;
}
#contents .car_lineup .row .col dl > div dt {
  padding-left: 0.2rem;
}
#contents .car_lineup .row .col .price {
  border: 1px solid red;
  text-align: center;
  padding: 15px 10px;
  padding-bottom: 10px;
}
#contents .car_lineup .row .col .price > span {
  color: red;
  display: block;
  font-size: 1.1rem;
}
#contents .car_lineup .row .col .price p > span {
  font-size: 1.6rem;
}
#contents .car_lineup .row .col .price p:nth-of-type(2) {
  color: red;
}
#contents .car_lineup .row .col .price.special {
  border: 1px solid #281432;
  background: #281432;
  color: #fff;
  padding: 20px 0;
  font-size: 1.2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#contents .car_lineup .row .col .price.purple {
  border: 1px solid #281432;
  background: #281432;
}
#contents .car_lineup .row .col .price.soldout {
  border: 1px solid #d82d2d;
  background: #d82d2d;
  color: #fff;
  padding: 20px 0;
  font-size: 1.2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#contents .car_lineup .row .col .other {
  padding: 5px;
  font-size: 0.6rem;
  text-align: left;
}
#contents .car_lineup .row .col.col-soldout {
  position: relative;
  filter: grayscale(1);
}
#contents .car_lineup .row .col.col-soldout > span {
  display: block;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  z-index: 2;
  text-shadow: 0 0 5px #000;
}
#contents .car_lineup .row .col.col-soldout::after {
  content: "";
  background-color: #eee;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#shop_info {
  margin-top: 4rem;
}
#shop_info h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #shop_info h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
#shop_info .img img {
  width: 100%;
}
#shop_info .inner .txt {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#shop_info .inner .txt p:nth-of-type(1) {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #shop_info .inner .txt p:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
#shop_info .map iframe {
  width: 100% !important;
}

#msp {
  margin-top: 6rem;
}
#msp .inner h3 {
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
#msp .inner > p {
  text-align: left;
}
#msp .inner .line {
  margin-top: 2rem;
  border: 1px solid #3b316e;
  padding: 1rem 2rem;
}
#msp .inner .line p:nth-of-type(1) {
  color: #3b316e;
  font-weight: bold;
  font-size: 1.2rem;
}
#msp .inner .form {
  margin-top: 4rem;
  text-align: left;
}
#msp .inner .form .smf-progress-tracker {
  max-width: 60% !important;
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #msp .inner .form .smf-progress-tracker {
    max-width: 100% !important;
  }
}
#msp .inner .form .smf-form .smf-item {
  border-bottom: 1px solid #999;
}
#msp .inner .form .smf-form .smf-item .smf-item__col--label {
  position: relative;
}
#msp .inner .form .smf-form .smf-item .smf-item__col--label .smf-item__description {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 0;
  color: #da5353;
}
@media screen and (max-width: 767px) {
  #msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls input[type=text], #msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls input[type=tel], #msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls input[type=email] {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls textarea {
    font-size: 16px;
  }
}
#msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls select {
  color: #111;
  padding: 1rem;
}
#msp .inner .form .smf-form .smf-item .smf-item__col--controls .smf-item__controls .smf-select-control__toggle::before {
  color: #111;
}
#msp .inner .form form[data-screen=confirm] .confirm_txt {
  display: block;
}

main.comp h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
main.comp h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#autozip {
  display: none !important;
}