@charset "UTF-8";
#watch-manual {
  text-align: center;
  font-size: 16px;
  /*◇◇◇◇ SP ◇◇◇◇*/
}
#watch-manual img {
  width: 100%;
}
#watch-manual a {
  text-decoration: none;
}
#watch-manual dd {
  margin-left: 0;
}
#watch-manual .selif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#watch-manual .gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#watch-manual .text-left {
  text-align: left;
}
#watch-manual .button {
  position: relative;
  display: block;
  width: 80%;
  padding: 20px;
  margin: 70px auto;
  font-size: 1.2em;
  color: #363646;
  border: #363646 solid 1px;
  transition: 0.3s;
}
#watch-manual .button::before, #watch-manual .button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 10px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #363636;
  transform-origin: calc(100% - 0.5px) 50%;
}
#watch-manual .button::before {
  transform: rotate(45deg);
}
#watch-manual .button::after {
  transform: rotate(-45deg);
}
#watch-manual .button:hover {
  color: #ffffff;
  background-color: #363636;
  opacity: 1;
}
#watch-manual .button:hover::before, #watch-manual .button:hover::after {
  background-color: #fff;
}
#watch-manual .text-blue {
  background-color: #dee6f4;
  padding: 40px;
  margin: 30px 0 20px !important;
}
#watch-manual .text-blue dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
}
#watch-manual .text-blue dt:first-child {
  margin-top: 0;
}
#watch-manual .text-blue p {
  font-size: 1.2em;
  font-weight: bold;
}
#watch-manual .wm__title {
  padding: 130px 0 0;
  color: #fff;
  background: no-repeat top center/100% url(./img/title.webp);
  background-position-y: 0;
}
#watch-manual .wm__title h1 {
  color: #fff;
  margin-bottom: 470px;
  font-size: 5rem;
  line-height: 1.3em;
  text-shadow: 0px 0px 10px rgba(22, 22, 22, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
}
#watch-manual .wm__title h1 span {
  display: block;
  width: 60%;
  margin: 0 auto 10px;
  padding: 5px;
  color: #030303;
  background-color: #fff;
  font-size: 0.5em;
  line-height: 1.1em;
  text-shadow: none;
}
#watch-manual .wm__title div {
  display: flex;
  gap: 25px 15px;
  padding: 50px 90px;
  background-color: rgba(0, 0, 0, 0.8);
}
#watch-manual .wm__title div a {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  padding: 10px 25px 10px 10px;
  width: 80%;
  font-family: "-apple-system, BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.2em;
  font-weight: 100;
  color: #fff;
  border: #fff solid 1px;
  transition: 0.3s;
  /*&:last-child {
    margin: 0 auto;
  }*/
}
#watch-manual .wm__title div a::before, #watch-manual .wm__title div a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 10px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
#watch-manual .wm__title div a::before {
  transform: rotate(45deg);
}
#watch-manual .wm__title div a::after {
  transform: rotate(-45deg);
}
#watch-manual .wm__title div a:hover {
  color: #363646;
  background-color: #fff;
  opacity: 1;
}
#watch-manual .wm__title div a:hover::before, #watch-manual .wm__title div a:hover::after {
  background-color: #363646;
}
#watch-manual section {
  width: 95%;
  margin: 100px auto 0;
}
#watch-manual section:last-child {
  margin-bottom: 30px;
}
#watch-manual section h2 {
  position: relative;
  margin: 0 auto 50px;
  font-size: 2.5rem;
  line-height: 1.3em;
  /*.br {
    display: block;
  }*/
}
#watch-manual section h2::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #030303;
  width: 30%;
  height: 1px;
  margin: 0 auto;
}
#watch-manual section h2 .small {
  font-size: 0.7em;
}
#watch-manual section h2 .speech-b {
  position: relative;
  display: block;
  width: 30%;
  padding: 0px;
  margin: 0 auto 20px;
  font-size: 0.5em;
  letter-spacing: 2px;
  color: #fff;
  background-color: #363646;
  border-radius: 50px;
  z-index: 10;
}
#watch-manual section h2 .speech-b::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #363646;
  border-bottom: 0;
  z-index: 1;
}
#watch-manual section p {
  margin: 0 auto 20px;
}
#watch-manual section .sec__img {
  width: 50%;
  margin: 80px auto 30px;
}
#watch-manual #about {
  /*dl {
    text-align: left;
    margin-bottom: 50px;
    div {
      flex: 1;
      margin: 0 5px;
      position: relative;
      dt {
        font-weight: bold;
        font-size: 1.3em;
      }
      dd {
        span {
          display: block;
          position: absolute;
          bottom: 0px;
          width: 100%;
          height: 2.5em;
          padding: 5px 5px;
          box-sizing: border-box;
          background-color: #0000007f;
          color: #fff;
        }
      }
    }

    img {
      display: block;
      width: 100%;
    }
  }*/
}
#watch-manual #about div {
  width: 90%;
  margin: 50px auto;
  padding: 40px;
  background-color: #e9e9e9;
}
#watch-manual #about div section {
  margin: 0 auto 60px;
}
#watch-manual #about div section:last-child {
  margin-bottom: 0;
}
#watch-manual #about div section h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  position: relative;
}
#watch-manual #about div section h3::before, #watch-manual #about div section h3::after {
  content: "";
  width: 20%;
  height: 1px;
  background-color: #030303;
  display: block;
  position: absolute;
  top: 50%;
}
#watch-manual #about div section h3::before {
  left: 0;
}
#watch-manual #about div section h3::after {
  right: 0;
}
#watch-manual #about div section figure {
  width: 80%;
  margin: 0 auto 20px;
}
#watch-manual #oprt div {
  display: flex;
  width: 85%;
  margin: 0 auto;
}
#watch-manual #oprt div ol {
  list-style-type: none;
  width: 70%;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
  padding: 50px 0 0;
}
#watch-manual #oprt div ol li {
  margin: 0 auto 20px;
}
#watch-manual #oprt div ol li:first-child::before {
  content: "①";
}
#watch-manual #oprt div ol li:nth-child(2)::before {
  content: "②";
}
#watch-manual #oprt div ol li:last-child::before {
  content: "③";
}
#watch-manual #oprt div figure {
  width: 60%;
  margin: 0 auto;
}
#watch-manual #atn {
  width: 95%;
  margin: 100px auto 50px;
}
#watch-manual #atn dl dt {
  color: #d84545;
  font-size: 1.2em;
  font-weight: bold;
}
#watch-manual #atn dl dt::before {
  content: "・";
}
#watch-manual #atn dl dd {
  width: 97%;
  margin: 0 auto 20px;
}
#watch-manual .button {
  position: relative;
  display: block;
  width: 80%;
  padding: 20px;
  margin: 70px auto;
  font-size: 1.2em;
  color: #363646;
  border: #363646 solid 1px;
  transition: 0.3s;
}
#watch-manual .button::before, #watch-manual .button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 10px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #363636;
  transform-origin: calc(100% - 0.5px) 50%;
}
#watch-manual .button::before {
  transform: rotate(45deg);
}
#watch-manual .button::after {
  transform: rotate(-45deg);
}
#watch-manual .button:hover {
  color: #ffffff;
  background-color: #363636;
  opacity: 1;
}
#watch-manual .button:hover::before, #watch-manual .button:hover::after {
  background-color: #fff;
}
#watch-manual .br {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  #watch-manual {
    /*　画面サイズが800px以下はここを読み込む　*/
  }
  #watch-manual .wm__title {
    padding: 40px 0 0;
    color: #fff;
    background: no-repeat top center/100% url(./img/title.webp);
  }
  #watch-manual .wm__title h1 {
    margin-bottom: 170px;
    font-size: 2rem;
    line-height: 1.3em;
    text-shadow: 0px 0px 10px rgba(22, 22, 22, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
  }
  #watch-manual .wm__title h1 span {
    display: block;
    width: 60%;
    margin: 0 auto 10px;
    padding: 5px;
    color: #030303;
    background-color: #fff;
    font-size: 0.5em;
    line-height: 1.1em;
    text-shadow: none;
  }
  #watch-manual .wm__title div {
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  #watch-manual .wm__title div a {
    width: 90%;
    margin: 0 auto 10px;
  }
  #watch-manual .wm__title div a:last-child {
    margin-bottom: 0;
  }
  #watch-manual section {
    margin-top: 30px;
  }
  #watch-manual section h2 {
    font-size: 2rem !important;
    margin: 0 auto 30px !important;
  }
  #watch-manual section .sec__img {
    width: 90% !important;
    margin: 30px auto !important;
  }
  #watch-manual section .text-blue {
    padding: 30px;
  }
  #watch-manual #about div {
    width: 100%;
    padding: 40px 15px;
  }
  #watch-manual #about div section h3::before, #watch-manual #about div section h3::after {
    content: none;
  }
  #watch-manual #about div section figure {
    width: 100%;
  }
  #watch-manual #atn dl dd {
    width: 90%;
  }
  #watch-manual #oprt div {
    display: block;
    width: 95%;
  }
  #watch-manual #oprt div ol {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 0;
  }
  #watch-manual #oprt div ol li {
    width: 95% !important;
    margin-bottom: 5px;
  }
  #watch-manual #oprt div figure {
    width: 100%;
    margin: 0 auto;
  }
  #watch-manual .sp_br {
    display: block;
  }
  #watch-manual .button {
    width: 90%;
    padding: 10px 25px 10px 10px;
    margin: 30px auto;
  }
}/*# sourceMappingURL=w-manual__chronograph.css.map */