@charset "utf-8";

/** ***************************************************************************
 * グローバルナビ
 * ************************************************************************* */

/**
 * リスト（PC表示）
 */

@media screen and (min-width:1001px) {

  /* 第1階層 */

  #global-nav ul.list > li > a:hover {
    border-color: rgba(0, 0, 0, 0.6);
  }

  #global-nav ul.list > li.current > a {
    border-color: rgba(0, 0, 0, 0.6);
  }

  /* 第2階層 */

  #global-nav ul.sub {
    color: #fff;
  }

}

/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

/**
 * 内容
 */

#main div.content {
  text-align: center;
}

#main div.content .catchcopy {
  margin-bottom: 5px;
  color: rgb(var(--accentcolor-1));
  letter-spacing: 1px;
  line-height: 1;
  font-family: Jost, sans-serif;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 500;
}

@media screen and (min-width:1001px) {

  #main div.content .catchcopy {
    font-size: 2.5em;
  }

}

/**
 * ボタン
 */

#main div.button {
  text-align: center;
}
