@charset "utf-8";
@font-face {
  font-family: "ShiseidoGinza-Regular";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Regular.woff?$staticlink$");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ShiseidoGinza-Medium";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Medium.woff?$staticlink$");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShiseidoGinza-Bold";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Bold.woff?$staticlink$");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShiseidoGinza-Black";
  src: url("https://brand.shiseido.co.jp/on/demandware.static/-/Sites-shiseido_global_jp-Library/ja_JP/v1750204922573/font/ginzafont/ShiseidoGinza-Black.woff?$staticlink$");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TazuganeGothicStdN-Regular';
  src: url('../font/TazuganeGothicStdN.otf?$staticlink$') format('opentype'),
       url('../font/TazuganeGothicStdN.otf?$staticlink$') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TazuganeGothicStdN-Medium';
  src: url('../font/TazuganeGothicStdN-Medium.otf?$staticlink$') format('opentype'),
       url('../font/TazuganeGothicStdN-Medium.otf?$staticlink$') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TazuganeGothicStdN-Bold';
  src: url('../font/TazuganeGothicStdN-Bold.otf?$staticlink$') format('opentype'),
       url('../font/TazuganeGothicStdN-Bold.otf?$staticlink$') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TazuganeGothicStdN-Black';
  src: url('../font/TazuganeGothicStdN_Black.otf?$staticlink$') format('opentype'),
       url('../font/TazuganeGothicStdN_Black.otf?$staticlink$') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Color */
  --color-black: #000;
  --color-black-light: #262626;
  --color-gray: #888888;
  --color-gray-light: #CCCCCC;
  --color-gray-lighter: #F1F1F1;
  --color-white: #fff;
  --color-red: #C8102E;
  --color-red-light: #FBE8EB;

  /* Font */
  --ff-default: "ShiseidoGinza-Regular", "ShiseidoGinza-Medium", "ShiseidoGinza-Bold", "TazuganeGothicStdN-Regular", "TazuganeGothicStdN-Medium", "TazuganeGothicStdN-Bold", "TazuganeGothicStdN-Black", "Tazugane Gothic StdN", "MT たづがね角ゴシック StdN Regular", "たづがね角ゴシック StdN", "MT たづがね角ゴシック StdN", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", system-ui, -apple-system, sans-serif;
  --ff-bold: "ShiseidoGinza-Bold", "TazuganeGothicStdN-Medium", "Tazugane Gothic StdN", "MT たづがね角ゴシック StdN Bold", "たづがね角ゴシック StdN", "MT たづがね角ゴシック StdN", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", system-ui, -apple-system, sans-serif;
  --ff-tazugane: "TazuganeGothicStdN-Regular", "TazuganeGothicStdN-Medium", "TazuganeGothicStdN-Bold", "TazuganeGothicStdN-Black", "Tazugane Gothic StdN", "MT たづがね角ゴシック StdN Regular", "たづがね角ゴシック StdN", "MT たづがね角ゴシック StdN", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", system-ui, -apple-system, sans-serif;
}

html {
  scroll-behavior: smooth;
}

#usc-main {
  font-family: var(--ff-default);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
  background: var(--color-white);
  -webkit-text-size-adjust: 100%;
}

/* Global font family */
.usc-main h1,
.usc-main h2,
.usc-main h3,
.usc-main h4,
.usc-main h5,
.usc-main h6 {
  font-family: var(--ff-tazugane) !important;
  font-weight: 500;
}

.usc-main p,
.usc-main li,
.usc-main dt,
.usc-main dd {
  font-family: var(--ff-default);
  font-weight: 500;
}

.usc-main button,
.usc-main a {
  font-family: var(--ff-default);
  font-weight: 500;
}

figure {
  margin: 0;
}

.usc-main iframe {
  width: 100%;
  height: 100%;
}

.co_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 20px 10px;
  border-radius: 9999px;
  background: var(--color-red);
  color: var(--color-white);
  line-height: 1;
  font-weight: 500 !important;
  letter-spacing: 1px;
  font-size: min(calc(14 / 440 * 100vw), 14px);
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  font-family: var(--ff-tazugane) !important;
}


@media (hover: hover) {
  a.co_button:hover,
  button.co_button:hover {
    background: var(--color-white);
    color: var(--color-red);
    border: 1px solid var(--color-red);
  }
}

.co_button.is_white {
  background: var(--color-white);
  color: var(--color-red);
  border: 1px solid var(--color-white);
}

@media (hover: hover) {
  a.co_button.is_white:hover,
  button.co_button.is_white:hover {
    background: var(--color-red);
    color: var(--color-white);
      border: 1px solid var(--color-white);
    }
}

.co_button.is_border-white {
  background: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

@media (hover: hover) {
  a.co_button.is_border-white:hover,
  button.co_button.is_border-white:hover {
    background: var(--color-white);
    color: var(--color-red);
    border: 1px solid var(--color-red);
  }
}

.co_tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  color: var(--color-red);
  background: var(--color-red-light);
}

.co_video-play-trigger {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
.co_video-play-trigger:hover {
    opacity: 0.8;
  }
}

.hp_d-only-sp {
  display: block;
}

.hp_d-only-pc {
  display: none;
}

.js_post_copy-tag {
  width: 100%;
}

/* ===============================
 * Firstview
 * =============================== */
.bl_firstview {
  display: block;
  background: var(--color-red);
}

.bl_firstview img {
  width: 100%;
  height: auto;
}

/* ===============================
 * Nav
 * =============================== */
.bl_nav {
  width: 100%;
  color: var(--color-white);
}

.bl_nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  background: var(--color-black-light);
  color: var(--color-white);
  list-style: none;
}

.bl_nav__list>*+* {
  position: relative;
  padding-block: 25px;
  padding-inline: 20px 0;
  margin-inline: 20px 0;
}

.bl_nav__list>*+*:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%,-50%);
}

.bl_nav__list__item a {
  font-family: var(--ff-tazugane) !important;
  font-size: min(calc(14 / 440 * 100vw), 14px);
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--color-white) !important;
}

/* ===============================
 * Intro
 * =============================== */
.bl_intro {
  position: relative;
  padding: 32px 0;
}

.bl_intro>*+* {
  margin-top: 32px;
}

.bl_intro__message {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  padding-inline: 20px;
}

br.hp_d-only-sp {
  display: inline;
}

br.hp_d-from-md {
  display: none;
}

.bl_intro__note {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: var(--color-gray);
  padding-inline: 20px;
}

.bl_intro__hgroup {
  text-align: center;
  margin-top: 48px;
  color: var(--color-white);
  background: var(--color-red);
  padding: 30px 20px;
}

.bl_intro__hgroup h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.bl_intro__hgroup p {
  margin-top: 1.5em;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

/* ===============================
 * Campaign Nav
 * =============================== */
.bl_campaign_nav {
  display: block;
  width: 100%;
  height: auto;
  color: var(--color-white);
  margin-top: 30px;
}
.bl_campaign_nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.bl_campaign_nav__list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bl_campaign_nav__list__item__icon {
  display: block;
  width: 64px;
  height: 64px;
}
.bl_campaign_nav__list__item__arrow {
  display: block;
  width: 16px;
  height: 16px;
}
.bl_campaign_nav__list__item a span {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--color-white);
  font-family: var(--ff-tazugane);
  font-weight: 500;
}

/* ===============================
 * Balloon Animation
 * =============================== */
.ly_balloon-animation {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  
  /* iOS Safari 対策 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ly_balloon-animation__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.el_balloon-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 0;
  opacity: 0;
}

/* 浮遊するバルーンアニメーション */
/* 左25%〜右25%の範囲で配置（中央50%は避ける） */
.el_balloon-floating {
  position: absolute;
  top: 0; /* JavaScriptで動的に設定 */
  left: 0; /* JavaScriptで動的に設定 */
  width: 80px;
  height: fit-content !important;
  z-index: 0;
  opacity: 0.7;
  /* animation: floatUp 40s linear forwards; */
  pointer-events: none;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}

@keyframes floatUp {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg) scale(var(--balloon-scale, 1));
    opacity: 1;
  }
  10% {
    transform: translateY(var(--move-10, -10vw)) translateX(calc(6px * var(--sway-x-1, 1))) rotate(calc(3deg * var(--rotate-1, 1))) scale(var(--balloon-scale, 1));
  }
  20% {
    transform: translateY(var(--move-20, -25vw)) translateX(calc(14px * var(--sway-x-2, 1))) rotate(calc(6deg * var(--rotate-2, 1))) scale(var(--balloon-scale, 1));
  }
  30% {
    transform: translateY(var(--move-30, -40vw)) translateX(calc(3px * var(--sway-x-3, 1))) rotate(calc(1deg * var(--rotate-3, 1))) scale(var(--balloon-scale, 1));
  }
  40% {
    transform: translateY(var(--move-40, -55vw)) translateX(calc(-9px * var(--sway-x-4, 1))) rotate(calc(-4deg * var(--rotate-4, 1))) scale(var(--balloon-scale, 1));
  }
  50% {
    transform: translateY(var(--move-50, -70vw)) translateX(calc(-15px * var(--sway-x-5, 1))) rotate(calc(-7deg * var(--rotate-5, 1))) scale(var(--balloon-scale, 1));
  }
  60% {
    transform: translateY(var(--move-60, -85vw)) translateX(calc(-4px * var(--sway-x-6, 1))) rotate(calc(-2deg * var(--rotate-6, 1))) scale(var(--balloon-scale, 1));
  }
  70% {
    transform: translateY(var(--move-70, -100vw)) translateX(calc(10px * var(--sway-x-7, 1))) rotate(calc(5deg * var(--rotate-7, 1))) scale(var(--balloon-scale, 1));
  }
  80% {
    transform: translateY(var(--move-80, -115vw)) translateX(calc(-6px * var(--sway-x-8, 1))) rotate(calc(-3deg * var(--rotate-8, 1))) scale(var(--balloon-scale, 1));
  }
  90% {
    transform: translateY(var(--move-90, -130vw)) translateX(calc(12px * var(--sway-x-9, 1))) rotate(calc(4deg * var(--rotate-9, 1))) scale(var(--balloon-scale, 1));
  }
  100% {
    transform: translateY(var(--max-move-px, -150vw)) translateX(0px) rotate(0deg) scale(var(--balloon-scale, 1));
    opacity: 1;
  }
}


/* ===============================
 * Campaign - Campaign
 * =============================== */
.ly_campaign {
  position: relative;
  padding-left: min(17%, 64px);
}

.bl_campaign__inner {
  padding-right: 20px;
}

.bl_campaign__inner>*+* {
  margin-top: 20px;
}

.bl_campaign__title {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 20px;
  font-size: 40px;
  line-height: 1;
  color: var(--color-red);
  font-weight: 500 !important;
}

.bl_campaign__title span {
  font-family: var(--ff-tazugane) !important;
  font-weight: 500 !important;
}

.bl_campaign__title.is_media {
  grid-template-columns: 37px 1fr;
  font-size: 30px;
}

.bl_campaign__title.is_post {
  grid-template-columns: 36px 1fr;
  font-size: 30px;
  line-height: 1.2;
}

.bl_campaign__title.is_sns {
  grid-template-columns: 1fr;
  font-size: 30px;
  line-height: 1.2;
}

.bl_campaign__title:before {
  position: absolute;
  transform: translateX(calc(-100% - 20px));
  content: "";
  display: block;
  width: 11.73333333vw;
  height: 1px;
  background: var(--color-red);
}
.bl_campaign__title.is_sns:before {
  top: .5em;
}

.bl_campaign__title img {
  width: 100%;
  height: auto;
}

.bl_campaign__heading {
  font-size: 30px;
  line-height: 1.2;
  color: var(--color-red);
  font-family: var(--ff-tazugane) !important;
  font-weight: 500;
}

.bl_campaign__message {
  font-size: 16px;
  line-height: 1.6;
}
.bl_campaign__message a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--color-red);
  text-decoration: underline;
  text-underline-offset: .2em;
}

.bl_campaign__note__list {
  margin-left: 1em;
  list-style: '※';
  font-size: 12px;
  line-height: 1.4;
  color: var(--color-gray);
}

/* ===============================
 * Event - Campaign
 * =============================== */
.bl_event .bl_campaign__title {
  font-size: 30px;
}

.bl_event .bl_campaign__heading {
  font-size: 30px;
}

.bl_event__image {
  margin-top: 32px;
}

.bl_event__image {
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  aspect-ratio: 1;
}

.bl_event__image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* venue */
.bl_event__venue {
  margin-top: 48px;
}

.bl_event__venue>*+*,
.bl_event__venue__info__wrapper>*+* {
  margin-top: 32px;
  padding-right: 20px;
}

.bl_event__venue__title {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-red);
}

.bl_event__venue__info>*+*{
  margin-top: 16px;
}

.bl_event__venue__info__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.bl_event__venue__info__list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px;
  font-size: 14px;
}

.bl_event__venue__info__list dd {
  margin-left: 0;
  line-height: 1.4;
}

.bl_event__venue__info__map {
  width: fit-content;
  padding: 0 25px 10px 0;
  border-bottom: 1px solid var(--color-red);
}

.bl_event__venue__info__map a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--color-red);
}

.bl_campaign__divider {
  margin-top: 32px;
  padding-right: 20px;
}

.bl_campaign__divider__image {
  overflow: hidden;
  border-radius: 0 0 30px 0;
  width: 100%;
  height: 200px;
}

.bl_campaign__divider__image img {
  object-position: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ===============================
 * Media - Campaign
 * =============================== */
.bl_media {
  margin-top: 48px;
}

.bl_media__image {
  display: none;
}

.bl_media__list {
  list-style: none;
  line-height: 1.6;
}

.bl_media__list>*+* {
  margin-top: 16px;
}

.bl_media__list li {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray-light);
}

/* ===============================
 * Post - Campaign
 * =============================== */
.ly_campaign:has(.bl_post) {
  margin-top: 48px;
  padding-top: 48px;
  background: #FAF9F9;
}

.bl_post .bl_campaign__title {
  font-size: 30px;
  font-weight: 500;
}

.bl_post .bl_campaign__title span {
  padding-top: 10px;
}

.bl_post .bl_campaign__heading {
  font-size: 30px;
  font-weight: 500;
}


.bl_post__image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 15px;
}

.bl_post__image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_campaign__message__wrapper>*+* {
  margin-top: 16px;
}

.bl_post__thread {
  position: relative;
  margin-top: 32px;
}

.bl_post__thread__border {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 1px;
  height: max(64%, 280px);
  z-index: 0;
}

.bl_post__thread__list {
  position: relative;
  z-index: 1;
  list-style: none;
}

.bl_post__thread__list>*+* {
  margin-top: 32px;
}

.bl_post__thread__list__item {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  gap: 20px;
}

.bl_post__thread__list__item__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-red);
}

.bl_post__thread__list__item__text__wrapper>*+* {
  margin-top: 8px;
}

.bl_post__thread__list__item__text__tags>*+* {
  margin-top: 8px;
}

.bl_post__thread__list__item__icon {
  width: 100%;
  aspect-ratio: 1;
  background: var(--color-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 14px 0px #00000017;
}

.bl_post__thread__list__item__icon.step01 img {
  width: 25px;
  height: auto;
}
.bl_post__thread__list__item__icon.step02 img {
  width: 24px;
  height: auto;
}
.bl_post__thread__list__item__icon.step03 img {
  width: 28px;
  height: auto;
}
.bl_post__thread__list__item__icon.step04 img {
  width: 23px;
  height: auto;
}

.bl_post__thread__list__item__icon img {
  width: 100%;
  height: 100%;
}

.bl_post_thread__image {
  margin-top: 32px;
}

.bl_post__note {
  margin-top: 32px;
  font-size: 10px;
  line-height: 1.4;
  color: var(--color-gray);
}

.bl_post__note a {
  color: var(--color-gray);
  text-decoration: underline;
  text-underline-offset: .2em;
  font-size: 10px;
}

.bl_post__kol-slider {
  margin-top: 32px;
  padding-bottom: 30px;
}

.bl_post__kol-slider .splide__track {
  padding-block: 0px;
}

.bl_post__kol__list__item__image {
  /* filter: drop-shadow(0px 4px 15px 0px rgba(0, 0, 0, 0.25)); */
}

.bl_post__kol__list__item__image img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  /* box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25); */
  display: block;
  width: 100%;
  height: auto;
}

.bl_post__kol-slider .splide__pagination__page {
  border: 1px solid var(--color-red);
  background-color: transparent;
}

.bl_post__kol-slider .splide__pagination__page.is-active {
  background-color: var(--color-red);
}

.bl_post__kol-slider .splide__arrow--prev {
  left: 1em;
}

.bl_post__kol-slider .splide__arrow--next {
  right: 1em;
}

.splide__track {
  height: fit-content;
}

.bl_post__kol__list {
  height: fit-content;
}

.bl_post__kol__list__item {
  width: 100%;
  height: fit-content;
}

.bl_post__kol-slider figure {
  width: 100%;
}

.bl_campaign__privacy__link__wrapper {
  margin-top: 32px;
}

.bl_campaign__privacy__link {
  display: inline-block;
  width: fit-content;
  padding-right: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-red);
  color: var(--color-red);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--ff-tazugane) !important;
}

/* ===============================
 * SNS - Campaign
 * =============================== */
.ly_campaign:has(.bl_sns) {
  padding-top: 48px;
  background: #FAF9F9;
}

.bl_sns {
  padding: 48px 20px 48px 0;
}

.bl_sns .bl_campaign__message strong {
  font-weight: 500;
  color: var(--color-red);
}

.bl_sns__image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 15px;
}

.bl_sns__thread {
  position: relative;
  margin-top: 32px;
}

.bl_sns__thread__border {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 1px;
  height: 180px;
  z-index: 0;
  display: block;
  object-fit: cover;
}

.bl_sns__thread__list {
  position: relative;
  z-index: 1;
  list-style: none;
}

.bl_sns__thread__list>*+* {
  margin-top: 32px;
}

.bl_sns__thread__list__item {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  gap: 20px;
}

.bl_sns__thread__list__item__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-red);
}

.bl_sns__thread__list__item__text__wrapper>*+* {
  margin-top: 8px;
}

.bl_sns__thread__list__item__text__tags>*+* {
  margin-top: 8px;
}

.bl_sns__thread__list__item__icon {
  width: 100%;
  aspect-ratio: 1;
  background: var(--color-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 14px 0px #00000017;
  color: var(--color-red);
  line-height: 1;
}

.bl_sns__deadline {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 9999px;
  border: 1px solid var(--color-black);
  color: var(--color-black);
  line-height: 1;
  font-size: min(calc(14 / 440 * 100vw), 14px);
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  font-family: var(--ff-tazugane) !important;
}

.bl_sns__image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 15px;
  margin-top: 32px;
}

.bl_sns__image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ===============================
 * Hero - Product
 * =============================== */
.ly_product-hero {
  padding-block: 48px;
  background-color: var(--color-red);
  color: var(--color-white);
  line-height: 1.6;
}

.bl_product__title {
  position: relative;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-white);
}

.bl_product__title__bar {
  position: relative;
}

.bl_product__title__bar:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 8px;
  background-color: var(--color-white);
  top: .2em;
  margin-left: 16px;
  position: absolute;
}

.bl_product-hero__inner {
  margin-top: 32px;
  padding-right: 20px;
}

.bl_product-hero__inner>*+* {
  margin-top: 32px;
}

.bl_product-hero__image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 15px;
}

.bl_product-hero__image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_product-hero__product-variation__content {
  margin-top: 16px;
}

.bl_product-hero__product-variation__content>*+* {
  margin-top: 8px;
}

.bl_product-hero__product-variation__content__list__item {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 0;
  font-size: 14px;
}

.bl_product-hero__product-variation__content__button__wrapper>*+* {
  margin-top: 16px;
}

/* ===============================
 * KOL
 * =============================== */
.bl_kol {
  margin-top: 32px;
}

.bl_kol .splide__pagination__page {
  border: 1px solid var(--color-white);
  background-color: transparent;
}

.bl_kol__list-wrapper {
  margin-top: 32px;
  /* margin-right: 10% !important; */
}

.bl_kol__list.splide__list {
  height: fit-content;
  padding: 0 0 30px 0 !important;
}

.bl_kol__list__item {
  list-style: none;
  /* width: 325px !important; */
  aspect-ratio: 9/21.5;
  padding: 0 5%;
  background-color: var(--color-white);
  border-radius: 15px;
  overflow: hidden;
  height: fit-content;
}

.bl_kol__list__item blockquote {
  margin-bottom: 30px;
}

.bl_kol__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-white);
  grid-template-columns: 1fr;
}

.bl_kol__title:before {
  background: var(--color-white);
}

/* ===============================
 * UserVoice
 * =============================== */
.bl_uservoice {
  margin-top: 32px;
}

.bl_uservoice__inner {
  padding-right: 20px;
}

.bl_uservoice__inner>*+* {
  margin-top: 16px;
}

.bl_uservoice__title.bl_campaign__title {
  margin-top: 48px;
  color: var(--color-white);
  grid-template-columns: 1fr;
}

.bl_uservoice__title.bl_campaign__title:before {
  top: .5em;
  background: var(--color-white);
}

.bl_uservoice__title {
  font-size: 30px;
  line-height: 1.2;
}

.bl_uservoice__list {
  margin-top: 32px;
  list-style: none;
}

.bl_uservoice__list>*+* {
  margin-top: 32px;
}

.bl_uservoice__list__item {
  position: relative;
  padding: 8px 8px 8px 16px;
  border: 1px solid var(--color-white);
  border-radius: 5px;
  width: 100%;
  max-width: 420px;
}

.bl_uservoice__list__item:after {
  position: absolute;
  bottom: -12px;
  right: 20%;
  content: url(../contentassetimages/lp/25aw/ultimune-sample-campaign/ill-bubble-icon.svg?$staticlink$);
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-left: 8px;
}

.bl_uservoice__text {
  font-size: 16px;
  line-height: 1.6;
}

.bl_uservoice__note {
  font-size: 12px;
  line-height: 1.4;
}

.bl_uservoice__tags {
  margin-top: 32px;
}

.bl_uservoice__tags__list {
  margin-top: 16px;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-left: 0;
}

.bl_uservoice__image {
  margin-top: 32px;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 15px 0 0 15px;
}

.bl_uservoice__image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ===============================
 * Feature - Product
 * =============================== */
.bl_product-feature {
  margin-top: 48px;
}

.bl_product-feature__heading__note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
}

.bl_product-feature__heading__description {
  margin-top: 1em;
}

.bl_product-feature__inner {
  margin-top: 32px;
  padding-right: 20px;
}

.bl_product-feature__title {
  grid-template-columns: 1fr;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1px;
}

.bl_product-feature__title:before {
  background: var(--color-white);
}

.bl_product-feature__heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 16px;
  letter-spacing: 0;
}

.bl_product-feature__heading__note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.bl_product-feature__image {
  margin-top: 32px;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 15px;
}

.bl_product-feature__image.point03 {
  border-radius: 15px 0 0 15px;
}

.bl_product-feature__image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_product-feature__movie {
  margin-top: 32px;
  aspect-ratio: 16/9;
}

.bl_product-howto {
  margin-top: 32px;
  padding-inline: 20px;
}

.bl_product-howto__video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}

.bl_product-howto>*+* {
  margin-top: 16px;
}

.bl_product-howto__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-white);
  font-family: var(--ff-tazugane) !important;
}

/* ===============================
 * Modal
 * =============================== */
.bl_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.7;
}
.bl_modal h2,
.bl_modal h3,
.bl_modal h4,
.bl_modal h5,
.bl_modal h6,
.bl_modal p,
.bl_modal li,
.bl_modal dt,
.bl_modal dd {
  font-family: var(--ff-default) !important;
}

.bl_modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.bl_modal__content {
  position: relative;
  background: var(--color-white);
  border-radius: 15px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.bl_modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-gray-lighter);
  background: var(--color-white);
  font-weight: 500;
}

.bl_modal__title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-red);
  margin: 0;
  padding-left: .5em;
  border-left: 4px solid var(--color-red);
}

.bl_modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.bl_modal__close:hover {
  background-color: var(--color-gray-lighter);
}

.bl_modal__close__icon {
  font-size: 20px;
  line-height: 1;
  color: var(--color-gray);
  font-weight: 300;
}

.bl_modal__body {
  padding: 24px;
  max-height: calc(80vh - 80px);
  overflow-y: auto;
}

.bl_modal__content__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-black);
}

.bl_modal__content__text * {
  overflow-wrap: break-word !important;
}

.bl_modal__content__text h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-red);
  margin: 30px 0 15px 0;
}

.bl_modal__content__text h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  margin: 24px 0 12px 0;
}

.bl_modal__content__text h4:first-of-type {
  margin-top: 0;
}

.bl_modal__content__text p {
  margin: 0 0 8px 0;
}

.bl_modal__content__text a {
  text-decoration: underline;
  font-size: 14px;
  overflow-wrap: break-word;
}

.bl_modal__content__text ul,
.bl_modal__content__text ol {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.bl_modal__content__text li {
  list-style: var(--list-style, disc);
  margin: 0 0 8px 0;
}

.bl_modal__content__text ol li {
  list-style: decimal;
}

.bl_modal__contact {
  margin-top: 24px !important;
  padding: 16px;
  background: var(--color-red-light);
  border-radius: 4px;
  border-left: 4px solid var(--color-red);
}

.bl_modal__contact strong {
  color: var(--color-red);
  font-weight: 500;
}

/* モーダル表示時のbodyスクロール無効化 */
body.modal-open {
  overflow: hidden;
}

/* ===============================
 * Banner Area
 * =============================== */
.bl_banner-area {
  padding: 32px 20px;
  height: fit-content;
}

.bl_banner-area__list {
  list-style: none;
}

.bl_banner-area__list>*+* {
  margin-top: 32px;
}

.bl_banner-area__image {
  width: 100%;
  height: auto;
}

.bl_banner-area__image img {
  width: 100%;
  height: auto;
}

/* ===============================
* Slide Banner Area
* =============================== */
.bl_bottom-banner-area {
  padding: 48px 0;
  width: 100%;
}

.bl_bottom-banner-area .splide__slide {
  display: flex;
  align-items: center;
}

.bl_bottom-banner-area a {
  display: block;
  width: 100%;
}

.bl_bottom-banner-area .splide__slide figure {
  width: 100%;
  height: auto;
}

.bl_bottom-banner-area .splide__slide img {
  width: 100%;
  height: auto;
}


.bl_bottom-banner-progress__bar {
  width: 100%;
  height: 4px;
  background-color: #E5E5E5;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.bl_bottom-banner-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-black) 0%, var(--color-black) 100%);
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 0%;
}

/* ナビゲーション */
.bl_bottom-banner-navigation__wrapper {
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.bl_bottom-banner-navigation__next,
.bl_bottom-banner-navigation__prev {
  flex-shrink: 0;
}

.bl_bottom-banner-navigation__next__button,
.bl_bottom-banner-navigation__prev__button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.bl_bottom-banner-navigation__next__button.can_action,
.bl_bottom-banner-navigation__prev__button.can_action {
  background-color: rgba(0, 0, 0, 1);
}

.bl_bottom-banner-navigation__next__button.can_action:hover,
.bl_bottom-banner-navigation__prev__button.can_action:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.bl_bottom-banner-navigation__next__button img,
.bl_bottom-banner-navigation__prev__button img {
  width: 20px;
  height: 20px;
}

.bl_bottom-banner-navigation__prev__button img {
  transform: rotate(180deg);
}


/* ===============================
 * sm Styles
 * =============================== */

@media (min-width: 540px) {
  /* ===============================
   * Campaign Nav - sm_540
   * =============================== */
  .bl_campaign_nav__list {
    justify-content: center;
    gap: 58px;
  }
  .bl_campaign_nav__list__item__icon {
    width: 67px;
    height: 67px;
  }
}

/* ===============================
 * md Styles
 * =============================== */
@media (min-width: 834px) {

  .hp_d-only-sp {
    display: none;
  }

  .hp_d-only-pc {
    display: block;
  }

  /* ===============================
  * Intro - md
  * =============================== */
  .bl_intro {
    padding: 48px 0;
  }
  
  br.hp_d-only-sp {
    display: none;
  }
  br.hp_d-from-md {
    display: inline;
  }

  /* ===============================
  * Campaign - Campaign
  * =============================== */
  .ly_campaign {
    padding: 0;
    width: 87%;
    max-width: 1135px;
    margin-inline: auto;
  }

  .bl_campaign__inner {
    padding-right: 0;
  }

  .bl_campaign__inner>*+* {
    margin-top: 32px;
  }

  .bl_campaign__title {
    display: grid;
    grid-template-columns: 62px 42px 1fr;
  }

  .bl_campaign__title.is_media {
    grid-template-columns: 62px 37px 1fr;
  }

  .bl_campaign__title.is_post {
    grid-template-columns: 62px 36px 1fr;
  }

  .bl_campaign__title.is_sns {
    grid-template-columns: 62px max-content;
    gap: 20px;
  }

  /* .bl_campaign__title.is_sns:before {
    order: 1;
  } */

  .bl_campaign__title:before {
    position: static;
    transform: none;
    width: 100%;
  }

  /* ===============================
  * Event - Campaign
  * =============================== */

  .bl_event {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8%;
  }

  .bl_event .bl_campaign__title {
    font-size: 30px;
  }

  .bl_event .bl_campaign__heading {
    font-size: 30px;
  }

  .bl_event__image {
    order: 1;
    margin-top: 0;
  }
  .bl_event .bl_campaign__inner {
    order: 2;
  }

  .bl_event__image {
    border-radius: 15px;
  }


  .bl_event__venue>*+* {
    padding-right: 0;
  }

  .bl_event__venue__info__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 8%;
  }

  .bl_event__venue__info__wrapper>*+* {
    margin-top: 0;
  }

  .bl_campaign__divider {
    display: none;
  }

  /* ===============================
  * Media - Campaign
  * =============================== */
  .bl_media {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8%;
  }

  .bl_media .bl_campaign__inner {
    order: 2;
  }

  .bl_media__image img {
    width: 100%;
    height: auto;
  }

  .bl_media__list {
    list-style: none;
    line-height: 1.6;
  }

  .bl_media__list>*+* {
    margin-top: 16px;
  }

  .bl_media__list li {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-gray-light);
  }

  .bl_media__image {
    display: block;
  }

  /* ===============================
  * Post - Campaign
  * =============================== */

  .bl_post {
    position: relative;
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8%;
  }

  .bl_post .bl_campaign__title {
    font-size: 30px;
  }

  .bl_post .bl_campaign__heading {
    font-size: 30px;
  }

  .bl_post__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .bl_post__image {
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 15px;
  }

  .bl_post__image img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .bl_campaign__message__wrapper>*+* {
    margin-top: 16px;
  }

  .bl_post__thread {
    position: relative;
    margin-top: 32px;
  }

  .bl_post__thread__border {
    display: none;
  }

  .bl_post__thread__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: center;
    width: 100%;
  }

  .bl_post__thread__list>*+* {
    margin-top: 0;
  }

  .bl_post__thread__list__item {
    grid-template-columns: 1fr;
    width: 100%;
    justify-self: center;
    justify-items: center;
    align-items: start;
    align-self: start;
    gap: 32px;
  }

  .bl_post__thread__list__item__text {
    text-align: center;
  }

  .bl_post__thread__list__item__text__wrapper {
    text-align: center;
  }

  .bl_post__thread__list__item__icon {
    width: 40px;
    height: 40px;
  }

  .bl_post__howto {
    margin-top: 48px;
    position: relative;
    overflow: hidden;
  }

  .bl_post__howto__wave {
    position: absolute;
    top: 40.5px;
    left: 50%;
    width: 1297px;
    height: auto;
    z-index: 0;
    transform: translateX(-50%);
  }
  .bl_post__howto__wave img {
    width: 100%;
    height: auto;
  }

  .bl_post__howto .bl_post_thread__image {
    margin-top: -16px;
  }

  .bl_post__kol-slider.splide {
    visibility: visible!important;
  }

  .bl_post__kol-slider .splide__track {
    width: 100%;
    max-width: 1175px;
    margin-inline: auto;
    padding-inline: 20px;
  }

  .bl_post__kol__list.splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .js_post_copy-tag {
    /* font-size: min(calc(14 / 1240 * 100vw), 14px); */
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    padding-inline: 0;
  }

  /* ===============================
  * SNS - Campaign
  * =============================== */

  .bl_sns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 8%;
  }

  .bl_sns .bl_campaign__inner {
    order: 2;
  }

  .bl_sns__image {
    order: 1;
    margin-top: 0;
  }

  .bl_sns__image {
    margin-top: 0;
  }

  .bl_sns__deadline {
    /* font-size: min(calc(14 / 1240 * 100vw), 14px); */
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    padding-inline: 0;
  }

  .bl_sns__thread__border {
    height: 137px;
  }

  .bl_sns .bl_sns__deadline {
    margin-top: 20px;
    font-size: 14px;
  }
  
  .js_sns_copy-tag {
    width: 350px;
  }
  
  /* ===============================
  * Hero - Product
  * =============================== */
  .ly_product-hero {
    padding-block: 48px;
    background-color: var(--color-red);
    color: var(--color-white);
    line-height: 1.6;
  }

  .bl_product__title__wrapper {
    max-width: 1135px;
    margin-inline: auto;
    width: 87%;
  }

  .bl_product__title {
    padding-left: 0;
  }

  .bl_product-hero__product-variation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .bl_product-hero__product-variation__content {
    margin-top: 48px;
  }

  .bl_product-hero__product-variation__content>*+* {
    margin-top: 32px;
  }

  .bl_product-hero__product-variation__content__list>*+* {
    margin-top: 8px;
  }

  .bl_product-hero__product-variation__content__list {
    margin-top: 16px;
  }

  .bl_product-hero__product-variation__content__list__item {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 0;
    font-size: 14px;
  }

  .bl_product-hero__product-variation__content__button__wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .bl_product-hero__product-variation__content__button__wrapper>*+* {
    margin-top: 0;
  }

  .bl_product-hero__product-name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 32px;
  }

  /* ===============================
  * UserVoice
  * =============================== */
  .bl_uservoice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 32px;
  }

  .bl_uservoice__inner {
    order: 2;
  }

  .bl_uservoice__title.bl_campaign__title {
    color: var(--color-white);
    grid-template-columns: 33px 1fr;
  }

  .bl_uservoice__title.bl_campaign__title:before {
    background: var(--color-white);
  }

  .bl_uservoice__image {
    border-radius: 15px;
  }
  
  /* ===============================
   * Feature - Product
   * =============================== */
  .bl_product-feature__title__wrapper {
    max-width: 1135px;
    margin-inline: auto;
    width: 87%;
  }
  
  .bl_product-feature__wrapper {
    max-width: 1135px;
    margin-inline: auto;
    width: 87%;
  }

  .bl_product-feature__wrapper.point01 {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    align-items: end;
  }

  .bl_product-feature__wrapper.point02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8%;
    align-items: center;
    width: 100%;
  }

  .point02 .bl_product-feature__inner {
    padding: 0;
  }
  .point02 .bl_product-feature__inner.text {
    margin-top: 48px !important;
    order: 2;
  }
  
  .bl_product-feature__title {
    grid-template-columns: 33px 1fr;
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  .bl_product-feature__title:before {
    background: var(--color-white);
  }
  
  .bl_product-feature__heading {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 16px;
    letter-spacing: 0;
  }
  
  .bl_product-feature__image {
    margin-top: 32px;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 15px;
  }
  .bl_product-feature__wrapper.point03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8%;
    align-items: center;
    width: 100%;
  }
  .bl_product-feature__image.point03 {
    border-radius: 15px;
  }
  
  /* .bl_product-feature__image img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  } */
  
  .bl_product-feature__movie {
    margin-top: 32px;
  }
  
  .bl_product-howto {
    margin-top: 32px;
    padding-inline: 0;
    width: 87%;
    max-width: 970px;
    margin-inline: auto;
    text-align: center;
  }
  
  .bl_product-howto>*+* {
    margin-top: 32px;
  }
  
  .bl_product-howto__title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--color-white);
  }

  /* ===============================
 * KOL
 * =============================== */
 .bl_kol {
  margin-top: 48px;
 }
  .bl_kol__list-wrapper {
    margin-top: 32px;
  }
  
  .bl_kol__list-wrapper.splide {
    visibility: visible!important;
  }

  .bl_kol__list-wrapper .splide__track {
    display: flex;
    justify-content: start;
    max-width: 970px;
    margin-inline: auto;
  }

  .bl_kol__list__item {
    aspect-ratio: 9/21.4;
    padding-inline: 20px;
  }

  .bl_kol__list.splide__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .bl_campaign__title.bl_kol__title {
    grid-template-columns: 62px 1fr;
  }

  /* ===============================
  * Banner Area
  * =============================== */
  .bl_banner-area {
    padding: 48px 0;
    width: 100%;
  }
  
  .bl_banner-area__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    width: 87%;
    max-width: 970px;
    margin-inline: auto;
  }

  .bl_banner-area__list>*+* {
    margin-top: 0;
  }

  /* ===============================
  * Balloon Animation - PC
  * =============================== */
  .el_balloon-floating {
    width: 140px;
  }

  .bl_bottom-banner-area .splide {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bl_bottom-banner-area .splide__track {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bl_bottom-banner-area .bl_bottom-banner-navigation__wrapper {
    display: none;
  }

  .bl_bottom-banner-area .splide__list {
    width: 87%;
    max-width: 1135px;
    margin-inline: auto;
    padding: 48px 0;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: center;
  }
}

/* ===============================
 * lg Styles
 * =============================== */
@media (min-width: 1300px) {
  /* venue */
  .bl_event__venue__info__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .bl_product-howto {
    padding-bottom: 48px;
  }

  .bl_product-hero__product-variation,
  .bl_uservoice {
    gap: 84px;
  }

  /* ===============================
  * Banner - lg
  * =============================== */
  .bl_banner {
    margin-top: 48px;
  }

  .bl_banner__image {
    border-radius: 15px;
  }
}

/* ======================================
   フェードインアニメーション
   ====================================== */
.fade-in-element {
  opacity: 0;
  /* filter: blur(10px); */
  transform: translateY(0);
  transform: translateX(0);
  transition: all 0.35s ease-out;
}

.fade-in-element.to-right {
  opacity: 0;
  /* filter: blur(10px); */
  transform: translateX(-20px);
  transition: all 0.35s ease-out;
}

.fade-in-element.to-left {
  opacity: 0;
  /* filter: blur(10px); */
  transform: translateX(20px);
  transition: all 0.35s ease-out;
}

.fade-in-element.is-visible,
.fade-in-element.to-right.is-visible,
.fade-in-element.to-left.is-visible {
  opacity: 1;
  /* filter: blur(0px); */
  transform: translateY(0);
  transform: translateX(0);
}

/* アニメーション遅延バリエーション */
.fade-in-element.delay-1 {
  transition-delay: 0.1s;
}

.fade-in-element.delay-2 {
  transition-delay: 0.2s;
}

.fade-in-element.delay-3 {
  transition-delay: 0.3s;
}

.fade-in-element.delay-4 {
  transition-delay: 0.4s;
}

.fade-in-element.delay-5 {
  transition-delay: 0.5s;
}

@media (max-width: 833px) {
  .fade-in-element.to-right {
    transform: translateX(0);
  }
  
  .fade-in-element.to-left {
    transform: translateX(0);
  }
}

/* 1007 */
.hp_d-none-1007 {
  display: none;
}

.is_1007 {}

.coming-soon {
  padding-bottom: 48px;
  font-size: min(calc(30 / 440 * 100vw), 30px);
  font-family: var(--ff-tazugane);
}

.bl_event__venue {
  padding-bottom: 40px;
}

@media (max-width: 833px) {
  .bl_campaign_nav__list {
    justify-content: center;
    gap: 20px;
  }
}

@media (min-width: 834px) {
  /* .ly_campaign:has(.bl_event),
  .ly_campaign:has(.bl_event__venue)
  {
    width: 68%;
  } */

  /* .ly_campaign:has(.bl_event) .bl_event {
    display: block;
  } */

  .bl_event__venue {
    padding-bottom: 48px;
  }

  .coming-soon {
    font-size: 30px;
  }

  .bl_post__buttons {
    position: relative;
    margin-top: 30px;
    margin-right: auto;
    text-align: left;
    width: 25%;
    min-width: 240px;
  }

  .bl_post__buttons .js_post_copy-tag,
  .bl_post__buttons .bl_sns__deadline {
    font-size: clamp(12px, calc(14 / 1240 * 100vw), 14px);
  }
}