  @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;900&display=swap');
.home-carousel-wrapper {
  position: relative;
  height: 432px;
  overflow: hidden;
}

.home-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0.3s;
}

.home-carousel-item.active {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.home-carousel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 10s;
}

.home-carousel-background-video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  transform: translatey(-50%);
}

.home-carousel-item.active > .home-carousel-background {
  transform: scale(1.05);
}

.home-carousel-content {
  position: relative;
  margin: auto;
  max-width: 960px;
}

.home-carousel-item-topmessage .home-carousel-content,.home-carousel-item-jwd .home-carousel-content,.home-carousel-item-smcc .home-carousel-content {
  padding-top: 93px;
}
.home-carousel-item-smcc .home-carousel-content {
  padding-top: 64px;
}

.home-carousel-content-slide-up {
  opacity: 0;
  transform: translateY(15px);
}

.home-carousel-content-slide-up.active {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s, transform 0.5s;
}

.home-carousel-content-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-carousel-content-copy-line {
  position: relative;
  padding: 3px 0;
  color: #002c45;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0 0 6px #effdff;
}
.home-carousel-item-smcc .home-carousel-content-copy-line{
    color: #000;
}

[lang="en"] .home-carousel-content-copy-line {
  font-size: 32px;
  text-shadow: 0 0 6px #effdff;
}


.home-carousel-content-copy-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: solid 1px #002c45;
  width: 0;
}

.home-carousel-content-copy-line.active::after {
  width: 100%;
  transition: width 0.5s 0.125s;
}
.home-carousel-item-smcc .home-carousel-content-copy-line::after {
    border-bottom: none;

}

.home-carousel-link-button {
  border-color: #002c45;
  color: #002c45;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.home-carousel-item-smcc .home-carousel-link-button {
    background-color: rgba(255, 255, 255, 0.8);
}

.home-carousel-link-button:hover {
  background-color: #002c45;
  color: #ffffff;
}

.home-carousel-item-topmessage .home-carousel-link-button-container,.home-carousel-item-jwd .home-carousel-link-button-container,.home-carousel-item-smcc .home-carousel-link-button-container {
  margin-top: 30px;
}
.home-carousel-item-smcc .home-carousel-link-button-container {
  margin-top: 40px;
}
.home-carousel-item-report .home-carousel-content > :nth-child(1) {
  position: absolute;
  top: 30px;
}
.home-carousel-item-report .title2025{
  width: 40%;
}
[lang="en"] .home-carousel-item-report .title2025{
  width: 46%;
}


.home-carousel-item-report .home-carousel-content > :nth-child(2) {
  position: absolute;
  top: 240px;
  margin-left: 296px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  text-shadow: 2px 2px 6px rgb(0, 0, 0, 0.4);
  padding-right: 80px;
}


[lang="en"] .home-carousel-item-report .home-carousel-content > :nth-child(2) {
  font-size: 24px;
  line-height: 1.1em;
  margin-left: 280px;
  text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.2);
  padding-right: 40px;
}

.home-carousel-item-report .home-carousel-link-button-container {
  position: absolute;
  top: 260px;
}


.home-carousel-item-report .home-carousel-link-button {
  background-color: rgba(0, 44, 69, 0.8);
  color: #ffffff;
}

.home-carousel-item-report .home-carousel-link-button:hover {
  border-color: rgba(0, 44, 69, 0.5);
  background-color: rgba(0, 44, 69, 0.5);
}

.home-carousel-item-topblog .home-carousel-content {
  padding-top: 69px;
}

.home-carousel-item-topblog .home-carousel-content > :nth-child(1) {
  display: flex;
  align-items: baseline;
  color: #002c45;
  white-space: nowrap;
}

.home-carousel-item-topblog .home-carousel-content > :nth-child(1) > :nth-child(1) {
  font: 500 64px 'Jost', sans-serif;
}

.home-carousel-item-topblog .home-carousel-content > :nth-child(1) > :nth-child(2) {
  font-size: 32px;
  margin-left: 16px;
}

.home-carousel-item-topblog .home-carousel-content > :nth-child(2) {
  margin-top: 16px;
}

.home-carousel-item-topblog .home-carousel-link-button-container {
  margin-top: 18px;
}

.home-carousel-item-topblog .home-carousel-link-button {
  background-color: rgba(255, 255, 255, 0.5);
}

.home-carousel-item-topblog .home-carousel-link-button:hover {
  background-color: rgba(0, 44, 69, 0.8);
  color: #ffffff;
}

.home-carousel-item-vision-movie .home-carousel-content {
  padding-top: 280px;
}

.home-carousel-video-player {
  width: 100%;
  height: 100%;
}
.home-carousel-item-zenryoku-usagi .home-carousel-content {
  padding-top: 24px;
}

.home-carousel-item-zenryoku-usagi .home-carousel-content > :nth-child(1) {
  display: flex;
  align-items: baseline;
  color: #002c45;
  white-space: nowrap;
}

.home-carousel-item-zenryoku-usagi .home-carousel-content > :nth-child(1) > :nth-child(1) {
  font-feature-settings: "palt";
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-shadow:
  2px 2px 1px #fff, -2px -2px 1px #fff,
 -2px 2px 1px #fff,  2px -2px 1px #fff,
  2px 0px 1px #fff, -2px -0px 1px #fff,
  0px 2px 1px #fff,  0px -2px 1px #fff;
}
.home-carousel-item-zenryoku-usagi .home-carousel-content > :nth-child(1) > :nth-child(1) span {
  font-size: 27px;
}


.home-carousel-item-zenryoku-usagi .home-carousel-content > :nth-child(2) {
  font-feature-settings: "palt";
  font-size: 42px;
  font-weight: bold;
  color: #f00;
  text-shadow:
  2px 2px 1px #fff, -2px -2px 1px #fff,
 -2px 2px 1px #fff,  2px -2px 1px #fff,
  2px 0px 1px #fff, -2px -0px 1px #fff,
  0px 2px 1px #fff,  0px -2px 1px #fff;
  
}

.home-carousel-item-zenryoku-usagi .home-carousel-link-button-container {
  margin-top: 32px;
}

.home-carousel-item-zenryoku-usagi .home-carousel-link-button {
  background-color: rgba(0, 44, 69, 0.7);
  color: #ffffff;
  border: none;
}

.home-carousel-item-zenryoku-usagi .home-carousel-link-button:hover {
  border-color: rgba(0, 44, 69, 0.5);
  background-color: rgba(0, 44, 69, 0.5);
}


.home-carousel-pagers-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 76px;
  background-color: rgba(0, 30, 47, 0.5);
}

.home-carousel-pagers {
  display: flex;
  align-items: center;
  height: 100%;
}

.home-carousel-pager-button {
  margin: 0;
  border: solid 1px #707070;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
}

.home-carousel-pager-button + .home-carousel-pager-button {
  margin-left: 20px;
}

.home-carousel-pager-button.active {
  background-color: #dae000;
  cursor: default;
}

.home-carousel-play-button {
  background: none;
  margin-left: 40px;
  padding: 10px;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.home-carousel-play-button:not(.paused)::before {
  content: '';
  display: block;
  margin: 0 1px;
  width: 10px;
  height: 12px;
  background: linear-gradient(to right, #ffffff 40%, transparent 40%, transparent 60%, #ffffff 60%);
}

.home-carousel-play-button.paused::before {
  content: '';
  display: block;
  margin: 0 1px;
  width: 10px;
  height: 12px;
  background: linear-gradient(to right, #dae000 40%, transparent 40%, transparent 60%, #dae000 60%);
}

.home-carousel-item-caretan .home-carousel-content  .caretan-image {
  position: absolute;
  top: 60px;
  left: 38%;
  width: 300px;
}
.home-carousel-item-caretan .home-carousel-content .caretan-balloon {
  position: absolute;
  top: 112px;
  left: 62%;
  width: 340px;
}
.home-carousel-item-caretan .home-carousel-content .caretan-copy {
  /* position: absolute;
  top: 112px; */
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  text-shadow: 0px 0px 12px rgb(131,33, 80, 0.9),0px 0px 12px rgb(131,33, 80, 0.9),0px 0px 12px rgb(131,33, 80, 0.9);
  padding:8px;
  /* background-color:rgba(127, 31, 78, 0.5) */
}
.home-carousel-item-zenryoku-AI .home-carousel-content .zenryoku-AI {
  position: absolute;
  width: 100%;

}
.home-carousel-item-zenryoku-AI .home-carousel-content .zenryoku-AI .zenryoku-logo {
  right: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;

}
.home-carousel-item-otoshidama .home-carousel-content .otoshidama {
  position: absolute;
  width: 100%;

}
.home-carousel-item-otoshidama .home-carousel-content .otoshidama-title {
  right: 0;
  left: 78px;
  position: absolute;
  width: 590px;
  margin: 0 auto;
  top: 30px;

}
.home-carousel-item-BI .home-carousel-background {
  background-size: contain;
  background-color: #fff;
}
.home-carousel-item-BHT .home-carousel-background {
  background-color: #fff;
}
.home-carousel-item-BI .home-carousel-content .BI {
  position: absolute;
  width: 100%;

}
.home-carousel-item-BHT .home-carousel-content .BHT {
  position: absolute;
  width: 100%;

}
.home-carousel-item-BI .home-carousel-content .BI-title {
  right: 0;
  left: 16px;
  position: absolute;
  width: 782px;
  margin: 0 auto;
  top: 26px;

}
.home-carousel-item-BHT .home-carousel-content .BHT-title {
  right: 0;
  left: -150px;
  position: absolute;
  width: 766px;
  margin: 0 auto;
  top: 17px;
}
.home-carousel-item-allstarCP .home-carousel-content .allstarCP-title {
  left: 237px;
  position: absolute;
  width: 564px;
  top: 30px;
  margin: 0;
}
.home-carousel-item-U18 .home-carousel-content .U18-title {
  left: 3px;
  position: absolute;
  width: 940px;
  top: 9px;
  margin: 0 auto;
}
.home-carousel-item-seiseiAI .home-carousel-content .seiseiAI-copy {
  left: -32px;
  position: absolute;
  width: 620px;
  top: 60px;
  margin: 0 auto;
}
.home-carousel-item-seiseiAI .home-carousel-content .caretan-image {
  right: -80px;
  position: absolute;
  width: 440px;
  top: 30px;
  margin: 0 auto;
}
.home-carousel-item .home-carousel-content .A-action-copy {
  left: -8px;
  position: absolute;
  width: 620px;
  top: 100px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-shadow: 2px 2px 6px rgb(0, 0, 0, 0.4);
}

.home-carousel-item .home-carousel-content .A-action-logo {
  right: -20px;
  position: absolute;
  width: 390px;
  top: 20px;
  margin: 0 auto;
}
.home-carousel-item-allstarCP .home-carousel-content .allstarCP-copy {
  left: 240px;
  position: absolute;
  width: 590px;
  top: 217px;
  margin: 0;
}
.home-carousel-item-U18 .home-carousel-content .U18-copy {
  left: 240px;
  position: absolute;
  width: 701px;
  top: 230px;
  margin: 0;
}

.home-carousel-item-zenryoku-AI .home-carousel-content .zenryoku-AI-note {
  position: relative;
  top: 232px;
  font-size: 32px;
  margin-left: 250px;
  color: #353442;
  font-weight: bold;
  line-height: 42px;
  text-shadow:
  2px 2px 1px #fff, -2px -2px 1px #fff,
  -2px 2px 1px #fff,  2px -2px 1px #fff,
  2px 0px 1px #fff, -2px -0px 1px #fff,
  0px 2px 1px #fff,  0px -2px 1px #fff;
  padding:8px;
  font-family: "M PLUS 1p", serif;
  font-weight: 900;
  font-style: normal;
}

.home-carousel-item-chara .home-carousel-content > :nth-child(1) {
  position: absolute;
  top: 96px;
  padding-right: 240px;
  color: #002c45;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0 0 8px #effdff,0 0 8px #effdff,0 0 8px #effdff;
  line-height: 1.7;
}
.home-carousel-item-chara .home-carousel-content > :nth-child(2) {
  position: absolute;
  top: 30px;
  right: -50px;
  width: 300px;
}
.home-carousel-item-caretan .home-carousel-link-button-container, .home-carousel-item-chara .home-carousel-link-button-container {
  position: absolute;
  top: 236px;
  background-color: #fff;
  border-radius: 2px;
}
.home-carousel-item-zenryoku-AI .home-carousel-link-button-container,.home-carousel-item-otoshidama .home-carousel-link-button-container {
  position: absolute;
  top: 236px;
  background-color: #D83633;
  border-radius: 2px;

}
.home-carousel-item-BI .home-carousel-link-button-container {
  position: absolute;
  top: 236px;
  background-color: #D83633;
  border-radius: 2px;

}
.home-carousel-item-BHT .home-carousel-link-button-container {
  position: absolute;
  top: 236px;
  background-color: #D83633;
  border-radius: 2px;

}
.home-carousel-item-allstarCP .home-carousel-link-button-container {
  position: absolute;
  top: 236px;
  background-color: #ffed7f;
  border-radius: 2px;

}
.home-carousel-item-U18 .home-carousel-link-button-container {
  position: absolute;
  top: 236px;
  background-color: #ffed7f;
  border-radius: 2px;

}
.home-carousel-item-seiseiAI .home-carousel-link-button-container {
  position: absolute;
  top: 236px;
  border-radius: 2px;
}

.home-carousel-item .home-carousel-link-button-container.A-action-link {
  position: absolute;
  top: 236px;
  border-radius: 2px;
}
.home-carousel-item-seiseiAI .home-carousel-link-button {
  background-color: #D83633;
  border-color: #fff;
  color: #fff;
}
.home-carousel-item-seiseiAI .home-carousel-link-button:hover {
  background-color: #002c45;
}
.home-carousel-item-A-action .home-carousel-link-button {
  background-color: #dbe000;
  border-color: #fff;
  color: #002c45;
}
.home-carousel-item-A-action .home-carousel-link-button:hover {
  background-color: #002c45;
  color: #FFF;
}

.home-carousel-item-zenryoku-AI .home-carousel-link-button,.home-carousel-item-otoshidama .home-carousel-link-button {
  background-color: #d83633;
  border-color: #fff;
  color: #fff;
}

.home-carousel-item-BI .home-carousel-link-button {
  background-color: #ffffff;
  border-color: #e64801;
  color: #e64801;
}
.home-carousel-item-BHT .home-carousel-link-button {
  background-color: #ffffff;
  border-color: #e64801;
  color: #e64801;
}
.home-carousel-item-allstarCP .home-carousel-link-button {
  background-color: #333;
  border-color: #fff;
  color: #fff;
}

.home-carousel-item-U18 .home-carousel-link-button {
  background-color: #a72f2d;
  border-color: #fff;
  color: #fff;
}
.home-carousel-item-zenryoku-AI .home-carousel-link-button:hover,.home-carousel-item-otoshidama .home-carousel-link-button:hover {
  background-color: #a72f2d;
  color: #fff;
}
.home-carousel-item-BI .home-carousel-link-button:hover {
  background-color: #e64801;
  color: #fff;

}
.home-carousel-item-BHT .home-carousel-link-button:hover {
  background-color: #e64801;
  color: #fff;

}
.home-carousel-item-allstarCP .home-carousel-link-button:hover {
  background-color: #dbe000;
  color: #333;
}
.home-carousel-item-smcc-logo{
  width: 360px; vertical-align: bottom; margin: 8px 18px 0 0;
}

[lang="en"] .home-carousel-item-smcc-logo{
  width: 400px; vertical-align: bottom; margin: 16px 16px 8px 0;
}

/* BI`αg */
@media (max-width: 1570px) {
  .home-carousel-item-BI .home-carousel-background {
  background-size: cover;
}
}

/* ޥۤȥ֥åȤg */
@media (min-width: 768px) and (max-width: 919px) {
.home-carousel-item-allstarCP .home-carousel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 10s;
}
}

/* ֥å */
@media (max-width: 1023px) {
  .home-carousel-item-otoshidama .home-carousel-content .otoshidama-title {
    width: 54%;
    left: 0;
    top: 20px;
  
  }
  .home-carousel-item-BI .home-carousel-content .BI-title {
    width: 82%;
    left: 72px;
    top: 43px;
  }
  .home-carousel-item-BHT .home-carousel-content .BHT-title {
    width: 92%;
    left: 4px;
    top: 4px;
  }
  .home-carousel-item-allstarCP .home-carousel-content .allstarCP-title {
    width: 62%;
    left: 226px;
    top: 46px;
  }

  .home-carousel-item-U18 .home-carousel-content .U18-title {
    width: 85%;
    left: 0;
    right: 0;
    top: 46px;
    margin: 0 auto;
  }
  .home-carousel-item-allstarCP .home-carousel-content .allstarCP-copy {
    top: 216px;
    width: 54%;
    left: 241px;
  }

  .home-carousel-item-U18 .home-carousel-content .U18-copy {
    top: 237px;
    width: 64%;
    left: 241px;
  }
  .home-carousel-item-chara .home-carousel-content > :nth-child(1) {
    font-size: 28px;
    padding-right: 204px;
    line-height: 1.2;
    top: 126px;
  }
  .home-carousel-item-chara .home-carousel-link-button-container {
    top: 236px;
  }
  .home-carousel-item-caretan .home-carousel-content .caretan-image {
    top: 60px;
    left: 34%;
    width: 240px;
  }
  .home-carousel-item-caretan .home-carousel-content .caretan-balloon {
    left: 62%;
    width: 280px;
  }
  .home-carousel-item-caretan .home-carousel-content .caretan-copy {
    font-size: 22px;
    line-height: 1.5;
  }
  .home-carousel-item-zenryoku-AI .home-carousel-content  .zenryoku-AI-copy {
    font-size: 36px;
    line-height: 40px;

  }
  .home-carousel-item-zenryoku-AI .home-carousel-content  .zenryoku-AI-copy span {
    font-size: 28px;
  }
  .home-carousel-item-seiseiAI .home-carousel-content .seiseiAI-copy {
    left: -30px;
    width: 600px;
    top: 10px;
  }
  .home-carousel-item-seiseiAI .home-carousel-content .caretan-image {
    right: -40px;
    width: 320px;
    top: 120px;
  }
  .home-carousel-item .home-carousel-content .A-action-logo {
    right: 12px;
    width: 320px;
    top: 20px;
    width: 390px;
    top: 20px;
    margin: 0 auto;
  }
  .home-carousel-item .home-carousel-content .A-action-copy {
    width: auto;
    margin-right: 340px;
    left: 0;
    top: 100px;
    font-size: 18px;

  }

}

/* ޥۤ */
@media (max-width: 767px) {
  .home-carousel-wrapper {
    height: 290px;
  }

  .home-carousel-item-topmessage .home-carousel-content {
    padding-top: 22px;
  }
  .home-carousel-item-jwd .home-carousel-content,.home-carousel-item-smcc .home-carousel-content{
    padding-top: 80px;
  }
  .home-carousel-item-smcc .home-carousel-content {
  padding-top: 32px;
}

  .home-carousel-item-report .home-carousel-content > :nth-child(1) {
    top: 17px;
    width: 305px;
    max-width: 100%;
  }

  .home-carousel-item-report .home-carousel-content > :nth-child(2) {
    top: 164px;
    margin-left: min(190px, calc(100vw - 184px));
    margin-right: -10px;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 0;
  }
  [lang="en"] .home-carousel-item-report .home-carousel-content > :nth-child(2) {
    top: 164px;
    margin-left: min(174px, calc(100vw - 184px));
    margin-right: -10px;
    font-size: 12px;
    line-height: 1.5;
    padding-right: 0;
  }

  .home-carousel-item-report .home-carousel-link-button-container {
    top: 165px;
  }

  .home-carousel-item-report .home-carousel-link-button {
    width: 165px;
    max-width: calc(100vw - 194px);
    padding: 10px 0 9px;
    font-size: min(18px, calc(12.5vw - 25.5px));
  }

  .home-carousel-item-topblog .home-carousel-content {
    padding-top: 6px;
  }

  .home-carousel-item-topblog .home-carousel-content > :nth-child(1) > :nth-child(1) {
    font-size: 48px;
  }

  .home-carousel-item-topblog .home-carousel-content > :nth-child(1) > :nth-child(2) {
    font-size: 24px;
  }

  .home-carousel-item-topblog .home-carousel-content > :nth-child(2) {
    font-size: 12px;
  }

  .home-carousel-item-vision-movie .home-carousel-content {
    padding-top: 176px;
  }
  .home-carousel-item-zenryoku-usagi .home-carousel-content {
    padding-top: 16px;
  }
  .home-carousel-item-zenryoku-usagi .home-carousel-content > :nth-child(1) > :nth-child(1) {
    font-size: 20px;
  }
  .home-carousel-item-zenryoku-usagi .home-carousel-content > :nth-child(2) {
    font-size: 30px;
  }
  .home-carousel-item-zenryoku-usagi .home-carousel-content > :nth-child(1) > :nth-child(1) span {
    font-size: 16px;
  }


  .home-carousel-content-copy-line {
    font-size: 18px;
  }
  [lang="en"] .home-carousel-content-copy-line {
    font-size: 16px;
  }

  .home-carousel-item-topmessage .home-carousel-link-button {
    margin-top: 20px;
    width: 167px;
  }
  .home-carousel-item-topmessage .home-carousel-link-button-container,.home-carousel-item-jwd .home-carousel-link-button-container,.home-carousel-item-smcc .home-carousel-link-button-container {
    margin-top: 20px;
    width: 167px;
  }
  .home-carousel-item-smcc .home-carousel-link-button-container {
    margin-top: 40px;
    width: 167px;
  }
  
  

  .home-carousel-pagers-container {
    height: 53px;
  }

  .home-carousel-pagers {
    justify-content: center;
  }
  .home-carousel-item-chara .home-carousel-content > :nth-child(1) {
    font-size: 18px;
    top: 40px;
    padding-right: 540px;
  }
  .home-carousel-item-chara .home-carousel-content > :nth-child(2) {
    position: absolute;
    top: 20px;
    right: -40px;
    width: 200px;
  }
  .home-carousel-item-caretan .home-carousel-link-button-container,  .home-carousel-item-chara .home-carousel-link-button-container {
    position: absolute;
    top: 164px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .home-carousel-item-caretan .home-carousel-link-button,  .home-carousel-item-chara .home-carousel-link-button {
    width: 165px;
    padding: 10px 0 9px;
  }

  .home-carousel-item-caretan .home-carousel-content .caretan-image {
    position: absolute;
    top: 4px;
    right: 40%;
    width: 240px;
  }
  .home-carousel-item-otoshidama .home-carousel-content .caretan-image {
    position: absolute;
    top: 160px;
    right: 0;
    width: 166px;
  }
  .home-carousel-item-allstarCP .home-carousel-content .caretan-image {
    position: absolute;
    top: 100px;
    right: 0;
    width: 140px;
  }
  .home-carousel-item-U18 .home-carousel-content .caretan-image {
    position: absolute;
    top: 150px;
    right: 0;
    width: 140px;
  }
  .home-carousel-item-caretan .home-carousel-content .caretan-balloon {
    display: none;
  }
  .home-carousel-item-caretan .home-carousel-content .caretan-copy {
    position: absolute;
    top: 64px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding:8px;
    background-color:transparent;
  }
  .home-carousel-item-caretan > .home-carousel-background {
    background-position: 36% 0px; 
  }
  .home-carousel-item-zenryoku-AI .home-carousel-content .zenryoku-AI {
  position: absolute;
  top: 16px;
  left: 3px;
  }
.home-carousel-item-zenryoku-AI .home-carousel-content .zenryoku-AI .zenryoku-logo {
  width: 322px;
}


  .home-carousel-item-zenryoku-AI .home-carousel-content .zenryoku-AI-note {
    top: 155px;
    margin-left: 172px;
    color: #353442;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-shadow:
    2px 2px 1px #fff, -2px -2px 1px #fff,
    -2px 2px 1px #fff,  2px -2px 1px #fff,
    2px 0px 1px #fff, -2px -0px 1px #fff,
    0px 2px 1px #fff,  0px -2px 1px #fff;
    padding:8px 0 8px 8px;
  }
  .home-carousel-item-zenryoku-AI .home-carousel-link-button-container,  .home-carousel-item-otoshidama .home-carousel-link-button-container {
    position: absolute;
    top: 164px;
  
  }
  .home-carousel-item-BI .home-carousel-link-button-container {
    position: absolute;
    top: 164px;
  
  }
  .home-carousel-item-BHT .home-carousel-link-button-container {
    position: absolute;
    top: 164px;
  
  }
  .home-carousel-item-allstarCP .home-carousel-link-button-container {
    position: absolute;
    top: 164px;
  
  }
  
  .home-carousel-item-zenryoku-AI .home-carousel-link-button, .home-carousel-item-otoshidama .home-carousel-link-button {
    width: 165px;
    padding: 10px 0 9px;
  }
  .home-carousel-item-BI .home-carousel-link-button {
    width: 165px;
    padding: 10px 0 9px;
    border-color: #999;
    color: #333;
  }
  .home-carousel-item-BHT .home-carousel-link-button {
    width: 165px;
    padding: 10px 0 9px;
    border-color: #999;
    color: #333;
  }
  .home-carousel-item-otoshidama .home-carousel-content .otoshidama-title {
    top:10px;
    width: 330px;
    /* right: auto; */
  
  }
  .home-carousel-item-BI .home-carousel-content .BI-title {
    top: 10px;
    width: 272px;
    left: 16px;
    /* right: auto; */
  }
  .home-carousel-item-BHT .home-carousel-content .BHT-title {
    top: 54px;
    width: 347px;
    left: 0px;
    /* right: auto; */
  }
  .home-carousel-item-allstarCP .home-carousel-content .allstarCP-title {
    top:20px;
    width: 330px;
    left: 0;
  }
  .home-carousel-item-U18 .home-carousel-content .U18-title {
    top: 28px;
    width: 330px;
    left: 0;
  }
  .home-carousel-item-allstarCP .home-carousel-content .allstarCP-copy {
    top: 103px;
    width: 271px;
    left: 0;
  }
  .home-carousel-item-U18 .home-carousel-content .U18-copy {
    top: 116px;
    width: 100%;
    left: 0;
  }
  .home-carousel-item-allstarCP .home-carousel-link-button {
    width: 147px;
  }
  .home-carousel-item-seiseiAI .home-carousel-content .seiseiAI-copy {
    width: 350px;
    top: 10px;
  }

  .home-carousel-item-seiseiAI .home-carousel-content .caretan-image {
    right: -40px;
    width: 200px;
    top: 90px;
  }
  .home-carousel-item .home-carousel-content .A-action-logo {
    right: 0;
    left: 0;
    width: 170px;
    top: 12px;
  }
  .home-carousel-item .home-carousel-content .A-action-copy {
    width: auto;
    left: 180px;
    top: 170px;
    font-size: 9px;
    line-height: 1.4;
    margin-right: 0;
  }

  .home-carousel-item-seiseiAI .home-carousel-link-button-container {
    top: 164px;
  }
  .home-carousel-item-seiseiAI .home-carousel-link-button {
    width: 147px;
  }
  .home-carousel-item-smcc-logo{
  width: 180px; vertical-align: bottom; margin: 0 8px 0 0;
}
  [lang="en"] .home-carousel-item-smcc-logo{
  width: 220px; vertical-align: bottom; margin:  0 0 4px 0;
}
.home-carousel-item-report .title2025{
  width: 72%;
}


}
/* ޥۤޤ */
