@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes popupIcon {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
}
@keyframes popupIcon {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0)) drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
  }
}
.captain {
  overflow-x: hidden;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/bg.jpg) repeat-y;
  background-size: 100%;
}
.captain img {
  height: auto;
}
.captain .content {
  position: relative;
}
.captain .commonTitleBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 5%;
}
.captain .commonTitleBox h2 {
  background: linear-gradient(45deg, #ff8800, #ffc793, #ff864f);
  background: linear-gradient(-20deg, #e9ae12 20%, #ffd57a 50%, #b47b00 80%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 30px;
  display: inline-block;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
}
.captain .commonTitleBox p {
  color: #d6d6d6;
  font-size: 20px;
  color: #d6d6d6;
  font-size: 20px;
  margin: 3% auto;
}
@media (min-width: 499px) {
  .captain .commonTitleBox h2 {
    font-size: 36px;
  }
  .captain .commonTitleBox p {
    color: #d6d6d6;
    font-size: 17px;
    color: #d6d6d6;
    font-size: 17px;
  }
}
@media (min-width: 996px) {
  .captain .commonTitleBox {
    width: 70%;
  }
  .captain .commonTitleBox h2 {
    font-size: 55px;
  }
  .captain .commonTitleBox p {
    color: #d6d6d6;
    font-size: 20px;
    color: #d6d6d6;
    font-size: 20px;
  }
}
.captain img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.captain a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.captain .text-note {
  color: #c4c4c4;
  font-size: 15px;
  margin-top: 1.5%;
  display: block;
  font-family: "nunito", sans-serif;
}
.captain .kv {
  position: relative;
  overflow: hidden;
}
.captain .kv__mainBox {
  position: absolute;
  left: 50%;
  top: 1%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.captain .kv__textBox h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.captain .kv__textBox-date {
  color: #ffffff;
  font-size: 4.5vw;
}
.captain .kv__logoBox {
  width: 75vw;
}
.captain .kv__imgBox {
  position: absolute;
}
.captain .kv__imgBox-1 {
  top: 40%;
  right: 14%;
  width: 38vw;
}
.captain .kv__imgBox-2 {
  top: 53%;
  right: 0;
  width: 45vw;
}
.captain .kv__imgBox-3 {
  top: 72%;
  right: 0;
  width: 70vw;
}
@media (min-width: 996px) {
  .captain .kv__mainBox {
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
  }
  .captain .kv__logoBox {
    width: 30vw;
  }
  .captain .kv__imgBox {
    position: absolute;
  }
  .captain .kv__imgBox-1 {
    top: 10%;
    right: 17%;
    width: 22vw;
  }
  .captain .kv__imgBox-2 {
    top: 27%;
    right: 2%;
    width: 27vw;
  }
  .captain .kv__imgBox-3 {
    top: 58%;
    right: 5%;
    width: 40vw;
  }
}
.captain .intro__titleBox {
  text-align: center;
  margin: 4% auto;
}
.captain .intro__titleBox-badge {
  max-width: 250px;
  margin: 5% auto 2%;
}
.captain .intro__titleBox-text h2 {
  color: #1f80e7;
  font-size: 32px;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.captain .intro__titleBox-txt {
  color: #e43bf5;
  font-size: 40px;
}
.captain .intro__titleBox-name {
  color: #64bcf1;
  font-size: 32px;
}
.captain .intro__titleBox .text-note {
  color: #c4c4c4;
  font-size: 13px;
  margin-top: 1.5%;
}
.captain .intro__period {
  position: relative;
}
.captain .intro__period-bg {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8);
}
.captain .intro__period .msi__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #161c1f;
}
.captain .intro__period-textBoxWrap {
  margin: 5% auto;
}
.captain .intro__period-textBox {
  padding: 5% 0;
}
.captain .intro__period-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 5.5vw;
}
.captain .intro__period-title p {
  color: #ffffff;
  font-size: 1em;
  background: #d10000;
  margin: 0;
  height: auto;
  min-height: 1.5em;
  padding: 0.15em 0.5em;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.captain .intro__period-title img {
  height: 1.5em;
  width: auto;
  max-height: 1.5em;
  position: relative;
  display: block;
}
.captain .intro__period-deco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5em;
}
.captain .intro__period-deco-left::before {
  content: "";
  position: absolute;
  left: -0.3em;
  bottom: -0.35em;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/red-bg-bottom.png) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  z-index: 2;
}
.captain .intro__period-deco-right::before {
  content: "";
  position: absolute;
  right: -0.3em;
  top: -0.35em;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/red-bg-top.png) no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  z-index: 2;
}
.captain .intro__period-date {
  margin-top: 3%;
  font-weight: 600;
  text-align: center;
}
.captain .intro__period-date p {
  color: #ffffff;
  font-size: 32px;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (min-width: 499px) {
  .captain .intro__titleBox-text h2 {
    color: #1f80e7;
    font-size: 32px;
  }
  .captain .intro__titleBox-txt {
    color: #e43bf5;
    font-size: 40px;
  }
  .captain .intro__titleBox-name {
    color: #64bcf1;
    font-size: 32px;
  }
  .captain .intro__titleBox .text-note {
    color: #c4c4c4;
    font-size: 15px;
  }
  .captain .intro__period-title {
    font-size: 4.5vw;
  }
  .captain .intro__period-title p {
    color: #ffffff;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .captain .intro__period-title {
    font-size: 3.5vw;
  }
}
@media (min-width: 996px) {
  .captain .intro__titleBox-text h2 {
    color: #1f80e7;
    font-size: 36px;
  }
  .captain .intro__titleBox-txt {
    color: #e43bf5;
    font-size: 48px;
  }
  .captain .intro__titleBox-name {
    color: #64bcf1;
    font-size: 36px;
  }
  .captain .intro__titleBox .text-note {
    color: #c4c4c4;
    font-size: 17px;
  }
  .captain .intro__period .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: none;
  }
  .captain .intro__period-textBoxWrap {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 996px) and (min-width: 996px) {
  .captain .intro__period-textBoxWrap {
    width: 45%;
  }
}
@media (min-width: 996px) and (min-width: 1300px) {
  .captain .intro__period-textBoxWrap {
    width: 50%;
  }
}
@media (min-width: 996px) {
  .captain .intro__period-textBox {
    margin: 8% 0;
    padding: 0;
  }
  .captain .intro__period-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2vw;
  }
  .captain .intro__period-title p {
    color: #ffffff;
    font-size: 1em;
  }
  .captain .intro__period-date {
    text-align: left;
  }
  .captain .intro__period-date p {
    color: #ffffff;
    font-size: 2.5rem;
  }
}
@media (min-width: 1300px) {
  .captain .intro__titleBox-text h2 {
    color: #1f80e7;
    font-size: 42px;
  }
  .captain .intro__titleBox-txt {
    color: #e43bf5;
    font-size: 55px;
  }
  .captain .intro__titleBox-name {
    color: #64bcf1;
    font-size: 42px;
  }
  .captain .intro__period-textBoxWrap {
    width: 40%;
  }
  .captain .intro__period-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.7vw;
  }
  .captain .intro__period-title p {
    color: #ffffff;
    font-size: 1em;
  }
  .captain .intro__period-date p {
    color: #ffffff;
    font-size: 2.75rem;
  }
}
@media (min-width: 1930px) {
  .captain .intro__period-title {
    font-size: 36px;
  }
  .captain .intro__period-title p {
    color: #ffffff;
    font-size: 1em;
  }
}
.captain .pd__tabBox {
  background: #000;
}
.captain .pd img {
  display: block;
}
.captain .pd__navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 5% 0;
  margin: auto;
}
@media (min-width: 576px) {
  .captain .pd__navBox {
    padding: 5%;
  }
}
.captain .pd__navBox-item {
  position: relative;
  margin: 0 2%;
  min-height: 55px;
  overflow: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.captain .pd__navBox-item--active {
  position: absolute;
  display: none;
}
.captain .pd__navBox .slick-prev:before {
  content: "";
}
.captain .pd__navBox .slick-next:before {
  content: "";
}
.captain .pd__navBox .slick-prev {
  left: 0;
  z-index: 3;
}
.captain .pd__navBox .slick-next {
  right: 0;
  z-index: 3;
}
.captain .pd__navBox .slick-list {
  width: 100%;
  overflow: visible;
}
.captain .pd__navBox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}
@media (min-width: 576px) {
  .captain .pd__navBox .slick-track {
    width: auto;
  }
}
@media (max-width: 498px) {
  .captain .pd__navBox .slick-prev, .captain .pd__navBox .slick-next {
    width: 16px;
  }
  .captain .pd__navBox .slick-prev img, .captain .pd__navBox .slick-next img {
    width: 100%;
    height: auto;
  }
  .captain .pd__navBox .slick-list {
    width: calc(100% - 48px);
    margin: 0 auto;
    overflow: hidden;
  }
  .captain .pd__navBox .slick-track {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .captain .pd__navBox .slick-slide {
    max-width: none;
    float: none;
  }
  .captain .pd__navBox .slick-slide img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 498px) and (min-width: 1930px) {
  .captain .pd__navBox .slick-slide img {
    max-width: 70%;
  }
}
@media (max-width: 498px) {
  .captain .pd__navBox .slick-current .pd__navBox-item::before, .captain .pd__navBox .slick-slide:hover .pd__navBox-item::before {
    content: none;
    background: none;
    display: none;
  }
}
.captain .pd__navBox .slick-current {
  position: relative;
  overflow: visible;
}
.captain .pd__navBox .slick-current > div {
  min-height: 55px;
}
.captain .pd__navBox .slick-current .pd__navBox-item--none {
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(42%) saturate(748%) hue-rotate(166deg) brightness(98%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(67%) sepia(42%) saturate(748%) hue-rotate(166deg) brightness(98%) contrast(92%);
}
.captain .pd__navBox .slick-current .pd__navBox-item--active {
  display: none !important;
}
.captain .pd__navBox .slick-current .pd__navBox-item::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top/2px 12px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top/2px 12px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom/2px 12px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom/2px 12px no-repeat;
  background: linear-gradient(#fff, #fff) left top/12px 2px no-repeat, linear-gradient(#fff, #fff) left top/2px 12px no-repeat, linear-gradient(#fff, #fff) right top/12px 2px no-repeat, linear-gradient(#fff, #fff) right top/2px 12px no-repeat, linear-gradient(#fff, #fff) left bottom/12px 2px no-repeat, linear-gradient(#fff, #fff) left bottom/2px 12px no-repeat, linear-gradient(#fff, #fff) right bottom/12px 2px no-repeat, linear-gradient(#fff, #fff) right bottom/2px 12px no-repeat;
}
.captain .pd__navBox .slick-slide {
  max-width: 120px;
  cursor: pointer;
  margin: auto;
  overflow: visible;
}
.captain .pd__navBox .slick-slide .pd__navBox-item--none {
  display: block;
}
.captain .pd__navBox .slick-slide .pd__navBox-item--active {
  display: none;
}
.captain .pd__navBox .slick-slide:hover .pd__navBox-item--none, .captain .pd__navBox .slick-slide:hover .pd__navBox-item--active {
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(42%) saturate(748%) hue-rotate(166deg) brightness(98%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(67%) sepia(42%) saturate(748%) hue-rotate(166deg) brightness(98%) contrast(92%);
}
.captain .pd__navBox .slick-slide:hover .pd__navBox-item::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top/2px 12px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top/2px 12px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom/2px 12px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom/12px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom/2px 12px no-repeat;
  background: linear-gradient(#fff, #fff) left top/12px 2px no-repeat, linear-gradient(#fff, #fff) left top/2px 12px no-repeat, linear-gradient(#fff, #fff) right top/12px 2px no-repeat, linear-gradient(#fff, #fff) right top/2px 12px no-repeat, linear-gradient(#fff, #fff) left bottom/12px 2px no-repeat, linear-gradient(#fff, #fff) left bottom/2px 12px no-repeat, linear-gradient(#fff, #fff) right bottom/12px 2px no-repeat, linear-gradient(#fff, #fff) right bottom/2px 12px no-repeat;
}
.captain .pd__contBox {
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/pd-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.captain .pd__contBox-wrapBox {
  position: relative;
  padding: 8% 0;
}
.captain .pd__contBox-bgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.captain .pd__contBox .msi__container {
  position: relative;
}
.captain .pd__contBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.captain .pd__contBox-imgWrap {
  position: relative;
  width: 65%;
  margin: auto;
  z-index: 5;
}
.captain .pd__contBox-imgWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 100%;
  display: block;
  font-family: "nunito", sans-serif;
}
.captain .pd__contBox-imgWrap a:hover .pd__contBox-icon {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: none;
          filter: none;
}
.captain .pd__contBox-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  margin: 10% auto 0;
  -webkit-animation: popupIcon 2s ease infinite;
          animation: popupIcon 2s ease infinite;
  height: 50px;
  text-align: center;
}
.captain .pd__contBox-icon img {
  max-width: 35px;
  margin-right: 6%;
}
.captain .pd__contBox-icon span {
  color: #ffffff;
  font-size: 15px;
}
.captain .pd__contBox-imgBg {
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.captain .pd__contBox-img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.captain .pd__contBox-text {
  width: 80%;
  margin: 8% auto 0;
  text-align: center;
}
.captain .pd__contBox-name {
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 5%;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.captain .pd__contBox-name span {
  color: #ffffff;
  font-size: 30px;
}
.captain .pd__contBox-list li {
  color: #ffffff;
  font-size: 17px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "nunito", sans-serif;
}
.captain .pd__contBox-link {
  position: relative;
  display: inline-block;
  margin-top: 5%;
}
.captain .pd__contBox-link a {
  color: #ffffff;
  font-size: 2rem;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  background: #1f80e7;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  padding: 15px 35px;
  display: inline-block;
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.captain .pd__contBox-link a:hover {
  -webkit-filter: drop-shadow(0 0 14px #64bcf1);
          filter: drop-shadow(0 0 14px #64bcf1);
  background: #2b8ff5;
}
.captain .pd__contBox-link::before {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -32px;
  width: 90px;
  height: 90px;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/buynow-btn-icon.png) no-repeat center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.captain .pd__contBox-priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3% 0;
}
.captain .pd__contBox-prize {
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.captain .pd__contBox-prize--new {
  color: #ee8753;
  font-size: 30px;
  margin-right: 3%;
}
.captain .pd__contBox-prize--new span {
  color: #ee8753;
  font-size: 60px;
  font-weight: bold;
}
.captain .pd__contBox-prize--old {
  color: #ffffff;
  font-size: 18px;
  margin-top: 4%;
  text-decoration: line-through;
}
.captain .pd__photoBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 576px) {
  .captain .pd__navBox .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100% !important;
  }
}
@media (min-width: 996px) {
  .captain .pd__navBox {
    width: 70%;
  }
  .captain .pd__navBox .slick-slide {
    max-width: 177px;
  }
  .captain .pd__contBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .captain .pd__contBox-imgWrap {
    width: 35%;
    margin: 6% 0 0 11%;
  }
  .captain .pd__contBox-imgBg {
    position: absolute;
    top: -92%;
    left: -17%;
    width: 80%;
    -webkit-transform: none;
            transform: none;
  }
  .captain .pd__contBox-name {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .captain .pd__contBox-icon {
    margin: 5% auto 0;
    height: auto;
  }
  .captain .pd__contBox-icon img {
    max-width: 25px;
    margin-right: 2%;
  }
  .captain .pd__contBox-text {
    width: 45%;
    margin: 0;
    text-align: left;
  }
  .captain .pd__contBox-list {
    padding-left: 30px;
  }
  .captain .pd__contBox-list li {
    color: #ffffff;
    font-size: 17px;
    list-style-type: disc;
    border-bottom: none;
  }
  .captain .pd__contBox-priceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .captain .pd__contBox-prize--new {
    color: #ee8753;
    font-size: 40px;
  }
  .captain .pd__contBox-prize--new span {
    color: #ee8753;
    font-size: 80px;
  }
  .captain .pd__contBox-prize--old {
    color: #ffffff;
    font-size: 26px;
  }
}
.captain .redeem {
  position: relative;
  margin-top: 5%;
}
.captain .redeem__bgItem {
  position: absolute;
  right: 5%;
  top: 11%;
  width: 53vw;
}
.captain .redeem__mainBox {
  margin: 10% auto;
}
@media (min-width: 996px) {
  .captain .redeem__mainBox {
    margin: 0;
  }
}
.captain .redeem__tcBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .captain .redeem__tcBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.captain .redeem__tcBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
  margin: 3% auto;
  cursor: pointer;
  font-size: 5.5vw;
}
@media (min-width: 768px) {
  .captain .redeem__tcBox {
    font-size: 3.5vw;
  }
}
@media (min-width: 996px) {
  .captain .redeem__tcBox {
    margin: 0;
    font-size: 1.7vw;
  }
}
.captain .redeem__tcBox a {
  color: #ffffff;
  font-size: 1em;
  background: #d10000;
  margin: 0;
  height: auto;
  min-height: 1.5em;
  padding: 0.15em 0.5em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  white-space: nowrap;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.captain .redeem__tcBox:hover {
  -webkit-filter: drop-shadow(0 4px 14px rgba(209, 0, 0, 0.85));
          filter: drop-shadow(0 4px 14px rgba(209, 0, 0, 0.85));
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.captain .redeem__tcBox img {
  height: 1.5em;
  width: auto;
  max-height: 1.5em;
  position: relative;
  display: block;
}
.captain .redeem__tcBox-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5em;
}
.captain .redeem__tcBox-btn-left::before {
  content: "";
  position: absolute;
  left: -0.3em;
  bottom: -0.35em;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/red-bg-bottom.png) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  z-index: 2;
}
.captain .redeem__tcBox-btn-right::before {
  content: "";
  position: absolute;
  right: -0.3em;
  top: -0.35em;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/red-bg-top.png) no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  z-index: 2;
}
.captain .redeem__textBox {
  width: 90%;
  margin: 5% auto 10%;
  text-align: center;
}
.captain .redeem__howLink a {
  color: #ffffff;
  font-size: 18px;
  background: #1d3c34;
  border: 3px solid #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.captain .redeem__howLink a:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
}
.captain .redeem__link {
  margin: 5% auto;
  text-align: center;
  max-width: 500px;
}
.captain .redeem__link a {
  color: #ffffff;
  font-size: 2.25rem;
  display: inline-block;
  padding: 4vw 8vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/redeem-btn.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
  white-space: nowrap;
  font-family: "bebas-neue-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.captain .redeem__link a::before {
  content: "";
  position: absolute;
  top: -16px;
  right: -12px;
  width: 36px;
  height: 36px;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/redeem-btn-top.png) no-repeat;
  background-size: contain;
}
.captain .redeem__link a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -12px;
  width: 36px;
  height: 36px;
  background: url(https://storage-asset.msi.com/event/2026/nb/captain-tsubasa-2-bundle/images/redeem-btn-bottom.png) no-repeat;
  background-size: contain;
}
.captain .redeem__link a:hover {
  -webkit-filter: drop-shadow(0 0 16px rgba(31, 128, 231, 0.85));
          filter: drop-shadow(0 0 16px rgba(31, 128, 231, 0.85));
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.captain .redeem__tc a {
  color: #d9e1e3;
  font-size: 17px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d9e1e3;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.captain .redeem__tc a:hover {
  color: #64bcf1;
  border-bottom: 2px solid #64bcf1;
}
@media (min-width: 768px) {
  .captain .redeem__bgItem {
    width: 35vw;
  }
  .captain .redeem__textBox {
    width: 55%;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 996px) {
  .captain .redeem__mainBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    background: none;
  }
  .captain .redeem__textBox {
    width: 60%;
  }
  .captain .redeem__howLink a {
    color: #ffffff;
    font-size: 28px;
  }
  .captain .redeem__tcBox {
    font-size: 1.7vw;
  }
  .captain .redeem__tcBox a {
    color: #ffffff;
    font-size: 1em;
    padding: 0.15em 0.5em;
  }
  .captain .redeem__link a {
    color: #ffffff;
    font-size: 3vw;
    padding: 1.2vw 2.5vw;
  }
  .captain .redeem__tc a {
    color: #d9e1e3;
    font-size: 20px;
  }
}
@media (min-width: 1930px) {
  .captain .redeem__tcBox {
    font-size: 36px;
  }
  .captain .redeem__tcBox a {
    color: #ffffff;
    font-size: 1em;
  }
  .captain .redeem__link a {
    color: #ffffff;
    font-size: 40px;
    padding: 16px 40px;
  }
}
.captain .bundleCopyRight {
  padding: 10% 0 6%;
  position: relative;
}
.captain .bundleCopyRight::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  background: #000;
}
.captain .bundleCopyRight__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.captain .bundleCopyRight__itemBox {
  margin: 0 3%;
}
.captain .bundleCopyRight__itemBox img {
  max-width: 120px;
  max-height: 50px;
}
.captain .bundleCopyRight-txt {
  margin-top: 3%;
}
.captain .bundleCopyRight-txt p {
  color: #d9e1e3;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 996px) {
  .captain .bundleCopyRight__itemBox {
    margin: 0 1%;
  }
  .captain .bundleCopyRight__itemBox img {
    max-width: 180px;
    max-height: 80px;
  }
  .captain .bundleCopyRight-txt p {
    color: #d9e1e3;
    font-size: 17px;
  }
}/*# sourceMappingURL=main.css.map */