@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-main {
  /* background-color: #000; */
}
.watch-title {
  background-color: #000;
}
.watch-title .btn {
  width: 600px;
  margin: 0 auto;
}
.shinoda-info {
  background-color: #000;
}
.shinoda-info dl {
  width: 622px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#shinodaVoice, #specialTalk, #others, #breguet, #events, #information {
  scroll-margin-top: 164px;
}
.others-slide-wrapper {
  background-color: #fff;
  padding: 0 0 150px;
}

#others-slider .splide__slide .image {
  opacity: 0.5;
  transition: 1s;
}
#others-slider .splide__slide.is-active .image {
  opacity: 1;
}
#others-slider .splide__slide .txt {
  opacity: 0;
  transition: 1s;
}
#others-slider .splide__slide.is-active .txt {
  opacity: 1;
}
#others-slider .splide__arrow > svg {
	display: none;
}
#others-slider .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  {
	left: 100px;
	background: url(../img/top/slide_prev.png) no-repeat center center;
}
#others-slider .splide__arrow--next {
	right: 100px;
	background: url(../img/top/slide_next.png) no-repeat center center;
}
#others-slider .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 50px 0 0px;
}
#others-slider .splide__pagination li {
	cursor: pointer;
}
#others-slider .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: #cdcece;
}
#others-slider .splide__pagination li button:hover, 
#others-slider .splide__pagination li button:focus, 
#others-slider .splide__pagination li button.is-active {
	background: #8d6134;
}

/* #others-slider .splide__slide img {
  height: auto;
  width: 100%;
}
#others-slider .splide__slide img {
  opacity: .3; 
  transform: scale(.8); 
  transition: .7s;
}
#others-slider .splide__slide.is-active img {
  opacity: 1;
  transform: scale(1.1);
  z-index: 1;
} */

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