/* 非削除------------------------------------------ */

.adizero_2026 {
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif ;
  color: #333;
}

.block-page-top a {
  display: none!important;
}


.adizero_2026 a{
  color: inherit;
}
.adizero_2026 a:hover{
  text-decoration: none;
}

img{
  height: auto;
}

.adizero_2026 img {
  max-width: 100%;
}

:root {
  --space-10: 10px;
  --space-15: 15px;
  --space-20: 20px;
  --space-30: 30px;
  --space-40: 40px;
  --space-60: 60px;
  --space-80: 80px;
  --space-120: 120px;
}

.l-footer {
  margin-top: 0;
}

.en{
  font-family: 'adineue PRO Bold Regular', 'Oswald', 'Roboto Condensed', 'Helvetica Neue', sans-serif ;
  font-weight: bold;
  line-height: 1;
}

.main_message {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
}

.main_message.active {
  opacity: 1;
  filter: none;
}


.main_message--right { transform: translateX(40px); }
.main_message--left { transform: translateX(-20px); }
.main_message--up { transform: translateY(40px); }
.main_message--down { transform: translateY(-20px); }


.main_message--right.active,
.main_message--left.active,
.main_message--up.active,
.main_message--down.active {
  transform: translate(0, 0);
}


.x-main-img img {
    width: 100%;
}

.pc-open{
  display: block;
}

.sp-open {
  display: none;
}


/*-- 動画 --*/
.movie-block {
	background: #fff;
	width: 100%;
	margin: var(--space-120) auto 0;
	max-width: 1000px;
	position: relative;
	overflow: hidden;
  }
.movie-block iframe{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
  }
  
.movie-block video{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
  }

.movie-block::before {
	content: '';
	display: block;
	padding-top: 56.25%;
  }
/*-- 動画 --*/

/* 非削除------------------------------------------ */


/* ----▼▼▼ セクション ▼▼▼---- */

.container-adizero{
  text-align: center;
  line-height: 1.0;
  width: 100%;
  margin: 0 auto;
  margin-top: var(--space-120);
}

.award {
  text-align: center;
  line-height: 1.0;
  width: 100%;
  max-width: 100%;
  /* margin-top: var(--space-60); */
}

.lineup {
  line-height: 1.0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: var(--space-120);
}

.adizero-item-list {
  line-height: 1.0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: var(--space-120);
}

.adizero-btn {
  text-align: center;
  line-height: 1.0;
  width: 100%;
  max-width: 1000px;
  margin:var(--space-60) auto 0;
  padding-bottom: var(--space-120);
}

/* ----▲▲▲ セクション ▲▲▲---- */




/* ----▼▼▼ マントラ ▼▼▼---- */
.adizero-title {
  font-size: 10.8em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}

.subtitle {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-top: var(--space-10);
}

.description {
  margin-top: var(--space-40);
  font-size: 2.0em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}


/* ----▲▲▲ マントラ ▲▲▲---- */


.award-wp{
  display: flex;
}

.award-wp img{
  width: 50%;
}



/* ----▼▼▼ ラインナップ ▼▼▼---- */

#top-scroll-button {
    position: fixed;
    bottom: 80px;
    right: 60px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lineup-section {
  text-align: center;
}

.lineup-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-20);
}

.lineup-subtitle {
  font-size: 4.8em;
  font-weight: bold;
  color: #000000;
  margin-bottom: var(--space-60);
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-20);
  justify-content: center;
}

.lineup-item {
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0; 
}

.lineup-item.dark {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}

.lineup-link {
  display: flex;
  align-items: center;
  gap: var(--space-20);
  padding: var(--space-15) var(--space-20);
  border-radius: 18px;

  text-decoration: none;
  color: inherit;
}

.lineup-shoes {
  width: 20%; 
  height: auto;
  flex-shrink: 0;
  display: block;
}

.lineup-text {
  text-align: left;
}

.model-name {
  font-size: 2.6em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}

.model-feature {
  font-size: 1.6em;
  font-weight: normal;
}

.lineup-link {
  position: relative;
  overflow: hidden;   
  background: #fff;   
  transition: color 0.2s ease;
}


.lineup-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000; 
  transform: scaleX(0);
  transform-origin: left;  
  transition: transform 0.35s ease;
  z-index: 0;
}

.lineup-link > * {
  position: relative;
  z-index: 1;
}

.lineup-link.is-fill {
  color: #fff; 
}

.lineup-link.is-fill::before {
  transform: scaleX(1);
}

/* ----▲▲▲ ラインナップ ▲▲▲---- */



/* ----▼▼▼ 商品一覧 ▼▼▼---- */

.technology{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.technology .tec_img{
  width: 40%;
}

.technology .tec_img img{
  max-width: 100%;
}

.technology .detail{
  width: 54%;
}

.technology .detail{
  width: 54%;
  align-items: flex-end;
}

.technology  .product-title {
  font-size: 4.8em;
  font-weight: bold;
  margin-bottom: var(--space-40);
  display: flex;
  align-items: center;
  line-height: 1;
}

.technology  .product-name {
margin-right: var(--space-10);
}


.technology  .product-update {
font-size: 16px;
color: #ffffff;
background-color: #333333;
margin-left: 5px;
margin-bottom: 8px;
padding:10px;
display: block;
font-weight: normal;
text-align: center;
}

.technology .detail-sec{
  margin-top: var(--space-40);
}

.technology .sub-ttl{
  font-size: 3.0em;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.technology .model-detail{
  font-size: 2.2em;
  margin-top: var(--space-20);
  line-height: 1.55;
}

.ttl{
  margin: 0 auto;
  text-align: center;
}

/* =========================================================
  機能説明（スライド）
========================================================= */

/* 全体枠 */
.tec-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  margin-top: var(--space-40);
}

/* リセット */
.tec-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 画像 */
.tec-wrap img {
  display: block;
  width: 100%;
  background: #333; /* 画像が読み込めない時の背景 */
}

/* 説明文（下にUIの余白を確保） */
.tec-wrap p {
  margin: 0;
  padding: 30px 30px 70px;
  font-size: 18px;
  line-height: 1.44;
  color: #333;
  background: #fff;
}

/* =========================
  slick dots（中央下）
========================= */
.tec-wrap .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;

  display: flex !important;
  justify-content: center;
  gap: 10px;

  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.tec-wrap .slick-dots li {
  margin: 0;
}

.tec-wrap .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;

  border: 0;
  border-radius: 50%;
  background: #bdbdbd;

  font-size: 0; /* ボタン内テキスト非表示 */
  cursor: pointer;
}

.tec-wrap .slick-dots li.slick-active button {
  background: #222;
}

/* =========================
  slick arrows（右下）
========================= */
.tec-wrap .slick-prev,
.tec-wrap .slick-next {
  position: absolute;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 2px;
  z-index: 6;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.tec-wrap .slick-prev {
  right: 58px;
}

.tec-wrap .slick-next {
  right: 12px;
}

.tec-wrap .slick-prev::before,
.tec-wrap .slick-next::before {
  content: "";
  display: block;

  width: 10px;
  height: 10px;
  margin: auto;

  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.tec-wrap .slick-prev::before {
  transform: rotate(-135deg); /* ← */
}

.tec-wrap .slick-next::before {
  transform: rotate(45deg); /* → */
}

.item-list-wp{
  margin-top: var(--space-80);
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-list li{
  width: 30%;
  margin-bottom: var(--space-60);
  position: relative;
  display: flex;
}
.item-list li a{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-start;
}
.item-list li a img{
  display: block;
  border: 1px solid #e8e8e8;
}

.item-list li img{
  display: block;
  border: 1px solid #e8e8e8;
}


.ng-ec li{
  width: 30%;
  margin-bottom: var(--space-60);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.item-datail{
  display: flex;
  flex-direction: column;
  width: 100%;
}



.new-label{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ea0000;
  padding: 5px 0px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  margin-top: var(--space-20);
  width: 20%;
}

.label{
  display: flex;
  gap: var(--space-10);
  margin-top: var(--space-20);
}


.label .model-label{
    padding: 4px 10px;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #fff;
    background-color:#ea0000;
}

.label .type-label{
    padding: 4px 10px;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.02em;
    border: 1px solid #000;
    background-color: #fff;
}

.item-name{
  font-weight: bold;
  font-size: 24px;    
  margin-top: var(--space-15);
  line-height: 1.33;
}
.item-price {
  font-weight: bold;
  margin-top: var(--space-10);
  font-size: 22px;
}
.item-price span{
  font-size: 50%;
  padding-left: 5px;
}

.item-size {
  margin-top: var(--space-10);
  font-size: 18px;
}
.ng-ec .item-size {
  margin-bottom: var(--space-10);
}

.item-list .cvbtn{
  display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    width: 100%;
    background-image: -webkit-linear-gradient(54deg,#ff5100 0%, #ff9c6d 101.11%);
    margin-top: var(--space-20);
}

.ng-ec .cvbtn{
    margin-top: var(--space-10);
}

.item-list:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}
.item-list:after {
  content: "";
  display: block;
  width: 30%;
}


/* ----▲▲▲ 商品一覧 ▲▲▲---- */


.adidas_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--space-40);
}

.adidas_link02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adidas_link li {
    width: 48%;
    max-width: 490px;
}

.adidas_link02 li {
    width: 100%;
    max-width: 1000px;
}

.adidas_link-big{
  width: 100%;
  margin-top: var(--space-20);
  overflow: hidden; 
}
.adidas_link-big img{
  display: block;
  width: 100%;
  height: auto;
  /* transition: transform 0.4s ease;  */
}
/* .adidas_link-big:hover img {
  transform: scale(1.08); 
} */

.adidas_link li a ,.adidas_link02 li a{
    background: #282828;
    border: 1px solid #282828;
    color: #ffffff;
    display: block;
    position: relative;
    text-align: center;
    padding: 20px 0;
    transition: .3s;
    font-size: 16px;
}


.adidas_link li a:after , .adidas_link02 li a:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg), translateX(-50%);
}

.adidas_link li a:hover , .adidas_link02 li a:hover {
    background: #ffffff;
    border: 1px solid #282828;
    color: #282828;
    text-decoration: none;
}

.adidas_link li a:hover:after , .adidas_link02 li a:hover:after {
    border-top: 1px solid #282828;
    border-right: 1px solid #282828;
}



@media screen and (max-width:768px) {

  :root {
  --space-10: 1.3vw;
  --space-15: 2vw;
  --space-20: 2.6vw;
  --space-25: 3.0vw;
  --space-30: 3.5vw;
  --space-40: 5.3vw;
  --space-60: 8vw;
  --space-60: 8vw;
  --space-80: 10.6vw;
  --space-120: 16vw;
  --space-140: 20.6vw;
  --space-160: 24.6vw;
  --space-200: 50.6vw;

  --txt-16: 2.13vw;
  --txt-18: 2.4vw;
  --txt-20: 2.67vw;
  --txt-22: 2.93vw;
  --txt-24: 3.2vw;
  --txt-28: 3.73vw;
  --txt-32: 4.27vw;
  --txt-40: 5.11vw;
  --txt-42: 5.6vw;
  --txt-48: 6.4vw;
  --txt-60: 8.8vw;
  --txt-88:17.73vw;
}

  .pc-open{
    display: none;
  }

  .sp-open {
    display: block;
  }

  container {
      max-width: 92vw;
      margin: 9.333vw auto 10.667vw;
  }

  /*--youtube--*/
.movie-block {
	margin: 40px auto;
  }

.movie-block::before {
	content: '';
	display: block;
	/* padding-top: 177.78%;  */
  }
/*--//youtube--*/


/* ----▼▼▼ セクション ▼▼▼---- */

.container-adizero {
  max-width: 95vw;
}

.lineup {
  max-width: 95vw;
  margin-top: var(--space-120);
}

.adizero-item-list {
  max-width: 95vw;
  margin-top: var(--space-120);
}

.adizero-btn {
  max-width: 95vw;
  margin:var(--space-120) auto 0;
}

/* ----▲▲▲ セクション ▲▲▲---- */




/* ----▼▼▼ マントラ ▼▼▼---- */

.adizero-logo {
  width: 20vw;
  margin: 0 auto;
}

.adizero-title {
  font-size: var(--txt-88);
  line-height: 1.1;
}

.subtitle {
  font-size: var(--txt-24);
}

.description {
  padding-top: var(--space-80);
  margin-top: 0;
  font-size: var(--txt-28);
}

/* ----▲▲▲ マントラ ▲▲▲---- */

.award-wp{
  display: flex;
  flex-direction: column;
}

.award-wp img{
  width: 100%;
}



/* ----▼▼▼ ラインナップ ▼▼▼---- */

#top-scroll-button {
    right: 15px;
    width: 65px;
    height: 65px;
}

.lineup-title {
  font-size: var(--txt-22);
}

.lineup-subtitle {
  font-size: var(--txt-48);
}

.lineup-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-20);
}

.lineup-item {
  border-radius: 15px;
}

.lineup-link {
  border-radius: 13px;
  flex-direction: column;
  gap: var(--space-30);
  padding: var(--space-20) var(--space-20);
}

.lineup-shoes {
  width: 60%;   
}

.lineup-text {
  text-align: center;
}

.model-name {
  font-size: var(--txt-32);
}

.model-feature {
  font-size: var(--txt-20);
}

/* ----▲▲▲ ラインナップ ▲▲▲---- */



/* ----▼▼▼ 商品一覧 ▼▼▼---- */

.technology{
  flex-direction: column;
}

.technology .tec_img{
  width: 100%;
}

.technology .tec_img img{
  margin-top: var(--space-40);
  max-width: 100%;
}

.technology .detail{
  width: 100%;
}

.technology .detail{
  width: 100%;
}

.technology  .product-title {
  font-size: var(--txt-60);
}


.technology  .product-update {
font-size: var(--txt-24);
margin-bottom: 0px;
padding: 7px;
}

.technology .detail-sec{
  margin-top: var(--space-40);
}

.technology .sub-ttl{
  font-size: var(--txt-40);
}

.technology .model-detail{
  font-size: var(--txt-32);
}


/* =========================================================
  機能説明（スライド）
========================================================= */

/* 全体枠 */
.tec-wrap {
  margin-top: var(--space-40);
}

/* 説明文（下にUIの余白を確保） */
.tec-wrap p {
  padding: var(--space-40) var(--space-30) var(--space-120);
  font-size: var(--txt-28);
}

/* =========================
  slick dots（中央下）
========================= */
.tec-wrap .slick-dots {
  gap: var(--space-10);
}

.tec-wrap .slick-dots li {
  margin: 0;
}

.tec-wrap .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;

  border: 0;
  border-radius: 50%;
  background: #bdbdbd;

  font-size: 0; /* ボタン内テキスト非表示 */
  cursor: pointer;
}

.tec-wrap .slick-dots li.slick-active button {
  background: #222;
}

/* =========================
  slick arrows（右下）
========================= */
.tec-wrap .slick-prev,
.tec-wrap .slick-next {
  position: absolute;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 2px;
  z-index: 6;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.tec-wrap .slick-prev {
  right: 58px;
}

.tec-wrap .slick-next {
  right: 12px;
}

.tec-wrap .slick-prev::before,
.tec-wrap .slick-next::before {
  content: "";
  display: block;

  width: 10px;
  height: 10px;
  margin: auto;

  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.tec-wrap .slick-prev::before {
  transform: rotate(-135deg); /* ← */
}

.tec-wrap .slick-next::before {
  transform: rotate(45deg); /* → */
}



.item-list li{
  width: 49%;
}

.new-label{
  font-size: var(--txt-20);
  padding: 3px 0px;
}

.label .model-label{
    font-size:var(--txt-24);
}

.label .type-label{
    font-size:var(--txt-24);
}

.item-name{
  font-size: var(--txt-28);    
}
.item-price {
  font-size: var(--txt-28);
}

.item-size {
  margin-top: var(--space-15);
  font-size:var(--txt-24);
}

.item-list .cvbtn{
    font-size: var(--txt-22);
}

.ng-ec .cvbtn{
    font-size: var(--txt-20);
}

/* ----▲▲▲ 商品一覧 ▲▲▲---- */


.adidas_link ,.adidas_link02{
    flex-direction: column;
    justify-content: center;
    gap: var(--space-20);
}

.adidas_link li  , .adidas_link02 li {
    width: 100%;
    max-width: 100%;
}
.adidas_link li a,
.adidas_link02 li a,
.adidas_link-big a{
    padding: 20px 0;
    font-size: var(--txt-32);
}

}

/* =========================================================
  共通パーツの hover で薄くなる（opacity等）をラインナップでは無効化
  ※必ず「共通CSSより後」に書く
========================================================= */
.lineup .lineup-link,
.lineup .lineup-link:hover,
.lineup .lineup-link:focus,
.lineup .lineup-link:active,
.lineup .lineup-item:hover {
  opacity: 1 !important;
  filter: none !important;
}