/* ===================
=====================*/

.p-blog .main #about.blogDetail .blog_body img {
  max-height: none;
}

.c-btn--full {
  max-width: 400px !important;
  margin: auto;
  border-radius: 8px;
}

.c-faq__icon--q {
  background-color: #00BCD4;
  color: #ffffff;
  border-radius: 8px;
}

.c-faq__icon--a {
  background-color: #FFC107;
  color: #ffffff;
  border-radius: 8px;
}

.c-category__item a:hover {
  color: #fff;
  background: #FFC107;
  border-color: #FFC107;
  filter: none;
}

.c-category__item a {
  border-radius: 8px;
}

.c-btn--full {
  border-radius: 8px;
}

.c-btn:hover {
  background: #00BCD4;
  border-color: #00BCD4;
  filter: none;
}

.c-tag__item a {
  border-radius: 8px;
}

.c-tag__item a:hover {
  color: #fff;
  background: #00BCD4;
  border-color: #00BCD4;
  filter: none;
}

.p-item__submit .purchaseButton__btn {
  border-radius: 8px;
}

.c-side__item a:hover {
  color: #00BCD4 !important;
}

li.c-side__link:hover {
  color: #00BCD4;
}

.js-faq-open:hover {
  color: #00BCD4;
}

.c-hotword__item {
  border-radius: 8px;
}

.c-hotword__item:hover {
  color: #fff;
  background: #00BCD4;
  border-color: #00BCD4;
  filter: none;
}

.c-mv__btn {
  border-radius: 8px;
  min-width: 170px;
}

.l-footer__nav a:hover {
  color: #00BCD4;
}

.c-feature__nav:hover {
  color: #fff;
  background: #00BCD4;
  filter: none;
}

.rank-list .c-card__pic::before {
  border-radius: 8px;
}

.c-pagetop:hover {
  color: #fff;
  background: #00BCD4;
  box-shadow: 0 0 0 1px #00BCD4;
  filter: none;
}

.c-cta__btn.c-btn {
  border-radius: .5rem;
  backdrop-filter: none;
}

.c-cta__btn.c-btn:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, .2)) drop-shadow(3px 3px 15px rgba(0, 0, 0, .15));
}

.c-slide__btn {
  border-radius: 8px;
}

.c-slide__btn:hover {
  color: #fff;
  background: #00BCD4;
  border-color: #00BCD4;
  filter: none;
}

.c-menu__item a:hover {
  color: #00BCD4;
}

.c-menu__link a:hover {
  color: #00BCD4;
}

.blog_body h3 {
  margin-top: 2.5em !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #15a5be !important;
  margin-bottom: 0.3em;
  letter-spacing: 2px;
}

.blog_body h3:first-letter {
  font-size: 1.5em;
  color: #15a5be;
}

.blog_body h4 {
  margin-top: 2.5em !important;
  font-weight: 600 !important;
  border-bottom: none !important;
  margin-bottom: 0.3em;
  color: #15a5be;
}

.blog_body iframe {
  width: 360px !important;
}

.big {
  font-size: 18px;
  font-weight: 600;
}

.inb {
  display: inline-block;
}

.box {
  padding: 2em .5em;
  position: relative;
  text-align: center;
  line-height: 2rem;
  background-color: #fff9e9;
}

.bnr a {
  display: inline-block;
  transition: all .2s ease-in-out;
}

.bnr a:hover {
  opacity: .8;
}

.l-footer__translation {
  margin-right: 1rem;
}

.c-menu__list {
  padding-right: 5vw;
}

@media screen and (min-width: 1280px) {
  .c-btn {
    min-width: 280px;
  }
}

@media screen and (max-width: 800px) {
  .l-footer__translation {
    display: none;
    justify-content: flex-start;
  }

  .langBox {
    display: block;
  }

  .placeBox {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .sp-hidden {
    display: none;
  }
}

.shipping {
  line-height: 2;
}

.shipping p {
  margin-top: 1rem;
}

.fs-small {
  font-size: 16px;
}

.p-item__price {
  font-size: 18px;
  font-weight: bold;
}

.p-item__sale {
  color: #be2315;
  font-size: 30px;
}

#itemSelect {
  padding: 1rem;
  background: #c6c6b62b;
  border-radius: .5rem;
  border: 1px solid #999;
}


/* ===================
2026.8.24 追記
=====================*/

.storage-cta {
  position: relative;
  padding: 45px 20px;
  background: linear-gradient(135deg, #eaf7fc 0%, #f8fcfd 100%);
  border: 3px solid #1684b8;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.storage-cta::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -80px;
  left: -60px;
  background: #ccecf8;
  border-radius: 50%;
}

.storage-cta::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -50px;
  bottom: -60px;
  background: #d9f1fa;
  border-radius: 50%;
}

.storage-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.storage-cta__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 18px;
  background: #1684b8;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}

.storage-cta h3 {
  margin: 0 0 15px;
  color: #17465a;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 800;
}

.storage-cta h3 span {
  color: #e87832;
}

.storage-cta__lead {
  margin: 0 0 22px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

.storage-cta__point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

.storage-cta__point span {
  font-size: 15px;
  font-weight: 700;
  color: #444;
}
.storage-cta__point strong {
  color: #e35f27;
  font-size: 22px;
  font-weight: 600;
}
.storage-cta__text {
  margin: 0 0 25px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}
.storage-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.storage-cta__tel,
.storage-cta__mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 68px;
  padding: 10px 20px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  transition: .2s;
}
.storage-cta__tel {
  background: #fff;
  border: 2px solid #1684b8;
  color: #17465a;
}
.storage-cta__tel span,
.storage-cta__mail span {
  font-size: 12px;
  margin-bottom: 2px;
}
.storage-cta__tel strong {
  font-size: 20px;
}
.storage-cta__mail {
  background: #00bcd4;
  color: #fff;
  box-shadow: 0 5px 12px rgba(200,90,30,.2);
}
.storage-cta__mail strong {
  font-size: 16px;
}
.storage-cta__tel:hover,
.storage-cta__mail:hover {
  transform: translateY(-2px);
  opacity: .85;
}
.sp-only {
  display: none;
}
@media (max-width: 600px) {
  .storage-cta {
    margin: 40px 12px;
    padding: 32px 16px;
    border-width: 2px;
  }
  .storage-cta h3 {
    font-size: 24px;
  }
  .storage-cta__lead {
    font-size: 14px;
  }
  .storage-cta__point {
    gap: 6px;
    padding: 9px 16px;
  }
  .storage-cta__point span {
    font-size: 13px;
  }
  .storage-cta__point strong {
    font-size: 19px;
  }
  .storage-cta__buttons {
    flex-direction: column;
    gap: 10px;
  }
  .storage-cta__tel,
  .storage-cta__mail {
    width: 100%;
  }
  .sp-only {
    display: block;
  }
}
