@charset "UTF-8";
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* CSS Document */
/************************************************************
FONT SIZE
************************************************************/
html {
  font-size: 62.5%; }

/*html.fontChange1{font-size:62.5%;}
html.fontChange2{font-size:70%;}*/
body {
  font-size: 16px;
  font-size: 1.6rem; }

p, li, dt, dd, th, td, textarea {
  font-size: 16px;
  font-size: 1.6rem; }

/************************************************************
HTML TAGS
************************************************************/
* {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

html, body {
  color: #222;
  font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  background: #000; }
  html.fixed, body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem; }

dd, dt {
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 14px; }

dt {
  font-weight: bold;
  letter-spacing: normal; }

li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal; }

th {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal; }

td {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal; }

ul, ol {
  list-style-type: none; }

img {
  vertical-align: bottom;
  letter-spacing: normal;
  max-width: 100%; }

hr {
  margin: 0px;
  padding: 0px; }

address {
  font-style: normal; }

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

a:hover {
  text-decoration: underline;
  /*color: #00bfaf;*/
  color: #222; }

a img {
  border: none; }

@media screen and (max-width: 812px) {
  p {
    line-height: 1.8; }
  p, li, dt, dd, th, td {
    font-size: 14px;
    font-size: 1.4rem; }
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; } }

#main {
  padding-top: 0; }

.ff_common-btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  width: 80%;
  max-width: 300px; }
  @media screen and (max-width: 812px) {
    .ff_common-btn {
      width: 100%;
      max-width: none; } }
  .ff_common-btn a {
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.07em;
    border: 1px solid #999999;
    font-family: 'M PLUS 1p', sans-serif;
    -webkit-transform: rotateZ(0.03deg);
    -ms-transform: rotate(0.03deg);
    transform: rotateZ(0.03deg);
    -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
    -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
    -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
    -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
    transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98); }
    @media screen and (max-width: 812px) {
      .ff_common-btn a {
        font-size: 3.2vw;
        letter-spacing: normal; } }
    .ff_common-btn a:before {
      position: absolute;
      content: '';
      top: -3px;
      left: -3px;
      width: 15px;
      height: 15px;
      border-top: 1px solid #999999;
      border-left: 1px solid #999999;
      -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98); }
      @media screen and (max-width: 812px) {
        .ff_common-btn a:before {
          width: 2.93333vw;
          height: 2.93333vw; } }
    .ff_common-btn a:after {
      position: absolute;
      content: '';
      bottom: -3px;
      right: -3px;
      width: 15px;
      height: 15px;
      border-bottom: 1px solid #999999;
      border-right: 1px solid #999999;
      -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
      transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98); }
      @media screen and (max-width: 812px) {
        .ff_common-btn a:after {
          width: 2.93333vw;
          height: 2.93333vw; } }
    .ff_common-btn a > span {
      overflow: hidden;
      display: block;
      position: relative;
      padding: 27px 8px 25px;
      z-index: 1; }
      @media screen and (max-width: 812px) {
        .ff_common-btn a > span {
          padding: 4.4vw 0.66667vw 4.13333vw; } }
      .ff_common-btn a > span:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 0;
        border-color: #e9e9e9 transparent transparent transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        z-index: -1; }
        @media screen and (max-width: 812px) {
          .ff_common-btn a > span:before {
            border-width: 1.86667vw 1.86667vw 0 0; } }
      .ff_common-btn a > span:after {
        content: '';
        position: absolute;
        bottom: 1px;
        right: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #e9e9e9 transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
        z-index: -1; }
        @media screen and (max-width: 812px) {
          .ff_common-btn a > span:after {
            border-width: 0 0 1.86667vw 1.86667vw; } }
    .ff_common-btn a:hover {
      letter-spacing: 0.2em; }
      .ff_common-btn a:hover:before, .ff_common-btn a:hover:after {
        width: 100%;
        height: 100%; }
      .ff_common-btn a:hover span:before {
        left: 0;
        top: 0;
        border-width: 242px 242px 0 0;
        border-color: #e9e9e9 transparent transparent transparent;
        opacity: 0.2; }
        @media screen and (max-width: 812px) {
          .ff_common-btn a:hover span:before {
            border-width: 84vw 84vw 0 0; } }
      .ff_common-btn a:hover span:after {
        right: 0;
        bottom: 0;
        border-width: 0 0 242px 242px;
        border-color: transparent transparent #e9e9e9 transparent;
        opacity: 0.2; }
        @media screen and (max-width: 812px) {
          .ff_common-btn a:hover span:after {
            border-width: 0 0 84vw 84vw; } }
  .ff_common-btn._small {
    width: 250px; }
    @media screen and (max-width: 812px) {
      .ff_common-btn._small {
        width: 53.33333vw; } }
    .ff_common-btn._small a {
      font-size: 14px; }
      @media screen and (max-width: 812px) {
        .ff_common-btn._small a {
          font-size: 3.2vw; } }
      .ff_common-btn._small a > span {
        padding: 12px 8px 10px; }
        @media screen and (max-width: 812px) {
          .ff_common-btn._small a > span {
            padding: 3.4vw 0.66667vw 3.13333vw; } }
        .ff_common-btn._small a > span:before {
          border-width: 7px 7px 0 0; }
          @media screen and (max-width: 812px) {
            .ff_common-btn._small a > span:before {
              border-width: 1.86667vw 1.86667vw 0 0; } }
        .ff_common-btn._small a > span:after {
          border-width: 0 0 7px 7px; }
          @media screen and (max-width: 812px) {
            .ff_common-btn._small a > span:after {
              border-width: 0 0 1.86667vw 1.86667vw; } }
      .ff_common-btn._small a:hover {
        letter-spacing: 0.2em; }
        .ff_common-btn._small a:hover:before, .ff_common-btn._small a:hover:after {
          width: 100%;
          height: 100%; }
        .ff_common-btn._small a:hover span:before {
          left: 0;
          top: 0;
          border-width: 202px 202px 0 0;
          border-color: #e9e9e9 transparent transparent transparent;
          opacity: 0.2; }
          @media screen and (max-width: 812px) {
            .ff_common-btn._small a:hover span:before {
              border-width: 84vw 84vw 0 0; } }
        .ff_common-btn._small a:hover span:after {
          right: 0;
          bottom: 0;
          border-width: 0 0 202px 202px;
          border-color: transparent transparent #e9e9e9 transparent;
          opacity: 0.2; }
          @media screen and (max-width: 812px) {
            .ff_common-btn._small a:hover span:after {
              border-width: 0 0 84vw 84vw; } }

#article_finalfantasy {
  color: #fff;
  background-color: #000;
  position: relative; }
  #article_finalfantasy img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  #article_finalfantasy .inview-item {
    -webkit-transition: opacity .6s linear, -webkit-transform .45s linear;
    transition: opacity .6s linear, -webkit-transform .45s linear;
    -o-transition: transform .45s linear, opacity .6s linear;
    transition: transform .45s linear, opacity .6s linear;
    transition: transform .45s linear, opacity .6s linear, -webkit-transform .45s linear;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 0; }
  #article_finalfantasy .common_bt {
    display: inline-block;
    text-align: center;
    line-height: 1;
    width: 80%;
    max-width: 420px;
    margin-top: 0; }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .common_bt {
        width: 66.66667vw;
        max-width: none;
        margin: 0 auto; } }
    #article_finalfantasy .common_bt a {
      position: relative;
      width: 100%;
      display: block;
      text-decoration: none;
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .common_bt a {
          font-size: 3.2vw; } }
      #article_finalfantasy .common_bt a:before {
        position: absolute;
        content: '';
        top: -3px;
        left: -3px;
        width: 15px;
        height: 15px;
        border-top: 1px solid #ef7a5f;
        border-left: 1px solid #ef7a5f; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .common_bt a:before {
            width: 3.33333vw;
            height: 3.33333vw; } }
      #article_finalfantasy .common_bt a:after {
        position: absolute;
        content: '';
        bottom: -3px;
        right: -3px;
        width: 15px;
        height: 15px;
        border-bottom: 1px solid #ef7a5f;
        border-right: 1px solid #ef7a5f; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .common_bt a:after {
            width: 3.33333vw;
            height: 3.33333vw; } }
      #article_finalfantasy .common_bt a > span {
        overflow: hidden;
        display: block;
        position: relative;
        padding: 28px 8px 26px;
        z-index: 1; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .common_bt a > span {
            padding: 4.53333vw 0.66667vw 4.26667vw; } }
        #article_finalfantasy .common_bt a > span:before {
          content: '';
          position: absolute;
          top: 1px;
          left: 1px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 11px 0 0;
          border-color: #e9e9e9 transparent transparent transparent;
          z-index: -1; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .common_bt a > span:before {
              border-width: 2.53333vw 2.53333vw 0 0; } }
        #article_finalfantasy .common_bt a > span:after {
          content: '';
          position: absolute;
          bottom: 1px;
          right: 1px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 11px 11px;
          border-color: transparent transparent #e9e9e9 transparent;
          z-index: -1; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .common_bt a > span:after {
              border-width: 0 0 2.53333vw 2.53333vw; } }
      #article_finalfantasy .common_bt a:hover {
        letter-spacing: 0.07em; }
        #article_finalfantasy .common_bt a:hover:before, #article_finalfantasy .common_bt a:hover:after {
          width: 100%;
          height: 100%; }
        #article_finalfantasy .common_bt a:hover span:before {
          left: 0;
          top: 0;
          border-width: 340px 340px 0 0;
          border-color: #fff transparent transparent transparent;
          opacity: 0.1; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .common_bt a:hover span:before {
              border-width: 84vw 84vw 0 0; } }
        #article_finalfantasy .common_bt a:hover span:after {
          right: 0;
          bottom: 0;
          border-width: 0 0 340px 340px;
          border-color: transparent transparent #fff transparent;
          opacity: 0.1; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .common_bt a:hover span:after {
              border-width: 0 0 84vw 84vw; } }
  #article_finalfantasy .loading {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 100;
    -webkit-transition: opacity 0.8s linear;
    -o-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear; }
    #article_finalfantasy .loading.active {
      opacity: 0; }
  #article_finalfantasy .ff_mv {
    height: 1225px;
    position: relative; }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_mv {
        height: auto; } }
    #article_finalfantasy .ff_mv-bg {
      width: 100%;
      max-width: 1980px;
      margin: 0 auto;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../image/bg_pc.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_mv-bg {
          max-width: none;
          background-image: url("../image/bg_sp.png");
          background-size: 100% auto; } }
    #article_finalfantasy .ff_mv-cont {
      position: relative;
      padding: 286px 0 30px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_mv-cont {
          padding: 68.13333vw 0 0; } }
      #article_finalfantasy .ff_mv-cont-logo {
        width: 432px;
        margin: 0 auto 113px;
        -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
        -o-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
        transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
        will-change: transform; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_mv-cont-logo {
            width: 74.13333vw;
            margin: 0 auto 19.33333vw;
            -webkit-filter: drop-shadow(0 0 2vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 2vw rgba(0, 0, 0, 0.5));
            -webkit-transform: translateY(-4vw);
            -ms-transform: translateY(-4vw);
            transform: translateY(-4vw);
            -webkit-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
            -o-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
            transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1); } }
        #article_finalfantasy .ff_mv-cont-logo.active {
          opacity: 1;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
      #article_finalfantasy .ff_mv-cont-date {
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        text-align: center;
        margin-bottom: 45px;
        -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
        will-change: filter; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_mv-cont-date {
            font-size: 4vw;
            margin-bottom: 12.93333vw;
            -webkit-filter: drop-shadow(0 0 2.66667vw rgba(0, 0, 0, 0.8));
            filter: drop-shadow(0 0 2.66667vw rgba(0, 0, 0, 0.8)); } }
        #article_finalfantasy .ff_mv-cont-date span {
          display: block;
          font-family: "Crimson Text", serif;
          font-weight: 600;
          font-style: normal;
          font-size: 38px;
          line-height: 1;
          margin-top: 5px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_mv-cont-date span {
              font-size: 6.93333vw;
              margin-top: 1.46667vw; } }
      #article_finalfantasy .ff_mv-cont-ttl {
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 45px;
        line-height: 1.45;
        text-align: center;
        letter-spacing: -0.01em;
        -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
        will-change: filter; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_mv-cont-ttl {
            font-size: 6.93333vw;
            line-height: 1.52;
            -webkit-filter: drop-shadow(0 0 2.66667vw rgba(0, 0, 0, 0.8));
            filter: drop-shadow(0 0 2.66667vw rgba(0, 0, 0, 0.8)); } }
  #article_finalfantasy .ff_about-inner {
    padding: 111px 0 425px; }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_about-inner {
        width: 86.66667vw;
        margin: 0 auto;
        padding: 15.73333vw 0 80vw; } }
  #article_finalfantasy .ff_about-txt {
    font-size: 16px;
    line-height: 3;
    text-align: center;
    color: #ddd;
    margin: 0 0 108px; }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_about-txt {
        font-size: 3.73333vw;
        line-height: 2.36;
        margin: 0 0 19.2vw; } }
  #article_finalfantasy .ff_about-ttl {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.09em;
    color: #b5975d; }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_about-ttl {
        font-size: 3.73333vw; } }
    #article_finalfantasy .ff_about-ttl span {
      display: block;
      font-family: "Crimson Text", serif;
      font-weight: 600;
      font-style: normal;
      font-size: 30px;
      letter-spacing: 0.08em;
      margin-bottom: 9px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_about-ttl span {
          font-size: 6.13333vw;
          margin-bottom: 1.86667vw; } }
  #article_finalfantasy .ff_about-list {
    width: 1048px;
    margin: 68px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_about-list {
        width: 66.66667vw;
        margin: 10.93333vw auto 6.66667vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_about-list-btn {
        margin: 0 0 5.33333vw 0; } }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_about-list-btn:last-of-type {
        margin-bottom: 0; } }
  #article_finalfantasy .ff_about-btn {
    display: block;
    margin: 0 auto; }
  #article_finalfantasy .ff_campaign {
    position: relative;
    z-index: 1; }
    #article_finalfantasy .ff_campaign::before {
      content: "";
      display: block;
      width: 100%;
      height: 120%;
      background-color: #1f1f1f;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      -webkit-clip-path: polygon(0 135px, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 135px, 100% 0, 100% 100%, 0 100%); }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign::before {
          -webkit-clip-path: polygon(0 10.66667vw, 100% 2.66667vw, 100% 100%, 0 100%);
          clip-path: polygon(0 10.66667vw, 100% 2.66667vw, 100% 100%, 0 100%); } }
    #article_finalfantasy .ff_campaign-inner {
      width: 100%;
      padding: 250px 0 240px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-inner {
          padding: 57.73333vw 0 26.93333vw; } }
    #article_finalfantasy .ff_campaign-ttl {
      width: calc(1490 / 1680 * 100%);
      max-width: 1490px;
      margin: 0 auto;
      font-family: "Crimson Text", serif;
      font-weight: 600;
      font-style: normal;
      font-size: 100px;
      line-height: 1;
      letter-spacing: 0.05em;
      color: #b5975d; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-ttl {
          width: 100%;
          max-width: none;
          font-size: 10.66667vw;
          line-height: 0.95;
          padding-left: 2.93333vw; } }
    #article_finalfantasy .ff_campaign-block {
      width: calc(1200 /  1680 * 100%);
      max-width: 1200px;
      min-width: 1180px;
      margin: 110px auto 0; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-block {
          width: 92vw;
          max-width: none;
          min-width: auto;
          margin: 12.93333vw auto 0; } }
      #article_finalfantasy .ff_campaign-block._campaign02 {
        margin: 156px auto 0; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-block._campaign02 {
            margin: 19.06667vw auto 0; } }
        #article_finalfantasy .ff_campaign-block._campaign02 .ff_campaign-box-txt {
          margin-top: 44px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-block._campaign02 .ff_campaign-box-txt {
              margin-top: 9.33333vw; } }
      #article_finalfantasy .ff_campaign-block-ttl {
        font-family: "Crimson Text", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 46px;
        line-height: 1;
        color: #b5975d;
        letter-spacing: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-block-ttl {
            font-size: 7.2vw;
            margin-bottom: 1.33333vw; } }
        #article_finalfantasy .ff_campaign-block-ttl span {
          display: inline-block;
          font-size: 14px;
          letter-spacing: 0.05em;
          margin-right: 5px;
          margin-top: 12px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-block-ttl span {
              font-size: 2.66667vw;
              margin-right: 0.66667vw;
              margin-top: 1.6vw; } }
    #article_finalfantasy .ff_campaign-box-ttl {
      font-family: "Noto Serif JP", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 40px;
      line-height: 1.7;
      text-align: center;
      letter-spacing: 0.1em;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
      padding: 23px 0;
      text-shadow: 0 0 20px rgba(11, 22, 21, 0.8); }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-box-ttl {
          font-size: 5.86667vw;
          letter-spacing: -0.03em;
          padding: 4.13333vw 0;
          text-shadow: 0 0 2.66667vw rgba(11, 22, 21, 0.8); } }
    #article_finalfantasy .ff_campaign-box-cont {
      width: 1062px;
      margin: 0 auto;
      font-size: 16px;
      color: #ddd; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-box-cont {
          width: 100%;
          font-size: 3.73333vw; } }
    #article_finalfantasy .ff_campaign-box-txt {
      font-size: 16px;
      line-height: 3;
      text-align: center;
      margin-top: 40px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-box-txt {
          font-size: 3.73333vw;
          line-height: 2.07;
          margin-top: 9.33333vw; } }
      #article_finalfantasy .ff_campaign-box-txt a {
        color: #b5975d;
        border-bottom: 1px solid  #b5975d;
        padding-bottom: 4px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-txt a {
            padding-bottom: 0.53333vw; } }
        #article_finalfantasy .ff_campaign-box-txt a:hover {
          text-decoration: none; }
    #article_finalfantasy .ff_campaign-box-item {
      margin-top: 100px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-box-item {
          margin-top: 13.33333vw; } }
      #article_finalfantasy .ff_campaign-box-item:last-of-type {
        margin-top: 132px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-item:last-of-type {
            margin-top: 17.6vw; } }
        #article_finalfantasy .ff_campaign-box-item:last-of-type dt > div {
          width: 558px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-item:last-of-type dt > div {
              width: 79.73333vw; } }
        #article_finalfantasy .ff_campaign-box-item:last-of-type .ff_campaign-box-item-img {
          width: 100%;
          margin: 30px 0 20px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-item:last-of-type .ff_campaign-box-item-img {
              margin: 8.8vw 0 4.93333vw; } }
          #article_finalfantasy .ff_campaign-box-item:last-of-type .ff_campaign-box-item-img li {
            width: 1100px;
            margin-left: -19px;
            margin-right: -19px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_campaign-box-item:last-of-type .ff_campaign-box-item-img li {
                width: 74.66667vw;
                margin-left: 0;
                margin-right: 0; } }
      #article_finalfantasy .ff_campaign-box-item dt {
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 40px;
        line-height: 1.63;
        color: #b5975d;
        text-align: center;
        margin-bottom: 30px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-item dt {
            font-size: 5.86667vw;
            margin-bottom: 4vw; } }
        #article_finalfantasy .ff_campaign-box-item dt > div {
          width: 346px;
          margin: 0 auto 23px;
          background-color: #b5975d;
          -webkit-transform: skewX(-14deg);
          -ms-transform: skewX(-14deg);
          transform: skewX(-14deg);
          text-align: center;
          line-height: 1;
          padding: 0 0 8px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-item dt > div {
              width: 51.46667vw;
              margin: 0 auto 3.06667vw;
              padding: 0 0 1.06667vw; } }
          #article_finalfantasy .ff_campaign-box-item dt > div > span {
            display: inline-block;
            font-family: "Noto Serif JP", serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
            font-size: 32px;
            color: #000;
            -webkit-transform: skewX(14deg);
            -ms-transform: skewX(14deg);
            transform: skewX(14deg); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_campaign-box-item dt > div > span {
                font-size: 4.8vw; } }
          #article_finalfantasy .ff_campaign-box-item dt > div > small {
            display: block;
            font-family: "Noto Serif JP", serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
            font-size: 14px;
            color: #000;
            -webkit-transform: skewX(14deg);
            -ms-transform: skewX(14deg);
            transform: skewX(14deg);
            margin-top: 5px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_campaign-box-item dt > div > small {
                font-size: 2.66667vw;
                margin-top: 0.4vw; } }
      #article_finalfantasy .ff_campaign-box-item dd > p {
        font-size: 16px;
        line-height: 3;
        text-align: center; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-item dd > p {
            font-size: 3.73333vw;
            line-height: 2.07; } }
      #article_finalfantasy .ff_campaign-box-item-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 52px 0 58px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-item-img {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 11.2vw 0 8.4vw; } }
        #article_finalfantasy .ff_campaign-box-item-img li {
          width: 202px;
          margin-right: 13px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-item-img li {
              width: 40.26667vw;
              margin-right: 4vw;
              margin-bottom: 9.86667vw; } }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-item-img li:nth-of-type(2n) {
              margin-right: 0;
              margin-left: 4vw; } }
          #article_finalfantasy .ff_campaign-box-item-img li:last-of-type {
            margin-right: 0; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_campaign-box-item-img li:last-of-type {
                margin-bottom: 0; } }
      #article_finalfantasy .ff_campaign-box-item-attention {
        border-top: 1px solid #333333;
        padding-top: 25px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-item-attention {
            padding-top: 5.33333vw; } }
        #article_finalfantasy .ff_campaign-box-item-attention > li {
          font-size: 14px;
          line-height: 2.14;
          color: #ccc;
          letter-spacing: 0.03em;
          padding-left: 1em;
          position: relative; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-item-attention > li {
              font-size: 2.66667vw;
              line-height: 1.8; } }
          #article_finalfantasy .ff_campaign-box-item-attention > li::before {
            display: inline-block;
            content: "※";
            color: #d80000;
            position: absolute;
            top: 0;
            left: 0; }
    #article_finalfantasy .ff_campaign-box-list {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 52px 0 47px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-box-list {
          width: 88.53333vw;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 11.2vw auto 8.4vw; } }
      #article_finalfantasy .ff_campaign-box-list > li {
        width: 302px;
        padding-top: 46px;
        position: relative;
        will-change: transform; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-list > li {
            width: 40.26667vw;
            padding-top: 8.8vw;
            margin: 0 4vw 9.86667vw; } }
        #article_finalfantasy .ff_campaign-box-list > li:nth-of-type(odd) {
          margin-left: 0; }
        #article_finalfantasy .ff_campaign-box-list > li:nth-of-type(even) {
          margin-right: 0; }
        #article_finalfantasy .ff_campaign-box-list > li:last-of-type {
          margin: 0; }
        #article_finalfantasy .ff_campaign-box-list > li ._item-label {
          display: block;
          width: 135px;
          background-color: #b5975d;
          -webkit-transform: skewX(-14deg);
          -ms-transform: skewX(-14deg);
          transform: skewX(-14deg);
          -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
          text-align: center;
          padding: 3px 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-list > li ._item-label {
              width: 28.66667vw;
              padding: 0.57333vw 0; } }
          #article_finalfantasy .ff_campaign-box-list > li ._item-label span {
            display: inline-block;
            -webkit-transform: skewX(14deg);
            -ms-transform: skewX(14deg);
            transform: skewX(14deg);
            font-family: "Noto Serif JP", serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
            font-size: 16px;
            line-height: 1;
            color: #000; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_campaign-box-list > li ._item-label span {
                font-size: 3.46667vw; } }
        #article_finalfantasy .ff_campaign-box-list > li ._item-img {
          -webkit-filter: drop-shadow(0px 0px 15px rgba(255, 202, 101, 0.35));
          filter: drop-shadow(0px 0px 15px rgba(255, 202, 101, 0.35)); }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-list > li ._item-img {
              -webkit-filter: drop-shadow(0px 0px 2vw rgba(255, 202, 101, 0.35));
              filter: drop-shadow(0px 0px 2vw rgba(255, 202, 101, 0.35)); } }
        #article_finalfantasy .ff_campaign-box-list > li ._item-name {
          font-size: 16px;
          line-height: 1.5;
          text-align: center;
          margin-top: 20px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_campaign-box-list > li ._item-name {
              font-size: 3.46667vw;
              line-height: 1.07;
              margin-top: 3.6vw; } }
          #article_finalfantasy .ff_campaign-box-list > li ._item-name span {
            display: block;
            font-size: 13px;
            line-height: 1;
            margin-top: 8px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_campaign-box-list > li ._item-name span {
                font-size: 2.66667vw;
                margin-top: 1.6vw; } }
    #article_finalfantasy .ff_campaign-box-attention {
      border-top: 1px solid #333333;
      padding-top: 25px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_campaign-box-attention {
          padding-top: 5.33333vw; } }
      #article_finalfantasy .ff_campaign-box-attention > li {
        font-size: 14px;
        line-height: 2.14;
        color: #ccc;
        letter-spacing: 0.03em;
        padding-left: 1em;
        position: relative; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_campaign-box-attention > li {
            font-size: 2.66667vw;
            line-height: 1.8; } }
        #article_finalfantasy .ff_campaign-box-attention > li::before {
          display: inline-block;
          content: "※";
          color: #d80000;
          position: absolute;
          top: 0;
          left: 0; }
  #article_finalfantasy .ff_gallery {
    position: relative;
    z-index: 1; }
    #article_finalfantasy .ff_gallery::before {
      content: "";
      display: block;
      width: 100%;
      height: 105%;
      background-color: #131313;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      -webkit-clip-path: polygon(0 135px, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 135px, 100% 0, 100% 100%, 0 100%); }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_gallery::before {
          -webkit-clip-path: polygon(0 10.66667vw, 100% 2.66667vw, 100% 100%, 0 100%);
          clip-path: polygon(0 10.66667vw, 100% 2.66667vw, 100% 100%, 0 100%); } }
    #article_finalfantasy .ff_gallery-inner {
      width: 100%;
      padding: 32px 0 196px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_gallery-inner {
          padding: 0.8vw 0 28vw; } }
    #article_finalfantasy .ff_gallery-ttl {
      width: calc(1490 / 1680 * 100%);
      max-width: 1490px;
      margin: 0 auto;
      font-family: "Crimson Text", serif;
      font-weight: 600;
      font-style: normal;
      font-size: 100px;
      line-height: 1;
      letter-spacing: 0.05em;
      color: #b5975d; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_gallery-ttl {
          width: 100%;
          max-width: none;
          font-size: 10.66667vw;
          line-height: 0.95;
          padding-left: 2.93333vw; } }
    #article_finalfantasy .ff_gallery-block {
      margin-top: 117px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_gallery-block {
          margin-top: 15.33333vw; } }
      #article_finalfantasy .ff_gallery-block.gallery-02 {
        margin-top: 85px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_gallery-block.gallery-02 {
            margin-top: 13.33333vw; } }
        #article_finalfantasy .ff_gallery-block.gallery-02 .ff_gallery-block-ttl > span::before {
          right: -90px; }
        #article_finalfantasy .ff_gallery-block.gallery-02 .ff_gallery-block-ttl > span::after {
          left: -90px; }
        #article_finalfantasy .ff_gallery-block.gallery-02 .ff_gallery-box {
          margin: 84px auto 0; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_gallery-block.gallery-02 .ff_gallery-box {
              margin: 12vw auto 0; } }
      #article_finalfantasy .ff_gallery-block-ttl {
        text-align: center; }
        #article_finalfantasy .ff_gallery-block-ttl > span {
          display: inline-block;
          font-family: "Noto Serif JP", serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal;
          font-size: 34px;
          line-height: 1.59;
          color: #fff;
          position: relative; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_gallery-block-ttl > span {
              font-size: 5.06667vw; } }
          #article_finalfantasy .ff_gallery-block-ttl > span::before, #article_finalfantasy .ff_gallery-block-ttl > span::after {
            content: "";
            display: block;
            width: 70px;
            height: 1px;
            background-color: #666;
            position: absolute;
            top: 31px;
            right: -65px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-block-ttl > span::before, #article_finalfantasy .ff_gallery-block-ttl > span::after {
                display: none; } }
          #article_finalfantasy .ff_gallery-block-ttl > span::after {
            right: auto;
            left: -65px; }
    #article_finalfantasy .ff_gallery-box {
      width: calc(1515 / 1680 * 100%);
      max-width: 1515px;
      margin: 63px auto 0; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_gallery-box {
          width: 86.66667vw;
          max-width: none;
          margin: 12vw auto 0; } }
      #article_finalfantasy .ff_gallery-box-line {
        width: 100%;
        padding: 80px 0 0;
        margin-top: -28px;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_gallery-box-line {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 4vw 0 0;
            margin-top: -4vw;
            margin-bottom: 0.93333vw; } }
        #article_finalfantasy .ff_gallery-box-line:first-of-type {
          margin-top: 0; }
        #article_finalfantasy .ff_gallery-box-line .ff_gallery-item {
          width: calc(303 / 1515 * 100%);
          padding: 0 calc(29 / 1515 * 100%);
          -webkit-transition: opacity .6s linear, -webkit-transform .45s linear;
          transition: opacity .6s linear, -webkit-transform .45s linear;
          -o-transition: transform .45s linear, opacity .6s linear;
          transition: transform .45s linear, opacity .6s linear;
          transition: transform .45s linear, opacity .6s linear, -webkit-transform .45s linear;
          -webkit-transform: translateY(5px) rotateY(-90deg);
          transform: translateY(5px) rotateY(-90deg);
          opacity: 0;
          position: relative; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_gallery-box-line .ff_gallery-item {
              width: 40.26667vw;
              padding: 0;
              margin-bottom: 6.66667vw;
              -webkit-transform: translateY(0.66667vw) rotateY(-90deg);
              transform: translateY(0.66667vw) rotateY(-90deg); } }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(even) {
              margin-top: -4vw; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(2) {
            position: absolute;
            top: 60px;
            left: calc((303 * 1) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(2) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(3) {
            position: absolute;
            top: 40px;
            left: calc((303 * 2) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(3) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(4) {
            position: absolute;
            top: 20px;
            left: calc((303 * 3) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(4) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(5) {
            position: absolute;
            top: 0;
            left: calc((303 * 4) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(5) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(6) {
            margin-top: 51px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(6) {
                margin-top: -4vw; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(7) {
            position: absolute;
            bottom: 20px;
            left: calc((303 * 1) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(7) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(8) {
            position: absolute;
            bottom: 40px;
            left: calc((303 * 2) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(8) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(9) {
            position: absolute;
            bottom: 60px;
            left: calc((303 * 3) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(9) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(10) {
            position: absolute;
            bottom: 80px;
            left: calc((303 * 4) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item:nth-of-type(10) {
                position: static; } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item figure {
            display: block;
            width: 100%;
            border: 1px solid #b5975d;
            border-radius: 11px;
            -webkit-box-shadow: 0 0 15px rgba(255, 202, 101, 0.35);
            box-shadow: 0 0 15px rgba(255, 202, 101, 0.35); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item figure {
                border-radius: 2.06667vw;
                -webkit-box-shadow: 0 0 2vw rgba(255, 202, 101, 0.35);
                box-shadow: 0 0 2vw rgba(255, 202, 101, 0.35); } }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-wrap {
            -webkit-perspective: 800px;
            perspective: 800px; }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip {
            width: 100%;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            -o-transition: transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s;
            position: relative; }
            #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip.flipped {
              -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
            #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip > figure {
              display: block;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
              width: 100%; }
            #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-back {
              -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
              position: absolute;
              top: 0;
              left: 0; }
          #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 87.5%;
            left: 50%;
            margin-left: -30px;
            cursor: pointer; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn {
                width: 10.66667vw;
                height: 10.66667vw;
                top: 49.06667vw;
                margin-left: -5.33333vw; } }
            #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div {
              background: #000;
              border-radius: 50%;
              border: 2px solid #fff;
              -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.35);
              box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.35);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              overflow: hidden;
              position: relative;
              z-index: 1; }
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div:hover::before, #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div:hover::after {
                -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
                -o-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
                transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
                -webkit-transform: translateX(-10%) skewX(-8deg);
                -ms-transform: translateX(-10%) skewX(-8deg);
                transform: translateX(-10%) skewX(-8deg);
                opacity: 1; }
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div:hover::after {
                -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -o-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99); }
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div::before, #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div::after {
                content: ' ';
                display: inline-block;
                position: absolute;
                width: 120%;
                height: 80px;
                top: -2px;
                left: 0;
                background: -webkit-linear-gradient(315deg, #f37e0a 0%, #d82d0f 100%);
                background: -o-linear-gradient(315deg, #f37e0a 0%, #d82d0f 100%);
                background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
                z-index: 0;
                opacity: 0; }
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div::before {
                -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -o-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -webkit-transform: translateX(100%) skewX(-8deg);
                -ms-transform: translateX(100%) skewX(-8deg);
                transform: translateX(100%) skewX(-8deg); }
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div::after {
                -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -o-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -webkit-transform: translateX(-100%) skewX(-8deg);
                -ms-transform: translateX(-100%) skewX(-8deg);
                transform: translateX(-100%) skewX(-8deg); }
              #article_finalfantasy .ff_gallery-box-line .ff_gallery-item .ff_flip-btn > div > img {
                position: relative;
                z-index: 1; }
    #article_finalfantasy .ff_gallery-btn {
      display: block;
      margin: 90px auto 0; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_gallery-btn {
          margin: 12vw auto 0; } }
  #article_finalfantasy .ff_event {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    #article_finalfantasy .ff_event::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #1f1f1f;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      -webkit-clip-path: polygon(0 135px, 100% 0, 100% calc(100% - 135px), 0 100%);
      clip-path: polygon(0 135px, 100% 0, 100% calc(100% - 135px), 0 100%); }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_event::before {
          -webkit-clip-path: polygon(0 10.66667vw, 100% 2.66667vw, 100% calc(100% - 10.66667vw), 0 calc(100% - 2.66667vw));
          clip-path: polygon(0 10.66667vw, 100% 2.66667vw, 100% calc(100% - 10.66667vw), 0 calc(100% - 2.66667vw)); } }
    #article_finalfantasy .ff_event-inner {
      width: 100%;
      padding: 47px 0 290px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_event-inner {
          padding: 0.8vw 0 28vw; } }
    #article_finalfantasy .ff_event-ttl {
      width: calc(1490 / 1680 * 100%);
      max-width: 1490px;
      margin: 0 auto;
      font-family: "Crimson Text", serif;
      font-weight: 600;
      font-style: normal;
      font-size: 100px;
      line-height: 1;
      letter-spacing: 0.05em;
      color: #b5975d; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_event-ttl {
          width: 100%;
          max-width: none;
          font-size: 10.66667vw;
          line-height: 0.95;
          padding-left: 2.93333vw; } }
    #article_finalfantasy .ff_event-block {
      width: calc(1457 / 1680 * 100%);
      max-width: 1457px;
      margin: 72px auto 0; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_event-block {
          width: 92vw;
          max-width: none;
          margin: 15.33333vw auto 0; } }
      #article_finalfantasy .ff_event-block-ttl {
        text-align: center;
        margin-bottom: 83px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_event-block-ttl {
            margin-bottom: 11.06667vw; } }
        #article_finalfantasy .ff_event-block-ttl > span {
          display: inline-block;
          font-family: "Noto Serif JP", serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal;
          font-size: 34px;
          line-height: 1.59;
          color: #fff;
          position: relative; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-ttl > span {
              font-size: 5.06667vw; } }
          #article_finalfantasy .ff_event-block-ttl > span::before, #article_finalfantasy .ff_event-block-ttl > span::after {
            content: "";
            display: block;
            width: 70px;
            height: 1px;
            background-color: #666;
            position: absolute;
            top: 31px;
            right: -90px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_event-block-ttl > span::before, #article_finalfantasy .ff_event-block-ttl > span::after {
                display: none; } }
          #article_finalfantasy .ff_event-block-ttl > span::after {
            right: auto;
            left: -90px; }
      #article_finalfantasy .ff_event-block-item {
        width: 100%;
        margin-top: 177px;
        position: relative; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_event-block-item {
            margin-top: 20vw; } }
        #article_finalfantasy .ff_event-block-item:first-of-type {
          margin-top: 0; }
        #article_finalfantasy .ff_event-block-item:nth-of-type(even) > dt, #article_finalfantasy .ff_event-block-item:nth-of-type(even) dd {
          margin: 0 0 0 auto; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-item:nth-of-type(even) > dt, #article_finalfantasy .ff_event-block-item:nth-of-type(even) dd {
              margin: 0; } }
        #article_finalfantasy .ff_event-block-item:nth-of-type(even) .ff_event-block-item-img {
          right: auto;
          left: 0; }
        #article_finalfantasy .ff_event-block-item > dt, #article_finalfantasy .ff_event-block-item dd {
          width: calc(730 / 1457 * 100%); }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-item > dt, #article_finalfantasy .ff_event-block-item dd {
              width: 100%; } }
        #article_finalfantasy .ff_event-block-item-ttl > div {
          color: #b5975d; }
          #article_finalfantasy .ff_event-block-item-ttl > div.event-ttl01 {
            font-family: "Crimson Text", serif;
            font-weight: 600;
            font-style: normal;
            font-size: 46px;
            line-height: 1;
            letter-spacing: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 6px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_event-block-item-ttl > div.event-ttl01 {
                font-size: 7.2vw;
                margin-bottom: 0.8vw; } }
            #article_finalfantasy .ff_event-block-item-ttl > div.event-ttl01 span {
              display: inline-block;
              font-size: 14px;
              letter-spacing: 0.05em;
              margin-right: 5px;
              margin-top: 12px; }
              @media screen and (max-width: 812px) {
                #article_finalfantasy .ff_event-block-item-ttl > div.event-ttl01 span {
                  font-size: 2.66667vw;
                  margin-right: 0.66667vw;
                  margin-top: 1.6vw; } }
          #article_finalfantasy .ff_event-block-item-ttl > div.event-ttl02 {
            font-family: "Noto Serif JP", serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            font-size: 36px;
            line-height: 1.56;
            letter-spacing: 0.02em;
            border-top: 1px solid #b5975d;
            border-bottom: 1px solid #b5975d;
            padding: 17px 0 23px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_event-block-item-ttl > div.event-ttl02 {
                font-size: 5.33333vw;
                letter-spacing: -0.05em;
                padding: 3.33333vw 0 4.13333vw; } }
        #article_finalfantasy .ff_event-block-item-img {
          width: calc(680 / 1457 * 100%);
          border: 1px solid #b5975d;
          -webkit-box-shadow: 0 0 15px rgba(255, 202, 101, 0.35);
          box-shadow: 0 0 15px rgba(255, 202, 101, 0.35);
          position: absolute;
          top: 52px;
          right: 0; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-item-img {
              width: 89.33333vw;
              margin: 4.66667vw auto 0;
              -webkit-box-shadow: 0 0 2vw rgba(255, 202, 101, 0.35);
              box-shadow: 0 0 2vw rgba(255, 202, 101, 0.35);
              position: static; } }
        #article_finalfantasy .ff_event-block-item-period {
          font-family: "Noto Serif JP", serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          font-size: 18px;
          letter-spacing: 0.1em;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 18px 0 28px 6px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-item-period {
              font-size: 4vw;
              margin: 5.33333vw 0 3.73333vw 0.8vw; } }
          #article_finalfantasy .ff_event-block-item-period > div {
            width: 129px;
            margin-right: 12px;
            background-color: #b5975d;
            -webkit-transform: skewX(-14deg);
            -ms-transform: skewX(-14deg);
            transform: skewX(-14deg);
            text-align: center;
            line-height: 1;
            padding: 5px 0 7px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_event-block-item-period > div {
                width: 25.2vw;
                margin-right: 3.2vw;
                padding: 0.66667vw 0 0.93333vw; } }
            #article_finalfantasy .ff_event-block-item-period > div > span {
              display: inline-block;
              font-family: "Noto Serif JP", serif;
              font-optical-sizing: auto;
              font-weight: 700;
              font-style: normal;
              font-size: 16px;
              letter-spacing: 0.09em;
              color: #000;
              -webkit-transform: skewX(14deg);
              -ms-transform: skewX(14deg);
              transform: skewX(14deg); }
              @media screen and (max-width: 812px) {
                #article_finalfantasy .ff_event-block-item-period > div > span {
                  font-size: 3.73333vw; } }
        #article_finalfantasy .ff_event-block-item-txt {
          font-size: 16px;
          line-height: 2;
          color: #ddd;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-item-txt {
              font-size: 3.73333vw; } }
        #article_finalfantasy .ff_event-block-item-btn {
          display: block;
          max-width: 270px;
          margin: 48px auto 0 9px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-item-btn {
              width: 53.2vw;
              max-width: none;
              margin: 6.66667vw auto 0 1.2vw; } }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_event-block-item-btn > a {
              font-size: 2.93333vw; } }
          #article_finalfantasy .ff_event-block-item-btn > a > span {
            padding: 18px 8px 16px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_event-block-item-btn > a > span {
                padding: 3.33333vw 1.06667vw 3.06667vw; } }
  #article_finalfantasy .ff_banner {
    position: relative;
    z-index: 2; }
    #article_finalfantasy .ff_banner-inner {
      position: relative; }
    #article_finalfantasy .ff_banner-box {
      width: 1100px;
      margin: 0 auto;
      padding: 46px 15px 18px;
      border: 5px solid #777;
      background-color: #111;
      position: absolute;
      top: -230px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_banner-box {
          width: 86.66667vw;
          padding: 6.4vw 4vw 5.33333vw;
          border: 0.66667vw solid #777;
          top: -51.06667vw; } }
      #article_finalfantasy .ff_banner-box-img {
        width: 373px;
        position: absolute;
        top: -1px;
        left: 34px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_banner-box-img {
            width: 55.33333vw;
            top: 8.4vw;
            left: auto;
            right: -0.8vw; } }
      #article_finalfantasy .ff_banner-box-cont {
        width: 642px;
        margin: 0 0 0 auto; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_banner-box-cont {
            width: 100%;
            position: relative;
            z-index: 1; } }
      #article_finalfantasy .ff_banner-box-ttl {
        width: 443px;
        margin-bottom: 24px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_banner-box-ttl {
            width: 65.6vw;
            margin-bottom: 18.93333vw;
            -webkit-filter: drop-shadow(0 0 1.33333vw rgba(17, 17, 17, 0.7));
            filter: drop-shadow(0 0 1.33333vw rgba(17, 17, 17, 0.7)); } }
      #article_finalfantasy .ff_banner-box-txt {
        font-size: 14px;
        color: #ccc;
        line-height: 1.71;
        letter-spacing: -0.05em;
        margin-bottom: 15px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_banner-box-txt {
            font-size: 2.4vw;
            line-height: 1.66;
            margin-bottom: 4.66667vw; } }
      #article_finalfantasy .ff_banner-box-btn {
        display: block;
        max-width: 270px;
        margin: 0 0 0 auto; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_banner-box-btn {
            width: 53.2vw;
            max-width: none;
            margin: 0 auto; } }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_banner-box-btn > a {
            font-size: 2.93333vw; } }
        #article_finalfantasy .ff_banner-box-btn > a > span {
          padding: 18px 8px 16px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_banner-box-btn > a > span {
              padding: 3.33333vw 1.06667vw 3.06667vw; } }
  #article_finalfantasy .ff_prd {
    position: relative;
    z-index: 1; }
    #article_finalfantasy .ff_prd-inner {
      width: calc(1610 / 1680 * 100%);
      max-width: 1610px;
      margin: 0 auto;
      padding: 125px 0 77px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_prd-inner {
          width: 100%;
          max-width: none;
          padding: 15.33333vw 0 0; } }
    #article_finalfantasy .ff_prd-ttl {
      font-family: "Noto Serif JP", serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 1;
      text-align: center;
      letter-spacing: 0.09em;
      color: #b5975d;
      margin-bottom: 112px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_prd-ttl {
          font-size: 3.73333vw;
          margin-bottom: 16.53333vw; } }
      #article_finalfantasy .ff_prd-ttl span {
        display: block;
        font-family: "Crimson Text", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        letter-spacing: 0.08em;
        margin-bottom: 9px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-ttl span {
            font-size: 6.13333vw;
            margin-bottom: 1.86667vw; } }
    #article_finalfantasy .ff_prd-block {
      margin-bottom: 152px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_prd-block {
          margin-bottom: 20.26667vw; } }
      #article_finalfantasy .ff_prd-block dt {
        font-family: "Crimson Text", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        color: #b5975d;
        letter-spacing: 0.06em;
        margin-bottom: 39px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block dt {
            font-size: 2.93333vw;
            margin-bottom: 7.73333vw; } }
        #article_finalfantasy .ff_prd-block dt > span {
          display: block;
          font-family: "Noto Serif JP", serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal;
          font-size: 32px;
          letter-spacing: 0.05em;
          margin-bottom: 13px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block dt > span {
              font-size: 6.4vw;
              margin-bottom: 2.13333vw; } }
        #article_finalfantasy .ff_prd-block dt .ff_prd-new {
          width: 69px;
          margin: 0 auto 11px;
          background-color: #d80000;
          -webkit-transform: skewX(-14deg);
          -ms-transform: skewX(-14deg);
          transform: skewX(-14deg);
          text-align: center;
          line-height: 1;
          padding: 4.5px 0; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block dt .ff_prd-new {
              width: 13.33333vw;
              margin: 0 auto 1.46667vw;
              padding: 0.6vw 0; } }
          #article_finalfantasy .ff_prd-block dt .ff_prd-new > span {
            display: inline-block;
            font-family: "Crimson Text", serif;
            font-weight: 600;
            font-style: normal;
            font-size: 13px;
            letter-spacing: 0.09em;
            color: #fff;
            -webkit-transform: skewX(14deg);
            -ms-transform: skewX(14deg);
            transform: skewX(14deg); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_prd-block dt .ff_prd-new > span {
                font-size: 2.93333vw; } }
      #article_finalfantasy .ff_prd-block dd > p {
        font-size: 15px;
        line-height: 2;
        color: #ddd;
        text-align: center; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block dd > p {
            font-size: 3.46667vw;
            line-height: 1.85;
            letter-spacing: -0.05em; } }
      #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box {
        width: 100%;
        margin-top: 36px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box {
            margin-top: 6.8vw; } }
      #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd {
        width: calc(823 / 1610 * 100%);
        max-width: 823px;
        min-width: 768px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd {
            width: 86.66667vw;
            max-width: none;
            min-width: auto;
            display: block;
            position: relative; } }
        #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd .item-prd {
          width: calc(349 / 823 * 100%);
          -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.3)); }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd .item-prd {
              width: 46.66667vw;
              margin-left: 0.93333vw;
              -webkit-filter: drop-shadow(0px 0px 4vw rgba(255, 255, 255, 0.3));
              filter: drop-shadow(0px 0px 4vw rgba(255, 255, 255, 0.3)); } }
        #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd .item-card {
          width: calc(474 / 823 * 100%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-left: calc(23 / 823 * 100%); }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd .item-card {
              width: 39.73333vw;
              margin-left: 0;
              position: absolute;
              bottom: 0.66667vw;
              right: 2vw; } }
          #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd .item-card > div {
            width: calc(232 / 474 * 100%);
            -webkit-filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.35));
            filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.35)); }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-prd .item-card > div {
                width: 19.46667vw;
                -webkit-filter: drop-shadow(0px 0px 2vw rgba(255, 255, 255, 0.35));
                filter: drop-shadow(0px 0px 2vw rgba(255, 255, 255, 0.35)); } }
      #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-btn {
        margin-top: 39px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-01 .ff_prd-block-box-btn {
            margin-top: 6.66667vw; } }
      #article_finalfantasy .ff_prd-block.prd-02, #article_finalfantasy .ff_prd-block.prd-03 {
        width: calc(1512 / 1610 * 100%);
        max-width: 1512px;
        margin: 0 auto 152px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-02, #article_finalfantasy .ff_prd-block.prd-03 {
            width: 100%;
            max-width: none;
            margin: 0 auto 20.26667vw; } }
      #article_finalfantasy .ff_prd-block.prd-04, #article_finalfantasy .ff_prd-block.prd-05 {
        width: calc(520 / 1610 * 100%);
        max-width: 520px;
        min-width: 485px;
        margin-bottom: 0; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-04, #article_finalfantasy .ff_prd-block.prd-05 {
            width: 100%;
            max-width: none;
            min-width: auto; } }
        #article_finalfantasy .ff_prd-block.prd-04 .ff_prd-block-box-wrap, #article_finalfantasy .ff_prd-block.prd-05 .ff_prd-block-box-wrap {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        #article_finalfantasy .ff_prd-block.prd-04 .ff_prd-block-box, #article_finalfantasy .ff_prd-block.prd-05 .ff_prd-block-box {
          margin-top: 10px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block.prd-04 .ff_prd-block-box, #article_finalfantasy .ff_prd-block.prd-05 .ff_prd-block-box {
              margin: 7.06667vw auto 0; } }
      #article_finalfantasy .ff_prd-block.prd-04 .ff_prd-block-box {
        width: calc(359 / 520 * 100%); }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-04 .ff_prd-block-box {
            width: 60vw;
            margin-bottom: 20.26667vw; } }
      #article_finalfantasy .ff_prd-block.prd-05 .ff_prd-block-box {
        width: calc(268 / 520 * 100%); }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-05 .ff_prd-block-box {
            width: 60vw; } }
      #article_finalfantasy .ff_prd-block.prd-06, #article_finalfantasy .ff_prd-block.prd-07, #article_finalfantasy .ff_prd-block.prd-08 {
        width: calc(503 / 1610 * 100%);
        max-width: 503px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-06, #article_finalfantasy .ff_prd-block.prd-07, #article_finalfantasy .ff_prd-block.prd-08 {
            width: 100%;
            max-width: none; } }
        #article_finalfantasy .ff_prd-block.prd-06 dt, #article_finalfantasy .ff_prd-block.prd-07 dt, #article_finalfantasy .ff_prd-block.prd-08 dt {
          margin-bottom: 24px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block.prd-06 dt, #article_finalfantasy .ff_prd-block.prd-07 dt, #article_finalfantasy .ff_prd-block.prd-08 dt {
              margin-bottom: 5.73333vw; } }
        #article_finalfantasy .ff_prd-block.prd-06 .ff_prd-block-box, #article_finalfantasy .ff_prd-block.prd-07 .ff_prd-block-box, #article_finalfantasy .ff_prd-block.prd-08 .ff_prd-block-box {
          width: 100%;
          margin-top: 33px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block.prd-06 .ff_prd-block-box, #article_finalfantasy .ff_prd-block.prd-07 .ff_prd-block-box, #article_finalfantasy .ff_prd-block.prd-08 .ff_prd-block-box {
              margin-top: 7.06667vw; } }
        #article_finalfantasy .ff_prd-block.prd-06 .ff_prd-block-box-txt, #article_finalfantasy .ff_prd-block.prd-07 .ff_prd-block-box-txt, #article_finalfantasy .ff_prd-block.prd-08 .ff_prd-block-box-txt {
          margin-top: 23px;
          margin-bottom: 34px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block.prd-06 .ff_prd-block-box-txt, #article_finalfantasy .ff_prd-block.prd-07 .ff_prd-block-box-txt, #article_finalfantasy .ff_prd-block.prd-08 .ff_prd-block-box-txt {
              margin-top: 6.66667vw;
              margin-bottom: 0; } }
      #article_finalfantasy .ff_prd-block.prd-06 .ff_prd-block-box-prd {
        width: calc(384 / 503 * 100%);
        margin: 0 auto; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-06 .ff_prd-block-box-prd {
            width: 60vw; } }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_prd-block.prd-07 .ff_prd-block-box {
          margin-top: 1.86667vw; } }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_prd-block.prd-07 .ff_prd-block-box-prd {
          width: 60vw;
          margin: 0 auto; } }
      #article_finalfantasy .ff_prd-block.prd-08 .ff_prd-block-box-prd {
        width: calc(408 / 503 * 100%);
        margin: 0 auto; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block.prd-08 .ff_prd-block-box-prd {
            width: 60vw; } }
      #article_finalfantasy .ff_prd-block-l-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block-l-wrap {
            display: block; } }
        #article_finalfantasy .ff_prd-block-l-wrap.line-01-wrap {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
      #article_finalfantasy .ff_prd-block-date {
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block-date {
            font-size: 4vw; } }
      #article_finalfantasy .ff_prd-block-box-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block-box-wrap {
            display: block; } }
      #article_finalfantasy .ff_prd-block-box {
        width: calc(300 / 1512 * 100%);
        min-width: 250px;
        margin-top: 44px; }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block-box {
            width: 60vw;
            min-width: auto;
            margin: 18.53333vw auto 0; } }
        @media screen and (max-width: 812px) {
          #article_finalfantasy .ff_prd-block-box:first-of-type {
            margin: 7.06667vw auto 0; } }
        #article_finalfantasy .ff_prd-block-box-prd .item-prd {
          width: 100%;
          -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.3)); }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block-box-prd .item-prd {
              -webkit-filter: drop-shadow(0px 0px 4vw rgba(255, 255, 255, 0.3));
              filter: drop-shadow(0px 0px 4vw rgba(255, 255, 255, 0.3)); } }
        #article_finalfantasy .ff_prd-block-box-txt {
          font-size: 15px;
          line-height: 2;
          color: #ddd;
          text-align: center; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block-box-txt {
              font-size: 3.46667vw;
              line-height: 1.85;
              letter-spacing: -0.05em; } }
        #article_finalfantasy .ff_prd-block-box-btn {
          margin-top: 26px; }
          @media screen and (max-width: 812px) {
            #article_finalfantasy .ff_prd-block-box-btn {
              margin-top: 6.66667vw; } }
          #article_finalfantasy .ff_prd-block-box-btn li {
            display: block;
            margin: 0 auto 13px; }
            @media screen and (max-width: 812px) {
              #article_finalfantasy .ff_prd-block-box-btn li {
                margin: 0 auto 3.86667vw; } }
            #article_finalfantasy .ff_prd-block-box-btn li:last-of-type {
              margin-bottom: 0; }
              #article_finalfantasy .ff_prd-block-box-btn li:last-of-type a {
                letter-spacing: 0; }
                #article_finalfantasy .ff_prd-block-box-btn li:last-of-type a:hover {
                  letter-spacing: 0.05em; }
                  @media screen and (max-width: 812px) {
                    #article_finalfantasy .ff_prd-block-box-btn li:last-of-type a:hover {
                      letter-spacing: 0.02em; } }
    #article_finalfantasy .ff_prd-btn {
      display: block;
      margin: 142px auto 0; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_prd-btn {
          margin: 20vw auto 0; } }
  #article_finalfantasy .ff_copy {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ccc;
    text-align: center;
    padding-bottom: 62px; }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_copy {
        font-size: 2.66667vw;
        line-height: 1.5;
        margin: 14.4vw 0 0;
        padding-bottom: 4.4vw; } }
    @media screen and (max-width: 812px) {
      #article_finalfantasy .ff_copy > span {
        display: block; } }
    #article_finalfantasy .ff_copy > span:first-of-type {
      margin-right: 40px; }
      @media screen and (max-width: 812px) {
        #article_finalfantasy .ff_copy > span:first-of-type {
          margin-right: 0; } }

.ff_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  display: none; }
  .ff_modal.active {
    display: block; }
  .ff_modal-overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }
  .ff_modal-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: opacity;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .ff_modal-inner::-webkit-scrollbar {
      display: none; }
    .ff_modal-inner.active {
      opacity: 1; }
  .ff_modal-container {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0 10px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(50%, #141414), to(#141414));
    background: -webkit-linear-gradient(top, #000 0%, #000 50%, #141414 50%, #141414 100%);
    background: -o-linear-gradient(top, #000 0%, #000 50%, #141414 50%, #141414 100%);
    background: linear-gradient(180deg, #000 0%, #000 50%, #141414 50%, #141414 100%); }
    @media screen and (max-width: 812px) {
      .ff_modal-container {
        padding: 14.66667vw 0 0; } }
  .ff_modal-close {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 17px;
    right: calc(17 / 1680 * 100%);
    cursor: pointer; }
    @media screen and (max-width: 812px) {
      .ff_modal-close {
        width: 13.33333vw;
        height: 13.33333vw;
        position: absolute;
        top: 0.66667vw;
        right: 0.66667vw; } }
    .ff_modal-close::before, .ff_modal-close::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #777;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
    .ff_modal-close::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .ff_modal-close::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .ff_modal-cont {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 812px) {
      .ff_modal-cont {
        max-width: none;
        display: block; } }
  .ff_modal-slide-wrap {
    width: 100%;
    background-color: #000;
    padding-bottom: 47px; }
    @media screen and (max-width: 812px) {
      .ff_modal-slide-wrap {
        padding-bottom: 6.93333vw; } }
  .ff_modal-slide {
    width: 720px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 812px) {
      .ff_modal-slide {
        width: 92vw; } }
    .ff_modal-slide-list {
      width: 660px;
      margin: 0 auto; }
      @media screen and (max-width: 812px) {
        .ff_modal-slide-list {
          width: 80vw; } }
      .ff_modal-slide-list .list-item > div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .ff_modal-slide-list .list-item > div > div {
          width: 300px;
          margin: 26px 15px;
          -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.35));
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.35)); }
          @media screen and (max-width: 812px) {
            .ff_modal-slide-list .list-item > div > div {
              width: 66.66667vw;
              margin: 3.46667vw 2vw;
              -webkit-filter: drop-shadow(0 0 2vw rgba(255, 255, 255, 0.35));
              filter: drop-shadow(0 0 2vw rgba(255, 255, 255, 0.35)); } }
          .ff_modal-slide-list .list-item > div > div img {
            width: 100%;
            height: auto; }
      @media screen and (max-width: 812px) {
        .ff_modal-slide-list .list-item._double {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 103.46667vw; } }
      @media screen and (max-width: 812px) {
        .ff_modal-slide-list .list-item._double > div > div {
          width: 36vw;
          margin: 3.46667vw 2vw; } }
      @media screen and (max-width: 812px) {
        .ff_modal-slide-list .list-item._quadruple {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 103.46667vw; } }
      @media screen and (max-width: 812px) {
        .ff_modal-slide-list .list-item._quadruple > div > div {
          width: 36vw;
          margin: 3.46667vw 2vw; } }
      .ff_modal-slide-list .list-item._quadruple > div > div:last-of-type {
        width: 285.94px; }
        @media screen and (max-width: 812px) {
          .ff_modal-slide-list .list-item._quadruple > div > div:last-of-type {
            width: 34.18667vw; } }
        .ff_modal-slide-list .list-item._quadruple > div > div:last-of-type > div {
          margin-bottom: 10px; }
          @media screen and (max-width: 812px) {
            .ff_modal-slide-list .list-item._quadruple > div > div:last-of-type > div {
              margin-bottom: 1.33333vw; } }
          .ff_modal-slide-list .list-item._quadruple > div > div:last-of-type > div:last-of-type {
            margin-bottom: 0; }
      .ff_modal-slide-list .list-item > p {
        font-family: "Crimson Text", serif;
        font-weight: 500;
        font-style: normal;
        font-size: 10px;
        color: #ccc; }
        @media screen and (max-width: 812px) {
          .ff_modal-slide-list .list-item > p {
            font-size: 1.6vw; } }
        .ff_modal-slide-list .list-item > p span {
          display: block;
          text-align: center;
          line-height: 1;
          margin-bottom: 2px; }
          @media screen and (max-width: 812px) {
            .ff_modal-slide-list .list-item > p span {
              margin-bottom: 0.26667vw; } }
          .ff_modal-slide-list .list-item > p span:last-of-type {
            margin-bottom: 0; }
    .ff_modal-slide-arrow {
      width: 100%;
      height: 57px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      pointer-events: none; }
      @media screen and (max-width: 812px) {
        .ff_modal-slide-arrow {
          height: 11.46667vw; } }
      .ff_modal-slide-arrow > div {
        width: 29px;
        height: 57px;
        background-image: url("../image/slide-arrow.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: auto;
        cursor: pointer; }
        @media screen and (max-width: 812px) {
          .ff_modal-slide-arrow > div {
            width: 5.73333vw;
            height: 11.46667vw; } }
        .ff_modal-slide-arrow > div.next-arrow {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          left: auto;
          right: 0; }
  .ff_modal-foot {
    background-color: #141414;
    padding: 53px 0 62px; }
    @media screen and (max-width: 812px) {
      .ff_modal-foot {
        padding: 5.6vw 0 12.66667vw; } }
  .ff_modal-list {
    width: 740px;
    margin: 0 auto; }
    @media screen and (max-width: 812px) {
      .ff_modal-list {
        width: 89.6vw; } }
    .ff_modal-list._center > ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .ff_modal-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 812px) {
        .ff_modal-list ul {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .ff_modal-list ul li {
        width: 60px;
        margin: 0 7px 14px;
        opacity: 0.4;
        cursor: pointer; }
        @media screen and (max-width: 812px) {
          .ff_modal-list ul li {
            width: 12vw;
            margin: 0 1.46667vw 3.06667vw; } }
        .ff_modal-list ul li._big {
          width: 116px;
          margin: 0 4px 14px; }
          @media screen and (max-width: 812px) {
            .ff_modal-list ul li._big {
              width: 23.06667vw;
              margin: 0 3.4vw 3.06667vw; } }
        .ff_modal-list ul li._active {
          opacity: 1;
          -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.35));
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.35)); }
          @media screen and (max-width: 812px) {
            .ff_modal-list ul li._active {
              -webkit-filter: drop-shadow(0 0 2vw rgba(255, 255, 255, 0.35));
              filter: drop-shadow(0 0 2vw rgba(255, 255, 255, 0.35)); } }
  .ff_modal-btn {
    display: block;
    margin: 41px auto 0; }
    @media screen and (max-width: 812px) {
      .ff_modal-btn {
        width: 53.33333vw;
        margin: 4.4vw auto 0; } }
    .ff_modal-btn a span {
      padding: 19.5px 8px 17.5px; }
      @media screen and (max-width: 812px) {
        .ff_modal-btn a span {
          padding: 3.4vw 0.66667vw 3.13333vw; } }
