@charset "UTF-8";
/* ==============================================================================================
CSS変数
============================================================================================== */
:root {
  --ratio-square: 100%;
  --ratio-wide: 56.25%;
  --ratio-silver: 70.7%;
  --ratio-gold: 61.8%;
  --ratio-cinema: 42.5%; }

:root {
  --z-index-lv1: 0;
  --z-index-lv2: 10;
  --z-index-lv3: 100;
  --z-index-lv4: 1000;
  --z-index-lv5: 10000;
  --z-index-lv6: 100000;
  --z-index-lv7: 1000000;
  --z-index-lv8: 10000000;
  --z-index-lv9: 100000000;
  --z-index-max: 1000000000;
  --z-index-limit: 2147483647; }

:root {
  --tpl-header-height: 9rem;
  --tpl-header-logo-scale: 50;
  --tpl-min-width: 1224px; }

@media screen and (max-width: 749px) {
  :root {
    --tpl-header-height: 6rem; } }

:root {
  --color-heading: #181818;
  --color-txt: #4d4d4d;
  --color-gray: #4D4D4D; }

:root {
  --font-size-xxxxl: 3rem;
  --font-size-xxxl: 2.5rem;
  --font-size-xxl: 2.1rem;
  --font-size-xl: 1.8rem;
  --font-size-l: 1.6rem;
  --font-size-m: 1.4rem;
  --font-size-s: 1.2rem;
  --font-size-xs: 1rem;
  --line-height-xxl: 2;
  --line-height-xl: 1.75;
  --line-height-l: 1.5;
  --line-height-m: 1.25;
  --line-height-s: 1;
  --line-height-xs: 1.4; }

@media screen and (max-width: 749px) {
  :root {
    --font-size-xxxxl: 3rem;
    --font-size-xxxl: 2.5rem;
    --font-size-xxl: 2.1rem;
    --font-size-xl: 1.8rem;
    --font-size-l: 1.6rem;
    --font-size-m: 1.4rem;
    --font-size-s: 1.2rem;
    --font-size-xs: 1rem; } }

:root {
  --space-xxl: 16rem;
  --space-xl: 12.8rem;
  --space-l: 9.6rem;
  --space-m: 6.4rem;
  --space-m2: 6.6rem;
  --space-s: 4.8rem;
  --space-xs: 3.2rem;
  --space-xxs: 1.6rem;
  --space-xxxs: 0.8rem; }

@media screen and (max-width: 749px) {
  :root {
    --space-xxl: 16rem;
    --space-xl: 12.8rem;
    --space-l: 9.6rem;
    --space-m: 6.4rem;
    --space-s: 4.8rem;
    --space-xs: 3.2rem;
    --space-xxs: 1.6rem;
    --space-xxxs: 0.7rem; } }

.c-txt-link.-white {
  color: #fff !important; }

.-white .c-txt-link__item span > span::before {
  background: #fff; }

.c-txt-link.-white::after {
  background-image: url(https://www.citizenwatch-global.com/the-citizen/assets/image/common/icon/arrow-white.svg); }

.u-bg-lightgray {
  background: #E0E2E2 !important; }

.l-section.-line-less {
  border: none; }

.l-wrapper__block {
  overflow: visible; }

.c-scroll {
  color: #fff;
  position: relative; }
  .c-scroll.-white .c-scroll__line {
    background: #fff; }
  .c-scroll.-white .c-scroll__text {
    color: #fff; }

.t-mv-wrap {
  position: relative;
  padding-bottom: 12.8rem; }
  @media screen and (max-width: 749px) {
    .t-mv-wrap {
      padding-bottom: 6.7rem; } }

.t-mv {
  padding-top: 15.3rem;
  padding-bottom: 25.6rem;
  color: #fff;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 749px) {
    .t-mv {
      padding-top: 7rem;
      padding-bottom: 9.6rem; } }
  .t-mv__slogan {
    padding-right: 10rem;
    font-size: 4rem;
    text-align: left;
    font-family: 'Untitled Serif', serif;
    letter-spacing: 0.21rem;
    line-height: 1.5;
    -webkit-font-feature-settings: 'pwid' on, 'palt' on;
    font-feature-settings: 'pwid' on, 'palt' on; }
    :lang(zh-cmn-Hant) .t-mv__slogan {
      font-weight: 300;
      font-family: "Noto Serif TC"; }
    :lang(zh-cmn-Hans) .t-mv__slogan {
      font-weight: 300;
      font-family: "Noto Serif SC"; }
    @media screen and (max-width: 749px) {
      .t-mv__slogan {
        font-size: 2.8rem;
        padding-right: 0; } }
  .t-mv__copy {
    padding-right: 10rem;
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 5.7rem;
    text-align: left;
    font-family: 'Untitled Serif', serif;
    letter-spacing: 0.0525rem;
    -webkit-font-feature-settings: 'pwid' on, 'palt' on;
    font-feature-settings: 'pwid' on, 'palt' on; }
    :lang(zh-cmn-Hant) .t-mv__copy {
      font-weight: 300;
      font-family: "Noto Serif TC"; }
    :lang(zh-cmn-Hans) .t-mv__copy {
      font-weight: 300;
      font-family: "Noto Serif SC"; }
    @media screen and (max-width: 749px) {
      .t-mv__copy {
        font-size: 1.4rem;
        padding-top: 2.9rem;
        padding-right: 0; } }

.t-mv-logo {
  width: 22rem;
  top: 15.3rem;
  padding-bottom: 38%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .t-mv-logo img {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1024px) {
    .t-mv-logo {
      width: 16rem; } }
  @media screen and (max-width: 749px) {
    .t-mv-logo {
      width: 15rem;
      position: -webkit-sticky;
      position: sticky;
      margin-inline: auto;
      padding-bottom: 0;
      top: 7rem;
      padding-bottom: 8rem;
      left: auto;
      right: auto; } }
  .t-mv-logo.is-absolute {
    position: absolute;
    top: 100vh;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.t-mv .c-scroll {
  position: fixed;
  padding-left: var(--tpl-side-width);
  bottom: 2rem; }
  @media screen and (max-width: 749px) {
    .t-mv .c-scroll {
      padding: 0;
      right: 1.6rem;
      left: auto;
      bottom: 10rem; }
      .t-mv .c-scroll .c-scroll__line {
        height: 63px; }
      .t-mv .c-scroll .c-scroll__line__item {
        -webkit-animation-name: lineInOut;
        animation-name: lineInOut;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        display: block;
        height: 63px; }
      .t-mv .c-scroll .c-scroll__text {
        font-size: 1.5rem;
        font-family: 'Untitled Serif', serif; }
        :lang(zh-cmn-Hant) .t-mv .c-scroll .c-scroll__text {
          font-weight: 300;
          font-family: "Noto Serif TC"; }
        :lang(zh-cmn-Hans) .t-mv .c-scroll .c-scroll__text {
          font-weight: 300;
          font-family: "Noto Serif SC"; }
      .t-mv .c-scroll .c-scroll__text::after {
        display: none; } }

.t-mv-body {
  inline-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto; }
  @media screen and (max-width: 749px) {
    .t-mv-body {
      display: block;
      min-height: auto; } }
  .t-mv-body__block {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .t-mv-body__block:first-child {
      inline-size: 57.5%;
      padding-left: 16.7%; }
      @media screen and (max-width: 1024px) {
        .t-mv-body__block:first-child {
          inline-size: 40%;
          padding-left: 10%; } }
      @media screen and (max-width: 749px) {
        .t-mv-body__block:first-child {
          min-height: 100vh;
          inline-size: 100%;
          text-align: center;
          padding: 0; } }
    .t-mv-body__block:last-child {
      inline-size: 42.5%; }
      @media screen and (max-width: 1024px) {
        .t-mv-body__block:last-child {
          inline-size: 60%; } }
      @media screen and (max-width: 749px) {
        .t-mv-body__block:last-child {
          inline-size: 100%;
          padding-top: 0;
          padding-inline: 2.4rem 1rem; } }

.t-30th-mv {
  background: red;
  inline-size: 100%;
  block-size: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(https://www.citizenwatch-global.com/the-citizen/30th/assets/image/30th-bg@pc.jpg) no-repeat center center/cover;
  z-index: -1; }
  @media screen and (max-width: 749px) {
    .t-30th-mv {
      background: url(https://www.citizenwatch-global.com/the-citizen/30th/assets/image/30th-bg@sp.jpg) no-repeat center top/cover; } }

.t-mv-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
  width: 100%;
  height: calc(100% - 100vh);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1; }

.t-widecolumn {
  width: 100%;
  position: relative; }
  .t-widecolumn + .t-widecolumn {
    margin-top: 9.6rem; }

.t-widecolumn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .t-widecolumn__inner.-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  @media screen and (max-width: 1024px) {
    .t-widecolumn__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.t-widecolumn__coverlink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .t-widecolumn__coverlink {
      display: none; } }

.t-widecolumn__block:first-child {
  inline-size: 57.5%; }

.t-widecolumn__block:last-child {
  inline-size: 42.5%; }

@media screen and (max-width: 1024px) {
  .t-widecolumn__block {
    inline-size: 100% !important; } }

.t-widecolumn-media {
  overflow: hidden; }

.t-widecolumn-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2; }

.t-widecolumn-media {
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s; }
  a:hover + .t-widecolumn__inner .t-widecolumn-media {
    opacity: .8; }

.js-effect img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all ease 1.8s;
  -o-transition: all ease 1.8s;
  transition: all ease 1.8s; }

.js-effect.is-show img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.t-widecolumn:nth-child(2n) .t-widecolumn__block:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media screen and (max-width: 1024px) {
    .t-widecolumn:nth-child(2n) .t-widecolumn__block:first-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.t-widecolumn:nth-child(2n) .t-widecolumn__block:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 1024px) {
    .t-widecolumn:nth-child(2n) .t-widecolumn__block:last-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

@media screen and (max-width: 1024px) {
  .t-widecolumn__inner.-revers {
    gap: 2.4rem; }
  .t-widecolumn__inner.-revers .t-widecolumn__block:first-child {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .t-widecolumn__inner.-revers .t-widecolumn__block:last-child {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; } }

.t-widecolumn-text {
  height: 100%;
  padding: 20% 13% 13%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6rem;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .t-widecolumn-text {
      padding: 3.6rem 3rem 0; } }

.t-widecolumn__title {
  font-family: 'Untitled Serif', serif;
  font-size: 2.5rem;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' on, 'pwid' on, 'liga' off;
  font-feature-settings: 'palt' on, 'pwid' on, 'liga' off;
  color: #fff; }
  :lang(zh-cmn-Hant) .t-widecolumn__title {
    font-weight: 300;
    font-family: "Noto Serif TC"; }
  :lang(zh-cmn-Hans) .t-widecolumn__title {
    font-weight: 300;
    font-family: "Noto Serif SC"; }
  .t-htoh-article .t-widecolumn__title {
    padding-top: .8rem; }
  @media screen and (max-width: 749px) {
    .t-widecolumn__title {
      font-size: 2.1rem; } }

.t-widecolumn__copy-wrap {
  width: 78.3%;
  margin-left: auto;
  padding-top: 3.2rem; }
  @media screen and (max-width: 1024px) {
    .t-widecolumn__copy-wrap {
      width: 100%;
      margin-left: 0; } }

.t-widecolumn-text .c-txt-s {
  text-align: justify;
  font-size: 1.4rem;
  color: #fff; }
  @media screen and (max-width: 749px) {
    .t-widecolumn-text .c-txt-s {
      font-size: 1.2rem; } }

.t-widecolumn-text .c-txt-link {
  color: #fff;
  padding-top: 1.6rem;
  font-size: clamp(10px, 0.98039vw, 20px); }
  @media screen and (max-width: 749px) {
    .t-widecolumn-text .c-txt-link {
      font-size: 1.4rem; } }
  @media screen and (min-width: 750px) {
    .t-widecolumn-text .c-txt-link::after {
      width: .4em !important;
      height: 1em;
      background-position: center center;
      background-size: contain; } }

.t-widecolumn__inner.-revers .visible-small-less {
  padding-inline: 3rem;
  padding-top: 3.2rem; }

.t-slide__label {
  font-size: 1.8rem;
  color: #B4B7BA;
  font-family: 'Untitled Serif', serif;
  padding-top: 1.6rem;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  line-height: 1.25;
  letter-spacing: 0.045rem; }
  :lang(zh-cmn-Hant) .t-slide__label {
    font-weight: 300;
    font-family: "Noto Serif TC"; }
  :lang(zh-cmn-Hans) .t-slide__label {
    font-weight: 300;
    font-family: "Noto Serif SC"; }

.t-slide__copy {
  font-size: 2.1rem;
  color: #Fff;
  font-family: 'Untitled Serif', serif;
  padding-top: .8rem;
  -webkit-font-feature-settings: 'pwid' on, 'palt' on, 'liga' off;
  font-feature-settings: 'pwid' on, 'palt' on, 'liga' off;
  line-height: 1.5; }
  :lang(zh-cmn-Hant) .t-slide__copy {
    font-weight: 300;
    font-family: "Noto Serif TC"; }
  :lang(zh-cmn-Hans) .t-slide__copy {
    font-weight: 300;
    font-family: "Noto Serif SC"; }

.swiper-wrap {
  overflow: hidden; }

.swiper {
  width: 138%;
  cursor: -webkit-grab;
  cursor: grab; }
  @media screen and (max-width: 1024px) {
    .swiper {
      width: 100%;
      position: relative; } }

a.swiper-slide {
  display: block;
  text-decoration: none; }
  a.swiper-slide:hover .t-slide__copy {
    text-decoration: underline; }

.t-slide-navigation {
  margin-top: 4.8rem; }
  @media screen and (max-width: 1024px) {
    .t-slide-navigation {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 10.4rem;
      grid-template-columns: 1fr 10.4rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-inline: 3rem;
      gap: 3.6rem;
      margin-top: 3.2rem; } }

.swiper-pagination {
  width: 90% !important;
  position: static;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .swiper-pagination {
      width: 100%; } }

.swiper-pagination-bullet {
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.swiper-pagination-bullet-active {
  background: #fff; }

.swiper-button-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2.4rem;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  position: relative;
  right: 7rem; }
  @media screen and (max-width: 1024px) {
    .swiper-button-column {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      position: static;
      gap: 2rem; } }

.swiper-button {
  width: 42px;
  height: 42px;
  display: -ms-grid !important;
  display: grid !important;
  place-content: center !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100vw;
  background: #c7c7c7;
  border: 1px solid #c1c2c3;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  .swiper-button::after {
    display: none; }
  .swiper-button::before {
    content: '';
    width: 8px;
    height: 12px;
    position: relative; }
  .swiper-button:hover {
    background: #fff; }

.swiper-button-prev::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpolygon fill='%23181818' points='6.3,0 7,0.7 1.7,6 7,11.3 6.3,12 0.3,6'/%3E%3C/svg%3E") no-repeat center;
  left: -1px; }

.swiper-button-next::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpolygon fill='%23181818' points='1,12 0.3,11.3 5.6,6 0.3,0.7 1,0 7,6'/%3E%3C/svg%3E") no-repeat center;
  left: 1px; }
