@charset "UTF-8";
#watch-manual {
  text-align: center;
}
#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.2rem;
  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.2rem;
  font-weight: bold;
  margin-top: 30px;
}
#watch-manual .text-blue dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  margin: 0 5px 0 0;
  padding: 0;
  background-color: #363636;
}
#watch-manual .text-blue dt:first-child {
  margin-top: 0;
}
#watch-manual .wm__title {
  padding: 130px 0 0;
  color: #ffffff;
  background: no-repeat top center/100% url(/cpage/guide/watch/watch-manual/gmt/img/title.webp);
  background-position-y: -630px;
}
#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 .title-wh {
  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;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.8);
}
#watch-manual .wm__title div a {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 10px 0;
  padding: 15px 20px 15px 10px;
  font-family: "-apple-system, BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.2rem;
  font-weight: bold;
  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;
}
#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 p {
  margin: 0 auto 20px;
}
#watch-manual section .sec__img {
  width: 50%;
  margin: 80px auto 30px;
}
#watch-manual #about div,
#watch-manual #parts div {
  width: 90%;
  margin: 50px auto;
  padding: 40px;
  background-color: #e9e9e9;
}
#watch-manual #about div section,
#watch-manual #parts div section {
  margin: 0 auto 60px;
}
#watch-manual #about div section:last-child,
#watch-manual #parts div section:last-child {
  margin-bottom: 0;
}
#watch-manual #about div section h3,
#watch-manual #parts 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,
#watch-manual #parts div section h3::before,
#watch-manual #parts div section h3::after {
  content: "";
  width: 25%;
  height: 1px;
  background-color: #030303;
  display: block;
  position: absolute;
  top: 50%;
}
#watch-manual #about div section h3::before,
#watch-manual #parts div section h3::before {
  left: 0;
}
#watch-manual #about div section h3::after,
#watch-manual #parts div section h3::after {
  right: 0;
}
#watch-manual #about div section figure,
#watch-manual #parts div section figure {
  width: 80%;
  margin: 0 auto 20px;
}
#watch-manual #about dl,
#watch-manual #parts dl {
  text-align: left;
  margin-bottom: 50px;
}
#watch-manual #about dl div,
#watch-manual #parts dl div {
  flex: 1;
  margin: 0 5px;
  position: relative;
}
#watch-manual #about dl div dt,
#watch-manual #parts dl div dt {
  font-weight: bold;
  font-size: 1.3em;
}
#watch-manual #about dl div dd span,
#watch-manual #parts dl div dd span {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2.5em;
  padding: 5px 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4980392157);
  color: #fff;
}
#watch-manual #about dl img,
#watch-manual #parts dl img {
  display: block;
  width: 100%;
}
#watch-manual #parts .text-blue dt::before {
  content: none;
}
#watch-manual #set .set__timediff {
  display: block;
  font-size: 1.2em;
  background-color: #f5ecc9;
  width: 60%;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 30px;
}
#watch-manual #set .set__timediff .gothic {
  display: block;
  font-size: 0.8em;
}
#watch-manual #set ol {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 50px 150px 0;
  box-sizing: border-box;
}
#watch-manual #set ol li {
  margin: 0 auto 50px;
  display: flex;
  /*                grid-auto-flow: column;
  -moz-column-gap: auto;*/
}
#watch-manual #set ol li::before {
  margin-right: 10px;
}
#watch-manual #set ol li::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  margin-left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
#watch-manual #set ol li div {
  width: 80%;
}
#watch-manual #set ol li div p {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 10px;
}
#watch-manual #set ol li div h3 {
  margin: 0;
  padding: 0;
}
#watch-manual #set ol li:first-child {
  /*div {
      grid-column: 2 / 280;
  }*/
}
#watch-manual #set ol li:first-child::before {
  content: "①";
}
#watch-manual #set ol li:first-child::after {
  background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__1.webp);
}
#watch-manual #set ol li:nth-child(2)::before {
  content: "②";
}
#watch-manual #set ol li:nth-child(2)::after {
  background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__2.webp);
}
#watch-manual #set ol li:nth-child(3)::before {
  content: "③";
}
#watch-manual #set ol li:nth-child(3)::after {
  background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__3.webp);
}
#watch-manual #set ol li:nth-child(4)::before {
  content: "④";
}
#watch-manual #set ol li:nth-child(4)::after {
  background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__4.webp);
}
#watch-manual #set ol li:last-child {
  margin-bottom: 0;
}
#watch-manual #set ol li:last-child::before {
  content: "⑤";
}
#watch-manual #set ol li:last-child::after {
  background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__5.webp);
}
#watch-manual .about p,
#watch-manual dd,
#watch-manual ol li div p {
  font-size: 1.2em;
  line-height: 1.6em;
}
#watch-manual .br {
  display: block;
}
#watch-manual .button {
  position: relative;
  display: block;
  width: 80%;
  padding: 20px;
  margin: 70px auto;
  font-size: 1.2rem;
  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;
}
@media screen and (max-width: 800px) {
  #watch-manual .wm__title {
    padding: 20px 0 0;
    color: #fff;
    background: no-repeat center/100% url(/cpage/guide/watch/watch-manual/gmt/img/title.webp);
    background-position-y: -145px;
  }
  #watch-manual .wm__title h1 {
    margin-bottom: 150px;
    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 .title-wh {
    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;
    font-size: 1.2em;
  }
  #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 section p {
    width: 100%;
  }
  #watch-manual .sp_br {
    display: block;
  }
  #watch-manual #about div {
    width: 95%;
    padding: 20px;
  }
  #watch-manual #about div h3 {
    width: 100%;
  }
  #watch-manual #about div h3::after, #watch-manual #about div h3::before {
    content: none !important;
  }
  #watch-manual #about div section figure {
    width: 100%;
  }
  #watch-manual #about div section p {
    width: 100%;
  }
  #watch-manual #set .set__timediff {
    display: block;
    font-size: 1.1em;
    background-color: #f5ecc9;
    width: 100%;
    border-radius: 30px;
    margin: 0 auto 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    line-height: 1.5em;
  }
  #watch-manual #set .set__timediff .gothic {
    display: block;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-top: 5px;
  }
  #watch-manual #set ol {
    padding: 0;
  }
  #watch-manual #set ol li {
    margin: 0 auto 30px;
    display: flex;
  }
  #watch-manual #set ol li::before {
    margin-right: 4px;
  }
  #watch-manual #set ol li::after {
    content: none;
  }
  #watch-manual #set ol li div {
    width: 100%;
  }
  #watch-manual #set ol li div p {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 10px;
    padding-right: 20px;
  }
  #watch-manual #set ol li div h3 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  #watch-manual #set ol li div h3::after {
    content: "";
    display: block;
    width: 200px;
    margin: 10px auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 10px;
  }
  #watch-manual #set ol li:first-child {
    /*div {
        grid-column: 2 / 280;
    }*/
  }
  #watch-manual #set ol li:first-child::before {
    content: "①";
  }
  #watch-manual #set ol li:first-child h3::after {
    background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__1.webp);
    height: 160px;
  }
  #watch-manual #set ol li:nth-child(2)::before {
    content: "②";
  }
  #watch-manual #set ol li:nth-child(2) h3::after {
    background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__2.webp);
    height: 150px;
  }
  #watch-manual #set ol li:nth-child(3)::before {
    content: "③";
  }
  #watch-manual #set ol li:nth-child(3) h3::after {
    background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__3.webp);
    height: 150px;
  }
  #watch-manual #set ol li:nth-child(4)::before {
    content: "④";
  }
  #watch-manual #set ol li:nth-child(4) h3::after {
    background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__4.webp);
    height: 150px;
  }
  #watch-manual #set ol li:last-child {
    margin-bottom: 0;
  }
  #watch-manual #set ol li:last-child::before {
    content: "⑤";
  }
  #watch-manual #set ol li:last-child h3::after {
    background-image: url(/cpage/guide/watch/watch-manual/gmt/img/mw__gmt__set__5.webp);
    height: 150px;
  }
  #watch-manual figure {
    width: 100%;
    margin: 0 auto;
  }
  #watch-manual .button {
    padding: 10px;
    margin: 30px auto;
  }
}/*# sourceMappingURL=w-manual__gmt.css.map */