@charset "Shift_JIS";
/* --------------------------------------------------------------------
フード・スイーツブランド：「はるかすまいる」トップ（PC・SP）
--------------------------------------------------------------------- */
/* ---------------- PC ----------------------------------------------------- */
/* リンク */
.mainframe_ #brand_wrap .about .about_content .txt:has(> a) {
  text-align: right;
}

.mainframe_ #brand_wrap .about .about_content .txt a {
  position: relative;
  color: #1a0dab;
  font-weight: bold;
}

/* 外部サイト */
.mainframe_ #brand_wrap .about .about_content .txt a::after {
  position: absolute;
  content: '（外部サイトへ移動します）';
  bottom: -1.4em;
  right: 0;
  color: #555;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
}

/* ---------------- SP ----------------------------------------------------- */
/* リンク */
.wrapper_:not(:has(.mainframe_)) #brand_wrap .about .about_content .txt:has(> a) {
  text-align: right;
}

.wrapper_:not(:has(.mainframe_)) #brand_wrap .about .about_content .txt a {
  position: relative;
  color: #1a0dab;
  font-weight: bold;
}

/* 外部サイト */
.wrapper_:not(:has(.mainframe_)) #brand_wrap .about .about_content .txt a::after {
  position: absolute;
  content: '（外部サイトへ移動します）';
  bottom: -1.4em;
  right: 0;
  color: #555;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
}
