@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

/* header??? */
body {
  padding: 0;
}

/* /---header???----*/
.header {
  z-index: 1000;
  position: relative;
}

.header.ff14 .header__logo {
  margin: 0 auto;
  padding-left: 5%;
}

.content__inner {
  overflow: visible;
}

.wrapper {
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding-top: 0px;
  overflow: hidden;
  text-align: left;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

/* -------------------------------------------
* ff14
* ------------------------------------------- */
.ff14 {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #231815;
  position: relative;
  background-color: #000;
}
.ff14 .main__inner {
  width: 1220px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .ff14 .main__inner {
    padding: 60px 0px;
    width: 100%;
  }
}
.ff14 img {
  max-width: 100%;
}

/* ff14__mv */
.ff14__mv h1 {
  margin: 0;
}
.ff14__mv img {
  width: 100%;
  vertical-align: bottom;
}

/* ff14__cv */
.ff14__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ff14__cv.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .ff14__cv {
    height: 68px;
    bottom: 0;
  }
}

.ff14__cv__text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.04%, #3E3E3E), color-stop(3.65%, #23211E), color-stop(58.33%, #000), to(#000));
  background: linear-gradient(180deg, #3E3E3E 1.04%, #23211E 3.65%, #000 58.33%, #000 100%);
  width: 65%;
  text-align: right;
}
.ff14__cv__text img {
  max-height: 100px;
  width: auto;
  padding-right: 23px;
}

.ff14__cv__button {
  width: 35%;
  height: auto;
}
.ff14__cv__button a,
.ff14__cv__button span {
  display: block;
  background: rgb(255, 73, 28);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 73, 28)), color-stop(11%, rgb(226, 37, 14)), color-stop(31%, rgb(198, 0, 0)), color-stop(70%, rgb(198, 0, 0)), color-stop(92%, rgb(226, 37, 14)), to(rgb(255, 73, 28)));
  background: linear-gradient(0deg, rgb(255, 73, 28) 0%, rgb(226, 37, 14) 11%, rgb(198, 0, 0) 31%, rgb(198, 0, 0) 70%, rgb(226, 37, 14) 92%, rgb(255, 73, 28) 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ff14__cv__button a:hover,
.ff14__cv__button span:hover {
  opacity: 0.9;
}
.ff14__cv__button a img,
.ff14__cv__button span img {
  max-height: 100px;
  width: auto;
  height: auto;
}
.ff14__cv__button.soon span {
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), color-stop(6.77%, #474747), color-stop(49.48%, #323232), to(#555));
  background: linear-gradient(180deg, #4A4A4A 0%, #474747 6.77%, #323232 49.48%, #555 100%);
}
@media screen and (max-width: 767px) {
  .ff14__cv__button {
    width: 100%;
  }
  .ff14__cv__button a,
  .ff14__cv__button span {
    text-align: center;
  }
  .ff14__cv__button a img,
  .ff14__cv__button span img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.ff14__concept__title img,
.ff14__pkg__title img,
.ff14__flavor__title img {
  width: 732px;
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .ff14__concept__title img,
  .ff14__pkg__title img,
  .ff14__flavor__title img {
    height: auto;
    width: 90%;
    margin: 0 auto 30px;
  }
}

/* ff14__concept */
.ff14__concept {
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_pkg_chara.png), url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_concept_paper.webp), url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_ff14_concept.jpg);
  background-size: 1186px, 912px, cover;
  background-repeat: no-repeat;
  background-position: 48% 83%, center 82%, center;
}
@media screen and (max-width: 767px) {
  .ff14__concept {
    background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_pkg_chara_sp.png), url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_concept_paper_sp.webp), url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_ff14_concept.jpg);
    background-size: 365px, 345px, cover;
    background-repeat: no-repeat;
    background-position: center 81%, center 79%, center bottom;
  }
}
.ff14__concept .btn__buy {
  height: auto;
  max-width: 440px;
  display: block;
  margin: 0 auto;
}
.ff14__concept .btn__buy:hover {
  opacity: 0.8;
}
.ff14__concept .ff14__concept__inner .ff14__logo_collabo {
  position: relative;
}
.ff14__concept .ff14__concept__inner .ff14__logo_collabo img {
  width: 537px;
  display: block;
  margin: 0 auto 40px;
}
.ff14__concept .ff14__concept__inner .ff14__logo_collabo::before {
  content: "";
  display: block;
  width: 266px;
  height: 321px;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/img_chips_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  top: 70px;
}
@media screen and (max-width: 767px) {
  .ff14__concept .ff14__concept__inner .ff14__logo_collabo::before {
    display: none;
  }
}
.ff14__concept .ff14__concept__inner .ff14__logo_collabo::after {
  content: "";
  display: block;
  width: 154px;
  height: 188px;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/img_chips.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .ff14__concept .ff14__concept__inner .ff14__logo_collabo::after {
    display: none;
  }
}
.ff14__concept .ff14__concept__inner .btn__buy {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .ff14__concept .ff14__concept__inner .ff14__logo_collabo img {
    width: 90%;
    margin: 0 auto 30px;
  }
  .ff14__concept .ff14__concept__inner .btn__buy {
    width: 90%;
    margin: 120px auto 0;
  }
}
.ff14__concept .ff14__concept__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.ff14__concept .ff14__concept__text.strong01 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.ff14__concept .ff14__concept__text.strong02 {
  color: #422013;
}
@media screen and (max-width: 767px) {
  .ff14__concept .ff14__concept__text {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .ff14__concept .ff14__concept__text.strong01 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.ff14__concept .ff14__concept__img {
  margin: -10px auto 70px;
  max-width: 1220px;
}
@media screen and (max-width: 767px) {
  .ff14__concept .ff14__concept__img {
    margin: 20px auto 100px;
    width: 90%;
  }
}

/* ff14__intro */
/* ff14__background */
.ff14__intro_background {
  background: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_ff14.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .ff14__intro_background {
    background: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_ff14_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .ff14__intro_background .main__inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 80px;
  }
}
.ff14__intro_background .ff14__background__title {
  text-align: center;
  margin-bottom: 36px;
}
.ff14__intro_background .ff14__background__title img {
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .ff14__intro_background .ff14__background__title img {
    width: 67%;
  }
}
.ff14__intro_background .ff14__background__text.strong03 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ff14__intro_background .ff14__background__text.strong03 {
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 20px;
  }
}
.ff14__intro_background .ff14__background__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ff14__intro_background .ff14__background__text {
    font-size: 14px;
    text-align: left;
    text-align: justify;
    margin-bottom: 60px;
  }
}
.ff14__intro_background .btn_ff14_link {
  max-width: 387px;
  display: block;
  margin: 0 auto;
}
/*ff14 pkg*/
.ff14__pkg {
  margin: -30px 0;
  background: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_ff14_pkg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  --mask:
    conic-gradient(from 130deg at top, #0000, #000 1deg 99deg, #0000 100deg) top/35.75px 51% repeat-x,
    conic-gradient(from -50deg at bottom, #0000, #000 1deg 99deg, #0000 100deg) bottom/35.75px 51% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
@media screen and (max-width: 767px) {
  .ff14__pkg {
    --mask:
      conic-gradient(from 130deg at top, #0000, #000 1deg 99deg, #0000 100deg) top/23.84px 51% repeat-x,
      conic-gradient(from -50deg at bottom, #0000, #000 1deg 99deg, #0000 100deg) bottom/23.84px 51% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
  }
}
.ff14__pkg .ff14__pkg__inner {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .ff14__pkg .ff14__pkg__inner {
    padding: 80px 0;
  }
}
.ff14__pkg .ff14__pkg__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.ff14__pkg .ff14__pkg__intro p {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2.07;
  color: #1E1109;
}
.ff14__pkg .ff14__pkg__intro img {
  width: 182px;
}
@media screen and (max-width: 767px) {
  .ff14__pkg {
    background: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_ff14_pkg_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .ff14__pkg .ff14__pkg__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .ff14__pkg .ff14__pkg__intro p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  .ff14__pkg .ff14__pkg__intro img {
    width: 48%;
  }
}
.ff14__pkg .ff14__pkg__notetxt {
  background: rgba(191, 144, 30, 0.6);
  line-height: 72px;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 60px;
}
.ff14__pkg .ff14__pkg__notetxt p {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: #1E1109;
}
.ff14__pkg .ff14__pkg__notetxt p span {
  font-size: 31px;
  color: #C60101;
}
@media screen and (max-width: 767px) {
  .ff14__pkg .ff14__pkg__notetxt {
    width: 90%;
    margin: 0 auto 35px;
    padding: 10px 0;
  }
  .ff14__pkg .ff14__pkg__notetxt p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  .ff14__pkg .ff14__pkg__notetxt p span {
    font-size: 22px;
  }
}
.ff14__pkg .ff14__pkg__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ff14__pkg .ff14__pkg__content .ff14__pkg__name {
  margin-bottom: 50px;
  padding: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 212, 96)), color-stop(17%, rgb(188, 174, 96)), color-stop(50%, rgb(255, 212, 96)), color-stop(83%, rgb(188, 174, 96)), to(rgb(255, 212, 96)));
  background: linear-gradient(0deg, rgb(255, 212, 96) 0%, rgb(188, 174, 96) 17%, rgb(255, 212, 96) 50%, rgb(188, 174, 96) 83%, rgb(255, 212, 96) 100%);
  border-radius: 32px;
  text-align: center;
}
.ff14__pkg .ff14__pkg__content .ff14__pkg__name h3 {
  margin: 0;
  background-color: #1E1109;
  border-radius: 38px;
  font-size: 20px;
  line-height: 3.2;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.ff14__pkg .ff14__pkg__content p {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ff14__pkg .ff14__pkg__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .ff14__pkg .ff14__pkg__content .ff14__pkg__name {
    width: 90%;
    margin: 0 auto 30px;
    border-radius: 38px;
  }
  .ff14__pkg .ff14__pkg__content .ff14__pkg__name h3 {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .ff14__pkg .ff14__pkg__content p {
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}
.ff14__pkg .ff14__pkg__content__left {
  width: 672px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ff14__pkg .ff14__pkg__content__left {
    width: 100%;
  }
  .ff14__pkg .ff14__pkg__content__left img {
    padding-left: 18px;
    margin-bottom: 20px;
  }
}
.ff14__pkg .ff14__pkg__content__left img {
  padding-left: 25px;
}
.ff14__pkg .ff14__pkg__content__right {
  width: 442px;
  text-align: center;
}
.ff14__pkg .ff14__pkg__content__right img {
  width: 340px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .ff14__pkg .ff14__pkg__content__right {
    width: 100%;
  }
  .ff14__pkg .ff14__pkg__content__right img {
    padding-left: 18px;
    margin-bottom: 20px;
  }
}

/* ff14__flavor */
.ff14__flavor {
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_flavor.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.ff14__flavor .ff14__flavor__inner {
  width: 1269px;
  padding-top: 150px;
  position: relative;
  height: 100%;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 62px;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item {
  width: 390px;
  padding: 20px 0;
  background-color: rgba(56, 49, 41, 0.6);
  text-align: center;
  border-radius: 10px;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item img {
  width: 70%;
  padding-left: 20px;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__name {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
  color: #FEE583;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__name span {
  font-size: 18px;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__text {
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
  color: #DADADA;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__text ruby[data-ruby] {
  position: relative;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__text ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2.5em;
  top: -1.3em;
  right: -3em;
  text-align: center;
  font-size: 0.6em;
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item:nth-child(n+2) img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item:nth-child(n+2) img {
    margin-bottom: 0;
  }
}
.ff14__flavor .ff14__flavor__inner .ff14__flavor_chara {
  position: absolute;
  width: 392px;
  bottom: 235px;
  left: -75px;
}
@media screen and (max-width: 767px) {
  .ff14__flavor {
    background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_flavor_sp.jpg);
    background-position: center bottom;
    background-size: cover;
  }
  .ff14__flavor .ff14__flavor__inner {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .ff14__flavor .ff14__flavor__inner .ff14__flavor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
  .ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item {
    width: 90%;
    margin: 0 auto;
  }
  .ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__name {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__name span {
    font-size: 16px;
  }
  .ff14__flavor .ff14__flavor__inner .ff14__flavor__list .ff14__flavor__item .ff14__flavor__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
  }
  .ff14__flavor .ff14__flavor__inner .ff14__flavor_chara {
    width: 45%;
    bottom: 0.5%;
    left: -6%;
  }
  .ff14__flavor .ff14__flavor__inner .ff14__flavor_comment {
    width: 90%;
    margin: 0 auto;
  }
}

.ff14__movie {
  background-color: #250D00;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_movie_01.png), url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_movie_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 15px, center 1020px;
}
@media screen and (max-width: 767px) {
  .ff14__movie {
    background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_movie_01_sp.png), url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_movie_02_sp.png);
    background-position: center 1.5%, center 98.5%;
  }
}
.ff14__movie .ff14__movie__inner {
  text-align: center;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 175px;
  }
}
.ff14__movie .ff14__movie__inner::after {
  content: "";
  display: inline-block;
  width: 417px;
  height: 370px;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/chara_movie_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  bottom: -175px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner::after {
    content: "";
    width: 324px;
    height: 151px;
    background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/chara_movie_02_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 40px;
    left: 0;
    margin: auto;
    bottom: 30px;
  }
}
.ff14__movie .ff14__movie__inner h2 {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner h2 {
    margin-bottom: 21px;
  }
}
.ff14__movie .ff14__movie__inner h2 img {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner h2 img {
    width: 100%;
  }
}
.ff14__movie .ff14__movie__inner h2::before {
  content: "";
  display: inline-block;
  width: 307px;
  height: 449px;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/chara_movie_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: -30px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner h2::before {
    width: 104px;
    height: 151px;
    background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/chara_movie_01_sp.png);
    top: 45%;
    left: 7%;
  }
}
.ff14__movie .ff14__movie__inner .ff14__movie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner .ff14__movie__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ff14__movie .ff14__movie__inner .ff14__movie__content .ff14__movie__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner .ff14__movie__content .ff14__movie__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner .ff14__movie__content .ff14__movie__item:nth-child(1) {
    margin-bottom: 50px;
  }
}
.ff14__movie .ff14__movie__inner .ff14__movie__content .ff14__movie__item p {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner .ff14__movie__content .ff14__movie__item p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.ff14__movie .ff14__movie__inner h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.ff14__movie .ff14__movie__inner h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 23px;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/img_movie_note.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner h3::before {
    width: 20px;
    height: 19px;
    background-position: left bottom;
  }
}
.ff14__movie .ff14__movie__inner h3::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 23px;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/img_movie_note.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner h3::after {
    width: 20px;
    height: 19px;
    background-position: right bottom;
  }
}
.ff14__movie .ff14__movie__inner .ff14__movie__btn {
  position: relative;
}
.ff14__movie .ff14__movie__inner .ff14__movie__btn img {
  width: 678px;
}
@media screen and (max-width: 767px) {
  .ff14__movie .ff14__movie__inner .ff14__movie__btn img {
    width: 90%;
  }
}

/* ff14__product */
.ff14__product {
  background: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_product.jpg) center center no-repeat;
  background-size: cover;
  padding: 130px 0 80px;
  z-index: 4;
}
.ff14__product .ff14__product__inner {
  width: 1300px;
  padding: 6px;
  position: relative;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgb(255, 206, 89)), color-stop(25%, rgb(255, 244, 183)), color-stop(50%, rgb(244, 249, 102)), color-stop(75%, rgb(255, 244, 183)), to(rgb(255, 206, 89)));
  background: linear-gradient(0deg, rgb(255, 206, 89) 2%, rgb(255, 244, 183) 25%, rgb(244, 249, 102) 50%, rgb(255, 244, 183) 75%, rgb(255, 206, 89) 100%);
  -webkit-box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.25);
}
.ff14__product .ff14__product__inner .border_gradation {
  padding: 80px 60px 60px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgb(62, 59, 54)), color-stop(9%, rgb(38, 37, 34)), color-stop(27%, rgb(28, 26, 24)), color-stop(93%, rgb(18, 16, 15)), to(rgb(41, 40, 36)));
  background: linear-gradient(0deg, rgb(62, 59, 54) 2%, rgb(38, 37, 34) 9%, rgb(28, 26, 24) 27%, rgb(18, 16, 15) 93%, rgb(41, 40, 36) 100%);
  border-radius: 10px;
}
.ff14__product .ff14__product__title {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ff14__product .ff14__product__title img {
  width: 732px;
  height: auto;
}
.ff14__product .ff14__product__name {
  text-align: center;
  position: relative;
}
.ff14__product .ff14__product__name::before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 395px;
  background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/chara_product.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -220px;
  left: -140px;
}
@media screen and (max-width: 767px) {
  .ff14__product .ff14__product__name::before {
    display: none;
  }
}
.ff14__product .ff14__product__name img {
  width: 784px;
}
.ff14__product .ff14__product__inner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__left {
  width: 642px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__left .ff14__product__img01 {
  width: 531px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__left .ff14__product__list {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__left .ff14__product__list .ff14__product__item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right {
  width: calc(100% - 642px);
  text-align: center;
  color: #fff;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 img {
  width: 137px;
  height: auto;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 p {
  width: 506px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 p .strong04 {
  font-size: 38px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 p .strong04 .small {
  font-size: 33px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text03 {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  line-height: 1.09;
  margin-bottom: 40px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text03 span {
  font-size: 24px;
}
.ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__notetxt {
  font-size: 18px;
  color: #FAFF00;
  margin-bottom: 10px;
}
.ff14__product .ff14__product__inner__content .btn__buy img {
  width: 413px;
  height: auto;
  margin-top: 40px;
}
.ff14__product .ff14__product__button a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ff14__product .ff14__product__button a:hover {
  opacity: 0.8;
}
.ff14__product .ff14_copyright {
  text-align: center;
  margin-top: 20px;
  color: #1E1109;
}
@media screen and (max-width: 767px) {
  .ff14__product {
    padding: 60px 20px 40px;
    background-image: url(/img/usr/pages/finalfantasyxiv_koikeya_03/bg_product_sp.jpg);
    background-size: cover;
  }
  .ff14__product .ff14__product__inner {
    width: 100%;
    padding: 3px;
  }
  .ff14__product .ff14__product__inner .border_gradation {
    padding: 30px 17px;
  }
  .ff14__product .ff14__product__title {
    top: -35px;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ff14__product .ff14__product__inner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__left {
    width: 100%;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__left .ff14__product__img01 {
    width: 100%;
    padding-left: 20px;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__left .ff14__product__list {
    font-size: 13px;
    line-height: 1.8;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right {
    width: 100%;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 {
    width: 295px;
    padding-top: 0;
    margin: 0 auto 15px;
    text-align: center;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 img {
    width: 81px;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 p {
    font-size: 13px;
    line-height: 1.5;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 p .strong03 {
    font-size: 21px;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text01 p .strong03 .small {
    font-size: 16px;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text03 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__text03 span {
    font-size: 16px;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .ff14__product__notetxt {
    color: #FAFF00;
    font-size: 12px;
    font-weight: 300;
  }
  .ff14__product .ff14__product__inner__content .ff14__product__content__right .btn__buy img {
    margin-top: 30px;
  }
}

  /* modal */
  .directDelivery__image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s;
    text-align: center;
  }

  .directDelivery__image-modal.is-open {
    visibility: visible;
    opacity: 1;
  }

  .directDelivery__image-modal .modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .directDelivery__image-modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .directDelivery__image-modal .modal-body {
    position: relative;
    width: 740px;
    height: auto;
    padding: 40px;
    background-color: #ffffff;
    font-family: "Yu Mincho", "YuMincho", serif;
  }

  .directDelivery__image-modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    cursor: pointer;
  }

  .directDelivery__image-modal .modal-close::before,
  .directDelivery__image-modal .modal-close::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #333333;
  }

  .directDelivery__image-modal .modal-close::before {
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
  }

  .directDelivery__image-modal .modal-close::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left:  -1px;
  }

  .directDelivery__image-modal .modal-ttl {
    font-size: 22px;
    font-weight: 600;
  }

  .directDelivery__image-modal .modal-ttl span {
    color: #b31b1b;
  }

  .directDelivery__image-modal .modal-comment {
    margin-top: 20px;
    font-size: 18px;
  }

  .directDelivery__image-modal .modal-kiyaku {
    margin-top: 20px;
  }

  .directDelivery__image-modal .modal-stop {
    margin-top: 16px;
  }

  .directDelivery__image-modal .modal-kiyaku a,
  .directDelivery__image-modal .modal-stop a {
    text-decoration: underline;
  }

  .directDelivery__image-modal .modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }

  .directDelivery__image-modal .modal-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #ce3c29;
    border-radius: 10px;
    background-color: #ce3c29;
    color: #ffffff;
    font-size: 18px;
    transition: .2s;
    text-decoration: none;
  }

  .directDelivery__image-modal .modal-btn a:hover {
    background-color: #ffffff;
    color: #ce3c29;
    text-decoration: none;
  }

  @media screen and (max-width: 767px) {

    .directDelivery__image-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: opacity .25s;
      }

      .directDelivery__image-modal.is-open {
        visibility: visible;
        opacity: 1;
      }

      .directDelivery__image-modal .modal-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      .directDelivery__image-modal .modal-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
      }

      .directDelivery__image-modal .modal-body {
        position: relative;
        width: 90vw;
        height: auto;
        padding: 10.67vw 5.33vw 6.4vw;
        background-color: #ffffff;
        font-family: "Yu Mincho", "YuMincho", serif;
      }

      .directDelivery__image-modal .modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 26px;
        height: 26px;
        transform: rotate(45deg);
        cursor: pointer;
      }

      .directDelivery__image-modal .modal-close::before,
      .directDelivery__image-modal .modal-close::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #333333;
      }

      .directDelivery__image-modal .modal-close::before {
        top: 50%;
        left: 0;
        margin-top: -1px;
        width: 100%;
        height: 2px;
      }

      .directDelivery__image-modal .modal-close::after {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left:  -1px;
      }

      .directDelivery__image-modal .modal-ttl {
        font-size: 16px;
        font-weight: 600;
      }

      .directDelivery__image-modal .modal-ttl span {
        color: #b31b1b;
        font-size: 16px;
        font-weight: 600;
      }

      .directDelivery__image-modal .modal-comment {
        margin-top: 16px;
        font-size: 14px;
        text-align: left;
      }

      .directDelivery__image-modal .modal-kiyaku {
        margin-top: 20px;
        font-size: 14px;
      }

      .directDelivery__image-modal .modal-stop {
        margin-top: 10px;
        font-size: 14px;
      }

      .directDelivery__image-modal .modal-kiyaku a,
      .directDelivery__image-modal .modal-stop a {
        text-decoration: underline;
      }

      .directDelivery__image-modal .modal-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
      }

      .directDelivery__image-modal .modal-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        border: 1px solid #ce3c29;
        border-radius: 10px;
        background-color: #ce3c29;
        color: #ffffff;
        font-size: 16px;
      }
  }
  /* modal */

/* ========///0809?????======== */
/* SP */
/*# sourceMappingURL=finalfantasyxiv_koikeya_03.css.map */