@charset "UTF-8";
/*!
 * HIROGARI by C2B ASIA
 * このCSSは css/src/*.scss から自動生成されています。直接編集しないでください。
 * 変更する場合は css/src/ 配下の該当パーシャルを編集し、
 * css/build.sh を実行して再コンパイルしてください。
 */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  background: #fff;
  font-family: "Inter", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #1e1e1e;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, p {
  margin: 0;
}

button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.l-page-container {
  max-width: 1200px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 100px;
  z-index: 100;
  background: rgba(250, 250, 250, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 743px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 35px;
}
@media (max-width: 743px) {
  .l-header__inner {
    padding: 0 12px;
  }
}
.l-header__logo {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .l-header__logo {
    font-size: 32px;
  }
}
@media (max-width: 743px) {
  .l-header__logo {
    font-size: 24px;
  }
}
.l-header__actions {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.l-header__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1199px) {
  .l-header__icon-btn {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 743px) {
  .l-header__icon-btn {
    width: 32px;
    height: 32px;
  }
}
.l-header__icon-btn img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .l-header__icon-btn img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 743px) {
  .l-header__icon-btn img {
    width: 20px;
    height: 20px;
  }
}

.l-header__spacer {
  height: 100px;
}
@media (max-width: 743px) {
  .l-header__spacer {
    height: 80px;
  }
}

.l-burger-menu {
  position: fixed;
  inset: 0;
  left: auto;
  width: 420px;
  max-width: 100%;
  z-index: 200;
  overflow: hidden;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
@media (max-width: 743px) {
  .l-burger-menu {
    width: 100%;
    box-shadow: none;
  }
}
.l-burger-menu.is-open {
  transform: translateX(0);
}
.l-burger-menu__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-burger-menu__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-burger-menu__scroll {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow-y: auto;
}
.l-burger-menu__head {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 743px) {
  .l-burger-menu__head {
    height: 80px;
  }
}
.l-burger-menu__close {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
}
.l-burger-menu__close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-burger-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 13px 0;
}
.l-burger-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 67px;
  padding: 0 24px;
  font-size: 17px;
  color: #1e1e1e;
  text-align: center;
}
.l-burger-menu__section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: center;
}
.l-burger-menu__logout {
  flex: 0 0 auto;
  width: 266px;
  max-width: calc(100% - 48px);
  height: 70px;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #442559;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  color: #1e1e1e;
}

body.is-menu-open {
  overflow: hidden;
}

.p-hero__video {
  position: relative;
  width: 100%;
  aspect-ratio: 1200/675;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
@media (max-width: 1199px) {
  .p-hero__video {
    aspect-ratio: 744/418.5;
  }
}
@media (max-width: 743px) {
  .p-hero__video {
    aspect-ratio: 390/220;
  }
}
.p-hero__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hero iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
@media (max-width: 743px) {
  .p-hero__play {
    width: 56px;
    height: 56px;
  }
}
.p-hero__play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: #fff;
}
.p-hero__play-icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #1e1e1e;
}
@media (max-width: 743px) {
  .p-hero__play-icon {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }
}

.p-about {
  position: relative;
  padding: 31px 60px 16px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 743px) {
  .p-about {
    padding: 31px 0 16px;
    min-height: 450px;
  }
}
.p-about__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.p-about__logo {
  position: relative;
  z-index: 1;
  font-size: 150px;
  font-weight: 100;
  line-height: 1;
}
@media (max-width: 1199px) {
  .p-about__logo {
    font-size: 96px;
  }
}
@media (max-width: 743px) {
  .p-about__logo {
    font-size: 36px;
  }
}
.p-about__lead {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 743px) {
  .p-about__lead {
    font-size: 14px;
    padding: 0 10px;
  }
}
.p-about__nav {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 624px;
  padding: 50px 0;
}
@media (max-width: 743px) {
  .p-about__nav {
    padding: 20px 0 0;
  }
}
.p-about__nav-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 54px;
}
.p-about__nav-row li:last-child:nth-child(2) {
  grid-column: span 1;
}
.p-about__nav-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #3e3e3e;
  transition: opacity 0.2s ease;
}
@media (max-width: 743px) {
  .p-about__nav-row a {
    font-size: 14px;
  }
}
.p-about__nav-row a:hover {
  opacity: 0.6;
}
.p-about__nav-row:last-child {
  grid-template-columns: repeat(2, 1fr);
}

.p-section {
  position: relative;
  border-top: 62px solid;
  overflow: hidden;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 743px) {
  .p-section {
    border-top-width: 40px;
    min-height: 450px;
  }
}
.p-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.p-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.p-section__title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 743px) {
  .p-section__title {
    font-size: 20px;
  }
}
.p-section__lead {
  font-size: 16px;
  line-height: 1.25;
  color: #3e3e3e;
}
@media (max-width: 743px) {
  .p-section__lead {
    font-size: 14px;
  }
}
.p-section__cta {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 11px 25px 27px;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 260px;
  padding: 20px 34px;
  border-radius: 52px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 300;
  color: #3e3e3e;
  transition: transform 0.2s ease;
}
.c-btn:hover {
  transform: translateY(-2px);
}
.c-btn--news {
  background: #dee8ff;
}
.c-btn--community {
  background: #e0ffde;
}
.c-btn--shop {
  background: #fad7d7;
}
.c-btn--partner {
  background: #dbcdf9;
}
.c-btn--ptnrec {
  background: rgba(214, 251, 249, 0.95);
}
.c-btn--brand {
  background: #c6d3f1;
}
.c-btn--scene {
  background: #9260fa;
  color: #fff;
}

.p-section--news {
  border-color: #e4ecff;
}

.p-section--community {
  border-color: #ebffea;
}
.p-section--community .p-section__inner {
  min-height: 272px;
}

.p-section--shop {
  border-color: #ffe4e4;
}

.p-section--partner {
  border-color: #f1eaff;
}

.p-section--ptnrec {
  border-color: #e9fffb;
}

.p-news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-news-card {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
}
.c-news-card:hover {
  opacity: 0.85;
}
.c-news-card__body {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.c-news-card__date {
  padding: 2px 14px;
  background: #fff;
  font-size: 12px;
}
.c-news-card__cat {
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.c-news-card__headline {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 34px;
  font-size: 14px;
  text-align: center;
}
.c-news-card__thumb {
  flex: 0 0 120px;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.c-news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-shop-block {
  width: 100%;
  max-width: 966px;
  background: rgba(250, 248, 255, 0.2);
  padding: 12px 6px 28px;
}
.p-shop-block__label {
  padding: 4px;
  font-size: 16px;
  font-style: italic;
  text-align: left;
}

.p-shop-list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 1px 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.p-shop-list.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.p-shop-list::-webkit-scrollbar {
  height: 6px;
}
.p-shop-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.c-product-card {
  flex: 0 0 143px;
  width: 143px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.6);
  scroll-snap-align: start;
}
.c-product-card__photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.c-product-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-card__name {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.c-product-card__price {
  font-size: 16px;
  font-weight: 500;
}

.p-partner-grid {
  width: 100%;
  max-width: 768px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px 12px;
  padding: 0 12px;
}
@media (max-width: 743px) {
  .p-partner-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 12px 8px;
    -webkit-overflow-scrolling: touch;
  }
  .p-partner-grid::-webkit-scrollbar {
    height: 6px;
  }
  .p-partner-grid::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
  }
}

.c-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 743px) {
  .c-brand-card {
    flex: 0 0 170px;
  }
}
.c-brand-card__logo {
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-brand-card__logo img {
  width: 98px;
  height: 98px;
  object-fit: cover;
  filter: grayscale(1);
}
.c-brand-card__name {
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
}

.p-page-hero {
  position: relative;
  width: 100%;
  min-height: 220px;
  padding: 32px 24px;
  border-top: 10px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1199px) {
  .p-page-hero {
    min-height: 180px;
    padding: 28px 20px;
  }
}
@media (max-width: 743px) {
  .p-page-hero {
    min-height: 144px;
    padding: 20px 16px;
  }
}
.p-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.p-page-hero__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 600px;
}
.p-page-hero__title {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .p-page-hero__title {
    font-size: 26px;
  }
}
@media (max-width: 743px) {
  .p-page-hero__title {
    font-size: 24px;
  }
}
.p-page-hero__lead {
  font-size: 16px;
  line-height: 1.4;
  color: #3e3e3e;
}
@media (max-width: 743px) {
  .p-page-hero__lead {
    font-size: 14px;
  }
}
.p-page-hero--news {
  border-color: #c6d3f1;
}
.p-page-hero--news .p-page-hero__title {
  color: #173e99;
}
.p-page-hero--community {
  border-color: #e5ffe4;
}
.p-page-hero--community .p-page-hero__title {
  color: #3a5f38;
}
.p-page-hero--partner {
  border-color: #dfd0ff;
}
.p-page-hero--partner .p-page-hero__title {
  color: #5a36a4;
}
.p-page-hero--shop {
  border-color: #ffe0e0;
}
.p-page-hero--shop .p-page-hero__title {
  color: #a52626;
}
.p-page-hero--about {
  border-color: #fff3d6;
}
.p-page-hero--about .p-page-hero__title {
  color: #8a6d1a;
}
.p-page-hero--contact {
  border-color: #ffe4f0;
}
.p-page-hero--contact .p-page-hero__title {
  color: #b23670;
}

.p-news__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 16px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-news__cat-title {
  font-size: 24px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}

.c-cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.c-cat-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.c-cat-chip--ai-world {
  background: #72bd80;
}
.c-cat-chip--ai-china {
  background: #e2ba05;
}
.c-cat-chip--ai-japan {
  background: #ef6275;
}
.c-cat-chip--ai-news {
  background: #9260fa;
}
.c-cat-chip--tech {
  background: #ef9162;
}
.c-cat-chip--events {
  background: #5cb0bf;
}

.c-btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 65px;
  background: #3e3e3e;
  margin: 12px auto 28px;
  transition: opacity 0.2s ease;
}
.c-btn-more:hover {
  opacity: 0.8;
}
.c-btn-more__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 55px;
  border: 0.5px solid #cdcdcd;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.c-btn-more[hidden] {
  display: none;
}

.p-news-detail__meta {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
.p-news-detail__body {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 16px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.p-news-detail__title {
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
}
.p-news-detail__text {
  max-width: 600px;
  font-size: 14px;
  line-height: 20px;
  color: #1e1e1e;
  white-space: pre-line;
}

.p-community__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-page-section-title {
  width: 100%;
  padding: 28px 0;
  font-size: 24px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}

.c-community-tabs {
  display: flex;
  gap: 32px;
  width: 100%;
  padding: 12px 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
  .c-community-tabs {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.c-community-tabs::-webkit-scrollbar {
  height: 6px;
}
.c-community-tabs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.c-community-tab {
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #1e1e1e;
  font-size: 14px;
  line-height: 28px;
  color: #1e1e1e;
  white-space: nowrap;
}

.p-pr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 8px;
  width: 100%;
  padding: 12px 0;
}

.c-pr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.c-pr-card__name {
  font-size: 16px;
  line-height: 28px;
  color: #1e1e1e;
  text-align: center;
}
.c-pr-card__thumb {
  width: 100%;
  aspect-ratio: 119/179;
  overflow: hidden;
  cursor: pointer;
}
.c-pr-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-case-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 8px 0;
}

.c-case-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
}
.c-case-card__title {
  padding: 14px 0;
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;
}
.c-case-card__body {
  display: flex;
  width: 100%;
  background: #fff;
}
.c-case-card__photo {
  flex: 0 0 165px;
  width: 165px;
  height: 110px;
  overflow: hidden;
}
.c-case-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case-card__excerpt {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e;
  text-align: center;
}
.c-case-card__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  background: #5a36a4;
  border-radius: 0 0 12px 12px;
  transition: opacity 0.2s ease;
}
.c-case-card__more:hover {
  opacity: 0.85;
}
.c-case-card__more-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
  height: 55px;
  border: 0.5px solid #cdcdcd;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.p-partner__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-partner-featured {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 12px;
  width: 100%;
  padding: 12px 0;
}
@media (max-width: 743px) {
  .p-partner-featured {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-company-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 34px 0 12px;
}

.c-company-card {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
}
.c-company-card__thumb {
  flex: 0 0 120px;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.c-company-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-company-card__name {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 30px 34px;
  font-size: 24px;
  color: #1e1e1e;
  text-align: center;
}

.p-shop {
  position: relative;
}
.p-shop__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-shop__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.p-shop__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-shop-search {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 18px 16px;
}
.p-shop-search__form {
  position: relative;
  width: 100%;
}
.p-shop-search__input {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 52px 0 20px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.p-shop-search__input::placeholder {
  color: #8b8b8b;
}
.p-shop-search__input:focus {
  outline: 2px solid #9260fa;
  outline-offset: -2px;
}
.p-shop-search__icon {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e3e3e;
}

.p-shop-cat-title {
  width: 100%;
  padding: 11px 16px 9px;
  font-size: 32px;
  font-weight: 300;
  color: #1e1e1e;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}
@media (max-width: 743px) {
  .p-shop-cat-title {
    font-size: 28px;
  }
}

.p-scene-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 28px 32px;
  background: rgba(250, 248, 255, 0.2);
}
@media (max-width: 743px) {
  .p-scene-grid {
    padding: 28px 0;
  }
}

.c-scene-card {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 743px) {
  .c-scene-card {
    width: 150px;
    height: 150px;
  }
}
.c-scene-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-scene-card__label {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.c-scene-card--more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  background: #fff;
  color: #1e1e1e;
  padding: 0 0 0 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}
.c-scene-card--more span {
  display: block;
}

.p-feature-list {
  display: flex;
  width: 100%;
  gap: 12px;
  overflow-x: auto;
  padding: 1px 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.p-feature-list.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.p-feature-list::-webkit-scrollbar {
  height: 6px;
}
.p-feature-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.c-feature-card {
  flex: 0 0 143px;
  width: 143px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 30px 0;
  scroll-snap-align: start;
}
.c-feature-card__photo {
  display: block;
  width: 120px;
  height: 156px;
  overflow: hidden;
}
.c-feature-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-feature-card__name {
  display: block;
  font-size: 12px;
  color: #1e1e1e;
  text-align: center;
}

.p-shop-brand-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 28px 0;
  background: rgba(250, 248, 255, 0.2);
}

.p-cart__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px 24px;
}

.p-cart-list {
  width: 100%;
}

.c-cart-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 168px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.c-cart-item__photo {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.c-cart-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cart-item__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 118px;
}
.c-cart-item__name, .c-cart-item__price {
  font-size: 16px;
  color: #1e1e1e;
  text-align: center;
}
.c-cart-item__qty {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 3px;
}
.c-cart-item__qty-btn {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
.c-cart-item__qty-btn img {
  width: 100%;
  height: 100%;
}
.c-cart-item__qty-num {
  display: inline-block;
  width: 39px;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
}

.p-cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 13px 0;
}
.p-cart-summary__total-label {
  font-size: 14px;
  color: #3e3e3e;
  text-align: center;
}
.p-cart-summary__total-value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  color: #9260fa;
}

.c-btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 170px;
  height: 47px;
  background: #9260fa;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 0.5px solid #cdcdcd;
}

.p-item {
  position: relative;
}
.p-item__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.p-item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-item__inner {
  max-width: 600px;
  margin: 0 auto;
}

.p-item-title {
  width: 100%;
  padding: 18px 31px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}
.p-item-title__brand {
  font-size: 14px;
  color: #3e3e3e;
}
.p-item-title__name {
  font-size: 32px;
  font-weight: 300;
  color: #1e1e1e;
}
.p-item-title__price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 22px;
  color: #1e1e1e;
}
.p-item-title__price small {
  font-size: 12px;
}

.p-item-gallery {
  width: 100%;
  background: rgba(250, 248, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
  padding: 30px 0 28px;
}
.p-item-gallery__main {
  width: 338px;
  height: 338px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.p-item-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-item-gallery__thumbs {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-item-thumb {
  display: block;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: pointer;
}
.c-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-item-desc {
  width: 100%;
  background: rgba(250, 248, 255, 0.2);
  padding: 28px 34px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.p-item-desc__label {
  align-self: flex-start;
  margin-left: -14px;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}
.p-item-desc__text {
  font-size: 14px;
  line-height: 1.43;
  color: #1e1e1e;
}
.p-item-desc__text p {
  margin: 0 0 1em;
}
.p-item-desc__text p:last-child {
  margin-bottom: 0;
}

.p-item-recommend {
  width: 100%;
  background: rgba(250, 248, 255, 0.2);
  padding: 12px 0 28px;
}
.p-item-recommend__label {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}
.p-item-recommend__list {
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 1px 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-recommend-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 0 0 143px;
  width: 143px;
  padding: 30px 0;
}
.c-recommend-card__photo {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.c-recommend-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-recommend-card__name, .c-recommend-card__price {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
}

body.has-buy-bar {
  padding-bottom: 110px;
}

.p-item-buy-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: center;
  z-index: 150;
}

.c-btn-buy {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  white-space: nowrap;
  border-radius: 76px;
  background: rgba(146, 96, 250, 0.8);
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease;
}
.c-btn-buy.is-added {
  background: rgba(96, 200, 120, 0.9);
}
.c-btn-buy__price {
  font-size: 16px;
}
.c-btn-buy__price small {
  font-size: 14px;
  margin-left: 2px;
}
.c-btn-buy__label {
  font-size: 16px;
  font-style: italic;
}

.p-brand-recruit {
  width: 100%;
  background: rgba(250, 248, 255, 0.2);
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-brand-recruit__title {
  padding: 15px 0;
  font-size: 28px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
.p-brand-recruit__text {
  padding: 0 34px;
  font-size: 14px;
  line-height: 1.4;
  color: #1e1e1e;
}
.p-brand-recruit__text p {
  margin: 0 0 1em;
}
.p-brand-recruit__text p:last-child {
  margin-bottom: 0;
}
.p-brand-recruit .c-btn {
  width: 50%;
}

.p-brand-list-block {
  width: 100%;
  background: rgba(250, 248, 255, 0.2);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-brand-list-block__title {
  font-size: 28px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}

.p-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 36px;
  width: 100%;
  padding: 0 36px;
}
@media (max-width: 743px) {
  .p-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-brand-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
}
.c-brand-tile__image {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-brand-tile__image img {
  width: 55%;
  height: 55%;
  object-fit: contain;
  mix-blend-mode: luminosity;
}
.c-brand-tile__name {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
}

.p-checkout-address {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 17px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-checkout-address__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px;
}
.p-checkout-address__title {
  font-size: 22px;
  font-weight: 400;
  color: #1e1e1e;
}
.p-checkout-address__edit {
  font-size: 12px;
  color: #1e1e1e;
  text-decoration: underline;
}
.p-checkout-address__box {
  width: 100%;
  max-width: 322px;
  border: 0.3px solid #1e1e1e;
  padding: 12px 24px 12px 16px;
  background: #fff;
}

.c-address-detail {
  width: 100%;
  font-size: 12px;
  color: #1e1e1e;
}
.c-address-detail__row {
  display: flex;
  gap: 8px;
  padding: 2px 0;
}
.c-address-detail__row dt {
  flex: 0 0 auto;
  min-width: 78px;
  margin: 0;
  white-space: nowrap;
}
.c-address-detail__row dt::after {
  content: "：";
}
.c-address-detail__row dd {
  margin: 0;
  white-space: nowrap;
}

.p-checkout-confirm {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 17px 26px;
}
.p-checkout-confirm__title {
  font-size: 22px;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 4px;
}

.c-checkout-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 102px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.c-checkout-item__photo {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.c-checkout-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-checkout-item__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 118px;
}
.c-checkout-item__name, .c-checkout-item__price {
  font-size: 16px;
  color: #1e1e1e;
  text-align: center;
}
.c-checkout-item__qty {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
}

.p-checkout-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0 13px 20px;
}
.p-checkout-summary__total {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.p-checkout-summary__total-label {
  font-size: 16px;
  color: #3e3e3e;
}
.p-checkout-summary__total-value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 32px;
  font-weight: 500;
  color: #9260fa;
}

.p-checkout-points {
  width: 100%;
  max-width: 390px;
  background: #fff;
  padding: 22px 45px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.p-checkout-points__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 14px;
  color: #1e1e1e;
}
.p-checkout-points__row span:last-child {
  font-size: 20px;
  font-weight: 500;
}
.p-checkout-points__row--balance {
  font-size: 16px;
}
.p-checkout-points__row--balance span:last-child {
  font-size: 24px;
  font-weight: 500;
}
.p-checkout-points__divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 4px 0;
}

.c-btn-confirm-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 67px;
  background: #9260fa;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  border: 0.5px solid #cdcdcd;
}

.p-thanks {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 40px;
}
.p-thanks__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.p-thanks__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-thanks-title {
  width: 100%;
  max-width: 390px;
  padding: 11px 31px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}
.p-thanks-title__icon {
  width: 100px;
  height: 100px;
}
.p-thanks-title__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-thanks-title__heading {
  font-size: 57px;
  font-weight: 400;
  color: #9260fa;
  text-align: center;
  letter-spacing: -0.25px;
}

.p-thanks-order {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 20px;
}

.c-thanks-order-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-thanks-order-detail__row {
  display: flex;
  gap: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
}
.c-thanks-order-detail__row dt {
  flex: 0 0 auto;
  min-width: 116px;
  margin: 0;
  text-align: right;
}
.c-thanks-order-detail__row dt::after {
  content: "：";
  margin-left: 4px;
}
.c-thanks-order-detail__row dd {
  margin: 0;
  min-width: 108px;
}

.p-thanks-message {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #1e1e1e;
  text-align: center;
}

.p-category-hero {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.p-category-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-category-hero__label {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.p-category-desc {
  width: 100%;
  background: rgba(250, 248, 255, 0.2);
  padding: 28px 34px;
  display: flex;
  justify-content: center;
}
.p-category-desc__text {
  max-width: 480px;
  font-size: 14px;
  line-height: 1.4;
  color: #1e1e1e;
}
.p-category-desc__text p {
  margin: 0 0 1em;
}
.p-category-desc__text p:last-child {
  margin-bottom: 0;
}

.p-product-list-block {
  width: 100%;
  background: rgba(250, 248, 255, 0.2);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-product-list-block__title {
  align-self: flex-start;
  margin-left: 36px;
  font-size: 28px;
  font-weight: 400;
  color: #1e1e1e;
}

.p-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 36px;
  width: 100%;
  padding: 0 36px;
}
@media (max-width: 743px) {
  .p-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-product-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
}
.c-product-tile__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.c-product-tile__image {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-product-tile__image img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  mix-blend-mode: luminosity;
}
.c-product-tile__name {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
}
.c-product-tile__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
  color: #1e1e1e;
}
.c-product-tile__price strong {
  font-size: 16px;
  font-weight: 600;
}
.c-product-tile__cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #3e3e3e;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: background 0.2s ease;
  cursor: pointer;
}
.c-product-tile__cart-btn.is-added {
  background: #72bd80;
}

.p-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
  gap: 12px;
  width: 100%;
  padding: 0 6px 20px;
}
@media (max-width: 1199px) {
  .p-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 743px) {
  .p-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-legal {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-legal-updated {
  font-size: 12px;
  color: #3e3e3e;
  text-align: right;
  margin-top: -16px;
}

.p-legal-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-legal-section__title {
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
.p-legal-section__body {
  font-size: 14px;
  line-height: 1.8;
  color: #1e1e1e;
}
.p-legal-section__body p {
  margin: 0 0 0.75em;
}
.p-legal-section__body p:last-child {
  margin-bottom: 0;
}
.p-legal-section__body ul, .p-legal-section__body ol {
  margin: 0 0 0.75em;
  padding-left: 1.4em;
}
.p-legal-section__body ul {
  list-style: disc;
}
.p-legal-section__body ol {
  list-style: decimal;
}
.p-legal-section__body li {
  margin-bottom: 0.25em;
}

.c-legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.c-legal-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-legal-table th, .c-legal-table td {
  padding: 12px 8px;
  text-align: left;
  vertical-align: top;
}
.c-legal-table th {
  width: 160px;
  font-weight: 500;
  color: #3e3e3e;
  white-space: nowrap;
}
.c-legal-table td {
  color: #1e1e1e;
  line-height: 1.7;
}
@media (max-width: 743px) {
  .c-legal-table th, .c-legal-table td {
    display: block;
    width: 100%;
    padding: 4px 8px;
  }
  .c-legal-table th {
    padding-top: 12px;
  }
  .c-legal-table td {
    padding-bottom: 12px;
  }
}

.p-mypage {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 60px 22px 80px;
}
.p-mypage__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.p-mypage__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mypage__name {
  font-size: 32px;
  font-weight: 400;
  color: #1e1e1e;
}

.c-point-card {
  position: relative;
  width: 284px;
  max-width: 100%;
  height: 181px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: rgba(146, 96, 250, 0.43);
  color: #fff;
}
.c-point-card__bg {
  position: absolute;
  inset: 0;
  opacity: 0.9;
}
.c-point-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-point-card__brand {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-point-card__logo {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 30px;
  height: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-point-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-point-card__body {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 10px;
}
.c-point-card__label {
  font-size: 13px;
  letter-spacing: 1.3px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-point-card__points {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 32px;
  letter-spacing: 0.96px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.c-point-card__points small {
  font-size: 24px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-point-card__id {
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: 1.1px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.p-mypage-slots {
  width: 100%;
}
.p-mypage-slots__label {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 26px;
}
.p-mypage-slots__row {
  display: flex;
  justify-content: center;
  gap: 45px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px 31px;
}

.c-slot {
  width: 60px;
  height: 60px;
  border-radius: 48px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background: #6155f5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-slot.is-inactive {
  background: rgba(169, 170, 171, 0.2);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.6);
}

.c-btn-mypage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 308px;
  padding: 20px 24px;
  border-radius: 52px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 300;
  color: #1e1e1e;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.c-btn-mypage:hover {
  background: rgba(255, 255, 255, 0.85);
}
.c-btn-mypage--sm {
  font-size: 22px;
  padding: 20px 16px;
}

.p-login {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 16px;
  overflow: hidden;
}
.p-login__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.p-login__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}
.p-login__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
}
.p-login__copyright {
  position: relative;
  font-size: 7px;
  color: #666;
  text-align: center;
}

.c-login-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 28px;
  padding: 25px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.c-login-card__logo {
  width: 55px;
  height: 55px;
}
.c-login-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-login-card__signup {
  font-size: 12px;
  color: #6c7278;
  text-align: center;
}
.c-login-card__signup a {
  font-weight: 600;
  color: #4d81e7;
  margin-left: 4px;
}
.c-login-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1e;
}
.c-login-card__desc {
  font-size: 14px;
  font-weight: 300;
  color: #1e1e1e;
  text-align: center;
  line-height: 1.4;
}
.c-login-card__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-login-card__field {
  position: relative;
  width: 100%;
}
.c-login-card__field input {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #edf1f3;
  background: #fff;
  padding: 0 14px;
  font-family: inherit;
  font-size: 14px;
  color: #1a1c1e;
  box-shadow: 0 1px 2px rgba(228, 229, 231, 0.24);
}
.c-login-card__field input::placeholder {
  color: #acb5bb;
}
.c-login-card__field input:focus {
  outline: 2px solid #9260fa;
  outline-offset: -2px;
}
.c-login-card__field:has(.c-login-card__eye) input {
  padding-right: 40px;
}
.c-login-card__field--code {
  display: flex;
  align-items: center;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #edf1f3;
  background: #fff;
  box-shadow: 0 1px 2px rgba(228, 229, 231, 0.24);
  overflow: hidden;
}
.c-login-card__field--code input {
  flex: 1 0 0;
  min-width: 0;
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.c-login-card__code {
  flex: 0 0 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(102, 102, 102, 0.4);
  color: #000;
  font-size: 14px;
  letter-spacing: -1.5px;
}
.c-login-card__eye {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.c-login-card__eye img {
  width: 100%;
  height: 100%;
}
.c-login-card__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-login-card__remember {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #6c7278;
  cursor: pointer;
}
.c-login-card__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: url("/images/icons/icon-checkbox.svg") center/contain no-repeat;
  cursor: pointer;
}
.c-login-card__checkbox:checked {
  background-image: url("/images/icons/icon-checkbox.svg"), linear-gradient(#9260fa, #9260fa);
  background-size: 12px, cover;
  background-repeat: no-repeat, no-repeat;
}
.c-login-card__forgot {
  font-size: 12px;
  font-weight: 600;
  color: #4d81e7;
  text-align: right;
}

.c-btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #9260fa;
  box-shadow: 0 1px 2px rgba(37, 62, 167, 0.48), 0 0 0 1px #375dfb;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.c-btn-login:hover {
  opacity: 0.9;
}

.p-qr {
  position: relative;
}
.p-qr__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.p-qr__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-qr-card {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 4px 24px;
}
.c-qr-card__frame {
  padding: 6px;
  background: #9260fa;
}
.c-qr-card__inner {
  width: 150px;
  height: 150px;
  padding: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-qr-card__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-contact-form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c-contact-form__field label {
  font-size: 13px;
  font-weight: 500;
  color: #1e1e1e;
}
.c-contact-form__field label .c-contact-form__required {
  color: #d33;
  margin-left: 2px;
}
.c-contact-form__field input,
.c-contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  color: #1e1e1e;
  background: #fff;
}
.c-contact-form__field input::placeholder,
.c-contact-form__field textarea::placeholder {
  color: #acb5bb;
}
.c-contact-form__field input:focus,
.c-contact-form__field textarea:focus {
  outline: 2px solid #9260fa;
  outline-offset: -2px;
}
.c-contact-form__field textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}
.c-contact-form__note {
  font-size: 12px;
  color: #3e3e3e;
  line-height: 1.6;
}

.c-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #9260fa;
  box-shadow: 0 1px 2px rgba(37, 62, 167, 0.48), 0 0 0 1px #375dfb;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.c-btn-submit:hover {
  opacity: 0.9;
}
.c-btn-submit:disabled {
  opacity: 0.5;
  cursor: default;
}

.c-contact-success {
  display: none;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.c-contact-success.is-visible {
  display: flex;
}
.c-contact-success__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #9260fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact-success__icon img {
  width: 26px;
  height: 26px;
}
.c-contact-success__title {
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
}
.c-contact-success__text {
  font-size: 14px;
  line-height: 1.6;
  color: #3e3e3e;
}

.c-address-form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 24px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-address-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c-address-form__field label {
  font-size: 13px;
  font-weight: 500;
  color: #1e1e1e;
}
.c-address-form__field input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  color: #1e1e1e;
  background: #fff;
}
.c-address-form__field input::placeholder {
  color: #acb5bb;
}
.c-address-form__field input:focus {
  outline: 2px solid #9260fa;
  outline-offset: -2px;
}
.c-address-form__row {
  display: flex;
  gap: 12px;
}
.c-address-form__row .c-address-form__field {
  flex: 1 0 0;
  min-width: 0;
}

.p-subpage-head {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 11px 31px 9px 15px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}
.p-subpage-head__back {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.p-subpage-head__back img {
  width: 100%;
  height: 100%;
}
.p-subpage-head__title {
  font-size: 24px;
  font-weight: 400;
  color: #1e1e1e;
}
@media (max-width: 743px) {
  .p-subpage-head__title {
    font-size: 20px;
  }
}

.c-pr-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: calc(100px + 30px) 16px 30px;
  overflow-y: auto;
  background: rgba(241, 241, 241, 0.72);
}
@media (max-width: 743px) {
  .c-pr-modal {
    padding-top: calc(80px + 20px);
  }
}
.c-pr-modal.is-open {
  display: flex;
}
.c-pr-modal__inner {
  position: relative;
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}
.c-pr-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.c-pr-modal__close img {
  width: 100%;
  height: 100%;
}
.c-pr-modal__title {
  font-size: 24px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
}
.c-pr-modal__video {
  position: relative;
  width: 100%;
  aspect-ratio: 315/477;
  max-height: 70vh;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.c-pr-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.c-pr-modal__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pr-modal__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.c-pr-modal__play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: #fff;
}
.c-pr-modal__play-icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #1e1e1e;
}

.p-news-video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media (max-width: 743px) {
  .p-news-video-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
}

.c-news-video-card {
  flex: 0 0 calc((100% - 32px) / 3);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .c-news-video-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (max-width: 743px) {
  .c-news-video-card {
    flex: 0 0 220px;
  }
}
.c-news-video-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #3e3e3e;
  cursor: pointer;
}
.c-news-video-card__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-news-video-card__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.c-news-video-card__cat {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
}
.c-news-video-card__duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}
.c-news-video-card__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.c-news-video-card__play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #fff;
}
.c-news-video-card__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  color: #1e1e1e;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-news-video-card--static .c-news-video-card__play-icon, .c-news-video-card--static .c-news-video-card__duration {
  display: none;
}

.c-news-video-more {
  flex: 0 0 calc((100% - 32px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background: rgba(146, 96, 250, 0.08);
  border: 1px solid rgba(146, 96, 250, 0.3);
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.2s ease;
}
.c-news-video-more:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .c-news-video-more {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media (max-width: 743px) {
  .c-news-video-more {
    flex: 0 0 160px;
  }
}

.l-footer {
  background: #666;
  color: #fff;
  padding: 16px 0 12px;
  text-align: center;
}
.l-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 7px 5px;
}
.l-footer__logo p {
  font-size: 20px;
}
.l-footer__logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.l-footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 40px;
}
.l-footer__links a {
  font-size: 13px;
  transition: opacity 0.2s ease;
}
.l-footer__links a:hover {
  opacity: 0.7;
}
.l-footer__copyright {
  font-size: 7px;
  padding-top: 8px;
}

/*# sourceMappingURL=site.css.map */
