@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;
  color: #000;
  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;
} */

.is_pc{
  display:block;
}

.is_sp{
  display:none;  
}

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

.wrapper{
  width:100%;
  margin:0 auto;
}

header{
  position:absolute;
  width:100%;
  left:0;
  top:0;  
  z-index: 100;
}

.logo_asahi{
  width:115px;
  position:absolute;
  left:27px;
  top:20px;
}

.header_pr{
  display: flex;
  justify-content: flex-end;
  column-gap: 9px;
  position: absolute;
  right:25px;
  top:17px;
}

.header_pr_rounded_rectangle{
  width:27px;
  height:19px;
  border:solid 1px #fff;
  border-radius: 5px;
  color: #fff;
  font-size:12px;
  line-height: 1.33333333em;
  text-align: center;
}

.header_pr_text{
  text-align: right;
  color: #fff;
  font-size:15px;
  line-height: 17px;
}


/**** ■■■　ここから　ヒーローヘッダーのフェードイン　■■■ ****/
#slide ul{
  position:relative;
  height:48.125vw
}

#slide li{
  position:absolute;
  width:100%;
}

#slide li img{
  width: 100%;
  height:auto;
}

@media (max-width: 440px) {
  #slide ul{
    position:relative;
    height:133.33333333vw;
  }

  #slide li img{
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }
}

/**** ■■■　ここまで　ヒーローヘッダーのフェードイン　■■■ ****/


/**** ■■■　ここから　ヒーローヘッダー　■■■ ****/
.hero{
  position: relative;
}

.hero_text{
  width:525.6px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color:#fff;
}

.hero_logo_rolex{
  width:159.549px;
  line-height: 0;
  margin: 0 auto 39px;
}

.hero_catchcopy{
  font-size:90px;
  line-height:1em;
  font-weight: 700;
  margin-bottom:33px;
  letter-spacing: 0.14em;
  padding-left: 0.14em;
}

.hero_subcopy{
  font-size:27px;
  line-height:1em;
  font-weight: 600;
  margin-bottom: 48px;
  letter-spacing: 0.45em;
  padding-left: 0.45em;
}

.hero_byasahi{
  display: flex;
  justify-content:center;
  column-gap:15px;
}

.hero_byasahi{
  margin: 0 auto;
}

.hero_byasahi_by{
  font-size: 21px;
  line-height: 1em;
  width:31px;
  margin-top:7px;
  text-align: left;
  letter-spacing: 0.18em;
}

.hero_byasahi_asahi{
  width:240.223px;
  line-height: 0;
}
/**** ■■■　ここまで　ヒーローヘッダー　■■■ ****/


/**** ■■■　ここから　リード　■■■ ****/
.lead{
  display: flex;
  justify-content:space-between;
  width:auto;
  padding-left:30px;
  padding-right:30px;
  max-width:calc(1340px + 60px);
  margin:130px auto 112px;
  column-gap: 60px;
}

.lead_wrapper{
  margin-top:176px;
}

.lead_heading{
  font-size:66px;
  line-height: 73px;
  margin-bottom:24px;
  font-weight:700;
  white-space: nowrap;
}

.lead_heading_br{
  display: none;
}

.lead_heading_sub{
  font-size:45px;
  line-height: 1em;
  font-weight:400;
}

.lead_text{
  font-size: 17px;
  line-height: 2em;
  font-weight:600;
}

.lead_text p{
  margin-bottom:2em;
}

.lead_text p.mt{
  margin-top:4.5em;
}


.lead_text p:last-child{
  margin-bottom:0;
}
/**** ■■■　ここまで　リード　■■■ ****/


/*** ■■■　ここから　新着記事リスト　■■■ ***/
.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_more{
  display:none;      /* 公開時は非表示 */
  /*display:block;*/
  margin:0 auto 120px;
  width:600px;
  height:66px;
  background-color: #fff;
  border:solid 1px #000;
  font-size: 18px;
  letter-spacing:0.26em;
  padding-left:0.26em;
  font-weight:700;
}

.btn_more:hover{
  opacity: 0.7;
  background-color: #f9f9f9;
}
/*** ■■■　ここから　新着記事リスト　■■■ ***/


/*** ■■■　ここから　他ページリンクのエリア　■■■ ***/
.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 (max-width: 1156px) {
  .lead_heading_br{
    display: block;
  }

  .lead_wrapper{
    margin-top:calc(176px - (73px / 2));
  }
}

@media (max-width: 930px) {  
  .hero_text{
    transform: translate(-50%, -50%) scale(0.8);
  }

  .lead{
    margin:100px auto 82px;
  }

  .lead_heading{
    font-size:calc(66px * 0.9);
    line-height: calc(73px * 0.9);
    margin-bottom:calc(24px * 0.9);
  }

  .lead_heading_sub{
    font-size:calc(45px * 0.9);
  }

  .article_list_text_title{
    font-size: 16px;
  }

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


@media (max-width: 834px) {  
  .lead_heading{
    font-size:calc(66px * 0.75);
    line-height: calc(73px * 0.75);
    margin-bottom:calc(24px * 0.75);
  }

  .lead_heading_sub{
    font-size:calc(45px * 0.75);
  }
}

@media (max-width: 768px) {
  .hero_text{
    transform: translate(-50%, -50%) scale(0.75);
  }

  .lead{
    margin:92px auto 75.5px;
  }

  .lead_heading{
    font-size:calc(66px * 0.6);
    line-height: calc(73px * 0.6);
    margin-bottom:calc(24px * 0.6);
  }

  .lead_heading_sub{
    font-size:calc(45px * 0.6);
  }

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


@media (max-width: 600px) {
  .hero_text{
    transform: translate(-50%, -50%) scale(0.65);
  }

  .lead{
    display:block;
    padding-left:0;
    padding-right:0;
    width:90vw;
    margin:75.5px auto 75.5px;
  }

  .lead_wrapper{
    margin-top:0;
    margin-bottom:40px;
  }

  .lead_heading_br{
    display: none;
  }

  .lead_heading{
    font-size:calc(66px * 0.65);
    line-height: calc(73px * 0.65);
    margin-bottom:calc(24px * 0.65);
  }

  .lead_heading_sub{
    font-size:calc(45px * 0.65);
  }

  .article_list li{
    width:50%;
  }

  .coming_soon:nth-child(2 of .coming_soon),
  .coming_soon:nth-child(3 of .coming_soon) {
    display:none;
  }

  .others_link{
    display: block;
  }

  .others_link_unit{
    width:100%;
  }

  .others_link_unit_title{
    font-size:34px;
  }

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

@media (max-width: 440px) {
  .is_pc{
    display:none;
  }

  .is_sp{
    display:block;  
  }

  header{
    position:relative;
    background-color: #fff;
    height:12.8vw;
  }

  .logo_asahi{
    width:26.086957vw;
    left:2.55814vw;
    top:3.837209vw;
  }

  .header_pr{
    column-gap: 1.86046512vw;
    right:2.415459vw;
    top:3.953488vw;
  }

  .header_pr_rounded_rectangle{
    border:solid 1px #000;
    color: #000;
    width:6.521739vw;
    height:4.589372vw;
    font-size:2.898551vw;
    line-height: calc(4.589372vw - 3px);
  }

  .header_pr_text{
    color: #000;
    font-size:3.623188vw;
    line-height: 4.10628vw;
  }

  .hero_text{
    /*transform: translate(-50%, -50%) scale(0.46);*/
    transform: translate(-50%, -50%) scale(0.74);
  }

  .hero_logo_rolex{
    transform: scale(1.2) translateY(-17%);
  }

  .lead_heading{
    font-size:35px;
    line-height: 1em;
    margin-bottom:18px;
  }

  .lead_heading_sub{
    font-size:27px;
  }

  .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_more{
      margin:0 auto 90px;
    }

  .others_link_unit_title{
    font-size:24px;
  }

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

}

@media (max-width: 430px) {
  .hero_text{
    transform: translate(-50%, -50%) scale(0.73);
  }
}

@media (max-width: 414px) {
  .hero_text{
    transform: translate(-50%, -50%) scale(0.7);
  }
}

@media (max-width: 390px) {
  .hero_text{
    transform: translate(-50%, -50%) scale(0.66);
  }
}

@media (max-width: 375px) {
  .hero_text{
    transform: translate(-50%, -50%) scale(0.63);
  }

  .lead_heading{
    font-size:33px;
  }

  .lead_heading_sub{
    font-size:25px;
  }
}

@media (max-width: 320px) {
  .hero_text{
    transform: translate(-50%, -50%) scale(0.54);
  }
  .lead_heading{
    font-size:30px;
  }

  .lead_heading_sub{
    font-size:22px;
  }

  .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-icon {
  width: 27px;
    height: 19px;
    color: #fff;
    font-size: 15px;
    line-height: 1.33333333em;
    text-align: center;
}