/* SNS icons (footer) */
.c-snsIcons,
.c-snsIcons * {
  box-sizing: border-box;
}

.c-snsIcons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.8rem;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1199.98px) {
  .c-snsIcons {
    justify-content: center;
  }
}

.c-snsIcons__link {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  transition: opacity 0.25s ease;
}

.c-snsIcons__link:hover {
  opacity: 0.75;
}

.c-snsIcons__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* SNS list (TOP) */
.c-snsList,
.c-snsList * {
  box-sizing: border-box;
}

.c-snsList {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #fffdf7;
  border: 1px solid #f2e7df;
  border-radius: 1.2rem;
  padding: 3.2rem 2.4rem 2.8rem;
}

.c-snsList__head {
  text-align: center;
  margin-bottom: 2rem;
}

.c-snsList__deco {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35rem;
  height: 1.4rem;
  margin: 0 auto 0.8rem;
}

.c-snsList__decoLine {
  display: block;
  width: 0.16rem;
  height: 1rem;
  background-color: #d97182;
  border-radius: 999px;
}

.c-snsList__decoLine--l {
  transform: rotate(-28deg);
  transform-origin: bottom center;
  height: 0.85rem;
}

.c-snsList__decoLine--c {
  height: 1.15rem;
}

.c-snsList__decoLine--r {
  transform: rotate(28deg);
  transform-origin: bottom center;
  height: 0.85rem;
}

.c-snsList__title {
  color: #755139;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-snsList__lead {
  margin-top: 1rem;
  color: #755139;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
}

.c-snsList__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-snsList__item {
  border-top: 1px solid #f2a7a7;
}

.c-snsList__item:last-child {
  border-bottom: 1px solid #f2a7a7;
}

.c-snsList__link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  padding: 1.4rem 0.2rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.c-snsList__link:hover {
  opacity: 0.75;
}

.c-snsList__icon {
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
}

.c-snsList__icon img {
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.c-snsList__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.c-snsList__name {
  color: #755139;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-snsList__desc {
  color: #706560;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-snsList__arrow {
  flex: 0 0 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: auto;
  border-top: 2px solid #d97182;
  border-right: 2px solid #d97182;
  transform: rotate(45deg);
}

.c-snsList__foot {
  margin-top: 2.4rem;
  width: 100%;
}

.c-snsList__more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 4.6rem;
  margin: 0;
  padding: 1.2rem 3.2rem;
  border: 1px solid #d97182;
  border-radius: 999px;
  color: #d97182;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.c-snsList__more::after {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.c-snsList__more:hover {
  background-color: #d97182;
  color: #fff;
}

.top__news_sns {
  min-width: 0;
}

.top__news_sns .c-snsList {
  text-align: left;
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
}

.top__news_container {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
}

@media screen and (max-width: 991.98px) {
  .top__news_container {
    grid-template-columns: 1fr;
  }
}
