@charset "utf-8";

/*---------------------
watch-site-logo
----------------------*/
.watch-site-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  margin-inline: auto;
}

.watch-site-logo .ja {
  text-align: center;
  font-size: 18px;
}


/*---------------------
watch-header
----------------------*/
.watch-header {
  text-align: center;
  padding-block: 36px;
  background-color: var(--white);
}


/*---------------------
watch-footer
----------------------*/
.watch-footer {
  margin-inline: auto;
  overflow: clip;
  width: 750px;
}

.watch-footer .overview {
  text-align: center;
  padding-block: 92px 36px;
  background-color: var(--primary-color);
  color: var(--text-color);
}

.watch-footer .overview a {
  color: var(--text-color);
}

.watch-footer .overview address {
  margin-top: 70px;
  border-top: 1px solid #565656;
  padding-top: 20px;
  width: fit-content;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 18px;
}

.watch-footer .overview hr {
  margin-block: 32px;
}

.watch-footer .overview ul {
  display: grid;
  justify-content: center;
  row-gap: 16px;
}

.watch-footer .overview ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 18px;
}

.watch-footer .overview ul li a::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1;
  background-color: var(--text-color);
  mask: url(../img/common/arrow.svg) no-repeat center / contain;
}

.watch-footer .attention {
  padding-block: 26px;
}

.watch-footer .attention ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.watch-footer .attention ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 22px;
}

.watch-footer .attention ul li a::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1;
  background-color: var(--primary-color);
  mask: url(../img/common/arrow.svg) no-repeat center / contain;
}

/*---------------------
instagram
----------------------*/
.instagram {
  display: grid;
  justify-content: center;
  row-gap: 20px;
  margin-block: 0 100px;
}

.mvlogo {
  position: absolute;
  margin: -760px 45px 0;
}

/*---------------------
フッター
----------------------*/
.footer .logo span {
  margin-bottom: 30px;
}

.footer .logo a {
  width: 365px;
}