@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;
}

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;
}

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

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

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

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

h2, .c-content p{
  font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 18px;
}

.h2{
    letter-spacing: 0.08em;
    padding-left: 0.08em;
}

.dash{
    letter-spacing:0;
    font-weight: 400;
    position: relative;
    top:-0.1em;
}

/*** ■■■　ここから　記事タイトル周りの設定　■■■ ***/
.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-bottom: 1.125rem;
}

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

.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-top:81px;
    margin-bottom:60px;
}

.latest_stories_heading{
    font-size:40px;
    line-height: 1em;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight:700;
    margin-bottom:34px;
}

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

.article_list li{
  width:25%;
}

.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{
  padding:30px 20px 48px 20px;
}

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

.article_list_text_title{
  font-size: 18px;
  line-height:1.72222222em;
  margin-bottom: 7px;
  font-weight: 700;
}

.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;
}
/*---------------------------------------------*/