@charset "utf-8";

/* ======================================================
 * block_skip.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- a ----- */

  /* ----- opacity ----- */

  /* ----- transition ----- */

  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  a.block-skip {
    position: fixed;
    top: -10em;
    left: -3000px;
    width: 1px;
    padding: 6px 0;
    background-color: #eee9d6;
    color: #333;
    font-size: 0.1%;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: normal;
    line-height: 0.1;
    z-index: 9999;
    text-align: center;
    transition: none;
  }
  body:not(.is-header-fixed) a.block-skip:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99.99%;
    height: 46px;
    font-size: 16px;
    line-height: 1.6;
    top: 0;
    left: 0;
    outline: auto;
    outline-color: #333;
  }
  body:not(.is-header-fixed) a.block-skip:focus::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid #083;
    border-right: 2px solid #083;
    vertical-align: middle;
    content: "";
    transform: rotate(135deg);
    width: 9px;
    height: 9px;
    top: -4px;
    margin-left: 10px;
  }
  body:not(.is-header-fixed) a.block-skip:focus + #header {
    top: 46px;
  }
  body:not(.is-header-fixed) a.block-skip:focus + #header .header-gnav__list__megamenu {
    top: calc(80px + 46px);
  }
  body:not(.is-header-fixed) a.block-skip:hover {
    color: #c90000;
    text-decoration: underline;
  }

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */


  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */





  /* ------------------------------------------------------
   * hover
  ------------------------------------------------------ */


  /* ------------------------------------------------------
   * override
  ------------------------------------------------------ */


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- a ----- */

  /* ----- opacity ----- */

  /* ----- transition ----- */

  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  a.block-skip {
    position: fixed;
    top: -10em;
    left: -3000px;
    width: 1px;
    padding: 5px 0 3px;
    background-color: #eee9d6;
    color: #333;
    font-size: 0.1%;
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    text-decoration: none;
    letter-spacing: normal;
    line-height: 0.1;
    z-index: 9999;
    text-align: center;
    transition: none;
  }
  body:not(.is-header-fixed) a.block-skip:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99.99%;
    height: 35px;
    font-size: 12px;
    line-height: 1.6;
    top: 0;
    left: 0;
  }
  body:not(.is-header-fixed) a.block-skip:focus::after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid #083;
    border-right: 2px solid #083;
    vertical-align: middle;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    top: -3px;
    margin-left: 10px;
  }
  body:not(.is-header-fixed) a.block-skip:focus + #header {
    top: 35px;
  }

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}