@charset "Shift_JIS";
:root {
  --serif: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --color-blue: #2896be;
  --color-red: #ff6e69;
}
/* ----------------------------------
layout
---------------------------------- */
.bread_area,
.cat_head,
.cat_side,
.cat .list_title,
h2.event_name_,
.stock_area,
.sort_area,
.event_:not(.cat_wrap),
h2.event_title_image_,
.list_info {
  display: none;
}
.bread_area+.cat_wrap {
  margin-top: -28px;
}
.contents,
.contents:has(.cat_goods) {
  width: 100%;
  margin: 0;
}
.cat_main {
  width: 100%;
  padding: 0;
}
.cat,
.cat:has(.goods_) {
  margin: 0;
}
#kc2026w * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
#kc2026w a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}
#kc2026w a:hover {
  opacity: 0.8;
}

/* ----------------------------------
common
---------------------------------- */
#kc2026w {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #393939;
  overflow-x: hidden;
}
#kc2026w .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
#kc2026w .inner-1100 {
  max-width: 1100px;
  margin: 0 auto;
}
#kc2026w .inner-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
#kc2026w .contents-box {
  margin: 100px 0 0;
}
#kc2026w .contents-title {
  margin: 0 0 60px;
  padding: 0 0 12px 37px;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #1a4265;
  background: url(/img/usr/event/kc2026w/icon_about.png) no-repeat left 5px top 6px / 20px;
  border-bottom: 4px solid #1a4265;
}
#kc2026w .contents-subtitle {
  margin: 50px 0 30px;
  padding: 0 0 12px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #04424f;
  border-bottom: 1px solid #04424f;
}
#kc2026w .contents-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 58px;
  margin: 60px auto 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background: #212020;
  border-radius: 50px;
  box-shadow: 0px 5px 0px #5687b3;
}
#kc2026w .contents-btn::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: auto;
  right: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
}
#kc2026w .contents-btn:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(5px);
}
#kc2026w .color-blue {
  color: var(--color-blue);
}
#kc2026w .color-red {
  color: var(--color-red);
}
#kc2026w .border-yellow {
  background-image: linear-gradient(transparent 70%, #fff100 0%);
}
@media screen and (min-width:751px) {
  #kc2026w .for-sp {
    display: none;
  }
}
@media screen and (max-width:750px) {
  #kc2026w .for-pc {
    display: none;
  }
  #kc2026w .inner {
    padding: 0 30px;
  }
  #kc2026w .inner-1100,
  #kc2026w .inner-1000 {
    padding: 0 20px;
  }
  #kc2026w .contents-title {
    margin: 0 0 50px;
    font-size: 32px;
    background-position: left 5px top 6px;
    background-size: 24px;
  }
  #kc2026w .contents-subtitle {
    margin: 58px 0 40px;
    padding: 0 0 15px;
    font-size: 28px;
  }
  #kc2026w .contents-btn {
    width: 100%;
    height: 104px;
    font-size: 28px;
    box-shadow: 0px 8px 0px #5687b3;
  }
  #kc2026w .contents-btn::after {
    right: 64px;
    width: 10px;
    height: 10px;
  }
  #kc2026w .border-yellow {
    background-image: linear-gradient(transparent 80%, #fff100 0%);
  }
}

/* ----------------------------------
top
---------------------------------- */
#kc2026w .mv {
  text-align: center;
}
#kc2026w .sec-top .lead {
  margin: 100px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#kc2026w .sec-top .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 80px 0 0;
}
#kc2026w .sec-top .nav-list li {
  position: relative;
  border-radius: 24px 0 24px 0;
}
#kc2026w .sec-top .nav-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 124px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.46;
  color: #fff;
  border-radius: 24px 0 24px 0;
}
#kc2026w .sec-top .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: auto;
  right: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(135deg);
}
#kc2026w .sec-top .nav-list li a span {
  display: block;
  padding-bottom: 6px;
}
#kc2026w .sec-top .nav-list li a small {
  display: block;
  font-size: 22px;
}
#kc2026w .sec-top .nav-list li.btn-blue a {
  background-color: rgb(40,150,190, 0.8);
  background-image: repeating-linear-gradient(135deg, var(--color-blue), var(--color-blue) 3px, transparent 3px, transparent 6px);
}
#kc2026w .sec-top .nav-list li.btn-red a {
  background-color: var(--color-red);
  background-image: repeating-linear-gradient(45deg, rgb(255,255,255,0.1), rgb(255,255,255,0.1) 1px, transparent 1px, transparent 10px), repeating-linear-gradient(-45deg, rgb(255,255,255,0.1), rgb(255,255,255,0.1) 1px, transparent 1px, transparent 10px);
  box-shadow: 0px 10px 0px #fff100;
}
#kc2026w .sec-top .nav-list li.btn-red a::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 14px;
  width: 33px;
  height: 49px;
  background: url(/img/usr/event/kc2026w/icon_thunder.png) no-repeat center / contain;
}
#kc2026w .sec-top .nav-list li.btn-red + .btn-red a::before {
  left: auto;
  right: 14px;
  transform: scale(-1,1);
}
@media screen and (min-width:751px) {
  #kc2026w .sec-top .nav-list li.btn-blue {
    width: 264px;
  }
  #kc2026w .sec-top .nav-list li.btn-red {
    width: 304px;
  }
}
@media screen and (max-width:750px) {
  #kc2026w .sec-top .lead {
    margin: 90px 0 0;
    font-size: 30px;
    line-height: 1.53;
  }
  #kc2026w .sec-top .nav-list {
    gap: 18px;
    margin: 92px 0 0;
  }
  #kc2026w .sec-top .nav-list li {
    width: calc((100% - 18px) / 2);
  }
  #kc2026w .sec-top .nav-list li a {
    height: 146px;
    font-size: 30px;
    line-height: 1.5;
  }
  #kc2026w .sec-top .nav-list li a::after {
    bottom: 12px;
    width: 8px;
    height: 8px;
  }
  #kc2026w .sec-top .nav-list li a span {
    padding-bottom: 6px;
  }
  #kc2026w .sec-top .nav-list li a small {
    font-size: 26px;
  }
  #kc2026w .sec-top .nav-list li.btn-red a::before {
    top: -12px;
    left: auto;
    right: 10px;
    transform: scale(-1,1);
  }
  #kc2026w .sec-top .nav-list li.btn-red + .btn-red a::before {
    left: 10px;
    right: auto;
    transform: none;
  }
}

/* ----------------------------------
about
---------------------------------- */
#kc2026w .sec-about .about-contents {
  display: flex;
  align-items: flex-start;
}
#kc2026w .sec-about .about-text-area {
  flex: 1;
}
#kc2026w .sec-about .about-logo img {
  width: 448px;
}
#kc2026w .sec-about .about-text {
  margin: 22px 0 0;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.72;
}
#kc2026w .sec-about .about-data dl {
  margin-top: calc(1em*1.5);
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#kc2026w .sec-about .about-data dt {
  font-weight: bold;
  color: var(--color-blue);
}
#kc2026w .sec-about .about-img {
  width: 420px;
}
@media screen and (max-width:750px) {
  #kc2026w .sec-about .about-contents {
    flex-direction: column-reverse;
    gap: 60px;
  }
  #kc2026w .sec-about .about-logo img {
    width: 528px;
  }
  #kc2026w .sec-about .about-text {
    margin: 18px 0 0;
    font-size: 26px;
    line-height: 1.84;
  }
  #kc2026w .sec-about .about-data dl {
    margin-top: 30px;
    font-size: 24px;
    line-height: 2;
  }
  #kc2026w .sec-about .about-img {
    width: 88%;
    margin: 0 auto;
  }
}

/* ----------------------------------
coupon
---------------------------------- */
#kc2026w .sec-coupon .coupon-text {
  margin: 40px 0 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.63;
  text-align: center;
}
#kc2026w .sec-coupon .coupon-text span {
  font-size: 22px;
  letter-spacing: 0.1em;
}
#kc2026w .sec-coupon .coupon-data {
  width: 630px;
  margin: 32px auto 0;
  padding: 18px 34px;
  border: 1px solid var(--color-blue);
}
#kc2026w .sec-coupon .coupon-data dl {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#kc2026w .sec-coupon .coupon-data dl + dl {
  margin-top: 3px;
}
#kc2026w .sec-coupon .coupon-data dt {
  width: 7.5em;
  font-weight: bold;
  color: var(--color-blue);
}
#kc2026w .sec-coupon .coupon-data dd {
  flex: 1;
}
#kc2026w .sec-coupon .coupon-item {
  margin-top: 100px;
}
#kc2026w .sec-coupon .coupon-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#kc2026w .sec-coupon .coupon-item-list li {
  width: 212px;
}
#kc2026w .sec-coupon .coupon-item-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background: var(--color-blue);
  border-radius: 50px;
}
#kc2026w .sec-coupon .coupon-item-list li a::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: auto;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 4px;
  height: 4px;
  margin: auto;
  transform: rotate(45deg);
}
#kc2026w .sec-coupon .coupon-howto-list {
  display: flex;
  gap: 10px;
  padding: 0 15px;
}
#kc2026w .sec-coupon .coupon-howto-list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - (10px*2))/3);
  padding: 24px 20px;
  text-align: center;
  background: #f5f5f5;
}
#kc2026w .sec-coupon .coupon-howto-num {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #bb3238;
}
#kc2026w .sec-coupon .coupon-howto-text {
  margin: 10px 0 6px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#kc2026w .sec-coupon .coupon-howto-text small {
  font-size: 12px;
}
#kc2026w .sec-coupon .coupon-howto-icon {
  margin: auto 0 0;
}
#kc2026w .sec-coupon .coupon-howto-code {
  margin: 7px 0 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.46;
}
#kc2026w .sec-coupon .coupon-howto-code-num {
  margin: 5px 0 0;
}
#kc2026w .sec-coupon .coupon-howto-code-num span {
  color: #bb3238;
}
#kc2026w .sec-coupon .coupon-howto-btn {
  margin: 26px 0 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
#kc2026w .sec-coupon .coupon-howto-btn a {
  color: var(--color-blue);
  text-decoration: underline;
}
#kc2026w .sec-coupon .coupon-notice-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width:751px) {
  #kc2026w .sec-coupon .coupon-howto-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 138px;
  }
}
@media screen and (max-width:750px) {
  #kc2026w .sec-coupon .coupon-img {
    margin: 0 -20px;
  }
  #kc2026w .sec-coupon .coupon-text {
    margin: 50px 0 0;
    font-size: 27px;
  }
  #kc2026w .sec-coupon .coupon-text span {
    font-size: 33px;
  }
  #kc2026w .sec-coupon .coupon-data {
    width: 100%;
    margin: 48px auto 0;
    padding: 23px 35px;
    border-width: 2px;
  }
  #kc2026w .sec-coupon .coupon-data dl {
    display: block;
    font-size: 24px;
    line-height: 2;
  }
  #kc2026w .sec-coupon .coupon-data dt {
    width: 100%;
  }
  #kc2026w .sec-coupon .coupon-item-list {
    gap: 30px;
  }
  #kc2026w .sec-coupon .coupon-item-list li {
    width: calc((100% - 30px) / 2);
  }
  #kc2026w .sec-coupon .coupon-item-list li a {
    height: 76px;
    font-size: 28px;
  }
  #kc2026w .sec-coupon .coupon-item-list li a::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  #kc2026w .sec-coupon .coupon-howto-list {
    flex-direction: column;
    padding: 0;
  }
  #kc2026w .sec-coupon .coupon-howto-list li {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 30px 35px;
  }
  #kc2026w .sec-coupon .coupon-howto-list li:has(.coupon-howto-icon) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 80px;
  }
  #kc2026w .sec-coupon .coupon-howto-num {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 28px;
    text-align: left;
  }
  #kc2026w .sec-coupon .coupon-howto-text {
    flex: 1;
    margin: 10px 0 6px;
    font-size: 24px;
    line-height: 1.333;
  }
  #kc2026w .sec-coupon .coupon-howto-list li:has(.coupon-howto-icon) .coupon-howto-text {
    margin: 0;
    text-align: left;
  }
  #kc2026w .sec-coupon .coupon-howto-text small {
    display: block;
    margin: 8px 0 0;
    font-size: 24px;
  }
  #kc2026w .sec-coupon .coupon-howto-icon {
    width: 35%;
    margin: 0;
  }
  #kc2026w .sec-coupon .coupon-howto-code {
    margin: 22px 0 0;
    font-size: 24px;
    line-height: 1.333;
  }
  #kc2026w .sec-coupon .coupon-howto-code-num {
    margin: 13px 0 0;
  }
  #kc2026w .sec-coupon .coupon-howto-btn {
    margin: 30px 0 0;
    font-size: 24px;
  }
  #kc2026w .sec-coupon .coupon-notice-list {
    margin: -14px 0;
  }
  #kc2026w .sec-coupon .coupon-notice-list li {
    padding: 0;
    text-indent: 0;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}

/* ----------------------------------
present
---------------------------------- */
#kc2026w .sec-present .present-contents {
  display: flex;
  align-items: flex-start;
  margin-right: -60px;
}
#kc2026w .sec-present .present-text-area {
  flex: 1;
}
#kc2026w .sec-present .present-text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.63;
}
#kc2026w .sec-present .present-text span {
  font-size: 22px;
  letter-spacing: 0.1em;
}
#kc2026w .sec-present .present-subtext {
  margin: 5px 0 0;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#kc2026w .sec-present .contents-btn {
  margin: 30px 0 0;
  width: 350px;
}
#kc2026w .sec-present .present-notice {
  margin: 40px 0 0;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#kc2026w .sec-present .present-img {
  width: 420px;
  flex-shrink: 0;
}
@media screen and (max-width:750px) {
  #kc2026w .sec-present .present-contents {
    flex-direction: column-reverse;
    margin-right: 0;
  }
  #kc2026w .sec-present .present-text-area {
    width: 100%;
  }
  #kc2026w .sec-present .present-text {
    font-size: 27px;
  }
  #kc2026w .sec-present .present-text span {
    font-size: 33px;
  }
  #kc2026w .sec-present .present-subtext {
    margin: 12px 0 0;
    font-size: 24px;
    line-height: 2;
  }
  #kc2026w .sec-present .contents-btn {
    margin: 48px 0 0;
    width: 100%;
  }
  #kc2026w .sec-present .present-notice {
    margin: 50px 0 0;
    font-size: 24px;
  }
  #kc2026w .sec-present .present-img {
    width: 100%;
  }
}

/* ----------------------------------
campaign
---------------------------------- */
#kc2026w .sec-campaign .campaign-contents {
  display: flex;
  align-items: center;
}
#kc2026w .sec-campaign .campaign-text-area {
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#kc2026w .sec-campaign .campaign-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#kc2026w .sec-campaign .campaign-text {
  margin: 10px 0 0;
}
#kc2026w .sec-campaign .campaign-notice {
  margin: 15px 0 0;
}
#kc2026w .sec-campaign .campaign-img {
  width: 440px;
  flex-shrink: 0;
}
@media screen and (max-width:750px) {
  #kc2026w .sec-campaign .campaign-contents {
    flex-direction: column;
    align-items: flex-start;
  }
  #kc2026w .sec-campaign .campaign-text-area {
    display: contents;
    font-size: 24px;
    line-height: 2;
  }
  #kc2026w .sec-campaign .campaign-title {
    font-size: 26px;
    line-height: 1;
  }
  #kc2026w .sec-campaign .campaign-text {
    margin: 20px 0 0;
  }
  #kc2026w .sec-campaign .campaign-notice {
    order: 1;
    margin: 15px 0 0;
  }
  #kc2026w .sec-campaign .campaign-img {
    width: 90%;
    margin: 0 auto;
  }
}

/* ----------------------------------
product
---------------------------------- */
#kc2026w .sec-product .product-text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.888;
  text-align: center;
}
#kc2026w .sec-product .product-nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 80px;
}
#kc2026w .sec-product .product-nav-list li {
  width: 325px;
}
#kc2026w .sec-product .product-nav-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  border-radius: 24px 0 24px 0;
}
#kc2026w .sec-product .product-nav-list li.btn-blue a {
  background: var(--color-blue);
}
#kc2026w .sec-product .product-nav-list li.btn-red a {
  background: var(--color-red);
}
#kc2026w .sec-product .product-nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: auto;
  right: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 4px;
  height: 4px;
  margin: auto;
  transform: rotate(135deg);
}
#kc2026w .sec-product .product-container {
  margin: 50px 0 0;
  padding: 0 0 50px;
  background: #ebebeb;
  border-radius: 20px 0 20px 0;
}
#kc2026w .sec-product .product-title {
  padding: 11px 27px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  border-radius: 20px 0 0 0;
}
#kc2026w .sec-product #preorder .product-title {
  background-color: rgb(40,150,190, 0.8);
  background-image: repeating-linear-gradient(135deg, var(--color-blue), var(--color-blue) 3px, transparent 3px, transparent 6px);
}
#kc2026w .sec-product #released .product-title {
  background-color: rgb(255,110,105, 0.8);
  background-image: repeating-linear-gradient(135deg, var(--color-red), var(--color-red) 3px, transparent 3px, transparent 6px);
}
#kc2026w .sec-product .product-frame {
  padding: 50px 50px 0;
}
#kc2026w .sec-product .product-frame .heading {
  display: none;
}
#kc2026w .sec-product .product-frame .cat_goods {
  gap: 32px;
  width: 100%;
}
#kc2026w .sec-product .product-frame .cat_goods li {
  width: calc((100% - (32px*3))/4);
  box-shadow: none;
}
#kc2026w .sec-product .product-frame .cat_goods li a {
  display: block;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
#kc2026w .sec-product .product-frame .cat_goods .icon {
  margin-top: 0;
}
#kc2026w .sec-product .product-frame .goods_ {
  margin: 0;
}
#kc2026w .sec-product .product-frame .goods_p_ {
  gap: 20px;
  margin: 0;
}
#kc2026w .sec-product .product-frame .goods_p_ li {
  width: calc((100% - 20px)/2);
  box-shadow: none;
}
#kc2026w .sec-product .product-frame .goods_p_ li a {
  display: block;
  padding: 14px;
  background: #fff;
  border-radius: 10px;
}
#kc2026w .sec-product .contents-btn {
  margin: 50px auto 0;
  width: 350px;
}
@media screen and (max-width:750px) {
  #kc2026w .sec-product .inner-1100 {
    padding: 0;
  }
  #kc2026w .sec-product .product-text {
    margin-top: -10px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
  }
  #kc2026w .sec-product .product-nav-list {
    gap: 18px;
    margin: 40px 0 80px;
  }
  #kc2026w .sec-product .product-nav-list li {
    width: calc((100% - 18px) / 2);
  }
  #kc2026w .sec-product .product-nav-list li a {
    height: 104px;
    padding-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0.04em;
  }
  #kc2026w .sec-product .product-nav-list li a::after {
    bottom: 15px;
    width: 8px;
    height: 8px;
  }
  #kc2026w .sec-product .product-container {
    margin: 30px 0 0;
    padding: 0 0 50px;
  }
  #kc2026w .sec-product .product-title {
    padding: 18px 32px;
    font-weight: 500;
    font-size: 26px;
  }
  #kc2026w .sec-product .product-frame {
    padding: 30px 20px 0;
  }
  #kc2026w .sec-product .contents-btn {
    margin: 40px auto 0;
    width: 460px;
  }
}

/* ----------------------------------
bottom
---------------------------------- */
#kc2026w .sec-bottom {
  position: relative;
  margin: 174px 0 0;
}
#kc2026w .sec-bottom .bottom-wrapper {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 1;
}
#kc2026w .sec-bottom .bottom-logo {
  position: absolute;
  top: -78px;
}
#kc2026w .sec-bottom .bottom-logo {
  display: flex;
  animation: nav-text 30s linear infinite;
}
#kc2026w .sec-bottom .bottom-logo span {
  flex-shrink: 0;
  margin-right: 35px;
  font-size: 0;
}
@keyframes nav-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#kc2026w .sec-bottom .bottom-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 24px;
  font-weight: 900;
  font-size: 38px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#kc2026w .sec-bottom .bottom-title::before,
#kc2026w .sec-bottom .bottom-title::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 36px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: rotate(-20deg);
}
#kc2026w .sec-bottom .bottom-title::after {
  left: auto;
  right: 0;
  transform: rotate(20deg);
}
#kc2026w .sec-bottom .bottom-banner {
  display: block;
  text-align: center;
}
@media screen and (min-width:751px) {
  #kc2026w .sec-bottom .bottom-wrapper {
    background: #00994f;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 1px, transparent 1px, transparent 18px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 1px, transparent 1px, transparent 18px);
  }
}
@media screen and (max-width:750px) {
  #kc2026w .sec-bottom {
    margin: 156px 0 0;
  }
  #kc2026w .sec-bottom .bottom-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #kc2026w .sec-bottom .bottom-logo {
    top: -60px;
  }
  #kc2026w .sec-bottom .bottom-logo span img {
    height: 61px;
  }
  #kc2026w .sec-bottom .bottom-title {
    padding: 0 24px;
  }
}