@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;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  input, select, textarea, button, pre {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  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;
  }
  .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;
    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--head {
    display: block;
    overflow: hidden;
    width: 52px;
    height: 15px;
    white-space: nowrap;
    text-indent: 100%;
    background: url("../img/fmv_logo.png") no-repeat 0 0;
    background-size: contain;
  }

  /* ======================================================
   * Footer
  ====================================================== */
  .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%;
  }
  .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;
    position: relative;
    padding: 15px;
    padding-right: 30px;
  }
  .serviceHeaderInfo-user::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 8px;
    background-color: #666;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateY(-50%);
  }
  .serviceHeaderInfo-user.is-open::after {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .serviceHeaderInfo-userIcon {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .serviceHeaderInfo-name {
    position: relative;
    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 {
    margin-top: 15px;
    min-width: 43px;
    font-size: 12px;
    text-align: center;
  }
  .serviceHeaderInfo-wrap {
    display: none;
    padding: 0 15px 15px;
  }
  .serviceHeaderInfo-wrap > *:first-child {
    margin-top: 0;
  }
  .serviceHeaderInfo-boxLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .serviceHeaderInfo-boxLink:hover {
    text-decoration: none;
  }
  .serviceHeaderInfo-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: #fff;
    margin-top: 10px;
  }
  .serviceHeaderInfo-course .serviceHeaderInfo-detail {
    width: 100%;
    margin-top: 2px;
  }
  .serviceHeaderInfo-ttl {
    display: flex;
    align-items: center;
    color: #767676;
    font-size: 12px;
  }
  .serviceHeaderInfo-cashback {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .serviceHeaderInfo-txt .type-em {
    font-size: 16px;
    white-space: nowrap;
  }
  .serviceHeaderInfo-txt span {
    font-weight: bold;
  }
  a.serviceHeaderInfo-link {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    color: #666;
    font-size: 12px;
  }
  a.serviceHeaderInfo-link::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    right: -10px;
    width: 6px;
    height: 10px;
    background-color: #666;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .serviceHeaderInfo-btnArea {
    margin-top: 10px;
  }
  .serviceHeaderInfo-help {
    margin-top: 10px;
  }
  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: 50px;
  }
  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: 5;
  }
  .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
====================================================== */

