@charset "UTF-8";

/* ====================
  Reset
==================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-decoration: none;
  text-align: inherit;
  cursor: pointer;
}

/* ====================
  Variables & Base
==================== */
:root {
  --base-width: 414;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

section {
  scroll-margin-top: 61px;
}

.bg-wrapper {
  background-image: url("../img/bg-sp.webp");
  background-position: center top;
  background-size: auto 1024px;
  background-repeat: repeat-y;
}

@media screen and (min-width: 501px) {
  a:hover,
  a:active,
  button:hover,
  button:active {
    opacity: 0.85;
    transition: opacity 0.2s;
  }

  a:focus-visible,
  button:focus-visible {
    opacity: 0.85;
  }
}

/* ====================
  Common
==================== */
.p-cta__btn {
  margin: 0 8px;
}

.p-cta__btn a {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  padding: 20px 8px 20px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
.p-cta__btn a.-purple { background: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%); }
.p-cta__btn a.-red { background-color: #CB0200; }

.p-cta__btn a::after {
  content: "";
  width: 6.5px;
  height: 6.5px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: calc(50% - 2px);
  right: 16.5px;
  transform: translateY(-50%) rotate(45deg);
}

.c-section-title {
  text-align: center;
  margin-bottom: 24px;
}
.c-section-title img {
  height: 64px;
  width: auto;
}
.c-section-title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

.c-section-text {
  margin: 0 20px;
  padding-top: 32px;
  border-top: 2px solid;
  border-image-source: linear-gradient(270deg, rgba(8, 254, 247, 0.5) 0%, rgba(245, 4, 224, 0.5) 100%);
  border-image-slice: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
}

.c-feature-card {
  position: relative;
  background-color: #25252599;
  border-radius: 16px;
  padding: 40px 16px;
}
.c-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(270deg, #08FEF7 0%, #F504E0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.c-feature-card__title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1.3;
}

.c-feature-card__title .-annotation {
  font-size: 12px;
  font-weight: 400;
}

.c-feature-card__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.c-feature-card__notes {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  margin-top: 24px;
}

/* ====================
  Header
==================== */
.l-header {
  width: 100%;
  padding: 2px 0;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .l-header { padding: 8px 0; }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
}
@media screen and (max-width: 500px) {
  .l-header__inner { padding: 0 10px; }
}

.l-header__logo a { display: block; }
.l-header__logo img {
  width: 269px;
  height: 56px;
}
@media screen and (max-width: 959px) {
  .l-header__logo img {
    width: 212px;
    height: 44px;
  }
}

@media screen and (min-width: 960px) {
  .l-header__line { display: none; }
}

.l-header__line { width: 44px; }
.l-header__line a { display: block; }

/* ====================
  PC 横ナビ（960px以上）
==================== */
.pc-side { display: none; }

@media screen and (min-width: 501px) {
  .pc-side {
    display: block;
    position: fixed;
    z-index: 0;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100vh - 61px);
    background-image: url("../img/bg-pc.webp");
    background-position: center;
    background-size: cover;
  }
  .pc-side__inner { display: none; }
}

@media screen and (min-width: 960px) {
  .pc-side__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .pc-side__logo,
  .pc-side__nav {
    width: calc(50vw - 207px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pc-side__logo { padding: 0 calc((56.5 / 1440) * 100vw); }
  .pc-side__nav { padding: 0 calc((64 / 1440) * 100vw); }

  .pc-side__anchor {
    width: 100%;
    max-width: 385px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .pc-side__anchor li {
    width: calc(50% - 5px);
    position: relative;
    background-color: #00000033;
    border-radius: 8px;
  }
  .pc-side__anchor li::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;

    background: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);

    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
  }
  .pc-side__anchor li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    background-image: url("../img/icon-anchor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
  }

  .pc-side__anchor li a {
    display: block;
  }

  .pc-side__anchor li a span {
    display: block;
    padding: 12px 0 4px 19.5px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.8;
  }

  .pc-side__nav .p-cta__btn {
    width: 100%;
    max-width: 385px;
    margin: 0;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .pc-side__nav .p-cta__btn a {
    padding: 14.5px 8px 14.5px 0;
  }

  .pc-side__line { margin-top: 32px; }
  .pc-side__line a {
    display: block;
    width: 64px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1300px) {
  .pc-side__anchor {
    flex-direction: column;
  }

  .pc-side__anchor li {
    width: 100%;
  }
}

@media screen and (max-height: 600px) {
  .pc-side__nav { display: none; }
}

/* ====================
  SP main
==================== */
.sp-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 501px) {
  .sp-wrapper {
    max-width: 414px;
    box-shadow: 0px 0px 24px #F504E080;
  }
}

/* ====================
  MV
==================== */
.p-mv {
  background-image: url("../img/bg-sp.webp");
  background-position: center top;
  background-size: auto 1024px;
  background-repeat: repeat-y;
  padding-bottom: 60px;
}

.p-mv__header { 
  text-align: center;
  margin: 0 37px;
}

.p-mv__category {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.p-mv__logo {
  margin-bottom: 8px;
}

.p-mv__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.p-mv__price {
  margin: 0 37px;
  margin-bottom: 16px;
}

.p-mv__notes {
  margin: 0 37px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 48px;
}

/* ====================
  About
==================== */
.p-about {
  background: #F504E033;
  padding: 64px 0 60px;
}

.p-about__features {
  margin: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-about__color {
  margin-bottom: 48px;
}

.p-color-box {
  position: relative;
  margin: 0 20px;
  background-color: #F0F0F0;
  border-radius: 16px;
  padding: 40px 16px;
  text-align: center;
}

.p-color-box {
  border: 2px solid transparent;
  background-image: 
    linear-gradient(#F0F0F0, #F0F0F0),
    linear-gradient(270deg, #08FEF7 0%, #F504E0 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
}

.p-color-box__title {
  background: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 24px;
}

.p-color-box__viewer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}

.p-color-box__arrow {
  position: absolute;
  top: 72.63px;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}

.p-color-box__arrow:hover {
  opacity: 1;
}

.p-color-box__arrow img {
  width: 48x;
  height: auto;
}

.p-color-box__arrow.-prev {
  left: -26px;
}

.p-color-box__arrow.-next {
  right: -26px;
}

.p-color-box__main-img {
  width: 82.842%
}

.p-color-box__name {
  font-family: "Roboto", sans-serif;
  font-size: 12.42px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 24px;
}

.p-color-box__swatches {
  width: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 12px;
  justify-content: start;
  list-style: none;
  padding: 0;
}

.p-color-box__swatches li:nth-child(5) {
  grid-column: 1;
}

.js-color-swatch {
  background: none;
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.js-color-swatch img {
  width: 44px;
  height: 44px;
  display: block;
}

.js-color-swatch.is-active {
  background-image: 
    linear-gradient(#F4F5F7, #F4F5F7), 
    linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);

  background-clip: padding-box, border-box;
  background-origin: border-box;
}

/* ====================
  EV
==================== */
.p-ev {
  background: #08FEF733;
  padding: 64px 0 60px;
}

.p-ev__features {
  margin: 40px 20px 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* =========================================
  Gallery（無限ループスライダー）
========================================= */
.p-gallery {
  overflow: hidden;
  padding: 60.5px 0;
}

.p-gallery__track {
  display: flex;
  width: fit-content;
}

.p-gallery__list {
  display: flex;
  gap: 16px;
  padding-right: 16px;
  margin: 0;
  list-style: none;
  
  animation: loop-slide 15s linear infinite; 
}

.p-gallery__list li {
  width: 380px; 
  flex-shrink: 0;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ====================
  PRICE
==================== */
.p-price {
  background: #0000008C;
  padding: 64px 0 60px;
}

.p-price .c-section-text {
  margin: 0 44px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: inherit;
  margin-bottom: 44px;
}

.p-price__block {
  margin: 0 44px 24px;
  background: #FFFFFF1F;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  padding: 24px 16px;
}

.p-price__block-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);
  border-image-slice: 1;
  margin-bottom: 16px;
}

.p-price__block-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}

.p-price__block-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-price__block-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.p-price__block-item dt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.05em;
  flex-shrink: 0;
}

.p-price__block-item dd {
  width: 95px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

@media screen and (max-width: 414px) {
  .p-price__block {
    margin: 0 calc((44 / var(--base-width)) * 100vw) 24px;
    padding: 24px calc((16 / var(--base-width)) * 100vw);
  }

  .p-price__block-item dt {
    font-size: calc((15 / var(--base-width)) * 100vw);
  }

  .p-price__block-item dd {
    width: calc((95 / var(--base-width)) * 100vw);
    font-size: calc((15 / var(--base-width)) * 100vw);
  }
}

.p-price__notes {
  margin: 0 44px;
  padding-bottom: 32px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.p-price__gradbox {
  position: relative;
  background-color: #25252599;
  border-radius: 8px;
  padding: 40px 16px;
  margin: 20px 20px 0;
}
.p-price__gradbox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(270deg, #08FEF7 0%, #F504E0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.p-price__gradbox-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}
.p-price__gradbox-title span{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  margin-top: 12px;
}

.p-price__subsidy {
  background: #FFFFFF1F;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 20px 12px;
}

.p-price__subsidy-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);
  border-image-slice: 1;
  margin-bottom: 16px;
}
.p-price__subsidy-label span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  margin-top: 4px;
}

.p-price__subsidy-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-price__subsidy-list .p-price__subsidy-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.p-price__subsidy-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
}

.p-price__subsidy-item dt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.05em;
  flex-shrink: 0;
}

.p-price__subsidy-item dd {
  width: 119px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.p-price__subsidy-notes {
  margin-top: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.p-price__comparison {
  display: flex;
  gap: 10px;
}

.p-price__comparison-col {
  flex: 1;
  border-radius: 8px;
  padding: 20px 6px;
  text-align: center;
}
.p-price__comparison-col.-gasoline {
  background: #FFFFFF1F;
  color: #D9D9D9;
}
.p-price__comparison-col.-ev {
  background: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);
}

.p-price__comparison-title {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}

.p-price__comparison-title span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.p-price__comparison-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-car.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-price__comparison-col.-gasoline .p-price__comparison-title span::after {
  background-image: url("../img/icon-gasoline.svg");
}
.p-price__comparison-col.-ev .p-price__comparison-title span::after {
  background-image: url("../img/icon-ev.svg");
}

.p-price__comparison-detail {
  margin-top: 16px;
}

.p-price__comparison-label {
  display: inline-block;
  border-radius: 28px;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.p-price__comparison-col.-gasoline .p-price__comparison-label {
  background-color: #D9D9D9;
  color: #36353B;
}
.p-price__comparison-col.-ev .p-price__comparison-label {
  background-color: #FEFFC4;
  
}
.p-price__comparison-col.-ev .p-price__comparison-label span {
  background: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-price__comparison-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.p-price__comparison-price span {
  font-size: 18px;
}

@media screen and (max-width: 414px) {
  .p-price__comparison-title span {
    font-size: calc((18 / var(--base-width)) * 100vw);
  }
}

.p-price .p-price__cta {
  margin-top: 48px;
}

/* ====================
  Q&A
==================== */
.p-qa {
  padding: 64px 0 40px;
}

.p-qa .c-section-text {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: inherit;
  margin-bottom: 32px;
}

.p-qa__list {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-qa__item {
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFFD9;
}

.p-qa__header {
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
}

.p-qa__q {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #1A0A66;
}

.p-qa__question {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #1A0A66;
}

.p-qa__arrow {
  flex-shrink: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-image:  url("../img/icon-qa-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-qa__item.is-open .p-qa__arrow {
  transform: rotate(180deg);
}

.p-qa__content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.p-qa__body {
  padding: 0 16px 16px;
}

.p-qa__body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #000;
}

.p-qa__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #F504E0;
  border-bottom: 1px solid #F504E0;
}

.p-qa__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background-image: url("../img/icon-qa-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-qa__notes {
  margin-top: 12px;
}

/* ====================
  店舗情報
==================== */
.p-shop {
  background-image: url("../img/bg-shop.webp");
  background-position: top left;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.p-shop__inner { padding: 60px 32px; }

.p-shop__title {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 33px;
}

.p-shop__item:not(:last-child) { margin-bottom: 20px; }
.p-shop__item.is-open:not(:last-child) { margin-bottom: 12px; }

.p-shop__header {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  list-style: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.p-shop__header::-webkit-details-marker { display: none; }
@media screen and (max-width: 414px) {
  .p-shop__header { font-size: calc((20 / var(--base-width)) * 100vw); }
}

.p-shop__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../img/shop-accordion-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.p-shop__item.is-open .p-shop__header::after {
  background-image: url("../img/shop-accordion-minus.svg");
}

.p-shop__header .-try {
  display: block;
  position: relative;
  margin-bottom: 2px;
  padding-left: 18px;
  color: #CB0200;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36;
}
.p-shop__header .-try::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("../img/icon-car.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.p-shop__content {
  margin-top: -8px;
  position: relative;
  z-index: 2;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 16px;
}

.p-shop__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
}

.p-shop__tag {
  padding: 0 8px;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 10px;
  line-height: 2;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}

.p-shop__info {
  margin: 16px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.715;
  letter-spacing: -0.03em;
}

.p-shop__info .-address a,
.p-shop__info .-tel a,
.p-shop__info .-time {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.p-shop__info .-time {
  display: block;
}

.p-shop__info .-address a::after,
.p-shop__info .-tel a::after,
.p-shop__info .-time::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.p-shop__info .-address a::after { background-image: url("../img/icon-map.svg"); }
.p-shop__info .-tel a::after { background-image: url("../img/icon-tel.svg"); }
.p-shop__info .-time::after { background-image: url("../img/icon-time.svg"); }

/* ====================
  お問い合わせ
==================== */
.p-contact { padding-top: 48px; }

.p-contact__title {
  text-align: center;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* ====================
  フローティング
==================== */
.p-sp-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 501px) {
  .p-sp-nav {
    width: 414px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 960px) {
  .p-sp-anchor { display: none; }
}

.p-pagetop {
  position: absolute;
  right: 10px;
  bottom: 85px;
  width: 72px;
  height: 72px;
  background-color: #252525;
  border: 3px solid #fff;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: auto;
}
.p-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-pagetop::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  background-image: url("../img/icon-pagetop.svg");
}

.p-sp-anchor {
  background: #252525E5;
  border-top: 2px solid;
  border-image-source: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);
  border-image-slice: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: auto;
}
.p-sp-anchor.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-sp-anchor__list {
  display: flex;
  height: 66px;
}

.p-sp-anchor__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-sp-anchor__item a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
}

.p-sp-anchor__item a span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
}

.p-sp-anchor__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 36px;
  width: 1px;
  background: #fff;
}

/* ====================
  Footer
==================== */
.l-footer__line {
  padding: 48px 0;
  text-align: center;
  background-image: url("../img/bg-sp.webp");
  background-position: center top;
  background-size: auto 1024px;
  background-repeat: repeat-y;
}

.l-footer__line .c-section-title {
  margin-bottom: 16px;
}

.l-footer__line-icon a {
  display: inline-block;
  width: 64px;
}

.l-footer__copy {
  text-align: center;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(91.62deg, #F504E0 0.01%, #7368F4 99.99%);
  color: #fff;
  padding: 6px 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}