@charset "UTF-8";
/* ======================================================
 * header
====================================================== */
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 769px) {
  .Header__inner {
    width: 1200px;
  }
  .header-login {
    position: relative;
  }
  .header-login__btn {
    display: flex;
    align-items: center;
    height: 64px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
  }
  .header-login__icon {
    margin-right: 15px;
  }
  .header-login-more {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  /* ------------------------------------------------------
   * header-account
  ------------------------------------------------------ */
  .header-account {
    max-width: 200px;
    margin: 0 auto;
    padding: 20px 0;
  }
  /* ユーザー名 */
  .header-account__name__label {
    display: inline-block;
    max-width: 80px;
    line-height: 1.2;
  }
  /* ログイン */
  a.header-account__login__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #ac2330;
    border-radius: 50px;
  }
  .header-account__login__icon {
    flex-shrink: 0;
    margin-right: 8px;
  }
  /* 新規登録 */
  .header-account__register {
    margin-top: 15px;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
  }
  .header-account__register__title {
    color: #ac2330;
    text-align: center;
    font-weight: bold;
  }
  .header-account__register__text {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
  }
  .header-account__register__regist > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    color: #fff;
    background-color: #666;
    border-radius: 50px;
  }
  /* キャッシュバックとは */
  .header-account__help {
    margin-top: 12px;
    font-size: 12px;
  }
  .header-account__help__link {
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .header-account__help__icon {
    flex-shrink: 0;
    margin-right: 3px;
  }
  /* 会員情報 */
  .header-account__info__item {
    text-align: center;
  }
  .header-account__info__item:not(:first-child) {
    margin-top: 20px;
  }
  .header-account__info__item > dt {
    padding-bottom: 5px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 15px;
    line-height: 1.4;
  }
  .header-account__info__item > dd {
    margin-top: 10px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
  }
  .header-account__info_usercourse {
    font-size: 15px;
  }
  .header-account__info__premium_regist {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: normal;
    gap: 10px;
    font-size: 14px;
  }
  .header-account__info__link {
    display: inline-block;
    height: 30px;
    padding: 6px 20px;
    background-color: #f2f2f2;
    border-radius: 50px;
  }
  /* メルマガ登録 */
  .header-account__mailmag {
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
  }
  .header-account__mailmag__link {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
  }
  .header-account__mailmag__icon {
    flex-shrink: 0;
    margin-right: 15px;
  }
  /* 登録情報の確認 */
  .header-account__confirmation {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
  }
  .header-account__confirmation__link {
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 2px 25px;
    border: 1px solid #000;
    border-radius: 50px;
  }
  /* ログアウト */
  .header-account__logout {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
  }
}

@media print, screen and (max-width: 1024px) and (min-width: 861px) {
  .header-gnav__item {
    margin-left: 45px;
  }
}
@media print, screen and (max-width: 860px) and (min-width: 769px) {
  .header-gnav__list {
    flex-wrap: nowrap;
    height: 64px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 768px) {
  .header-gnav__menu__icon {
    display: block;
    overflow: hidden;
  }
  /* ------------------------------------------------------
   * header-gnav-account
  ------------------------------------------------------ */
  .header-gnav-account {
    padding: 15px;
    background-color: #f2f2f2;
  }
  .header-gnav-account.is-login {
    padding-top: 14px;
  }
  .header-gnav-account__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
  }
  /* アカウント名 */
  .header-gnav-account__name {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    line-height: 1.1;
  }
  .header-gnav-account__icon {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .header-gnav-account__name__label {
    font-size: 16px;
  }
  .header-gnav-account__inner {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
  }
  /* 新規登録 */
  .header-gnav-account__register {
    width: calc((100% - 15px) / 2);
  }
  .header-gnav-account__register__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    color: #fff;
    background-color: #666;
    border-radius: 50px;
  }
  /* ログイン */
  .header-gnav-account__login {
    width: calc((100% - 15px) / 2);
  }
  a.header-gnav-account__login__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    height: 36px;
    padding: 5px 15px;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    white-space: nowrap;
  }
  /* ログアウト */
  .header-gnav-account__logout {
    position: relative;
    top: -1px;
    color: #666;
    font-size: 12px;
  }
  .header-gnav-account__info {
    margin-top: 17px;
    line-height: 1.2;
  }
  .header-gnav-account__info__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 12px;
    margin-top: 15px;
  }
  .header-gnav-account__info__item {
    width: calc((100% - 12px) / 2);
    text-align: center;
  }
  .header-gnav-account__info__cont {
    height: 100%;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 10px;
  }
  .header-gnav-account__info__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    min-height: 42px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 10px;
  }
  .header-gnav-account__info__title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .header-gnav-account__info__text {
    font-size: 14px;
    font-weight: bold;
  }
  /*キャッシュバック*/
  /* .header-gnav-account__info__cashback {
    background-color: #fff;
    border-radius: 50px;
  } */
  .header-gnav-account__info__lead {
    font-size: 14px;
  }
  .header-gnav-account__info__balance {
    margin-left: 10px;
    font-weight: bold;
    font-size: 19px;
  }
  /*FMV プレミアムサービス 未加入*/
  .header-gnav-account__info__premium_regist .header-gnav-account__info__text {
    color: #666;
  }
  /*ご登録情報の確認*/
  .header-gnav-account__info__confirmation {
    font-size: 14px;
  }
}