/* ===============================================================

 project / campaign gsix_20240319

=============================================================== */

@media screen and (max-width: 767px) {
  .u-pb--xxl {
    padding-bottom: 50px !important;
  }
}

.hakata-tokushu__main {
  color: #49484D;
}

.hakata-tokushu__fv {
  width: 100%;
  height: 33vw;
  min-width: 1200px;
  min-height: 396px;
  position: relative;
  overflow: hidden;
}

.hakata-tokushu__fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
}

.hakata-tokushu__fv__txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-image: url(/benefit-list/other/assets/img/fv_bg02_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  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;
}

.hakata-tokushu__fv__txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + -1px);
  width: 45%;
  height: 100%;
  background-image: url(/benefit-list/other/assets/img/fv_bg01_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*-webkit-clip-path: polygon(100% 0%, 70% 100%, 100% 100%);*/
          /*clip-path: polygon(100% 0%, 70% 100%, 100% 100%);*/
}

.hakata-tokushu__fv__txt__lead {
  font-size: 16px;
  margin-bottom: 13px;
}

.hakata-tokushu__fv__txt__title {
  font-size: 28px;
  line-height: 1.6;
  font-weight: normal;
}

.hakata-tokushu__fv__item {
  height: 33vw;
  min-height: 396px;
}

.hakata-tokushu__fv__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hakata-tokushu__fv__item img {
    height: 100%;
  }
}

.hakata-tokushu__belt {
  background-color: #A9894A;
  border: 1px solid #707070;
  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;
  padding: 31px 0;
}

.hakata-tokushu__belt__inner {
  width: 100%;
  max-width: 826px;
  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;
}

.hakata-tokushu__belt__txt {
  color: #fff;
  font-size: 14px;
  margin-left: 50px;
  letter-spacing: 2px;
}

.hakata-tokushu__belt__img {
  width: 100%;
  max-width: 168px;
}

.hakata-tokushu__carousel {
  background: url("/benefits/prestige/assets/img/240319_2201_cp_bg_pc.png?v18e5583be98") no-repeat center center;
  background-size: cover;
  padding: 74px 0 64px;
  overflow: hidden;
}

.hakata-tokushu__carousel__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hakata-tokushu__carousel__box {
  display: block;
  width: calc(((100vw - 100%) / 2) + 100% - 192px);
}

.hakata-tokushu__carousel__item {
  max-width: 345px;
  width: 24.4vw;
  display: block;
  margin-right: 12px;
  background-color: #F9F9F9;
}

.hakata-tokushu__carousel__item__img {
  margin-bottom: 16px;
}

.hakata-tokushu__carousel__item__txt {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hakata-tokushu__carousel__item__txt__desc {
  text-align: center;
  font-size: 14px;
  margin-bottom: 4px;
}

.hakata-tokushu__carousel__item__txt__date {
  text-align: center;
  font-size: 14px;
  color: #A9894A;
  margin-bottom: 16px;
}

.hakata-tokushu__carousel__txt {
  padding-right: 73px;
}

.hakata-tokushu__carousel__txt__title {
  width: 119px;
}

.hakata-tokushu__carousel__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1060px - 192px);
  gap: 16px;
  margin: 40px 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hakata-tokushu__carousel__arrow {
  width: 45px;
  height: 25px;
  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;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.hakata-tokushu__carousel__arrow.slick-disabled {
  background-color: rgba(255, 255, 255, 0);
}

.hakata-tokushu__carousel__arrow-prev img, .hakata-tokushu__carousel__arrow-next img {
  width: 17.8px;
}

.hakata-tokushu__carousel__arrow-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.hakata-tokushu__anchor {
  padding-top: 100px;
  margin-bottom: 30px;
}

.hakata-tokushu__anchor__item__link {
  position: relative;
  display: block;
  width: 525px;
  margin: 0 auto;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #707070;
}

.hakata-tokushu__anchor__item__link::after {
  position: absolute;
  right: 12.5px;
  top: 7px;
  display: block;
  content: '';
  background: #49484C;
  height: calc(tan(50deg)* 16px / 2);
  width: 16px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.hakata-tokushu__anchor__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hakata-tokushu__purpose {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 100px;
}

.hakata-tokushu__purpose__txt__title {
  margin-bottom: 37px;
}

.hakata-tokushu__purpose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.hakata-tokushu__purpose__item {
  border: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 61px;
  position: relative;
}

.hakata-tokushu__purpose__item__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hakata-tokushu__purpose__item__txt {
  padding-top: 32px;
}

.hakata-tokushu__purpose__item__txt__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.hakata-tokushu__purpose__item__txt__title .-en {
  display: block;
  margin-bottom: 5px;
}

.hakata-tokushu__purpose__item__txt__desc {
  font-size: 14px;
  font-weight: 100;
}

.hakata-tokushu__area {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.hakata-tokushu__area__title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10.5px;
  position: relative;
  margin-bottom: 32.5px;
  letter-spacing: 1.8px;
  font-weight: 500;
}

.hakata-tokushu__area__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #A9894A;
  height: 2px;
  width: 44px;
}

.hakata-tokushu__area__txt__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 50px;
}

.hakata-tokushu__area__txt {
  position: relative;
}
.hakata-tokushu__area__txt__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url('/benefit-list/other/assets/img/title_line.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 25px;
}

.hakata-tokushu__area__content + .hakata-tokushu__area__content {
  margin-top: 80px;
}

.hakata-tokushu__area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
  margin-bottom: 30px;
  height: auto;
  overflow: hidden;
}

.hakata-tokushu__area__list.-open.-col1, .hakata-tokushu__area__list.-open.-col2, .hakata-tokushu__area__list__travel {
  height: auto!important;
  max-height: none;
}


.hakata-tokushu__area__list.-col1 {
  height: 1245px;
}

.hakata-tokushu__area__list.-col2 {
  height: auto;
}

.hakata-tokushu__area__item {
  position: relative;
  width: 340px;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #cccccc;
  display: flex;
  flex-direction: column;
}

.hakata-tokushu__area__item__txt {
  color: #000;
  text-align: left;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hakata-tokushu__area__item__txt_category {
  border-top: solid 1px #cccccc;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: normal;
}

.hakata-tokushu__area__item__txt__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hakata-tokushu__area__item__txt__tag li {
  background-color: #005d67;
  border-radius: 30px;
  padding: 3px 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}

.hakata-tokushu__area__item__txt__title {
  font-size: 17px;
  font-weight: 600;
  margin-top: auto;
}

.hakata-tokushu__area__item__img {
  position: relative;
  overflow: hidden;
}

.hakata-tokushu__area__item__img img {
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 340px;
  overflow: hidden;
}

.hakata-tokushu__area__item__img::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hakata-tokushu__area__more {
  border-top: 2px solid #005d67;
  border-bottom: 2px solid #005d67;
  padding: 11px 0 12px;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 30px;
}

.hakata-tokushu__area__more span {
  font-weight: bold;
  position: relative;
  display: none;
  color: #49484D;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.hakata-tokushu__area__more span.-open {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hakata-tokushu__area__more i {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
}

.hakata-tokushu__area__more i::before, .hakata-tokushu__area__more i::after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #005d67;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.hakata-tokushu__area__more i::before {
  -webkit-transform: translate(50%, -50%) rotate(0);
  transform: translate(50%, -50%) rotate(0);
}

.hakata-tokushu__area__more i::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}

.hakata-tokushu__area__more.-open {
  border-color: #D9D9D9;
  background: #EAEAEA;
}

.hakata-tokushu__area__more.-open span.-open {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.hakata-tokushu__area__more.-open span.-close {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hakata-tokushu__area__more.-open i::after, .hakata-tokushu__area__more.-open i::before {
  background: #005d67;
}

.hakata-tokushu__area__more.-open i::before {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}

.hakata-tokushu__area__more.-open i::after {
  -webkit-transform: translate(50%, -50%) rotate(360deg);
  transform: translate(50%, -50%) rotate(360deg);
}

@media screen and (min-width: 768px) {
  .hakata-tokushu__anchor__item__link:hover {
    border-bottom: 1px solid #A9894A;
    color: #A9894A;
  }
  .hakata-tokushu__anchor__item__link:hover::after {
    background: #A9894A;
  }
  .hakata-tokushu__purpose__item:hover {
    background-color: rgba(169, 137, 74, 0.2);
  }
  .hakata-tokushu__purpose__item:hover .hakata-tokushu__purpose__item__img {
    opacity: 0.8;
  }
  .hakata-tokushu__area__item:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  .hakata-tokushu__area__more:hover {
    background: rgba(242, 247, 247);
  }
}

@media screen and (max-width: 767px) {
  .hakata-tokushu__fv {
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: visible;
  }
  .hakata-tokushu__fv__img {
    position: relative;
    width: 100%;
    height: 31vh;
    overflow: hidden;
  }
  .hakata-tokushu__fv__txt {
    position: relative;
    width: 100%;
    padding: 50px 0;
  }
  .hakata-tokushu__fv__txt::before {
    display: none;
  }
  .hakata-tokushu__fv__txt__lead {
    margin-bottom: 9px;
    text-align: center;
  }
  .hakata-tokushu__fv__txt__title {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .hakata-tokushu__fv__item {
    height: 31vh;
    min-height: auto;
  }
  .hakata-tokushu__belt__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
  .hakata-tokushu__belt__txt {
    margin: 0 auto;
    padding: 0 15px;
  }
  .hakata-tokushu__belt__img {
    max-width: 123px;
  }
  .hakata-tokushu__carousel {
    padding: 59px 0 40px;
    background: url("/benefits/prestige/assets/img/240319_2201_cp_bg_sp.png?v18e5583bea1") no-repeat center center;
    background-size: cover;
  }
  .hakata-tokushu__carousel__inner {
    -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;
    gap: 29px;
  }
  .hakata-tokushu__carousel__item {
    margin-right: 0;
    margin-left: 12px;
  }
  .hakata-tokushu__carousel__txt {
    padding-right: 0;
  }
  .hakata-tokushu__carousel__txt__title {
    width: 181px;
  }
  .hakata-tokushu__carousel__arrows {
    width: 100%;
    gap: 0;
    margin: 32px 0 0;
    padding: 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hakata-tokushu__anchor {
    padding-top: 64px;
  }
  .hakata-tokushu__anchor__item {
    width: 100%;
    padding: 0 15px;
  }
  .hakata-tokushu__anchor__item__link {
    width: 100%;
    padding: 17px 0 15px;
  }
  .hakata-tokushu__anchor__item__link::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hakata-tokushu__anchor__inner {
    -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;
    gap: 24px;
  }
  .hakata-tokushu__purpose {
    margin: 0 auto 64px;
  }
  .hakata-tokushu__purpose__txt__title {
    width: 255px;
    margin: 0 15px 37px;
  }
  .hakata-tokushu__purpose__list {
    padding: 0 15px;
  }
  .hakata-tokushu__purpose__item {
    gap: 16px;
  }
  .hakata-tokushu__purpose__item__img {
    width: 143px;
    min-height: 176px;
    position: relative;
    overflow: hidden;
  }
  .hakata-tokushu__purpose__item__img img {
    position: absolute;
    height: 100%;
    min-height: 176px;
    aspect-ratio: 13 / 16;
    width: auto;
    max-width: 2000px;
  }
  .hakata-tokushu__purpose__item__txt {
    padding-top: 14px;
  }
  .hakata-tokushu__purpose__item__txt__title {
    margin-bottom: 10px;
  }
  .hakata-tokushu__purpose__item__txt__desc {
    margin-bottom: 40px;
    padding-right: 15px;
  }
  .hakata-tokushu__purpose__item__txt__link {
    bottom: 10px;
    padding-right: 21.6px;
    background-size: 16px;
  }
  .hakata-tokushu__area__title {
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .hakata-tokushu__area__txt__title {
    width: 100%;
    margin-bottom: 40px;
  }
  .hakata-tokushu__area__content {
    padding: 0 15px;
  }
  .hakata-tokushu__area__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hakata-tokushu__area__list.-col1 {
    /*height: 175vw;*/
    /*max-height: 825px;*/
  }
  .hakata-tokushu__area__list.-col2 {
    /*height: 220vw;*/
    /*max-height: 825px;*/
  }
  .hakata-tokushu__area__list.-col3 {
    height: 228vw;
  }

  .hakata-tokushu__area__item {
    max-width: 384px;
    width: 100%;
  }
  .hakata-tokushu__area__item__img img {
    max-width: 384px;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .hakata-tokushu__carousel__box {
    width: 100%;
  }
  .hakata-tokushu__carousel__item {
    min-width: 284px;
  }
}

.hakata-tokushu_anchor_title {
  text-align: center;
  margin-bottom: 50px;
}

.hakata-tokushu__anchor__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hakata-tokushu__anchor__btn {
    padding: 0 15px;
  }
  .hakata-tokushu__anchor__btn_item {
    padding-right: 10px;
  }
  .hakata-tokushu__anchor__btn_item:last-child {
    padding-right: 0px;
  }
}

.hakata-tokushu__anchor__btn_item a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .hakata-tokushu__area__list__travel {
    max-height: 870px;
  }
}

@media screen and (max-width: 767px) {
  .hakata-tokushu__fv__txt {
    background-image: url(/benefit-list/other/assets/img/fv_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.anchor_btn_sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.anchor_btn_sticky_box {
  display: none;
  width: 100%;
  background-color:#f2f7f7;
  padding: 30px 0;
  position: sticky;
  bottom: 0;
}

.anchor_btn_sticky_item a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .anchor_btn_sticky_box {
    padding: 15px 15px;
  }
  .anchor_btn_sticky_item {
    padding-right: 10px;
  }
  .anchor_btn_sticky_item:last-child {
    padding-right: 0px;
  }
}
.pagetop_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
  position: sticky;
  bottom: 120px;
  left: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pagetop_btn {
    padding-right: 20px;
  }
}

.hakata-tokushu_other_btn {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #005d67;
  width: 30%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50px;
  position: relative;
  margin-top: 70px;
}
.hakata-tokushu_other_btn {
  align-items: center;
  display: flex;
  justify-content: center;
}
.hakata-tokushu_other_btn::after {
  content: '';
  display: inline-block;
  background-image: url(/benefit-list/other/assets/img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 20px;
}
.hakata-tokushu_other_btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .hakata-tokushu_other_btn {
    width: 90%;
    margin-top: 50px;
  }
}