@charset "UTF-8";
:root {
  --fmvpc-width: 1200px;
  --fmvpc-padding: 16px;
  --fmvpc-black: #000;
  --fmvpc-lightgray: #f5f5f5;
  --fmvpc-gray: #B3B3B3;
  --fmvpc-darkgray: #262626;
  --fmvpc-white: #fff;
  --fmvpc-green: #70C13F; }
  @media screen and (max-width: 768px) {
    :root {
      --fmvpc-padding: 12px; } }

/*--

  LP

====================================================== --*/
#index {
  max-width: none !important;
  width: auto !important; }

html {
  scroll-behavior: smooth; }

#fmvpc .fmvpc__comparison {
  background: radial-gradient(85.85% 31.99% at 49.87% 16.09%, #fff 0%, rgba(210, 229, 254, 0.8) 100%);
  box-sizing: border-box;
  margin: 0px auto;
  max-width: var(--fmvpc-width);
  padding: calc(var(--fmvpc-padding) * 3) calc(var(--fmvpc-padding) * 2); }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__comparison {
      padding: calc(var(--fmvpc-padding) * 3) var(--fmvpc-padding); } }
  #fmvpc .fmvpc__comparison h3 {
    font-size: 0px !important;
    margin: 0px auto 24px !important;
    max-width: 350px !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__comparison h3 {
        margin-bottom: 18px !important;
        max-width: 222px !important; } }
    #fmvpc .fmvpc__comparison h3 img {
      width: 100%; }
  #fmvpc .fmvpc__comparison > p {
    margin-bottom: 24px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__comparison > p {
        font-size: 15px !important; } }
  #fmvpc .fmvpc__comparison ul {
    gap: var(--fmvpc-padding);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__comparison ul {
        border-radius: 5px;
        gap: 1px;
        overflow: hidden; } }
    #fmvpc .fmvpc__comparison ul li {
      background: #97a2aa;
      overflow: hidden;
      padding-bottom: var(--fmvpc-padding); }
      @media screen and (min-width: 769px) {
        #fmvpc .fmvpc__comparison ul li {
          border-radius: 12px; } }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__comparison ul li:nth-of-type(1) figure::after {
          background: url(../images/202606/comparison_01_sp_02.webp) no-repeat center;
          background-size: cover; }
        #fmvpc .fmvpc__comparison ul li:nth-of-type(2) figure::after {
          background: url(../images/202606/comparison_02_sp_02.webp) no-repeat center;
          background-size: cover; }
        #fmvpc .fmvpc__comparison ul li:nth-of-type(3) figure::after {
          background: url(../images/202606/comparison_03_sp_02.webp) no-repeat center;
          background-size: cover; } }
      #fmvpc .fmvpc__comparison ul li figure {
        margin-bottom: var(--fmvpc-padding); }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__comparison ul li figure {
            margin-bottom: 20px;
            position: relative; }
            #fmvpc .fmvpc__comparison ul li figure::after {
              content: "";
              height: 96px;
              margin: auto;
              position: absolute;
              width: 96px;
              inset: auto 0px -12px; } }
      #fmvpc .fmvpc__comparison ul li dt {
        margin-bottom: 8px;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1.6em !important;
        letter-spacing: 0.05em !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__comparison ul li dt {
            font-size: 15px !important; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__comparison ul li dt {
            margin-bottom: 4px; } }
      #fmvpc .fmvpc__comparison ul li dd {
        color: var(--fmvpc-white);
        margin-bottom: 8px;
        font-size: 28px !important;
        line-height: 1.4em !important;
        letter-spacing: 0.05em !important;
        font-weight: 500 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__comparison ul li dd {
            margin-bottom: 4px; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__comparison ul li dd {
            font-size: 20px !important; } }
        #fmvpc .fmvpc__comparison ul li dd span {
          font-size: 16px !important;
          font-weight: inherit !important; }
          @media screen and (max-width: 768px) {
            #fmvpc .fmvpc__comparison ul li dd span {
              font-size: 15px !important; } }
      #fmvpc .fmvpc__comparison ul li p {
        color: var(--fmvpc-white);
        font-size: 15px !important;
        line-height: 1.6em !important;
        letter-spacing: 0.05em !important;
        font-weight: 500 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__comparison ul li p {
            font-size: 12px !important; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__comparison ul li p {
            font-size: 10px !important;
            line-height: 1.4em !important; } }

#fmvpc .fmvpc__slider {
  background: var(--fmvpc-black);
  margin: 0px auto calc(var(--fmvpc-padding) * 3);
  max-width: var(--fmvpc-width);
  padding: calc(var(--fmvpc-padding) * 3) 0px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__slider {
      margin-bottom: 0px; } }
  #fmvpc .fmvpc__slider__body {
    margin-bottom: 36px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__slider__body {
        margin-bottom: 24px; } }
    #fmvpc .fmvpc__slider__body button {
      background: var(--fmvpc-white);
      border: 1px solid var(--fmvpc-black);
      border-radius: 100%;
      bottom: 0px;
      box-sizing: border-box;
      cursor: pointer;
      font-size: 0px !important;
      height: calc(var(--fmvpc-padding) * 3);
      margin: auto;
      position: absolute;
      top: 0px;
      width: calc(var(--fmvpc-padding) * 3);
      z-index: 10;
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__slider__body button {
          display: none !important; } }
      #fmvpc .fmvpc__slider__body button.fmvpc__slider__prev {
        left: 24px; }
        #fmvpc .fmvpc__slider__body button.fmvpc__slider__prev::before {
          scale: -1 1; }
      #fmvpc .fmvpc__slider__body button.fmvpc__slider__next {
        right: 24px; }
      #fmvpc .fmvpc__slider__body button::before {
        background: var(--fmvpc-black);
        content: "";
        height: 18px;
        width: 9px;
        -webkit-clip-path: polygon(9.06055px 9.06055px, 0.70703px 18.1211px, 0px 17.3542px, 7.64648px 9.06055px, 0px 0.76687px, 0.70703px 0px, 9.06055px 9.06055px);
                clip-path: polygon(9.06055px 9.06055px, 0.70703px 18.1211px, 0px 17.3542px, 7.64648px 9.06055px, 0px 0.76687px, 0.70703px 0px, 9.06055px 9.06055px); }
    #fmvpc .fmvpc__slider__body ul {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      #fmvpc .fmvpc__slider__body ul li {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        #fmvpc .fmvpc__slider__body ul li img {
          border-radius: 12px;
          width: 100%; }

#fmvpc .fmvpc__products {
  background: var(--fmvpc-lightgray);
  margin: 0px auto 0px;
  padding: calc(var(--fmvpc-padding) * 3) 0px 80px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__products {
      padding: calc(var(--fmvpc-padding) * 3) 0px var(--fmvpc-padding); } }
  #fmvpc .fmvpc__products h3 {
    color: var(--fmvpc-black) !important;
    margin-bottom: 80px !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 1.4em !important;
    letter-spacing: 0.05em !important;
    font-weight: 700 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__products h3 {
        font-size: 20px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__products h3 {
        margin-bottom: calc(var(--fmvpc-padding) * 2) !important; } }
    #fmvpc .fmvpc__products h3::before, #fmvpc .fmvpc__products h3::after {
      background: currentColor;
      content: "";
      height: 1px;
      width: 98px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__products h3::before, #fmvpc .fmvpc__products h3::after {
          width: 45px; } }
    #fmvpc .fmvpc__products h3::before {
      rotate: 53deg; }
    #fmvpc .fmvpc__products h3::after {
      rotate: -53deg; }
  #fmvpc .fmvpc__products__filter {
    box-sizing: border-box;
    margin: 0px auto 80px;
    max-width: var(--fmvpc-width);
    padding: 0px calc(var(--fmvpc-padding) * 2); }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__products__filter {
        margin-bottom: calc(var(--fmvpc-padding) * 2);
        padding: 0px var(--fmvpc-padding); } }
    #fmvpc .fmvpc__products__filter ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 8px;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__products__filter ul {
          gap: 4px;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      #fmvpc .fmvpc__products__filter ul li {
        background: var(--fmvpc-white);
        border: 1px solid var(--fmvpc-gray);
        border-radius: calc(var(--fmvpc-padding) * 3);
        box-sizing: border-box;
        color: var(--fmvpc-black);
        cursor: pointer;
        gap: 8px;
        height: calc(var(--fmvpc-padding) * 3);
        padding: 0px 24px;
        font-size: 15px !important;
        line-height: 1.6em !important;
        letter-spacing: 0.05em !important;
        font-weight: 500 !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        transition: all 250ms ease; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__products__filter ul li {
            gap: 4px;
            padding: 0px 15px 0px 10px; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__products__filter ul li {
            font-size: 12px !important; } }
        @media screen and (min-width: 769px) {
          #fmvpc .fmvpc__products__filter ul li:hover {
            background: var(--fmvpc-black);
            border-color: var(--fmvpc-black);
            color: var(--fmvpc-white); } }
        #fmvpc .fmvpc__products__filter ul li[data-current="true"] {
          background: var(--fmvpc-black);
          border-color: var(--fmvpc-black);
          color: var(--fmvpc-white);
          pointer-events: none; }
        #fmvpc .fmvpc__products__filter ul li::before {
          background: currentColor;
          content: "";
          height: 32px;
          width: 32px; }
          @media screen and (max-width: 768px) {
            #fmvpc .fmvpc__products__filter ul li::before {
              scale: 0.75; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__products__filter ul li[rel="all"] {
            padding: 0px 15px 0px 15px; } }
        #fmvpc .fmvpc__products__filter ul li[rel="all"]::before {
          content: none; }
        #fmvpc .fmvpc__products__filter ul li[rel="lightweight"]::before {
          -webkit-clip-path: url(#icon_lightweight);
                  clip-path: url(#icon_lightweight); }
        #fmvpc .fmvpc__products__filter ul li[rel="battery"]::before {
          -webkit-clip-path: url(#icon_battery);
                  clip-path: url(#icon_battery); }
        #fmvpc .fmvpc__products__filter ul li[rel="touchpanel"]::before {
          -webkit-clip-path: url(#icon_touchpanel);
                  clip-path: url(#icon_touchpanel); }
        #fmvpc .fmvpc__products__filter ul li[rel="volume"]::before {
          -webkit-clip-path: url(#icon_volume);
                  clip-path: url(#icon_volume); }
        #fmvpc .fmvpc__products__filter ul li[rel="screen"]::before {
          -webkit-clip-path: url(#icon_screen);
                  clip-path: url(#icon_screen); }
        #fmvpc .fmvpc__products__filter ul li[rel="ai"]::before {
          -webkit-clip-path: url(#icon_ai);
                  clip-path: url(#icon_ai); }
        #fmvpc .fmvpc__products__filter ul li[rel="keyboard"]::before {
          -webkit-clip-path: url(#icon_keyboard);
                  clip-path: url(#icon_keyboard); }
        #fmvpc .fmvpc__products__filter ul li[rel="design"]::before {
          -webkit-clip-path: url(#icon_design);
                  clip-path: url(#icon_design); }
  #fmvpc .fmvpc__products__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--fmvpc-padding);
    margin: 0px auto;
    max-width: var(--fmvpc-width);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__products__list {
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0px calc(var(--fmvpc-padding) * 2); } }
    #fmvpc .fmvpc__products__list[data-status="animation"] {
      animation: fadein 500ms ease 0s 1 forwards;
      opacity: 0; }
    #fmvpc .fmvpc__products__list li {
      background: var(--fmvpc-white);
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__products__list li {
          padding: calc(var(--fmvpc-padding) * 2) var(--fmvpc-padding); } }
      @media screen and (min-width: 769px) {
        #fmvpc .fmvpc__products__list li {
          -ms-flex-preferred-size: 368px;
              flex-basis: 368px;
          padding: 24px calc(var(--fmvpc-padding) * 2); } }
      #fmvpc .fmvpc__products__list li[data-status="hide"] {
        display: none; }
    #fmvpc .fmvpc__products__list__label {
      background: var(--fmvpc-black) !important;
      border-radius: calc(var(--fmvpc-padding) * 2);
      box-sizing: border-box;
      color: var(--fmvpc-white) !important;
      height: calc(var(--fmvpc-padding) * 2);
      left: -8px;
      padding: 0px var(--fmvpc-padding) 1px;
      position: absolute;
      top: -8px;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      font-size: 15px !important;
      line-height: 1.6em !important;
      letter-spacing: 0.05em !important;
      font-weight: 500 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__products__list__label {
          left: -6px;
          top: -6px; } }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__products__list__label {
          font-size: 12px !important; } }

#fmvpc .fmvpc__movie {
  background: var(--fmvpc-lightgray);
  margin: 0px auto 0px;
  padding: 0px 0px calc(var(--fmvpc-padding) * 3);
  display: none; }
  #fmvpc .fmvpc__movie[data-type="all"], #fmvpc .fmvpc__movie[data-type="ai"] {
    display: block; }
  #fmvpc .fmvpc__movie h3 {
    color: var(--fmvpc-black) !important;
    gap: 10px;
    margin-bottom: var(--fmvpc-padding) !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__movie h3 {
        font-size: 15px !important; } }
    #fmvpc .fmvpc__movie h3::before, #fmvpc .fmvpc__movie h3::after {
      background: currentColor;
      content: "";
      height: 1px;
      width: 45px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__movie h3::before, #fmvpc .fmvpc__movie h3::after {
          width: 18px; } }
    #fmvpc .fmvpc__movie h3::before {
      rotate: 45deg; }
    #fmvpc .fmvpc__movie h3::after {
      rotate: -45deg; }
  #fmvpc .fmvpc__movie figure {
    max-width: 752px;
    margin: 0px auto 80px; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__movie figure {
        margin: 0px calc(var(--fmvpc-padding) * 2) calc(var(--fmvpc-padding) * 2); } }
    #fmvpc .fmvpc__movie figure iframe {
      border-radius: 5px;
      display: block;
      width: 100%;
      aspect-ratio: 752 / 423; }

#fmvpc .fmvpc__point__title {
  background: var(--fmvpc-black);
  margin-bottom: 112px;
  padding: calc(var(--fmvpc-padding) * 2) 0px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__point__title {
      margin-bottom: calc(var(--fmvpc-padding) * 3); } }
  #fmvpc .fmvpc__point__title p {
    color: var(--fmvpc-white);
    gap: var(--fmvpc-padding);
    margin-bottom: 8px;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__point__title p {
        font-size: 15px !important; } }
    #fmvpc .fmvpc__point__title p::before, #fmvpc .fmvpc__point__title p::after {
      background: currentColor;
      content: "";
      height: 2px;
      width: 24px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__title p::before, #fmvpc .fmvpc__point__title p::after {
          width: 18px; } }
    #fmvpc .fmvpc__point__title p::before {
      rotate: 45deg; }
    #fmvpc .fmvpc__point__title p::after {
      rotate: -45deg; }
  #fmvpc .fmvpc__point__title h2 {
    color: var(--fmvpc-white) !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    font-weight: 500 !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__point__title h2 {
        font-size: 12px !important; } }
    #fmvpc .fmvpc__point__title h2::before {
      content: attr(data-text);
      display: block;
      margin-bottom: 5px;
      font-size: 28px !important;
      line-height: 1.4em !important;
      letter-spacing: 0.05em !important;
      font-weight: 500 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__title h2::before {
          font-size: 20px !important; } }

#fmvpc .fmvpc__point__365 {
  margin: 0px auto 75px;
  max-width: 1000px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--fmvpc-gray); }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__point__365 {
      padding: 0px var(--fmvpc-padding) calc(var(--fmvpc-padding) * 2);
      margin: 0px var(--fmvpc-padding) calc(var(--fmvpc-padding) * 3); } }
  #fmvpc .fmvpc__point__365__title {
    gap: 12px;
    margin: 0px auto;
    max-width: 750px; }
    @media screen and (min-width: 769px) {
      #fmvpc .fmvpc__point__365__title {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__point__365__title div {
        margin-bottom: 10px; } }
    #fmvpc .fmvpc__point__365__title div img {
      display: block;
      margin: 0px 0px calc(var(--fmvpc-padding) * 2);
      width: 197px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__365__title div img {
          width: 147px;
          margin-inline: auto; } }
    #fmvpc .fmvpc__point__365__title div h4 {
      font-size: 28px !important;
      line-height: 1.4em !important;
      letter-spacing: 0.05em !important;
      font-weight: 700 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__365__title div h4 {
          font-size: 20px !important; } }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__365__title div h4 {
          text-align: center !important; } }
      #fmvpc .fmvpc__point__365__title div h4 span {
        font-size: 15px !important;
        line-height: 1.6em !important;
        letter-spacing: 0.05em !important;
        font-weight: 500 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__point__365__title div h4 span {
            font-size: 12px !important; } }
    #fmvpc .fmvpc__point__365__title figure {
      -ms-flex-preferred-size: 308px;
          flex-basis: 308px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__365__title figure {
          margin: 0px auto 10px;
          max-width: 231px; } }
      #fmvpc .fmvpc__point__365__title figure img {
        width: 100%; }
  #fmvpc .fmvpc__point__365__image {
    margin-bottom: calc(var(--fmvpc-padding) * 2); }
    #fmvpc .fmvpc__point__365__image img {
      width: 100%; }
  #fmvpc .fmvpc__point__365__list {
    margin: 0px auto calc(var(--fmvpc-padding) * 2);
    max-width: 750px;
    text-align: left; }
    #fmvpc .fmvpc__point__365__list li {
      margin-bottom: 12px;
      padding-left: 1em;
      text-indent: -1em;
      font-size: 15px !important;
      line-height: 1.6em !important;
      letter-spacing: 0.05em !important;
      font-weight: 500 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__365__list li {
          font-size: 12px !important; } }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__point__365__list li {
          margin-bottom: 9px; } }
      #fmvpc .fmvpc__point__365__list li::before {
        content: "\30FB";
        text-indent: 0px; }
  #fmvpc .fmvpc__point__365__3pattern {
    margin: 0px auto;
    max-width: 750px; }
    #fmvpc .fmvpc__point__365__3pattern img {
      width: 100%; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#fmvpc * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ W3", "HiraKakuPro-W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important; }

@media screen and (max-width: 768px) {
  #fmvpc .c-pc {
    display: none; } }

@media screen and (min-width: 769px) {
  #fmvpc .c-sp {
    display: none; } }

#fmvpc p,
#fmvpc dl,
#fmvpc a {
  color: var(--fmvpc-black); }

#fmvpc em {
  font-style: normal; }

#fmvpc h2,
#fmvpc h3,
#fmvpc h4,
#fmvpc h5,
#fmvpc h6 {
  background: transparent !important;
  border: none !important;
  color: var(--fmvpc-darkgray) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.6em !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: left !important; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#fmvpc .fmvpc__mv {
  height: 464px;
  margin: 0px auto;
  max-width: var(--fmvpc-width);
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #fmvpc .fmvpc__mv {
      background: url(/bc/c/pc/fmv/images/202606/mv_bg.webp) no-repeat center;
      background-size: cover; } }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__mv {
      height: auto;
      aspect-ratio: 375 / 288;
      background: url(/bc/c/pc/fmv/images/202606/mv_bg_sp.webp) no-repeat center;
      background-size: cover; } }
  #fmvpc .fmvpc__mv img {
    width: 100%; }
  #fmvpc .fmvpc__mv__logo {
    position: absolute;
    left: 48px;
    top: 48px;
    width: 164px;
    opacity: 0;
    animation: mv_text 0.75s ease 0.3s 1 forwards; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__mv__logo {
        left: calc(var(--fmvpc-padding) * 2);
        top: calc(var(--fmvpc-padding) * 2);
        width: 82px; } }
  #fmvpc .fmvpc__mv h2 {
    margin: 0px !important;
    position: absolute !important;
    top: 160px;
    left: 289px;
    width: 205px !important;
    opacity: 0;
    animation: mv_text 0.75s ease 0.3s 1 forwards; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__mv h2 {
        width: 33.333% !important;
        left: calc(var(--fmvpc-padding) * 2);
        top: 96px;
        bottom: 104px;
        margin: auto !important;
        aspect-ratio: 125 / 88; } }
  #fmvpc .fmvpc__mv p {
    margin: 0px !important;
    position: absolute !important;
    top: 31px;
    left: 590px;
    opacity: 0;
    width: 211px !important;
    animation: mv_text02 0.75s ease 0.55s 1 forwards; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__mv p {
        width: 32.2% !important;
        top: 13.2%;
        left: 44.2%; } }
  #fmvpc .fmvpc__mv figure {
    bottom: 0px;
    left: 590px;
    width: 386px;
    position: absolute;
    opacity: 0;
    animation: mv_img 1.2s ease 0.2s 1 forwards; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__mv figure {
        right: 20px;
        left: auto;
        width: 55%; } }

#fmvpc .fmvpc__btn {
  margin: 0px auto 0px;
  width: 366px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__btn {
      max-width: 351px;
      -ms-flex-order: 3;
          order: 3;
      width: 100%; } }
  #fmvpc .fmvpc__btn a {
    animation: attention_shine 20s linear 0s infinite;
    background: linear-gradient(-45deg, var(--fmvpc-green) 50%, #c6e6b3 60%, var(--fmvpc-green) 70%);
    background-size: 600% 100%;
    border-radius: 47px;
    box-shadow: 0px 4px 0px #6ca44a;
    color: var(--fmvpc-white);
    gap: 4px;
    height: 58px;
    font-size: 15px !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    font-weight: 500 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__btn a {
        font-size: 12px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__btn a {
        font-size: 15px !important;
        gap: 3px;
        height: 54px; } }
    @media screen and (min-width: 769px) {
      #fmvpc .fmvpc__btn a {
        transition: all 250ms ease; }
        #fmvpc .fmvpc__btn a:hover {
          opacity: 0.7;
          text-decoration: none; } }
    #fmvpc .fmvpc__btn a::before {
      background: currentColor;
      content: "";
      height: 16px;
      margin-top: 2.5px;
      width: 16px;
      -webkit-clip-path: url(#icon_arrow);
              clip-path: url(#icon_arrow); }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__btn a::before {
          scale: 0.75; } }

@keyframes mv_img {
  0% {
    opacity: 0;
    translate: 0px 15px; }
  100% {
    opacity: 1;
    translate: 0px 0px; } }

@keyframes mv_text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes mv_text02 {
  0% {
    opacity: 0;
    translate: 5px 12px; }
  100% {
    opacity: 1;
    translate: 0px 0px; } }

#fmvpc .fmvpc__svgdefs {
  height: 0px;
  position: absolute;
  width: 0px; }

#fmvpc .fmvpc__office {
  margin: 0px auto calc(var(--fmvpc-padding) * 3);
  max-width: 1000px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__office {
      margin: 0px var(--fmvpc-padding) calc(var(--fmvpc-padding) * 2); } }

#fmvpc .fmvpc__function {
  margin: 0px auto;
  max-width: var(--fmvpc-width); }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__function {
      margin: 0px var(--fmvpc-padding) calc(var(--fmvpc-padding) * 2); } }
  #fmvpc .fmvpc__function h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.5em !important;
    margin-bottom: calc(var(--fmvpc-padding) * 2) !important;
    text-align: center !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__function h2 {
        font-size: 24px !important;
        margin-bottom: var(--fmvpc-padding) !important; } }
