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

 project / campaign gsix_20240319

=============================================================== */
.p-gsix__main {
  color: #49484D;
}

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

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

.p-gsix__fv__txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-color: black;
  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;
}

.p-gsix__fv__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-100% + 1px);
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-clip-path: polygon(100% 0%, 70% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 70% 100%, 100% 100%);
}

.p-gsix__fv__txt__lead {
  font-size: 16px;
  margin-bottom: 13px;
}

.p-gsix__fv__txt__title {
  font-size: 28px;
  line-height: 1.6;
  font-weight: normal;
}

.p-gsix__fv__item {
  height: 33vw;
  min-height: 396px;
}

.p-gsix__fv__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gsix__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;
}

.p-gsix__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;
}

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

.p-gsix__belt__img {
  width: 100%;
  max-width: 168px;
}

.p-gsix__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;
}

.p-gsix__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;
}

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

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

.p-gsix__carousel__item__img {
  margin-bottom: 16px;
}

.p-gsix__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;
}

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

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

.p-gsix__carousel__txt {
  padding-right: 73px;
}

.p-gsix__carousel__txt__title {
  width: 119px;
}

.p-gsix__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;
}

.p-gsix__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;
}

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

.p-gsix__carousel__arrow-prev img, .p-gsix__carousel__arrow-next img {
  width: 17.8px;
}

.p-gsix__carousel__arrow-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-gsix__anchor {
  padding-top: 97px;
  margin-bottom: 64px;
}

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

.p-gsix__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%);
}

.p-gsix__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;
}

.p-gsix__purpose {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 100px;
}

.p-gsix__purpose__txt__title {
  margin-bottom: 37px;
}

.p-gsix__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;
}

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

.p-gsix__purpose__item__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-gsix__purpose__item__txt {
  padding-top: 32px;
}

.p-gsix__purpose__item__txt__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-gsix__purpose__item__txt__title .-en {
  display: block;
  margin-bottom: 5px;
}

.p-gsix__purpose__item__txt__desc {
  font-size: 14px;
  font-weight: 100;
}

.p-gsix__purpose__item__txt__link {
  position: absolute;
  right: 16px;
  bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 37.5px;
  background: url("/benefits/prestige/assets/img/240319_2201_arrow_icon_1.svg?v18e5583be7f") no-repeat right center;
  background-size: 25px;
}

.p-gsix__area {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.p-gsix__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;
}

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

.p-gsix__area__txt__title {
  margin-bottom: 37px;
}

.p-gsix__area__content + .p-gsix__area__content {
  margin-top: 80px;
}

.p-gsix__area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
  margin-bottom: 48.5px;
  height: auto;
  overflow: hidden;
}

.p-gsix__area__list.-open.-col1, .p-gsix__area__list.-open.-col2 {
  height: auto;
  max-height: none;
}

.p-gsix__area__list.-col1 {
  height: 212px;
}

.p-gsix__area__list.-col2 {
  height: 424px;
}

.p-gsix__area__item {
  position: relative;
  width: 340px;
  overflow: hidden;
}

.p-gsix__area__item__txt {
  position: absolute;
  bottom: 8px;
  color: #fff;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.p-gsix__area__item__txt__title {
  font-size: 14px;
  font-weight: 500;
  background: url("/benefits/prestige/assets/img/240319_2201_arrow_icon_2.svg?v18e5583be82") no-repeat right 6.5px center;
}

.p-gsix__area__item__img {
  position: relative;
}

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

.p-gsix__area__item__img::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0 -25px 25px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 -25px 25px rgba(0, 0, 0, 0.8);
}

.p-gsix__area__more {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  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;
}

.p-gsix__area__more span {
  position: relative;
  display: none;
  color: #49484D;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.p-gsix__area__more span.-open {
  display: block;
  visibility: visible;
  opacity: 1;
}

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

.p-gsix__area__more i::before, .p-gsix__area__more i::after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #4E5B73;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

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

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

.p-gsix__area__more.-open {
  border-color: #D9D9D9;
  background: #EAEAEA;
}

.p-gsix__area__more.-open span.-open {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.p-gsix__area__more.-open span.-close {
  display: block;
  visibility: visible;
  opacity: 1;
}

.p-gsix__area__more.-open i::after, .p-gsix__area__more.-open i::before {
  background: #4E5B73;
}

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

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

@media screen and (min-width: 768px) {
  .p-gsix__anchor__item__link:hover {
    border-bottom: 1px solid #A9894A;
    color: #A9894A;
  }
  .p-gsix__anchor__item__link:hover::after {
    background: #A9894A;
  }
  .p-gsix__purpose__item:hover {
    background-color: rgba(169, 137, 74, 0.2);
  }
  .p-gsix__purpose__item:hover .p-gsix__purpose__item__img {
    opacity: 0.8;
  }
  .p-gsix__area__item:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  .p-gsix__area__more:hover {
    background: rgba(169, 137, 74, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .p-gsix__fv {
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: visible;
  }
  .p-gsix__fv__img {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }
  .p-gsix__fv__txt {
    position: relative;
    width: 100%;
    padding: 21px 0;
  }
  .p-gsix__fv__txt::before {
    display: none;
  }
  .p-gsix__fv__txt__lead {
    margin-bottom: 9px;
    text-align: center;
  }
  .p-gsix__fv__txt__title {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .p-gsix__fv__item {
    height: 60vh;
    min-height: auto;
  }
  .p-gsix__belt__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
  }
  .p-gsix__belt__txt {
    margin: 0 auto;
    padding: 0 15px;
  }
  .p-gsix__belt__img {
    max-width: 123px;
  }
  .p-gsix__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;
  }
  .p-gsix__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;
  }
  .p-gsix__carousel__item {
    margin-right: 0;
    margin-left: 12px;
  }
  .p-gsix__carousel__txt {
    padding-right: 0;
  }
  .p-gsix__carousel__txt__title {
    width: 181px;
  }
  .p-gsix__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;
  }
  .p-gsix__anchor {
    padding-top: 64px;
  }
  .p-gsix__anchor__item {
    width: 100%;
    padding: 0 15px;
  }
  .p-gsix__anchor__item__link {
    width: 100%;
    padding: 17px 0 15px;
  }
  .p-gsix__anchor__item__link::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-gsix__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;
  }
  .p-gsix__purpose {
    margin: 0 auto 64px;
  }
  .p-gsix__purpose__txt__title {
    width: 255px;
    margin: 0 15px 37px;
  }
  .p-gsix__purpose__list {
    padding: 0 15px;
  }
  .p-gsix__purpose__item {
    gap: 16px;
  }
  .p-gsix__purpose__item__img {
    width: 143px;
    min-height: 176px;
    position: relative;
    overflow: hidden;
  }
  .p-gsix__purpose__item__img img {
    position: absolute;
    height: 100%;
    min-height: 176px;
    aspect-ratio: 13 / 16;
    width: auto;
    max-width: 2000px;
  }
  .p-gsix__purpose__item__txt {
    padding-top: 14px;
  }
  .p-gsix__purpose__item__txt__title {
    margin-bottom: 10px;
  }
  .p-gsix__purpose__item__txt__desc {
    margin-bottom: 40px;
    padding-right: 15px;
  }
  .p-gsix__purpose__item__txt__link {
    bottom: 10px;
    padding-right: 21.6px;
    background-size: 16px;
  }
  .p-gsix__area__title {
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .p-gsix__area__txt__title {
    width: 176px;
    margin: 0 15px 37px;
  }
  .p-gsix__area__content {
    padding: 0 15px;
  }
  .p-gsix__area__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-gsix__area__list.-col1 {
    height: 175vw;
    max-height: 722px;
  }
  .p-gsix__area__list.-col2 {
    height: 358vw;
    max-height: 1485px;
  }
  .p-gsix__area__item {
    max-width: 384px;
    width: 100%;
  }
  .p-gsix__area__item__img img {
    max-width: 384px;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .p-gsix__carousel__box {
    width: 100%;
  }
  .p-gsix__carousel__item {
    min-width: 284px;
  }
}
