.lp-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .lp-inner {
    width: 100%;
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lp-inner h2 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .lp-btn {
    width: 100%;
  }
}
.lp-btn a {
  min-width: 240px;
  line-height: 50px;
  height: 50px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding-left: 12px;
  padding-right: 35px;
  background-color: #dc0723;
  text-align: left;
  font-size: 16px;
  position: relative;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .lp-btn a {
    min-width: 100%;
    line-height: 14.6875vw;
    height: 14.6875vw;
    padding-left: 3.4375vw;
    padding-right: 0;
    font-size: 24px;
    font-size: 3.75vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lp-btn a:hover {
  background-color: #e3394f;
}
.lp-btn a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background-image: url(../image/icon_blank.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .lp-btn a:after {
    right: 3.75vw;
    width: 3.59375vw;
    height: 3.4375vw;
  }
}

.area-mv {
  height: 452px;
  background-image: url(../image/mv_bg.jpg);
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: repeat-x;
  background-position: top center;
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .area-mv {
    background-image: url(../image/mv_bg_sp.jpg);
    height: 121.875vw;
    margin-bottom: 11.5625vw;
    -webkit-background-size: contain;
            background-size: contain;
  }
}
.area-mv .lp-inner {
  padding-top: 78px;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .area-mv .lp-inner {
    padding-top: 10vw;
    padding-left: 4.6875vw;
  }
}
@media screen and (max-width: 640px) {
  .area-mv__heading img {
    width: auto;
    height: 20.625vw;
  }
}
.area-mv__lead {
  margin-top: 49px;
}
@media screen and (max-width: 640px) {
  .area-mv__lead {
    margin-top: 5vw;
  }
  .area-mv__lead img {
    width: auto;
    height: 14.53125vw;
  }
}
.area-mv__movie {
  margin-top: 25px;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.area-mv__movie:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .area-mv__movie {
    margin-top: 4.0625vw;
  }
  .area-mv__movie img {
    width: auto;
    height: 6.25vw;
  }
}
.area-mv__reservation {
  position: absolute;
  right: -90px;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .area-mv__reservation {
    bottom: -10.9375vw;
    right: 3.125vw;
  }
}
.area-mv__reservation a {
  width: 140px;
  height: 140px;
  display: block;
  background-image: url(../image/mv_btn_2_hover.png);
  font-size: 0;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .area-mv__reservation a {
    height: 26.5625vw;
    width: 26.5625vw;
    background-image: url(../image/mv_btn_2.png);
    -webkit-background-size: contain;
            background-size: contain;
  }
}
.area-mv__reservation a:after {
  position: absolute;
  background-image: url(../image/mv_btn_2.png);
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
@media screen and (max-width: 640px) {
  .area-mv__reservation a:after {
    display: none;
  }
}
.area-mv__reservation a:hover:after {
  opacity: 0;
}

.section-feature {
  margin-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .section-feature {
    margin-bottom: 10.9375vw;
  }
}
.section-feature__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section-feature__heading {
    margin-bottom: 5.3125vw;
  }
  .section-feature__heading img {
    width: auto;
    height: 37.5vw;
  }
}
.section-feature .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-feature .feature__item {
  width: 320px;
}
@media screen and (max-width: 640px) {
  .section-feature .feature__item {
    width: 100%;
    margin-bottom: 4.6875vw;
  }
}
.section-feature .feature__item .heading {
  font-size: 20px;
  font-weight: bold;
  color: #003e81;
  line-height: 1.25;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-feature .feature__item .heading {
    line-height: 1.2857142857;
    font-size: 30px;
    font-size: 4.6875vw;
  }
}
.section-feature .feature__item .heading span {
  text-indent: 1em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .section-feature .feature__item .heading {
    text-align: left;
    margin-top: 2.8125vw;
    font-size: 28px;
    font-size: 4.375vw;
  }
  .section-feature .feature__item .heading span {
    text-indent: 0em;
    display: inline;
  }
  .section-feature .feature__item .heading br {
    display: none;
  }
}
.section-feature .feature__item .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-feature .feature__item .desc {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-feature .feature__item .desc {
    text-align: left;
    margin-top: 1.5625vw;
  }
  .section-feature .feature__item .desc br {
    display: none;
  }
}
.section-feature .repair {
  margin-top: 35px;
  height: 132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .section-feature .repair {
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .section-feature .repair {
    margin-top: 6.25vw;
  }
}

.section-feature .repair__left {
  width: 274px;
  text-align: center;
  background-color: #003e80;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .section-feature .repair__left {
    width: 100%;
    height: 23.4375vw;
  }
}
.section-feature .repair__right {
  position: relative;
  width: 726px;
  background-color: #e5ebf2;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
  .section-feature .repair__right {
    padding: 3.90625vw 3.4375vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
.section-feature .repair__right:after {
  content: "";
  background-image: url(../image/services_illust.png);
  position: absolute;
  right: 0;
  top: -8px;
  -webkit-background-size: contain;
          background-size: contain;
  width: 164px;
  display: block;
  height: 191px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .section-feature .repair__right:after {
    width: 42.96875vw;
    top: auto;
    bottom: 0;
    height: 50.15625vw;
  }
}
@media screen and (max-width: 640px) {
  .section-feature .repair__right {
    width: 100%;
  }
}
.section-feature .repair__heading {
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .section-feature .repair__heading {
    text-align: center;
    margin-bottom: 1.875vw;
  }
  .section-feature .repair__heading img {
    width: auto;
    height: 5vw;
  }
}
.section-feature .repair__desc {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .section-feature .repair__desc {
    text-align: center;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.section-feature .repair__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 530px;
  padding-left: 13px;
}
@media screen and (max-width: 640px) {
  .section-feature .repair__list {
    width: 42.96875vw;
    padding-left: 0;
  }
}
.section-feature .repair__list li {
  width: 260px;
  height: 47px;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.section-feature .repair__list li:nth-child(1) {
  margin-bottom: 12px;
}
.section-feature .repair__list li:nth-child(2) {
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .section-feature .repair__list li {
    width: 100%;
    height: 8.4375vw;
    margin-bottom: 1.875vw !important;
  }
  .section-feature .repair__list li:last-child {
    margin-bottom: 0 !important;
  }
  .section-feature .repair__list li img {
    width: auto;
    height: 3.75vw;
  }
}

.section-reservation {
  margin-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .section-reservation {
    margin-bottom: 6.25vw;
  }
}
.section-reservation__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section-reservation__heading {
    margin-bottom: 5.3125vw;
  }
  .section-reservation__heading img {
    width: auto;
    height: 17.8125vw;
  }
}
.section-reservation .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section-reservation .step {
    width: 100%;
  }
}
.section-reservation .step__item {
  width: 236px;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item {
    width: 100%;
    margin-bottom: 6.25vw;
    padding-left: 45vw;
    position: relative;
    height: 73.75vw;
  }
}
.section-reservation .step__item:nth-child(2) {
  position: relative;
}
.section-reservation .step__item:nth-child(2):before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #003e81;
  left: -48px;
  top: 316px;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item:nth-child(2):before {
    display: none;
  }
}
.section-reservation .step__item:nth-child(2):after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #003e81;
  right: -54px;
  top: 316px;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item:nth-child(2):after {
    display: none;
  }
}
.section-reservation .step__item .num {
  background-color: #dc0823;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .num {
    height: 6.5625vw;
    margin-bottom: 0;
  }
}
.section-reservation .step__item .num img {
  height: 18px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .num img {
    height: 3.4375vw;
  }
}
.section-reservation .step__item .heading {
  font-size: 20px;
  font-weight: bold;
  color: #003e81;
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .heading {
    line-height: 1.2857142857;
    font-size: 30px;
    font-size: 4.6875vw;
  }
}
.section-reservation .step__item .heading span {
  text-indent: 1em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .heading {
    white-space: normal;
    text-align: left;
    margin-top: 2.8125vw;
    margin-bottom: 2.1875vw;
  }
  .section-reservation .step__item .heading span {
    text-indent: 0em;
    display: inline;
  }
  .section-reservation .step__item .heading br {
    display: none;
  }
}
.section-reservation .step__item .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .desc {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .desc {
    margin-top: 1.875vw;
  }
}
.section-reservation .step__item .note {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .note {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reservation .step__item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 41.25vw;
  }
}
.section-reservation .complete {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  margin-top: 40px;
  background-color: #e5ebf2;
  position: relative;
  overflow: hidden;
}
.section-reservation .complete .heading {
  font-size: 20px;
  font-weight: bold;
  color: #003e81;
  line-height: 1.25;
  padding-left: 124px;
}
@media screen and (max-width: 640px) {
  .section-reservation .complete .heading {
    line-height: 1.2857142857;
    font-size: 30px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 640px) {
  .section-reservation .complete {
    width: 100%;
    height: 40vw;
    margin-top: 0vw;
    border-width: 0.15625vw;
    padding-top: 0vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-reservation .complete:after {
  content: "";
  background-image: url(../image/reservation_illust.png);
  position: absolute;
  left: 140px;
  top: 10px;
  -webkit-background-size: contain;
          background-size: contain;
  width: 116px;
  display: block;
  height: 191px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .section-reservation .complete:after {
    width: 30.9375vw;
    height: 34.375vw;
    left: 6.25vw;
    top: auto;
    bottom: 0;
  }
}

.section-faq {
  margin-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .section-faq {
    margin-bottom: 10.9375vw;
  }
}
.section-faq .lp-inner {
  border: 8px solid #e5ebf2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 36px 0 40px 0;
}
@media screen and (max-width: 640px) {
  .section-faq .lp-inner {
    width: 90vw;
    margin: 0 auto;
    border-width: 1.5625vw;
    padding-left: 3.59375vw;
    padding-right: 3.59375vw;
    padding-top: 10.3125vw;
    padding-bottom: 10.9375vw;
  }
}
.section-faq__heading {
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section-faq__heading {
    margin-bottom: 5vw;
  }
  .section-faq__heading img {
    width: auto;
    height: 7.5vw;
  }
}
.section-faq__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section-faq__desc {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-faq__desc {
    margin-bottom: 5.3125vw;
  }
}

.section-storelist {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .section-storelist {
    margin-bottom: 10.625vw;
  }
}
.section-storelist__heading {
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .section-storelist__heading {
    margin-bottom: 4.6875vw;
    text-align: center;
  }
  .section-storelist__heading img {
    width: auto;
    height: 13.75vw;
  }
}
.section-storelist__desc {
  margin-bottom: 34px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .section-storelist__desc {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-storelist__desc {
    margin-bottom: 5.3125vw;
  }
}
.section-storelist__desc span {
  display: block;
}
.section-storelist__desc small {
  font-size: 12px;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 640px) {
  .section-storelist__desc small {
    font-size: 20px;
    font-size: 3.125vw;
    margin-top: 1.875vw;
  }
}
.section-storelist .storelist {
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist {
    width: 100vw;
    margin-left: -4.6875vw;
  }
}
.section-storelist .storelist__item {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item {
    display: block;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
.section-storelist .storelist__item > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item > * {
    display: block;
  }
}
.section-storelist .storelist__item .name {
  width: 240px;
  border-right: 1px solid #eaeaea;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item .name {
    font-weight: bold;
    width: 100%;
    border: none;
    font-size: 24px;
    font-size: 3.75vw;
    padding: 0;
  }
  .section-storelist .storelist__item .name br {
    display: none;
  }
}
.section-storelist .storelist__item .info {
  width: 500px;
  padding: 14px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item .info {
    width: 100%;
    padding: 0;
    margin-top: 0.9375vw;
  }
}
.section-storelist .storelist__item .info p {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item .info p {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.section-storelist .storelist__item .info .address {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item .info .address {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item .info .address {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.section-storelist .storelist__item .link {
  width: 260px;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item .link {
    width: 75vw;
    margin: 0 auto;
    margin-top: 5vw;
  }
}
.section-storelist .storelist__item .link .lp-btn a {
  width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .section-storelist .storelist__item .link .lp-btn a {
    height: 11.5625vw;
    line-height: 11.5625vw;
    width: 100%;
  }
}

.section-services {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .section-services {
    padding-bottom: 6.25vw;
  }
}
.section-services__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section-services__heading {
    margin-bottom: 5.625vw;
  }
  .section-services__heading img {
    height: 12.1875vw;
  }
}
.section-services .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-services .list > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-services .list__item {
  width: 320px;
  position: relative;
  border-bottom: 1px solid #e8e8ea;
}
@media screen and (max-width: 640px) {
  .section-services .list__item {
    width: 100%;
    margin-bottom: 5.625vw;
  }
}
.section-services .list__item a {
  text-decoration: none;
  color: #333;
  display: block;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.section-services .list__item a:hover {
  opacity: 0.6;
}
.section-services .list__item .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .section-services .list__item .title {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.section-services .list__item .desc {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 640px) {
  .section-services .list__item .desc {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.section-services .list__item .text {
  padding: 0 18px 56px;
}
@media screen and (max-width: 640px) {
  .section-services .list__item .text {
    font-size: 24px;
    font-size: 3.75vw;
    padding: 0;
    padding-bottom: 13.75vw;
  }
}
.section-services .list__item .info {
  position: absolute;
  bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section-services .list__item .info {
    bottom: 4.6875vw;
  }
}
.section-services .list__item .category {
  font-size: 13px;
  color: #777;
  padding-left: 18px;
}
@media screen and (max-width: 640px) {
  .section-services .list__item .category {
    font-size: 22px;
    font-size: 3.4375vw;
    padding-left: 0px;
  }
}
.section-services .list__item .more {
  font-size: 14px;
  color: #003e81;
  padding-right: 18px;
  text-decoration: underline;
  position: relative;
}
@media screen and (max-width: 640px) {
  .section-services .list__item .more {
    padding-right: 3.75vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.section-services .list__item .more:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #003e81;
  margin-left: 7px;
  vertical-align: middle;
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .section-services .list__item .more:after {
    border-top-width: 1.25vw;
    border-bottom-width: 1.25vw;
    border-left-width: 1.875vw;
  }
}

#main-content {
  min-width: 1000px;
}
@media screen and (max-width: 640px) {
  #main-content {
    min-width: 100%;
  }
}

/* Common Footer Temporary fix*/ 
.layout-pc .module-base-layout .module-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

