@charset "UTF-8";
@media screen and (max-width: 667px) {
  /*----------------------------------------------SP用ページ用設定*/
  /*表示非表示*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  div.size {
    width: 100%;
    margin: 0 auto;
    padding: 0 1em 1em;
    text-align: left;
  }
  .portal {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .portal img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .info {
    width: 100%;
    padding: 34px 0 48px;
    margin: 0 auto;
  }
  .info a:link {
    display: block;
    width: 100%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0 auto 1px;
    padding: 8px;
    font-size: 13px;
    color: #333;
  }
  .info a:hover, .info a:visited, .info a:active {
    display: block;
    width: 100%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0 auto 1px;
    padding: 8px;
    font-size: 13px;
    color: #333;
  }
  .info b {
    padding-left: 1em;
  }
  .info a.redL {
    display: block;
    width: 100%;
    background: #e24f4f;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0 auto 1px;
    padding: 0 8px;
    font-size: 14px;
    color: #FFF;
  }
  .info a.redL :hover, .info a.redL :visited, .info a.redL:active {
    display: block;
    width: 100%;
    background: #e24f4f;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0 auto 1px;
    color: #FFF;
  }
  /*-----------------------------------------*/
  /*基本レイアウト*/
  /*-----------------------------------------*/
  .beyblade {
    box-shadow: 0px 0px 100px 30px rgba(0, 0, 0, 0.1) inset;
    font-size: 14px;
    line-height: 1.6;
  }
  /*-----------------------------------------*/
  /*sectionに各ページのディレクトリ名classをつける*/
  /*斜め背景画像*/
  .beyblade section {
    background: url("../../_image/bg_section.png") no-repeat center top/1200px auto;
  }
  /*下層：斜め背景画像*/
  #lower.beyblade section {
    background: url("../../_image/bg_section.png") no-repeat center top/1200px auto;
    /*下層ページではナビゲーションの下に回り込むため-マージン入る*/
    margin: -42px auto 0;
  }
  /*下層：斜め背景画像：製品詳細ページのみ*/
  #lower.beyblade section.lineup {
    padding: 42px 0 0 0;
  }
  /*-----------------------------------------*/
  /*各コンテンツレイアウト:白背景*/
  /*-----------------------------------------*/
  /*製品情報・製品説明書・ムービー・ヘルプ*/
  #index article {
    position: relative;
    width: 98%;
    /*background: rgba(255, 255, 255, 0.5);*/
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #lower article {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #lower main {
    position: relative;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.5);*/
    margin: 0 auto;
    padding-bottom: 0;
  }
  /*ニュース詳細ページ専用*/
  article .inner {
    position: relative;
    background: none;
    margin: 0;
    padding: 8px;
  }
  /*-----------------------------------------*/
  /*各コンテンツレイアウト:グレー背景*/
  /*-----------------------------------------*/
  /*はじめての方・大会・アプリ*/
  article.gray {
    position: relative;
    width: 100%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0 auto;
    padding: 8px;
  }
  #lower article.gray {
    position: relative;
    width: 100%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0 auto;
    padding: 8px;
  }
  /*-----------------------------------------*/
  /*上paddingあり*/
  article.gray .inner {
    position: relative;
    background: #FFF;
    margin: 0;
    padding: 8px 0;
  }
  /*-----------------------------------------*/
  /*上paddingなし*/
  article.gray .innerNone {
    position: relative;
    background: #FFF;
    margin: 0;
    padding: 0 0 8px;
  }
  /*-----------------------------------------*/
  /*グレー背景の注意文言*/
  /*-----------------------------------------*/
  /*大*/
  blockquote {
    width: 94%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0 auto;
    padding: 12px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  /*小*/
  blockquote.column {
    width: 94%;
  }
  /*-----------------------------------------*/
  /*フッター*/
  /*-----------------------------------------*/
  .beyblade footer {
    padding: 60px 0 24px;
    font-size: 12px;
    text-align: center;
    /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));*/
  }
  ul#footerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0px auto 30px;
  }
  ul#footerNav li {
    width: 46%;
    margin: 2px 10%;
  }
  ul#footerNav li.brank {
    width: 50%;
    margin: 2px -1%;
  }
  /*-----------------------------------------*/
  /*見出し*/
  /*-----------------------------------------*/
  /*h1テキスト（固定）*/
  /*-----------------------------------------*/
  h1 {
    font-size: 13px;
  }
  /*-----------------------------------------*/
  /*h2テキスト*/
  /*-----------------------------------------*/
  /*トップページ見出し*/
  #index h2 {
    width: 56%;
    margin: 0 auto 24px;
    text-align: center;
  }
  /*日本語テキスト*/
  #index h2 i {
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  /*-----------------------------------------*/
  /*下層ページ見出し グレー背景*/
  #lower h2 {
    display: block;
    width: 100%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 0;
    padding: 72px 0 24px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
  }
  /*-----------------------------------------*/
  /*h3テキスト*/
  /*-----------------------------------------*/
  /*装飾なしの見出しフォント*/
  h3 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 1em;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*はじめての方用設定*/
  h3.line {
    display: block;
    width: 100%;
    background-image: url("../_image/h3_line.png");
    background-image: image-set(url("../_image/h3_line.png") 1x, url("../_image/h3_line@2x.png") 2x);
    background-image: -webkit-image-set(url("../_image/h3_line.png") 1x, url("../_image/h3_line.png") 2x);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 6px;
    margin: 0 auto 16px;
    padding: 0 8px 16px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
  }
  .lineup h3.line {
    width: 90%;
    margin: 0 auto;
    line-height: 1.2;
  }
  /*-----------------------------------------*/
  /*大会用設定*/
  h3.bg {
    display: block;
    width: 98%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 12px auto 16px 2%;
    padding: 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
  }
  h3.bg.g2 {
    display: block;
    width: 98%;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
    margin: 12px auto 16px 2%;
    padding: 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*補足テキスト*/
  h3.bg i {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 0.8em;
    font-weight: normal;
  }
  /*見出し画像（大会のグレードなど）*/
  h3.bg img {
    position: relative;
    display: block;
    max-width: 50%;
    margin-bottom: 12px;
    top: 0;
    left: 0;
  }
  /*-----------------------------------------*/
  /*h4テキスト*/
  /*装飾なしの見出しフォント2*/
  h4 {
    display: inline-block;
    margin: 0 auto 12px;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*h5テキスト*/
  /*-----------------------------------------*/
  /*背景帯つき見出し*/
  h5 {
    display: inline-block;
    margin: 0 auto 12px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*共通*/
  h5.bg {
    width: 98%;
    margin: 0 auto 12px;
    padding: 11px 18px 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*-----------------------------------------*/
  /*注意*/
  h5.bg.h5_red {
    background: url("../_image/h5SP_red.svg") no-repeat center/100% auto;
  }
  /*注意*/
  h5.bg.h5_salmon {
    background: url("../_image/h5SP_salmon.svg") no-repeat center/100% auto;
  }
  /*大会のグレード*/
  h5.bg.h5_blue {
    background: url("../_image/h5SP_blue.svg") no-repeat center/100% auto;
  }
  /*B4ストア大会・アプリ*/
  h5.bg.h5_bluegreen {
    background: url("../_image/h5SP_bluegreen.svg") no-repeat center/100% auto;
  }
  /*アプリのみ1*/
  h5.bg.h5_app1 {
    background: url("../_image/h5SP_app1.svg") no-repeat center/100% auto;
  }
  /*アプリのみ2*/
  h5.bg.h5_app2 {
    background: url("../_image/h5SP_app2.svg") no-repeat center/100% auto;
  }
  /*-----------------------------------------*/
  /*h6テキスト*/
  /*その他の見出し*/
  h6 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*strongテキスト*/
  /*強調文字1*/
  #lower strong {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
  }
  /*-----------------------------------------*/
  /*emテキスト*/
  /*強調文字2*/
  #lower em {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
  }
  /*-----------------------------------------*/
  /*uテキスト*/
  /*強調文字3*/
  #lower u {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    text-decoration: none;
  }
  /*-----------------------------------------*/
  /*smallテキスト*/
  /*注意文言*/
  small {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
    font-weight: normal;
    opacity: 0.8;
  }
  /*-----------------------------------------*/
  /*uテキスト*/
  /*強調文字3*/
  i {
    display: inline-block;
    line-height: 1;
    font-style: normal;
  }
  /*-----------------------------------------*/
  /*bテキスト*/
  /*太字*/
  b {
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*-----------------------------------------*/
  /*色テキスト*/
  /*赤*/
  .red {
    color: #e24f4f;
  }
  /*青*/
  .blue {
    color: #1a9dcf;
  }
  /*-----------------------------------------*/
  /*pテキスト*/
  /*-----------------------------------------*/
  /*段落*/
  #lower p {
    width: 98%;
    margin: 0 auto;
    padding: 0 1em 1em;
    text-align: left;
  }
  #lower p.read {
    padding-bottom: 1em;
  }
  /*-----------------------------------------*/
  /*ボタンリンク*/
  /*-----------------------------------------*/
  /*前矢印*/
  a.front {
    display: inline-block;
    background: url("../_image/cmn_arrow_bk.svg") no-repeat left center/5px auto;
    padding-left: 12px;
    font-size: 15px;
    line-height: 1;
  }
  span.front {
    display: inline-block;
    background: url("../_image/cmn_arrow_bk.svg") no-repeat left center/5px auto;
    padding-left: 12px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
  }
  /*前矢印*/
  a.back {
    display: inline-block;
    background: url("../_image/cmn_arrow_bk.svg") no-repeat right center/5px auto;
    padding-right: 12px;
    font-size: 15px;
    line-height: 1;
  }
  li.back {
    background: url("../_image/cmn_arrow_bk.svg") no-repeat right 32px center/5px auto;
    padding-right: 12px;
  }
  /*-----------------------------------------*/
  /*黒角R小ボタン*/
  a.btnRoundmini {
    /*position: absolute;
  top: -1em;
  right: 0;*/
    position: relative;
    display: block;
    background: #6f6f6f url("../_image/cmn_arrow_wh.svg") no-repeat right 12px center/5px auto;
    padding: 0 32px;
    font-size: 13px;
    line-height: 27px;
    color: #FFF;
    border-radius: 20px;
    z-index: 2;
    text-align: center;
  }
  /*-----------------------------------------*/
  /*黒角R大ボタン*/
  a.btnRound {
    position: relative;
    display: block;
    width: 300px;
    background: #333 url("../_image/cmn_arrow_wh.svg") no-repeat right 12px center/5px auto;
    margin: 0 auto;
    padding: 0 32px;
    font-size: 13px;
    line-height: 31px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
  }
  /*-----------------------------------------*/
  /*白1pxラインボタン*/
  a.btnBuy {
    position: relative;
    display: block;
    width: 96%;
    background: url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat right 12px center/6px auto;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #999;
  }
  /*-----------------------------------------*/
  /*はじめての方・大会&イベント・ムービー ナビゲーション*/
  /*-----------------------------------------*/
  ul.pageNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  /*4分割*/
  ul.pageNav li {
    width: 49.6%;
    margin: 0 0.2%;
  }
  ul.pageNav li a {
    display: block;
    background: url("../_image/cmn_arrow_bk.svg") no-repeat right 12px center/6px auto;
    margin: 0 auto;
    padding: 12px 14px 12px 8px;
    font-size: 14px;
    line-height: 1.2;
    border-top: 1px solid #959595;
    /*アニメーションで変化*/
    transition: background-color .3s;
  }
  ul.pageNav li a:hover, ul.pageNav li a.active {
    display: block;
    background: #f3f3f3 url("../_image/cmn_arrow_bk.svg") no-repeat right 12px center/6px auto;
    margin: 0 auto;
    padding: 11px 14px 12px 8px;
    border-top: 2px solid #b7ff58;
    /*アニメーションで変化*/
    transition: background-color .3s;
  }
  /*-----------------------------------------*/
  /*トップページニュース設定*/
  /*-----------------------------------------*/
  ul.newsList {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }
  /*大会＆イベントは3列用に小さく*/
  .event ul.newsList {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }
  #index ul.newsList.list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 84%;
    margin: 0 auto;
  }
  /*-----------------------------------------*/
  /*要素が3列の場合のレイアウト*/
  /*-----------------------------------------*/
  #index ul.newsList.list3 li {
    width: 100%;
    margin: 0 1% 6px;
  }
  /*-----------------------------------------*/
  ul.newsList li {
    position: relative;
    text-align: left;
  }
  ul.newsList li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  /*-----------------------------------------*/
  /*要素が4列の場合のレイアウト*/
  /*-----------------------------------------*/
  ul.newsList.list4 li {
    width: 46%;
    margin: 0 2% 24px;
  }
  /*-----------------------------------------*/
  /*要素が3列の場合のレイアウト*/
  /*-----------------------------------------*/
  ul.newsList.list3 li {
    width: 48%;
    margin: 0 1% 24px;
  }
  /*-----------------------------------------*/
  /*ニュースの見出し*/
  ul.newsList li b {
    display: block;
    margin: 8px 0;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*ニュースの日付*/
  ul.newsList li i {
    display: block;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1;
    text-align: right;
  }
  /*-----------------------------------------*/
  /*リンクを要素全体に*/
  ul.newsList li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
  }
  ul.newsList li:hover {
    opacity: 0.6;
    transition: all .3s;
  }
  /*-----------------------------------------*/
  /*-----------------------------------------*/
  /*下層ページ設定*/
  /*-----------------------------------------*/
  /*-----------------------------------------*/
  /*パンクズリスト*/
  nav#breadNav {
    width: 94%;
    margin: 20px auto 32px;
  }
  nav#breadNav ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    line-height: 1;
  }
  nav#breadNav ol li {
    height: 15px;
    background: url("../_image/cmn_arrow_bk.svg") no-repeat right center/4px auto;
    margin-right: 8px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 1;
  }
  /*最後の要素は>なし*/
  nav#breadNav ol li:last-of-type {
    content: "";
    display: inline-block;
    background: none;
  }
  /*-----------------------------------------*/
  /*ソートボタン*/
  /*-----------------------------------------*/
  nav#sortNav {
    display: block;
    width: 98%;
    margin: 0 auto 32px;
    color: #000;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*並べ替え通常*/
  #sortNav ul {
    width: 98%;
    margin: 4px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*-----------------------------------------*/
  /*製品説明書ページ専用設定*/
  .manual #sortNav ul {
    justify-content: left;
  }
  /*-----------------------------------------*/
  #sortNav ul li {
    margin: 1px;
    text-align: center;
  }
  /*-----------------------------------------*/
  /*ボタン*/
  #sortNav ul li a {
    display: inline-block;
    width: 10em;
    background: #dbdbdb;
    padding: 5px 4px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
  }



/*-----------------------------------------*/
/*ボタン*/
nav#sortNav .fst button {

  }

nav#sortNav button {

}




nav#sortNav .fieldset{width:100%;display:block;}
fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav#sortNav .fst {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 8px;
  padding-bottom: 8px;}


nav#sortNav .fst button {
  display: inline-block;
  width: 46%;
  background: #FFF;
  border: 1PX solid #e4e4e4;
  padding:6px 3px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin: 2px 4px;
  text-align: center;
  }

nav#sortNav button {
display: inline-block;
width: 30%;
background: #FFF;
border: 1PX solid #e4e4e4;
padding:6px 3px;
border-radius: 15px;
font-size: 12px;
line-height: 1;
font-weight: bold;
margin: 4px;
text-align: center;
}

nav#sortNav .fst button,nav#sortNav .stock button {
  width: 47%;
}






.mixitup-control-active{
background: gray!important;color:#FFF;
background-color: gray
}

#sortNav ul li a {
  display: inline-block;
  width: 10em;
  background: #FFF;
  border: 1PX solid #e4e4e4;
  padding: 5px 4px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
/*-----------------------------------------*/
/*選択時の背景色*/
#sortNav ul li a.current {
  background: gray;
  background-color: gray;
  color: #FFF;
}








  /*並び替える*/
  #sortTitle {
    display: inline-block;
    /*border-right: 2px solid #666;*/
    padding-right: 12px;
    margin: 0 12px 0 0;
  }
  .container .mix, .container .gap {
    border: 1px solod #F00;
    display: inline-block;
    width: 46%;
    margin: 0 2% 35px;
    padding: 0 0 30px;
  }
  /*大会＆イベントは3列用に小さく*/
  .event ul.newsList {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }
  /*-----------------------------------------*/
  /*商品リスト*/
  /*-----------------------------------------*/
  ul.lineupList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  ul.lineupList li {
    position: relative;
    text-align: left;
  }
  /*-----------------------------------------*/
  /*白1pxラインボタン*/
  ul.lineupList a.btnBuy {
    width: 100%;
    line-height: 29px;
      position: absolute;bottom:0;
  }
  /*-----------------------------------------*/
  /*アイコン*/
  /*-----------------------------------------*/
  ul.lineupList li.atack:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_atack@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }
  ul.lineupList li.balance:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_balance@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }
  ul.lineupList li.stamina:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_stamina@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }
  ul.lineupList li.defence:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_defense@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }

    /*ヒダリカイテン*/
      ul.lineupList li.atackL:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_atackL@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }
  ul.lineupList li.balanceL:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_balanceL@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }


  ul.lineupList li.staminaL:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_staminaL@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }
  ul.lineupList li.defenceL:before {
    content: "";
    width: 66px;
    height: 38px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_defenseL@2x.png") no-repeat left top/70px auto;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
  }


  .lineupList li.bx:after {
    content: "";
    width: 42px;
    height: 40px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_bx.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }
  .lineupList li.ux:after {
    content: "";
    width: 42px;
    height: 40px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_ux.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }
  .lineupList li.cx:after {
    content: "";
    width: 42px;
    height: 40px;
    background: url("/img/usr/freepage/beyblade_api/img/icon_cx.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }
  .lineupList li.b4_bx:after {
    content: "";
    width: 94px;
    height:34px;
    background-image: url("/img/usr/freepage/beyblade_api/img/icon_b4_bx.png");
    background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_b4_bx.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_b4_bx@2x.png") 2x);
    background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_b4_bx.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_b4_bx@2x.png") 2x);
    background-repeat: no-repeat;
    background-size:100% auto;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;
  }
  .lineupList li.b4_ux:after {
    content: "";
    width: 94px;
    height:34px;
    background-image: url("/img/usr/freepage/beyblade_api/img/icon_b4_ux.png");
    background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_b4_ux.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_b4_ux@2x.png") 2x);
    background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_b4_ux.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_b4_ux@2x.png") 2x);
    background-repeat: no-repeat;
    background-size:100% auto;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;
  }
  /*-----------------------------------------*/
  /*種類*/
  /*-----------------------------------------
  ul.lineupList li.starter:after {
    position: absolute;
    content: "スターター";
    width:100%;
    padding: 4px 0px;
    font-size: 10px;
    line-height: 1;
    background:#bbb;color:#FFF;text-align:center;
    top: -16px;
  }
  ul.lineupList li.booster:after {
    position: absolute;
    content: "ブースター";
    width:100%;
    padding: 4px 0px;
    font-size: 10px;
    line-height: 1;
    background:#bbb;color:#FFF;text-align:center;
    top: -16px;
  }
  ul.lineupList li.randombooster:after {
    position: absolute;
    content: "ランダムブースター";
    width:100%;
    padding: 4px 0px;
    font-size: 10px;
    line-height: 1;
    background:#bbb;color:#FFF;text-align:center;
    top: -16px;
  }
  ul.lineupList li.set:after {
    position: absolute;
    content: "セット";
    width:100%;
    padding: 4px 0px;
    font-size: 10px;
    line-height: 1;
    background:#bbb;color:#FFF;text-align:center;
    top: -16px;
  }
  ul.lineupList li.tool:after {
    position: absolute;
    content: "ツール";
    width:100%;
    padding: 4px 0px;
    font-size: 10px;
    line-height: 1;
    background:#bbb;color:#FFF;text-align:center;
    top: -16px;
  }*/
  /*-----------------------------------------*/
  /*テキスト*/
  /*-----------------------------------------*/
  /*商品名型版*/
  ul.lineupList li b {
    display: block;
    padding: 12px 8px 0;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*商品名*/
  ul.lineupList li b span {
      margin-top:5px;
    line-height: 1.2;
    display:block;
  }

  /*カテゴリーアイコン*/
#lower ul.lineupList li p {
  display: inline-block;
 width: auto;
 padding: 0 0 0 8px;
 margin-top: 4px;
}

  /*価格*/
  ul.lineupList li i {
    padding: 16px 8px 16px;
  }
  /*ホバー*/
  ul.lineupList li a:hover {
    opacity: 0.5
  }
  /*画像*/
  ul.lineupList li img {
    width: 100%;
  }
  /*注釈*/
ul.lineupList small {
  padding: 4px 8px 0;
  line-height: 1.4;
}
  /*-----------------------------------------*/
  /*製品情報 詳細ページ*/
  /*-----------------------------------------*/
  dl.detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
  }
  /*画像レイアウト*/
  dl.detail dt {
    width: 100%;
    margin-right: 0;
  }
  /*テキストエリアレイアウト*/
  dl.detail dd {
    width: 94%;
    margin: 24px auto 0;
  }
  /*pタグの設定をリセット*/
  #lower dl.detail dd p {
    width: auto;
    padding: 0;
  }
  /*-----------------------------------------*/
  /*詳細左商品スライダー*/
  /*-----------------------------------------*/
  .slick-arrow:before {
    content: "" !important;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-next:before {
    background: url(../_image/cmn_arrow_slick_next.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .slick-prev:before {
    background: url(../_image/cmn_arrow_slick_prev.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .slick-arrow {
    z-index: 2 !important;
    width: 14px !important;
    height: 28px !important;
  }
  .slick-next {
    right: 3px !important;
  }
  .slick-prev {
    left: 3px !important;
  }
  .slick-arrow:before {
    opacity: 1 !important;
  }
  .slider_outer2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*サムネイルを右に配置*/
    flex-direction: column-reverse;
    /*
サムネイルを左に配置
  flex-direction:row;
  サムネイルを下に配置
*/
    width: 100%;
    height: auto;
    margin: 0;
  }
  .slider_outer2 .slider1_2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .slider_outer2 .slick-track {
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .slider_outer2 .slide-item img {
    width: 100%;
    height: 100%;
  }
  /*-----------------------------------------*/
  /*サムネイルレイアウト*/
  /*-----------------------------------------*/
  .slider_outer2 .thumb1_2 {
    /*  display: flex;*/
    /*縦並び*/
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    overflow: inherit
  }
  .slick-slide {
    height: auto;
  }

  /*画像の大きさをブラウザに合わせて変更*/
  .slider img {
    width: auto;
    margin: 0 auto;
  }
}
  /*-----------------------------------------*/
  /*サムネイル*/
  /*-----------------------------------------*/
  .slider_outer2 .thumbnail-item {
    position: relative;
    margin: 0;
  }
  /*選択されると背景色を透明にする*/
  .slider_outer2 .slick-current {
    opacity: 0.5;
  }
  /*-----------------------------------------*/
  /*詳細右テキスト*/
  /*-----------------------------------------*/
  /*種類*/
  dl.detail dd p.category span {
    display: inline-block;
    border: 1px solid #333;
    margin-bottom: 12px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
  }
  /*商品名型版*/
  dl.detail dd p.name {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*商品名*/
  dl.detail dd p.name span {
   display:block
  }
  /*カタカナ*/
  dl.detail dd p.name_kana {
    font-size: 14px;
    line-height: 1em;
  }
  /*発売日*/
  #lower dl.detail dd p.release {
    font-size: 16px;
    color: #b32020;
    margin: 12px 0 16px;
  }
  /*価格*/
  dl.detail dd p.price {
    font-size: 22px;
    font-weight: bold;
    /*macのboldを調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*税込*/
  dl.detail dd p.price span {
    font-size: 12px;
  }
  /*-----------------------------------------*/
  /*製品の特徴*/
  /*-----------------------------------------*/
  dl.detail dd .spec {
    position: relative;
    border-top: 1px solid #cccccc;
    margin: 32px auto 24px;
    font-size: 15px;
  }
  /*アイコン*/
  dl.detail dd .spec .icon {
    margin: 25px 0;
  }
  /*説明文テキスト*/
  dl.detail dd .spec p {
    font-size: 15px;
    line-height: 1.6em;
  }
  /*-----------------------------------------*/
  /*製品の特徴見出し*/
  /*-----------------------------------------*/
  dl.detail dd .spec .midashi {
    position: absolute;
    top: -0.8em;
  }
  dl.detail dd .spec .midashi span {
    display: inline-block;
    font-size: 18px;
    background: #FFF;
  }
  /*-----------------------------------------*/
  /*黒角R小ボタン*/
  .spec a.btnRoundmini {
    position: absolute;
    display: inline-block;
    top: -1em;
    right: 0;
  }
  /*-----------------------------------------*/
  /*白1pxラインボタン*/
  dl.detail dd a.btnBuy {
    position: relative;
    display: block;
    width: 96%;
    background: url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat right 12px center/6px auto;
    margin: 24px auto;
    padding: 0;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #999;
  }
  /*-----------------------------------------*/
  /*web取扱説明書*/
  .spec a.btnRoundmini_web {
    position: absolute;
    display: inline-block;
    top: -2.3em;
    right: 0;
  }
  .spec a.btnRoundmini2 {
    position: absolute;
    display: inline-block;
    top: 0.1em;
    right: 0;
  }
  /*-----------------------------------------*/
  /*注意書き*/
  dl.detail dd p small {
    display: block;
    padding-top: 8px;
    color: #666;
  }
  dl.detail dd p.caution {
    font-size: 13px;
    line-height: 1.4;
  }
  /*-----------------------------------------*/
  /*ヘルプ*
/*-----------------------------------------*/
  ul.helpList {
    width: 96%;
    margin: 32px auto 80px;
  }
  ul.helpList li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 16px 20px 16px 20px;
    line-height: 1.2;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  ul.helpList dl {
    display: block;
    padding-left: 24px;
  }
  ul.helpList dl dt {
    display: block;
    cursor: pointer;
  }
  ul.helpList dl dd {
    display: none;
    padding: 8px 8px 0;
  }
  ul.helpList li.ftont {
    line-height: 1.2;
  }


  #lower ul.helpList div{
    padding: 0;
  }
  /*-----------------------------------------*/
  /*製品説明書*
/*-----------------------------------------*/
  ul.manualList {
    width: 96%;
    margin: 0px auto;
  }
  ul.manualList li.mix {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4px 0 4px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  /*ダウンロードボタン*/
  ul.manualList li.mix a.btnRoundmini {
    position: relative;
    display: inline-block;
    margin: 4px 4px 4px 0;
    top: auto;
    transform: translateY(0%);
    right: auto;
    left: auto;
  }
  ul.manualList li dl {
    display: flex;
    align-items: stretch;
  }
  /*画像*/
  ul.manualList li dl dt {
    width: 90px;
    line-height: 1;
  }
  /*テキスト*/
  ul.manualList li dl dd {
    position: relative;
    width: calc(100% - 90px);
    padding: 8px 0;
  }
  ul.manualList li dl dd .name {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 8px;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    top: 0;
    transform: translateY(0%);
    left: 0;
  }
  ul.manualList li dl dd .name span {
    display: inline-block;
    width: 70%;
    font-size: 14px;
    margin-left: 0.8em;
    padding-top: 0;
    line-height: 1.4;
  }
  /*-----------------------------------------*/
  /*最後の要素から下paddingを削除*/
  #index article.lastChild {
    padding-bottom: 0;
  }
  /*-----------------------------------------*/
  /*YOUTUBEレスポンシブ*/
  /*-----------------------------------------*/
  .mov {
    width: 98%;
    margin: 0 auto;
  }
  /*-----------------------------------------*/
  /*TOP slider 追加設定*/
  /*-----------------------------------------*/
  .swiper-container {
    background: #f7f7f7;
    /*コンテンツがナビゲーションの下に回り込むため-マージン入る*/
    margin: -42px auto 0;
    padding: 45px 0 60px;
  }
  /*-----------------------------------------*/
  /* Dots */
  .slick-dotted.slick-slider {
    /*    margin-bottom: 30px;*/
  }
  .slick-dots {
    bottom: -20px;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .slick-dots li button:before {
    width: 20px;
    height: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  /*ルビ*/
  ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    left: -2em;
    top: -1.1em;
    right: -2em;
    text-align: center;
    font-size: .6em;
  }
  /*end media----------------------------------*/
}
