@charset "UTF-8";
/* ------------------------------------
        基本のボタン
--------------------------------------*/
._paperTag {
  max-width: 240px;
  height: 100%;
  transform: rotate(358deg);
}

._button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

._triArrow,
._triArrowBack,
._triArrow-W {
  position: relative;
}

._triArrow::after {
  content: "";
  display: inline-block;
  width: var(--text-icon-size);
  height: var(--text-icon-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/triArrow_black.svg") var(--bg-center-contain);
  margin-left: var(--int2);
}

._triArrowBack::before {
  content: "";
  display: inline-block;
  width: var(--text-icon-size);
  height: var(--text-icon-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/triArrow_black.svg") var(--bg-center-contain);
  margin-right: var(--int2);
  transform: translateY(-50%) rotate(180deg);
  left: var(--int1-m);
}

._triArrow-W::after {
  content: "";
  display: inline-block;
  width: var(--text-icon-size);
  height: var(--text-icon-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/triArrow_white.svg") var(--bg-center-contain);
  margin-left: var(--int2);
}

._button:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* PC表示 */
/* ------------------------------------
        タブボタン
--------------------------------------*/
/* ------------------------------------
        SNS・リンク
--------------------------------------*/
.mentuzzleSite {
  background-color: var(--text-black);
  color: var(--white);
  font-size: 20px;
  border-radius: 50em;
  padding: 6px 40px;
}

.followButton {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: solid 2px #000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 50%;
}

.followButton img {
  width: 100%;
  transform: scale(0.8);
  transition: all 0.2s ease;
}
