@charset "UTF-8";


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

:root {
     --cartier-color:#780606;
     --font-sans-serif: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
     --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
     --ease-in-out:cubic-bezier(0.4, 0, 0.2, 1);
     --ease-out:cubic-bezier(0, 0, 0.2, 1);
}

body{
  font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  animation-name:loading;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay:0.4s;
  opacity:0;
  font-family: var(--font-serif);
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

header, footer{
  font-family: 'Noto Sans JP', sans-serif !important;
}

img{
  max-width:100%;
  height:auto;
}

/* a:hover {
  opacity: 0.7;
} */

h2, h3, .c-content p{
  font-family: var(--font-serif);
  /* font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important; */
  font-size: 18px;
}
.c-content p span {
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-content p {
    font-size: 14px;
  }
}

.h2{
  font-size: 30px;
    letter-spacing: 0.08em;
    padding-left: 0.08em;
    font-family: var(--font-serif);
}
@media (max-width: 768px) {
  .h2{
    font-size: 1.4rem;
  }
}
.h2_name{
    letter-spacing: 0.08em;
    padding-left: 0.08em;
    font-family: var(--font-serif);
    font-size: 2rem !important;
}
h2 small {
  display: block;
  font-size: 60% !important;
  line-height: 1.6 !important;
}
.h3{
    font-family: var(--font-serif);
}
.p-gh__pr__logo{
    font-family: var(--font-serif);
}

.dash{
    display: inline-block;
    letter-spacing: -0.3em;
    font-weight: 400 !important;
    position: relative;
    top: -0.1em;
    margin: 0 0.5rem;
}

/*** ■■■　ここから　記事タイトル周りの設定　■■■ ***/
.special_title{
    font-size:1.5rem;
    line-height: 1em;
    letter-spacing: 0.14em;
    padding-left: 0.14em;
    font-weight: 700;
    text-align: center;
    margin-bottom:0.9375rem;
    font-feature-settings:initial;
}

.special_title_sub{
    font-size:0.9375rem;
    line-height: 1em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.6875rem;
    font-feature-settings:initial;
}

.article_title{
    margin-top: 3rem;
    margin-bottom: 1.125rem;
}

.article_title_text{
    position:relative;
    margin-bottom:0;
    letter-spacing:0.09em;
    padding-left: 0.09em;
    font-feature-settings:initial;
    font-family: var(--font-serif);
}

.article_kind{
    position:absolute;
    left:0;
    top:-1.4375rem;
    font-size:0.75rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing:0;
    padding-left: 0.225rem;
}

.article_description{
    font-size: 0.8125rem;
    line-height: 1.76923077em;
    padding-bottom:1.125rem;
}
/*** ■■■　ここまで　記事タイトル周りの設定　■■■ ***/


/*** ■■■　ここから　セクション区切りの水平線　■■■ ***/
.hr_sepline{
    height: 1px; 
    width:61px;
    border: none; 
    background-color: black;
    line-height: 0;
    /*margin:117px auto 113px;*/
    margin:7.3125rem auto 7.0625rem;
}

/** 記事最後の区切り線はマージンが異なる **/
.hr_sepline_article_end{
    height: 1px; 
    width:61px;
    border: none; 
    background-color: black;
    line-height: 0;
    /*margin:139px auto 120px;*/
    margin:8.6875rem auto 7.5rem;
}
/*** ■■■　ここまで　セクション区切りの水平線　■■■ ***/


/*** ■■■　ここから　広告エリア　■■■ ***/
.adv_area{
    background-color: #f7f7f3;
    /* padding-top:34px;
    padding-bottom:34px; */
    margin-bottom:120px;
}
.adv_area.pc {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 360px;
}
.adv_area.pc > div, .adv_area.pc > a, .adv_area.pc > iframe, .adv_area.pc > iframe a {
  width: 100% !important;
}
.adv_area.pc a {
  width: 100% !important;
}
.adv_area.pc iframe {
  position : relative;
  transform : scale(0.5) translate(-100%, 0);
  left : 50%;
  margin-top: -60px;
}

.adv_area.sp {
  display: none;
}


@media (max-width: 768px) {
  .adv_area.pc {
    display: none;
  }
  .adv_area.sp {
    display: block;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 260px;
  }
  .adv_area.sp > div, .adv_area.sp > a, .adv_area.sp > iframe, .adv_area.sp > iframe a {
    width: 100% !important;
  }
  /* .adv_area.sp div {
    width: 100% !important;
  } */
  .adv_area.sp a {
    width: 100% !important;
  }
  .adv_area.sp iframe {
    position : relative;
    transform : scale(0.35) translate(-143%, 0);
    left : 50%;
    margin-top: -125px;
  }
}

.adv_area_content{
    width:83.59375vw;
    height:14.0625vw;
    max-width:1605px;
    max-height:270px;
    margin:0 auto;
    /*border:solid 1px #cccccc;*/
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    line-height: 0;
}
.adv_area_content a {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.adv_area_content a:hover {
  opacity: .7;
}
/*** ■■■　ここまで　広告エリア　■■■ ***/


/*** ■■■　ここから　LATEST STORIES（最新記事）　■■■ ***/
.latest_stories{
    background-color: #F5F5F5;
    /* padding:80px 0; */
    margin-bottom:60px;
}

.latest_stories_heading{
    font-size:40px;
    line-height: 1em;
    text-align: center;
    font-family: var(--font-serif);
    font-weight:700;
    margin-bottom:34px;
}

.article_list{
  width:100%;
  display: flex;
  flex-wrap:wrap; 
  margin-bottom:20px;
  justify-content: center;
}

.article_list li{
  width:50%;
  margin: 0;
}
.article_list li {
  position: relative;
}

.article_list_thumbnail{
  overflow: hidden;
  line-height: 0;
}

.article_list_thumbnail img{
  transition: 0.5s ease-in-out;
}

.article_list li:hover img{
  transform: scale(1.08);
}

.article_list_text{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  line-height: 1;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.article_list_text_kind{
  font-size: 12px;
  line-height:1em;
  margin-bottom: 11px;
  font-weight: 700;
}

.article_list_text_title{
  font-size: 22px;
  line-height:1.2;
  margin-bottom: 7px;
  font-weight: 700;
  color: #fff;
}

.article_list_text_description{
  font-size: 13px;
  line-height:1.76923077em;
  font-weight: 400;
}

.coming_soon .article_list_text_title{
  font-weight: 500;
}

.coming_soon img{
  transform: none !important;
}

.btn_top{
  display:block;
  margin:0 auto 90px;
  width:600px;
  height:66px;
  font-size: 18px;
  background-color: #fff;
  border:solid 1px #000;
  letter-spacing:0.26em;
  padding-left:0.26em;
  font-weight:700;
  position: relative;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.btn_top::after{
  content:"";
  position:absolute;
  left:29px;
  top:50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #000;
  border-left: 0;
}

.btn_top:hover{
  background-color: #f9f9f9;
}

/*** ■■■　ここまで　LATEST STORIES（最新記事）　■■■ ***/



/*** ■■■　ここから　他ページリンクのエリア　■■■ ***/
.others_link{
  width:100%;
  display: flex;
  flex-wrap:wrap; 
}

.others_link_unit{
  width:50%;
  position:relative;
}

.others_link_unit_image{
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.others_link_unit img{
  transition: 0.5s ease-in-out;
}

.others_link_unit img:hover{
  transform: scale(1.08);
}

.others_link_unit_title{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  font-size:40px;
  line-height: 1.1em;
  /* letter-spacing: 0.14em; */
  color:#fff;
  width:100%;
  padding-left:5%;
  padding-right:5%;
  text-align: center;
  font-weight: 600;
  pointer-events: none;
}
/*** ■■■　ここまで　他ページリンクのエリア　■■■ ***/


/*** ■■■　ここから　下段のロレックスロゴ　■■■ ***/
.logo_rolex_color{
  width:150px;
  line-height: 0;
  margin:100px auto 100px;
}
/*** ■■■　ここまで　下段のロレックスロゴ　■■■ ***/


@media only screen and (min-device-width: 320px) and (max-width: 767px) {

  .special_title_sub{
    margin-bottom: 4.5rem;
  }

  .article_kind{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    top:-2.5rem;
    padding: 5px;
    border:solid 1px #666;
    border-radius: 0.1875rem;
    font-size: 0.625rem;
  }

  .article_description{
    font-size: 0.6875rem;
    padding-bottom:0rem;
  }

  .hr_sepline{
      width:16.26666667vw;
      margin:calc(7.3125rem * 0.66) auto calc(7.0625rem * 0.66);    
  }

  .hr_sepline_article_end{
      width:16.26666667vw;
      margin:calc(8.6875rem * 0.66) auto calc(7.5rem * 0.66);    
  }

}


@media (max-width: 1024px) { 

  .adv_area_content{
      width:95vw;
      height:auto;
  }
}

@media (max-width: 930px) { 
  .article_list_text_title{
    font-size: 16px;
  }

  .others_link_unit_title{
    font-size:30px;
  }
}

@media (max-width: 834px) {
  /*** 公開時の「LATEST STORY」記事数が2個の対応。記事数が増えたら削除予定 ***/
  .article_list li{
    width:50%;
  }
}

@media (max-width: 768px) {
  .others_link_unit_title{
    font-size:27.6px;
  }
}

@media (max-width: 600px) {

  /* .adv_area{
      padding-top:29px;
      padding-bottom:29px;
  } */

  /* .latest_stories{
    padding-top:60px;
  } */

  .article_list li{
    width:50%;
  }

  .btn_top{
    margin:0 auto 120px;
    width:90vw;
    height:58px;
  }

  .others_link{
    display: block;
  }

  .others_link_unit{
    width:100%;
  }

  .others_link_unit_title{
    font-size:34px;
  }

}

@media (max-width: 440px) {
  /* .latest_stories{
    padding-top:59px;
  } */

  .article_list{
    width:100%;
    display: block;
    margin-bottom:42px;
  }

  .article_list li{
    width:100%;
  }

  .article_list_text{
    padding:25px 20px 43px 20px;
  }

  .article_list_text_title{
    font-size: 18px;
  }

  .btn_top{
    margin:0 auto 90px;
  }

  .others_link_unit_title{
    font-size:24px;
  }

  .logo_rolex_color{
    margin:90px auto 90px;
  }

}

@media (max-width: 390px) {
  /* .latest_stories{
    padding-top:58px;
  } */
  
  .latest_stories_heading{
      font-size:39px;
  }
}

@media (max-width: 375px) {
  /* .latest_stories{
    padding-top:57px;
  } */

  .latest_stories_heading{
      font-size:38px;
  }
}

@media (max-width: 320px) {
  .latest_stories{
    padding-top:52px;
  }

  .latest_stories_heading{
      font-size:33px;
  }
  
  .article_list_text_title{
    font-size: 17px;
  }
}


/*==================================================
ふわっ
===================================*/

.fadeInTrigger{
opacity:0;
}

/* 早さ　*/
.fadeInTrigger.type1 {
    animation-duration:0.5s;
}

.fadeInTrigger.type2 {
    animation-duration:1s;
    animation-delay:0.2s;
}

.fadeInTrigger.type3 {
    animation-duration:1.2s;
    animation-delay:0.2s;
}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
animation-delay:0.2s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*-------------------------------------*/
.c-share ul li:nth-child(1) {
  margin: -1.5px 0 0 0;
}



/*20251023-------------------------------------*/
.interviewer {
  font-weight: bold;
}
.note {
  background-color: #eef1f7;
  padding: 1rem 1.5rem;
}
.c-content--image figcaption>div {
  text-align: center;
}
/*---------------------------------------------*/

/*20251203-------------------------------------*/
.p-gf__main__menu ul {
  display: flex;
  flex-wrap: wrap;
}
.p-gf__main__menu a {
  display: inline-block;
  width: auto;
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #000;
}
.p-gf__main__menu a:hover {
  text-decoration: underline;
}
.p-gf__main__menu ul li {
  margin: 0 0 0 0.75rem;
}
.p-gf__main__menu ul li:nth-child(1) {
  margin: 0;
}
.p-gf__main__menu ul li::after {
  content: "|";
  color: rgba(0,0,0,0.3);
  margin: 0 0 0 0.75rem;
  padding: 0 0 0 0;
  font-size: 14px;
}
.p-gf__main__menu ul li:nth-last-child(1)::after {
  content: "";
}
@media (max-width: 768px) {
  .p-gf__main__menu ul {
    justify-content: space-between;
  }
  .p-gf__main__menu ul li {
    margin: 0;
  }
  .p-gf__main__menu ul li::after {
    content: "";
    margin: 0 0 0 0.75rem;
  }
  .p-gf__main__menu a {
    text-decoration: underline;
  }
}
/*---------------------------------------------*/
header.p-gh {
    margin-bottom: 0;
}
.mainmenu{
    background-color: rgba(255,255,255,0.95);
    color: #212121;
    display: flex;
    justify-content: center;
    height:38px;
    padding-top:9px;
    position: sticky;
    top:0;
    left:0;
    z-index: 100;
    font-family: var(--font-serif);
}

.mainmenu li{
    display: block;
    font-size:15px;
    padding-top: 3px;
    padding-left:30px;
    padding-right:30px;
    height:20px;
    border-right:solid 1px #dadada;
    line-height: 1em;
    text-align: center;
    transition: background-color 0.35s;
}

.mainmenu li:nth-of-type(1){
    border-left:solid 1px #dadada;
}

.mainmenu li:hover{
    color:#fff;
    background-color: var(--cartier-color);
}

.mainmenu a{
    display: block !important;
    width: 100%;
    opacity: 1;
}
.mainmenu .current{
    position: relative;
}
.mainmenu .current::after{
    content:"";
    position: absolute;
    width:92%;
    height:1px;
    left:4%;
    bottom:-4px;
    background-color: var(--cartier-color);
}

@media (max-width: 768px) {
  .mainmenu{
    flex-wrap: wrap;
    height:auto;
    row-gap: 3.46666667vw;
    padding-top:2.4vw;
    padding-bottom:2.4vw;
  }
  .mainmenu li{
    width:50%;
    font-size:3.73333333vw;
    padding-top: 0.53333333vw;
    padding-left:1.33333333vw;
    padding-right:1.33333333vw;
    height:4.26666667vw;
  }
  .mainmenu li:nth-of-type(1){
    width: 25%;
    border-left:none;
  }
  .mainmenu li:nth-of-type(2){
    width: 75%;
  }
  .mainmenu li:nth-of-type(2), .mainmenu li:nth-of-type(4){
    border:none;
  }
  .mainmenu .current::after{
    bottom:-1.06666667vw;
    height:0.26666667vw;
  }
}

.vline{
    width:1px;
    height:64px;
    margin:7.3125rem auto 7.0625rem;
    background-color: #e6e7ec;
}
@media (max-width: 768px) {
  .vline{
    height:16.4vw;
  }
}

.speaker:nth-child(odd) .columns--2-pc {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .speaker:nth-child(odd) .columns--2-pc {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .p-gh__pr__logo {
    font-size: 3.73333333vw;
    line-height: 1.5;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .width--l p, .width--l-pc p {
    width: 90vw !important;
    margin: 0 auto;
  }
}

h3>span {
  font-size: 28px;
  text-align: center !important;
}
h3 small {
  font-size: 18px;
}
@media (max-width: 768px) {
  h3>span {
    font-size: 1.2rem;
  }
  h3 small {
    font-size: 14px;
  }
}

.footer-link {
    display: block;
    margin-top: 40px;
    text-align: center;
}
.footer-link a {
    text-decoration: underline;
}
