@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
** ＜20周年記念 トップページ＞
**
** ▼ こちらのスタイルシートには、ページ固有のスタイルを記述してください。▼
** ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/**
 * 共通
 * ---------------------------------------- */
#contents {
  padding-bottom: initial;
}

#footer {
  border-top: initial;
}

/**
 * セクション
 * ---------------------------------------- */
.section--top-history {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.section--top-assets {
  background: linear-gradient(to bottom, var(--clr-light-gray) 44%, rgb(0, 0, 0) 100%);
}

.section--top-history::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  background: linear-gradient(to right, rgb(148, 124, 35) 0%, rgb(207, 185, 73) 100%);
  width: 100%;
}

.section--top-history .section__inner {
  position: relative;
}

.section--top-history .section__inner::before {
  content: '';
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  will-change: filter;
}

/**
 * メインビジュアル
 * ---------------------------------------- */
.top-mv {
  position: relative;
  background-color: var(--clr-light-gray);
}

.top-mv::after {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(123, 123, 123, 0.25) 85%, rgba(242, 242, 242, 0) 100%);
}

.top-mv__inner {
  position: relative;
  z-index: 1;
}

.top-mv__image img {
  max-width: 100%;
  height: auto;
}

/**
 * キャンペーンバナー
 * ---------------------------------------- */
.top-offer-banner {
  position: relative;
  background-color: #ebe8e0;
}

.top-offer-banner__title {
  background-color: var(--clr-gold);
  text-align: center;
}

.top-offer-banner__titleText {
  font-size: var(--txt-24);
  font-weight: var(--fw-medium);
  line-height: 1.125;
}

.top-offer-banner__box {
  margin-top: 48px;
}

.top-offer-banner__more {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--clr-black);
}

.top-offer-banner__more::after {
  content: '';
  width: 12px;
  height: 16px;
  background-color: var(--clr-black);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.top-offer-banner__moreText {
  font-size: var(--txt-18);
}

.top-offer-banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ホバー */
@media (hover: hover) {
  .top-offer-banner__link:hover {
    opacity: 0.2;
    background-color: var(--clr-white);
  }
}

/**
 * GINZA RASIN 20年の軌跡
 * ---------------------------------------- */
.top-history-head {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
}

.top-history-head__sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-area: sub;
  font-family: var(--ff-secondary) !important;
  font-size: var(--txt-28);
  font-weight: var(--fw-medium);
}

.top-history-head__image img {
  height: auto;
}

.top-history-head__link {
  grid-area: image;
}

.top-history-head__heading {
  grid-area: heading;
  border-top: 1px solid var(--clr-black);
  margin-top: 9px;
}

.top-history-head__headingText {
  font-family: var(--ff-en) !important;
}

/**
 * アンカーリンク
 * ---------------------------------------- */
.top-anchor {
  display: block;
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(79, 79, 79, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

.top-anchor__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-primary);
}

.top-anchor__text {
  font-weight: var(--fw-medium);
  color: var(--clr-white);
}

.top-anchor__icon {
  background-color: var(--clr-white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/**
 * 数字で見る20年
 * ---------------------------------------- */
.top-history-number {
  position: relative;
}

.top-history-number::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
}

.top-history-number__inner {
  position: relative;
}

/**
 * 見出しロゴブロック
 * ---------------------------------------- */
.top-logo-title {
  position: relative;
  display: flex;
  align-items: center;
}

.top-logo-title::before,
.top-logo-title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--clr-black);
}

.top-logo-title img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

/**
 * カードブロック（コレクション）
 * ---------------------------------------- */
.top-collection-card {
  display: grid;
  grid-template-rows: auto;
  background-image: url('/contents/20th/img/bg_top_collection_card_01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 7px 7px rgb(0, 0, 0, 0.15);
}

.top-collection-card__image {
  grid-area: image;
}

.top-collection-card__title {
  grid-area: heading;
}

.top-collection-card__row {
  grid-area: price;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
}

.top-collection-card__label {
  padding-right: 19px;
  padding-left: 19px;
  background-color: var(--clr-gold);
}

.top-collection-card__middle {
  grid-area: text;
  border-top: 1px solid var(--clr-black);
  border-bottom: 1px solid var(--clr-black);
}

.top-collection-card__bottom {
  grid-area: comment;
}

/**
 * 見出しブロック
 * ---------------------------------------- */
.top-heading {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--clr-black);
}

.top-heading__text {
  font-family: var(--ff-secondary) !important;
  font-weight: var(--fw-medium);
}

/* 20th Anniversary キャンペーン一覧 */
.top-heading--offer {
  display: inline-flex;
}

.top-heading--offer .top-heading__text {
  font-family: var(--ff-en) !important;
}

.top-heading--offer .top-heading__sub {
  font-family: var(--ff-secondary) !important;
  font-weight: var(--fw-medium);
}

/**
 * 価格推移・ケース
 * ---------------------------------------- */
.top-history-case {
  display: flex;
}

.top-history-case__content {
  width: 100%;
}

.top-history-case__case {
  background: linear-gradient(to right, rgba(151, 129, 52, 1) 0%, rgba(193, 178, 93, 1) 20%, rgba(229, 221, 129, 1) 50%, rgba(193, 179, 94, 1) 80%, rgba(151, 129, 52, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%, 0 0);
  text-align: center;
}

.top-history-case__caseText {
  font-family: var(--ff-en) !important;
  font-weight: var(--fw-medium);
}

.top-history-case__title {
  font-weight: var(--fw-medium);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--clr-black);
}

.top-history-case__labelText {
  font-size: var(--txt-28);
  font-weight: var(--fw-medium);
}

.top-history-case__group {
  display: flex;
  align-items: center;
  column-gap: 31px;
}

.top-history-case__sub,
.top-history-case__main {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
}

.top-history-case__sub {
  background-color: #646464;
  max-width: 131px;
}

.top-history-case__main {
  background-color: #92883d;
}

.top-history-case__subText,
.top-history-case__mainText {
  color: var(--clr-white);
}

.top-history-case__icon {
  display: inline-block;
  background-color: var(--clr-black);
}

/**
 * 価値ある一本を、次の時代へ
 * ---------------------------------------- */
.top-worth {
  position: relative;
}

.top-worth::before {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  pointer-events: none;
}

.top-worth__box {
  position: relative;
  display: grid;
  justify-items: center;
  margin-right: auto;
}

.top-worth__image img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  will-change: filter;
}

/**
 * アニメーション
 * ---------------------------------------- */
.js-fadeIn-animation,
.js-fadeInUp-animation {
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

.js-fadeInUp-animation {
  transform: translateY(40px);
}

/* メインビジュアルのコピー箇所のみ、アニメーションの時間を遅めに調整 */
.top-mv__inner.js-fadeIn-animation {
  transition: opacity 1.8s ease-in-out;
}

/* アニメーション活性状態 */
.js-fadeIn-animation.is-animated,
.js-fadeInUp-animation.is-animated {
  opacity: 1;
  transform: translateY(0);
}

/**
 * PC
 * ---------------------------------------- */
@media screen and (min-width: 769px) {
  .section--top-history {
    padding-top: 87px;
    padding-bottom: initial;
    background-image: url('/contents/20th/img/bg_top_history_pc_01.jpg');
  }

  .section--top-history::before {
    height: 4px;
  }

  .section--top-history .section__inner::before {
    top: -80px;
    background-image: url(/contents/20th/img/img_top_history_label_pc_01.png);
    width: 134px;
    height: 273px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  }

  .top-mv {
    padding-top: 58px;
    padding-bottom: 87px;
  }

  .top-mv::after {
    background-image: url('/contents/20th/img/bg_top_mv_pc_01.jpg');
    background-position: center center;
  }

  .top-mv__inner {
    max-width: 1012px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 21px;
    padding-left: 30px;
    border-left: 1px solid var(--clr-black);
  }

  .top-mv__box {
    margin-top: 280px;
  }

  .top-mv__logo {
    display: inline-block;
    margin-top: 87px;
  }

  .top-mv__text {
    font-size: var(--txt-20);
    line-height: 1.9;
  }

  .top-mv__text:not(:first-child) {
    margin-top: 48px;
  }

  .top-offer-banner__content {
    position: absolute;
    top: 35px;
    right: 45px;
    max-width: 360px;
  }

  .top-offer-banner__title {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  .top-offer-banner__link {
    column-gap: 8px;
  }

  .top-offer-banner__linkText {
    font-size: var(--txt-18);
  }

  .top-history-head {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      'sub image'
      'heading heading';
    column-gap: 97px;
    padding-left: 200px;
  }

  .top-history-head__headingText {
    font-size: var(--txt-54);
  }

  .top-history-head__image img {
    max-width: 100%;
  }

  .top-heading--offer {
    align-items: center;
    column-gap: 16px;
  }

  .top-heading__text {
    font-size: var(--txt-28);
  }

  .top-heading--offer .top-heading__text {
    font-size: var(--txt-36);
  }

  .top-heading--offer .top-heading__sub {
    font-size: var(--txt-32);
  }

  .top-anchor {
    display: block;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
  }

  .top-anchor__inner {
    column-gap: 8px;
    padding-top: 9px;
    padding-right: 4px;
    padding-bottom: 9px;
    padding-left: 4px;
  }

  .top-anchor__text {
    font-size: var(--txt-20);
  }

  .top-anchor__icon {
    width: 18px;
    height: 16px;
    flex-shrink: 0;
  }

  .top-history-number::before {
    right: 0;
    bottom: 10px;
    width: 750px;
    height: 560px;
    background-image: url('/contents/20th/img/bg_top_history_number_pc_01.png');
    background-size: contain;
  }

  .top-history-number__bg {
    /* PC閲覧時は画像を非表示 */
    display: none;
  }

  .top-history-case:nth-child(1) {
    column-gap: 50px;
  }

  .top-history-case:nth-child(2) {
    margin-top: -128px;
    flex-direction: row-reverse;
    align-items: flex-end;
    column-gap: 38px;
  }

  .top-history-case:nth-child(2) .top-history-case__content {
    padding-left: 60px;
  }

  .top-history-case__box:nth-of-type(1) {
    margin-top: 9px;
  }

  .top-history-case__case {
    max-width: 224px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .top-history-case__title {
    margin-top: 10px;
    font-size: var(--txt-28);
  }

  .top-history-case__caseText {
    font-size: var(--txt-24);
    letter-spacing: 0.08em;
  }

  .top-history-case__main {
    max-width: 181px;
  }

  .top-history-case__subText,
  .top-history-case__mainText {
    font-size: var(--txt-20);
  }

  .top-history-case__icon {
    width: 25px;
    height: 29px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .top-logo-title {
    column-gap: 7px;
  }

  .top-collection-card {
    grid-template-columns: 320px 1fr;
    grid-template-areas:
      'image  heading'
      'image price'
      'image text'
      'image comment';
    column-gap: 27px;
    padding-top: 26px;
    padding-right: 34px;
    padding-bottom: 26px;
    padding-left: 34px;
  }

  .top-collection-card:nth-child(even) {
    grid-template-columns: 1fr 320px;
    grid-template-areas:
      'heading image'
      'price image'
      'text image'
      'comment image';
  }

  .top-collection-card__middle {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-collection-card__bottom {
    margin-top: 16px;
  }

  .top-worth::before {
    background-image: url('/contents/20th/img/bg_top_worth_pc_01.jpg');
    mask-image: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(0, 0, 0, 1) 90%);
    background-position: center center;
  }

  .top-worth__inner {
    max-width: 1012px;
    padding-top: 190px;
    padding-bottom: 260px;
  }

  .top-worth__box {
    max-width: 560px;
  }
}

/**
 * SP
 * ---------------------------------------- */
@media screen and (max-width: 768px) {
  .section--top-history {
    padding-top: 54px;
    padding-bottom: initial !important;
    background-image: url('/contents/20th/img/bg_top_history_sp_01.jpg');
  }

  .section--top-assets {
    padding-bottom: initial !important;
  }

  .section--top-history::before {
    height: 2px;
  }

  .section--top-history .section__inner::before {
    top: -48px;
    background-image: url('/contents/20th/img/img_top_history_label_sp_01.png');
    width: 72px;
    height: 137px;
    filter: drop-shadow(0 2.15px 3.33px rgba(0, 0, 0, 0.25));
  }

  .top-mv {
    margin-top: 16px;
  }

  .top-mv::after {
    background-image: url('/contents/20th/img/bg_top_mv_sp_01.png');
    background-position: center top;
  }

  .top-mv__inner {
    padding-top: 37px;
    padding-left: 10px;
    margin-right: 24px;
    margin-left: 20px;
  }

  .top-mv__inner::before {
    content: '';
    position: absolute;
    top: 37px;
    left: 0;
    width: 1px;
    height: calc(100% - 37px);
    background-color: var(--clr-black);
  }

  .top-mv__logo img {
    width: 100%;
  }

  .top-mv__box {
    margin-top: 315px;
  }

  .top-mv__heading {
    margin-top: 56px;
  }

  .top-mv__text:not(:first-child) {
    margin-top: 24px;
  }

  .top-offer-banner__title {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .top-offer-banner__titleText {
    font-size: var(--txt-18);
  }

  .top-offer-banner__content {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .top-offer-banner__box {
    margin-top: 16px;
  }

  .top-offer-banner__link {
    column-gap: 4px;
  }

  .top-heading__text {
    font-size: var(--txt-24);
    letter-spacing: -0.05em;
  }

  .top-heading--offer {
    display: inline-flex;
    flex-direction: column;
    border-bottom: initial;
    padding-bottom: initial;
  }

  .top-heading--offer .top-heading__text {
    padding-bottom: 3px;
    border-bottom: 1px solid var(--clr-black);
    font-size: var(--txt-30);
  }

  .top-heading--offer .top-heading__sub {
    font-size: var(--txt-24);
  }

  .top-history-head {
    grid-template-columns: 93px 1fr;
    grid-template-areas:
      '. image'
      'sub sub'
      'heading heading';
  }

  .top-history-head__sub {
    margin-top: 58px;
    align-items: center;
    font-size: var(--txt-24);
    line-height: 1;
  }

  .top-history-head__heading {
    text-align: center;
  }

  .top-history-head__headingText {
    font-size: var(--txt-36);
    letter-spacing: -0.01em;
  }

  .top-history-head__image img {
    width: 100%;
  }

  .top-anchor {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
  }

  .top-anchor__inner {
    flex-direction: column;
    row-gap: 4px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
  }

  .top-anchor__icon {
    width: 12px;
    height: 10px;
  }

  .top-anchor__text {
    font-size: var(--txt-15);
    letter-spacing: -0.04em;
    text-align: center;
  }

  .top-history-number::before {
    display: none;
    bottom: 0;
    background-image: url('/contents/20th/img/bg_top_history_number_sp_01.png');
    width: 100vw;
    height: 492px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-size: cover;
    background-position: center center;
  }

  .top-history-number__bg {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .top-history-number__bg img {
    width: 100%;
  }

  .top-logo-title {
    column-gap: 5px;
  }

  .top-history-case {
    column-gap: 12px;
  }

  .top-history-case__group {
    flex-direction: column;
    row-gap: 2px;
    margin-top: 6px;
  }

  .top-history-case__caseText {
    font-size: var(--txt-18);
  }

  .top-history-case__title {
    margin-top: 6px;
    font-size: var(--txt-18);
    text-align: center;
  }

  .top-history-case__main {
    padding-right: 14px;
    padding-left: 14px;
  }

  .top-history-case__icon {
    width: 20px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .top-collection-card {
    grid-template-columns: 160px 1fr;
    grid-template-areas:
      'image  heading'
      'price price'
      'text text'
      'comment comment';
    column-gap: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .top-collection-card__middle {
    margin-top: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .top-collection-card__bottom {
    margin-top: 13px;
  }

  .top-worth::before {
    background-image: url('/contents/20th/img/bg_top_worth_sp_01.png');
    background-position: center bottom;
    mask-image: linear-gradient(to bottom, rgb(255, 255, 255, 0) 15%, rgb(0, 0, 0, 1) 100%);
  }

  .top-worth__inner {
    padding-top: 75px;
    padding-bottom: 520px;
  }
}
