@charset "UTF-8";
@keyframes loader-pulse {
  0%, 100% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ---------------------------------------------------------
  親子リンクコラム：デザインカスタマイズ
--------------------------------------------------------- */
.l-column {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-column {
    padding: 0 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .l-column {
    max-width: 600px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.l-column h1,
.l-column h2 {
  font-family: "Zen Kaku Gothic New", "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

/* ---------------------------------------------------------
  各エリアのスタイル
--------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-column-hero {
    margin-right: -5.5vw;
    margin-left: -5.5vw;
  }
}
.c-column-hero__title {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-column-hero__title {
    font-size: 1.125rem;
  }
}
.c-column-hero__img {
  margin-top: 15px;
}

.c-column-intro {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-column-intro {
    margin-top: 60px;
  }
}
.c-column-intro__text {
  margin-top: 25px;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
}
.c-column-intro__date {
  text-align: right;
  font-family: "Zen Kaku Gothic New", "Montserrat", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  margin-top: 25px;
  color: #a0a0a0;
}

.c-column-index {
  background: #f2f2f2;
  padding: 30px 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-column-index {
    margin-top: 60px;
  }
}
.c-column-index__title {
  font-family: "Zen Kaku Gothic New", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  color: #a0a0a0;
  background-image: linear-gradient(to right, #a0a0a0 1px, transparent 1px);
  background-position: left bottom;
  background-size: 5.5px 1px;
  background-repeat: repeat-x;
}
.c-column-index__list {
  margin-top: 15px;
}
.c-column-index__list li + li {
  margin-top: 12px;
}
.c-column-index__list a {
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-column-section {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .c-column-section {
    margin-top: 80px;
  }
}
.c-column-section__title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-column-section__title {
    margin-bottom: 40px;
  }
}
.c-column-section__num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #d5d5d5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .c-column-section__num {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.c-column-section__text {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c-column-section__text {
    font-size: 1.25rem;
  }
}
.c-column-section__lead {
  margin-top: 20px;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
}
.c-column-section__unit {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.c-column-section__img {
  width: 100%;
  display: block;
}
.c-column-section__img img + img {
  margin-top: 25px;
}
.c-column-section__content {
  width: 100%;
  margin-top: 25px;
}
.c-column-section__point-box {
  position: relative;
  border: 1px solid #2e2e2e;
  padding: 25px 20px 20px;
  margin-top: 15px;
  background: #fff;
}
.c-column-section__point-heading {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}
.c-column-section__point-heading span {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 0 12px;
  color: #a0a0a0;
}
.c-column-section__point-text {
  font-size: 0.875rem;
}
.c-column-section__items {
  margin-top: 25px;
}
.c-column-section__item-label {
  font-family: "Zen Kaku Gothic New", "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 12px;
}

.c-product-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-product-grid {
    gap: 15px;
  }
}

.c-product-card {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.c-product-card__img {
  background: #f9f9f9;
}
.c-product-card__img img {
  vertical-align: bottom;
}
.c-product-card__body {
  padding: 8px 10px 10px;
}
.c-product-card__name {
  font-size: 0.625rem;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: #515151;
}
.c-product-card__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #2e2e2e;
  margin-top: 6px;
  display: flex;
  align-items: baseline;
}
.c-product-card__tax {
  font-size: 0.625rem;
  font-weight: 400;
  margin-left: 4px;
  color: #a0a0a0;
}

.c-column-related {
  margin-top: 60px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-column-related {
    margin-top: 80px;
    padding-top: 50px;
  }
}
.c-column-related {
  background-image: linear-gradient(to right, #a0a0a0 1px, transparent 1px);
  background-position: left top;
  background-size: 5.5px 1px;
  background-repeat: repeat-x;
}
.c-column-related__title {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-column-related__title {
    font-size: 1.5rem;
  }
}
.c-column-related__sub {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 15px;
}
.c-column-related__grid {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-column-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-column-faq {
  margin-top: 60px;
  background: #fdfdfd;
  border: 2px solid #f2f2f2;
  border-radius: 12px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .c-column-faq {
    margin-top: 80px;
  }
}
.c-column-faq__title {
  text-align: center;
  font-size: 1.25rem;
}
.c-column-faq__list {
  margin-top: 30px;
}
.c-column-faq__list dt {
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  font-size: 0.875rem;
}
.c-column-faq__list dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  color: #a0a0a0;
}
.c-column-faq__list dd {
  padding-left: 25px;
  position: relative;
  font-size: 0.8125rem;
  margin-top: 10px;
}
.c-column-faq__list dd::before {
  content: "A";
  position: absolute;
  left: 0;
  color: #ee2e3e;
  font-weight: 700;
}
.c-column-faq__list dt + dd {
  margin-top: 8px;
}
.c-column-faq__list dd + dt {
  margin-top: 25px;
}