.mv {
  background-image: url(../img/index/mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../img/index/mv_bg_sp.webp);
  }
}
.mv .txt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 10px;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv .txt {
    padding: 1rem;
  }
}
.mv .txt img:nth-of-type(1) {
  width: 755px;
}
.mv .txt img:nth-of-type(2) {
  width: 543px;
  margin-left: -46px;
}

.purchase {
  padding: 3rem 0;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .purchase {
    padding: 1.5rem 0;
  }
}
.purchase .inner img:nth-of-type(1) {
  margin-bottom: 1rem;
}
.purchase .inner img:nth-of-type(3) {
  margin-bottom: 1rem;
}
.purchase .inner .note {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .purchase .inner .note {
    display: block;
    text-align: left;
    font-size: 0.8rem;
  }
}

.procedure {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .procedure {
    padding: 1.5rem 0;
  }
}
.procedure .inner > img {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .procedure .inner > img {
    max-width: 90%;
    margin-bottom: 1rem;
  }
}
.procedure .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .procedure .inner .row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0.5rem;
  }
}
.procedure .inner > p:nth-of-type(1) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .procedure .inner > p:nth-of-type(1) {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.procedure .inner > p:nth-of-type(2) {
  font-size: 2.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .procedure .inner > p:nth-of-type(2) {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.point {
  padding: 3rem 0;
  padding-bottom: 6rem;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 1.5rem 0;
  }
}
.point .inner {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .point .inner {
    max-width: 90%;
  }
}
.point .inner h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .point .inner h2 {
    margin-bottom: 1.5rem;
  }
}
.point .inner h2 img {
  max-width: 85%;
  margin: auto;
}
.point .inner .row {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  justify-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .point .inner .row {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.point .inner .row .col {
  background-color: #fff;
  width: 100%;
  height: 220px;
  padding: 1.5rem 2rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .point .inner .row .col {
    padding: 1.5rem 1rem 1.5rem 1rem;
    height: auto;
  }
}
.point .inner .row .col span {
  display: block;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  height: 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #295ECE;
}
@media screen and (max-width: 767px) {
  .point .inner .row .col span {
    font-size: 1.6rem;
    height: auto;
  }
}
.point .inner .row .col p {
  text-align: left;
  font-weight: bold;
}

.used_purchase {
  background-image: url(../img/index/used_purchase_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .used_purchase {
    padding: 1.5rem 0;
  }
}
.used_purchase .inner {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .used_purchase .inner {
    max-width: 90%;
  }
}
.used_purchase .inner h2 {
  color: #FFEF00;
  position: relative;
  max-width: 376px;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .used_purchase .inner h2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-items: center;
    align-items: center;
  }
}
.used_purchase .inner h2 p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .used_purchase .inner h2 p {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
}
.used_purchase .inner h2 span {
  display: block;
  position: absolute;
  top: -120px;
  left: -180px;
}
@media screen and (max-width: 767px) {
  .used_purchase .inner h2 span {
    position: static;
  }
}
.used_purchase .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: flex-start;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .used_purchase .inner .row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.used_purchase .inner .row .col {
  background-color: #fff;
  padding: 0.7rem;
}
.used_purchase .inner .row .col img {
  width: 100%;
  height: auto;
}
.used_purchase .inner .row .col p {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  padding: 0.5rem 0;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .used_purchase .inner .row .col p {
    font-size: 1.4rem;
  }
}
.used_purchase .inner .row .col p span {
  color: #FF0000;
}

.shop {
  padding: 3rem 0;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .shop {
    padding: 1.5rem 0;
  }
}
.shop .inner {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .shop .inner {
    max-width: 90%;
  }
}
.shop .inner span {
  font-size: 2rem;
  display: block;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .shop .inner span {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.shop .inner > .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .shop .inner > .row {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.shop .inner > .row .col > h2 {
  background: #295ECE;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .shop .inner > .row .col > h2 {
    display: none;
  }
}
.shop .inner > .row .col > .row {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .shop .inner > .row .col > .row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .shop .inner > .row .col > .row .img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    justify-items: center;
    align-items: center;
  }
}
.shop .inner > .row .col > .row .img img {
  width: 100%;
  height: auto;
}
.shop .inner > .row .col > .row .img h2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop .inner > .row .col > .row .img h2 {
    background: #295ECE;
    color: #fff;
    padding: 0.5rem;
    font-size: 1.2rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.shop .inner > .row .col > .row .txt {
  text-align: left;
}
.shop .inner > .row .col > .row .txt .tel {
  font-size: 1.8rem;
  color: #295ECE;
  padding-left: 40px;
  background-image: url(../img/common/icon_tel_blue.webp);
  background-repeat: no-repeat;
  background-position: left center;
}
.shop .inner > .row .col > .row .txt .tel a {
  color: #295ECE;
  text-decoration: none;
}
.shop .inner > .row .col .map iframe {
  max-width: 100% !important;
  height: 400px !important;
}
@media screen and (max-width: 767px) {
  .shop .inner > .row .col .map iframe {
    height: 200px !important;
  }
}/*# sourceMappingURL=index.css.map */