@charset "UTF-8";
:root {
  --var-primary-color: #EE8A01;
  --var-priimary-color-hsl: 35, 99%, 47%;
  --var-priimary-color-hsl-hover: 35, 99%, 37%;
  --var-text-color: #1A1A1E;
  --var-white-color: #FCFCFC;
  --var-bg-color: #F4F4F4;
  --var-bg-color-dark: #141414;
  --var-bg-color-dark-hsl-hover: 0, 0%, 18%;
  --var-accent-color: #EA694B;
  --var-border-color: #CBCBD2;
  --var-theme-color-1: #FFC40D;
  --var-theme-color-2: #000;
  --var-theme-color-1-hover: #DBA600;
  --var-green-200: #55EACE;
  --var-green-300: #F0FFFC;
  --border-radius-sm: 4px;
  --border-radius-md: 10px;
  --border-radius-lg: 16px;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 20px;
  --font-size-xl: 24px;
  --font-size-2xl: 32px;
  --font-size-3xl: 40px;
  --font-size-4xl: 48px;
  --font-size-5xl: 64px;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  margin: 0;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

body {
  color: var(--var-text-color);
  font-family: "source-han-sans-japanese","Hiragino Kaku Gothic ProN","游ゴシック","メイリオ",sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

main {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:visited,
a:link {
  color: var(--var-text-color);
}

a:hover {
  color: var(--var-text-color);
  text-decoration: underline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

p {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted;
}

fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
.pc-wrapper {
  display: none;
}
.section-inr {
  padding: 48px 20px;
}
.lp-section-ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 24px;
}
.lp-fv {
  position: relative;
  min-height: 500px;
  padding: 16px;
  display: flex;
  align-items: center;
}
.lp-fv__bg {
  min-height: 550px;
  width: 100%;
  background: url(../images/fv-bg-sp.png) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.lp-fv__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
.lp-fv__inr {
  width: 100%;
  z-index: 1;
}
.lp-fv__txt {
  color: var(--var-white-color);
  text-align: left;
  width: 100%;
}
.lp-fv__subttl {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  border: 1px solid var(--var-white-color);
  display: inline-block;
  margin-bottom: 16px;
}
.lp-fv__ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.lp-fv__cta {
  padding: 12px 16px;
  background: var(--var-theme-color-1);
  color: var(--var-theme-color-2) !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
}
.lp-fv__cta:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/akippa-arrow-right-black.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.lp-fv__cta:hover {
  background: var(--var-theme-color-1-hover);
  text-decoration: none;
}
.lp-fv__cta__micro {
  display: block;
  font-size: 12px;
}
.lp-section {
  padding: 48px 20px;
}
.layout-shift {
  top: -100px;
  position: relative;
}
.lp-section-subttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.section-message {
  padding: 0;
  position: relative;
}
.section-message .section-inr {
  position: relative;
  border-radius: 13.333333333333334vw 13.333333333333334vw 0 0;
  padding-top: 11.733333vw;
  padding-bottom: 48px;
  background: var(--var-white-color);
}
.section-message-box {
  padding: 0;
  background: var(--var-white-color);
  margin-bottom: 48px;
}
.partner-logo {
  margin-bottom: 24px;
}
.partner-logo img {
  height: auto;
}
.section-message .lp-section-ttl {
  font-size: 18px;
  text-align: center;
}
.section-message .lp-section-desc {
  font-size: 14px;
  margin-top: 16px;
  text-align: left;
}
.section-sharegate {
  background: var(--var-bg-color);
}
.sharegate-img {
  margin-bottom: 16px;
}
.sharegate-img img {
  width: 100%;
}
.sharegate-desc {
  text-align: left;
}
.contribution-lst {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.contribution-lst .contribution-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: center;
  max-width: 90%;
  width: 100%;
}
.contribution-item p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.lp-flow__lst {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.lp-flow__item {
  background: var(--var-white-color);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-gray-200);
}
.lp-flow__item__txt {
  padding: 12px 16px;
  text-align: left;
}
.lp-flow__item__num {
  background: var(--var-green-200);
  color: var(--color-text-color);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: bold;
}
.lp-flow__item__img {
  width: 100%;
  line-height: 0;
  img {
    width: 100%;
    height: auto;
  }
}
.lp-flow__item__ttl {
  font-size: 20px;
  margin-bottom: 4px;
}
.lp-flow__item__desc {
  text-align: left;
  font-size: 14px;
}
.lp-flow__item__desc a {
  text-decoration: underline;
  color: var(--color-text-color);
}
.comp-heavy-traffic__txt + .comp-heavy-traffic__txt {
  border-top: 1px dotted var(--var-border-color);
  margin-top: 0;
}
.comp-heavy-traffic__txt {
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}
.comp-heavy-traffic__txt dt {
  padding-left: 32px;
  position: relative;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
  line-height: 2;
  padding: 8px 0 8px 32px;
}
.comp-heavy-traffic__txt dt.near:before {
  content: "";
  width: 24px;
  height: 28px;
  background: url(../images/icon-near.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.comp-heavy-traffic__txt dt.far:before {
  content: "";
  width: 24px;
  height: 28px;
  background: url(../images/icon-far.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.comp-heavy-traffic__txt dd {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 8px 0;
}
.reserve-box {
  border: 1px solid var(--var-border-color);
  padding: 16px;
  border-radius: 8px;
  margin: 24px 0;
  background: var(--var-white-color);
}
.reserve-box__ttl {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.reserve-box__lst {
  margin-bottom: 16px;
}
.reserve-box__lst li a{
  padding: 8px 32px 8px 0;
  border-top: 1px dotted var(--var-border-color);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  position: relative;
  display: block;
}
.reserve-box__lst li:last-child a {
  border-bottom: 1px dotted var(--var-border-color);
}
.reserve-box__lst li a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/akippa-arrow-right-orange.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reserve-box__cta {
  padding: 12px 16px;
  background: var(--var-theme-color-1);
  color: var(--var-theme-color-2) !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.reserve-box__cta:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/akippa-arrow-right-black.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.reserve-box__cta:hover {
  background: var(--var-theme-color-1-hover);
  text-decoration: none;
}
.contact-box {
  border: 1px solid var(--var-border-color);
  padding: 24px;
  border-radius: 8px;
  margin: 24px 0;
  background: var(--var-white-color);
}
.owner-point {
  background: #fff;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
}
.owner-point__thum img {
  width: 100%;
  height: auto;
}
.owner-point__lst {
  display: grid;
  gap: 16px;
  padding: 16px;
}
.owner-point__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px;
}
.owner-point__item__ttl {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  text-align: left;
}
.owner-point__item__desc {
  font-size: var(--font-size-md);
  text-align: left;
}
.owner-parking-type {
  margin: 32px auto;
}
.owner-parking-type-ttl {
  background: var(--var-green-200);
  padding: 8px;
  text-align: center;
  border-radius: var(--border-radius-md);
  position: relative;
  color: var(--var-text-color);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
}
.owner-parking-type-ttl:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--var-green-200);
}
.owner-parking-type-ttl .sub {
  font-size: var(--font-size-sm);
}
.owner-parking-type__lst {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: 311px;
  margin: 24px auto;
}
.owner-parking-type__lst li {
  padding-left: 28px;
  position: relative;
  text-align: left;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
}
.owner-parking-type__lst li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/akippa-pin-parking-green.png) no-repeat;
  background-position: center;
  background-size: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.owner-register__btn {
  border: 1px solid;
  font-weight: var(--font-weight-bold);
  text-align: center;
  padding: 12px;
  border-radius: var(--border-radius-sm);
  display: block;
}
.owner-register__btn:hover {
  background: var(--var-green-300);
  text-decoration: none;
}
.contact-box__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-box__cta {
  padding: 12px 24px;
  background: var(--var-bg-color-dark);
  color: var(--var-white-color) !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.contact-box__cta:hover {
  background: hsl(var(--var-bg-color-dark-hsl-hover));
  text-decoration: none;
}
.contact-box__note {
  font-size: 14px;
  margin-top: 4px;
}

.text-bold {
  font-weight: 600;
}

.text-orange {
  color: #EA694B;
}

.section-contribution {
  background-color: var(--var-bg-color);
}

.section-howto {
  background-color: var(--var-bg-color);
}

.section-reserved {
  background-color: var(--var-white-color);
}

.section-inbound {
  background-color: var(--var-green-300);
}

.section-inbound .merit {
  align-items: center;
  background: var(--var-white-color);
  display: flex;
  margin: 0 auto;
}

.section-inbound .merit .img {
  background: url(../images/parking-register-bg.png) no-repeat center/cover;
  flex: 2;
}

.section-inbound .merit .img img {
  display: block;
  margin: 0 auto;
}

.section-inbound .merit .text {
  flex: 3;
}

.section-inbound .merit .text ul li {
  border-bottom: 1px solid var(--var-border-color);
  font-size: 1.8rem;
  padding: 1.5rem;
  text-align: left;
}

.section-inbound .merit .text ul li span {
  display: block;
  font-size: 2.2rem;
}

.section-inbound .merit .text ul li:last-child {
  border: none;
}

.section-inbound .case {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
}

.section-inbound .case .title {
  flex: 2;
}

.section-inbound .case .title .balloon {
  background: var(--var-bg-color);
  box-sizing: border-box;
  font-size: 1.6rem;
  max-width: 100%; 
  padding: 1.25rem 2rem;
  position: relative;
}

.section-inbound .case .title .balloon:before {
  border: 12px solid transparent;
  content: "";
  position: absolute;
  z-index: 2;
}

.section-inbound .case .title .balloon span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}

.section-inbound .case .description {
  padding-left: 2rem;
  flex: 3;
}

.section-inbound .case .description ul {
  display: flex;
  flex-wrap: wrap;
}

.section-inbound .case .description ul li {
  align-items: center;
  color: #828291;
  display: flex;
  flex: 1 0 50%;
  margin: 1rem 0;
  text-align: left;
}

.section-inbound .case .description ul li .icon {
  width: 48px;
}

.section-inbound .case .description ul li .icon img {
  display: block;
}

.section-inbound .case .description ul li .text {
  font-size: 12px;
  line-height: 2.4rem;
  padding-left: 0.75rem;
}

.section-inbound .case .description ul li .text span {
  color: var(--var-text-color);
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.section-inbound a {
  padding: 12px 16px;
  background: transparent;
  color: var(--var-text-color) !important;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.section-inbound a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/akippa-arrow-right-black.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.section-inbound a:hover {
  background: var(--var-white-color);
  text-decoration: none;
}
.section-inquery {
  background-color: var(--var-bg-color);
}
.return-top {
  padding: 0 20px 32px;
}
.return-top a {
  display: block;
  padding: 16px 24px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid;
  font-weight: 600;
}
.return-top a:hover {
  background: var(--var-white-color);
  text-decoration: none;
}
.akippa-logo {
  width: 86px;
  height: auto;
  margin: 0 auto;
}

.lp-footer {
  background: var(--var-bg-color);
}
.footer-link {
  padding: 24px 20px;
}
.footer-link {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.copyright {
  padding: 16px 20px;
  color: #5D5D70;
  font-size: 12px;
  text-align: center;
  background: var(--var-bg-color);
}

@media screen and (min-width: 768px) {
  main {
    border-radius: 16px 16px 0 0;
  }
  .container {
    display: flex;
    background: url('../images/bg-pc.png') no-repeat;
    background-size: cover;
    background-attachment: fixed
  }
  .lp-main {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 0 0;
    border-top: 0;
    z-index: 2;
  }
  .lp-fv__ttl {
    font-size: 32px;
  }
  .section-message .lp-section-ttl {
    font-size: 24px;
  }
  .section-message .section-inr {
    border-radius: 4.333333vw 4.333333333333334vw 0 0;
    padding-top: 3vw;
  }
  .contribution-lst .contribution-item {
    max-width: 70%;
  }
  .section-inbound .merit {
    display: block;
  }
  .section-inbound .merit .text ul li span {
    font-size: 18px;
  }
  .section-inbound .merit .text ul li {
    font-size: 14px;
  }
  .section-inbound .case {
    display: block;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .lp-main {
    margin: 0 max(13.75vw, 13.75rem) 0 auto;
  }
  .lp-fv__akippa__logo {
    display: none;
  }
  .pc-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .lp-left {
    width: calc((100% - 600px) / 2);
    display: block;
    margin: 0 auto 0 max(13.75vw, 13.75rem);
    position: relative;
    box-sizing: border-box;
  }
  .lp-left__logo {
    width: 140px;
    position: absolute;
    left: 40px;
    top: 32px;
  }
  .lp-left__jigorock__logo {
    max-width: 150px;
    margin-bottom: 16px;
  }
  .lp-left__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lp-left__nav__lst {
    margin-top: 10px;
    text-align: left;
    width: 25vw;
    display: grid;
    padding: 0;
    border-top: 1px solid var(--var-white-color);
    margin-bottom: 24px;
  }
  .lp-left__nav__item a {
    color: var(--var-white-color);
    font-weight: bold;
    padding: 8px 0 8px 20px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--var-white-color);
  }
  .lp-left__nav__item a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--var-white-color);
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .lp-left__nav__lst--secondary {
    margin-top: 40px;
  }
  .lp-left__nav__lst--secondary a {
    color: var(--var-white-color);
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 8px 0;
    text-align: left;
  }
  .lp-left__nav__lst--teritory {
    margin-top: 24px;
    display: flex;
    gap: 8px;
  }
  .lp-left__nav__lst--teritory a {
    color: var(--var-white-color);
  }
  .lp-left__nav__ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: var(--var-white-color);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  main .button-top a {
    font-size: 2rem;
  }

  .section-inbound .merit {
    display: block;
  }

  .section-inbound .case {
    display: block;
  }

  .section-inbound .case .title {
    margin-bottom: 1rem;
  }

  .section-inbound .case .title .balloon:before {
    border-top: 12px solid var(--var-bg-color);
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
  }

  .section-inbound .case .title .balloon:after {
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
  }

  .section-inbound .case .description {
    padding-left: 0;
  }

  .section-inbound a {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 50%;
    text-align: center;
  }

  main .button-top a {
    font-size: 2rem;
  }

  main .button-top a:hover,
  main .button-top a:active {
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
  }

  main img {
    display: block;
    max-height: 100%;
  }

  .section-inbound .merit {
    display: block;
  }

  .section-inbound .case {
    display: block;
  }

  .section-inbound .case .title {
    margin-bottom: 2rem;
  }

  .section-inbound .case .title .balloon:before {
    border-top: 12px solid var(--var-bg-color);
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
  }

  .section-inbound .case .title .balloon:after {
    border-top: 14px solid #828291;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
  }

  .section-inbound .case .description {
    padding-left: 0;
  }

  .section-inbound .case .description ul li .icon {
    width: 24px;
  }

  .section-inbound a {
    font-size: 2rem;
    margin: 2rem 0;
  }
}