@charset "euc-jp";

/********** リセット **********/
body, form, p, hr, h1, h2, h3, h4, dl, dt, dd, select, option, input, menu {
  margin: 0;
  padding: 0;
}

body {
  min-width: 980px;
  background: #f4f4f4;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

br {
  letter-spacing: 0;
  overflow: hidden;
}

a {
  outline: none;
  color: #008bf2;
}

a:link {
  text-decoration: none;
  color: #008bf2;
}

a:visited {
  text-decoration: none;
  color: #008bf2;
}

a:hover {
  text-decoration: none;
  color: #008bf2;
}

a:active {
  text-decoration: none;
  color: #008bf2;
}

img {
  border: 0;
}




/******************** 共通 ********************/
/********** ボタン **********/
/***** ボタンサイズ S *****/
a.btn-size-s,
.btn-size-s {
  box-sizing: border-box;
  display: block;
  min-width: 72px;
  min-height: 28px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  transition: .1s;
}

/***** ボタンサイズ M *****/
a.btn-size-m,
.btn-size-m {
  box-sizing: border-box;
  display: block;
  min-width: 96px;
  min-height: 48px;
  padding: 16px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  transition: .1s;
}

/***** ボタンサイズ L *****/
a.btn-size-l,
.btn-size-l {
  box-sizing: border-box;
  display: block;
  min-width: 136px;
  min-height: 56px;
  padding: 19px 12px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  transition: .1s;
}

/***** プライマリー *****/
a.btn-primary,
.btn-primary {
  background-color: #a0107c;
  box-shadow: 0 1px 3px rgba(121, 1, 108, .5);
  color: #fff;
}

a.btn-primary:hover,
.btn-primary:hover {
  background-color: #79016c;
  color: #fff;
}

/***** セカンダリー *****/
a.btn-secondary,
.btn-secondary {
  background: #fff;
  border: 1px solid #a0107c;
  color: #ab48a2;
}

a.btn-secondary:hover,
.btn-secondary:hover {
  border: 1px solid #79016c;
  text-decoration: underline;
  color: #79016c;
}

a.btn-secondary.btn-size-s,
.btn-secondary.btn-size-s {
  padding: 7px 12px;
}

a.btn-secondary.btn-size-m,
.btn-secondary.btn-size-m {
  padding: 15px 12px;
}

a.btn-secondary.btn-size-l,
.btn-secondary.btn-size-l {
  padding: 18px 12px;
}

/***** ターシャリー *****/
a.btn-tertiary,
.btn-tertiary {
  text-decoration: underline;
  color: #ab48a2;
}

a.btn-tertiary:hover,
.btn-tertiary:hover {
  background: #fdeefc;
  color: #79016c;
}


/********** テキスト装飾 **********/
.text.is_emphasis {
  font-weight: bold;
  color: #ab48a2;
}

.text.is_primary-color {
  color: #ab48a2;
}

.text.is_warning {
  color: #ff1919;
}

.uppercase-letter {
  text-transform: uppercase;
}



/******************** ヘッダー ********************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: calc(30px + 57px);
}

.header-description {
  height: 30px;
  padding-left: 12px;
  background: #333333;
  font-size: 10px;
  line-height: 30px;
  color: #909090;
}

a.header-login-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  display: none;
  color: #fff;
}

a.header-login-btn:before {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  content: '';
  width: 11px;
  height: 1px;
  background-color: #fff;
}

a.header-login-btn:after {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
  content: '';
  width: 11px;
  height: 1px;
  background-color: #fff;
}

a.header-login-btn.is_show {
  display: block;
}

.header-primary {
  box-sizing: border-box;
  display: flex;
  height: 57px;
  background: #fcfcfc;
  border-bottom: 1px solid #E4E4E4;
}

.header-logo {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 210px;
}

.header-logo__link {
  display: flex;
  align-items: center;
}

.header-logo__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: 32px;
}

.header-menu {
  margin: 0;
  min-width: 600px; /* 改行されない適当な大きさ */
}

.header-menu-list {
  display: flex;
}

.header-menu-list-item__link {
  display: flex;
  align-items: center;
  height: 57px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: bold;
  transition: .1s;
}

.header-menu-list-item__link:link,
.header-menu-list-item__link:visited {
  color: #333;
}

.header-menu-list-item__link:hover {
  box-shadow: 0 -3px 0 #79016c inset;
  text-decoration: none;
  color: #79016c;
}

.header-sister {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 12px;
}

.header-sister-item__link {
  box-sizing: border-box;
  display: block;
  width: 26px;
  height: 26px;
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 13px;
  transition: .1s;
}

.header-sister-item__image {
  display: block;
  max-width: 100%;
  transition: .1s;
}

.header-sister-item.is_cp:hover .header-sister-item__link {
  background: #ffedf1;
  border: 1px solid #ee8aa4;
}

.header-sister-item.is_cp:hover .header-sister-item__image {
  filter: brightness(0) saturate(100%) invert(64%) sepia(19%) saturate(972%) hue-rotate(295deg) brightness(98%) contrast(89%);
}

.header-sister-item.is_gg:hover .header-sister-item__link {
  background: #fff1f8;
  border: 1px solid #ff48a5;
}

.header-sister-item.is_gg:hover .header-sister-item__image {
  filter: brightness(0) saturate(100%) invert(60%) sepia(46%) saturate(6866%) hue-rotate(303deg) brightness(100%) contrast(107%);
}



/******************** サブメニュー ヘッダーメニューと同じ ********************/
.sub-menu {
  position: fixed;
  top: 87px;
  left: 0;
  z-index: 30;
  box-sizing: border-box;
  width: 100%;
  min-width: 980px;
  height: 44px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.sub-menu-list {
  display: flex;
  justify-content: center;
  list-style: none;
}

.sub-menu-list-item__link {
  display: flex;
  align-items: center;
  height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  transition: .1s;
}

.sub-menu-list-item__link:link,
.sub-menu-list-item__link:visited {
  color: #008bf2;
}

.sub-menu-list-item__link:hover {
  box-shadow: 0 -2px 0 #79016c inset;
  text-decoration: none;
  color: #79016c;
}



/******************** ヘッダー以下 ********************/
/********** パンくずリスト **********/
.topicPath {
  margin: -3px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.topicPath li {
  display: inline;
  line-height: 1em;
  list-style: none;
}

.topicPath li a,
.topicPath li.topictxt {
  margin-right: 8px;
  padding-right: 14px;
  background: url(https://assets.chatpia.jp/common/img/ico_topicpath.gif) no-repeat right center;
}

/*リニューアル版の調整*/
.primary .topicPath {
  margin: 10px 0 12px;
  border-bottom: 1px dotted #eee;
  font-size: 10px;
}



/********** サイドバー **********/
.sidebar {
  position: absolute;
  top: 87px;
  left: 0;
  box-sizing: border-box;
  width: 210px;
  height: calc(100% - 87px);
  padding: 0 12px;
  background: #f4f4f4;
  overflow-y: scroll;
}

/* スクロール時 */
.sidebar.is_start-scroll {
  position: fixed;
}

/* スクロール終了 */
.sidebar.is_end-scroll {
  position: fixed;
  top: initial;
}

/* サブメニューありの調整 */
body:has(.sub-menu) .sidebar {
  top: calc(87px + 44px);
  height: calc(100% - 87px - 44px);
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar ul {
  list-style: none;
}

.sidebar img {
  display: block;
  max-width: 100%
}

.sidebar-section {
  padding: 24px 1px 24px;
  border-bottom: 1px solid #e4e4e4;
}

.sidebar-section.is_price {
  border: none;
  padding-bottom: 0;
}

.sidebar-section.is_not-login {
  display: none;
}

.sidebar-section.is_not-login.is_show {
  display: block;
}

.sidebar-section__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}


/***** 会員登録・ログインボタン *****/
a.button-sidebar-regist {
  box-sizing: border-box;
  display: block;
  height: 56px;
  margin-bottom: 8px;
  background-color: #a0107c;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(121, 1, 108, .5);
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  transition: .1s;
}

a.button-sidebar-regist::before {
  position: relative;
  top: 2px;
  left: -6px;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(https://assets.chatpia.jp/common/img/icon_user_fill.svg) 0 0 no-repeat;
  background-size: 100%;
}

a.button-sidebar-regist:hover {
  background-color: #79016c;
  color: #fff;
}

a.button-sidebar-login {
  box-sizing: border-box;
  display: block;
  height: 48px;
  background: #fff;
  border: 1px solid #a0107c;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ab48a2;
  transition: .1s;
}

a.button-sidebar-login::before {
  position: relative;
  top: 2px;
  left: -6px;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(https://assets.chatpia.jp/common/img/icon_login.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(39%) sepia(30%) saturate(1233%) hue-rotate(255deg) brightness(91%) contrast(91%);
}

a.button-sidebar-login:hover {
  border: 1px solid #79016c;
  text-decoration: underline;
  color: #79016c;
}

a.button-sidebar-login:hover::before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(58%) saturate(6227%) hue-rotate(297deg) brightness(84%) contrast(107%);
}


/***** ログイン後 *****/
.sidebar-section.is_mymenu.sidebar-mymenu {
  display: none;
}

.sidebar-section.is_mymenu.sidebar-mymenu.is_show {
  display: block;
}

.sidebar-mymenu-name {
  margin-bottom: 12px;
  padding-left: 4px;
  font-size: 16px;
  font-weight: bold;
}

.sidebar-mymenu-name__title {
  margin-left: 4px;
  font-size: 12px;
  font-weight: normal;
}

.sidebar-mymenu-list-item:not(:last-child) {
  margin-bottom: 8px;
}

a.sidebar-mymenu-list-item__link {
  position: relative;
  display: block;
  height: 44px;
  padding-left: 32px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(102, 102, 102, .1);
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  cursor: pointer;
  transition: .15s;
}

a.sidebar-mymenu-list-item__link:link,
a.sidebar-mymenu-list-item__link:visited {
  text-decoration: none;
  color: #333;
}

a.sidebar-mymenu-list-item__link::before {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(https://assets.chatpia.jp/common/img/icon_message_fill.svg) 0 0 no-repeat;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(1855%) hue-rotate(231deg) brightness(94%) contrast(93%);
}

.sidebar-mymenu-list-item.is_mymenu a.sidebar-mymenu-list-item__link::before {
  background-image: url(https://assets.chatpia.jp/common/img/icon_user_fill.svg);
}

.sidebar-mymenu-list-item.is_point a.sidebar-mymenu-list-item__link::before {
  background-image: url(https://assets.chatpia.jp/common/img/icon_point_color.svg);
  filter: none;
}

a.sidebar-mymenu-list-item__link:hover {
  color: #79016c;
}

a.sidebar-mymenu-list-item__link:hover::before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(58%) saturate(6227%) hue-rotate(297deg) brightness(84%) contrast(107%);
}

.badge-unread {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: block;
  height: 22px;
  padding: 0 8px;
  background: #ff1919;
  border-radius: 11px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  letter-spacing: initial;
  color: #fff;
}

/*** ポイント購入選択 ***/
.sidebar-mymenu-purchase {
  position: relative;
  display: flex;
  column-gap: 4px;
  height: 24px;
  margin-top: 8px;
  padding-left: 16px;
}

.sidebar-mymenu-purchase::before {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%) rotate(0deg);
  content: '';
  width: 2px;
  height: 9px;
  background: #333;
  border-radius: 5px;
}

.sidebar-mymenu-purchase::after {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%) rotate(-90deg);
  content: '';
  width: 2px;
  height: 9px;
  background: #333;
  border-radius: 5px;
}

.sidebar-mymenu-purchase__select {
  width: 120px;
  height: 24px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 11px;
}

.sidebar-mymenu-purchase__select:hover {
  cursor: pointer;
}

.sidebar-mymenu-purchase__button {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  background-color: #ccc;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(102, 102, 102, .3);
  font-size: 12px;
  color: #fff;
}

.sidebar-mymenu-purchase__button:not([disabled="true"]) {
  background-color: #a0107c;
  box-shadow: 0 1px 3px rgba(121, 1, 108, .5);
  font-weight: bold;
}

.sidebar-mymenu-purchase__button:not([disabled="true"]):hover {
  background-color: #79016c;
  cursor: pointer;
}

/***** お知らせ *****/
.sidebar-news-list-item {
  padding-bottom: 4px;
}

.sidebar-news-list-item:not(:first-child) {
  padding-top: 4px;
}

.sidebar-news-list-item:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

a.sidebar-news-list-item__inner {
  display: block;
  padding: 2px 4px;
  background-color: #ffff99;
  font-size: 14px;
  line-height: 1.4em;
}

.sidebar-news-list-item.is_already-read .sidebar-news-list-item__inner {
  background-color: initial;
}

.sidebar-news-list-item.is_already-read .sidebar-news-list-item__inner:hover {
  text-decoration: underline;
}



/*** お知らせニュース小窓 ***/
.news-dialog-wrap,
.icon-info-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.news-dialog {
  position: absolute;
  left: 24px;
  z-index: 1001;
  box-sizing: border-box;
  display: none;
  width: 270px;
  padding: 12px 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #c584c0 inset, 0 2px 6px rgba(102, 102, 102, .2);
  transition: .1s;
}

.news-dialog.is_open {
  display: block;
}

a.news-dialog-close {
  position: absolute;
  top: -10px;
  right: -10px;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #666;
  border: 1px solid #fff;
  border-radius: 24px;
  box-shadow: 1px 1px 3px rgba(102, 102, 102, .3);
  cursor: pointer;
}

a.news-dialog-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  border-radius: 2px;
}

a.news-dialog-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  border-radius: 2px;
}

.news-dialog-title {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c584c0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #ab48a2;
}

.news-dialog-text {
  font-size: 12px;
  line-height: 1.5em;
}

.news-dialog-text__link {
  display: block;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}

.news-dialog-text__link:hover {
  text-decoration: underline;
}

.news-dialog-date {
  margin-top: 8px;
  text-align: right;
  color: #ab48a2;
}


/***** 消費ポイント表 *****/
.sidebar-section.is_price .sidebar-section-item {
  padding: 0 12px;
  background: #fcfcfc;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.sidebar-price-list-item {
  box-sizing: border-box;
  padding: 12px 0;
}

.sidebar-price-list-item:not(:first-child) {
  border-top: 1px dotted #e4e4e4;
}

.sidebar-price-list-item__title {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #ab48a2;
}

.sidebar-price-list-item__data {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

a.sidebar-section__more {
  display: block;
  padding: 8px 0 12px;
  font-size: 12px;
  text-align: center;
}

a.sidebar-section__more:hover {
  text-decoration: underline;
}



/********** メインカラム **********/
.content {
  position: relative;
}

.primary {
  min-height: 660px;
  margin-left: 210px;
  padding: 111px 12px 20px;
  background: #fcfcfc;
}

/* サブメニューありの調整 */
body:has(.sub-menu) .primary {
  padding-top: calc(87px + 44px + 24px);
}


/***** ページタイトル *****/
.primary-title {
  position: relative;
  height: 24px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #e97996;
}

.primary-title::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 24px;
  background: #ee8aa4;
}


/***** ページ内容 *****/
.primary__inner {
  width: 820px;
  margin: 0 auto;
}



/********** フッター **********/
.footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 24px 64px;
  background-color: #333;
  box-shadow: 0 4px 0 #333 inset, 0 5px 0 #c584c0 inset;
}

.footer-inner {
  box-sizing: border-box;
  display: grid;
  gap: 8px 24px;
  width: 1000px;
  margin: 0 auto 24px;
}

.footer-inner-title {
  grid-column: 1 / 6;
  grid-row: 1 / 2;
  font-size: 16px;
  color: #c584c0;
}

.footer-inner-data {
  grid-row: 2 / 3;
}

a.footer-inner-data-btn {
  display: none;
  width: 170px;
}

a.footer-inner-data-btn.is_show {
  display: block;
}

a.footer-inner-data-btn:first-child {
  margin-bottom: 8px;
}

.footer-category-list:not(:first-child) {
  margin-top: 24px;
}

a.footer-inner-data-btn + .footer-category-list {
  margin-top: initial;
}

a.footer-inner-data-btn.is_show + .footer-category-list {
  margin-top: 24px;
}

.footer-category-list-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.footer-link-list-item:not(:last-child) {
  margin-bottom: 2px;
}

a.footer-link-list-item__link {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  line-height: 1.5em;
  color: #fff;
}

a.footer-link-list-item__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 5px;
  height: 7px;
  background: #c584c0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

a.footer-link-list-item__link:hover {
  text-decoration: underline;
}

.footer-description {
  box-sizing: border-box;
  padding-top: 24px;
  border-top: 1px solid #e4e4e4;
}

.footer-description-text {
  width: fit-content;
  margin: 0 auto 12px;
  line-height: 1.5em;
  color: #909090;
}

.footer-description-link-list {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin-bottom: 12px;
}

.footer-description-link-list-item {
  color: #909090;
}

a.footer-description-link-list-item__link {
  color: #909090;
}

a.footer-description-link-list-item__link:hover {
  text-decoration: underline;
}

.footer-description-copy-right {
  text-align: center;
  color: #909090;
}


/***** フッターイベントバナー *****/
.footer-event-banner-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
  width: 100%;
  height: 105px;
  background: rgba(0, 0, 0, .5);
}

.footer-event-banner-wrap:has(.footer-event-banner) {
  display: block;
}

.footer-event-banner {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 950px;
}

a.footer-event-banner-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  display: block;
  width: 34px;
  height: 34px;
  background-color: #666;
  border: 2px solid #fff;
  border-radius: 34px;
  box-shadow: 1px 1px 3px rgba(102, 102, 102, .3);
  cursor: pointer;
}

a.footer-event-banner-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: '';
  width: 2px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
}

a.footer-event-banner-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
  width: 2px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
}

a.footer-event-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  padding: 4px 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(102, 102, 102, .4);
}

.footer-event-banner-inner__image {
  flex-shrink: 0;
  display: block;
  width: 328px;
  border-radius: 10px;
}

.footer-event-banner-inner-data {
  max-width: 586px;
}

.footer-event-banner-inner-data__text {
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.footer-event-banner-inner-data__btn {
  box-sizing: border-box;
  width: fit-content;
  margin: 8px auto 0;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  transition: .1s;
}