@charset "UTF-8";
.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
  margin: 0 auto;
}

html, body {
  height: auto;
}

#main,
#mainBody,
.container,
.contents {
  height: auto;
}

#header .header-fix-wrap,
#header .HeaderBody.is-fixed {
  position: relative;
  z-index: 1;
}

#header {
  z-index: 9999;
}

.pageGuide {
  z-index: 1;
}

.cmn-footer {
  border: none;
}

.Footer {
  background: #A5B2BD;
}
.Footer .ft-copyright {
  color: #fff;
}

.is-open {
  overflow: hidden;
}

#preciouswatch24s {
  position: relative;
}
#preciouswatch24s .fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: 0.4s linear;
}
#preciouswatch24s .fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}
#preciouswatch24s .txt-anime span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}
#preciouswatch24s .txt-anime.appeartext span {
  -webkit-animation: text_anime_on 0.7s ease-out forwards;
          animation: text_anime_on 0.7s ease-out forwards;
}
@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#preciouswatch24s .gnav {
  position: fixed;
  top: 128px;
  left: 0;
  width: 80px;
  height: 100vh;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav {
    top: 90px;
    width: 100%;
    height: auto;
  }
}
.is-open #preciouswatch24s .gnav {
  top: 0 !important;
  z-index: 9999;
}
#preciouswatch24s .gnav-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-nav {
    flex-direction: row;
  }
}
#preciouswatch24s .gnav-nav-button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-nav-button {
    width: 50px;
    height: 50px;
  }
}
.is-open #preciouswatch24s .gnav-nav-button {
  border-color: transparent;
  background: transparent;
}
#preciouswatch24s .gnav-nav-button span {
  position: absolute;
  left: 20%;
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #000;
  transition: transform 0.2s ease-in, color 0.2s ease-in;
}
#preciouswatch24s .gnav-nav-button span:nth-of-type(1) {
  top: 25px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-nav-button span:nth-of-type(1) {
    top: 20px;
  }
}
#preciouswatch24s .gnav-nav-button span:nth-of-type(2) {
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-nav-button span:nth-of-type(2) {
    bottom: 20px;
  }
}
.is-open #preciouswatch24s .gnav-nav-button span {
  background: #000 !important;
}
.is-open #preciouswatch24s .gnav-nav-button span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.is-open #preciouswatch24s .gnav-nav-button span:nth-of-type(2) {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
.is-in #preciouswatch24s .gnav-nav-button span {
  background: #fff;
}
#preciouswatch24s .gnav-menu {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100dvh;
  top: 0;
  right: 0;
  padding: 20px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  z-index: 1;
  background: #EDF0F2;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu {
    width: 100%;
  }
}
.is-open #preciouswatch24s .gnav-menu {
  transform: translateY(0);
}
#preciouswatch24s .gnav-menu-inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu-inner {
    text-align: center;
  }
}
#preciouswatch24s .gnav-menu h2 {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 auto 20px;
  margin-left: 20px;
  font-size: 3rem;
  font-family: "Forum", serif;
  line-height: 1.2em;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu h2 {
    margin: 0 auto 20px;
  }
}
#preciouswatch24s .gnav-menu h3 {
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Forum", serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu h3 {
    font-size: 1.4rem;
  }
}
#preciouswatch24s .gnav-menu .brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 50px;
}
#preciouswatch24s .gnav-menu .brand-list-item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu .brand-list-item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu .brand-list-item:last-child {
    width: 100%;
  }
}
#preciouswatch24s .gnav-menu .brand-list-item:last-child .nav-link {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu .brand-list-item:last-child .nav-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #preciouswatch24s .gnav-menu .brand-list-item:last-child .nav-link > li {
    width: 48%;
  }
}
#preciouswatch24s .gnav-menu .other-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#preciouswatch24s .gnav-menu .other-brand > li {
  padding: 20px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-menu .other-brand > li {
    width: 48%;
  }
}
#preciouswatch24s .gnav-menu .nav-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#preciouswatch24s .gnav-menu .nav-link > li {
  padding: 20px;
}
#preciouswatch24s .gnav-menu .nav-link > li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
#preciouswatch24s .gnav-menu .nav-link > li a:hover {
  opacity: 0.7;
}
#preciouswatch24s .gnav-title {
  position: relative;
  display: inline-block;
  line-height: 1em;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .gnav-title {
    width: 32%;
    margin: 0 auto;
    transform: translateX(-25px);
  }
}
@media screen and (min-width: 768px) {
  #preciouswatch24s .gnav-title {
    margin: 300px 0 auto;
  }
}
.is-in #preciouswatch24s .gnav-title {
  filter: brightness(0) invert(1);
}
.is-open #preciouswatch24s .gnav-title {
  filter: none !important;
}
#preciouswatch24s .gnav-title picture {
  display: inline-block;
}
#preciouswatch24s .content-body {
  height: auto;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  will-change: transform;
  z-index: 0;
}
#preciouswatch24s .content-body > div {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding-top: 0;
}
#preciouswatch24s .section {
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Shippori Mincho", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  overflow: hidden;
}
#preciouswatch24s .section.heightauto {
  position: relative;
  height: auto;
}
#preciouswatch24s .section-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  height: 100vh;
  min-height: 900px;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section-content {
    position: relative;
    height: auto;
    padding: 30px 20px 50px;
    text-align: center;
  }
}
#preciouswatch24s .section:nth-child(1) .section-content {
  background: url(../img/bg01.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(2) .section-content {
  background: url(../img/bg02.jpg) center bottom no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(3) .section-content {
  background: url(../img/bg03.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
#preciouswatch24s .section:nth-child(4) .section-content {
  background: url(../img/bg04.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(5) .section-content {
  background: url(../img/bg05.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(6) .section-content {
  background: url(../img/bg06.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
#preciouswatch24s .section:nth-child(7) .section-content {
  background: url(../img/bg07.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(8) .section-content {
  background: url(../img/bg08.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(9) .section-content {
  background: url(../img/bg09.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(10) .section-content {
  background: url(../img/bg10.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(11) .section-content {
  background: url(../img/bg11.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(12) .section-content {
  background: #EDF0F2;
}
#preciouswatch24s .section:nth-child(13) .section-content {
  background: url(../img/bg12.jpg) center no-repeat;
  background-size: cover;
}
#preciouswatch24s .section:nth-child(14) .section-content {
  background: #fff;
}
#preciouswatch24s .section h2 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 9.7rem;
  font-family: "Forum", serif;
  line-height: 1em;
  text-align: left;
}
#preciouswatch24s .section .logo {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 50%;
  width: 12%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .logo {
    position: static;
    width: 40%;
    margin: 0 auto;
    transform: none;
    order: 0;
  }
}
#preciouswatch24s .section .slider {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
#preciouswatch24s .section .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider-item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#preciouswatch24s .section .slider-item-txt {
  position: relative;
  width: 40%;
  padding-top: 35%;
  padding-left: 8%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider-item-txt {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
#preciouswatch24s .section .slider-item-txt h2 {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider-item-txt h2 {
    position: static;
    font-size: 4.8rem;
    transform: none;
  }
}
#preciouswatch24s .section .slider-item-txt p {
  position: absolute;
  top: calc(55% + 1.75em);
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider-item-txt p {
    position: static;
    width: 100%;
    font-size: 1.3rem;
  }
}
#preciouswatch24s .section .slider-item-txt p.brand {
  top: 55%;
}
#preciouswatch24s .section .slider-item-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider-item-img {
    width: 100%;
    margin-top: -20px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider-item-img.fill {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider-item-img.fill img {
    width: 80%;
  }
}
#preciouswatch24s .section .slider-item-img img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#preciouswatch24s .section .slider-sub {
  width: 100%;
  margin-bottom: 0;
}
#preciouswatch24s .section .slider-sub-item {
  text-align: left;
}
#preciouswatch24s .section .slider .slick-list {
  width: 100%;
  height: 100%;
}
#preciouswatch24s .section .slider .slick-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#preciouswatch24s .section .slider .slick-prev, #preciouswatch24s .section .slider .slick-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider .slick-prev, #preciouswatch24s .section .slider .slick-next {
    top: 35%;
  }
}
#preciouswatch24s .section .slider .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider .slick-prev {
    left: -10px;
  }
}
#preciouswatch24s .section .slider .slick-prev::before {
  transform: rotate(-135deg);
}
#preciouswatch24s .section .slider .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider .slick-next {
    right: -10px;
  }
}
#preciouswatch24s .section .slider .slick-next::before {
  transform: rotate(45deg);
}
#preciouswatch24s .section .slider .slick-prev:before, #preciouswatch24s .section .slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .section .slider .slick-prev:before, #preciouswatch24s .section .slider .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
#preciouswatch24s .section .slider .slick-slide,
#preciouswatch24s .section .slider .slick-slider .slick-track,
#preciouswatch24s .section .slider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#preciouswatch24s .section .slider .slick-dots {
  bottom: 20px;
}
#preciouswatch24s .section .slider .slick-dots li {
  margin: 0 5px;
}
#preciouswatch24s .section .slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
#preciouswatch24s .section .slider .slick-dots li button:before {
  content: "●";
  font-size: 1.2rem;
  font-family: sans-serif;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  opacity: 0.7;
}
#preciouswatch24s .other-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
#preciouswatch24s .other-item {
  height: 100%;
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .other-item {
    width: 100%;
  }
}
#preciouswatch24s .other-item img {
  margin: 0 auto;
}
#preciouswatch24s .other-item h3 {
  width: 100%;
  padding: 0;
  margin: 30px auto 0;
  font-size: 4.5rem;
  font-family: "Forum", serif;
  line-height: 1em;
  text-align: left;
}
#preciouswatch24s #intro .section-content {
  height: auto;
  padding-top: 180px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .section-content {
    padding: 100px 20px 100px;
  }
}
#preciouswatch24s #intro .intro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}
#preciouswatch24s #intro .intro-row:nth-child(1) .intro-txt {
  padding-right: 8%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-row:nth-child(1) .intro-txt {
    padding: 0;
  }
}
#preciouswatch24s #intro .intro-row:nth-child(2) {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-row:nth-child(2) {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
#preciouswatch24s #intro .intro-row:nth-child(2) .intro-txt {
  padding-left: 8%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-row:nth-child(2) .intro-txt {
    padding: 0;
  }
}
#preciouswatch24s #intro .intro-img {
  width: 55%;
  opacity: 0;
  transition: 1.3s;
  transform: translateY(130px);
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-img {
    width: 100%;
    padding: 50px 0;
  }
}
#preciouswatch24s #intro .intro-img.is-scroll {
  opacity: 1;
  transform: translateY(0);
}
#preciouswatch24s #intro .intro-txt {
  width: 45%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-txt {
    width: 100%;
  }
}
#preciouswatch24s #intro .intro-txt p {
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-txt p {
    font-size: 1.3rem;
  }
}
#preciouswatch24s #intro .intro-txt p.date {
  margin-top: 120px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-txt p.date {
    margin-top: 35px;
    font-size: 2.6rem;
  }
}
#preciouswatch24s #intro .intro-txt p.place {
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-txt p.place {
    font-size: 2.3rem;
  }
}
#preciouswatch24s #intro .intro-txt p.lead {
  margin: 0 auto 1em;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #intro .intro-txt p.lead {
    font-size: 2.7rem;
  }
}
#preciouswatch24s #intro .intro-txt p .small {
  font-size: 0.8em;
}
#preciouswatch24s #other .section-content {
  height: auto;
}
#preciouswatch24s #other h2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(650px, 100vh, 900px);
  margin: 0 auto;
  font-size: 4rem;
  text-align: center;
}
#preciouswatch24s #other h2 .scrolldown {
  display: inline-block;
  position: relative;
}
#preciouswatch24s #other h2 .scrolldown::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1px;
  height: 150px;
  margin-top: 50px;
  background: #000;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  height: 0;
  top: 0;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}
#preciouswatch24s #other .other-item {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #other .other-item {
    margin-bottom: 120px;
  }
}
#preciouswatch24s #other2 .section-content {
  height: auto;
  padding: 130px 0;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #other2 .section-content {
    padding: 30px 20px 50px;
  }
}
#preciouswatch24s #other2 .slick-prev, #preciouswatch24s #other2 .slick-next {
  top: 25%;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s #other2 .slick-prev, #preciouswatch24s #other2 .slick-next {
    top: 17%;
  }
}
#preciouswatch24s .banner {
  max-width: 850px;
  margin: 0 auto 100px;
  background: #fff;
}
#preciouswatch24s .banner ul li {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .banner ul li {
    padding: 0 20px;
  }
}
#preciouswatch24s .banner ul li img {
  width: 100%;
}
#preciouswatch24s .foot {
  padding: 240px 20px 100px;
  text-align: center;
  background: #A5B2BD;
}
#preciouswatch24s .foot-title {
  display: inline-block;
}
#preciouswatch24s .foot img {
  width: 310px;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #preciouswatch24s .foot img {
    width: 75%;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
    margin: 0 auto;
  }
  .sp {
    display: block !important;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */