@charset "UTF-8";
:root {
  --base-black: #4f4f4f;
  --base-gray: #eef0f3;
  --base-lightGray: #fdfdfd;
  --base-grayBlue: #97a5b5;
  --base-white: #ffffff;
  --base-lightBlue: #81d8d0;
  --base-red: #f53662;
  --base-lightPink: #f53561;
  --base-peach: #ec73b2;
  --base-brown: #8c4239;
  --base-darkGray: #97a5b5;
  --base-darkBlueGray: #98a6b5;
  --base-inputGray: #cdd6dd;
  --text-black1: #4f4f4f;
  --text-white: #ffffff;
  --text-lightBlue: #81d8d0;
  --text-red: #f53662;
  --text-peach: #ec73b2;
  --text-brown: #8c4239;
  --text-lightPink: #f53561;
  --base-bgBeige: #faf8f5;
  --base-bgLinearTop: #fafcfb;
  --base-darkText: #333;
  --base-mediumText: #555;
  --base-borderGray: #ccc;
  --base-lightBg: #f5f5f5;
  --base-darkGreen: #003032;
  --base-greenAccent: #5eada5;
  --base-purple: #6c5ce7;
  --base-darkPurple: #5b4bc4;
  --base-navy: #1a1a2e;
  --base-borderLight: #e0e0e0;
  --base-borderLightGray: #eee;
  --base-successGreen: #4cc764;
  --intro-border: #e5e7eb;
  --intro-darkGreen: #4e6269;
  --intro-cyan: #5fced8;
  --intro-borderSage: #a6bdc2;
  --intro-lightBg: #f3f4f6;
  --intro-darkText: #314348;
  --intro-yellow: #ffff00;
  --intro-midGreen: #4d6369;
  --base-mintBorder: #e6eeee;
  --base-lightGrayBorder: #eaeaea;
  --base-nearWhiteBg: #f9fbfb;
  --base-paleTealBg: #eaf4f6;
  --base-tealBg: #eaeff0;
  --base-lightMintBorder: #c8ebe9;
  --base-mintBg: #e8f8f7;
  --base-paleMintBg: #e8f5f5;
  --base-borderCard: #e8ecf0;
  --base-lightBorder: #ddd;
  --base-cardBorder: #dbdbdb;
  --base-midGray: #aaa;
  --base-mutedText: #999;
  --base-darkCharcoal: #444;
  --base-midCharcoal: #666;
  --base-slateGray: #6b7280;
  --base-coolGray: #9ca3af;
  --base-paleGray: #f0f0f0;
  --base-hoverGray: #f0f1f3;
  --base-teal: #3bb8b8;
  --base-softTeal: #7ecfcf;
  --base-mediumTeal: #5cc4bb;
  --base-mediumTealDark: #4ab3aa;
  --base-lightTeal: #a8e8e2;
  --base-lightTealScrollTrack: #e8f7f6;
  --base-darkTeal: #1a6b6b;
  --base-lightCyan: #e6faf8;
  --base-googleBlue: #6186ec;
  --base-googleRed: #cd523f;
  --base-googleYellow: #eabe43;
  --base-googleGreen: #63a45d;
  --base-googleStar: #fbbc04;
  --base-googleBadge: #1a73e8;
  --base-googleBadgeHover: #1557b0;
  --base-alertRed: #ff4d5a;
  --base-pink: #e8527a;
  --base-nearBlack: #1a1a1a;
  --base-pureBlack: #000000;
  --fs-3xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-2xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-sm2: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-lg2: 1.375rem;
  --fs-xl: 1.5rem;
  --fs-xl2: 1.75rem;
  --fs-2xl: 1.875rem;
  --fs-2xl2: 2rem;
  --fs-3xl: 2.25rem;
  --fs-4xl: 2.5rem;
  --fs-4xl2: 2.625rem;
  --fs-5xl: 3rem;
  --fs-6xl: 3.75rem;
  --fs-7xl: 4rem;
  --fs-8xl: 4.5rem;
  --fs-9xl: 5rem;
  --fs-display: 6.25rem;
  --font-outfit: Outfit;
  --font-zen: Zen Kaku Gothic New;
}

.p-point__banner .c-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__content01,
.p-point__content02 {
  padding: 100px 0;
}

.p-point__content01 {
  background-image: url("../img/family/bg_family_content1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7rem;
}

.p-point__content01-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.p-point__content02-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 77px;
}

.p-point__item01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}

.p-point__content02 .c-section__stack-50 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-point__content01-inner h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--base-lightBlue);
}

.p-point__content02 {
  background-image: linear-gradient(to right, #eff3f6, #b5ece9 50%, #97e8e1);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.p-point__item-summary {
  padding: 75px 30px 33px 30px;
  background-color: var(--base-white);
  position: relative;
  width: 100%;
}

.p-point__item-summary-left,
.p-point__item-summary-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-point__item-summary--last {
  padding-bottom: 33px;
}

.p-point__item-summary-left,
.p-hospitality__item_wrapper {
  list-style: none;
}

.p-point__item01 > .p-point__item-summary-left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-point__item-summary-right {
  width: calc(100% - 60px);
}

.p-point__item-summary-right > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-point__item-summary-right .c-card-white-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-point__table-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.p-point__table {
  width: 100%;
  border-collapse: collapse;
}

.p-point__content01-inner p:first-child {
  line-height: 30px;
}

.p-point__table-th {
  text-align: left;
  padding: 25px 0px 12px 0px;
  color: var(--text-lightBlue);
  font-weight: 700;
  border-bottom: 1px solid var(--base-mintBorder);
  font-size: var(--fs-base);
  text-wrap: nowrap;
  vertical-align: bottom;
}
.p-point__table-th:last-child {
  padding-left: 20px;
}

.p-point__table-td {
  padding: 12px 0px;
  border-bottom: 1px solid var(--base-lightGrayBorder);
  font-size: var(--fs-base);
  font-weight: 500;
}

.p-point__table-row:hover {
  background: var(--base-nearWhiteBg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-point__table-td--first {
  width: 320px;
  border-right: 1px solid var(--base-lightGrayBorder);
}

.p-point__table-td--last {
  text-align: left;
  padding-left: 20px;
}

.p-point__ribbon {
  position: absolute;
  top: -120px;
  z-index: 1;
  right: -190px;
  width: 100%;
}

.p-point__sticker1 {
  margin-left: 20px;
  top: 30px;
}

.p-point__sticker2 {
  margin-right: 60px;
  top: 35px;
}

.p-point__item-summary--warn {
  padding: 60px 30px 33px 30px;
}

.p-point__item-summary--warn ul {
  margin-left: 0;
  margin-right: 20px;
  margin-top: 15px;
}

.p-point__warn-item {
  list-style: none;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.8;
}

.p-point__warn-item::before {
  content: "●";
  font-size: var(--fs-xs);
  color: var(--base-lightBlue);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2.6;
}

.p-point__warn-item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-point__warn-item a:hover {
  opacity: 0.6;
}

.p-recommended {
  background-image: url("../img/point-redemption/bg_recommended.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding: 100px 0;
  overflow: hidden;
}

.p-recommended__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.p-recommended__body {
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
}

.p-recommended__body .swiper {
  overflow: visible;
}

.p-recommended .c-topic-slider__track {
  margin-left: 0;
}

.p-recommended .c-topic-buttons-container {
  padding-left: 32px;
}

.p-recommended__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.p-recommended .c-btn--red {
  padding: 10px 24px;
}

.p-hospitality__container .c-flex-row-centered-10 {
  gap: 30px;
}

.p-hospitality {
  width: 100%;
  padding: 100px 0;
  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;
  background-image: url("../img/point-redemption/bg_hospitality.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.p-hospitality__ribbon {
  position: absolute;
  top: -2rem;
  right: -5%;
  width: 100%;
  max-width: 1400px;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-hospitality__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.p-hospitality__item_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
}

.p-hospitality__item {
  background-color: var(--base-white);
  width: 100%;
}

.p-hospitality__item p:not(.c-card-label) {
  text-align: center;
  padding: 20px;
  line-height: 2em;
}

.p-hospitality__title {
  font-size: var(--fs-xl);
  font-weight: 700;
}

.p-hospitality__item .c-card-label--block {
  font-size: var(--fs-lg);
}

.p-hospitality__rank--general .c-card-label {
  background-color: var(--base-grayBlue);
}

.p-hospitality__rate {
  color: var(--text-lightPink);
  font-weight: 700;
}

.p-point__hospitality-desc {
  line-height: 2em;
}

.p-point__item-text {
  line-height: 30px;
}

@media (max-width: 1200px) {
  .p-point__item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-point__item-summary-right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-point__content01-inner .c-flex-gap-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-point__content01-img {
    width: 100%;
  }
  .p-point__content01-inner p {
    line-height: 30px;
  }
  .p-point__content01-inner .c-flex-gap-4 {
    gap: 0px;
  }
  .p-point__item-summary-left {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .p-hospitality__item_wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-point__content01 {
    background-image: url("../img/common/bg_white_pattern.webp");
    background-position: 0% -170%;
  }
  .p-point__content01,
  .p-point__content02 {
    padding: 2rem 0 50px;
  }
  .p-point__content02-inner {
    gap: 1.5rem;
  }
  .p-recommended__inner {
    gap: 1.5rem;
  }
  .p-point__item-summary {
    padding: 60px 15px 20px 15px;
  }
  .c-card-white-content {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .p-point__item-summary--warn {
    padding: 60px 15px 20px 15px;
  }
  .p-point__warn-item {
    line-height: 2;
  }
  .p-point__item-summary--warn ul {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
  }
  .p-point__table-td--first {
    width: 50%;
  }
  .p-point__table-td--last {
    width: 50%;
  }
  .p-point__content02-inner .c-section__stack-50 {
    gap: 20px;
  }
  .p-recommended {
    padding: 50px 0;
  }
  .p-recommended__body {
    margin-left: 0;
    margin-right: 0;
  }
  .p-recommended .c-topic-buttons-container {
    padding-left: 20px;
  }
  .p-recommended .c-section-header__text {
    font-size: var(--fs-5xl);
  }
  .p-recommended .swiper-wrapper {
    padding: 0;
  }
  .p-hospitality {
    padding: 50px 0;
    background-image: linear-gradient(to right, #eff3f6, #b5ece9 50%, #97e8e1);
  }
  .p-hospitality__ribbon {
    width: 100%;
    max-width: none;
    top: -1rem;
    right: -10%;
  }
  .p-hospitality__container {
    gap: 30px;
  }
  .p-hospitality__container .c-flex-col-start-62,
  .p-hospitality__container .c-flex-col-start-60 {
    gap: 40px;
  }
  .p-hospitality__item_wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .p-hospitality .c-flex-gap-30 {
    gap: 15px;
  }
  .p-hospitality__img {
    width: 50px;
  }
  .p-hospitality__title {
    font-size: var(--fs-lg);
  }
  section.u-relative.p-point__onlineshop-section {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .p-point__table-th {
    text-wrap: wrap;
    line-height: 30px;
    text-align: left;
    padding-top: 0;
  }
}/*# sourceMappingURL=point-redemption.css.map */
