@charset "UTF-8";
/* =======================================================================
  Date: 2020-11-18
  CSS Document ： ヘッダー用スタイル
  ※company配下以外でコーポレートヘッダーを使用する場合にも要読込
  ※/company/js/header.jsも必要
  1.ヘッダーベース
  2.ヘッダー（SP）
  3.ヘッダー（PC）
  ======================================================================= */
/* -----------------------------------------------------------------------
## Base ################################################################
----------------------------------------------------------------------- */
/* icon font */
@font-face {
  font-family: "CONDENSEicon";
  src: url("../fonts/CONDENSEicon.woff") format("woff"), url("../../fonts/CONDENSEicon.otf") format("opentype"), url("../../fonts/CONDENSEicon.eot") format("eot");
  font-display: swap;
}
body {
  padding-top: 80px;
}

#pageHeader_cy {
  box-sizing: border-box;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  color: #333;
  text-align: left;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  /* ################# Normalize ################# */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /* ################# Easy Reset ################# */
  /* ################# Denial ################# */
}
.is-ie_cy #pageHeader_cy {
  font-family: "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}

#pageHeader_cy html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
#pageHeader_cy body {
  margin: 0;
}
#pageHeader_cy main {
  display: block;
}
#pageHeader_cy h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#pageHeader_cy hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
#pageHeader_cy pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
#pageHeader_cy a {
  background-color: transparent;
}
#pageHeader_cy abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#pageHeader_cy b, #pageHeader_cy strong {
  font-weight: bolder;
}
#pageHeader_cy code, #pageHeader_cy kbd, #pageHeader_cy samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
#pageHeader_cy small {
  font-size: 80%;
}
#pageHeader_cy sub, #pageHeader_cy sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#pageHeader_cy sub {
  bottom: -0.25em;
}
#pageHeader_cy sup {
  top: -0.5em;
}
#pageHeader_cy img {
  border-style: none;
}
#pageHeader_cy button, #pageHeader_cy input, #pageHeader_cy optgroup, #pageHeader_cy select, #pageHeader_cy textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
#pageHeader_cy button, #pageHeader_cy input {
  /* 1 */
  overflow: visible;
}
#pageHeader_cy button, #pageHeader_cy select {
  /* 1 */
  text-transform: none;
}
#pageHeader_cy button, #pageHeader_cy [type=button], #pageHeader_cy [type=reset], #pageHeader_cy [type=submit] {
  -webkit-appearance: button;
}
#pageHeader_cy button::-moz-focus-inner, #pageHeader_cy [type=button]::-moz-focus-inner, #pageHeader_cy [type=reset]::-moz-focus-inner, #pageHeader_cy [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#pageHeader_cy button:-moz-focusring, #pageHeader_cy [type=button]:-moz-focusring, #pageHeader_cy [type=reset]:-moz-focusring, #pageHeader_cy [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#pageHeader_cy fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#pageHeader_cy legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#pageHeader_cy progress {
  vertical-align: baseline;
}
#pageHeader_cy textarea {
  overflow: auto;
}
#pageHeader_cy [type=checkbox], #pageHeader_cy [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
#pageHeader_cy [type=number]::-webkit-inner-spin-button, #pageHeader_cy [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#pageHeader_cy [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
#pageHeader_cy [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#pageHeader_cy ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#pageHeader_cy details {
  display: block;
}
#pageHeader_cy summary {
  display: list-item;
}
#pageHeader_cy template {
  display: none;
}
#pageHeader_cy [hidden] {
  display: none;
}
#pageHeader_cy * {
  box-sizing: border-box;
}
#pageHeader_cy h1, #pageHeader_cy h2, #pageHeader_cy h3, #pageHeader_cy h4, #pageHeader_cy h5, #pageHeader_cy h6, #pageHeader_cy p {
  margin: 0;
}
#pageHeader_cy ul, #pageHeader_cy ol, #pageHeader_cy dl, #pageHeader_cy dd {
  margin: 0;
  padding: 0;
}
#pageHeader_cy li {
  list-style: none;
}
#pageHeader_cy img {
  max-width: 100%;
  vertical-align: bottom;
}
#pageHeader_cy a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #000;
}
#pageHeader_cy a:focus {
  outline: none;
}
#pageHeader_cy a:focus-visible {
  outline: 1px dotted #ccc;
}
#pageHeader_cy button, #pageHeader_cy input[type=submit] {
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
#pageHeader_cy button:focus, #pageHeader_cy input[type=submit]:focus {
  outline: none;
}
#pageHeader_cy input[type=text], #pageHeader_cy input[type=number] {
  -webkit-appearance: none;
  padding: 11px 10px 9px;
  border-radius: 0;
  border: 1px solid #999;
  font-size: 16px;
}
#pageHeader_cy ::-moz-placeholder {
  color: #999;
}
#pageHeader_cy ::placeholder {
  color: #999;
}
#pageHeader_cy :-ms-input-placeholder {
  color: #999;
}
#pageHeader_cy ::-ms-input-placeholder {
  color: #999;
}
#pageHeader_cy select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
#pageHeader_cy select::-ms-expand {
  display: none;
}
#pageHeader_cy p, #pageHeader_cy ul, #pageHeader_cy ol, #pageHeader_cy dl, #pageHeader_cy dt, #pageHeader_cy dd, #pageHeader_cy div {
  line-height: 1.7857142857;
}
#pageHeader_cy h1, #pageHeader_cy h2, #pageHeader_cy h3, #pageHeader_cy h4, #pageHeader_cy h5, #pageHeader_cy h6 {
  line-height: inherit;
}
@media screen and (min-width: 769px) {
  #pageHeader_cy p, #pageHeader_cy ul, #pageHeader_cy ol, #pageHeader_cy dl, #pageHeader_cy dt, #pageHeader_cy dd, #pageHeader_cy div {
    line-height: 2.25;
  }
  #pageHeader_cy h1, #pageHeader_cy h2, #pageHeader_cy h3, #pageHeader_cy h4, #pageHeader_cy h5, #pageHeader_cy h6 {
    line-height: inherit;
  }
}

/* -----------------------------------------------------------------------
## Header ################################################################
----------------------------------------------------------------------- */
/* ################# SP ################# */
#pageHeader_cy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 65px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  opacity: 1 !important;
  font-feature-settings: "palt";
  /* ################# Global Navi ################# */
  /* ################# Global Navi ################# */
}
#pageHeader_cy .ph-logo_cy {
  display: flex;
  align-items: center;
  height: 65px;
}
#pageHeader_cy .ph-logo_cy a {
  display: flex;
  align-items: center;
}
#pageHeader_cy .ph-logo_cy img {
  width: 115px;
}
#pageHeader_cy .ph-logo_sub_cy {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  margin-left: 10px;
  font-size: 0;
}
#pageHeader_cy .ph-logo_sub_cy [src*=text_company] {
  width: 74px;
}
#pageHeader_cy .ph-logo_sub_cy [src*=logo_60th] {
  width: 32px;
}
#pageHeader_cy .ph-hamburger_cy {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
}
#pageHeader_cy .ph-hamburger_cy::before, #pageHeader_cy .ph-hamburger_cy::after, #pageHeader_cy .ph-hamburger_cy > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background: #564c47;
  content: "";
  transition: transform 0.2s 0s ease;
}
#pageHeader_cy .ph-hamburger_cy::before {
  transform: translate(0, -9px);
}
#pageHeader_cy .ph-hamburger_cy::after {
  transform: translate(0, 9px);
}
#pageHeader_cy .ph-hamburger_cy > span {
  transition: opacity 0.2s 0s linear;
}
#pageHeader_cy .ph-hamburger_cy.is-open_cy::before {
  width: 42px;
  transform: translate(0, 0) rotate(-45deg);
}
#pageHeader_cy .ph-hamburger_cy.is-open_cy::after {
  width: 42px;
  transform: translate(0, 0) rotate(45deg);
}
#pageHeader_cy .ph-hamburger_cy.is-open_cy > span {
  opacity: 0;
}
#pageHeader_cy .ph-navigation_cy {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 20px 0;
  background: #fff;
}
#pageHeader_cy .ph-navigation_cy::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 85.3333333333vw;
  height: 1px;
  margin: auto;
  background: #ddd;
  content: "";
  opacity: 0;
  transition: opacity 0.3s 0s ease;
}
.ph-hamburger_cy.is-open_cy + #pageHeader_cy .ph-navigation_cy::before {
  opacity: 1;
}

#pageHeader_cy .ph-navigation_item_cy > a {
  display: none;
}
#pageHeader_cy .ph-globalNavi_item_cy a {
  position: relative;
  display: block;
  line-height: 1.8125;
  padding: 18px 12.8vw;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: bold;
}
#pageHeader_cy .ph-globalNavi_item_cy a::after {
  right: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: 0.625rem;
  font-size: 10px;
}
#pageHeader_cy .ph-globalSubNavi_cy {
  display: none;
}
#pageHeader_cy .ph-subNavi_item_cy a {
  position: relative;
  display: block;
  line-height: 1.8125;
  padding: 18px 12.8vw;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: bold;
}
#pageHeader_cy .ph-subNavi_item_cy a::after {
  right: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: 0.625rem;
  font-size: 10px;
}
#pageHeader_cy .ph-buttonNavi_cy {
  margin-top: 28px;
}
#pageHeader_cy .ph-buttonNavi_cy .ph-logo_cy {
  justify-content: center;
  height: 50px;
}
#pageHeader_cy .ph-buttonNavi_cy .ph-logo_cy > img {
  width: 83px;
}
#pageHeader_cy .ph-buttonNavi_cy .ph-logo_sub {
  margin-left: 23px;
}
#pageHeader_cy .ph-buttonNavi_cy .ph-logo_sub img {
  width: 82px;
}
#pageHeader_cy .ph-buttonNavi_item_cy {
  padding: 0 12.8vw;
}
#pageHeader_cy .ph-buttonNavi_item_cy a {
  position: relative;
  display: block;
  background: #000;
  box-shadow: 2px 2px 5px 0 rgba(129, 131, 143, 0.6);
}
#pageHeader_cy .ph-buttonNavi_item_cy a::after {
  right: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: 0.625rem;
  font-size: 10px;
}
#pageHeader_cy .ph-buttonNavi_item_cy.is-textLink {
  padding: 0;
  margin-top: 16px;
}
#pageHeader_cy .ph-buttonNavi_item_cy.is-textLink a {
  position: relative;
  display: block;
  line-height: 1.8125;
  padding: 18px 12.8vw;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  box-shadow: none;
}
#pageHeader_cy .ph-buttonNavi_item_cy.is-textLink a::after {
  display: none;
}
#pageHeader_cy .ph-buttonNavi_item_cy.is-textLink svg {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  stroke: #000;
  transition: stroke 0.2s 0s ease;
  vertical-align: middle;
}

/* ################# Overlay ################# */
.ph-overlay_cy {
  display: none;
}

/* ################# PC ################# */
@media screen and (min-width: 769px) {
  body {
    padding-top: 120px;
  }
  #pageHeader_cy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    min-width: 960px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-feature-settings: normal;
    /* ################# Hamburger ################# */
    /* ################# Global Navi ################# */
  }
  #pageHeader_cy .ph-inner_cy {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    height: 90px;
    margin: 0 auto;
  }
  #pageHeader_cy .ph-logo_cy {
    display: flex;
    align-items: center;
    height: 90px;
    flex-basis: 240px;
    max-width: 240px;
  }
  #pageHeader_cy .ph-logo_cy a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #pageHeader_cy .ph-logo_cy a img {
    transition: opacity 0.2s 0s ease;
  }
  #pageHeader_cy .ph-logo_cy a:hover img {
    opacity: 0.75;
  }
  #pageHeader_cy .ph-logo_cy img {
    display: block;
    width: 140px;
  }
  #pageHeader_cy .ph-logo_sub_cy {
    width: 89px;
    line-height: 1;
    margin-left: 10px;
    padding: 0;
  }
  #pageHeader_cy .ph-logo_sub_cy [src*=text_company] {
    width: 89px;
  }
  #pageHeader_cy .ph-logo_sub_cy [src*=logo_60th] {
    width: 36px;
    height: auto;
  }
  #pageHeader_cy .ph-hamburger_cy {
    display: none;
  }
  #pageHeader_cy .ph-navigation_cy {
    display: flex;
    justify-content: flex-end;
    position: static;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: auto;
    padding: 40px 0 0;
    background: none;
  }
  #pageHeader_cy .ph-navigation_cy::before {
    display: none;
  }
  #pageHeader_cy .ph-navigation_item_cy {
    position: relative;
    display: block;
    height: 50px;
    font-size: 16px;
    vertical-align: middle;
    cursor: default;
  }
  #pageHeader_cy .ph-navigation_item_cy:nth-child(n+2)::before {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #d4d4d4;
    content: "";
  }
  #pageHeader_cy .ph-navigation_item_cy > a {
    display: block;
    height: 100%;
    padding: 6px 0.8em 0;
    color: #555;
    letter-spacing: 0.04em;
    font-weight: bold;
    transition: color 0.2s 0s linear;
    pointer-events: none;
  }
  #pageHeader_cy .ph-navigation_item_cy:last-child > a {
    padding-right: 0;
  }
  #pageHeader_cy .ph-navigation_item_cy:focus-within > a, #pageHeader_cy .ph-navigation_item_cy.is-hover_cy > a {
    color: #ccc;
  }
  #pageHeader_cy .ph-navigation_item_cy:focus-within > .ph-globalNavi_cy, #pageHeader_cy .ph-navigation_item_cy.is-hover_cy > .ph-globalNavi_cy {
    opacity: 1;
    transition: opacity 0.4s 0s linear;
    pointer-events: all;
  }
  #pageHeader_cy .ph-globalNavi_cy {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    z-index: 1;
    width: 400px;
    margin: auto;
    padding: 40px 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    opacity: 0;
    transition: opacity 0.2s 0s linear;
    transform: translateX(-50%);
    pointer-events: none;
  }
  #pageHeader_cy .ph-globalNavi_wrapper_cy {
    display: flex;
  }
  #pageHeader_cy .ph-globalNavi_item_cy {
    position: relative;
    margin: 0;
    padding: 220px 0 0;
    flex-basis: 280px;
    max-width: 280px;
  }
  #pageHeader_cy .ph-globalNavi_item_cy a {
    position: relative;
    display: inline;
    line-height: 1;
    padding: 0;
    letter-spacing: 0.04em;
    color: #555;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    transition: color 0.2s 0s ease;
  }
  #pageHeader_cy .ph-globalNavi_item_cy a::after {
    display: none;
  }
  #pageHeader_cy .ph-globalNavi_item_cy a:hover {
    color: #ccc;
  }
  #pageHeader_cy .ph-globalNavi_item_cy:last-child {
    padding-right: 0;
  }
  #pageHeader_cy .ph-navigation_item_cy:nth-child(1) .ph-globalNavi_item_cy {
    background: url("../../images/img_navi_about.jpg") no-repeat center 0;
  }
  #pageHeader_cy .ph-navigation_item_cy:nth-child(2) .ph-globalNavi_item_cy {
    background: url("../../images/img_navi_csr.jpg") no-repeat center 0;
  }
  #pageHeader_cy .ph-navigation_item_cy:nth-child(3) .ph-globalNavi_item_cy {
    background: url("../../images/img_navi_ir.jpg") no-repeat center 0;
  }
  #pageHeader_cy .ph-globalSubNavi_cy {
    display: block;
    margin-top: 20px;
  }
  #pageHeader_cy .ph-globalSubNavi_item_cy {
    line-height: 1.95;
  }
  #pageHeader_cy .ph-globalSubNavi_item_cy a {
    line-height: 2.3333333333;
    color: #999;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-size: 14px;
  }
  #pageHeader_cy .ph-globalSubNavi_item_cy a:hover {
    text-decoration: underline;
  }
  #pageHeader_cy .ph-subNavi_cy {
    display: flex;
    position: absolute;
    top: 14px;
    right: 180px;
    z-index: 2;
  }
  #pageHeader_cy .ph-subNavi_item_cy {
    position: relative;
    padding: 0 16px;
  }
  #pageHeader_cy .ph-subNavi_item_cy a {
    position: relative;
    display: block;
    line-height: 1;
    padding: 0;
    color: #666;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: bold;
    transition: color 0.2s 0s ease;
  }
  #pageHeader_cy .ph-subNavi_item_cy a::after {
    display: none;
  }
  #pageHeader_cy .ph-subNavi_item_cy a svg {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 15px;
    height: 15px;
    stroke: #666;
    transition: stroke 0.2s 0s ease;
    vertical-align: text-top;
  }
  #pageHeader_cy .ph-subNavi_item_cy a:hover {
    color: #ccc;
  }
  #pageHeader_cy .ph-subNavi_item_cy a:hover svg {
    stroke: #ccc;
  }
  #pageHeader_cy .ph-subNavi_item_cy:nth-child(n+2) {
    border-left: 1px solid #757575;
  }
  #pageHeader_cy .ph-subNavi_item_cy:first-child {
    padding-left: 0;
  }
  #pageHeader_cy .ph-subNavi_item_cy:last-child {
    padding-right: 0;
  }
  #pageHeader_cy .ph-buttonNavi_cy {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    flex-basis: 160px;
    max-width: 160px;
    margin-top: 0;
  }
  #pageHeader_cy .ph-buttonNavi_cy .ph-logo_cy {
    justify-content: center;
    width: 160px;
    height: 40px;
    padding: 0;
  }
  #pageHeader_cy .ph-buttonNavi_cy .ph-logo_cy > img {
    width: 80px;
  }
  #pageHeader_cy .ph-buttonNavi_item_cy {
    padding: 0;
  }
  #pageHeader_cy .ph-buttonNavi_item_cy a {
    position: relative;
    display: block;
    padding: 0;
    background: #000;
    box-shadow: none;
    transition: opacity 0.2s 0s ease;
  }
  #pageHeader_cy .ph-buttonNavi_item_cy a::after {
    right: 7px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin: auto;
    content: "ú";
    font-family: "CONDENSEicon";
    font-size: 0.75rem;
    font-size: 12px;
  }
  #pageHeader_cy .ph-buttonNavi_item_cy a:hover {
    opacity: 0.75;
  }
  /* ################# Overlay ################# */
  .ph-overlay_cy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}