@charset "UTF-8";
/* ===============================================================

 project / top page GoogleMap

=============================================================== */
/* ------------ map 本体 ------------*/
.p-map__inner {
  height: 340px;
  width: 100%;
  max-width: 927px;
  margin: 0 auto;
  position: relative;
}

.c-top__map {
  width: 100%;
  height: 100%;
}

/* ------------ map 本体 ------------*/
.c-mapmodal {
  position: absolute;
  width: 315px;
  height: auto;
  min-width: auto;
  top: 24px;
  left: 13px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.175s;
  transition: 0.175s;
}

.c-mapmodal__inner {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

.c-mapmodal__contents {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  padding: 24px 15px;
  border: 1px solid #D9D9D9;
}

.c-mapmodal__closebtn {
  position: absolute;
  display: block;
  max-width: 100%;
  padding: 8px 0;
  margin: 0 auto;
  top: 16px;
  right: 16px;
  padding: 0;
  width: 12px;
  height: 12px;
  z-index: 10;
}

.c-mapmodal__closebtn__body {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 auto;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.c-mapmodal.-open {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
  border: 0;
  background-color: #fff;
}

.c-mapmodal__image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-mapmodal__image__wrapper {
  margin-bottom: 8px;
}

.c-mapmodal__image {
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.c-mapmodal__image.-depertment__image {
  border: 1px solid #EAEAEA;
}

.c-mapmodal__image > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  max-width: none;
}

.c-mapmodal__text {
  width: calc(100% - 90px - 8px);
}

.c-mapmodal__icons {
  margin-bottom: 16px;
  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;
}

.c-mapmodal__icons .qpp-other__info__point {
  position: relative;
  left: 0;
  top: 0;
  border-radius: 20px;
  width: auto;
  margin-bottom: 0;
  height: 30px;
  padding: 4px 16px 4px 16px;
}

.c-mapmodal__icons .qpp-other__info__point__magnification {
  font-size: 20px;
}

.c-mapmodal__icons .qpp-other__info__point__max__magnification {
  font-size: 20px;
  padding-left: 16px;
}

.c-mapmodal__icons .qpp-other__info__point__max__magnification::before {
  font-size: 20px;
}

.c-mapmodal__icons .qpp-pickup__benefit__badge {
  width: 70px;
  margin-left: 8px;
}

.c-mapmodal__linktext {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}

.c-mapmodal__linktext::before {
  -webkit-transform: translate(1px, -3px) rotate(45deg);
          transform: translate(1px, -3px) rotate(45deg);
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4E5B73;
  border-right: 1px solid #4E5B73;
  margin-right: 6px;
}

.c-mapmodal__linktext + .c-mapmodal__linktext {
  margin-top: 12px;
}

/* ------------ map module ------------*/
.p-top__map__heading {
  font-size: 20px;
  line-height: 1.5;
  color: #4E5B73;
  padding-bottom: 12px;
  border-bottom: 1px solid #4E5B73;
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
}

.p-top__map__subheading {
  font-size: 16px;
  line-height: 1.5;
  color: #4E5B73;
  display: block;
}

.p-top__map__search__spheading {
  display: none;
}

.p-for__mapallpage__link {
  font-size: 14px;
}

.qpp-map__carousel {
  padding-top: 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}

.qpp-map__carousel.-disable {
  display: none;
}

.qpp-map__carousel.-no_load {
  opacity: 0;
  pointer-events: none;
}

.qpp-map__carousel .c-slider--simple__body {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.qpp-map__carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
  max-width: 812px;
  margin: 0 auto;
}

.qpp-map__carousel .c-slider--simple__foot {
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow {
  position: absolute;
  width: 50px;
  height: 50px;
}

.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow span {
  border: 0;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-prev {
  top: 50%;
  left: 0;
}

.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-prev span {
  background-image: url("/benefit-list/assets/img/btn_pickup_carousel_left.png?v18b7016e77c");
}

.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-next {
  top: 50%;
  right: 0;
}

.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-next span {
  background-image: url("/benefit-list/assets/img/btn_pickup_carousel_right.png?v18b7016e77f");
}

.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.slick-disabled {
  pointer-events: none;
  opacity: 0;
}

.qpp-map__carousel .carousel__item {
  margin-top: 0;
  margin-left: 16px;
  width: 260px;
}

.qpp-map__carousel .carousel__item.slick-center {
  width: 260px;
}

.qpp-map__carousel__img {
  position: relative;
  width: 100%;
  height: 157px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.qpp-map__carousel__img > img {
  display: block;
  border-radius: 10px 10px 0 0;
}

.qpp-map__carousel .qpp-map__carousel__info .category--category {
  font-size: 12px;
}

.qpp-map__carousel .qpp-map__carousel__info .category--category::before {
  top: 0px;
}

.qpp-map__carousel .qpp-map__carousel__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.qpp-map__carousel .qpp-other__info__point {
  top: auto;
  height: 36px;
  padding: 8px 18px;
  top: 141px;
}

.qpp-map__carousel .qpp-other__info__point__magnification {
  font-size: 27px;
}

.qpp-map__carousel .qpp-other__info__point__magnification::before {
  top: 0px;
}

.qpp-map__carousel .qpp-pickup__benefit__badge {
  display: none;
}

.qpp-map__carousel .qpp-other__info__benefit__badge {
  position: absolute;
  top: -6px;
  right: 8px;
}

.qpp-map__carousel__text {
  line-height: 1.5;
  padding: 31px 24px 24px;
  position: relative;
  border: 1px solid #EAEAEA;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.qpp-map__carousel .qpp-map__carousel__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.qpp-map__carousel .category--area {
  font-size: 14px;
}

.qpp-map__carousel__heading {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qpp-map__carousel__heading__text {
  font-size: 20px;
  line-height: 1;
}

.qpp-map__carousel__heading > .c-link {
  font-size: 14px;
}

/* ------------ map module ------------*/
/* ------------ 絞り込み機能 ------------*/

.p-top__map__search__box .p-top__map__search__heading.-accordion__heading {
  position: relative;
}

.p-top__map__search__box .p-top__map__search__heading.-accordion__heading:after {
  -webkit-transform: translate(1px, -3px) rotate(135deg);
          transform: translate(1px, -3px) rotate(135deg);
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4E5B73;
  border-right: 1px solid #4E5B73;
  margin-left: 26px;
}

.p-top__map__search__box .p-top__map__search__heading.-accordion__heading.-open:after {
  -webkit-transform: translate(1px, -3px) rotate(-45deg);
          transform: translate(1px, -3px) rotate(-45deg);
}

.p-top__map__search__box + .p-top__map__search__box {
  margin-top: 40px;
}

.p-top__map__search__box.-area_inputs .p-top__map__search__inputs__title {
  width: 120px;
}

.p-top__map__search__box.-category_inputs .p-top__map__search__category__icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  position: relative;
  margin: 0 auto 8px;
}

.p-top__map__search__box.-category_inputs .p-top__map__search__category__icon::before {
  content: "";
  background-color: #E2E2E2;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 2;
}

.p-top__map__search__box.-category_inputs .p-top__map__search__category__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.p-top__map__search__box.-category_inputs :checked + .p-top__map__search__category__icon::before {
  background-color: #4E5B73;
}

.p-top__map__search__box.-category_inputs :disabled + .p-top__map__search__category__icon {
  border: 1px solid #BFBFBF;
}

.p-top__map__search__box.-category_inputs :disabled + .p-top__map__search__category__icon::before {
  background-color: #BFBFBF;
}

.p-top__map__search__box.-category_inputs #gourmet_input + .p-top__map__search__category__icon::after {
  width: 17px;
  height: 23px;
  background-image: url("/benefit-list/assets/img/icon_gourmet_blue.svg?v18b7016e813");
}

.p-top__map__search__box.-category_inputs #gourmet_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_gourmet_white.svg?v18b7016e820");
}

.p-top__map__search__box.-category_inputs #travel_input + .p-top__map__search__category__icon::after {
  width: 14px;
  height: 22px;
  background-image: url("/benefit-list/assets/img/icon_travel_blue.svg?v18b7016f5c3");
}

.p-top__map__search__box.-category_inputs #travel_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_travel_white.svg?v18b7016f5ce");
}

.p-top__map__search__box.-category_inputs #concert_input + .p-top__map__search__category__icon::after {
  width: 27px;
  height: 23px;
  background-image: url("/benefit-list/assets/img/icon_concert_blue.svg?v18b7016e7ce");
}

.p-top__map__search__box.-category_inputs #concert_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_concert_white.svg?v18b7016e7dd");
}

.p-top__map__search__box.-category_inputs #amusument_input + .p-top__map__search__category__icon::after {
  width: 19px;
  height: 23px;
  background-image: url("/benefit-list/assets/img/icon_amusument_blue.svg?v18b7016e789");
}

.p-top__map__search__box.-category_inputs #amusument_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_amusument_white.svg?v18b7016e79a");
}

.p-top__map__search__box.-category_inputs #lifesupport_input + .p-top__map__search__category__icon::after {
  width: 23px;
  height: 23px;
  background-image: url("/benefit-list/assets/img/icon_lifesupport_blue.svg?v18b7016e84e");
}

.p-top__map__search__box.-category_inputs #lifesupport_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_lifesupport_white.svg?v18b7016e894");
}

.p-top__map__search__box.-category_inputs #health_input + .p-top__map__search__category__icon::after {
  width: 23px;
  height: 23px;
  background-image: url("/benefit-list/assets/img/icon_health_blue.svg?v18b7016e824");
}

.p-top__map__search__box.-category_inputs #health_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_health_white.svg?v18b7016e843");
}

.p-top__map__search__box.-category_inputs #fashion_input + .p-top__map__search__category__icon::after {
  width: 23px;
  height: 23px;
  background-image: url("/benefit-list/assets/img/icon_fashion_blue.svg?v18b7016e7e6");
}

.p-top__map__search__box.-category_inputs #fashion_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_fashion_white.svg?v18b7016e7f7");
}

.p-top__map__search__box.-category_inputs #other_input + .p-top__map__search__category__icon::after {
  width: 23px;
  height: 4px;
  background-image: url("/benefit-list/assets/img/icon_others_blue.svg?v18b7016e89d");
}

.p-top__map__search__box.-category_inputs #other_input:checked + .p-top__map__search__category__icon::after {
  background-image: url("/benefit-list/assets/img/icon_others_white.svg?v18b7016f3b7");
}

.p-top__map__search__box.-other_inputs .p-top__map__search__inputs__title {
  width: 120px;
}

.p-top__map__search__heading {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 24px;
}

.p-top__map__search__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 32px;
}

.p-top__map__search__inputs + .p-top__map__search__inputs {
  margin-top: 24px;
}

.p-top__map__search__inputs__title {
  width: 64px;
  line-height: 1;
  font-weight: 500;
}

.p-top__map__search__inputs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 120px);
}

.p-top__map__search__inputs__inner.-category {
  width: 100%;
}

.p-top__map__search__inputs.-other .p-top__map__search__inputs__inner {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__map__search__inputitems {
  display: none;
}

.p-top__map__search__inputitems.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top__map__search__inputitem.-button {
  border: 1px solid #4E5B73;
  margin-right: 22px;
  border-radius: 5px;
}

.p-top__map__search__inputitem.-button > label {
  width: 100%;
  height: 100%;
}

.p-top__map__search__inputitem.-button > label .c-checkbox__text {
  width: 100%;
  height: 100%;
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.p-top__map__search__inputitem.-button input:checked + .c-checkbox__text {
  background-color: #4E5B73;
  color: #fff;
  border-radius: 4px;
}

.p-top__map__search__inputitem.-button:last-of-type {
  margin-left: 0;
}

.p-top__map__search__inputitem.-button.-disabled {
  border: 1px solid #BFBFBF;
}

.p-top__map__search__inputitem.-image {
  margin-left: 8px;
  text-align: center;
  width: 104px;
}

.p-top__map__search__inputitem.-image .c-checkbox__text {
  line-height: 1.5;
}

.p-top__map__search__inputitem.-image > label {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.p-top__map__search__inputitem.-image:first-of-type {
  margin-left: 0;
}

.p-top__map__search__inputitem.-check {
  margin-right: 42px;
  margin-bottom: 8px;
  line-height: 1;
}

.p-top__map__search__inputitem.-check .c-checkbox__text {
  width: 100%;
  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;
}

.p-top__map__search__inputitem.-check .c-checkbox i:after {
  top: 45%;
  width: 5px;
  height: 10px;
}

.p-top__map__search__inputitem input:disabled + .c-checkbox__text {
  background-color: #BFBFBF;
}

.p-top__map__search__num {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #4E5B73;
  text-align: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 24px;
}

.p-top__map__search__num .-num__storong {
  font-size: 24px;
}

.p-top__map__search__num.-num_disable {
  display: none;
}

.p-top__map__search .narrowing-down {
  position: relative;
  padding: 0 16px;
}

.p-top__map__search__error {
  width: 960px;
  margin: 0 auto 24px;
}

.p-top__map__search__error__text {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #4E5B73;
  text-align: center;
}

.p-top__map__search__error .error__heading {
  font-size: 24px;
  display: inline-block;
  margin-right: 8px;
}

.p-top__map__search__error .error__heading::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/benefit-list/assets/img/icon_error.svg?v18b7016e7e2");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: 6px;
}

.p-top__map__search__error.-error_disable {
  display: none;
}

.p-top__map__search__error__sp {
  display: none;
}

.p-top__map__search__selectbox {
  display: none;
}

.p-top__map__search__btns {
  width: 100%;
  margin-top: 24px;
  max-width: 440px;
  margin: 20px auto 0;
}

.p-top__map__search__btns .narrowing-down__btn__box {
  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;
}

.p-top__map__search__btns .p-top__map__search__resetbtn {
  text-align: center;
  font-size: 15px;
  color: #4E5B73;
  position: relative;
  display: block;
}

.p-top__map__search__btns .p-top__map__search__resetbtn:after {
  content: "";
  display: block;
  height: 1px;
  width: 110%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #4E5B73;
}

.p-top__map__search__btns .p-top__map__search__searchbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 292px;
  max-width: 100%;
  padding: 11px 48px 14px 48px;
  background: -webkit-gradient(linear, left top, right top, from(#4E5B73), to(#7283A3));
  background: linear-gradient(to right, #4E5B73, #7283A3);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.p-top__map__search__btns .p-top__map__search__searchbtn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/benefit-list/assets/img/icon_search.svg?v18b7016f5bc");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-map__wrapper {
  position: relative;
  margin-bottom: 56px;
}

.p-mapmodal__area__text {
  font-size: 14px;
}

.p-mapmodal__shop__title {
  font-size: 20px;
  line-height: 1.2;
}

.p-mapmodal__shop__text {
  font-size: 16px;
}

.p-mapmodal .category--category {
  font-size: 14px;
}

.p-sp__modal__openner {
  display: none;
}

.p-sp__location__btn {
  display: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background-image: url("/benefit-list/assets/img/icon_btn_currentlocation_off.svg?v18b7016e7b5");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-sp__location__btn.-active {
  background-image: url("/benefit-list/assets/img/icon_btn_currentlocation_on.svg?v18b7016e7b7");
}

.p-top__map__search__modal {
  position: static;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  height: auto;
  min-width: auto;
  visibility: visible;
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto 40px;
}

.p-top__map__search__modal .c-modal__inner {
  position: static;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  background-color: #fff;
  overflow-y: hidden;
}

.p-top__map__search__modal .c-modal__closebtn {
  display: none;
}

.p-top__map__search__modal .c-modal__closebtn__body {
  width: 100%;
  height: 100%;
}

.p-top__map__search__modal .c-modal__contents {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  padding: 0;
}

.p-top__map__search__modal .p-sp__modal__openner {
  display: none;
}

/* ------------ 絞り込み機能 ------------*/
/* ------------ MAP上検索窓 ------------*/
.c-map__search__input {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 50px;
}

.c-map__search__input__item {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #EAEAEA;
  border-radius: 25px;
  padding: 0 56px 0 24px;
  color: #BFBFBF;
  background-color: #fff;
}

.c-map__search__input::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("/benefit-list/assets/img/icon_benefits_map_search.svg?v18b7016e7b0");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ------------ MAP上検索窓 ------------*/
/* ------------ 検索ページ ------------*/
.p-nationwide_shops {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.p-nationwide_shops__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-nationwide_shops .p-nationwide_shops__item {
  width: 309px;
  margin-left: 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
}

.p-nationwide_shops .p-nationwide_shops__item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.p-nationwide_shops .p-nationwide_shops__item .qpp-map__carousel__img {
  position: relative;
  width: 100%;
  height: 178px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.p-nationwide_shops .p-nationwide_shops__item .qpp-map__carousel__img > img {
  display: block;
  border-radius: 10px 10px 0 0;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  height: auto;
  max-width: 100%;
}

.p-nationwide_shops .qpp-map__carousel__text {
  border: 0;
}

.p-nationwide_shops .p-nationwide_shops__btn {
  text-align: center;
  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;
  max-width: 90px;
}

.p-nationwide_shops .qpp-other__info__point {
  top: 160px;
}

.search__carousel {
  padding-top: 0;
  max-width: 927px;
}

.search__carousel .carousel__inner {
  background-color: rgba(78, 91, 115, 0.85);
  padding: 24px 0;
}

.search__carousel .p-for__mapallpage__link {
  text-align: center;
  margin-top: 16px;
}

.search__carousel.qpp-map__carousel .slick-dotted.slick-slider {
  max-width: 747px;
}

.search__carousel.qpp-map__carousel .carousel__item {
  width: 238px;
}

.search__carousel.qpp-map__carousel .p-for__mapallpage__link a.c-link {
  color: #fff;
  font-size: 16px;
}

.search__carousel.qpp-map__carousel .p-for__mapallpage__link a.c-link:before {
  border-color: #fff;
}

.search__carousel .qpp-map__carousel__text {
  background-color: #fff;
  height: 120px;
}

.search__carousel .qpp-map__carousel__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.search__carousel .qpp-other__info__point {
  top: 126px;
}

.search__carousel.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-prev {
  left: 20px;
}

.search__carousel.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-prev span {
  background-image: url("/benefit-list/assets/img/btn_pickup_carousel_search_left.png?v18b7016e781");
}

.search__carousel.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-next {
  right: 20px;
}

.search__carousel.qpp-map__carousel .c-slider--simple__foot .c-slider--simple__arrow.-next span {
  background-image: url("/benefit-list/assets/img/btn_pickup_carousel_search_right.png?v18b7016e783");
}

.search__carousel .qpp-map__carousel__img {
  height: 144px;
}

.search__carousel .qpp-map__carousel__img > img {
  display: block;
  border-radius: 10px 10px 0 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* ------------ 店舗一覧カルーセル ------------*/
/* ===============================================================

 特典・優待・お得なお店 静的

=============================================================== */
.c-title__key--gradation {
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#F2F2F4));
  background: linear-gradient(to right, #FCFCFC, #F2F2F4);
  padding: 16px 0;
}

.c-title__key--gradation .-main {
  font-size: 26px;
  font-weight: 500;
}

.c-title__block .-subtext {
  padding-top: 3px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.l-gridblock__inner.-pink,
.l-gridblock__inner.-blue {
  padding: 24px;
}

.l-gridblock__inner.-pink .l-gridblock__item:nth-child(n+2),
.l-gridblock__inner.-blue .l-gridblock__item:nth-child(n+2) {
  margin-top: 16px;
}

.l-gridblock__inner.-pink {
  background: #FBF2F7;
}

.l-gridblock__inner.-blue {
  background: #EDF1F2;
}

.c-cardbox--single__content.-white {
  background: #fff;
}

.c-cardbox--single__tagbox.-gold,
.c-cardbox--single__tagbox.-gray {
  margin: 0;
  margin-top: 16px;
}

.c-cardbox--single__tagbox.-gold .c-tag,
.c-cardbox--single__tagbox.-gray .c-tag {
  margin: 0 4px 0 0;
}

.c-cardbox--single__tagbox.-gold .c-tag {
  color: #9A7D35;
  border: 1px solid #9A7D35;
}

.c-cardbox--single__tagbox.-gray .c-tag {
  color: #6E6E6E;
  border: 1px solid #6E6E6E;
}

/* c-follow */
.c-follow {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  background-color: #fafafacc;
}

.c-follow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-follow__button {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  position: relative;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 16px 26px;
  background: #4E5B73;
  background: -webkit-gradient(linear, left top, right top, from(#4E5B73), to(#7283A3));
  background: linear-gradient(to right, #4E5B73, #7283A3);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.qpp-map__carousel__btns {
  width: 100%;
  max-width: 960px;
  margin: 32px auto 0;
}

.qpp-map__carousel__btns__inner {
  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;
}

.qpp-map__carousel__btns a.c-button {
  width: 460px;
  margin: 0 auto;
}

.qpp-feature__carousel__btns {
  width: 100%;
  max-width: 960px;
  margin: 24px auto 0;
}

.qpp-feature__carousel__btns a.c-button {
  width: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #special-experience,
  #brand-service,
  #higherlevel-service,
  #web-magazine {
    margin-top: -64px;
    padding-top: 64px;
  }
  .c-cardbox--single__content:has(.c-cardbox--single__tagbox.-gold), .c-cardbox--single__content:has(.c-cardbox--single__tagbox.-gray) {
    padding: 24px 58px 24px 32px;
  }
  .l-gridblock.\-1col .l-gridblock__item.qira-magazine {
    width: 560px;
    margin: 24px auto 0;
  }
  .c-follow {
    height: 64px;
    padding: 8px 0;
    min-width: 1200px;
  }
  .c-follow__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-follow__button {
    width: 422px;
  }
  .c-follow__button + .c-follow__button {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-map__inner {
    max-width: 100%;
    height: 100vh;
    max-height: 390px;
  }
  .c-mapmodal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .c-mapmodal__inner {
    width: 100%;
    padding: 8%;
    height: 100%;
    position: static;
  }
  .c-mapmodal__closebtn {
    top: calc(12% + 4vw);
    right: calc(8% + 16px);
  }
  .c-mapmodal.-open {
    border-radius: 0;
    background-color: rgba(101, 101, 101, 0.4);
  }
  .c-mapmodal {
    min-width: 0;
  }
  .c-mapmodal__contents {
    padding: 40px 4%;
  }
  .c-mapmodal__contents, .c-mapmodal__closebtn {
    max-width: 100%;
  }
  .c-mapmodal__icons .qpp-other__info__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    padding: 0px 21px 0px 21px;
  }
  .c-mapmodal__icons .qpp-other__info__point__magnification {
    font-size: 27px;
    padding-left: 7px;
  }
  .c-mapmodal__icons .qpp-other__info__point__magnification::before {
    left: -1px;
    width: 6px;
    height: 6px;
  }
  .c-mapmodal__icons .qpp-other__info__point__max__magnification {
    font-size: 27px;
    padding-left: 19px;
  }
  .c-mapmodal__icons .qpp-other__info__point__max__magnification::before {
    font-size: 27px;
  }
  .p-top__map__heading {
    margin: 0 0 12px;
    padding: 40px 4% 12px;
  }
  .p-top__map__search__spheading {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #4E5B73;
    padding-bottom: 4px;
    border-bottom: 1px solid #4E5B73;
    font-weight: 500;
    margin: 0 4% 16px;
  }
  .qpp-map__carousel {
    bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .qpp-map__carousel .carousel__inner {
    background-color: rgba(78, 91, 115, 0.85);
    padding: 16px 0;
  }
  .qpp-map__carousel .c-slider--simple__body {
    margin-bottom: 16px;
  }
  .qpp-map__carousel .c-slider--simple__foot {
    display: none;
  }
  .qpp-map__carousel .carousel__item.slick-center {
    margin-left: 0;
    width: 75vw;
    margin-left: 4vw;
  }
  .qpp-map__carousel .carousel__item {
    margin-left: 0;
    width: 75vw;
    margin-left: 4vw;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 27px 15px 25px;
  }
  .qpp-map__carousel__img {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 0;
  }
  .qpp-map__carousel__img > img {
    display: block;
    height: 60px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: none;
    text-align: center;
    border-radius: 0;
  }
  .qpp-map__carousel .qpp-map__carousel__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 8px;
  }
  .qpp-map__carousel .qpp-other__info__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    width: auto;
    height: 30px;
    position: relative;
    border-radius: 20px;
    padding: 8px 20px;
    margin-bottom: 10px;
  }
  .qpp-map__carousel .qpp-pickup__benefit__badge {
    display: block;
    margin-bottom: 10px;
    margin-left: 8px;
  }
  .qpp-map__carousel .qpp-other__info__benefit__badge {
    display: none;
  }
  .qpp-map__carousel__text {
    width: calc(100% - 4% - 60px);
    border: 0;
    position: relative;
    padding: 0 4%;
  }
  .qpp-map__carousel .qpp-map__carousel__title {
    font-size: 14px;
  }
  .qpp-map__carousel__heading {
    display: none;
  }
  .qpp-map__carousel .p-for__mapallpage__link {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .qpp-map__carousel .p-for__mapallpage__link a.c-link {
    color: #fff;
  }
  .qpp-map__carousel .p-for__mapallpage__link a.c-link:before {
    border-color: #fff;
  }
  .p-top__map__search__box {
    padding: 0 4%;
  }
  .p-top__map__search__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__map__search__inputs + .p-top__map__search__inputs {
    margin-top: 8px;
  }
  .p-top__map__search__inputs__title {
    margin-bottom: 8px;
  }
  .p-top__map__search__inputs__inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__map__search__inputitem.-button {
    margin-bottom: 16px;
  }
  .p-top__map__search__inputitem.-image {
    width: calc((100% - 8px * 3) / 4);
    margin-bottom: 8px;
  }
  .p-top__map__search__inputitem.-image:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-top__map__search__inputitem.-check {
    margin-bottom: 16px;
  }
  .p-top__map__search__num {
    margin: 0 auto 16px;
  }
  .p-top__map__search .narrowing-down {
    padding: 0;
  }
  .p-top__map__search__error {
    display: none;
  }
  .p-top__map__search__error__sp {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 100;
    margin: 0;
  }
  .p-top__map__search__error__sp .p-top__map__search__error__inner {
    display: block;
    width: 100%;
    height: 100%;
    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;
  }
  .p-top__map__search__error__sp .p-top__map__search__error__text {
    width: 76%;
    padding: 8px 30px 10px;
    background-color: rgba(78, 91, 115, 0.9);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
  }
  .p-top__map__search__error__sp .error__heading {
    font-size: 20px;
    display: block;
    margin-right: 0;
  }
  .p-top__map__search__error__sp .error__heading::before {
    background-image: url("/benefit-list/assets/img/icon_error_white.svg?v18b7016e7e4");
  }
  .p-top__map__search__error__sp.-error_disable {
    display: none;
  }
  .p-top__map__search__btns {
    max-width: none;
    padding: 16px;
    -webkit-box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.05);
  }
  .p-top__map__search__btns .narrowing-down__btn__inner {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }
  .p-top__map__search__btns .p-top__map__search__searchbtn {
    width: 64%;
  }
  .p-map__wrapper {
    margin-bottom: 56px;
  }
  .p-sp__modal__openner {
    display: block;
    position: absolute;
    top: 25vw;
    right: 6.2vw;
    width: 18.13vw;
    height: 18.13vw;
    background-image: url("/benefit-list/assets/img/icon_btn_search_off.png?v18b7016e7c0");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-sp__modal__openner.-active {
    background-image: url("/benefit-list/assets/img/icon_btn_search_on.png?v18b7016e7c3");
  }
  .p-sp__location__btn {
    top: 8vw;
    right: 6.2vw;
    width: 18.13vw;
    height: 18.13vw;
  }
  .p-top__map__search__modal {
    position: fixed;
    opacity: 0;
    height: 100vh;
    min-width: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    min-width: auto;
  }
  .p-top__map__search__modal .c-modal__inner {
    position: absolute;
    -webkit-transform: none;
            transform: none;
    padding: 40px 0 0;
    padding: 0;
    overflow: scroll;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 0;
  }
  .p-top__map__search__modal .c-modal__closebtn {
    display: block;
    position: absolute;
    top: 40%;
    right: 22px;
    width: 12px;
    height: 12px;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top__map__search__modal .c-modal__contents {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .p-top__map__search__modal .p-sp__modal__openner {
    display: block;
  }
  .c-map__search__input {
    height: 30px;
    width: calc(100% - 60px);
  }
  .c-map__search__input__item {
    padding: 0 48px 0 16px;
  }
  .c-map__search__input::before {
    right: 8px;
  }
  .p-nationwide_shops .p-nationwide_shops__item {
    width: calc((100% - 16px) / 2);
    margin-left: 16px;
    padding: 0;
    margin-bottom: 16px;
  }
  .p-nationwide_shops .p-nationwide_shops__item:nth-of-type(3n + 1) {
    margin-left: 16px;
  }
  .p-nationwide_shops .p-nationwide_shops__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-nationwide_shops .p-nationwide_shops__item .qpp-map__carousel__img {
    width: 100%;
    height: 26.22vw;
  }
  .p-nationwide_shops {
    padding: 0 4%;
  }
  .p-nationwide_shops .qpp-map__carousel__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-nationwide_shops .qpp-map__carousel__img {
    width: 100%;
    height: 26.22vw;
  }
  .p-nationwide_shops .qpp-map__carousel__img > img {
    height: auto;
    position: static;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    border-radius: 10px 10px 0 0;
  }
  .p-nationwide_shops .qpp-map__carousel__text {
    width: 100%;
    border: 0;
    position: relative;
    padding: 10px 8% 0;
    border: 0;
  }
  .p-nationwide_shops .qpp-map__carousel__icons {
    padding: 0 8%;
  }
  .p-nationwide_shops .qpp-other__info__point {
    padding: 8px 14px;
    top: 0;
  }
  .p-nationwide_shops .qpp-other__info__point__magnification {
    padding-left: 10px;
  }
  .search__carousel.qpp-map__carousel .carousel__item {
    width: 75vw;
  }
  .search__carousel .qpp-map__carousel__text {
    height: auto;
  }
  .search__carousel .qpp-map__carousel__title {
    font-size: 14px;
  }
  .search__carousel .qpp-map__carousel__img {
    height: 60px;
  }
  .benefit-list-search .p-top__map__search__spheading {
    display: none;
  }
  .c-title__key--gradation .-main {
    font-size: 24px;
  }
  .l-gridblock__inner.-pink,
  .l-gridblock__inner.-blue {
    padding: 24px 4%;
  }
  .c-cardbox--single__tagbox.-gold .c-tag,
  .c-cardbox--single__tagbox.-gray .c-tag {
    margin: 0;
  }
  .c-cardbox--single__tagbox.-gold .c-tag:nth-child(n+2),
  .c-cardbox--single__tagbox.-gray .c-tag:nth-child(n+2) {
    margin-top: 8px;
  }
  .c-follow {
    height: 56px;
    padding: 4px;
  }
  .c-follow__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-follow__button {
    font-size: 14px;
    width: 50%;
    padding: 0 16px;
  }
  .c-follow__button + .c-follow__button {
    margin-left: 3px;
  }
  .c-follow__button::after {
    right: 8px;
  }
  .qpp-map__carousel__btns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4%;
  }
  .qpp-map__carousel__btns a.c-button {
    width: 100%;
  }
  .qpp-map__carousel__btns a.c-button + .c-button {
    margin-top: 16px;
  }
  .qpp-feature__carousel__btns {
    padding: 0 4%;
  }
  .qpp-feature__carousel__btns a.c-button {
    width: 100%;
  }
}
