:root {
  --color-txt: #14212b;
  --color-white: #fff;
  --color-black: #000;
  --color-bg: #f1f5f8;
  --color-yellow-dark: #bb8e00;
  --color-highlight: #d84d54;
  --color-accent: #5081a5;
  --color-border: #e3e8eb;
  --color-overlay: rgba(255, 255, 255, 0.5);
  --color-shadow: rgba(0, 0, 0, 0.16);
}

body {
  color: var(--color-txt);
}

.-pb-0 {
  padding-bottom: 0 !important;
}

.s-storage-container {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 24px;
}

.s-storage-section-heading {
  margin-bottom: 32px;
}

.s-storage-section-heading__primary {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 1.2%;
  font-weight: 600;
}

.s-storage-section-heading__primary.-lg {
  color: var(---, #14212b);
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.48px;
}

@media (max-width: 767px) {
  .s-storage-section-heading__primary.-lg {
    font-size: 32px;
    letter-spacing: 0.384px;
  }
}

.s-storage-section-heading__sub {
  margin-top: 16px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 1.2%;
  font-weight: 300;
}

.btn {
  max-width: 384px;
  width: 100%;
  display: inline-block;
  padding: 18px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.2%;
  border-radius: 4px;
  border: 1px solid transparent;
}

.btn-dark {
  background-color: var(--color-txt);
  color: var(--color-white);
}

.btn-dark:hover {
  opacity: 0.7;
}

.btn-white {
  background-color: var(--color-white);
  color: var(--color-txt);
  border-color: var(--color-txt);
  transition: all 0.25s ease;
}

.btn-white:hover {
  background-color: var(--color-txt);
  color: var(--color-white);
}

.o-content.-bg-transparent {
  background-color: transparent;
}

.s-storage-mv {
  margin-block: 24px;
  padding-inline: 24px;
  position: relative;
  color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .s-storage-mv {
    padding-inline: 0;
    text-align: center;
    margin-top: 0;
  }
}

.s-storage-mv__subTitle {
  font-size: 20px;
  line-height: 180%;
  font-weight: 600;
  letter-spacing: 1.28px;
  margin-bottom: 8px;
  text-shadow: 0 0 10px var(--color-shadow);
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__subTitle {
    font-size: 16px;
  }
}

.s-storage-mv__title {
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__title {
    font-size: 24px;
  }
}

.s-storage-mv__desc {
  font-size: 16px;
  line-height: 180%;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__desc {
    display: none;
  }
}

.s-storage-mv__image {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__image {
    overflow: visible;
    border-radius: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
}

.s-storage-mv__image img {
  width: 100%;
  display: block;
  height: 440px;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__image img {
    height: auto;
  }
}

.s-storage-mv__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  padding-inline: 48px;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__container {
    position: relative;
    z-index: 2;
    padding-inline: 0;
  }
}

.s-storage-mv__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.s-storage-mv__content {
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__content {
    padding-block: 76px 70px;
  }
}

.s-storage-mv__media {
  max-width: 576px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-overlay);
  backdrop-filter: blur(3px);
  gap: 23px;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__media {
    max-width: 100%;
    background-color: var(--color-white);
    border-radius: 32px 32px 0 0;
    padding: 32px 24px 0;
    justify-content: flex-start;
    margin-top: -32px;
  }
}

.s-storage-mv__media-iframe {
  width: 100%;
  padding-inline: 40px;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__media-iframe {
    padding-inline: 0;
  }
}

.s-storage-mv__media-iframe iframe {
  border-radius: 4px;
  border: 1px solid var(--color-border);
  display: block;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__media-iframe iframe {
    width: 100%;
    height: 185px;
  }
}

.s-storage-mv__media-desc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__media-desc {
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: 0.192px;
    color: var(--color-txt);
  }
}

.s-storage-mv__media .btn {
  max-width: 384px;
}

.s-storage-mv__buttons {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

.s-storage-mv__btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 50px;
  border: 1px solid var(--color-black);
  padding: 10px 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.192px;
  color: var(--color-txt);
  line-height: 1;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .s-storage-mv__btn {
    max-width: 197px;
    width: 100%;
    font-size: 14px;
  }
}

.s-storage-mv__btn-icon {
  margin-right: 8px;
}

.s-storage-mv__btn-icon img {
  display: block;
}

.s-storage-mv__btn span {
  color: var(--color-highlight);
}

.s-storage-mv__btn:hover {
  opacity: 0.7;
}

.s-storage-campaign {
  padding: 60px 0 30px;
}

.s-storage-campaign-info {
  padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info {
    padding-block: 32px;
  }
}

.s-storage-campaign-info__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.s-storage-campaign-info__block {
  //   width: 384px;
  background-color: var(--color-bg);
  padding-block: 18px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block {
    padding-block: 24px;
    display: block;
  }
}

.s-storage-campaign-info__block__item:first-child {
  width: 38%;
}

.s-storage-campaign-info__block__item:last-child {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block__item {
    width: 100% !important;
  }
}

.s-storage-campaign-info__block-plus {
  color: #000000;
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-plus {
    font-size: 40px;
  }
}

.s-storage-campaign-info__block-title__flex {
  display: flex;
  /*gap: 15px;*/
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-title__flex {
    flex-direction: column;
    gap: 0;
  }
}

.s-storage-campaign-info__block-top {
  margin-bottom: 10px;
  margin-left: 46px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-top {
    text-align: center;
    margin: 0;
  }
}

.s-storage-campaign-info__block-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 1.2%;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-text {
    font-size: 16px;
  }
}

.s-storage-campaign-info__block-title {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 1.2%;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-title {
    font-size: 16px;
  }
}

.s-storage-campaign-info__block-offer {
  font-size: 48px;
  color: var(--color-yellow-dark);
  line-height: 100%;
  letter-spacing: 1.2%;
  font-weight: 600;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-offer {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.s-storage-campaign-info__block-offer.-mgL {
  text-align: left;
  margin-left: 33px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-offer.-mgL {
    text-align: center;
    margin: 0;
  }
}

.s-storage-campaign-info__block-description {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.168px;
  min-height: 118px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-description {
    // text-decoration: underline;
  }
}

.s-storage-campaign-info__block-link {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 1.2%;
  font-weight: 300;
  text-decoration: underline;
  color: var(--color-txt);
}

@media only screen and (max-width: 767px) {
  .s-storage-campaign-info__block-link {
    font-size: 12px;
  }
}

.s-storage-campaign-info__block.-detail {
  padding: 30px 22px 24px;
}

.s-storage-campaign-info__block.-detail .s-storage-campaign-info__block-offer {
  margin-bottom: 7px;
}

.s-storage-benefit {
  padding-block: 60px 53px;
  background-color: var(--color-bg);
}

.s-storage-benefit .s-storage-section-heading {
  margin-bottom: 50px;
}

.s-storage-benefit__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 45px;
}

@media only screen and (max-width: 767px) {
  .s-storage-benefit__row {
    row-gap: 20px;
  }
}

.s-storage-benefit__block {
  flex: 0 0 auto;
  max-width: 20%;
  width: 100%;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .s-storage-benefit__block {
    max-width: 50%;
  }
}

.s-storage-benefit__block:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 90px;
  background-color: var(--color-accent);
  position: absolute;
  top: 19px;
  right: -1px;
}

@media only screen and (max-width: 767px) {
  .s-storage-benefit__block:not(:last-child)::after {
    display: none;
  }
}

.s-storage-benefit__block-icon {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .s-storage-benefit__block-icon {
    height: 53px;
    margin-bottom: 32px;
  }
}

.s-storage-benefit__block-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.192px;
  color: var(--color-accent);
}

@media only screen and (max-width: 767px) {
  .s-storage-benefit__block-title {
    font-size: 14px;
  }
}

.s-storage-benefit__block-title span {
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
  display: block;
  line-height: 120%;
  letter-spacing: 0.144px;
}

.s-storage-benefit__btn {
  text-align: center;
}

.s-storage-stores__row {
  --gap: 24px;
  --col: 4;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

@media only screen and (max-width: 767px) {
  .s-storage-stores__row {
    --gap: 16px;
    --col: 1;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    /* padding-right: 60px; */
  }
}

.s-storage-stores__col {
  flex: 0 0 auto;
  max-width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
  width: 100%;
}

.s-storage-stores__card {
  display: block;
  height: 100%;
  border-radius: 4px;
  border: 1px solid var(--color-border);
  box-shadow: 0 0 16px 0 rgba(20, 33, 43, 0.05);
}

.s-storage-stores__card-image {
  aspect-ratio: 282/211;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 767px) {
  .s-storage-stores__card-image {
    aspect-ratio: 240/180;
  }
}

.s-storage-stores__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease;
}

.s-storage-stores__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 16px 24px;
}

.s-storage-stores__card-title {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.168px;
  margin-bottom: 8px;
  color: var(--color-txt);
}

.s-storage-stores__card-txt {
  color: #5b646b;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.168px;
}

.s-storage-stores__card-seperator {
  width: 100%;
  border-width: 1px 0 0 0;
  border-color: var(--color-border);
  margin-block: 16px;
}

.s-storage-stores__card-info {
  width: 100%;
  min-height: 65px;
}

.s-storage-stores__card-location-title {
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.144px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--color-txt);
}

.s-storage-stores__card-location-icon {
  width: 10px;
  height: 13px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14' fill='none'%3E%3Cpath d='M10.0119 5.25595C10.0119 2.62842 7.88348 0.5 5.25594 0.5C2.62841 0.5 0.5 2.62842 0.5 5.25595C0.5 6.44638 1.47526 8.25066 2.54807 9.86849L2.56243 9.86276L2.55669 9.88283C3.84177 11.8305 5.25594 13.5 5.25594 13.5C5.25594 13.5 6.67012 11.8305 7.9552 9.88283L7.94946 9.86276L7.96378 9.86849C9.0366 8.25066 10.0119 6.44638 10.0119 5.25595Z' stroke='%2314212B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.47374 5.25598C7.47374 6.48082 6.48125 7.47332 5.2564 7.47332C4.03155 7.47332 3.03906 6.48082 3.03906 5.25598C3.03906 4.03113 4.03155 3.0415 5.2564 3.0415C6.48125 3.0415 7.47374 4.034 7.47374 5.25598Z' stroke='%2314212B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
}

.s-storage-stores__card:hover .s-storage-stores__card-image img {
  transform: scale(1.1);
}

.modal {
  background: var(--70, rgba(20, 33, 43, 0.7));
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .modal {
    align-items: end;
  }
}

.modal .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.modal .btn-close::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15.575 13.875L9.675 7.975L15.575 2.075C16.075 1.575 16.075 0.875 15.575 0.375C15.075 -0.125 14.375 -0.125 13.875 0.375L7.975 6.275L2.075 0.375C1.575 -0.125 0.875 -0.125 0.375 0.375C-0.125 0.875 -0.125 1.575 0.375 2.075L6.275 7.975L0.375 13.875C-0.125 14.375 -0.125 15.075 0.375 15.575C0.875 16.075 1.575 16.075 2.075 15.575L7.975 9.675L13.875 15.575C14.375 16.075 15.075 16.075 15.575 15.575C16.075 15.175 16.075 14.375 15.575 13.875Z' fill='%235081A5'/%3E%3C/svg%3E");
}

.modal__content {
  max-width: 1200px;
  overflow: auto;
  /* width: 100%; */
  border-radius: 32px;
  background: var(--color-white);
  box-shadow: 0 0 16px 0 rgba(20, 33, 43, 0);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  margin-inline: 24px;
}

.modal__body {
  height: 610px;
  overflow-x: auto;
}

.modal__body .s-search-store__slider-viewport {
  margin-bottom: 24px;
}

.modal__body .s-container {
  padding: 0 45px 0 0;
}

@media only screen and (max-width: 767px) {
  .modal__content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 40px 24px;
    border-radius: 32px 32px 0 0;
    transform: translateY(100%);
    transition: transform 0.25s ease;
    height: 100vh;
  }

  .modal__body {
    height: 100vh;
  }

  .modal__body .s-container {
    padding: 0;
  }
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.288px;
  align-self: end;
}

@media only screen and (max-width: 767px) {
  .modal__body .s-container {
    width: 100%;
  }

  .modal__title {
    font-size: 18px;
    letter-spacing: 0.216px;
  }
}

.modal.show-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .modal.show-modal .modal__content {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.s-storage-findStore {
  padding-block: 64px;
}

.s-storage-findStore.-bg-fill {
  background-color: var(--color-bg);
}

.s-storage-findStore.-bg-fill .s-storage-stores__card {
  background-color: var(--color-white);
}

.s-storage-findStore__map {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 820px;
}

.s-storage-findStore__map svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .s-storage-findStore__filter {
    padding-inline: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .s-storage-findStore__filter {
    padding-inline: 0;
  }
}

.s-storage-findStore__filter-selectWrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 32px;
  position: relative;
}

.s-storage-findStore__filter-selectWrap::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M14.6533 0.65332C14.8581 0.448583 15.1419 0.448583 15.3467 0.65332C15.5514 0.858058 15.5514 1.14194 15.3467 1.34668L8.34668 8.34668C8.14194 8.55142 7.85806 8.55142 7.65332 8.34668L0.65332 1.34668C0.448582 1.14194 0.448582 0.858058 0.65332 0.65332C0.858058 0.448582 1.14194 0.448582 1.34668 0.65332L8 7.30664L14.6533 0.65332Z' fill='%235B646B' stroke='%235B646B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.s-storage-findStore__filter-select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--color-txt);
  background: var(--color-white);
  padding: 11px 12px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.192px;
}

.s-storage-findStore__filter-content {
  position: relative;
}

.s-storage-findStore__filter-content .swiper {
  position: relative;
  margin: -24px;
  padding: 24px;
}

.s-storage-findStore__filter-content .swiper-slide {
  height: auto;
}

.s-storage-findStore__filter-content .swiper-pagination {
  position: relative;
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .s-storage-findStore__filter-content .swiper-pagination {
    display: none;
  }
}

.s-storage-findStore__filter-content .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: var(--color-border);
  margin: 0 8px !important;
}

.s-storage-findStore__filter-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-accent);
}

.s-storage-findStore__filter-content .swiper-button-next,
.s-storage-findStore__filter-content .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-color: rgba(20, 33, 43, 0.7);
  border-radius: 100%;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.25s ease;
}

@media only screen and (max-width: 767px) {

  .s-storage-findStore__filter-content .swiper-button-next,
  .s-storage-findStore__filter-content .swiper-button-prev {
    display: none;
  }
}

.s-storage-findStore__filter-content .swiper-button-next svg,
.s-storage-findStore__filter-content .swiper-button-prev svg {
  display: none;
}

.s-storage-findStore__filter-content .swiper-button-next.swiper-button-disabled,
.s-storage-findStore__filter-content .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.s-storage-findStore__filter-content .swiper-button-next:hover,
.s-storage-findStore__filter-content .swiper-button-prev:hover {
  background-color: #14212b;
}

.s-storage-findStore__filter-content .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7 11.3L9.7 4.3C9.3 3.9 8.7 3.9 8.3 4.3C7.9 4.7 7.9 5.3 8.3 5.7L14.6 12L8.3 18.3C7.9 18.7 7.9 19.3 8.3 19.7C8.7 20.1 9.3 20.1 9.7 19.7L16.7 12.7C17.1 12.3 17.1 11.7 16.7 11.3Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  left: 0;
}

.s-storage-findStore__filter-content .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7 11.3L9.7 4.3C9.3 3.9 8.7 3.9 8.3 4.3C7.9 4.7 7.9 5.3 8.3 5.7L14.6 12L8.3 18.3C7.9 18.7 7.9 19.3 8.3 19.7C8.7 20.1 9.3 20.1 9.7 19.7L16.7 12.7C17.1 12.3 17.1 11.7 16.7 11.3Z' fill='white'/%3E%3C/svg%3E%0A");
  right: 0;
}

.s-storage-findStore__filter-button {
  text-align: center;
  margin-top: 32px;
}

.s-storage-findStore__filter-button .btn {
  max-width: 356px;
}

.only-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.only-pc {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.s-storage__storageUnit-heading {
  -webkit-margin-top-collapse: 58px;
}

.s-storage__storageUnit-heading .s-storage-section-heading {
  margin-block: 36px;
}

.s-storage-problem__content {
  background-color: var(--color-bg);
  border-radius: 32px;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__content {
    padding: 32px 24px;
    margin-inline: -24px;
    border-radius: 0;
  }
}

.s-storage-problem__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.288px;
  margin-bottom: 41px;
}

.s-storage-problem__list {
  display: flex;
  justify-content: center;
  gap: 41px;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__list {
    gap: 10px;
  }
}

.s-storage-problem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-storage-problem__item-comment {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #124a7b;
  position: relative;
  z-index: 2;
  margin-bottom: -20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__item-comment {
    width: 102px;
    height: 102px;
    font-size: 12px;
    letter-spacing: 0.144px;
    margin-bottom: -6px;
  }
}

.s-storage-problem__item-comment::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9' fill='none'%3E%3Cpath d='M8.66016 9L-9.61542e-05 -2.76018e-07L17.3204 -1.79022e-06L8.66016 9Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10px;
}

.s-storage-problem__item-image {
  width: 140px;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__item-image {
    width: 70px;
  }
}

.s-storage-problem__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-storage-easeofuse {
  padding-block: 64px;
}

.s-storage-easeofuse .s-storage-section-heading {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse .s-storage-container {
    display: flex;
    flex-direction: column;
  }
}

.s-storage-easeofuse__notes {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse__notes {
    order: 3;
    margin-top: 28px;
  }
}

.s-storage-easeofuse__notes-item {
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  color: #9fa0a0;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse__notes-item {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.144px;
  }
}

.s-storage-easeofuse__notes-item:not(:last-child) {
  margin-bottom: 2px;
}

.s-storage-easeofuse__list {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  padding: 25px;
  border-radius: 12px;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse__list {
    --gap: 10px;
    padding: 0;
  }
}

.s-storage-easeofuse__list-card {
  flex: 0 0 auto;
  max-width: calc((100% - var(--gap)) / 2);
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #5181a5;
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse__list-card {
    max-width: 100%;
    flex-direction: column;
  }
}

.s-storage-easeofuse__list-card-img {
  width: 205px;
  flex-shrink: 0;
  aspect-ratio: 205/211;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse__list-card-img {
    aspect-ratio: 320/90;
    width: 100%;
  }
}

.s-storage-easeofuse__list-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-storage-easeofuse__list-card-info {
  padding-inline: 33px;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse__list-card-info {
    padding: 25px 16px;
  }
}

.s-storage-easeofuse__list-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.192px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .s-storage-easeofuse__list-card-title {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.s-storage-easeofuse__list-card-title img {
  display: block;
}

.s-storage-easeofuse__list-card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.192px;
}

.s-storage-size {
  background-color: var(--color-bg);
  padding-block: 64px;
}

.s-storage-size__row {
  --gap: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.s-storage-size__col {
  flex: 0 0 auto;
  max-width: calc(50% - var(--gap) / 2);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__col {
    max-width: 100%;
  }
}

.s-storage-size__card {
  background-color: var(--color-white);
  padding: 40px 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card {
    gap: 16px;
    padding: 24px;
  }
}

.s-storage-size__card-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.288px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-heading {
    font-size: 20px;
    letter-spacing: 0.24px;
  }
}

.s-storage-size__card-heading::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  margin-top: -6px;
  background-color: var(--color-accent);
}

.s-storage-size__card-sub-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.216px;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-sub-heading {
    font-size: 16px;
    letter-spacing: 0.192px;
  }
}

.s-storage-size__card-content {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-content {
    flex-direction: column;
  }
}

.s-storage-size__card-content-img {
  max-width: 221px;
  aspect-ratio: 221/190;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-content-img {
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.s-storage-size__card-content-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-storage-size__card-content-detail {
  padding-left: 16px;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-content-detail {
    padding-left: 0;
  }
}

.s-storage-size__card-content-badge {
  display: block;
  max-width: fit-content;
  padding: 4px 12px;
  background-color: #124a7b;
  color: var(--color-white);
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.144px;
  margin-bottom: 8px;
}

.s-storage-size__card-content-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.168px;
}

.s-storage-size__card-capacity {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-capacity {
    text-align: left;
  }
}

.s-storage-size__card-capacity-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.168px;
  margin-bottom: 8px;
}

.s-storage-size__card-capacity-info {
  color: var(--color-yellow-dark);
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-capacity-info {
    justify-content: start;
  }
}

.s-storage-size__card-capacity-number {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.672px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__card-capacity-number {
    font-size: 48px;
    letter-spacing: 0.576px;
  }
}

.s-storage-size__card-capacity-unit {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.216px;
  display: block;
}

.s-storage-size__note {
  margin-top: 32px;
}

.s-storage-size__note p {
  color: #9fa0a0;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
}

@media only screen and (max-width: 767px) {
  .s-storage-size__note p {
    font-size: 12px;
  }
}

.s-storage-problem__content {
  border-radius: 32px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__content {
    padding: 32px 24px;
    margin-inline: -24px;
    border-radius: 0;
  }
}

.s-storage-problem__content .s-storage-mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.s-storage-problem__content .s-storage-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-storage-problem__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.288px;
  margin-bottom: 41px;
  position: relative;
  z-index: 1;
  color: var(--color-white);
}

.s-storage-problem__list {
  display: flex;
  justify-content: center;
  gap: 41px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__list {
    gap: 10px;
  }
}

.s-storage-problem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-storage-problem__item-comment {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #124a7b;
  position: relative;
  z-index: 2;
  margin-bottom: -20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__item-comment {
    width: 102px;
    height: 102px;
    font-size: 12px;
    letter-spacing: 0.144px;
    margin-bottom: -6px;
  }
}

.s-storage-problem__item-comment::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9' fill='none'%3E%3Cpath d='M8.66016 9L-9.61542e-05 -2.76018e-07L17.3204 -1.79022e-06L8.66016 9Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10px;
}

.s-storage-problem__item-image {
  width: 140px;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .s-storage-problem__item-image {
    width: 70px;
  }
}

.s-storage-problem__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  max-width: 356px;
  width: 100%;
  display: inline-block;
  padding: 18px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.2%;
  border-radius: 4px;
  border: 1px solid transparent;
  margin: 0 auto;
}

.btn-dark {
  background-color: #14212b;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #14212b;
  border-color: #14212b;
  transition: all 0.25s ease;
}

.btn-white:hover {
  background-color: #14212b;
  color: #ffffff;
}

.s-section-heading {
  margin-bottom: 32px;
}

.s-section-heading__primary {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.012em;
  font-weight: 600;
  margin-bottom: 16px;
}

.s-section-heading__primary .-lg {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .s-section-heading__primary .-lg {
    font-size: 32px;
  }
}

.s-section-heading__sub {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.012em;
  font-weight: 300;
}

.s-storage-image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.s-storage-overview {
  background-color: #f1f5f8;
}

.s-storage-overview-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}

@media (max-width: 768px) {
  .s-storage-overview-inner {
    padding: 64px 24px;
  }
}

.s-storage-overview__list {
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  .s-storage-overview__list {
    flex-direction: column;
    gap: 26px;
  }
}

.s-storage-overview__list-item {
  max-width: 288px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(20, 33, 43, 0.05);
  margin-top: 32px;
}

@media (max-width: 768px) {
  .s-storage-overview__list-item {
    max-width: 100%;
  }
}

.s-storage-overview__list-item-desc {
  padding: 17px 24px 16px 23px;
  background: #ffffff;
}

.s-storage-overview__list-item-desc .s-desc__heading {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #0e2e57;
  margin-bottom: 9px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.s-storage-overview__list-item-desc .s-desc__heading:hover {
  opacity: 0.7;
}

.s-storage-overview__list-item-desc .s-desc__heading:hover .s-desc__heading-text::after {
  transform: translateX(2px);
}

.s-storage-overview__list-item-desc .s-desc__heading:hover .s-desc__arrow {
  transform: translateX(4px);
}

.s-storage-overview__list-item-desc .s-desc__heading-text::after,
.s-storage-store__rates-content .s-storage-store__rates-title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  position: relative;
  top: 1px;
  background: url("../images/object/s-storage-overview_link-a.svg") no-repeat center/contain;
  transition: transform 0.2s ease;
}

.s-storage-overview__list-item-desc .s-desc__arrow {
  display: none;
  width: 8px;
  height: 14px;
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.2s ease;
}

@media (max-width: 768px) {
  .s-storage-overview__list-item-desc .s-desc__arrow {
    display: block;
  }
}

.s-storage-overview__list-item-desc .s-desc__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #14212b;
}

.s-useful {
  background: #ffffff;
}

.s-useful-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}

@media (max-width: 768px) {
  .s-useful-inner {
    padding: 64px 24px;
  }
}

.s-useful__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .s-useful__list {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    margin: 32px -24px 0;
    padding: 0 24px;
  }

  .s-useful__list::-webkit-scrollbar {
    display: none;
  }

  .s-useful__list {
    scrollbar-width: none;
  }
}

.s-useful__list-item {
  width: calc(25% - 18px);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(20, 33, 43, 0.05);
  margin-bottom: 24px;
}

.s-useful__list-item:nth-child(n + 5) {
  display: none;
}

@media (max-width: 768px) {
  .s-useful__list-item {
    min-width: 284px;
    max-width: 284px;
    width: 284px;
    flex-shrink: 0;
    scroll-snap-align: start;
    margin-bottom: 0;
  }

  .s-useful__list-item:nth-child(n + 5) {
    display: block;
  }
}

.s-useful__list-item-desc {
  padding: 16px 24px 24px 24px;
  background: #ffffff;
}

.s-useful__list.is-expanded .s-useful__list-item:nth-child(n + 5) {
  display: block;
}

.s-useful__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.0012em;
  color: #14212b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.s-useful__link:hover .s-useful__arrow {
  transform: translateX(4px);
}

.s-useful__arrow {
  flex-shrink: 0;
  width: 8px;
  height: 14px;
  transition: transform 0.2s ease;
}

.s-useful__btn {
  text-align: center;
}

.s-useful__btn .btn {
  cursor: pointer;
}

.s-news-top {
  background-color: #f1f5f8;
}

.s-news-top .s-section-heading__primary {
  margin-bottom: 32px;
}

.s-news-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}

@media (max-width: 768px) {
  .s-news-top-inner {
    padding: 64px 24px;
  }
}

.s-news-top-inner__wrapper {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px 40px;
  box-shadow: 0px 0px 16px 0px rgba(20, 33, 43, 0.05);
  display: flex;
  gap: 135px;
}

@media (max-width: 768px) {
  .s-news-top-inner__wrapper {
    flex-direction: column;
    padding: 40px 24px;
    gap: 16px;
  }
}

.s-news-top__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #14212b;
  white-space: nowrap;
  padding-top: 4px;
}

.s-news-top__list {
  flex: 1;
}

.s-news-top__item {
  display: flex;
  gap: 109px;
  padding: 24px 0;
  border-top: 1px solid #e0e5ea;
  text-decoration: none;
  color: #14212b;
  transition: opacity 0.2s ease;
}

.s-news-top__item:first-child {
  padding-top: 0;
  border-top: none;
}

@media (max-width: 768px) {
  .s-news-top__item:first-child {
    border-top: 1px solid #e0e5ea;
    padding-top: 24px;
  }
}

.s-news-top__item:last-child {
  padding-bottom: 0;
}

.s-news-top__item:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .s-news-top__item {
    flex-direction: column;
    gap: 8px;
  }
}

.s-news-top__date {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.012em;
  color: #9fa0a0;
  white-space: nowrap;
  align-content: center;
}

.s-news-top__content {
  flex: 1;
}

.s-news-top__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.012em;
  margin-bottom: 8px;
  color: #14212b;
}

.s-news-top__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.012em;
  color: #14212b;
}

.s-storage-recommendation {
  padding: 64px 0;
  background: #ffffff;
}

@media (max-width: 768px) {
  .s-storage-recommendation {
    padding: 32px 24px;
  }
}

.s-storage-recommendation-inner {
  max-width: 779px;
  margin: 0 auto;
  display: flex;
  border: 1px solid #dfe3e6;
}

@media (max-width: 768px) {
  .s-storage-recommendation-inner {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .s-storage-recommendation-inner-image {
    width: 97px;
    height: 136px;
    flex-shrink: 0;
  }

  .s-storage-recommendation-inner-image .s-storage-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.s-storage-recommendation-inner-desc {
  padding: 34px 16px 33px 17.4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.76;
  letter-spacing: 0.012em;
  color: #5b646b;
}

@media (max-width: 768px) {
  .s-storage-recommendation-inner-desc {
    line-height: 1.2;
    padding: 0;
    margin-left: 16px;
  }
}

.s-storage-recommendation-inner-desc .s-redirect {
  color: #5b646b;
  text-decoration: underline;
  transition: 0.3s ease all;
}

@media (max-width: 768px) {
  .s-storage-recommendation-inner-desc .s-redirect {
    text-decoration: none;
  }
}

.s-storage-recommendation-inner-desc .s-redirect:hover {
  opacity: 0.8;
}

.s-storage-recommendation-buttons {
  max-width: 1200px;
  display: flex;
  gap: 24px;
  margin: 64px auto 0;
}

@media (max-width: 768px) {
  .s-storage-recommendation-buttons {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    align-items: center;
  }
}

.s-storage-recommendation-btn {
  display: inline-block;
  max-width: 384px;
  width: 100%;
  padding: 18.5px 0;
  text-align: center;
  background: #d84d54;
  color: #ffffff;
  transition: 0.3s ease all;
  border-radius: 4px;
}

.s-storage-recommendation-btn:hover {
  background: #14212b;
}

.s-storage-recommendation-btn.-black {
  background-color: #14212b;
}

.s-storage-recommendation-btn.-black:hover {
  background-color: #d84d54;
}

/* Sticky CTA Bar */
.s-sticky-cta {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

.s-sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
}

.s-sticky-cta__pc {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

@media (max-width: 768px) {
  .s-sticky-cta__pc {
    display: none;
  }
}

.s-sticky-cta__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15.5px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.012em;
  border-radius: 36px;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow:
    0px 1px 4px 0px rgba(12, 12, 13, 0.05),
    0px 1px 4px 0px rgba(12, 12, 13, 0.1);
  box-sizing: border-box;
  height: 60px;
}

.s-sticky-cta__btn img,
.s-sticky-cta__btn svg {
  flex-shrink: 0;
  display: block;
}

.s-sticky-cta__btn--search {
  color: #5081a5;
  background: #ffffff;
  border: 1px solid #5081a5;
}

.s-sticky-cta__btn--search:hover {
  opacity: 0.8;
}

.s-sticky-cta__btn--mail {
  color: #ffffff;
  background: #d84d54;
}

.s-sticky-cta__btn--mail:hover {
  opacity: 0.8;
}

.s-sticky-cta__btn--tel {
  color: #5081a5;
  background: #ffffff;
  border: 1px solid #5081a5;
  padding: 5px 32px;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.s-sticky-cta__btn--tel:hover {
  opacity: 0.8;
}

.s-sticky-cta__btn--tel svg {
  display: none;
}

.s-sticky-cta__tel-number {
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 2px;
}

.s-sticky-cta__tel-number svg {
  display: block !important;
  flex-shrink: 0;
}

.s-sticky-cta__tel-hours {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.012em;
  line-height: 1.4;
}

.s-sticky-cta__sp {
  display: none;
}

@media (max-width: 768px) {
  .s-sticky-cta__sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
}

@media (max-width: 768px) {
  .s-sticky-cta.is-visible .s-sticky-cta__sp {
    transform: translateY(0);
  }
}

.s-sticky-cta__sp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
}

.s-sticky-cta__sp-btn--tel {
  background: #5081a5;
  width: 68px;
  flex-shrink: 0;
  padding: 11px 20px;
}

.s-sticky-cta__sp-btn--mail {
  flex: 1;
  background: #d84d54;
  color: #ffffff;
  padding: 13px 51px;
}

.s-sticky-cta__sp-btn--mail img,
.s-sticky-cta__sp-btn--mail svg {
  flex-shrink: 0;
  display: block;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 56px;
  }
}

/* Facility */
html {
  scroll-behavior: smooth;
}

.-mb32 {
  margin-bottom: 32px;
}

.s-storage-facility__inner {
  max-width: 900px;
  padding: 64px 0;
  margin: 0 auto;
}

.s-storage-facility__inner .img-center {
  text-align: center;
}

@media (max-width: 768px) {
  .s-storage-facility__inner {
    padding: 32px 23.5px;
  }
}

.s-storage-facility-social-icon {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 32px;
}

.s-storage-facility-social-desc {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin-right: 5px;
}

.s-storage-facility-social-link {
  margin-left: 5px;
}

.s-storage-facility-article-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 32px;
}

.s-storage-facility-article-date-wrap {
  display: flex;
  gap: 16px;
  margin: 32px 0 16px;
}

.s-storage-facility-article-date {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  color: #9fa0a0;
}

.s-storage-facility-article-maintitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.012em;
}

@media (max-width: 768px) {
  .s-storage-facility-article-maintitle {
    font-size: 20px;
  }
}

.s-storage-facility-article-para {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 32px 0;
}

.s-storage-facility-article-para.-mt16 {
  margin-top: 16px !important;
}

.s-storage-facility-article-para.-p60 {
  padding-right: 60px;
}

@media (max-width: 768px) {
  .s-storage-facility-article-para.-p60 {
    padding: 0;
  }
}

.s-storage-facility-article-para .bold {
  font-weight: 600;
}

@media (max-width: 768px) {
  .s-storage-facility-article-para .bold {
    font-weight: 300;
  }
}

.s-storage-facility-article-li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.012em;
}

.s-storage-facility-article-toc-wrap {
  background: #f1f5f8;
  padding: 20px 32px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .s-storage-facility-article-toc-wrap {
    padding: 16px;
    margin-bottom: 32px;
  }
}

.s-storage-facility-article-toc-ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #14212b;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .s-storage-facility-article-toc-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.s-storage-facility-article-toc {
  list-style: none;
}

.s-storage-facility-article-toc-list {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #14212b;
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding-bottom: 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 768px) {
  .s-storage-facility-article-toc-list {
    font-size: 14px;
  }
}

.s-storage-facility-article-toc-list:last-child {
  padding: 0;
}

.s-storage-facility-article-toc-list::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #bb8e00;
  flex-shrink: 0;
}

.s-storage-facility-article-toc-link {
  color: #14212b;
}

.s-storage-facility-article-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #14212b;
  padding: 16px 24px;
  border: 1px solid #e3e8eb;
  margin-bottom: 32px;
}

.s-storage-facility-article-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #5081a5;
}

@media (max-width: 768px) {
  .s-storage-facility-article-title {
    padding: 24px;
  }

  .s-storage-facility-article-title::before {
    top: 8px;
    bottom: 8px;
  }
}

.s-storage-facility-article-pri {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #5081a5;
  margin-bottom: -16px;
}

.s-storage-facility-article-pri:has(+ .img-center) {
  margin-bottom: 23px;
}

.s-storage-facility-article-pri.-lh12 {
  line-height: 1.2;
}

.s-storage-facility-article-store-row {
  max-width: 463px;
  display: flex;
  gap: 25px;
  padding-right: 17px;
  border-radius: 4px;
  border: 1px solid #e3e8eb;
  background: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .s-storage-facility-article-store-row {
    padding: 16px;
    gap: 16px;
  }
}

.s-storage-facility-article-store-row:hover {
  box-shadow: 0px 4px 16px rgba(20, 33, 43, 0.12);
}

.s-storage-facility-article-store-row:hover .s-storage-facility-article-store-row-img .s-storage-image {
  transform: scale(1.05);
}

.s-storage-facility-article-store-row-img {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .s-storage-facility-article-store-row-img {
    width: 70px;
    height: 70px;
  }
}

.s-storage-facility-article-store-row-img .s-storage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.s-storage-facility-article-store-row-body {
  padding: 19.5px 0;
}

@media (max-width: 768px) {
  .s-storage-facility-article-store-row-body {
    padding: 0;
  }
}

.s-storage-facility-article-store-row-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #5b646b;
  text-decoration: underline;
  margin-top: 10px;
}

.s-storage-facility-article-sec {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #000000;
}

/* storelist start */
.s-storage-overview__list-item-img {
  width: 288px;
  aspect-ratio: 288/120;
}

@media (max-width: 768px) {
  .s-storage-overview__list-item-img {
    width: 100%;
  }
}

.s-useful__list-item-image {
  width: 284px;
  aspect-ratio: 284/189;
  object-fit: cover;
}

.s-storage-image {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .s-container {
    padding: 0 24px;
  }
}

.s-store-list__inner {
  padding: 64px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .s-store-list__inner {
    padding: 32px 24px 0;
  }
}

.s-store-list__notice {
  max-width: 1200px;
  margin: 52px auto 19px;
  background: #f1f5f8;
  border-radius: 32px;
  padding: 46px 36px;
}

@media (max-width: 768px) {
  .s-store-list__notice {
    max-width: 100%;
    margin: 34px auto 0;
    padding: 35px 24px;
    border-radius: 0;
  }
}

.s-store-list__notice .s-section-heading {
  margin-bottom: 24px;
}

.s-store-list__notice .s-section-heading__primary {
  margin-bottom: 24px;
}

.s-store-list__notice-wrapper {
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .s-store-list__notice-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    margin: 0 -24px;
    padding: 0 24px;
  }

  .s-store-list__notice-wrapper::-webkit-scrollbar {
    display: none;
  }

  .s-store-list__notice-wrapper {
    scrollbar-width: none;
  }
}

.s-store-list__notice-wrapper-item {
  max-width: 360px;
  width: 100%;
  background: #ffffff;
  padding: 24px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .s-store-list__notice-wrapper-item {
    min-width: 282px;
    max-width: 282px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}

.s-store-list-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #14212b;
  margin-bottom: 16px;
}

.s-store-list-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.012em;
  color: #14212b;
  margin-bottom: 24px;
}

.s-search-store {
  padding: 64px 0 48px;
}

@media (max-width: 768px) {
  .s-search-store {
    padding: 64px 0 64px;
  }
}

.s-search-store__tabs {
  display: flex;
  background: #e0e5ea;
  border-radius: 100px;
  margin-bottom: 32px;
  max-width: 528px;
}

@media (max-width: 768px) {
  .s-search-store__tabs {
    width: 100%;
  }
}

.s-search-store__tab {
  flex: 1;
  min-width: 180px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.012em;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #9fa0a0;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.s-search-store__tab.is-active {
  background: #14212b;
  color: #ffffff;
}

@media (max-width: 768px) {
  .s-search-store__tab {
    min-width: unset;
  }
}

.s-search-store__content {
  display: none;
}

.s-search-store__content.is-active {
  display: block;
}

.s-search-store__areas {
  display: flex;
  gap: 14px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .s-search-store__areas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
}

.s-search-store__area-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex: 1;
  padding: 26px 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #14212b;
  border: 1px solid #e3e8eb;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .s-search-store__area-btn {
    padding: 26px 24px;
    font-size: 16px;
  }
}

.s-search-store__area-arrow {
  width: 8px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.s-search-store__area-btn:hover .s-search-store__area-arrow {
  transform: translateX(4px);
}

.s-search-store__area-section {
  padding-bottom: 32px;
}

.s-search-store__area-section:last-child {
  padding-bottom: 0;
}

.s-search-store__area-section .s-section-heading__primary {
  font-size: 22px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .s-search-store__area-section .s-section-heading__primary {
    font-size: 24px;
  }
}

.s-search-store__slider {
  position: relative;
}

.s-search-store__slider-viewport {
  overflow: hidden;
}

.s-search-store__slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}

.s-search-store__slide {
  width: calc((100% - 72px) / 4);
  min-width: calc((100% - 72px) / 4);
  border: 1px solid #e3e8eb;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(20, 33, 43, 0.05);
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.s-search-store__slide img {
  transition: transform 0.3s ease;
}

.s-search-store__slide:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .s-search-store__slide {
    min-width: 243px;
    width: 243px;
    flex-shrink: 0;
    scroll-dd-align: start;
  }
}

.s-search-store__slide-img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .s-search-store__slide-img {
    height: 180px;
  }
}

.s-search-store__slide-body {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.s-search-store__slide-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #14212b;
  margin-bottom: 8px;
}

.s-search-store__slide-address {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #5b646b;
  margin-bottom: 12px;
  min-height: 40px;
}

.s-search-store__slide-access {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #14212b;
  margin-bottom: 4px;
  border-top: 1px solid #e3e8eb;
  padding-top: 16px;
}

.s-search-store__slide-pin {
  width: 10px;
  height: 13px;
  flex-shrink: 0;
}

.s-search-store__slide-access-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #5b646b;
}

.s-search-store__slider-prev,
.s-search-store__slider-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.s-search-store__slider-prev.is-hidden,
.s-search-store__slider-next.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.s-search-store__slider-prev img,
.s-search-store__slider-next img {
  width: 56px;
  height: 56px;
  display: block;
}

@media (max-width: 768px) {

  .s-search-store__slider-prev,
  .s-search-store__slider-next {
    display: none;
  }
}

.s-search-store__slider-prev {
  left: -28px;
}

.s-search-store__slider-prev img {
  transform: rotate(180deg);
}

.s-search-store__slider-next {
  right: -28px;
}

.s-search-store__slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .s-search-store__slider-dots {
    display: none;
  }
}

.s-search-store__slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #e3e8eb;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.s-search-store__slider-dot.is-active {
  background: #5081a5;
}

@media (max-width: 768px) {
  .s-search-store__slider-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    -webkit-overflow-scrolling: touch;
    margin: 0 -24px;
    padding: 0 24px;
  }

  .s-search-store__slider-viewport::-webkit-scrollbar {
    display: none;
  }

  .s-search-store__slider-viewport {
    scrollbar-width: none;
  }

  .s-search-store__slider-track {
    transition: none;
    width: max-content;
    padding-right: 24px;
  }
}

.s-store-list__notice-wrapper-item {
  display: flex;
  flex-direction: column;
}

.s-store-list__notice-wrapper-item .s-useful__link {
  margin-top: auto;
  align-self: flex-end;
}

.s-trunk-content-table-wrap,
#sub .s-trunk-content-table-wrap {
  margin: 20px 0 40px;
}

.s-trunk-content-table-bg,
.s-trunk-content-table-half,
#sub .s-trunk-content-table-bg,
#sub .s-trunk-content-table-half {
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 768px) {

  .s-trunk-content-table-bg,
  .s-trunk-content-table-half,
  #sub .s-trunk-content-table-bg,
  #sub .s-trunk-content-table-half {
    width: 630px;
  }
}

.s-trunk-content-table-bg th,
.s-trunk-content-table-half th,
#sub .s-trunk-content-table-bg th,
#sub .s-trunk-content-table-half th {
  width: 210px;
}

.s-trunk-content-table-bg th,
.s-trunk-content-table-bg td,
.s-trunk-content-table-half th,
.s-trunk-content-table-half td,
#sub .s-trunk-content-table-bg th,
#sub .s-trunk-content-table-bg td,
#sub .s-trunk-content-table-half th,
#sub .s-trunk-content-table-half td {
  border: 1px solid #14212b;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #14212b;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {

  .s-trunk-content-table-bg th,
  .s-trunk-content-table-bg td,
  .s-trunk-content-table-half th,
  .s-trunk-content-table-half td,
  #sub .s-trunk-content-table-bg th,
  #sub .s-trunk-content-table-bg td,
  #sub .s-trunk-content-table-half th,
  #sub .s-trunk-content-table-half td {
    padding: 10px 5px;
  }
}

.s-trunk-content-table-bg th,
.s-trunk-content-table-half th,
#sub .s-trunk-content-table-bg th,
#sub .s-trunk-content-table-half th {
  font-weight: 700;
}

.s-trunk-content-table-half,
#sub .s-trunk-content-table-half {
  width: 60%;
}

@media only screen and (max-width: 768px) {

  .s-trunk-content-table-half,
  #sub .s-trunk-content-table-half {
    width: 100%;
  }
}

.s-trunk-content-table-half th,
#sub .s-trunk-content-table-half th {
  width: initial;
}

.s-trunk-content-table-col2 th,
.s-trunk-content-table-col2 td,
#sub .s-trunk-content-table-col2 th,
#sub .s-trunk-content-table-col2 td {
  border: 1px solid #000;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
}

.s-trunk-content-table-col2 th,
#sub .s-trunk-content-table-col2 th {
  font-weight: 700;
  width: 150px;
}

@media only screen and (max-width: 768px) {

  .s-trunk-content-table-col2 th,
  #sub .s-trunk-content-table-col2 th {
    width: 100px;
  }
}

.s-trunk-content-table-colhalf,
#sub .s-trunk-content-table-colhalf {
  width: 100%;
}

.s-trunk-content-table-colhalf th,
.s-trunk-content-table-colhalf td,
#sub .s-trunk-content-table-colhalf th,
#sub .s-trunk-content-table-colhalf td {
  border: 1px solid #000;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 50%;
}

.s-trunk-content-table-col3,
#sub .s-trunk-content-table-col3 {
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 768px) {

  .s-trunk-content-table-col3,
  #sub .s-trunk-content-table-col3 {
    width: 630px;
  }
}

.s-trunk-content-table-col3 th,
.s-trunk-content-table-col3 td,
#sub .s-trunk-content-table-col3 th,
#sub .s-trunk-content-table-col3 td {
  border: 1px solid #000;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 50%;
}

.s-trunk-content-table-col3 th,
#sub .s-trunk-content-table-col3 th {
  font-weight: 700;
}

.s-trunk-content-table-col3 th:first-child,
#sub .s-trunk-content-table-col3 th:first-child {
  width: 100px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

.mt0 {
  margin-top: 0;
}

.s-storage__container {
  max-width: 1248px;
  padding: 0 24px;
  margin: 0 auto;
}

.s-storage-images {
  max-width: 100%;
  height: auto;
}

.s-storage__primary-heading {
  color: var(---, #14212b);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.288px;
}

.s-storage__desc {
  color: var(---, #14212b);
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.192px;
}

.s-storage__btn-primary {
  display: flex;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: var(---Round-M, 4px);
  background: var(--li-70, #d84d54);
  color: var(--Shade-01, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.192px;
  padding: 17.5px 0;
  border: 1px solid transparent;
}

.s-storage__btn-primary:hover {
  color: #d84d54;
  background-color: #fff;
  border: 1px solid #d84d54;
}

.s-storage-section-heading__note {
  color: var(---, #14212b);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.168px;
}

.s-storage-pt {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .s-storage-pt {
    padding-top: 32px;
  }
}

.s-storage-store__anchor {
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .s-storage-store__anchor {
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 24px;
  }

  .s-storage-store__anchor::-webkit-scrollbar {
    display: none;
  }
}

.s-storage-store__anchor-inner {
  display: flex;
  padding: 0 80px;
  justify-content: space-between;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #e3e8eb;
  background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
  .s-storage-store__anchor-inner {
    width: max-content;
    min-width: 100%;
    padding: 0 40px;
    border-radius: 12px;
  }
}

.s-storage-store__anchor-item:not(:last-child) {
  position: relative;
}

.s-storage-store__anchor-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #9fa0a0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s-storage-store__anchor-item:first-child .s-storage-store__anchor-item-link {
  padding-left: 0;
}

.s-storage-store__anchor-item:last-child .s-storage-store__anchor-item-link {
  padding-right: 0;
}

.s-storage-store__anchor-item-link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.168px;
  color: #124a7b;
  text-align: center;
  text-decoration: unset;
  padding: 15.5px 71px;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 1440px) {
  .s-storage-store__anchor-item-link {
    padding: 15.5px 4.9305555556vw;
  }
}

@media (max-width: 767px) {
  .s-storage-store__anchor-item-link {
    padding: 15.5px 8.2666666667vw;
  }
}

.s-storage-store__anchor-item-link:hover {
  opacity: 0.8;
}

.s-storage-store__station {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .s-storage-store__station {
    margin-bottom: 32px;
  }
}

.s-storage-store__station-row {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .s-storage-store__station-row {
    flex-direction: column;
    gap: 24px;
  }
}

.s-storage-store__station-row img {
  max-width: 100%;
}

.s-storage-store__station-swiper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1px;
}

@media (max-width: 767px) {
  .s-storage-store__station-swiper-main {
    display: none;
  }
}

.s-storage-store__station-swiper-all {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .s-storage-store__station-swiper-all {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
  }
}

.s-storage-store__station-swiper-all img {
  cursor: pointer;
}

@media (max-width: 767px) {
  .s-storage-store__station-swiper-all img {
    flex: 0 0 86%;
    /* 86% width le garda side ko image "peek" huncha */
    scroll-snap-align: center;
    border-radius: 12px;
    width: 86%;
    height: auto;
    aspect-ratio: 300/225;
  }
}

.s-storage-store__station-swiper-all img:hover {
  opacity: 0.8;
}

.s-storage-store__station-left {
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .s-storage-store__station-left {
    border-radius: unset;
    margin: 0 -24px;
    padding-left: 24px;
  }
}

.s-storage-store__station-right {
  max-width: 589px;
  width: 100%;
}

.s-storage-store__station-right-desc {
  padding: 16px 0;
  border-bottom: 1px solid var(---, #e3e8eb);
}

@media (max-width: 767px) {
  .s-storage-store__station-right-desc {
    padding: 12px 0;
  }
}

.s-storage-store__station-right-detail {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .s-storage-store__station-right-detail {
    margin-bottom: 24px;
  }
}

.s-storage-store__station-right-detail-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  border-bottom: 1px solid var(---, #e3e8eb);
}

@media (max-width: 767px) {
  .s-storage-store__station-right-detail-row {
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.s-storage-store__station-right-detail-left {
  min-width: 80px;
}

.s-storage-store__station-right-detail-left-text {
  color: #9fa0a0;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.168px;
}

.s-storage-store__station-right-detail-right {
  flex-grow: 1;
}

.s-storage-store__station-right-detail-right-text {
  color: var(---, #14212b);
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.192px;
}

@media (max-width: 767px) {
  .s-storage-store__station-right-detail-right-text {
    line-height: 160%;
  }
}

.s-storage-store__station-right-btn .s-storage__btn-primary {
  max-width: 384px;
  margin-left: 0;
}

.s-storage-store__station-btn {
  border-radius: 32px;
  overflow: hidden;
}

.s-storage-store__station-map {
  overflow: hidden;
}

.s-storage-store__station-map img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .s-storage-store__station-map img {
    aspect-ratio: 327/400;
    object-fit: cover;
  }
}

.s-storage-store__features {
  margin-bottom: 64px;
}

.s-storage-store__features-inner {
  background-color: #f1f5f8;
  border-radius: 32px;
  padding: 48px 64px;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .s-storage-store__features-inner {
    padding: 32px 24px;
    margin-bottom: 32px;
    margin-inline: -24px;
  }
}

.s-storage-store__features-col {
  display: flex;
  gap: 48px;
}

@media (max-width: 767px) {
  .s-storage-store__features-col {
    flex-direction: column;
    gap: 32px;
  }
}

.s-storage-store__features-col:not(:last-child) {
  margin-bottom: 32px;
}

.s-storage-store__features-category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.s-storage-store__features-category-label {
  color: #14212b;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.192px;
}

.s-storage-store__features-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 767px) {
  .s-storage-store__features-tags {
    gap: 16px;
  }
}

.s-storage-store__features .s-storage-store__features-heading {
  margin: 0 0 32px 0;
}

@media (max-width: 767px) {
  .s-storage-store__features .s-storage-store__features-heading {
    margin: 0 0 16px 0;
  }
}

.s-storage-store__features {
  /* ===== Tag Base ===== */
}

.s-storage-store__features .tag {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.168px;
  padding: 8px 16px;
  border-radius: 24px;
  background: #0e2e57;
}

.s-storage-store__features .tag--filled {
  background-color: #0e2e57;
  color: #ffffff;
  border: 1px solid transparent;
}

.s-storage-store__features .tag--outlined {
  background-color: transparent;
  color: #0e2e57;
  border: 1px solid #0e2e57;
  opacity: 0.5;
}

.s-storage-store__features-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .s-storage-store__features-card {
    flex-direction: column;
  }
}

.s-storage-store__features-card-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 337.5px;
  height: 110px;
  background: #ffffff;
  border: 1px solid #e3e8eb;
  box-shadow: 0px 0px 16px rgba(20, 33, 43, 0.05);
  border-radius: 4px;
  overflow: hidden;
}

.s-storage-store__features-card-box:hover .s-storage-store__features-card-thumbnail img {
  transform: scale(1.2);
}

.s-storage-store__features-card-thumbnail {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  overflow: hidden;
}

.s-storage-store__features-card-thumbnail img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-storage-store__features-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
}

.s-storage-store__features-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #14212b;
  margin: 0;
  line-height: 1.4;
}

.s-storage-store__features-card-desc {
  color: var(---, #5b646b);
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.168px;
}

.s-storage-store__rates {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .s-storage-store__rates {
    margin-bottom: 32px;
  }
}

.s-storage-store__rates-row {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .s-storage-store__rates-row {
    flex-direction: column;
  }
}

.s-storage-store__rates-col {
  display: flex;
  padding: 40px 24px;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  border-left: 4px solid #5081a5;
  background: var(---, #fff);
  box-shadow: 0 0 16px 0 rgba(20, 33, 43, 0.05);
}

.s-storage-store__rates-title {
  color: #0e2e57;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.216px;
  margin-bottom: 8px;
}

.s-storage-store__rates-desc {
  color: var(---, #14212b);
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.192px;
}

@media (max-width: 767px) {
  .s-storage-store__rates .s-storage-section-heading__note {
    margin-top: 16px;
  }
}

.s-storage-breadcrumb.m-breadcrumbs {
  padding: 16px 0;
  height: auto;
}

.s-storage-breadcrumb .m-breadcrumbs__item {
  padding-top: 0;
}

.s-storage-breadcrumb .m-breadcrumbs__list,
.s-storage-breadcrumb .m-breadcrumbs__inner {
  height: auto;
}

.s-storage-breadcrumb .m-breadcrumbs__item:last-child .m-breadcrumbs__text {
  color: #14212b;
}

.s-storage-breadcrumb .m-breadcrumbs__text {
  color: var(---, #5b646b);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.168px;
}

.s-storage-store__station-map iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.s-storage-store__rates-arrow {
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.s-storage-store__rates-arrow img {
  display: block;
}

.s-storage-store__rates-col:hover .s-storage-store__rates-arrow {
  transform: translateX(4px);
}

.mb0 {
  margin-bottom: 0;
}

.s-storage-header {
  border-top: 8px solid var(--color-accent);
  position: relative;
  z-index: 11;
}

@media only screen and (min-width: 767px) {
  .s-storage-header {
    overflow-x: hidden;
    min-width: 1120px;
  }
}

.s-storage-header__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 32px;
}

@media only screen and (max-width: 767px) {
  .s-storage-header__top {
    position: relative;
    z-index: 20;
  }
}

@media only screen and (max-width: 767px) {
  .s-storage-header__top-logo img {
    max-width: 192px;
    width: 100%;
    height: auto;
  }
}

.s-storage-header__top-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .s-storage-header__top-contact {
    display: none;
  }
}

.s-storage-header__top-contact-info-link {
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.s-storage-header__top-contact-info-openingHr {
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: 0.12px;
  display: inline-block;
}

.s-storage-header__top-button {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.192px;
  margin-left: auto;
}

.s-storage-header__top-button-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

.s-storage-header__top-button.-searchBtn {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.s-storage-header__top-button.-searchBtn .-searchBtn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.1383 17.1923L9.8575 10.9113C9.3575 11.3241 8.7825 11.6472 8.1325 11.8805C7.4825 12.1138 6.81008 12.2305 6.11525 12.2305C4.40758 12.2305 2.96142 11.6383 1.77675 10.4538C0.59225 9.26908 0 7.82292 0 6.11525C0 4.40758 0.59225 2.96142 1.77675 1.77675C2.96142 0.59225 4.40758 0 6.11525 0C7.82292 0 9.26908 0.59225 10.4537 1.77675C11.6383 2.96142 12.2305 4.40758 12.2305 6.11525C12.2305 6.82942 12.1107 7.5115 11.871 8.1615C11.6312 8.8115 11.3112 9.37683 10.9113 9.8575L17.192 16.1383L16.1383 17.1923ZM6.11525 10.7308C7.40375 10.7308 8.49508 10.2836 9.38925 9.38925C10.2836 8.49508 10.7308 7.40375 10.7308 6.11525C10.7308 4.82675 10.2836 3.73542 9.38925 2.84125C8.49508 1.94692 7.40375 1.49975 6.11525 1.49975C4.82675 1.49975 3.73542 1.94692 2.84125 2.84125C1.94692 3.73542 1.49975 4.82675 1.49975 6.11525C1.49975 7.40375 1.94692 8.49508 2.84125 9.38925C3.73542 10.2836 4.82675 10.7308 6.11525 10.7308Z' fill='%235081A5'/%3E%3C/svg%3E");
}

.s-storage-header__top-button.-searchBtn:hover {
  background-color: var(--color-accent);
  color: var(--color-white);
}

.s-storage-header__top-button.-searchBtn:hover .-searchBtn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.1383 17.1923L9.8575 10.9113C9.3575 11.3241 8.7825 11.6472 8.1325 11.8805C7.4825 12.1138 6.81008 12.2305 6.11525 12.2305C4.40758 12.2305 2.96142 11.6383 1.77675 10.4538C0.59225 9.26908 0 7.82292 0 6.11525C0 4.40758 0.59225 2.96142 1.77675 1.77675C2.96142 0.59225 4.40758 0 6.11525 0C7.82292 0 9.26908 0.59225 10.4537 1.77675C11.6383 2.96142 12.2305 4.40758 12.2305 6.11525C12.2305 6.82942 12.1107 7.5115 11.871 8.1615C11.6312 8.8115 11.3112 9.37683 10.9113 9.8575L17.192 16.1383L16.1383 17.1923ZM6.11525 10.7308C7.40375 10.7308 8.49508 10.2836 9.38925 9.38925C10.2836 8.49508 10.7308 7.40375 10.7308 6.11525C10.7308 4.82675 10.2836 3.73542 9.38925 2.84125C8.49508 1.94692 7.40375 1.49975 6.11525 1.49975C4.82675 1.49975 3.73542 1.94692 2.84125 2.84125C1.94692 3.73542 1.49975 4.82675 1.49975 6.11525C1.49975 7.40375 1.94692 8.49508 2.84125 9.38925C3.73542 10.2836 4.82675 10.7308 6.11525 10.7308Z' fill='%23fff'/%3E%3C/svg%3E");
}

.s-storage-header__top-button.-mailBtn {
  background-color: var(--color-highlight);
  color: var(--color-white);
}

.s-storage-header__top-button.-mailBtn .-mailBtn-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M1.80775 15C1.30258 15 0.875 14.825 0.525 14.475C0.175 14.125 0 13.6974 0 13.1923V1.80775C0 1.30258 0.175 0.875 0.525 0.525C0.875 0.175 1.30258 0 1.80775 0H17.1923C17.6974 0 18.125 0.175 18.475 0.525C18.825 0.875 19 1.30258 19 1.80775V13.1923C19 13.6974 18.825 14.125 18.475 14.475C18.125 14.825 17.6974 15 17.1923 15H1.80775ZM9.5 8.05775L1.5 2.94225V13.1923C1.5 13.2821 1.52883 13.3558 1.5865 13.4135C1.64417 13.4712 1.71792 13.5 1.80775 13.5H17.1923C17.2821 13.5 17.3558 13.4712 17.4135 13.4135C17.4712 13.3558 17.5 13.2821 17.5 13.1923V2.94225L9.5 8.05775ZM9.5 6.5L17.3463 1.5H1.65375L9.5 6.5ZM1.5 2.94225V1.5V13.1923C1.5 13.2821 1.52883 13.3558 1.5865 13.4135C1.64417 13.4712 1.71792 13.5 1.80775 13.5H1.5V2.94225Z' fill='%23E3E3E3'/%3E%3C/svg%3E");
}

.s-storage-header__top-button.-mailBtn:hover {
  background-color: var(--color-txt);
}

@media only screen and (max-width: 767px) {
  .s-storage-header__nav {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    height: calc(100% - 82px);
    background-color: var(--color-white);
    z-index: 10;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: auto;
    transition: height 0.3s ease;
  }

  .s-storage-header__nav.is-active {
    height: calc(100% - 82px);
  }
}

.s-storage-header__nav-list {
  display: flex;
  justify-content: space-between;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--color-border);
}

@media only screen and (max-width: 767px) {
  .s-storage-header__nav-list {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border: 0;
    background-color: var(--color-white);
  }
}

.s-storage-header__nav-item {
  flex: 1 0 16.6666666667%;
  background-color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .s-storage-header__nav-item {
    flex: 0 1 100%;
  }
}

.s-storage-header__nav-item:not(:last-child) {
  border-right: 1px solid var(--color-border);
}

@media only screen and (max-width: 767px) {
  .s-storage-header__nav-item:not(:last-child) {
    border-right: 0;
  }
}

.s-storage-header__nav-link {
  display: block;
  padding: 9px 32px;
  height: 48px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.216px;
  color: var(--color-txt);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1300px) {
  .s-storage-header__nav-link {
    font-size: 14px;
    padding-inline: 18px;
  }
}

.s-storage-header__nav-link:hover {
  background-color: var(--color-bg);
}

.s-storage-header__toggleBtn {
  width: 26px;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .s-storage-header__toggleBtn {
    display: block;
  }
}

.s-storage-header__toggleBtn-line {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 4px;
  background-color: var(--color-accent);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.s-storage-header__toggleBtn-line:not(:last-child) {
  margin-bottom: 5px;
}

.s-storage-header__toggleBtn.is-active .s-storage-header__toggleBtn-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.s-storage-header__toggleBtn.is-active .s-storage-header__toggleBtn-line:nth-child(2) {
  opacity: 0;
}

.s-storage-header__toggleBtn.is-active .s-storage-header__toggleBtn-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

body.is-locked {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.s-storage-campaign-span {
  display: flex;

}

.s-storage-campaign-span::before {
  content: "●";
}

.s-storage-campaign-info__block.-top {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.-top .s-storage-campaign-info__block-top {
  margin-left: 0;
  text-align: center;
}

.-top .s-storage-campaign-info__block-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
}

.-top .s-storage-campaign-info__block__item {
  width: 100%;
}

.-top .s-storage-campaign-info__block-title__flex {
  flex-direction: column;
}


/* map code */
/* map code */
.store-map {
  width: 100%;
  max-width: 821px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.store-map__svg {
  width: 100%;
  height: auto;
  display: block;
}

.map-area {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.map-area:focus {
  outline: none;
}

.map-area path {
  fill: transparent;
  stroke: none;
  transition: fill 0.15s ease, filter 0.15s ease, opacity 0.3s;
}

/* PC */
.store-map:not(.store-map--sp) .map-area:hover path,
.store-map:not(.store-map--sp) .map-area:focus path,
.store-map:not(.store-map--sp) .map-area.is-active path {
  fill: var(--region-color);
  filter: url(#outer-border);
  opacity: 1;
}

/* SP */
.store-map--sp .map-area:hover path,
.store-map--sp .map-area:focus path,
.store-map--sp .map-area.is-active path {
  fill: var(--region-color);
  filter: url(#outer-border-sp);
  opacity: 1;
}

/* Disabled (城東) */
.map-area[data-disabled] {
  pointer-events: none;
  cursor: default;
}

.mb10 {
  margin-bottom: 10px !important;
}

.s-storage__btn-icon {
  display: inline-block;
  background: currentColor;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
}

.s-storage__btn-icon--mail {
  width: 19px;
  height: 15px;
  -webkit-mask-image: url("/assets/images/object/s-mail-icon.svg");
  mask-image: url("/assets/images/object/s-mail-icon.svg");
}

.s-storage__btn-icon--link {
  width: 15px;
  height: 17px;
  -webkit-mask-image: url("/assets/images/object/s-storage-overview_link-a.svg");
  mask-image: url("/assets/images/object/s-storage-overview_link-a.svg");
}

/*# sourceMappingURL=static-trunk-new.css.map */