@charset "UTF-8";
/* ============ 클라이언트별 섹션 스타일은 아래에 추가 ============ */
.main {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

/* ===== 메인 비주얼 (영상 배경 + 타이핑 카피) ===== */
.mv {
  width: 100%;
}

.mv_video {
  width: 100%;
  height: 42vw;
  object-fit: cover;
  display: block;
}

.mv_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(5, 19, 11, 0.25) 0%, rgba(5, 19, 11, 0.1) 45%, rgba(5, 19, 11, 0.45) 100%);
  text-align: center;
  color: var(--white);
}

.mv_sub {
  font-family: var(--mf);
  font-weight: 500;
  font-size: 1.47vw;
  line-height: 1.5;
  letter-spacing: var(--ls-body);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(0.6vw);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.mv_sub.is-on {
  opacity: 1;
  transform: translateY(0);
}

.mv_title {
  margin-top: 1.99vw;
  font-family: var(--sf);
  font-weight: 700;
  font-style: normal;
  font-size: 7.93vw;
  line-height: 1.1;
  letter-spacing: var(--ls-title);
  white-space: nowrap;
  display: block;
  min-height: 1.1em;
}

.mv_type {
  font: inherit;
}

.mv_it {
  font-style: italic;
} /* PSD fauxItalic 구간 — state1 "BLOOM" / state2 "BLOOMY " */
/* ===== ACON02: sticky scroll cards ===== */
.con1 {
  background: #05130b;
  justify-content: flex-start;
  align-items: center;
}

.a02_pin_stage {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  background: #05130b;
  z-index: 9;
}

.con1 img {
  display: block;
  width: 100%;
}

.a02_title_begin_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12.860892vw;
  align-self: center;
  width: calc(var(--px) * 651);
  aspect-ratio: 651/185;
}

.a02_subcopy {
  margin-top: 3.727034vw;
  align-self: center;
  font-family: var(--mf);
  font-size: 1.259843vw;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.a02_subcopy span {
  font-weight: 500;
}

.a02_subcopy strong {
  font-weight: 800;
}

.a02_title_listen_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.099738vw;
  align-self: center;
  width: calc(var(--px) * 679);
  aspect-ratio: 679/185;
}

.a02_scroll_card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 400);
  aspect-ratio: 400/533;
  will-change: transform, opacity;
}

.a02_scroll_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a02_scroll_card .pc-mobile {
  display: block !important;
}

.a02_scroll_card .mobile-pc {
  display: none !important;
}

.a02_card_lifting_left_top {
  top: 45.249344vw;
  left: 20.524934%;
}

.a02_card_skin_right_top {
  top: 41.154856vw;
  left: 58.740157%;
}

.a02_card_diet_right_bottom {
  top: 73.28084vw;
  left: 62.047244%;
}

.a02_card_iv_left_bottom {
  top: 79.580052vw;
  left: 27.664042%;
}

/* ===== ACON03: Step into Bloomy ===== */
.con2 {
  background-color: #000000;
  background-image: url("/images/acon03_01.png");
  background-repeat: no-repeat;
  background-size: 100.787402vw auto;
  background-position: center -14.698163vw;
  justify-content: flex-start;
  align-items: center;
}

.con2 img {
  display: block;
  width: 100%;
}

.a03_subcopy {
  margin-top: 18.792651vw;
  align-self: center;
  font-family: var(--mf);
  font-size: 1.259843vw;
  line-height: 1.417;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.a03_subcopy span {
  font-weight: 500;
}

.a03_subcopy strong {
  font-weight: 800;
}

.a03_title_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.83643vw;
  align-self: center;
  width: calc(var(--px) * 958);
  aspect-ratio: 958/136;
  padding-bottom: 17.661417vw;
}

/* ===== ACON04: latest main_menu background ===== */
.con4 {
  background-color: #05130b;
  background-image: var(--acon04-bg, url("/images/acon04_02.png"));
  background-position: center top;
  background-size: 100.787402vw auto;
  background-repeat: no-repeat;
  justify-content: flex-start;
  align-items: center;
}

.con4 img {
  display: block;
  width: 100%;
}

.a04_title_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.089239vw;
  align-self: center;
  width: calc(var(--px) * 2057);
  aspect-ratio: 2057/223;
}

.a04_copy {
  font-family: var(--mf);
  font-size: 1.049869vw;
  line-height: 1.7;
  letter-spacing: -0.025em;
  color: #5b554f;
  text-align: right;
  white-space: nowrap;
}

.a04_copy + .a04_copy {
  margin-top: 3.57vw;
}

.a04_copy_area {
  margin-top: 6.036745vw;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 41.511811%;
  padding-bottom: 15.538058vw;
}

.a04_copy span {
  font-weight: 500;
}

.a04_copy strong {
  font-weight: 800;
}

/* ===== ACON05: The Bloomy Special (5 카드 그리드) ===== */
.con5 {
  background: #05130b;
  justify-content: flex-start;
  align-items: center;
}

.con5 img {
  display: block;
  width: 100%;
}

.a05_eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8.55643vw;
  align-self: center;
  width: calc(var(--px) * 91);
  aspect-ratio: 91/25;
}

.a05_title_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.367454vw;
  align-self: center;
  width: calc(var(--px) * 766);
  aspect-ratio: 766/97;
}

.a05_sub {
  margin-top: 1.049869vw;
  align-self: center;
  text-align: center;
  font-family: var(--mf);
  font-weight: 500;
  font-size: 1.049869vw;
  line-height: 1.7;
  letter-spacing: -0.025em;
  color: #ffffff;
  white-space: nowrap;
}

.a05_grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.35958vw;
  align-self: center;
  width: 100%;
  padding-bottom: 4.041995vw;
}

.a05_row1,
.a05_row2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.a05_row1 {
  gap: 1.207349vw;
}

.a05_row2 {
  margin-top: 2.782152vw;
  gap: 2.204724vw;
}

.a05_card1,
.a05_card2,
.a05_card3,
.a05_card4,
.a05_card5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a05_card1 {
  width: 21.154856%;
}

.a05_card2,
.a05_card3,
.a05_card4,
.a05_card5 {
  width: 21.207349%;
}

.a05_card1_thumb,
.a05_card2_thumb,
.a05_card3_thumb,
.a05_card4_thumb,
.a05_card5_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 400);
  aspect-ratio: 400/516;
  overflow: hidden;
  border-radius: 1.049869vw;
}

.a05_card1_thumb {
  background: #000000;
}

.a05_card2_thumb {
  background: #05130b;
}

.a05_card3_thumb {
  background: #ffffff;
}

.a05_card4_thumb {
  background: #ffffff;
}

.a05_card5_thumb {
  background: #0e1220;
}

.a05_card1_head,
.a05_card2_head,
.a05_card3_head,
.a05_card4_head,
.a05_card5_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.944882vw;
}

.a05_card1_head {
  padding-left: 3.970223%;
  padding-right: 5.955335%;
}

.a05_card2_head,
.a05_card3_head,
.a05_card4_head,
.a05_card5_head {
  padding-left: 3.960396%;
  padding-right: 5.940594%;
}

.a05_card1_title,
.a05_card2_title,
.a05_card3_title,
.a05_card4_title,
.a05_card5_title {
  font-family: var(--mf);
  font-weight: 800;
  font-size: 1.154856vw;
  line-height: 1.045;
  letter-spacing: -0.025em;
  color: #ffffff;
  white-space: nowrap;
}

.a05_card1_arrow,
.a05_card2_arrow,
.a05_card3_arrow,
.a05_card4_arrow,
.a05_card5_arrow {
  width: calc(var(--px) * 25);
  aspect-ratio: 25/20;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.a05_card1_line,
.a05_card2_line,
.a05_card3_line,
.a05_card4_line,
.a05_card5_line {
  width: 100%;
  height: 1px;
  margin-top: 0.997375vw;
  background-color: #324b3d;
}

.a05_card1_desc,
.a05_card2_desc,
.a05_card3_desc,
.a05_card4_desc,
.a05_card5_desc {
  align-self: flex-start;
  margin-top: 1.049869vw;
  font-family: var(--mf);
  font-weight: 500;
  font-size: 0.839895vw;
  line-height: 1.438;
  letter-spacing: -0.025em;
  color: #ffffff;
  white-space: nowrap;
}

.a05_card1_desc {
  margin-left: 3.970223%;
}

.a05_card2_desc,
.a05_card3_desc,
.a05_card4_desc,
.a05_card5_desc {
  margin-left: 3.960396%;
}

.a05_sub {
  white-space: nowrap;
}

.a05_card1_title {
  white-space: nowrap;
}

.a05_card2_title {
  white-space: nowrap;
}

.a05_card3_title {
  white-space: nowrap;
}

.a05_card4_title {
  white-space: nowrap;
}

.a05_card5_title {
  white-space: nowrap;
}

.a05_card1_desc {
  white-space: nowrap;
}

.a05_card2_desc {
  white-space: nowrap;
}

.a05_card3_desc {
  white-space: nowrap;
}

.a05_card4_desc {
  white-space: nowrap;
}

.a05_card5_desc {
  white-space: nowrap;
}

/* ===== ACON06: Bloomy Doctors ===== */
.con6 {
  background-color: #020905;
  justify-content: flex-start;
  align-items: center;
}

.con6 img {
  display: block;
  width: 100%;
}

.a06_withus {
  width: calc(var(--px) * 76);
  aspect-ratio: 76/19;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7.089239vw;
  margin-left: 12.440945%;
  align-self: flex-start;
  z-index: 1;
}

.a06_title {
  width: calc(var(--px) * 655);
  aspect-ratio: 655/301;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.732283vw;
  margin-left: 12.388451%;
  align-self: flex-start;
  padding-bottom: 23.905512vw;
  z-index: 1;
}

.a06_title .mobile {
  display: none;
}

.a06_photo {
  width: calc(var(--px) * 673);
  aspect-ratio: 673/929;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12.141732vw;
  left: 33.700787%;
  z-index: 10;
  pointer-events: none;
}

.a06_right {
  position: absolute;
  top: 13.018373vw;
  left: 60.682415%;
  width: 20.524934%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9;
}

.a06_drname {
  width: calc(var(--px) * 227);
  aspect-ratio: 227/37;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.255754%;
  align-self: flex-start;
}

.a06_desc {
  margin-top: 1.417323vw;
  align-self: flex-start;
  font-family: var(--mf);
  font-weight: 500;
  font-size: 1.049869vw;
  line-height: 1.7;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
}

.a06_desc + .a06_desc {
  margin-top: 1.78vw;
}

.a06_arrow {
  width: calc(var(--px) * 53);
  aspect-ratio: 53/43;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2.729659vw;
  margin-left: 0;
  align-self: flex-start;
  z-index: 10;
  cursor: pointer;
}

.a06_circle_img {
  position: absolute;
  top: 20.152231vw;
  left: 21.469816%;
  width: 56.7979%;
  aspect-ratio: 1082/1081;
  background: url("/images/acon06_06.png") center/contain no-repeat;
  z-index: 7;
  transform-origin: center center;
  animation: a06_spin 24s linear infinite;
}

@keyframes a06_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ===== ACON07: Bloomy Community Swiper ===== */
.con7 {
  background: #71994b;
  justify-content: flex-start;
  align-items: center;
}

.con7 img {
  display: block;
}

.a07_layout {
  width: 100%;
  aspect-ratio: 1905/963;
  overflow: hidden;
  flex-shrink: 0;
}

.a07_left_zone {
  width: 50.3938%;
  aspect-ratio: 960/960;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background: #05130b;
}

.a07_photo {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a07_left_copy {
  top: 13.228346vw;
  left: 12.668744%;
  width: calc(var(--px) * 494);
}

.a07_kicker {
  width: calc(var(--px) * 130);
  aspect-ratio: 130/18;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.202429%;
}

.a07_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.312336vw;
  width: calc(var(--px) * 494);
  aspect-ratio: 494/199;
}

.a07_kicker img,
.a07_title img {
  width: 100%;
}

.a07_nav {
  margin-top: 4.88189vw;
  margin-left: 11.740891%;
  width: 35.222672%;
  height: 5.406824vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.a07_nav_arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--px) * 53);
  aspect-ratio: 53/43;
  transition: top 0.3s ease;
}

.a07_nav.is-event .a07_nav_arrow {
  top: 3.832021vw;
}

.a07_nav_news,
.a07_nav_event {
  position: absolute;
  left: 39.655172%;
  font-family: var(--mf);
  font-size: 1.049869vw;
  line-height: 1;
  letter-spacing: 0;
  color: #eff7e7;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
}

.a07_nav_news {
  top: 0.629921vw;
}

.a07_nav_event {
  top: 4.461942vw;
}

.a07_nav_news.is-active,
.a07_nav_event.is-active {
  font-weight: 800;
}

.a07_right_zone {
  top: 0;
  left: 50.341207%;
  width: 50.551181%;
  height: 100%;
  overflow: hidden;
  background: #eff7e7;
  cursor: url("/images/acon07_07.png") 37 16, auto;
}

.a07_right_zone *,
.a07_right_zone a {
  cursor: url("/images/acon07_07.png") 37 16, auto;
}

.a07_more {
  top: 9.186352vw;
  left: 71.962617%;
  width: 18.795431%;
  height: 1.364829vw;
}

.a07_more_text {
  position: absolute;
  top: 0.314961vw;
  left: 0;
  width: calc(var(--px) * 119);
  aspect-ratio: 119/16;
}

.a07_more_arrow {
  position: absolute;
  top: 0;
  left: 82.872928%;
  width: calc(var(--px) * 32);
  aspect-ratio: 32/26;
}

.a07_rule {
  top: 11.968504vw;
  left: 0;
  width: 100%;
  height: 1px;
  background: #71994b;
}

.a07_swiper_area {
  top: 18.16273vw;
  left: 11.318795%;
  width: 88.681205%;
  overflow: hidden;
}

.a07_swiper {
  display: none;
  width: 100%;
  overflow: hidden;
}

.a07_swiper.is-active {
  display: block;
}

.a07_swiper .swiper-wrapper {
  align-items: flex-start;
}

.a07_card {
  width: calc(var(--px) * 339) !important;
  color: #05130b;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.a07_card_visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.314961vw;
  background: #ffffff;
}

.a07_card_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a07_card_expired {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.a07_card_expired p {
  color: #ffffff;
  font-size: calc(var(--px) * 18);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.a07_card_title {
  display: block;
  margin-top: 1.364829vw;
  width: 100%;
  font-family: var(--mf);
  font-size: calc(var(--px) * 19);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #05130b;
}

.a07_card_date {
  display: block;
  margin-top: 1.049869vw;
  width: 100%;
  font-family: var(--mf);
  font-size: calc(var(--px) * 13);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
  color: #05130b;
}

/* ===== ACON08: Let your beauty bloom ===== */
.con8 {
  background-color: #000000;
  background-image: url("/images/acon08_01.png");
  background-repeat: no-repeat;
  background-size: 100.787402vw auto;
  background-position: center -23.097113vw;
  justify-content: flex-start;
  align-items: center;
}

.con8 img {
  display: block;
  width: 100%;
}

.a08_title_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13.543307vw;
  align-self: center;
  width: calc(var(--px) * 726);
  aspect-ratio: 726/341;
}

.a08_subcopy {
  margin-top: 2.834646vw;
  align-self: center;
  width: 15.853018%;
  font-family: var(--mf);
  font-weight: 500;
  font-size: 1.049869vw;
  line-height: 1.7;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 10.603675vw;
}

@media screen and (max-width: 599px) {
  .my-place-label {
    bottom: 50px;
  }
  .mv_video {
    height: 90vw;
  }
  .mv_sub {
    font-size: 4.4vw;
    white-space: nowrap;
  }
  .mv_title {
    margin-top: 4vw;
    font-size: 10.5vw;
    white-space: nowrap;
  }
  .a02_pin_stage {
    min-height: 0;
    gap: 3vw 2vw;
    padding-bottom: 12vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .a02_title_begin_img {
    width: 67vw;
  }
  .a02_subcopy {
    font-size: 3.259843vw;
  }
  .a02_title_listen_img {
    width: 77vw;
  }
  .a02_scroll_card {
    position: static;
    width: 47%;
    transform: none;
  }
  .a02_scroll_card .pc-mobile {
    display: none !important;
  }
  .a02_scroll_card .mobile-pc {
    display: block !important;
  }
  .a02_card_lifting_left_top {
    margin-top: 5vw;
  }
  .a02_card_skin_right_top {
    margin-top: 5vw;
  }
  .con2 {
    background-size: 125.984252vw auto;
    background-position: center top;
  }
  .a03_subcopy {
    margin-top: 24.792651vw;
    font-size: 3.307087vw;
    line-height: 1.55;
    white-space: nowrap;
  }
  .a03_title_img {
    margin-top: 4.199475vw;
    width: 82.414698%;
    padding-bottom: 25.792651vw;
  }
  .con4 {
    background-size: auto 100%;
    background-position: center top;
  }
  .a04_title_img {
    width: 86.947507%;
    margin-top: 15.08399vw;
  }
  .a04_copy_area {
    margin-top: 4.514436vw;
    align-self: center;
    width: 100%;
    padding-bottom: 15vw;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .a04_copy {
    font-size: 3.307087vw;
    line-height: 1.65;
    white-space: nowrap;
    text-align: center;
    color: #000;
  }
  .a05_eyebrow {
    margin-top: 15vw;
    align-self: center;
    width: 22vw;
  }
  .a05_title_img {
    margin-top: 3vw;
    align-self: center;
    width: 72vw;
  }
  .a05_sub {
    margin-top: 4vw;
    font-size: 3.4vw;
    line-height: 1.6;
    white-space: nowrap;
  }
  .a05_grid {
    margin-top: 9%;
    width: 100%;
    padding-bottom: 15vw;
  }
  .a05_row1,
  .a05_row2 {
    flex-direction: column;
    align-items: center;
    gap: 12vw;
  }
  .a05_row2 {
    margin-top: 6vw;
  }
  .a05_card1,
  .a05_card2,
  .a05_card3,
  .a05_card4,
  .a05_card5 {
    width: 81%;
  }
  .a05_card1_thumb,
  .a05_card2_thumb,
  .a05_card3_thumb,
  .a05_card4_thumb,
  .a05_card5_thumb {
    width: 100%;
    border-radius: 3vw;
    aspect-ratio: 400/240;
  }
  .a05_card1_head,
  .a05_card2_head,
  .a05_card3_head,
  .a05_card4_head,
  .a05_card5_head {
    margin-top: 4vw;
    padding-left: 4%;
    padding-right: 5%;
  }
  .a05_card1_title,
  .a05_card2_title,
  .a05_card3_title,
  .a05_card4_title,
  .a05_card5_title {
    font-size: 5vw;
    white-space: nowrap;
  }
  .a05_card1_arrow {
    width: 7vw;
  }
  .a05_card2_arrow,
  .a05_card3_arrow,
  .a05_card4_arrow,
  .a05_card5_arrow {
    width: 7vw;
  }
  .a05_card1_line,
  .a05_card2_line,
  .a05_card3_line,
  .a05_card4_line,
  .a05_card5_line {
    /* height: 0.8vw; */
    margin-top: 3.5vw;
  }
  .a05_card1_head,
  .a05_card2_head,
  .a05_card3_head,
  .a05_card4_head,
  .a05_card5_head {
    margin-top: 4vw;
    padding-left: 2%;
    padding-right: 2%;
  }
  .a05_card1_desc,
  .a05_card2_desc,
  .a05_card3_desc,
  .a05_card4_desc,
  .a05_card5_desc {
    margin-top: 3vw;
    margin-left: 2%;
    font-size: 3.4vw;
    line-height: 1.6;
    white-space: nowrap;
  }
  .a06_withus {
    margin-top: 15vw;
    margin-left: 0;
    align-self: center;
    width: 18vw;
  }
  .a06_title {
    margin-top: 4vw;
    margin-left: 0;
    align-self: center;
    width: 70%;
    padding-bottom: 0;
  }
  .a06_title .pc {
    display: none;
  }
  .a06_title .mobile {
    display: block;
  }
  .a06_photo {
    position: relative;
    top: auto;
    left: auto;
    align-self: center;
    margin-top: 0vw;
    width: 62%;
    order: 1;
    margin-bottom: -20vw;
  }
  .a06_right {
    position: relative;
    top: auto;
    left: auto;
    align-self: center;
    margin-top: 8vw;
    width: 86%;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: -8vw;
  }
  .a06_drname {
    margin-left: 0;
    align-self: center;
    width: 42vw;
  }
  .a06_desc {
    margin-top: 4vw;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.7;
    white-space: nowrap;
    align-self: center;
  }
  .a06_arrow {
    margin-top: 5vw;
    margin-left: 44vw;
    align-self: center;
    width: 9vw;
  }
  .a06_circle {
    top: auto;
    bottom: -55vw;
    left: -15%;
    width: 130%;
    z-index: 0;
  }
  .a07_layout {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .a07_left_zone,
  .a07_right_zone {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .a07_left_zone {
    aspect-ratio: 1/1;
  }
  .a07_left_copy {
    top: auto;
    left: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .a07_kicker {
    width: 27vw;
    margin-left: 0;
  }
  .a07_title {
    margin-top: 4vw;
    width: 66vw;
  }
  .a07_nav {
    margin-top: 11vw;
    margin-left: 0;
    width: 42vw;
    height: 15vw;
  }
  .a07_nav_arrow {
    width: 7vw;
  }
  .a07_nav.is-event .a07_nav_arrow {
    top: 7.4vw;
  }
  .a07_nav_news,
  .a07_nav_event {
    font-size: 3.4vw;
    white-space: nowrap;
  }
  .a07_nav_news {
    top: 1.6vw;
  }
  .a07_nav_event {
    top: 9vw;
  }
  .a07_right_zone {
    height: 113vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .a07_more {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 33vw;
    height: 6vw;
    order: 1;
    margin-top: 7vw;
  }
  .a07_more_text {
    top: 1.3vw;
    width: 23vw;
  }
  .a07_more_arrow {
    left: 26vw;
    width: 6vw;
  }
  .a07_rule {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    /* height: 0.8vw; */
    display: none;
  }
  .a07_swiper_area {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 93%;
  }
  .a07_card {
    width: 58vw !important;
  }
  .a07_card_visual {
    border-radius: 1.2vw;
  }
  .a07_card_title {
    margin-top: 3.6vw;
    width: 100%;
    font-size: 3.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .a07_card_date {
    margin-top: 2.6vw;
    font-size: 2.6vw;
    white-space: nowrap;
  }
  .con8 {
    background-size: cover;
    background-position: center top;
  }
  .a08_title_img {
    margin-top: 14.173228vw;
    width: 82.414698%;
  }
  .a08_subcopy {
    margin-top: 4.199475vw;
    width: 76.923885%;
    font-size: 3.307087vw;
    line-height: 1.6;
    white-space: nowrap;
    padding-bottom: 14.173228vw;
  }
}
