@charset "UTF-8";
/* ======================================================
 * fmworld_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 768px)
 * Print
====================================================== */
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .wrap {
    position: relative;
  }
  img[height="1"][width="1"] {
    position: absolute;
  }

  /*======================================================
  * css sprite
  ======================================================*/
  .sprite {
    background-image: url("../images/common_sprite_sp.png");
    background-repeat: no-repeat;
  }
  /*********************企業・サイトロゴ*********************/
  .sprite.fmv-icon {
    width: 52px;
    height: 15px;
    background-position: 0 0;
  }
  /*********************ヘッダーメニュー*********************/
  .sprite.gnav-icon {
    width: 22px;
    height: 20px;
    background-position: -93px 0;
  }
  .header-gnav__menu.is-open .sprite.gnav-icon {
    background-position: -116px 0;
  }
  /*別タブ遷移*/
  .sprite.blank-icon {
    width: 14px;
    height: 12px;
    background-position: -187px 0;
  }
  /*********************ログインエリア*********************/
  /*人アイコン*/
  .sprite.account-icon {
    width: 12px;
    height: 16px;
    background-position: -54px 0;
  }
  /*鍵アイコン*/
  .sprite.login-icon {
    width: 16px;
    height: 17px;
    background-position: -169px 0;
  }
  /*キャッシュバック*/
  .sprite.cashback-nav-icon {
    width: 28px;
    height: 26px;
    background-position: -139px 0;
  }
  /*メルマガ*/
  .sprite.mailmag-icon {
    width: 30px;
    height: 21px;
    background-position: -67px 0;
  }

  /* ======================================================
   * Header
  ====================================================== */
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #000;
    z-index: 9999;
  }
  .Header__inner {
    display: flex;
    align-items: center;
    padding: 5px 15px 6px;
    height: 40px;
  }

  .header-logo > a {
    display: flex;
    align-items: center;
  }
  .header-logo__icon {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .header-logo__text {
    height: 20px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
  }

  .header-gnav__wrap {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 40px);
    background-color: #fff;
    z-index: 11;
  }
  .header-gnav__menu {
    display: block;
    position: absolute;
    top: 2px;
    right: 5px;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    transition: none;
  }
  .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: 48%;
  }
  .header-gnav-account__register__regist > a {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    color: #fff;
    background-color: #666;
    border-radius: 50px;
  }
  /* ログイン */
  .header-gnav-account__login {
    width: 48%;
  }
  a.header-gnav-account__login__link {
    display: flex;
    justify-content: center;
    position: relative;
    height: 36px;
    padding: 6px 15px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    white-space: nowrap;
  }
  .header-gnav-account__login__icon {
    display: block;
    position: relative;
    top: 3px;
    margin-right: 8px;
  }
  /* ログアウト */
  .header-gnav-account__logout {
    position: relative;
    top: -1px;
    color: #666;
    font-size: 12px;
  }
  .header-gnav-account__info {
    margin-top: 17px;
  }
  .header-gnav-account__info__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-gnav-account__info__item {
    width: calc((100% - 12px) / 2);
    margin-top: 15px;
    text-align: center;
    line-height: 1.2;
  }
  .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%;
    min-height: 42px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 10px;
  }
  .header-gnav-account__info__icon {
    margin-right: 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 {
    line-height: 1.2;
    background-color: #fff;
    border-radius: 50px;
  }
  .header-gnav-account__info__lead {
    font-size: 14px;
  }
  .header-gnav-account__info__balance {
    margin-left: 20px;
    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;
  }

  .header-gnav__inner {
    padding: 20px 15px 70px;
  }
  .header-gnav__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .header-gnav__btn {
    width: calc((100% - 15px) / 2);
  }
  .header-gnav__btn:not(:nth-child(-n+2)) {
    margin-top: 15px;
  }
  .header-gnav__btn a {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 25px 12px;
    border: 1px solid #666;
    border-radius: 10px;
    background-color: #fff;
  }
  .header-gnav__btn a::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #b3b3b3;
    transform: translateX(-50%);
  }
  .header-gnav__title {
    padding: 6px 14px 5px;
    font-size: 15px;
    background-color: #f2f2f2;
    font-weight: bold;
  }
  .header-gnav__list[data-col-sp="2"] {
    display: flex;
    flex-flow: row wrap;
  }
  .header-gnav__list[data-col-sp="2"] > * {
    border-top: none;
    width: calc((100% - 15px)/2);
    margin-left: 15px;
  }
  .header-gnav__list[data-col-sp="2"] > *:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .header-gnav__list[data-col-sp="2"] > *:nth-of-type(n+3) {
    border-top: 1px solid #f2f2f2;
  }
  .header-gnav__section:last-child .header-gnav__list > li:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .header-gnav__list > *:first-child {
    border-top: none;
  }
  .header-gnav__item {
    border-top: 1px solid #f2f2f2;
  }
  .header-gnav__item > a {
    position: relative;
    display: block;
    padding: 10px 5px 10px 32px;
  }
  .header-gnav__item > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-width: 5px 0 5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #b3b3b3;
  }
  .header-gnav__item > a[target="_blank"]::before {
    content: none;
  }
  .header-gnav__item .is-blank {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -6px;
  }

  /* ------------------------------------------------------
   * Header__important
  ------------------------------------------------------ */
  .Header__important {
    display: none;
    padding: 0 15px 15px;
    background-color: #ffeef0;
  }
  .Header__important__title {
    padding-top: 15px;
    color: #ac2330;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .Header__important__item {
    margin-top: 10px;
    font-size: 14px;
  }
  .Header__important__item a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  .Header__important__item a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0.55em;
    left: -3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5f6b78;
    border-right: 2px solid #5f6b78;
    transform: rotate(45deg);
  }

  /* ======================================================
   * Footer
  ====================================================== */
  .Footer__head {
    background-color: #fff;
  }
  .Footer__body {
    background-color: #000;
  }
  .Footer__inner {
    padding: 0 15px;
  }
  .Footer__body .Footer__inner {
    padding: 20px 15px;
  }
  .Footer__guide {
    display: none;
  }
  .footer-snav__list {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 0;
  }
  .footer-snav__item {
    width: 50%;
    line-height: 1.4;
  }
  .footer-snav__item:not(:nth-child(-n+2)){
    margin-top: 5px;
  }
  .footer-snav__item > a {
    display: inline-block;
    font-size: 10px;
  }

  .footer-copyright {
    color: #b3b3b3;
    font-size: 10px;
    text-align: center;
  }

  /* ======================================================
   * main
  ====================================================== */
  .main {
    background-color: #f7f7f7;
    overflow: hidden;
  }
  .main a,
  .main a:visited {
    color: #2f368e;
    text-decoration: underline;
    transition: none;
  }
  .main a:hover {
    text-decoration: underline;
  }

  /* ======================================================
   * ad
  ====================================================== */
  .ad-area {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }

  /* ======================================================
   * breadcrumbs
  ====================================================== */
  .breadcrumbs {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    color: #6a7684;
    font-size: 0;
  }
  .breadcrumbs.js-breadcrumbsFade::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 1;
  }
  .breadcrumbs-list {
    padding: 15px 0;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs.type-ad .breadcrumbs-list {
    padding-top: 10px;
  }
  .breadcrumbs-item {
    position: relative;
    display: inline;
    padding: 0 10px;
    font-size: 12px;
  }
  .breadcrumbs-item::before {
    content: "＞";
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    height: 20px;
  }
  .breadcrumbs-item:first-child::before {
    content: none;
  }
  .main .breadcrumbs-item a,
  .main .breadcrumbs-item a:visited {
    color: #206ac5;
    text-decoration: underline;
  }
  .main .breadcrumbs-item a:hover {
    text-decoration: none;
  }

  /* ======================================================
   * pagetop
  ====================================================== */
  .pagetop {
    position: fixed;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    width: 55px;
    height: 55px;
    bottom: 50px;
    right: 10px;
    overflow: hidden;
    z-index: 1;
  }
  .pagetop a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #dce0e3;
    border-radius: 5px;
  }
  .pagetop a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -4px 0 0 -6px;
    border-top: 2px solid #5f6b78;
    border-right: 2px solid #5f6b78;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* ======================================================
 * Print
====================================================== */

