:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #ddd;
  --color-light-gray: #f0f0f0;
  --color-dark-gray: #8d8d8d;
  --color-red: #c00;
  --color-dark-blue: #041d41;
}

a {
  color: #fff;
  text-decoration: none;
}

.l-auto-local-footer *,
.l-auto-local-footer ::before,
.l-auto-local-footer ::after {
  box-sizing: border-box;
}
.l-auto-local-footer img {
  vertical-align: bottom;
}
.l-auto-local-footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  line-height: 1.5;
  background-color: var(--color-dark-blue);
}
.l-auto-local-footer__inner {
  width: 100%;
  max-width: 1020px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__inner {
    padding: 20px 30px;
  }
}
.l-auto-local-footer__breadcrumbs {
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__breadcrumbs {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
.l-auto-local-footer__breadcrumbs > ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__breadcrumbs > ul {
    flex-wrap: nowrap;
    padding: 0 30px 20px;
    margin: 0 -30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.l-auto-local-footer__breadcrumbs__item {
  font-size: 12px;
  font-family: var(--font-light);
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__breadcrumbs__item {
    flex-shrink: 0;
  }
}
.l-auto-local-footer__breadcrumbs__item > a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .l-auto-local-footer__breadcrumbs__item > a:hover {
    text-decoration: underline;
  }
}
.l-auto-local-footer__breadcrumbs__item + .l-auto-local-footer__breadcrumbs__item::before {
  margin: 0 5px;
  content: "/";
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__breadcrumbs__item:last-child {
    padding-right: 30px;
  }
}
.l-auto-local-footer__breadcrumbs:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.l-auto-local-footer__breadcrumbs:last-child > ul {
  padding-bottom: 0;
}

.l-auto-local-footer__top {
  padding: 60px 0 130px;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__top {
    padding: 75px 0 67px;
  }
}

.l-auto-local-footer__head img {
  width: 100%;
  max-width: 480px;
}

.l-auto-local-footer__head a {
  position: relative;
  display: inline-block;
  margin-top: 13px;
  font-family: var(--font-bold);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__head a {
    font-family: var(--font-normal);
  }
}

.l-auto-local-footer__head a:hover {
  text-decoration: underline;
}

.l-auto-local-footer__head a::before {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: -40px;
  width: 8px;
  height: auto;
  aspect-ratio: 6/13;
  background-image: url("/Super-ONE/common/images/icon/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__head a::before {
    right: -30px;
  }
}

.l-auto-local-footer__box {
  margin-top: 45px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__box {
    margin-top: 35px;
  }
}

.l-auto-local-footer__heading {
  padding-bottom: 7px;
  font-size: 24px;
  line-height: calc(30 / 24);
  font-family: var(--font-bold);
  color: var(--color-white);
  border-bottom: 1px solid #8d8d8d;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__heading {
    padding-bottom: 4px;
    line-height: calc(42 / 24);
  }
}

.l-auto-local-footer__list {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-auto-local-footer__list {
    margin-top: 30px;
    gap: 34px 18px;
  }
}

.l-auto-local-footer__list__item {
  width: calc(25% - 60px / 4);
}

@media screen and (max-width: 768px) {
  .l-auto-local-footer__list__item {
    width: calc(50% - 18px / 2);
  }
}

.l-auto-local-footer__list__link {
  display: block;
}

.l-auto-local-footer__list__link__image-wrapper {
  position: relative;
  display: block;
}

.l-auto-local-footer__list__link__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  pointer-events: none;
  transition: background-color 0.3s ease;
  z-index: 0;
}

@media (hover: hover) {
  .l-auto-local-footer__list__link:hover .l-auto-local-footer__list__link__image-wrapper::after {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

.l-auto-local-footer__list__link img {
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: -1;
}

.l-auto-local-footer__list__link__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #a058e1;
  pointer-events: none;
  z-index: 1;
}

.l-auto-local-footer__list__link__border rect {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.6s ease-in-out;
}
@media (hover: hover) {
  .l-auto-local-footer__list__link:hover .l-auto-local-footer__list__link__border rect {
    stroke-dashoffset: 0;
  }
}

.l-auto-local-footer__list__link p {
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(21 / 14);
}
.l-auto-local-footer__share {
  display: flex;
  padding: 170px 20px;
  position: relative;
  gap: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__share {
    padding: 137px 20px;
    gap: 0;
  }
}

.l-auto-local-footer__share > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
}

.l-auto-local-footer__share__video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 0;
  object-fit: cover;
  height: 100%;
}

.l-auto-local-footer__share__video--pc {
  display: block;

  @media screen and (max-width: 768px) {
    display: none;
  }
}

.l-auto-local-footer__share__video--sp {
  display: none;

  @media screen and (max-width: 768px) {
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .l-auto-local-footer__share__video {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.l-auto-local-footer__share__inner {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .l-auto-local-footer__share__inner {
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.l-auto-local-footer__share p {
  font-family: var(--font-bold);
  font-size: 44px;
  line-height: calc(42 / 44);
  color: #fff;
}

.l-auto-local-footer__share ul {
  display: flex;
  gap: 40px;
}

.l-auto-local-footer__share ul li {
  width: 50px;
}

@media screen and (max-width: 768px) {
}

.l-auto-local-footer__share ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.l-auto-local-footer__share ul li a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

.l-auto-local-footer__share ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  pointer-events: none;
  transition: background-color 0.3s ease;
  z-index: 0;
}

@media (hover: hover) {
  .l-auto-local-footer__share ul li a:hover::after {
    background-color: rgba(255, 255, 255, 0.15);
  }

  .l-auto-local-footer__share ul li:nth-child(2) a::after {
    border-radius: 50%;
  }
}
