@charset "UTF-8";

/* ============
reset.css
=============== */
html {
  scroll-behavior: smooth;
}


ul,
li {
  list-style: none;
}

a {
  color: initial;
  text-decoration: none;
  cursor: pointer!important;
}

h2,
h3,
p {
  margin: 0;
  padding: 0;
}

h2 {
  border-bottom: none !important;
}

.top-h2 {
  width: 90% !important;
}

.section-eyecatch {
  max-width: none;
  width: 100%;
  background-color: black;
}

.section-eyecatch>.sectioning>.main_width {
  max-width: none;
}

.section-eyecatch>.sectioning{
padding:0;
}

.section-eyecatch>.sectioning>a{
  cursor: pointer;
}

main{
  margin-top: 0;
}

.section-breadcrumb {
  padding-bottom: 0 !important;
}


.page_title_left h1 {
  max-width: var(--max-width);
}

.page_title_left {
  margin-bottom: 0;
}

.event_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.footer_contact_list {
  padding: 0 16px;
}

/* ============
font 
=============== */

.f-en,
.w-brand,
.list_number,
.fair_ttl span {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.f-serif,
.lead_wrap > p,
.fair_ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

/* ============
color
=============== */

:root {
  --gold: #ab9655;
  --red: #7d2424;
  --gray: #c2c2c2;
  --blog-bg: #212121;
}

/* ============
size
=============== */

:root{
  --max-width:1120px;
  --content-width:800px;
}


/* ============
共通 
=============== */

.section_wrap {
  max-width: var(--max-width);
  margin: 0 auto 300px;
  padding: 16px;
  box-sizing: border-box;
}

.main_ttl,
.w-brand,
.section-eyecatch > p {
  color: #fff;
}

.section_ttl {
  text-align: center;
  color: #fff;
}

span {
  display: block;
}

.price_info>p>span{
  display: inline-block;
}

.sp_only,
.sp,
.sp_378 {
  display: none;
}


@media screen and (max-width:767px){
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .w-brand,
  p {
    font-size: 14px;
    padding: 0 4px;
  }

  .sectioning {
    padding: 0;
  }

  .block-itemlist {
    padding: 0 16px;
  }

  .section_wrap{
    margin: 0 auto 80px;
  }
}

@media screen and (max-width:378px) {
  .sp_378 {
    display: block;
  }
  
}


/* ============
fv
=============== */


.fv {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 80px 0;
}

.fv img {
  width: 100%;
}

.main_ttl {
  font-size: 30px !important;
  text-align: center;
}

.main_ttl > .f-serif {
  font-size: 24px;
}

.lead_wrap {
  margin-top: 40px;
  text-align: center;
  line-height: 1.5;
}

.lead_wrap > p {
  margin-bottom: 8px;
}

@media screen and (max-width:767px) {
  .main_ttl {
    margin-bottom: 8px;
    font-size: 24px !important;
  }

  .main_ttl > .f-serif {
    font-size: 18px;
  }

  .lead_wrap > p {
    font-size: 14px;
  }


}

@media screen and (max-width:378px){
  .main_ttl {
    font-size: 20px;
  }

  .main_ttl > .f-serif {
    font-size: 14px;
  }

}

/* ============
lineup
=============== */

.grayscale {
  filter: grayscale(90%);
}

.lineup > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  letter-spacing: 1.75px;
}
.lineup > h2:before,
.lineup > h2:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
.lineup > h2:before {
  margin-right: 1em;
}
.lineup > h2:after {
  margin-left: 1em;
}

.lineup_wrap {
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.lineup_wrap li {
  opacity: 0.5; 
  transition: opacity 0.5s;
}

.lineup_wrap li.active {
  opacity: 1; 
  filter: grayscale(0%) brightness(100%);
}

.lineup_wrap li {
  position: relative;
  width: 150px;
  filter: grayscale(100%) brightness(60%);
  transition: 0.3s ease-out;
}

.lineup_wrap li img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.lineup_wrap li.active {
  opacity: 1; 
}

.list_number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  z-index: 1;
  filter: brightness(100%);
}

#main,
#list-1,
#list-2,
#list-3,
#list-4,
#list-5,
#list-6 {
  scroll-margin-top: 100px;
}


@media screen and (max-width:767px){
  .lineup_wrap li img {
    height: 200px;
  }

}


/* ============
item 共通
=============== */
.w-brand {
  margin: 5px 0;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  background-color: var(--gold);
  font-size: 14px;
}

.tag.red{
  background-color: var(--red);
}

.column{
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 8px;
}

.gold-border {
  margin: 15px 0;
  border: 1px solid var(--gold);
}

.cart_text{
  display: flex;
  align-items: center;
  color: #fff;
}

.cart_text:hover{
  color: #fff;
}

.cart_icon {
  margin-top: 8px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-out;
}

.cart_icon:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in ;
}

span.model,
span.ref{
  color: #fff;
}

p.detail {
  color: #fff;
}


/* ============
main_wrap
=============== */
.main_wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.main-img {
  position: relative;
}

.main-img::after {
  position: absolute;
  content: "";
  top: 2%;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 50px 15px black;
}

.main-img img {
  width: 100%;
}

.item_text.main {
  position: absolute;
  top: -220px;
  right: 0;
  width: 48%;
  padding-right: 28px;
}

.catchcopy {
  font-size: 24px;
  margin-bottom: 10px;
}


@media screen and (max-width:767px) {

  .item_text.main {
    position: initial;
    width: 100%;
    padding: 0 4%;
  }

  p.catchcopy.f-serif {
    margin-bottom: 0;
    font-size: 28px;
    padding-left: 6%;
  }
}

@media screen and (max-width:550px) {
   p.catchcopy.f-serif {
    font-size: 20px;
  }

}

/* ============
item_wrap 2-6
=============== */

.item_wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.item_wrap.margin {
  margin: 0 auto 50px;
}

.item_wrap.reserve {
  flex-direction: row-reverse;
}

.item_img,
.item_text {
  width: 50%;
}

.item_text {
  padding-right: 30px;
}

.item_text>p{
  text-align: justify;
}

.reserve > .item_text {
  padding-right: 0;
  padding-left: 30px;
}


.item_img img {
  width: 100%;
}

.w-rare_wrap {
  padding: 0px 16px;
}


.bg {
  position: relative;
  background-image: url(../images/sale/rare-luxury-watches/bg.png);
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 50px 15px black;
}

.bg-reserve {
  background-image: url(../images/sale/rare-luxury-watches/bg-reserve.png);
}


@media screen and (max-width:767px) {
  .w-brand {
    font-size: 24px;
  }

  .item_img {
    max-width: 380px;
    width: 80%;
    margin: 0 auto;
    padding-top: 10%;
  }

  .item_text {
    width: 100%;
    margin-top: 20px;
    padding: 0 4%;
  }

  .item_text > p {
    font-size: 16px;
  }

  .reserve > .item_text {
    margin-top: 20px;
    padding: 0 4%;
  }

  .item_wrap.margin {
    margin: 0 auto 40px;
  }

  .bg,
  .bg-reserve {
    background-image: none;
  }

  .item_wrap {
    display: block;
    background-image: url(../images/sale/rare-luxury-watches/bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;

  }

  .item_wrap.reserve {
    background-image: url(../images/sale/rare-luxury-watches/bg-reserve_sp.png);
  }

  .w-rare_wrap {
    padding: 0;
  }

  p.tag{
    font-size: 12px;
  }
}






/* ============
blog
=============== */
.blog_wrap {
  max-width: none;
  margin-top: 2%;
  padding: 40px 0 10px;
  background-color: var(--blog-bg);
  position: relative;
}

.blog-bottom {
  margin-bottom: 0;
}

.l-inner {
  max-width: none;
}

.swiper-wrapper {
  height: auto;
  padding: 0 0 80px;
}

.swiper-area {
  max-width: var(--content-width);
  margin: 10px auto 20px;
  padding: 0 16px;
  box-sizing: border-box;
}

.swiper-slide {
  display: flex; 
  justify-content: center;
  align-items: center;
}

.slide-img {
  width: 100%;
  aspect-ratio: 3 / 2; 
  position: relative;
}

.slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.blog_ttl {
  max-width: var(--content-width);
  margin: 0 auto;
  padding-left: 16px;
  color: #fff;
}

.slide-title {
  margin-top: 10px;
  line-height: 1.2;
  color: #fff;
}

.slide-date {
  color: #fff;
  font-size: 12px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #fff !important;
  font-size: 20px !important;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px #fff solid !important;
  width: 40px !important;
  height: 40px !important;
  top: 90% !important;
  border-radius: 50% !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 13%);
    bottom: var(--swiper-scrollbar-bottom, 32px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 13%));
    background: #5f5959 !important;
}

 .swiper-scrollbar-drag{
  background:rgb(255 255 255) !important;
 }


.scl-box {
  max-width: var(--content-width);
}

@media screen and (max-width:767px) {
  .blog_wrap {
    margin-top: 30px;
  }

  .blog_ttl{
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
  }

  .slide-title{
    font-size: 14px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }

  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 12px !important;
  }
}

@media screen and (max-width:450px) {
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 19%);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 19%));
 }
}



/* ============
モノクロ→カラー
=============== */


.main-img {
  object-fit: contain;
  display: grid;
}

.item_img {
  object-fit: contain;
  display: grid;
}

.main-img div,
.item_img div {
  grid-column: 1;
  grid-row: 1;
}

.grayscale {
  filter: grayscale(100%) brightness(60%) saturate(20%);
}

.item_img img.colored,
.item_img img.colored {
  filter: none; /* 元の色に戻す */
  opacity: 0;
  transition: opacity 1s ease;
}

.main-img img.colored.is-animated,
.item_img img.colored.is-animated {
  opacity: 1 !important;
}

.colored {
  clip-path: inset(0 100% 0 0);
  transition: all 2s ease-in-out;
}

.colored[data-animation="to-left"] {
  clip-path: inset(0 0 0 100%);
}

.colored[data-animation="to-top"] {
  clip-path: inset(100% 0 0 0);
}

.colored[data-animation="to-bottom"] {
  clip-path: inset(0 0 100% 0);
}

.colored.is-animated {
  clip-path: inset(0);
}

/* ============
shoplist_wrap
=============== */

.shoplist_wrap {
  padding: 80px 0;
  text-align: center;
}

.shoplist_wrap > p {
  color: #fff;
}

.fair_ttl {
  margin: 0 auto 16px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1.4px;
}

.fair_ttl span {
  color: #fff;
  font-size: 28px;
}

.shoplist_box_wrap {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 40px 16px;
}

.shoplist_box {
  display: flex;
  align-items: center;
  column-gap: 30px;
  max-width: var(--blog-bg);
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
}

.shop_img {
  max-width: 280px;
}

.shop_img img {
  width: 100%;
}

.shop_text {
  width: calc(67% - 24px);
}

.shop_text > h3 {
  text-align: left;
  font-size: 16px;
  width: 100%;
  margin-bottom: 18px;
  padding: 0 4px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}

.shop_text > p {
  color: #fff;
  text-align: left;
}

.google-map {
  display: inline;
  color: #fff;
  padding: 0;
  position: relative;
  transition: 0.3s ease-out;
}

.google-map:hover {
  opacity: 0.4 !important;
  color: #fff;
}

.map-border {
  position: absolute;
  width: 36px;
  bottom: 0;
  left: 24%;
  height: 1px;
  background: #fff;
}

.shop-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-link.sp{
  display: none;
}

.shop-detail {
  width: 48%;
  margin-top: 15px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.shop-detail a {
  display: block;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  transition: 0.3s;
}

.shop-detail a:hover {
  opacity: 0.7;
}

.shop-reserve {
  width: 49%;
  margin-top: 15px;
  text-align: center;
}

.shop-reserve a {
  display: block;
  padding: 13px 0;
  color: #101010;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.08em;
  background: var(--gray);
  transition: All 0.3s ease;
}

.shop-reserve a:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .fair_ttl {
    font-size: 24px;
  }

  .shop_img {
    max-width: 200px;
  }

  .section-itemlist.sub-s-link {
    padding:0
  }
}


@media screen and (max-width:550px) {
  .shop_img {
    max-width: 160px;
    width: 56%;
  }

  .shop-link {
    display: none;
  }

  .shoplist_box {
    padding: 0;
    column-gap: 8px;
  }

  .shop-link.sp {
    display: flex;
    margin-bottom: 48px;
  }

  .shop_text > h3 {
    font-size: 15px;
  }

  .sns-box img {
    width: 22px;
    margin: 20px auto 0;
    display: block;
  }
  .cont-w img:last-child {
    margin: 20px auto 0;
  }
}

@media screen and (max-width:378px){
  .shoplist_wrap {
    padding: 60px 0;
  }

  .shoplist_box_wrap {
    padding: 40px 16px;
  }

}


/* ============
inquiry
=============== */

.inquiry_wrap {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 16px;
}

.reserv-box{
  padding-left: 20px;
}

.reserv-box div {
  color: #fff;
}

.tel_icon {
  position: relative;
  color: #fff;
}

.tel_icon::before {
  position: absolute;
  content: "";
  top: 2px;
  left: -23px;
  width: 20px;
  height: 20px;
  background-image: url(../images/sale/rare-luxury-watches/t-fel.png);
  background-size: contain;
}

p.tel {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.sns-box {
  display: flex;
  justify-content: center;
  column-gap: 8px;
}

.cont-line,
.cont-contact,
.cont-w {
  margin-right: 0 !important;
}

.sns-box a div {
  background-color: #fff !important;
}

.sns-box a {
  transition: 0.3s ease-in;
}

.sns-box a:hover {
  opacity: 0.7;
}

h3.inquiry {
  margin: 0 auto 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}


@media screen and (max-width:440px){
    .reserv-box a {
    display: inline-block;
  }

  p.tel {
    margin-top: -10px;
  }
}





