@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 65px 60px 65px;
}

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

.menu_box01 li a {
  padding: 30px;
}
.menu_box01 li ul {
  padding: 15px 0;
}
.menu_box01 li ul li {
  border-bottom: none;
}
.menu_box01 li ul li a {
  padding: 15px 30px 15px 30px;
}


/*---------------------
watch-main
----------------------*/
.watch-nav {
  width: 620px;
  margin: 0 auto 55px;
}
.watch-nav li:not(:last-child) {
  margin-bottom: 38px;
}
.watch-nav li a {
  transition: opacity 0.4s;
}
.watch-nav li a:hover {
  opacity: 0.6;
}

#mens, #ladies, #event, #information {
  padding-top: 164px;
  margin-top: -164px;
}
#mens {
  padding-bottom: 100px;
}
#ladies {
  padding-bottom: 100px;
}

/* others */
#others-slider .splide__slide .image,
#others-slider-ladies .splide__slide .image {
  opacity: 0.5;
  transition: 1s;
}
#others-slider .splide__slide.is-active .image,
#others-slider-ladies .splide__slide.is-active .image {
  opacity: 1;
}
#others-slider .splide__slide .txt,
#others-slider-ladies .splide__slide .txt {
  opacity: 0;
  transition: 1s;
}
#others-slider .splide__slide.is-active .txt,
#others-slider-ladies .splide__slide.is-active .txt {
  opacity: 1;
}
#others-slider .splide__arrow > svg,
#others-slider-ladies .splide__arrow > svg {
	display: none;
}
#others-slider .splide__arrow,
#others-slider-ladies .splide__arrow {
	font-size: 0;
	position: absolute;
	z-index: 100;
	top: 320px;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
  border: none;
	cursor: pointer;
}
#others-slider .splide__arrow--prev,
#others-slider-ladies .splide__arrow--prev  {
	left: 100px;
	background: url(../img/top/slide_prev.png) no-repeat center center;
}
#others-slider .splide__arrow--next,
#others-slider-ladies .splide__arrow--next {
	right: 100px;
	background: url(../img/top/slide_next.png) no-repeat center center;
}
#others-slider .splide__pagination,
#others-slider-ladies .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px 0 0px;
}
#others-slider .splide__pagination li,
#others-slider-ladies .splide__pagination li {
	cursor: pointer;
}
#others-slider .splide__pagination li button,
#others-slider-ladies .splide__pagination li button {
	display: block;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
	color: transparent;
	border-radius: 50%;
	outline: none;
  border: none;
	background: #c6c7c7;
}
#others-slider .splide__pagination li button:hover,
#others-slider-ladies .splide__pagination li button:hover,
#others-slider .splide__pagination li button:focus,
#others-slider-ladies .splide__pagination li button:focus,
#others-slider .splide__pagination li button.is-active,
#others-slider-ladies .splide__pagination li button.is-active {
	background: #9d8034;
}


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