@charset "utf-8";
/*---------------------
watch-site-logo
----------------------*/
.watch-site-logo {
  display: inline-grid;
  row-gap: 14px;
  color: var(--text-color);
}

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

/*---------------------
watch-header
----------------------*/
.watch-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-block: 36px;
  background-color: var(--primary-color);
  z-index: 101;
}

.watch-header .inner {
  position: relative;
  text-align: center;
  width: 750px;
  margin: 0 auto;
}

.h_menu {
  position: absolute;
  transform: translateY(-50%);
  top: 51%;
  right: 55px;
  cursor: pointer;
}

#menu {
	position: fixed;
	z-index: 1001;
  left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
  -ms-overflow-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

#menu .menu_ttl{
  width: 750px;
  background-color: #000;
  margin: 0 auto;
  position: relative;
}

.menu_close {
  position: absolute;
  transform: translateY(90%);
  right: 60px;
  cursor: pointer;
}

.menu_box01 {
  width: 750px;
  height: 100dvh;
  background-color: #000;
  margin: 0 auto;
  padding: 164px 70px 60px 60px;
}

.menu_box01 li {
  border-bottom: 1px solid #fff;
}

.menu_box01 li a {
  padding: 30px 20px 30px 40px;
}

#mv,
#fair,
#events,
#informations {
  scroll-margin-top: 164px;
}

.btn01 {
  position: relative;
}

.btn01 a {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 521px;
  height: 136px;
}

/*---------------------
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;
}
