@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.p-itfes {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: unset;
  }
}

.bg-section {
  background-color: #0a0a2e;
  background-image: url("/img/streetfighter/2026060607/bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bg-section {
    background-image: url("/img/streetfighter/2026060607/mv_bg_sp.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-itfes__section-inner {
  max-width: 979px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-inner {
    max-width: 100%;
    padding: 60px 20px;
  }
}
.p-itfes__section-inner--visual {
  padding-bottom: 318px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-inner--visual {
    padding-bottom: 90px;
  }
}
.p-itfes__section-title {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title {
    margin-bottom: 14px;
  }
}
.p-itfes__section-title--outline {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--outline {
    margin-bottom: 15px;
  }
}
.p-itfes__section-title--outline img {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--outline img {
    width: 80vw;
    margin-right: 0;
  }
}
.p-itfes__section-title--visual {
  margin-top: -32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--visual {
    margin-top: -54px;
    margin-bottom: 11px;
  }
}
.p-itfes__section-title--visual img {
  width: 380px;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--visual img {
    width: 77vw;
    margin-right: 0;
  }
}
.p-itfes .is-sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-itfes .is-sp-br {
    display: block;
  }
}
.p-itfes__hero {
  position: relative;
  width: 100%;
}
.p-itfes__hero-img {
  width: 100%;
}
.p-itfes__hero-img img {
  display: block;
}
.p-itfes__hero-img .is-sp {
  display: none;
}
.p-itfes__hero-img .is-pc {
  width: 1086px;
  margin: 58px auto 0;
  position: relative;
  left: 62px;
}
@media screen and (max-width: 768px) {
  .p-itfes__hero-img .is-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__hero-img .is-pc {
    display: none;
  }
  .p-itfes__hero-img .is-sp {
    display: block;
    width: 100%;
    margin-top: 63px;
  }
}
.p-itfes__hero-scroll {
  position: absolute;
  bottom: -17px;
  left: 49%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-itfes__hero-scroll {
    bottom: -79px;
    left: 50%;
  }
}
.p-itfes__scroll-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  transition: opacity 0.2s;
}
.p-itfes__scroll-btn img {
  width: 68px;
}
@media screen and (max-width: 768px) {
  .p-itfes__scroll-btn img {
    width: 15vw;
  }
}
.p-itfes__scroll-btn:hover {
  opacity: 0.7;
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 1;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 0;
  }
}
.p-itfes__about {
  padding-top: 221px;
  background: transparent;
  max-width: 979px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__about {
    max-width: 100%;
    padding-top: 244px;
    padding-bottom: 33px;
  }
}
.p-itfes__about-visual-wrap {
  background: url("/img/streetfighter/2026060607/about_bg_pc.webp") center 98px/1070px 1070px no-repeat;
  margin: -107px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__about-visual-wrap {
    width: 100%;
    min-height: auto;
    background: url("/img/streetfighter/2026060607/about_bg_sp.webp") center 157px/100% 88.5% no-repeat, url("/img/streetfighter/2026060607/outline_bg.webp") center bottom/100% auto no-repeat;
    padding-bottom: 34px;
  }
}
.p-itfes__visual {
  background: transparent;
}
.p-itfes__about-bg {
  max-width: 979px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.p-itfes__about-bg .is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-itfes__about-bg {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  .p-itfes__about-bg .is-pc {
    display: none;
  }
  .p-itfes__about-bg .is-sp {
    display: block;
    width: 87vw;
    margin-top: -4px;
  }
}
.p-itfes__about-bg > img.is-pc {
  margin-left: 20px;
  margin-top: 11px;
  width: 462px;
}
@media screen and (max-width: 768px) {
  .p-itfes__about-bg > img.is-pc {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 30px;
  }
}
.p-itfes__about-lead {
  flex: 1;
  margin-left: -45px;
  text-align: left;
  line-height: 1.9;
  padding-top: 11px;
  color: #ddd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-itfes__about-lead {
    width: 100%;
    text-align: center;
    font-size: clamp(12px, 3.7vw, 14px);
    padding: 12px 70px 0;
    margin-left: 0;
    line-height: 1.7;
  }
}
.p-itfes__about-lead .is-pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-itfes__about-lead .is-pc-br {
    display: none;
  }
}
.p-itfes__visual {
  background: transparent;
}
.p-itfes__visual-lead {
  text-align: center;
  color: #ccc;
  margin-bottom: 32px;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__visual-lead {
    font-size: clamp(12px, 3.7vw, 14px);
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6vw;
  }
}
.p-itfes__visual-lead-s {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0%;
}
.p-itfes__visual-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  max-width: 710px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__visual-imgs {
    grid-template-columns: 1fr;
    max-width: 46%;
    margin: 0 auto;
    padding: 0;
    gap: 16px;
  }
}
.p-itfes__visual-img {
  aspect-ratio: 1;
}
.p-itfes__visual-img:first-child {
  margin-left: -14px;
}
@media screen and (max-width: 768px) {
  .p-itfes__visual-img:first-child {
    margin-left: 0;
  }
}
.p-itfes__visual-img:last-child {
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .p-itfes__visual-img:last-child {
    margin-right: 0;
  }
}
.p-itfes__visual-img img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-itfes__visual-img img {
    width: 100%;
    height: auto;
  }
}
.p-itfes__outline {
  background: url("/img/streetfighter/2026060607/section_border.webp") center bottom/100% auto no-repeat;
  margin-top: -2px;
  padding-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline {
    padding-top: 18px;
    background: url("/img/streetfighter/2026060607/section_border.webp");
    background-position: center bottom;
    background-size: 760px auto;
    background-repeat: no-repeat;
    margin-top: -2px;
    padding-bottom: 0;
  }
}
.p-itfes__section-inner--outline {
  max-width: 979px;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  padding-bottom: 72px;
  padding-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-inner--outline {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.p-itfes__outline-list {
  background: #000000;
  border: 1px solid #d866ff;
  padding: 33px 100px;
  width: 660px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-list {
    width: auto;
    margin-left: 0;
    padding: 20px;
    padding-bottom: 27px;
    overflow: hidden;
  }
}
.p-itfes__outline-chara {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 204px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-chara {
    width: 177px;
  }
}
.p-itfes__outline-chara img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-chara img {
    margin-left: 50px;
  }
}
.p-itfes__outline-row {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 22px 0 24px 0;
  background: url("/img/streetfighter/2026060607/outline_border.webp") bottom center/100% auto no-repeat;
}
.p-itfes__outline-row:first-child .p-itfes__outline-note {
  margin-left: 0;
}
.p-itfes__outline-row:nth-child(4) {
  background: none;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-row:last-of-type {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 10px 0 12px 0;
    background: url("/img/streetfighter/2026060607/outline_border-sp.webp") bottom center/77.8666666667vw 1px no-repeat;
  }
  .p-itfes__outline-row:nth-child(2) {
    padding-bottom: 41px;
  }
  .p-itfes__outline-row:nth-child(2) .p-itfes__outline-dd {
    margin-bottom: -22px;
  }
  .p-itfes__outline-row:nth-child(3) .p-itfes__outline-dd {
    margin-bottom: 7px;
  }
  .p-itfes__outline-row:nth-child(4) {
    background: none;
  }
}
.p-itfes__outline-label {
  color: #D866FF;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  width: 66px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-label {
    width: auto;
  }
}
.p-itfes__outline-arrow-wrap {
  width: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.p-itfes__outline-arrow-wrap img {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-arrow-wrap {
    display: none;
  }
}
.p-itfes__outline-dt {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d866ff;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  width: 120px;
  flex-shrink: 0;
}
.p-itfes__outline-arrow {
  width: 22px;
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 6px;
}
.p-itfes__outline-dd {
  flex: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.p-itfes__outline-dd a {
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-dd a {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-dd {
    text-align: center;
  }
}
.p-itfes__outline-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .p-itfes__outline-note {
    margin-left: 0;
  }
}
.p-itfes__outline-arrow-text {
  font-size: 9px;
  margin-left: 2px;
  vertical-align: middle;
}
.p-itfes__dark-section {
  background: url("/img/streetfighter/2026060607/map_texture.webp");
  background-position: center top;
  background-size: 1920px auto;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .p-itfes__dark-section {
    background: url("/img/streetfighter/2026060607/map_texture-sp.webp");
    background-position: center top;
    background-size: 770px auto;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--map {
    margin-bottom: 5px;
  }
}
.p-itfes__section-title--map img {
  width: 380px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--map img {
    width: 80vw;
    margin-right: 0;
  }
}
.p-itfes__section-inner--map {
  max-width: 979px;
  padding-left: 0;
  padding-right: 32px;
  padding-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-inner--map {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 0;
  }
}
.p-itfes__map-img {
  border-radius: 8px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 29px;
}
.p-itfes__map-img .is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-itfes__map-img .is-pc {
    display: none;
  }
  .p-itfes__map-img .is-sp {
    display: block;
  }
}
.p-itfes__map-img img {
  max-width: 434px;
  width: 100%;
  display: block;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__map-img img {
    max-width: 100%;
    width: 76%;
    margin-right: 0;
  }
}
.p-itfes__section-border {
  width: 100%;
  margin-top: -18px;
}
.p-itfes__section-border img {
  width: 100%;
  display: block;
  height: auto;
}
.p-itfes__section-border--sponsor {
  margin-top: -12px;
}
.p-itfes__section-title--general {
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--general {
    margin-bottom: 14px;
  }
}
.p-itfes__section-title--general img {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--general img {
    width: 80vw;
  }
}
.p-itfes__general {
  background: transparent;
}
.p-itfes__section-inner--general {
  max-width: 979px;
  padding: 25px 28px 55px 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-inner--general {
    max-width: 100%;
    padding-bottom: 64px;
    padding-right: 0;
  }
}
.p-itfes__general-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 820px;
  margin: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-itfes__general-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 100%;
    margin: 0;
  }
}
.p-itfes__general-item {
  text-align: center;
  width: 260px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-itfes__general-item:nth-child(2) .p-itfes__general-text {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__general-item {
    text-align: left;
    gap: 25px;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__general-item-head {
    width: 100%;
    text-align: left;
    gap: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.p-itfes__general-icon {
  width: 98px;
  height: 98px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 17px;
}
.p-itfes__general-icon img {
  width: 98px;
  height: 98px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-itfes__general-icon {
    flex-shrink: 0;
    margin: 0;
    width: 64px;
    height: 64px;
  }
  .p-itfes__general-icon img {
    width: 64px;
    height: 64px;
  }
}
.p-itfes__general-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #D866FF;
}
@media screen and (max-width: 768px) {
  .p-itfes__general-name {
    font-size: clamp(14px, 4.5vw, 19px);
  }
}
.p-itfes__general-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ccc;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-itfes__general-text {
    order: 0;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__general-line {
    order: 1;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__general-line--last {
    display: none;
  }
}
.p-itfes__coming-soon {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 20px;
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.8;
}
.p-itfes__section-inner--limited {
  max-width: 979px;
  padding: 0 34px 82px 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-inner--limited {
    max-width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }
}
.p-itfes__limited-img {
  background: #1a1a2e;
  border-radius: 8px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-itfes__limited-coming {
  text-align: center;
  color: #888;
  font-size: 0.95rem;
  line-height: 1.8;
}
.p-itfes__limited-cup {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  align-items: flex-start;
  max-width: 820px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup-body {
    text-align: center;
  }
}
.p-itfes__limited-cup-img {
  flex-shrink: 0;
  width: 220px;
  height: auto;
}
.p-itfes__limited-cup-img .is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup-img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-left: 0;
  }
  .p-itfes__limited-cup-img .is-pc {
    display: none;
  }
  .p-itfes__limited-cup-img .is-sp {
    display: block;
  }
}
.p-itfes__limited-cup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup-img img {
    margin: auto;
    width: 79%;
    text-align: center;
  }
}
.p-itfes__limited-cup-title {
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
}
.p-itfes__limited-cup-title--en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.6;
  color: #d866ff;
  margin-right: 16px;
}
.p-itfes__limited-cup-title--ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.6;
  color: #d866ff;
}
.p-itfes__section-title--limited {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--limited {
    margin-right: 0;
  }
}
.p-itfes__section-title--limited img {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--limited img {
    width: 80vw;
  }
}
.p-itfes__limited-cup-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ddd;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup-text {
    width: 80%;
    margin: auto;
    margin-bottom: 11px;
    text-align: left;
  }
}
.p-itfes__limited-cup-text .is-pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup-text .is-pc-br {
    display: none;
  }
}
.p-itfes__limited-cup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(90deg, #cc36ff 0%, #5136ff 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 40px;
  width: 380px;
  height: 42px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-cup-btn {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}
.p-itfes__limited-cup-btn:hover {
  opacity: 0.8;
}
.p-itfes__limited-cup-icon {
  flex-shrink: 0;
}
.p-itfes__limited-border {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.p-itfes__limited-border--pc {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-border--pc {
    display: none;
  }
}
.p-itfes__limited-border--sp {
  display: none;
}
@media (max-width: 767px) {
  .p-itfes__limited-border--sp {
    display: block;
    width: 87.2vw;
    margin: 0 auto 10px;
    height: 1px;
  }
}
.p-itfes__limited-soon {
  margin-top: 89px;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-soon {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
.p-itfes__limited-soon-bg {
  width: 820px;
  height: 94px;
  display: block;
  margin: auto;
}
.p-itfes__limited-soon-bg.is-pc {
  width: 820px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-soon-bg.is-pc {
    display: none;
  }
}
.p-itfes__limited-soon-bg.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-soon-bg.is-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__limited-soon-bg {
    width: 100%;
    height: auto;
  }
}
.p-itfes__limited-soon-text {
  position: relative;
  z-index: 1;
  font-family: Ro GSan Serif StdN;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.p-itfes__sponsor {
  background: transparent;
  background: url(/img/streetfighter/2026060607/section_border.webp) center top/1920px auto repeat-x;
  margin-top: -9px;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-itfes__sponsor {
    padding-top: 22px;
    background: url(/img/streetfighter/2026060607/section_border.webp);
    background-position: center top;
    background-size: 760px auto;
    background-repeat: repeat-x;
    margin-top: -20px;
    padding-bottom: 0;
  }
}
.p-itfes__section-inner--sponsor {
  max-width: 979px;
  padding: 113px 22px 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-inner--sponsor {
    max-width: 100%;
    padding-top: 43px;
    padding-bottom: 30px;
    padding-right: 0;
  }
}
.p-itfes__section-title--sponsor {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--sponsor {
    margin-right: 0;
  }
}
.p-itfes__section-title--sponsor img {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .p-itfes__section-title--sponsor img {
    width: 80vw;
  }
}
.p-itfes__sponsor-logo {
  margin: 0 auto 22px;
  width: 240px;
  border-radius: 4px;
}
.p-itfes__sponsor-logo img {
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__sponsor-logo img {
    width: 54vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__sponsor-logo {
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-itfes__sponsor-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #ddd;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__sponsor-text {
    width: 79%;
    margin: auto;
    text-align: left;
    line-height: 1.6;
  }
  .p-itfes__sponsor-text br {
    display: none;
  }
}
.p-itfes__sponsor-border {
  width: 100%;
  display: block;
  margin: 55px auto 0;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .p-itfes__sponsor-border {
    max-width: 100%;
    margin-top: 27px;
  }
}
.p-itfes__jobhunt {
  text-align: center;
  padding-bottom: 14px;
  padding-right: 23px;
  max-width: 979px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt {
    max-width: 100%;
    padding-right: 0;
  }
}
.p-itfes__jobhunt-title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 22px;
  line-height: 190%;
  letter-spacing: 0%;
  text-align: center;
  color: #d866ff;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt-title {
    line-height: 155%;
    width: 81%;
    margin: auto;
  }
}
.p-itfes__jobhunt-title img {
  width: clamp(300px, 60vw, 500px);
}
.p-itfes__jobhunt-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #ddd;
  text-align: center;
  margin: auto;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt-text {
    width: 85%;
    margin: auto;
    margin-bottom: 2px;
  }
}
.p-itfes__jobhunt-arrow {
  margin: auto;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt-arrow {
    margin-right: 0;
  }
}
.p-itfes__jobhunt-arrow img {
  width: 22px;
}
.p-itfes__jobhunt-banner {
  display: block;
  max-width: 820px;
  margin: 0 auto 93px;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .p-itfes__jobhunt-banner:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt-banner {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 33px;
  }
}
.p-itfes__jobhunt-banner img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt-banner img {
    width: 85%;
    margin: auto;
  }
}
.p-itfes__jobhunt-banner .is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt-banner .is-pc {
    display: none;
  }
  .p-itfes__jobhunt-banner .is-sp {
    display: block;
  }
}
.p-itfes__jobhunt-copy {
  text-align: right;
  font-size: 10px;
  color: #fff;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-itfes__jobhunt-copy {
    margin-right: 26px;
  }
}

.site_links {
  display: none;
}

#header_logo p {
  display: none;
}

.entry-footer__icon-list img {
  width: 50px;
  height: auto;
}

.entry-footer__icon-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  justify-content: center;
}

.entry-footer__icon-list span img {
  display: inline-block;
  width: 50px;
  height: auto;
}

.entry-footer__icon-list::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("/img/streetfighter/2026060607/jpx_logo.webp") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .entry-footer__icon-list::before {
    width: 45px;
    height: auto;
    margin-top: -3px;
  }
}

/* 新フッター */
.p-itfes-footer {
  background-color: var(--main-font-color);
  padding-bottom: 10px;
}

.p-itfes-footer__inner {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.p-itfes-footer__col:nth-child(1) {
  padding-top: 32px;
}

.p-itfes-footer__col:nth-child(2) {
  padding-top: 16px;
}

.p-itfes-footer__logo img {
  width: 128px;
  height: auto;
}

.p-itfes-footer__icon-list {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.p-itfes-footer__icon-list img {
  width: 50px;
  height: auto;
}

.p-itfes-footer__text {
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
}

.p-itfes-footer__copyright {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin: 8px auto 0;
}

@media screen and (max-width: 768px) {
  .p-itfes-footer__inner {
    display: block;
    padding: 0 30px;
    position: relative;
  }
  .p-itfes-footer__col:nth-child(1) {
    padding-top: 0;
  }
  .p-itfes-footer__col:nth-child(2) {
    padding-top: 0;
    width: 100%;
  }
  .p-itfes-footer__logo img {
    width: 100px;
    margin-top: 30px;
  }
  .p-itfes-footer__icon-list {
    position: absolute;
    top: 23px;
    right: 30px;
  }
  .p-itfes-footer__text {
    font-size: 12px;
    margin-top: 27px;
  }
  .p-itfes-footer__copyright {
    margin: 20px auto 0;
  }
}
@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

/*# sourceMappingURL=2026060607.css.map */
