@charset "UTF-8";
/* -----------------------------------------------------------------------
## ベース ##################################################
----------------------------------------------------------------------- */
.sp_ff {
  display: block;
}

.sp_il_ff {
  display: inline;
}

.pc_ff, .pc_il_ff {
  display: none;
}

.spbr_fc {
  display: inline;
}

.pcbr_fc {
  display: none;
}

@media (min-width: 768px) {
  .pc_ff {
    display: block;
  }
  .pc_il_ff {
    display: inline;
  }
  .sp_ff, .sp_il_ff {
    display: none;
  }
  .spbr_fc {
    display: none;
  }
  .pcbr_fc {
    display: inline;
  }
}
.fca_cat-hero .fca_container__in {
  max-width: 100%;
}

/* -----------------------------------------------------------------------
## コンテンツ ##################################################
----------------------------------------------------------------------- */
.fbkr-mainContents {
  overflow: hidden;
}
.fbkr-mainContents img {
  width: 100%;
  height: auto;
}
.fbkr-mainContents .fbkr-kv {
  position: relative;
  line-height: 0;
  background-color: #FFDA77;
  top: 1px;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-kv {
    height: 100vh;
  }
  .fbkr-mainContents .fbkr-kv__image {
    height: 100%;
  }
  .fbkr-mainContents .fbkr-kv__image img {
    display: block;
    position: relative;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1920px) {
  .fbkr-mainContents .fbkr-kv {
    height: 1024px;
  }
  .fbkr-mainContents .fbkr-kv__image img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fbkr-mainContents .fbkr-kv img {
  translate: 0 1px;
}
.fbkr-mainContents .fbkr-kv .fbkr-kv__bag {
  position: absolute;
  left: 0;
  top: 38.7966804979%;
  width: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  scale: 0;
  -webkit-animation: popup 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
          animation: popup 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-kv .fbkr-kv__bag {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 33.59375%;
    height: 56.640625%;
    text-align: center;
  }
  .fbkr-mainContents .fbkr-kv .fbkr-kv__bag img {
    width: auto;
    height: 100%;
  }
}
@-webkit-keyframes popup {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.15;
  }
  100% {
    scale: 1;
  }
}
@keyframes popup {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.15;
  }
  100% {
    scale: 1;
  }
}
.fbkr-mainContents .fbkr-kv__sub {
  position: relative;
  width: 55.4666666667%;
  margin: 0 auto min(2.6666666667vw, 20px);
  overflow: hidden;
}
.fbkr-mainContents .fbkr-kv__sub::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/kv_sub_pop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  scale: 1 0;
  -webkit-animation: popup2 0.5s 0.4s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
          animation: popup2 0.5s 0.4s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
  content: "";
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-kv__sub {
    width: 100%;
    height: 22.9310344828%;
  }
  .fbkr-mainContents .fbkr-kv__sub::after {
    height: 49.6240601504%;
  }
}
@-webkit-keyframes popup2 {
  0% {
    scale: 1 0;
  }
  60% {
    scale: 1 1.5;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes popup2 {
  0% {
    scale: 1 0;
  }
  60% {
    scale: 1 1.5;
  }
  100% {
    scale: 1 1;
  }
}
.fbkr-mainContents .fbkr-kv__title {
  width: 49.0666666667%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-kv__title {
    width: 100%;
    height: 81.8965517241%;
  }
}
.fbkr-mainContents .fbkr-lineup {
  position: relative;
  padding: min(8vw, 40px) 0 min(8vw, 80px);
  background-color: #F21929;
  z-index: 1;
}
.fbkr-mainContents .fbkr-lineup::before, .fbkr-mainContents .fbkr-lineup::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
  content: "";
}
.fbkr-mainContents .fbkr-lineup::before {
  background-image: url(../../img/bg_choice_cloud_left02.svg), url(../../img/bg_choice_cloud_left01.svg), url(../../img/bg_choice_cloud_left02.svg), url(../../img/bg_choice_cloud_left03.svg);
  background-size: min(38.4vw, 380px) auto, min(37.3333333333vw, 380px) auto, min(38.4vw, 380px) auto, min(38.4vw, 380px) auto;
  background-position: left min(10.6666666667vw, 40px), left min(197.0666666667vw, 739px), left min(364.2666666667vw, 1366px), left min(445.3333333333vw, 1670px);
  -webkit-animation: fuwafuwa 4s infinite ease-in-out;
          animation: fuwafuwa 4s infinite ease-in-out;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-lineup::before {
    background-position: left 1.5384615385%, left 35.3846153846%, left 63.1923076923%, left 90%;
  }
}
.fbkr-mainContents .fbkr-lineup::after {
  background-image: url(../../img/bg_choice_cloud_right02.svg), url(../../img/bg_choice_cloud_right01.svg), url(../../img/bg_choice_cloud_right02.svg), url(../../img/bg_choice_cloud_right03.svg);
  background-size: min(38.4vw, 380px) auto, min(38.4vw, 380px) auto, min(38.4vw, 380px) auto, min(38.4vw, 380px) auto;
  background-position: right min(130.6666666667vw, 490px), right min(301.0666666667vw, 1129px), right min(384.2666666667vw, 1441px), right min(467.2vw, 1752px);
  -webkit-animation: fuwafuwa 4s 1s infinite ease-in-out;
          animation: fuwafuwa 4s 1s infinite ease-in-out;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-lineup::after {
    background-position: right 2.3076923077%, right 43.4230769231%, right 67.0769230769%, right 94.4230769231%;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    translate: 0 10px;
  }
  50% {
    translate: 0 -10px;
  }
  100% {
    translate: 0 10px;
  }
}
@keyframes fuwafuwa {
  0% {
    translate: 0 10px;
  }
  50% {
    translate: 0 -10px;
  }
  100% {
    translate: 0 10px;
  }
}
.fbkr-mainContents .fbkr-choice {
  margin-top: min(17.0666666667vw, 78px);
}
.fbkr-mainContents .fbkr-choice__heading {
  padding-bottom: 70px;
  text-align: center;
}
.fbkr-mainContents .fbkr-choice__heading::before {
  display: block;
  width: 40px;
  height: 14px;
  margin: 0 auto 8px;
  background-image: url(../../img/ttl_choice_obj.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  scale: 1 0;
  content: "";
}
.fbkr-mainContents .fbkr-choice__heading.is-show::before {
  -webkit-animation: heading 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
          animation: heading 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
}
.fbkr-mainContents .fbkr-choice__heading img {
  width: 78.6666666667%;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__heading {
    padding-bottom: 8.3333333333%;
  }
  .fbkr-mainContents .fbkr-choice__heading::before {
    margin-bottom: 18px;
    width: 5.4166666667%;
    height: 38px;
  }
  .fbkr-mainContents .fbkr-choice__heading img {
    width: 35.4166666667%;
  }
}
@media (min-width: 1920px) {
  .fbkr-mainContents .fbkr-choice__heading {
    padding-bottom: 160px;
  }
  .fbkr-mainContents .fbkr-choice__heading::before {
    width: 104px;
    height: 38px;
  }
  .fbkr-mainContents .fbkr-choice__heading img {
    width: 680px;
  }
}
.fbkr-mainContents .fbkr-choice__inner {
  position: relative;
  padding: min(10.6666666667vw, 40px) 0;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__inner {
    padding: 10.3597122302% 0;
  }
}
.fbkr-mainContents .fbkr-choice__inner::before {
  display: block;
  position: absolute;
  left: calc(50% - min(6.4vw, 66px));
  top: max(-8.32vw, -85.5px);
  width: min(12.8vw, 132px);
  height: min(12.8vw, 132px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  translate: 0 -80px;
  opacity: 0;
  content: "";
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__inner::before {
    width: 18.9928057554%;
    left: calc(50% - 9.4964028777%);
  }
}
@-webkit-keyframes bag_pop {
  0% {
    translate: 0 -80px;
    opacity: 0;
  }
  60% {
    translate: 0 0;
    scale: 1 0.75;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    scale: 1 1;
    opacity: 1;
  }
}
@keyframes bag_pop {
  0% {
    translate: 0 -80px;
    opacity: 0;
  }
  60% {
    translate: 0 0;
    scale: 1 0.75;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    scale: 1 1;
    opacity: 1;
  }
}
.fbkr-mainContents .fbkr-choice__inner::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: min(31.4666666667vw, 328px);
  height: min(8.5333333333vw, 90px);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  scale: 1 0;
  content: "";
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__inner::after {
    width: 47.1942446043%;
  }
}
@-webkit-keyframes bag_line_pop {
  0% {
    scale: 1 0;
  }
  60% {
    scale: 1 1.25;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes bag_line_pop {
  0% {
    scale: 1 0;
  }
  60% {
    scale: 1 1.25;
  }
  100% {
    scale: 1 1;
  }
}
.fbkr-mainContents .fbkr-choice__text {
  text-align: center;
}
.fbkr-mainContents .fbkr-choice__text img {
  width: 74.4680851064%;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__text img {
    width: 66.1870503597%;
  }
}
.fbkr-mainContents .fbkr-choice__btn {
  margin-top: min(5.3333333333vw, 30px);
}
.fbkr-mainContents .fbkr-choice__btn__link {
  text-align: center;
}
.fbkr-mainContents .fbkr-choice__btn__link img {
  width: 68.085106383%;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__btn__link img {
    width: 55.5395683453%;
  }
}
.fbkr-mainContents .fbkr-choice__btn__link:hover {
  text-decoration: none;
}
@media (hover) {
  .fbkr-mainContents .fbkr-choice__btn__link:hover::after {
    opacity: 0.8;
  }
}
.fbkr-mainContents .fbkr-choice__box {
  position: relative;
  width: min(62.6666666667vw, 235px);
  margin: 0 auto;
}
.fbkr-mainContents .fbkr-choice__box + .fbkr-choice__box {
  margin-top: 30%;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__box {
    width: 36.1979166667%;
  }
  .fbkr-mainContents .fbkr-choice__box + .fbkr-choice__box {
    margin-top: 10%;
  }
}
@media (min-width: 1920px) {
  .fbkr-mainContents .fbkr-choice__box {
    width: 695px;
  }
}
.fbkr-mainContents .fbkr-choice__box::before, .fbkr-mainContents .fbkr-choice__box::after {
  display: block;
  position: absolute;
  bottom: max(-13.3333333333vw, -50px);
  width: min(21.3333333333vw, 80px);
  height: min(29.0666666667vw, 109px);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  opacity: 0;
  translate: 0 10px;
  content: "";
}
.fbkr-mainContents .fbkr-choice__box::before {
  left: -25px;
}
.fbkr-mainContents .fbkr-choice__box::after {
  right: -25px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    translate: 0 10px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    translate: 0 10px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-choice__box::before, .fbkr-mainContents .fbkr-choice__box::after {
    bottom: 0;
    width: 31.0791366906%;
    height: 100%;
    background-position: left bottom 70px;
  }
  .fbkr-mainContents .fbkr-choice__box::before {
    left: -18.7050359712%;
  }
  .fbkr-mainContents .fbkr-choice__box::after {
    right: -18.7050359712%;
  }
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-value::before {
  background-image: url(../../img/img_choice_value_left.png);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-value::after {
  background-image: url(../../img/img_choice_value_right.png);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-value .fbkr-choice__inner::before {
  background-image: url(../../img/bag_value.svg);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-value .fbkr-choice__inner::after {
  background-image: url(../../img/bag_value_pop.svg);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-value .fbkr-choice__lead span {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FFF398), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #FFF398 50%, transparent 50%);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-want::before {
  background-image: url(../../img/img_choice_want_left.png);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-want::after {
  background-image: url(../../img/img_choice_want_right.png);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-want .fbkr-choice__inner::before {
  background-image: url(../../img/bag_want.svg);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-want .fbkr-choice__inner::after {
  background-image: url(../../img/bag_want_pop.svg);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-want .fbkr-choice__lead span {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #40E8B4), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #40E8B4 50%, transparent 50%);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-want .fbkr-choice__btn__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.07%22%20height%3D%2222%22%20viewBox%3D%220%200%2025.07%2022%22%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(-1071.5%20-2435.115)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33988%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033988%22%20d%3D%22M-954.366%2C3873.426a.72.72%2C0%2C0%2C1-.53-.237.852.852%2C0%2C0%2C1%2C0-1.142l8.47-9.121-8.47-9.121a.852.852%2C0%2C0%2C1%2C0-1.142.713.713%2C0%2C0%2C1%2C1.061%2C0l9%2C9.692a.852.852%2C0%2C0%2C1%2C0%2C1.142l-9%2C9.692A.72.72%2C0%2C0%2C1-954.366%2C3873.426Z%22%20transform%3D%22translate(2040.616%20-1416.811)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33989%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033989%22%20d%3D%22M-945.714%2C3861.926h-22.5a.75.75%2C0%2C0%2C1-.75-.75.75.75%2C0%2C0%2C1%2C.75-.75h22.5a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1-945.714%2C3861.926Z%22%20transform%3D%22translate(2040.964%20-1415.061)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-cost::before {
  background-image: url(../../img/img_choice_cost_left.png);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-cost::after {
  background-image: url(../../img/img_choice_cost_right.png);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-cost .fbkr-choice__inner::before {
  background-image: url(../../img/bag_cost.svg);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-cost .fbkr-choice__inner::after {
  background-image: url(../../img/bag_cost_pop.svg);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-cost .fbkr-choice__lead span {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #7BCCE6), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #7BCCE6 50%, transparent 50%);
}
.fbkr-mainContents .fbkr-choice__box.fbkr-choice-cost .fbkr-choice__btn__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.07%22%20height%3D%2222%22%20viewBox%3D%220%200%2025.07%2022%22%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(-1071.5%20-2435.115)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33988%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033988%22%20d%3D%22M-954.366%2C3873.426a.72.72%2C0%2C0%2C1-.53-.237.852.852%2C0%2C0%2C1%2C0-1.142l8.47-9.121-8.47-9.121a.852.852%2C0%2C0%2C1%2C0-1.142.713.713%2C0%2C0%2C1%2C1.061%2C0l9%2C9.692a.852.852%2C0%2C0%2C1%2C0%2C1.142l-9%2C9.692A.72.72%2C0%2C0%2C1-954.366%2C3873.426Z%22%20transform%3D%22translate(2040.616%20-1416.811)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33989%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033989%22%20d%3D%22M-945.714%2C3861.926h-22.5a.75.75%2C0%2C0%2C1-.75-.75.75.75%2C0%2C0%2C1%2C.75-.75h22.5a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1-945.714%2C3861.926Z%22%20transform%3D%22translate(2040.964%20-1415.061)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.fbkr-mainContents .fbkr-choice__box.is-show::before, .fbkr-mainContents .fbkr-choice__box.is-show::after {
  -webkit-animation: fadeIn 0.8s 0.5s forwards;
          animation: fadeIn 0.8s 0.5s forwards;
}
.fbkr-mainContents .fbkr-choice__box.is-show .fbkr-choice__inner::before {
  -webkit-animation: bag_pop 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
          animation: bag_pop 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
}
.fbkr-mainContents .fbkr-choice__box.is-show .fbkr-choice__inner::after {
  -webkit-animation: bag_line_pop 0.5s 0.2s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
          animation: bag_line_pop 0.5s 0.2s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
}
.fbkr-mainContents .fbkr-anchor {
  margin-top: min(21.3333333333vw, 80px);
  text-align: center;
}
.fbkr-mainContents .fbkr-anchor img {
  width: 53.3333333333%;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-anchor img {
    width: 21.1458333333%;
  }
}
@media (min-width: 1920px) {
  .fbkr-mainContents .fbkr-anchor img {
    width: 406px;
  }
}
.fbkr-mainContents .fbkr-anchor a {
  display: block;
}
.fbkr-mainContents .fbkr-anchor a::after {
  display: block;
  width: min(5.3333333333vw, 40px);
  height: min(2.6666666667vw, 20px);
  margin: min(2.6666666667vw, 20px) auto 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.071%22%20height%3D%2226.035%22%20viewBox%3D%220%200%2047.071%2026.035%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_55879%22%20data-name%3D%22%E3%83%91%E3%82%B9%2055879%22%20d%3D%22M-1471.224%2C4117.546l20%2C20%2C20-20%22%20transform%3D%22translate(1474.76%20-4114.011)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
}
@media (hover) {
  .fbkr-mainContents .fbkr-anchor a:hover::after {
    translate: 0 10px;
  }
}
.fbkr-mainContents .fbkr-pickup__heading {
  margin-bottom: 0;
  padding-bottom: 40px;
  text-align: center;
}
.fbkr-mainContents .fbkr-pickup__heading::before {
  display: block;
  width: 40px;
  height: 14px;
  margin: 0 auto 8px;
  background-image: url(../../img/ttl_choice_obj.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  scale: 1 0;
  content: "";
}
.fbkr-mainContents .fbkr-pickup__heading.is-show::before {
  -webkit-animation: heading 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
          animation: heading 0.5s cubic-bezier(0.06, 0.69, 0.47, 1.4) forwards;
}
.fbkr-mainContents .fbkr-pickup__heading img {
  width: 42.6666666667%;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-pickup__heading {
    padding-bottom: 3.3333333333%;
  }
  .fbkr-mainContents .fbkr-pickup__heading::before {
    margin-bottom: 18px;
    width: 5.4166666667%;
    height: 38px;
  }
  .fbkr-mainContents .fbkr-pickup__heading img {
    width: 19.0625%;
  }
}
@media (min-width: 1920px) {
  .fbkr-mainContents .fbkr-pickup__heading {
    padding-bottom: 64px;
  }
  .fbkr-mainContents .fbkr-pickup__heading::before {
    width: 104px;
    height: 38px;
  }
  .fbkr-mainContents .fbkr-pickup__heading img {
    width: 366px;
  }
}
.fbkr-mainContents .fbkr-pickup__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 140px), 1fr));
  gap: 24px min(4vw, 28px);
  width: 89.3333333333%;
  max-width: 1320px;
  margin: 0 auto;
  padding: min(5.3333333333vw, 80px);
  background-color: #fff;
}
.fbkr-mainContents .fbkr-pickup__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fbkr-mainContents .fbkr-pickupBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.1333333333vw, 22px);
}
.fbkr-mainContents .fbkr-pickupBlock:hover {
  text-decoration: none;
}
.fbkr-mainContents .fbkr-pickupBlock__image {
  position: relative;
  line-height: 0;
  padding-top: 100%;
}
.fbkr-mainContents .fbkr-pickupBlock__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fbkr-mainContents .fbkr-pickupBlock__name {
  margin-bottom: 0;
  font-size: min(3.7333333333vw, 16px);
  line-height: 1.75;
}
.fbkr-mainContents .fbkr-pickupBlock__price {
  margin-top: 0.5em;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 1;
  container-type: inline-size;
}
.fbkr-mainContents .fbkr-pickupBlock__price .default {
  display: inline-block;
  position: relative;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-pickupBlock__price .default {
    font-size: 12.9411764706cqw;
  }
}
.fbkr-mainContents .fbkr-pickupBlock__price .default::after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  border-top: 1px solid #EF3B23;
  border-bottom: 1px solid #EF3B23;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.fbkr-mainContents .fbkr-pickupBlock__price .discount {
  display: block;
  margin-top: 0.25em;
  color: #EF3B23;
  font-size: 16px;
}
@media (min-width: 768px) {
  .fbkr-mainContents .fbkr-pickupBlock__price .discount {
    font-size: 15.2941176471cqw;
  }
}
.fbkr-mainContents .fbkr-pickupBlock__price .discount::before {
  display: inline-block;
  right: 0.25em;
  content: "→";
}

@-webkit-keyframes heading {
  0% {
    scale: 1 0;
  }
  60% {
    scale: 1 1.5;
  }
  100% {
    scale: 1 1;
  }
}

@keyframes heading {
  0% {
    scale: 1 0;
  }
  60% {
    scale: 1 1.5;
  }
  100% {
    scale: 1 1;
  }
}