@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;
  }
  .js-scrollFade {
    position: relative;
  }
  .js-scrollFadeOn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 1;
  }


  /*======================================================
  * css fmvSprite
  ======================================================*/
  .fmvSprite {
    background-image: url("../img/common_sprite_sp.png");
    background-repeat: no-repeat;
  }
  /*********************企業・サイトロゴ*********************/
  .fmvSprite.fmv-icon {
    width: 52px;
    height: 15px;
    background-position: 0 0;
  }
  /*********************ヘッダーメニュー*********************/
  .fmvSprite.gnav-icon {
    width: 22px;
    height: 20px;
    background-position: -93px 0;
  }
  .header-gnav__menu.is-open .fmvSprite.gnav-icon {
    background-position: -116px 0;
  }
  /*別タブ遷移*/
  .fmvSprite.blank-icon {
    width: 14px;
    height: 12px;
    background-position: -187px 0;
  }
  /*********************検索エリア*********************/
  /*検索ボタン*/
  .fmvSprite.search-icon {
    width: 18px;
    height: 18px;
    background-position: -202px 0;
  }
  /*********************ログインエリア*********************/
  /*人アイコン*/
  .fmvSprite.account-icon {
    width: 12px;
    height: 16px;
    background-position: -54px 0;
  }
  /*鍵アイコン*/
  .fmvSprite.login-icon {
    width: 16px;
    height: 17px;
    background-position: -169px 0;
  }
  /*キャッシュバック*/
  .fmvSprite.cashback-nav-icon {
    width: 28px;
    height: 26px;
    background-position: -139px 0;
  }
  /*メルマガ*/
  .fmvSprite.mailmag-icon {
    width: 30px;
    height: 21px;
    background-position: -67px 0;
  }

  /* ======================================================
   * Header
  ====================================================== */
  .Header {
    position: relative;
    width: 100%;
    height: 40px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background-color: #000;
    z-index: 9999;
  }
  .Header.is-scrollingUp {
    position: fixed;
    top: 0;
    left: 0;
  }
  .is-scrollingUp main {
    padding-top: 40px;
  }
  .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 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .Footer__head {
    background-color: #fff;
  }
  .Footer__body {
    background-color: #000;
  }
  .Footer__foot {
    background-color: #000;
  }
  .Footer__guide {
    display: none;
  }
  /* サブメニュー */
  .footer-snav__list {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 0;
    font-size: 10px;
    line-height: 1.4;
  }
  .footer-snav__item {
    width: 50%;
  }
  .footer-snav__item:not(:nth-child(-n+2)){
    margin-top: 5px;
  }
  .footer-snav__item > a {
    display: inline-block;
  }
  /* メインメニュー */
  .footer-mnav {
    display: none;
  }
  /* 企業メニュー */
  .footer-gnav__list {
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-gnav__item:not(:first-child) {
    border-top: 1px solid #4d4d4d;
  }
  .footer-gnav__item a {
    display: block;
    padding: 16px;
    color: #b3b3b3;
  }
  .footer-gnav__item a:visited {
    color: #b3b3b3;
  }
  /* コピーライト */
  .footer-copyright {
    padding: 16px 0 18px;
    color: #b3b3b3;
    font-size: 14px;
    text-align: center;
  }

  /* ======================================================
   * serviceHeader
  ====================================================== */
  .serviceHeader {
    width: 100%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .serviceHeader-inner {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .serviceHeader-head {
    order: 2;
    width: 100%;
  }
  .is-scrollingUp .serviceHeader-head {
    position: fixed;
    top: 40px;/*headerの高さ分*/
    left: 0;
    background-color: #fff;
    z-index: 8888;
  }
  .serviceHeader-body {
    order: 3;
    width: 100%;
  }
  .serviceHeader-foot {
    order: 1;
    width: 100%;
  }
  .serviceHeader-logo {
    padding: 15px 0;
    text-align: center;
  }
  .serviceHeader-logo a {
    display: inline-block;
  }
  .serviceHeader-logo img {
    width: auto;
    height: 46px;
  }
  .serviceHeader-main {
    padding: 15px 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  .serviceHeader-main a,
  .serviceHeader-main a:visited {
    color: #000;
  }
  .serviceHeader-main a:hover {
    text-decoration: none;
  }
  /* ヘッダー検索窓 */
  .serviceHeaderSearch {
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #f2f2f2;
  }
  .serviceHeaderSearch.pattern-inside {
    padding: 0 25px 30px;
    border: none;
  }
  .serviceHeaderSearch-fieldset {
    display: flex;
    border: 1px solid #666;
    border-radius: 50px;
  }
  .pattern-inside .serviceHeaderSearch-fieldset {
    border-color: #5f6b78;
    border-radius: 3px;
  }
  .serviceHeaderSearch-input {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
  }
  .pattern-inside .serviceHeaderSearch-input {
    border-radius: 3px;
  }
  .serviceHeaderSearch-input::placeholder {
    color: #b1b1b1;
    font-size: 14px;
    text-align: center;
  }
  .pattern-inside .serviceHeaderSearch-input::placeholder {
    text-align: left;
  }
  .serviceHeaderSearch-auxiliary {
    display: none;
  }
  .serviceHeaderSearch-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 32px;
    margin: 4px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #666;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .pattern-inside .serviceHeaderSearch-submit {
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #5f6b78;
    border-radius: 0 1px 1px 0;
  }
  .serviceHeaderSearch-icon {
    display: block;
  }
  /* ユーザー情報 */
  .serviceHeaderInfo {
    order: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.2;
    background-color: #f2f2f2;
  }
  .serviceHeaderInfo-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px 15px;
  }
  .serviceHeaderInfo-userIcon {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .serviceHeaderInfo-name {
    position: relative;
    margin-right: 10px;
    padding-left: 20px;
    line-height: 1.1;
  }
  .serviceHeaderInfo-name .type-em {
    font-weight: bold;
    font-size: 16px;
  }
  .serviceHeaderInfo-name span:not(.type-em) {
    white-space: nowrap;
  }
  .serviceHeaderInfo-confirm {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-width: 43px;
    font-size: 12px;
  }
  .serviceHeaderInfo-wrap {
    display: none;
    padding: 0 15px 15px;
  }
  .serviceHeaderInfo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .serviceHeaderInfo-box:not(:first-child) {
    width: 100%;
    margin-top: 15px;
  }
  .serviceHeaderInfo-ttl {
    display: flex;
    align-items: center;
    color: #767676;
    font-size: 14px;
  }
  .serviceHeaderInfo-cashback {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .serviceHeaderInfo-txt .type-em {
    font-size: 19px;
    white-space: nowrap;
  }
  .serviceHeaderInfo-txt span {
    font-weight: bold;
  }
  .serviceHeaderInfo-transition {
    display: none;
  }
  a.serviceHeaderInfo-link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  a.serviceHeaderInfo-link::before {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
  }
  .serviceHeaderInfo-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pattern-notLogin .serviceHeaderInfo-message {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .pattern-notLogin .serviceHeaderInfo-btnArea {
    width: calc((100% - 15px) / 2);
  }
  .pattern-irregular a.serviceHeaderInfo-btn {
    width: 110px;
    margin-left: 15px;
  }
  .serviceHeaderInfo-help {
    flex-grow: 1;
    margin-top: 15px;
  }
  a.serviceHeaderInfo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #666;
    border-radius: 5px;
  }
  a.serviceHeaderInfo-btn:visited {
    color: #fff;
  }
  a.serviceHeaderInfo-btn:hover {
    opacity: 0.7;
  }
  a.serviceHeaderInfo-btn.pattern-login {
    background-color: #000;
  }
  a.serviceHeaderInfo-btn.pattern-help {
    border: 1px solid #d2dce6;
    color: #232b35;
    background-color: #fff;
  }
  a.serviceHeaderInfo-btn.pattern-help:visited {
    color: #232b35;
  }
  .serviceHeaderInfo-loginIcon {
    flex-shrink: 0;
    margin-right: 8px;
  }
  .serviceHeaderInfo-helpIcon {
    flex-shrink: 0;
    margin-right: 8px;
  }
  /* サービス要素 */
  .serviceHeaderElement {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0;
  }
  .serviceHeaderElement-period {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
  }
  .serviceHeaderElement-period .type-highlight {
    color: #c4141c;
  }
  .serviceHeaderElement-txt {
    padding: 0 10px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .serviceHeaderElement-txt::-webkit-scrollbar {
    display: none;
  }

  /* ======================================================
   * 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 {
    position: relative;
    color: #6a7684;
    font-size: 0;
    background-color: #fff;
  }
  .breadcrumbs.js-breadcrumbsFade::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    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: 10px 0 15px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs-list::-webkit-scrollbar {
    display: none;
  }
  .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: #6a7684;
    text-decoration: none;
  }
  .main .breadcrumbs-item a:hover {
    text-decoration: underline;
  }

  /* ======================================================
   * 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
====================================================== */
