.l-container{
  text-align: left;
}

.adidas_faito {
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif ;
  color: #000;
  background: #fff;
}

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

img{
  height: auto;
}

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

.size::before{
  content: "";
	width: 100%;
	height: 100vh;
	background: url(../../../../../img/usr/freepage/adidas/250807faito/bg_pc.jpg) no-repeat center center / cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.adidas_faito 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;
  --color-main:#1260a8;
  --color-size:#07459c;
  --color-new:#ea0000;
}

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

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

  .pc{
    display: block;
  }

  .sp {
    display: none;
  }

/* ----▼▼▼ JS指定 ▼▼▼---- */
.main_message {
opacity: 0;
filter: blur(8px);
transition: all 1.5s ease;
}
.main_message.active {
opacity: 1;
filter: blur(0);
}


.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);
}

/* ----▲▲▲ JS指定 ▲▲▲---- */


/*-- 動画 --*/
.movie-block {
	background: #fff;
	width: 100%;
	margin: var(--space-80) 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%;
  }
/*-- 動画 --*/




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

.sec-ttl{
  font-size: 4.8em;
  line-height: 1;
  background: none;
  text-align: center;
  letter-spacing: 0.08;
}

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

.navigation {
  text-align: center;
  line-height: 1.0;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto;
}

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

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

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

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


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




/* ----▼▼▼ マントラ ▼▼▼---- */
.faito-title {
  font-size: 10.8em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-main);
}

.faito-subtitle {
    font-size: 2.4em;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 10px;
}

.faito-description {
    margin-top: var(--space-60);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

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

/* ----▼▼▼ ナビゲーション ▼▼▼---- */

.navigation-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: space-between;
gap: 30px;
}

.navigation-item {
background-color: #ffffff;
border: 1px solid #000;
border-radius: 15px;
padding: 15px;
text-align: center;
}

.navigation-item.dark {
background-color: #ffffff;
outline: 1px solid #000;;
opacity: 1;
}

.navigation-item.dark:hover {
background-color: #ffffff;
outline: 1px solid #000;;
opacity: 1;
}

.model-name {
font-size: 24px;
line-height: 1;
font-weight: bold;
margin-bottom:var(--space-10);
}

.model-feature {
font-size: 1.8em;
font-weight: normal;
margin-bottom: 15px;
}
/* ----▲▲▲ ナビゲーション ▲▲▲---- */


/* ----▼▼▼ ウォーキング協会 ▼▼▼---- */

.product-card {
    width: 100%;
    box-shadow: 0px 2px 9.8px 0.2px rgba(209, 209, 209, 0.67);
    padding: 40px 40px;
    border-radius: 20px;
    display: flex;
    margin: 0 auto;
    gap: 20px;
    align-items: stretch;
}

.product-card .product-img{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card .product-img img{
    min-width: 180px;
    height: auto;
    object-fit: contain;
}

.product-card .product-ttl{
    font-size: 4.0em;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.product-card .product-txt{
    font-size: 1.8em;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding-top: var(--space-20);
}

/* ----▲▲▲ ウォーキング協会 ▲▲▲---- */

/* ----▼▼▼ テクノロジー ▼▼▼---- */

.lightweight-inner {
  display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    align-items: center;
}

.lightweight-copy {
  flex: 1;
}

.lightweight-img {
  width: 50%;
}

.lightweight-img img {
  width: 100%;
}
.lightweight-lead {
  font-size: 2.4em;
  line-height: 1.54;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-top: var(--space-30);
  padding-left: 5px;
}

.lightweight-lead span{
  font-size: 10px;
}

.lightweight-note {
  font-size: 1.6em;
  line-height: 1.78;
  letter-spacing: 0.06em;
  margin-top: var(--space-40);
  padding-left: 5px;
}


.lightweight-feature-row {
  border-top: 1px solid #000;
  margin-top: var(--space-40);
  padding-top: var(--space-40);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lightweight-feature-item {
  padding: 0 var(--space-20);
}

.lightweight-feature-item + .lightweight-feature-item {
  border-left: 1px solid #000;
}

.lightweight-feature-head {
  display: flex;
  align-items: center;
  gap: var(--space-20);
  padding-left: 5px;
}

.lightweight-feature-icon img {
  max-height: 55px;
}

.lightweight-feature-ttl {
  font-size: 3.2em;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.lightweight-feature-img {
  width: 100%;
}

.lightweight-feature-img img {
  margin-top: var(--space-30);
  width: 100%;
}

.lightweight-feature-txt {
  font-size: 1.8em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 0 5px;
  margin-top: var(--space-20);
}

/* ----▲▲▲ テクノロジー ▲▲▲---- */

/* ----▼▼▼ NEW ARRIVAL ▼▼▼---- */

.new-arrival-inner {
  margin-top: var(--space-60);
  display: flex;
  justify-content: space-between; 
}

/* 左：大画像 */
.new-arrival-main {
  width: 49%;
}

.new-arrival-main img {
  width: 100%;
  display: block;
}

/* 右：商品カラム */
.new-arrival-products {
  width: 48%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.new-arrival-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-arrival-thumb {
  width: 47%;
}

.new-arrival-thumb img {
  width: 100%;
}

.new-arrival-info{
  width: 47%;
}

/* ラベル */
.new-arrival-label-row {
  display: inline-flex;
  align-items: center;
  gap: var(--space-10);
}

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

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

/* 商品名 */
.new-arrival-name {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: 25px;
}

/* 価格 */
.new-arrival-price {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

.new-arrival-price .new-arrival-tax {
  display: inline-block;
  font-size: 12px;
}

/* サイズ */
.new-arrival-size {
  font-size: 2.0em;
  letter-spacing: 0.02em;
  margin-top: 15px;
}

.new-arrival-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.6em; 
  font-weight: 600;
  text-align: center;
  margin: var(--space-20) 0 0;
  color: var(--color-main)!important;
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid var(--color-main);
  text-decoration: none;
  box-sizing: border-box;
  transition: .3s;
}

.new-arrival-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%) rotate(45deg);
  width: .36em;
  height: .36em;
  border-top: .05em solid var(--color-main);
  border-right: .05em solid var(--color-main);
  transition: .3s;
}

.new-arrival-btn:hover {
  background: var(--color-main);
  color: #fff!important;
}

.new-arrival-btn:hover::after {
  right: 2%;
  border-top-color: #fff;
  border-right-color: #fff;
}

.new-arrival-more {
  margin-top: var(--space-10); 
}

.new-arrival-more-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;   
  line-height: 56px;
  font-size: 1.8em; 
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--color-main);
  background-color: #fff;  
  border-radius: 15px;
  border: 1px solid var(--color-main);
  box-sizing: border-box;
  transition: .3s;
}

/* 矢印 */
.new-arrival-more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  width: .4em;
  height: .4em;
  border-top: .06em solid var(--color-main);
  border-right: .06em solid var(--color-main);
  transition: .3s;
}

.new-arrival-more-btn:hover {
  background-color: var(--color-main);
  color: #fff;
}

.new-arrival-more-btn:hover::after {
  right: 2%;
  border-top-color: #fff;
  border-right-color: #fff;
}


/* ----▲▲▲ NEW ARRIVAL ▲▲▲---- */


/* ----▲▲▲ LINE UP ▲▲▲---- */

.item-list .line-up {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--space-60);
    gap: 13px;
}

.item-list .line-up li {
    position: relative;
    max-width: 280px;
    width: 24%;
    margin-bottom: 60px;
    display: flex;
}

.item-list .line-up li .label{
  display: flex;
  gap: var(--space-10);
  margin-top: 15px;
}

.item-list .line-up li{
  display: flex;
  flex-direction: column;
}

.item-name {
  display: flex;
  flex-direction: column;
}

.item-list .line-up li a{
    display: block;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;
}



/* ============================追記 */
/* 商品名 */
.lineup-name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-top: 10px;
}

/* 価格 */
.lineup-price {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-top: 10px;
}

.lineup-price .lineup-tax {
  display: inline-block;
  font-size: 12px;
}

/* サイズ */
.lineup-size {
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-top: 15px;
}


.lineup-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: var(--space-20) 0 0;
    color: var(--color-main);
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid var(--color-main);
    text-decoration: none;
    box-sizing: border-box;
    transition: .3s;
    padding: 10px 0;
}

.lineup-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%) rotate(45deg);
  width: .36em;
  height: .36em;
  border-top: .05em solid var(--color-main);
  border-right: .05em solid var(--color-main);
  transition: .3s;
}

.lineup-btn:hover {
  background: var(--color-main);
  color: #fff;
}

.lineup-btn:hover::after {
  right: 3%;
  border-top-color: #fff;
  border-right-color: #fff;
}

.lecture-sheet {
  margin: 80px auto 120px;
  background: url("../../../../../img/usr/freepage/adidas/250807faito/lecture_pc.jpg") no-repeat center center / cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  padding: 60px;
}

.lecture-title{
  margin: 60px auto;
  text-align: center;
}

.lecture-title img{
  margin: 0 auto;
}

.lecture-section{
  margin-bottom: 100px;
  margin: 60px auto;
  text-align: center;
}

.lecture-section img{
  margin: 0 auto 30px;
  display: block;
}


.lightweight-feature-sp {
  display: none;
}

.pcnone{
  display: none;
}

.spnone{
  display: block;
}



/* ----▲▲▲ LINE UP ▲▲▲---- */

.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-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.33vw;
  --txt-42: 5.6vw;
  --txt-48: 12.4vw;
  --txt-48a: 6.4vw;
  --txt-88:17.73vw;
}

  .pc{
    display: none;
  }

  .sp {
    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--*/


/* ----▼▼▼ セクション ▼▼▼---- */
.bg-to-see {
  padding: var(--space-140) 0;
  width: 100%;
}



.product {
  max-width: 100vw;
  margin-top: 60px;
  padding: 0 15px;
}

.campaign {
  max-width: 95vw;
  margin: var(--space-200) auto var(--space-140);
}

.product-list {
  max-width: 100vw;
  padding: 0 15px;
}


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




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

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

.jfa-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);
}

.description-big {
  margin-top: var(--space-60);
  padding-left: 20px;
  font-size: 10.4vw;
}
/* ----▲▲▲ マントラ ▲▲▲---- */




/* ----▼▼▼ プレーヤーカット ▼▼▼---- */
  .horizontal {
    max-width: 95vw;
    margin: var(--space-140) auto var(--space-80);
    padding: 0;
  }
  .featuer-slider .slick-slide{
    filter: blur(2px);
    transition: .3s;
    transform: scale(0.8);
}

.featuer-slider .slick-slide.slick-active{
    filter: blur(0);
    transform: scale(1);
    transition: .3s;
}

/* ----▲▲▲ プレイヤーカット ▲▲▲---- */



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

.line-up {
    margin-top: var(--space-60);
}
.line-up li {
    max-width: 48%;
    width: 48%;
    margin-bottom: var(--space-60);
}
.line-up li a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;
}

.new-arrival-btn{
    font-size: var(--txt-20);
    padding: 10px 0;
}
.line-up li .novelty {
  font-size: var(--txt-24);
  padding: 5px 0px;
  margin-bottom: var(--space-20);
  width: 70%;
}
.line-up li .item-jp-name {
  font-size:var(--txt-20);
  line-height: 1.4;
}.line-up li .item-size,.line-up li .item-date {
  padding-top: var(--space-15);
  font-size: var(--txt-22);
}.line-up li .item-date{
   padding-top: var(--space-10);
}
.line-up li .maker-price{
  padding-top: var(--space-10);
  font-size: var(--txt-18);
}.line-up li .maker-price .num{
  font-size: var(--txt-22);
}
/* ----▲▲▲ 商品一覧 ▲▲▲---- */


/* ----▼▼▼ フェデレーションボタン ▼▼▼---- */



.model-name {
font-size: var(--txt-28);
margin-bottom: var(--space-15);
}

.model-feature {
font-size: var(--txt-18);
}
/* ----▲▲▲ フェデレーションボタン ▲▲▲---- */


.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);
}
}


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

.faito-description {
    font-size: 18px;
}

  .faito-title {
    font-size: 64px;
}

.product-card {
    width: 100%;
    box-shadow: 0px 2px 9.8px 0.2px rgba(209, 209, 209, 0.67);
    padding: 40px 20px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    gap: 20px;
    align-items: stretch;
}

.product-card .product-ttl {
    font-size: 4.0em;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.product-card .product-img img{
    min-width: 130px;
}

.product-card .product-ttl {
    font-size: 3em;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.3;
    margin: 15px auto;
}
.product-card .product-txt {
    font-size: 16px;
}

.lightweight-inner {
    display: none;
}


  .lightweight-feature-row {
    display: none !important;
  }

  .lightweight-feature-sp {
    display: block;
    margin-top: 10vw;
    padding: 0 15px;
  }

  .lightweight-feature-sp-item {
    margin-bottom: 12vw;
  }

  .lightweight-feature-sp-head {
    display: flex;
    align-items: center;
    gap: 3vw;
    margin-bottom: 4vw;
  }

  .sp-icon {
    width: 12vw;
    height: auto;
  }

  .sp-ttl {
    font-size: 24px;
    font-weight: bold;
  }

  .sp-img {
    width: 100%;
    margin: 4vw 0;
  }

  .sp-txt {
    font-size: 16px;
    line-height: 1.6;
  }

  .sp-txt span{
    font-size: 12px;
  }

  .lightweight-note {
    font-size: 14px;
    margin-top: var(--space-40);
    padding: 0;
    line-height: 1.5;
}




.new-arrival-inner {
  display: block;
}

.new-arrival-main {
  width: 100%;
}

.new-arrival-products {
  width: 100%;
  row-gap: 10px;
}

.new-arrival-item {
  display: block;
  align-items: center;
  justify-content: space-between;
}

.new-arrival-thumb {
  width: 100%;
  margin: 20px auto;
}

.new-arrival-thumb img {
  width: 100%;
}

.new-arrival-info{
  width: 100%;
}


.new-arrival-label-row {
  display: inline-flex;
  align-items: center;
  gap: var(--space-10);
}

.label-new {
  padding: 5px 10px;
  font-size: 12px;
}

.label-type {
  padding: 5px 10px;
  font-size: 12px;
}

.new-arrival-name {
  font-size: 28px;
  margin-top: 15px;
}


.new-arrival-price {
  font-size: 24px;
}

.new-arrival-price .new-arrival-tax {
  display: inline-block;
  font-size: 12px;
}

.new-arrival-size {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.new-arrival-btn{
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 18px;
  margin: 25px auto;
  padding: 25px;
}

.new-arrival-more {
  margin-top: var(--space-10); 
}

.new-arrival-more-btn {
  height: 0;
  line-height: 0;
  font-size: 2.0em;
  border-radius: 10px;
  padding: 35px 0;
}

.item-list .line-up {
  display: flex;
}

.item-list .line-up li {
  width: 48%;
}

.lineup-name {
  font-size: 20px;
}

.lineup-price {
  font-size: 16px;
}

.lineup-btn {
  margin: 25px auto;
}

.item-list .line-up li {
  margin-bottom: 15px;
}

.lecture-sheet {
    margin: 50px auto 60px;
    padding: 15px;
}

.lecture-section img{
  margin: 0 auto 20px;
}

.x-main-img,
.lecture-sheet {
  padding: 0 !important;
}

.faito-container {
  padding: 0 15px;
}

.new-arrival {
  padding: 0 15px;
}

.lecture-section {
    padding: 0 15px 60px;
    margin: 40px auto;
}

.lecture-title {
    margin: 0px auto;
    padding: 60px 15px 0;
}

.navigation-grid {
display: block;
padding: 0 15px;
}

.navigation-item {
padding: 0;
}

.navigation-item.dark {
    width: 90%;
    padding: 15px 15px 0;
    margin: 0px auto 20px;
}

.navigation-item.dark:hover {
background-color: #ffffff;
outline: 1px solid #000;;
opacity: 1;
}

.model-name {
font-size: 20px;
line-height: 1;
font-weight: bold;
margin-bottom: 7px;
}

.model-feature {
font-size: 14px;
font-weight: normal;
margin-bottom: 10px;
}

.pcnone{
  display: block;
}

.spnone{
  display: none;
}

.navigation {
    margin: 60px auto;
}

}