﻿.visual-header {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width:741px) {
  .visual-header__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -10px;
  }
  .sns {
    height: 20px;
    margin-bottom: 140px;
    text-align: center;
  }
  .sns>ul {
    display: inline-block;
    vertical-align: top;
  }
  .sns li {
    height: 20px;
    float: left;
    margin-right: 10px;
  }
  .sns li:last-child {
    margin-right: 0;
  }
  .sns li a:hover {
    text-decoration: none;
  }
  .p-intro {
    width: 1200px;
    margin: 0 auto;
  }
  .p-intro__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .p-intro__title img {
    width: 1110px;
  }
  .p-intro__lead {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #030303;
  }
  .p-intro__image {
    text-align: center;
    margin-top: 40px;
  }
  .p-intro__image img {
    width: 100%;
  }
  .p-intro-tech {
    margin-top: 75px;
  }
  .p-intro-tech__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .p-intro-tech__title img {
    width: 558px;
  }
  .p-intro-tech__lead {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #030303;
  }
  .p-intro-tech-detail {
    margin-top: 80px;
  }
  .p-intro-tech-detail__title {
    background-image: url(/cms/contents/brand/i_athlete/img/intro_tech_detail_title_01.png);
    background-size: 1086px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
  }
  .p-intro-tech-detail__items {
    display: flex;
    justify-content: center;
    gap: 0 76px;
  }
  .p-intro-tech-detail+.p-intro-tech-detail .p-intro-tech-detail__title {
    background-image: url(/cms/contents/brand/i_athlete/img/intro_tech_detail_title_02.png);
  }
  .p-intro-tech-detail-item {
    flex: 0 0 216px;
  }
  .p-intro-tech-detail-item__copy {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 22px;
    text-align: center;
    color: #030303;
    margin: 0 -20px;
    margin-bottom: 8px;
  }
  .p-intro-tech-detail-item__marker {
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #000;
    border-top: 3px solid #D41319;
    padding-top: 16px;
    margin-bottom: 10px;
  }
  .p-intro-tech-detail-item__icon {
    text-align: center;
    margin-bottom: 18px;
  }
  .p-intro-tech-detail-item__icon img {
    width: 154px;
  }
  .p-intro-tech-detail-item__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #030303;
    margin: 0 -30px;
    margin-bottom: 18px;
  }
  .p-intro-tech-detail-item__image {
    border: 1px solid #696969;
    margin-bottom: 16px;
  }
  .p-intro-tech-detail-item__image img {
    width: 100%;
  }
  .p-intro-tech-detail-item__description {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #030303;
  }
  .p-lineup {
    width: 1086px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .p-lineup__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .p-lineup__title img {
    width: 650px;
  }
  .p-lineup__lead {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    color: #030303;
  }
  .p-lineup__jump {
    margin-top: 50px;
    display: flex;
  }
  .p-lineup__jump li p:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #030303;
    margin-bottom: 16px;
  }
  .p-lineup__jump li p:nth-child(2) a {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 80px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding-top: 22px;
  }
  .p-lineup__jump li p:nth-child(2) a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_jump_bg.svg);
    background-size: 100% 100%;
    transition: all ease-out .3s;
  }
  .p-lineup__jump li p:nth-child(2) a span {
    position: relative;
  }
  .p-lineup__jump li p:nth-child(2) a::after {
    content: "";
    display: block;
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_jump_arrow.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 13px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-lineup__jump li p:nth-child(2) a:hover:before {
    opacity: .49;
  }
  .p-lineup-detail {
    padding-top: 40px;
    margin: 50px 0 80px;
  }
  .p-lineup-detail__title {
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_detail_title.png);
    background-size: auto 88px;
    height: 88px;
    padding-top: 20px;
  }
  .p-lineup-detail__title p {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
  }
  .p-lineup-detail__title h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .p-lineup-detail__action {
    margin-top: 68px;
  }
  .p-lineup-detail__action p:nth-child(1) {
    text-align: center;
  }
  .p-lineup-detail__action p:nth-child(1) a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 653px;
    height: 80px;
    background: #000;
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all ease-out .3s;
    background-color: #003F17;
  }
  .p-lineup-detail__action p:nth-child(1) a span {
    position: relative;
    display: inline-block;
  }
  .p-lineup-detail__action p:nth-child(1) a span:after {
    content: "";
    display: inline-block;
    background-image: url(/cms/contents/brand/i_athlete/img/arrow_right.svg);
    background-size: 100% 100%;
    width: 11px;
    height: 20px;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
  }
  .p-lineup-detail__action p:nth-child(1) a:hover {
    background-color: #016425;
  }
  .p-lineup-detail__action p:nth-child(2) {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    color: #030303;
  }
  .p-lineup-detail__back {
    margin-top: 80px;
    text-align: center;
  }
  .p-lineup-detail__back a {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #030303;
    padding: 9px 11px 9px 40px;
    border-bottom: 1px solid #000000;
    text-decoration: none;
  }
  .p-lineup-detail__back a:before {
    content: "";
    display: inline-block;
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_detail_back_arrow.svg);
    background-size: 100% 100%;
    width: 21px;
    height: 13px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-lineup-detail-item {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-lineup-detail-item__image {
    flex: 0 0 610px;
  }
  .p-lineup-detail-item__image img {
    width: 100%;
  }
  .p-lineup-detail-item__content {
    flex: 0 0 460px;
  }
  .p-lineup-detail-item__title {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    margin-bottom: 12px;
  }
  .p-lineup-detail-item__price {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    margin-bottom: 15px;
  }
  .p-lineup-detail-item__color {
    margin-bottom: 20px;
  }
  .p-lineup-detail-item__color p {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 26px;
    text-align: left;
    color: #030303;
    margin-bottom: 4px;
  }
  .p-lineup-detail-item__color ul {
    display: flex;
    gap: 0 32px;
  }
  .p-lineup-detail-item__color ul li {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    padding-right: 32px;
    height: 23px;
    padding-top: 6px;
  }
  .p-lineup-detail-item__color ul li:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-lineup-detail-item__color ul li.bk:after {
    background-color: #000000;
  }
  .p-lineup-detail-item__color ul li.bkm:after {
    background-color: #000000;
  }
  .p-lineup-detail-item__color ul li.br:after {
    background-color: #A27038;
  }
  .p-lineup-detail-item__color ul li.dnv:after {
    background-color: #1A58E7;
  }
  .p-lineup-detail-item__color ul li.gnm:after {
    background: linear-gradient(225deg, #e6e6e6 0%, #8b8b8b 35.47%, #f4feff 68.97%, #808080 100%);
  }
  .p-lineup-detail-item__color ul li.gr:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.grm:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.kh:after {
    background-color: #36D227;
  }
  .p-lineup-detail-item__color ul li.lgr:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.nv:after {
    background-color: #1A58E7;
  }
  .p-lineup-detail-item__color ul li.nvm:after {
    background-color: #1A58E7;
  }
  .p-lineup-detail-item__color ul li.pu:after {
    background-color: #602084;
  }
  .p-lineup-detail-item__color ul li.re:after {
    background-color: #E31C20;
  }
  .p-lineup-detail-item__color ul li.s:after {
    background: linear-gradient(225deg, #e6e6e6 0%, #8b8b8b 35.47%, #f4feff 68.97%, #808080 100%);
  }
  .p-lineup-detail-item__color ul li.w:after {
    background-color: #fff;
    border: 1px solid #707070;
  }
  .p-lineup-detail-item__color ul li.wi:after {
    background-color: #E31C20;
  }
  .p-lineup-detail-item__color ul li.lgrm:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.lkh:after {
    background-color: #28d500;
  }
  .p-lineup-detail-item__color ul li.blu:after {
    background-color: #2151e2;
  }
  .p-lineup-detail-item__color ul li.grw:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__size {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 24px;
    text-align: left;
    color: #030303;
    margin-bottom: 12px;
  }
  .p-lineup-detail-item__tech {
    display: flex;
    gap: 0 20px;
    margin-bottom: 22px;
  }
  .p-lineup-detail-item__tech li p {
    font-size: 12px;
    list-style: 17px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
  }
  .p-lineup-detail-item__tech li figure img {
    width: 75px;
  }
  .p-lineup-detail-item__action {
    margin-top: 22px;
  }
  .p-lineup-detail-item__action a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 40px;
    text-align: center;
    color: #000;
    width: 264px;
    height: 47px;
    background: #fff;
    border: 1px solid #000;
    text-decoration: none;
  }
  .p-lineup-detail-item:nth-child(2n) .p-lineup-detail-item__image {
    order: 2;
  }
  .p-working-pro {
    width: 1086px;
    margin: 0 auto;
    padding: 40px 0 100px;
  }
  .p-working-pro__title {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #030303;
    margin-bottom: 28px;
  }
  .p-working-pro__image {
    margin-bottom: 20px;
  }
  .p-working-pro__image img {
    width: 100%;
  }
  .p-working-pro__description {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 40px;
    text-align: center;
    color: #030303;
  }
  .p-working-pro__action {
    margin-top: 60px;
    text-align: center;
  }
  .p-working-pro__action a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 653px;
    height: 80px;
    background: #000;
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all ease-out .3s;
    background-color: #000;
  }
  .p-working-pro__action a span {
    position: relative;
    display: inline-block;
  }
  .p-working-pro__action a span:after {
    content: "";
    display: inline-block;
    background-image: url(/cms/contents/brand/i_athlete/img/arrow_right.svg);
    background-size: 100% 100%;
    width: 11px;
    height: 20px;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
  }
  .p-working-pro__action a:hover {
    background-color: #7C7C7C;
  }
}
@media screen and (max-width:740px) {
  .p-totop {
    bottom: 72px;
  }
  .sns {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .sns a {
    width: 60px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
  }
  .sns a:last-child {
    margin-right: 0;
  }
  .sns a img {
    height: auto;
  }
  .p-intro {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
  }
  .p-intro__title {
    text-align: center;
    margin: 0 calc(-32.5 / 375 * 100vw);
    margin-bottom: 20px;
  }
  .p-intro__title img {
    width: 100%;
    max-width: 396px;
    height: 35.5px;
    object-fit: cover;
  }
  .p-intro__lead {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 25.5px;
    text-align: left;
    color: #030303;
  }
  .p-intro__lead>span {
    display: inline-block;
    text-align: left;
  }
  .p-intro__image {
    text-align: center;
    margin: 0 calc(-32.5 / 375 * 100vw);
    margin-top: 25px;
  }
  .p-intro__image img {
    width: 100%;
  }
  .p-intro-tech {
    margin-top: 40px;
  }
  .p-intro-tech__title {
    text-align: center;
    margin: 0 calc(-32.5 / 375 * 100vw);
    margin-bottom: 20px;
  }
  .p-intro-tech__title img {
    width: 100%;
    max-width: 279px;
    height: 27px;
    object-fit: cover;
  }
  .p-intro-tech__lead {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 25.5px;
    color: #030303;
  }
  .p-intro-tech__lead>span {
    display: inline-block;
    text-align: left;
  }
  .p-intro-tech-detail {
    margin-top: 40px;
  }
  .p-intro-tech-detail__title {
    margin: 0 calc(-32.5 / 375 * 100vw);
    background-image: url(/cms/contents/brand/i_athlete/img/intro_tech_detail_title.png);
    background-size: auto 6.5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 36px;
  }
  .p-intro-tech__lead+.p-intro-tech-detail .p-intro-tech-detail__title {
    background-image: url(/cms/contents/brand/i_athlete/img/intro_tech_detail_01_title.png);
  }
  .p-intro-tech-detail-item {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-intro-tech-detail-item__copy {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 18px;
    text-align: center;
    color: #030303;
    padding-bottom: 6px;
    border-bottom: 2px solid #D41319;
    margin-bottom: 12px;
    width: 100%;
  }
  .p-intro-tech-detail-item__fig {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .p-intro-tech-detail-item__icon {
    flex: 0 0 calc(196 / 750 * 100vw);
    text-align: center;
    padding-top: 5px;
  }
  .p-intro-tech-detail-item__icon img {
    width: 100%;
  }
  .p-intro-tech-detail-item__marker {
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 15px;
    text-align: center;
    color: #000;
    margin-bottom: 2px;
    display: block;
  }
  .p-intro-tech-detail-item__image {
    margin-left: auto;
    flex: 0 0 calc(382 / 750 * 100vw);
    border: 1px solid #696969;
  }
  .p-intro-tech-detail-item__image img {
    width: 100%;
  }
  .p-intro-tech-detail-item__title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #030303;
    margin: 15px 0 12px;
    width: 100%;
  }
  .p-intro-tech-detail-item__description {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: left;
    color: #030303;
    width: 100%;
  }
  .p-lineup {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
    padding-top: 50px;
  }
  .p-lineup__title {
    text-align: center;
    margin-bottom: 16px;
  }
  .p-lineup__title img {
    width: 325px;
  }
  .p-lineup__lead {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 20.5px;
    text-align: center;
    color: #030303;
  }
  .p-lineup__jump li {
    margin-top: 24px;
  }
  .p-lineup__jump li p:nth-child(1) {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #030303;
    margin-bottom: 8px;
  }
  .p-lineup__jump li p:nth-child(2) {
    text-align: center;
  }
  .p-lineup__jump li p:nth-child(2) a {
    position: relative;
    display: inline-block;
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_jump_bg.svg);
    background-size: 100% 100%;
    width: 270px;
    height: 61.5px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding-top: 16px;
  }
  .p-lineup__jump li p:nth-child(2) a:after {
    content: "";
    display: block;
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_jump_arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 9.5px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-lineup-detail {
    padding-top: 20px;
    margin: 40px 0 40px;
  }
  .p-lineup-detail__title {
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_detail_title.png);
    background-size: auto 44px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 44px;
    padding-top: 8px;
    margin: 0 calc(-32.5 / 375 * 100vw);
  }
  .p-lineup-detail__title p {
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #030303;
    margin-bottom: 5px;
  }
  .p-lineup-detail__title h3 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .p-lineup-detail__action {
    margin-top: 45px;
  }
  .p-lineup-detail__action p:nth-child(1) {
    text-align: center;
  }
  .p-lineup-detail__action p:nth-child(1) a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #000;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #003F17;
  }
  .p-lineup-detail__action p:nth-child(1) a span {
    position: relative;
    display: inline-block;
  }
  .p-lineup-detail__action p:nth-child(1) a span:after {
    content: "";
    display: inline-block;
    background-image: url(/cms/contents/brand/i_athlete/img/arrow_right.svg);
    background-size: 100% 100%;
    width: 8.5px;
    height: 14.5px;
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
  }
  .p-lineup-detail__action p:nth-child(2) {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: center;
    color: #030303;
  }
  .p-lineup-detail__back {
    margin-top: 35px;
    text-align: center;
  }
  .p-lineup-detail__back a {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    color: #030303;
    padding: 8px 4px 8px 32px;
    border-bottom: 1px solid #000000;
    text-decoration: none;
  }
  .p-lineup-detail__back a:before {
    content: "";
    display: inline-block;
    background-image: url(/cms/contents/brand/i_athlete/img/lineup_detail_back_arrow.svg);
    background-size: 100% 100%;
    width: 17.5px;
    height: 10.5px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-lineup-detail-item {
    margin-top: 60px;
    padding-top: 35px;
    position: relative;
  }
  .p-lineup-detail-item__title {
    font-weight: bold;
    font-size: 17.5px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    /* margin-bottom: 8px; */
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-lineup-detail-item__price {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    margin-bottom: -5px;
    position: absolute;
    top: 26px;
    left: 0;
  }
  .p-lineup-detail-item__image {
    width: calc(516 / 750 * 100vw);
    margin: 0 auto;
    margin-bottom: -12px;
  }
  .p-lineup-detail-item__color {
    margin-bottom: 12px;
  }
  .p-lineup-detail-item__color p {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    margin-bottom: 6px;
  }
  .p-lineup-detail-item__color ul {
    display: flex;
    gap: 0 24px;
  }
  .p-lineup-detail-item__color ul li {
    position: relative;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    padding-right: 16px;
    height: 12.5px;
    padding-top: 1px;
  }
  .p-lineup-detail-item__color ul li:after {
    content: "";
    display: block;
    width: 12.5px;
    height: 12.5px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-lineup-detail-item__color ul li.bk:after {
    background-color: #000000;
  }
  .p-lineup-detail-item__color ul li.bkm:after {
    background-color: #000000;
  }
  .p-lineup-detail-item__color ul li.br:after {
    background-color: #A27038;
  }
  .p-lineup-detail-item__color ul li.dnv:after {
    background-color: #1A58E7;
  }
  .p-lineup-detail-item__color ul li.gnm:after {
    background: linear-gradient(225deg, #e6e6e6 0%, #8b8b8b 35.47%, #f4feff 68.97%, #808080 100%);
  }
  .p-lineup-detail-item__color ul li.gr:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.grm:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.kh:after {
    background-color: #36D227;
  }
  .p-lineup-detail-item__color ul li.lgr:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.nv:after {
    background-color: #1A58E7;
  }
  .p-lineup-detail-item__color ul li.nvm:after {
    background-color: #1A58E7;
  }
  .p-lineup-detail-item__color ul li.pu:after {
    background-color: #602084;
  }
  .p-lineup-detail-item__color ul li.re:after {
    background-color: #E31C20;
  }
  .p-lineup-detail-item__color ul li.s:after {
    background: linear-gradient(225deg, #e6e6e6 0%, #8b8b8b 35.47%, #f4feff 68.97%, #808080 100%);
  }
  .p-lineup-detail-item__color ul li.w:after {
    background-color: #fff;
    border: 1px solid #707070;
  }
  .p-lineup-detail-item__color ul li.wi:after {
    background-color: #E31C20;
  }
  .p-lineup-detail-item__color ul li.lgrm:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__color ul li.lkh:after {
    background-color: #28d500;
  }
  .p-lineup-detail-item__color ul li.blu:after {
    background-color: #2151e2;
  }
  .p-lineup-detail-item__color ul li.grw:after {
    background-color: #959595;
  }
  .p-lineup-detail-item__size {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #030303;
    margin-bottom: 12px;
  }
  .p-lineup-detail-item__tech {
    display: flex;
    gap: 0 15px;
    margin-bottom: 20px;
  }
  .p-lineup-detail-item__tech li p {
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: left;
    color: #000;
    margin-bottom: 3px;
  }
  .p-lineup-detail-item__tech li figure {
    text-align: center;
  }
  .p-lineup-detail-item__tech li figure img {
    width: 37.5px;
  }
  .p-lineup-detail-item__action {
    margin-top: 22px;
  }
  .p-lineup-detail-item__action a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #000;
    width: 178px;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    text-decoration: none;
  }
  .p-lineup-detail-item:nth-child(2n) .p-lineup-detail-item__image {
    order: 2;
  }
  .p-working-pro {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
    padding: 40px 0 100px;
  }
  .p-working-pro__title {
    display: none;
  }
  .p-working-pro__image {
    margin-bottom: 15px;
  }
  .p-working-pro__image img {
    width: 100%;
  }
  .p-working-pro__description {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 25px;
    color: #030303;
    padding: 0 26px;
  }
  .p-working-pro__description>span {
    display: inline-block;
    text-align: left;
  }
  .p-working-pro__action {
    margin-top: 50px;
    text-align: center;
  }
  .p-working-pro__action a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #000;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #000;
  }
  .p-working-pro__action a span {
    position: relative;
    display: inline-block;
  }
  .p-working-pro__action a span:after {
    content: "";
    display: inline-block;
    background-image: url(/cms/contents/brand/i_athlete/img/arrow_right.svg);
    background-size: 100% 100%;
    width: 8.5px;
    height: 14.5px;
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
  }
}
.visually-hidden {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}