@charset "UTF-8";
body, #ap-special-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
.sp-enter {
  display: none;
}
#ap-special-wrapper .fadein {
  transition: all .5s ease-out;
  opacity: 0;
  transform:translateY(20px);
}
#ap-special-wrapper .fadein.scrollin {
  opacity:1;
  transform:translateY(0);
}

@media screen and (max-width: 480px) {
  .sp-enter {
    display: block;
    }
  }

.pc-enter {
  display: block;}

@media screen and (max-width: 480px) {
  .pc-enter {
    display: none;
    }
  }
/* siteHeader */
.siteHeader {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(19, 19, 19, 1);
  z-index: 3; }
  @media screen and (max-width: 1199.98px) {
    .siteHeader_inner {
      height: 50px; }
    }
  @media screen and (min-width: 1200px) {
    .siteHeader_inner {
      height: 70px;
      display: flex;
      justify-content: space-between;
      align-items: center;}
    }
    .siteHeader_logo img {
      width: 111px;
    }
  @media screen and (max-width: 1199.98px) {
    .siteHeader_logo img {
      max-width: 27%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  @media screen and (min-width: 1200px) {
    .siteHeader_logo {
      padding-left: 20px; } }
  .siteHeader_logo svg {
    fill: #fff;
    width: 80px;
    height: 34px;
    transition: all .2s; }
    @media screen and (min-width: 1200px) {
      .siteHeader_logo svg {
        width: 131px;
        height: 56px; } }
@media screen and (min-width: 1200px) {
  .siteHeader_nav {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px; } }

@media screen and (max-width: 1199.98px) {
  .nav_toggle {
    border: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px; }
    .nav_toggle:focus, .nav_toggle:hover {
      border: none;
      outline: 0; } }

@media screen and (min-width: 1200px) {
  .nav_toggle {
    display: none; } }

:root {
  --hamburger-menu-padding: 10px;
  --hamburger-menu-border-px: 1px;
  /* 線の太さ */
  --hamburger-menu-border-color: #FFF;
  /* 線の色 */
  --hamburger-menu-transition: 0.3s;
  /* アニメーション秒数 */ }

@media screen and (max-width: 1199.98px) {
  .nav_toggleText {
    position: absolute;
    left: var(--hamburger-menu-padding);
    bottom: 10px;
    color: #CCC;
    font-size: 0.625rem;
    letter-spacing: 0;
    line-height: 1; } }

@media screen and (min-width: 1200px) {
  .nav_toggleText {
    display: none; } }

@media screen and (max-width: 1199.98px) {
  .hbMenu {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #191919; } }

@media screen and (max-width: 1199.98px) {
  .hbMenu_line {
    position: absolute;
    transition: var(--hamburger-menu-transition);
    width: calc(100% - var(--hamburger-menu-padding) * 2);
    height: var(--hamburger-menu-border-px);
    background-color: var(--hamburger-menu-border-color); } }

@media screen and (max-width: 1199.98px) {
  .hbMenu_line.mo__top {
    top: 10px;
    left: var(--hamburger-menu-padding); } }

@media screen and (max-width: 1199.98px) {
  .hbMenu_line.mo__middle {
    top: 15px;
    left: var(--hamburger-menu-padding); } }

@media screen and (max-width: 1199.98px) {
  .hbMenu_line.mo__bottom {
    top: 20px;
    left: var(--hamburger-menu-padding); } }

.hbMenu_active {
  background-color: #1A1A1A; }
  .hbMenu_active .hbMenu_line {
    background-color: #707070; }
  @media screen and (max-width: 1199.98px) {
    .hbMenu_active > .mo__top {
      top: 15px;
      transform: rotate(45deg); } }
  @media screen and (max-width: 1199.98px) {
    .hbMenu_active > .mo__middle {
      width: 0;
      height: 0;
      left: var(--hamburger-menu-padding); } }
  @media screen and (max-width: 1199.98px) {
    .hbMenu_active > .mo__bottom {
      top: 15px;
      transform: rotate(-45deg); } }
.nav_wrapper {
  transition: .5s; }
  @media screen and (max-width: 1199.98px) {
    .nav_wrapper {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background-color: #191919;
      visibility: hidden;
      opacity: 0;
      width: 100%;
      height: 100vh; } }
  @media screen and (min-width: 1200px) {
    .nav_wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
@media screen and (max-width: 1199.98px) {
  .nav_wrapper.active {
    visibility: visible;
    opacity: 1; } }

@media screen and (max-width: 1199.98px) {
  .nav_list {
    margin-top: 80px; } }

@media screen and (min-width: 1200px) {
  .nav_list ul {
    display: flex; } }

.nav_list_item {
  color: inherit;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: #FFF;
}
  @media screen and (min-width: 1200px) {
    .nav_list_item + .nav_list_item {
      margin-left: 3rem;
    }
  }
  .nav_list_item a {
    color: #FFF;
    white-space: nowrap;
  }
    @media screen and (max-width: 1199.98px) {
      .nav_list_item a {
        display: block;
        margin: 0 20px 20px 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #666;
        color: #FFF; } }
@media screen and (max-width: 1199.98px) {
  .nav_btn {
    margin: 6rem 15% 0 0;
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .nav_btn {
    display: none; } }

@media screen and (max-width: 1199.98px) {
  .siteHeader_btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: .5%;
    width: 7%;
   }
   .siteHeader_btn img {
    width: 32%;
   }
   .siteHeader_btn span {
    color: #FFF;
    font-size: 8px;
    display: block;
    margin-top: 7px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_btn {
    right: 1%;
   }
}
@media screen and (max-width: 760px) {
  .siteHeader_btn {
    width: 14%;
   }
   .siteHeader_btn img {
    width: 20%;
   }
}
@media screen and (max-width: 480px) {
  .siteHeader_btn {
    width: 18%;
   }
   .siteHeader_btn a {
    padding-top: 7%;
   }
  .siteHeader_btn img {
    width: 30%;
   }
}

@media screen and (min-width: 1200px) {
  .siteHeader_btn {
    display: none;
  }
  }

@media screen and (max-width: 1199.98px) {
  .siteHeader_btn a {
    color: #FFF;
    text-align: center;
    display: block;
  }
}

.disp_sp {
    display: none;
}
.disp_pc {
    display: block;
}

.footer_btn {
    padding: 6px;
    box-sizing: border-box;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
ul.foot_btn {
    display: flex;
    justify-content: center;
    font-size: 15px;
}
ul.foot_btn li {
    width: 100%;
    max-width: 250px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 2px;
    background-color: #ab925b;
}
ul.foot_btn li a {
    display: block;
    padding: 15px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
.disp_sp {
    display: block;
}
.disp_pc {
    display: none;
}
ul.foot_btn {
    justify-content: space-between;
    font-size: 0.8em;
}
ul.foot_btn li {
    width: 32.5%;
    border: 1px solid #fff;
    margin: 0;
}
ul.foot_btn li a {
    display: block;
    padding: 14px 2px;
}
}


section .ap-collection-title {
  margin-bottom: 30px;
}
section .ap-collection-title span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
section .ap-collection-title {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
section .ap-collection-title span {
  font-size: 1rem;
}
}


.max {
  max-width: 100%;
  height: auto;
}
#ap-special-outline .ap-outline-heading span {
  line-height: 1.4;
  font-size: 1rem;
}
.shop-info-piguet {
  margin-top: 50px;
}
#ap-special-outline .contact-info-new .inner .shop-name,
#ap-special-outline .contact-info-new .inner .shop-info {
    font-size: 1.1rem;
}

@media screen and (min-width: 1100px) {
  .shop-info-piguet {
  margin-top: 75px;
 }
}
.shop-info-piguet .ap-link-list.list-inline {
  display: block;
}
.shop-info-piguet .contact-info-new {
  display: block;
  background: inherit;
}
@media screen and (min-width: 1200px) {
  .shop-info-piguet .contact-info-new, .shop-info-piguet .flex {
    display: flex;
  }
  .shop-info-piguet .contact-info-new img {
    width: 50%;
  }
}
.shop-info-piguet .contact-info-new .inner .shop-name.shop-name__sub {
  margin-top: 0;
}
.shop-info-piguet .contact-info-new .inner {
  padding: 0;
}


/*オーデマ ピゲが歩んだ、150年の軌跡*/
#anniv-150 {
  margin-bottom: 65px;
}
@media screen and (min-width: 1100px) {
  #anniv-150 {
  margin-bottom: 85px;
}
}
#anniv-150 .ap-outline-catch {
  color: #fff;
  line-height: 1.7;
  text-align: center;
  padding: 0 1em;
}
@media screen and (min-width: 1100px) {
  #anniv-150 .ap-outline-catch {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.swiper-container {
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  padding: 0;
}
@media (max-width: 768px) {
  .swiper-slide {
    padding: 2em 0;
  }
}
.swiper-slide .inner::before, .swiper-slide .inner::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
/*.swiper-slide .inner {
  width: calc(996 / 1980 * 100vw);
  margin-inline: auto;
}*/
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
    bottom: -4%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
  }
@media (max-width: 900px) {
  .swiper-slide .inner {
    width: 75%;
    margin: 0 auto;
  }
}
.swiper-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.swiper-slide img:hover {
  cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
  transform: translateY(-50%) translateX(-50%);
  top: 54%;
  color: #1b5099;
}
.swiper-button-prev {
  left: 20%;
  color: #fff;
}
@media (max-width: 900px) {
  .swiper-button-prev {
    left: 7%;
  }
}
@media (max-width: 480px) {
  .swiper-button-prev {
    left: 6%;
  }
}
.swiper-button-next {
  right: 18%;
  color: #fff;
}
@media (max-width: 900px) {
  .swiper-button-next {
    right: 4%;
  }
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: 4vw;
  }
}
@media (max-width: 480px) {
  .swiper-button-next {
    right: 0;
  }
}


/*新たなアイコン「オーデマ ピゲ」*/
#new-icon {
  color: #fff;
  padding-bottom: 50px;
}
.new-icon__list {
  margin-bottom: 50px;
}
@media (min-width: 1100px) {
  .new-icon__list {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 67px 30px;*/
  }
}
#new-icon .new-icon__item img {
  margin-bottom: 20px;
}
#new-icon .new-icon__item h3 {
  font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media (min-width: 1100px) {
  #new-icon .new-icon__item h3 {
    font-size: 1.4rem;
  }
}
#new-icon .new-icon__item p {
  line-height: 1.4;
}
@media (min-width: 1100px) {
  #new-icon .new-icon__item p {
  font-size: 1.1rem;
}
}
#new-icon .new-icon__item + .new-icon__item  {
  margin-top: 50px;
}
/*@media (min-width: 1100px) {
  #new-icon .new-icon__item + .new-icon__item  {
  margin-top: 0;
}
}*/
#new-icon .new-icon__item .center__text {
  text-align: center;
  line-height: 2;
}
#new-icon .new-icon__item .break__text {
  margin-top: 1em;
}


#ap-special-collection{
  margin-bottom: 90px;
}


/*元町店「オーデマ ピゲ・サロン」*/
#motomachi {
  color: #fff;
}
@media (min-width: 640px) {
  #motomachi {
  width: 100%;
  max-width: 100%;
}
}
#motomachi .ap-outline-list {
  margin-bottom: 70px;
}
#motomachi .ap-outline-list h3 {
  line-height: 2;
          margin: 13px;
        font-size: 0.875rem;
}
@media (min-width: 640px) {
  #motomachi .ap-outline-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #motomachi .ap-outline-list li {
    width: 48%;
  }
  #motomachi .ap-outline-list h3 {
    font-size: 1rem;
  }
}
#motomachi .ap-outline-list li + li {
  margin-top: 35px;
}
@media (min-width: 640px) {
  #motomachi .ap-outline-list li + li {
  margin-top: 0;
}
}

/*「CODE 11.59 バイ オーデマ ピゲ」コレクション*/
.code-collection .p-brandCollectionList,
.code-collection .p-itemsList {
    flex-wrap: wrap;
    place-content: normal center;
    place-items: normal;
    gap: 14px 3.84615%;
    display: flex;
    margin-bottom: 50px;
}
@media (min-width: 1100px) {
.code-collection .p-brandCollectionList {
  margin-top: 50px;
}
}
.code-collection .p-brandCollectionList .p-brandCollectionCol,
.code-collection .p-itemCol {
    background-color: #fff;
    flex-flow: column wrap;
    place-content: normal;
    place-items: normal;
    width: 48.0769%;
    padding: 13px 0;
}
.code-collection .p-itemCol {
  text-align: center;
  color: #2e2b29;
}
@media (min-width: 768px) {
  .code-collection .p-brandCollectionList .p-brandCollectionCol {
    width: 30%;
    padding: 22px 0;
  }
  .code-collection .p-itemCol {
    width: 30%;
    gap: 14px 14px;
  }
}
.code-collection .p-brandCollectionList .c-collectionInfo {
    flex-flow: column wrap;
    place-content: normal;
    place-items: center normal;
    row-gap: 8px;
    padding: 13px;
    display: flex;
}
.code-collection .p-brandCollectionList .c-collectionType {
    letter-spacing: .05rem;
    padding: 6px 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}
.code-collection .p-brandCollectionList .c-collectionType.-mens {
    color: #fff;
    background-color: #1a1311;
}
.code-collection .p-brandCollectionList .c-collectionName {
    letter-spacing: .02rem;
    text-align: center;
    flex-flow: column wrap;
    place-content: normal;
    place-items: normal;
    row-gap: 5px;
    display: flex;
    color: #2e2b29;
}
.c-itemName,
.c-itemRef,
.c-itemPrice {
  padding: 0 13px;
  word-break: break-all;
}
.c-itemBrand {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 7px;
}
@media (min-width: 768px) {
  .c-itemBrand {
    font-size: 12px;
    margin-bottom: 14px;
}
}
.c-itemName {
    font-optical-sizing: auto;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 7px;
}
@media (min-width: 768px) {
  .c-itemName {
        font-size: 16px;
        margin-bottom: 15px;
    }
}
.c-itemRef {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 9px;
}
@media (min-width: 768px) {
  .c-itemRef {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.p-itemCol p.c-itemPrice {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
@media (min-width: 768px) {
  .p-itemCol p.c-itemPrice  {
    font-size: 15px;
  }
}
.code-collection img {
  max-width: 100%;
  height: auto;
}


/*オーデマ ピゲ ウォッチコレクション*/
@media only screen and (max-width: 640px) {
/*.ap-collection-list li {
  width: 50%;
}*/
}

